:root {
  color-scheme: dark;
  --ink: #f7f0e4;
  --muted: #cabeab;
  --soft: #8d806c;
  --dark: #070705;
  --dark-2: #11100d;
  --dark-3: #191611;
  --line: rgba(247, 240, 228, 0.15);
  --line-strong: rgba(247, 240, 228, 0.28);
  --gold: #d9b46b;
  --gold-2: #f4df9d;
  --green: #8aa568;
  --water: #5aa0a5;
  --copper: #b98252;
  --max: 1200px;
  --pad: 22px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--dark);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #040403 0%, #0a0907 36%, #10100d 72%, #070705 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--dark);
}

.skip-link:focus {
  transform: translateY(0);
}

.launch-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px var(--pad);
  background: linear-gradient(180deg, rgba(7, 7, 5, 0.84), rgba(7, 7, 5, 0.24));
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.launch-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(7, 7, 5, 0.9);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(217, 180, 107, 0.55);
  border-radius: 6px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.brand-copy {
  display: none;
}

.brand-copy strong,
.brand-copy em {
  display: block;
  font-style: normal;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 13px;
  font-weight: 800;
}

.brand-copy em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.nav-links {
  display: none;
}

.nav-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 180, 107, 0.58);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 112px var(--pad) 132px;
}

.hero-media,
.hero-shade,
.hero-media img {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  overflow: hidden;
  background: #11100c;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.05);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 3, 2, 0.42) 0%, rgba(3, 3, 2, 0.16) 38%, rgba(3, 3, 2, 0.94) 100%),
    linear-gradient(90deg, rgba(3, 3, 2, 0.9) 0%, rgba(3, 3, 2, 0.62) 44%, rgba(3, 3, 2, 0.18) 100%);
}

.hero-content {
  width: min(100%, 830px);
}

.eyebrow,
.kicker {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.intro h2,
.product-reveal h2,
.section-heading h2,
.authority h2,
.final-cta h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 18px;
  max-width: 780px;
  font-size: 58px;
}

.hero-lede {
  max-width: 690px;
  margin-top: 22px;
  color: rgba(247, 240, 228, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  background: var(--gold-2);
  color: #171209;
}

.button.secondary {
  border: 1px solid rgba(247, 240, 228, 0.26);
  background: rgba(247, 240, 228, 0.06);
  color: var(--ink);
}

.hero-proof {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-proof span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(247, 240, 228, 0.22);
  padding-top: 8px;
  color: rgba(247, 240, 228, 0.72);
  font-size: 12px;
  text-transform: uppercase;
}

.hero-proof strong {
  color: var(--ink);
}

.section-pad {
  width: min(100% - (var(--pad) * 2), var(--max));
  margin: 0 auto;
  padding: 78px 0;
}

.intro {
  display: grid;
  gap: 26px;
}

.intro h2,
.product-reveal h2,
.section-heading h2,
.authority h2,
.final-cta h2 {
  margin-top: 12px;
  font-size: 44px;
}

.intro-copy {
  color: var(--muted);
  font-size: 18px;
}

.product-reveal {
  display: grid;
  gap: 28px;
}

.reveal-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.reveal-copy > p:not(.kicker),
.section-lede,
.authority-copy > p:not(.kicker),
.final-content > p:not(.kicker) {
  color: var(--muted);
  font-size: 17px;
}

.object-specs {
  display: grid;
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.object-specs div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.object-specs div:first-child {
  border-top: 0;
}

.object-specs dt {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.object-specs dd {
  color: var(--muted);
}

.reveal-gallery {
  display: grid;
  gap: 14px;
}

.reveal-panel,
.immersive-frame,
.case-image,
.evidence-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--dark-2);
}

.reveal-panel {
  height: 430px;
}

.reveal-panel img,
.immersive-frame img,
.case-image img,
.evidence-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal-panel::after,
.immersive-frame::after,
.evidence-grid figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(3, 3, 2, 0.88));
  pointer-events: none;
}

.reveal-panel figcaption,
.immersive-frame figcaption,
.evidence-grid figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: rgba(247, 240, 228, 0.92);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.immersion {
  display: grid;
  gap: 10px;
  padding: 18px 0 72px;
}

.immersive-frame {
  height: 460px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.immersive-frame figcaption {
  display: grid;
  gap: 8px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
}

.immersive-frame figcaption span {
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
}

.portfolio {
  display: grid;
  gap: 44px;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 790px;
}

.case {
  display: grid;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.case-image {
  height: 430px;
}

.case-story {
  display: grid;
  gap: 12px;
  align-content: center;
}

.case-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.case-sector {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.case h3 {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.case-story p:not(.case-sector) {
  color: var(--muted);
  font-size: 17px;
}

.evidence-grid {
  display: grid;
  gap: 14px;
}

.evidence-grid figure {
  height: 370px;
}

.evidence-grid .evidence-large {
  height: 430px;
}

.authority {
  display: grid;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.authority-copy {
  display: grid;
  gap: 14px;
}

.authority-stats {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.authority-stats div {
  display: grid;
  gap: 10px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.authority-stats strong {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.9;
}

.authority-stats span {
  color: var(--muted);
  font-weight: 700;
}

.final-cta {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 110px var(--pad) 72px;
}

.final-media,
.final-shade,
.final-media img {
  position: absolute;
  inset: 0;
}

.final-media {
  z-index: -3;
}

.final-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.06) contrast(1.04);
}

.final-shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(4, 4, 3, 0.18), rgba(4, 4, 3, 0.92)),
    linear-gradient(90deg, rgba(4, 4, 3, 0.9), rgba(4, 4, 3, 0.2));
}

.final-content {
  width: min(100%, 760px);
}

.final-content .button {
  margin-top: 26px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 22px var(--pad);
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.reveal-enabled .reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-enabled .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (min-width: 680px) {
  :root {
    --pad: 34px;
  }

  .brand-copy {
    display: block;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    color: rgba(247, 240, 228, 0.72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .hero-proof span {
    display: grid;
    justify-content: start;
  }

  .intro,
  .authority {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: end;
  }

  .reveal-panel {
    height: 520px;
  }

  .immersion {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-left: var(--pad);
    padding-right: var(--pad);
  }

  .immersive-frame {
    height: 620px;
    border-radius: 8px;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-grid .evidence-large {
    grid-column: 1 / -1;
    height: 560px;
  }

  .authority-stats {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
  }

  .authority-stats div {
    border-right: 1px solid var(--line);
    border-bottom: 0;
    padding: 24px 20px;
  }

  .authority-stats div:last-child {
    border-right: 0;
  }
}

@media (min-width: 980px) {
  :root {
    --pad: 42px;
  }

  .launch-header {
    padding-left: var(--pad);
    padding-right: var(--pad);
  }

  .hero h1 {
    font-size: 88px;
  }

  .hero-lede {
    font-size: 21px;
  }

  .section-pad {
    padding: 108px 0;
  }

  .intro h2,
  .product-reveal h2,
  .section-heading h2,
  .authority h2,
  .final-cta h2 {
    font-size: 72px;
  }

  .product-reveal {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 54px;
    align-items: start;
  }

  .reveal-copy {
    position: sticky;
    top: 108px;
    min-height: 620px;
    padding-top: 20px;
  }

  .reveal-gallery {
    gap: 20px;
  }

  .reveal-panel {
    height: 690px;
  }

  .reveal-panel:nth-child(2) {
    height: 760px;
  }

  .portfolio {
    gap: 74px;
  }

  .case {
    grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.84fr);
    gap: 28px 38px;
    align-items: center;
    padding-top: 46px;
  }

  .case:nth-of-type(even) .case-image {
    order: 2;
  }

  .case:nth-of-type(even) .case-story {
    order: 1;
  }

  .case-image {
    height: 620px;
  }

  .case h3 {
    font-size: 58px;
  }

  .evidence-grid {
    grid-column: 1 / -1;
    order: 3;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }

  .evidence-grid figure {
    grid-column: span 6;
    height: 520px;
  }

  .evidence-grid .evidence-large {
    grid-column: 1 / -1;
    height: 680px;
  }

  .case-feature .evidence-grid .evidence-large {
    grid-column: span 8;
    height: 620px;
  }

  .case-feature .evidence-grid figure:not(.evidence-large) {
    grid-column: span 4;
    height: 620px;
  }

  .authority {
    align-items: start;
  }

  .final-content {
    margin-left: max(var(--pad), calc((100vw - var(--max)) / 2));
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 48px;
  }

  .intro h2,
  .product-reveal h2,
  .section-heading h2,
  .authority h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .hero {
    padding-bottom: 156px;
  }

  .button {
    width: 100%;
  }

  .reveal-panel,
  .case-image,
  .evidence-grid .evidence-large,
  .evidence-grid figure {
    height: 390px;
  }

  .immersive-frame {
    height: 430px;
  }

  .immersive-frame figcaption {
    font-size: 26px;
  }
}
