:root {
  --black: #060506;
  --near-black: #0c0708;
  --panel: rgba(31, 17, 19, 0.84);
  --panel-solid: #191011;
  --line: rgba(255, 255, 255, 0.16);
  --line-red: rgba(255, 71, 82, 0.24);
  --white: #fff7f1;
  --muted: #a79a9a;
  --gold: #ffd33f;
  --red: #e9163d;
  --deep-red: #270508;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(207, 20, 46, 0.22), transparent 28rem),
    linear-gradient(180deg, #090708 0%, #12090a 45%, #050404 100%);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(22px, 5.4vw, 108px);
  color: var(--white);
}

.site-header.solid {
  position: sticky;
  background: rgba(7, 5, 6, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
  width: clamp(138px, 15vw, 244px);
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.48));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.8vw, 34px);
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 44%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 4, 5, 0.99) 0%, rgba(5, 4, 5, 0.82) 35%, rgba(5, 4, 5, 0.24) 74%),
    linear-gradient(180deg, rgba(5, 4, 5, 0.36) 0%, rgba(5, 4, 5, 0.58) 62%, rgba(5, 4, 5, 0.96) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding: 132px clamp(22px, 5.4vw, 108px) 78px;
}

.hero-content {
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(0.86rem, 1.8vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 950px;
  margin-bottom: 28px;
  font-size: clamp(3.35rem, 7.1vw, 7.7rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5vw, 5.05rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.22;
}

.hero-copy {
  max-width: 960px;
  margin-bottom: 0;
  color: rgba(255, 247, 241, 0.78);
  font-size: clamp(1.08rem, 1.8vw, 1.48rem);
  font-weight: 700;
}

.hero-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 11, 12, 0.74);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.hero-panel article,
.feature-card,
.activation-grid article {
  border: 1px solid var(--line-red);
  border-radius: 8px;
  background: var(--panel);
}

.hero-panel article {
  padding: 22px;
}

.hero-panel p,
.feature-card span {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 0;
  font-size: clamp(1.02rem, 1.65vw, 1.32rem);
  line-height: 1.35;
  text-transform: none;
}

.section {
  padding: clamp(74px, 9vw, 132px) clamp(22px, 5.4vw, 108px);
}

.section-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.story-section {
  margin-top: -1px;
  background: linear-gradient(180deg, rgba(12, 7, 8, 0.98), #090606 78%);
}

.story-section h2 {
  max-width: 960px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.feature-card {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
}

.feature-card span {
  display: block;
  font-size: 1.25rem;
}

.feature-card p,
.copy-stack p,
.activation-grid p,
.page-hero p,
.policy-content p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 700;
}

.split-section,
.page-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(232, 22, 61, 0.15), transparent 28rem),
    var(--black);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 20px;
}

.activation-section {
  background: linear-gradient(180deg, #14090a, #060505);
}

.activation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.activation-grid article {
  padding: clamp(24px, 3vw, 34px);
}

.metric {
  display: block;
  margin-bottom: 26px;
  color: var(--red);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 22px;
  background: var(--gold);
  color: #0d0908;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.page-main {
  min-height: 70svh;
}

.page-hero {
  position: relative;
  padding: clamp(88px, 11vw, 150px) clamp(22px, 5.4vw, 108px) clamp(60px, 8vw, 96px);
  background:
    linear-gradient(90deg, rgba(5, 4, 5, 0.96), rgba(5, 4, 5, 0.62)),
    url("assets/brand-photo-2.png") center / cover;
}

.page-hero h1 {
  max-width: 1050px;
  font-size: clamp(2.8rem, 6vw, 6.3rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 820px;
}

.policy-content {
  display: grid;
  gap: 28px;
}

.policy-content article {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.policy-content article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.policy-content h2 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.contact-section {
  background: linear-gradient(180deg, #100708, #050404);
}

.media-section {
  background:
    linear-gradient(180deg, #080606 0%, #15090a 100%);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.media-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 700;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  grid-template-rows: repeat(2, minmax(170px, 1fr));
  gap: 16px;
}

figure {
  margin: 0;
}

.photo-mosaic figure,
.feature-image,
.contact-image {
  overflow: hidden;
  border: 1px solid var(--line-red);
  border-radius: 8px;
  background: var(--panel-solid);
}

.photo-large {
  grid-row: 1 / 3;
}

.photo-mosaic img,
.feature-image img,
.contact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-mosaic img {
  min-height: 100%;
}

.compact-media .media-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.feature-image {
  aspect-ratio: 16 / 9;
}

.contact-image {
  height: clamp(190px, 24vw, 300px);
  margin-top: 34px;
}

.page-contact {
  padding-top: clamp(54px, 7vw, 92px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(34px, 8vw, 96px);
  align-items: start;
}

.contact-copy {
  max-width: 610px;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  color: var(--gold);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line-red);
  border-radius: 8px;
  background: var(--panel);
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 247, 241, 0.82);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 247, 241, 0.94);
  color: #120b0b;
  font: inherit;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(22px, 5.4vw, 108px);
  border-top: 1px solid var(--line);
  background: #050404;
  color: rgba(255, 247, 241, 0.66);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer div {
  display: flex;
  gap: 22px;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .site-header.solid {
    position: sticky;
  }

  .hero-grid,
  .feature-grid,
  .split-grid,
  .activation-grid,
  .contact-layout,
  .media-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: end;
    padding-top: 180px;
  }

  .hero-panel {
    max-width: 720px;
  }

  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    gap: 16px;
    padding-top: 22px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-top: 0;
    font-size: 0.78rem;
  }

  .hero-grid {
    padding-top: 218px;
    padding-bottom: 48px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 4, 5, 0.96), rgba(5, 4, 5, 0.45)),
      linear-gradient(180deg, rgba(5, 4, 5, 0.38), rgba(5, 4, 5, 0.97));
  }

  .hero-panel {
    padding: 14px;
  }

  .hero-panel article,
  .feature-card,
  .activation-grid article {
    padding: 22px;
  }

  .brand {
    width: 146px;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .photo-large {
    grid-row: auto;
  }

  .photo-mosaic figure {
    min-height: 220px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
