@import url("hm-persistent-nav.css");

@font-face {
  font-family: "HM Switzer";
  src: url("/design-assets/fonts/Switzer-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #020a16;
  --navy-2: #071426;
  --ivory: #f4f0e8;
  --paper: #eee8de;
  --ink: #07162f;
  --gold: #dba958;
  --blue: #6f8299;
  --rule-dark: rgba(244, 240, 232, 0.16);
  --rule-light: rgba(7, 22, 47, 0.18);
  --quiet-dark: rgba(244, 240, 232, 0.67);
  --quiet-light: rgba(7, 22, 47, 0.68);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--ivory);
  font-family: "HM Switzer", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, summary { font: inherit; }

.page {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--navy);
}

.page-thread {
  position: absolute;
  z-index: 1;
  top: -120px;
  right: -40px;
  bottom: -120px;
  width: min(44vw, 700px);
  pointer-events: none;
  opacity: .72;
}

.page-thread span {
  position: absolute;
  inset-block: 0;
  width: 18%;
  border-left: 1px solid rgba(219, 169, 88, .3);
  border-radius: 48% 52% 44% 56% / 16% 22% 18% 24%;
}

.page-thread span:nth-child(1) { left: 2%; opacity: .3; }
.page-thread span:nth-child(2) { left: 18%; opacity: .56; transform: skewX(1.5deg); }
.page-thread span:nth-child(3) { left: 35%; opacity: .24; transform: skewX(-1deg); }
.page-thread span:nth-child(4) { left: 52%; opacity: .62; transform: skewX(2deg); }
.page-thread span:nth-child(5) { left: 69%; opacity: .28; transform: skewX(-1.5deg); }
.page-thread span:nth-child(6) { left: 86%; opacity: .46; transform: skewX(1deg); }

.mote {
  position: absolute;
  z-index: 3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(219, 169, 88, .42);
  pointer-events: none;
}

.mote.blue { width: 4px; height: 4px; background: var(--blue); box-shadow: none; }
.mote.one { top: 510px; right: 13%; }
.mote.two { top: 1680px; right: 6%; }
.mote.three { top: 3440px; right: 31%; }
.mote.four { top: 5480px; right: 12%; }

.shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1420px);
  margin: 0 auto;
}

.nav {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 clamp(24px, 4.8vw, 72px);
  border-bottom: 1px solid rgba(244, 240, 232, .13);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.nav-brand-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--gold); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); }
.nav-links a { font-size: 12px; font-weight: 560; letter-spacing: .05em; text-decoration: none; }
.nav-links a:last-child { padding-bottom: 5px; border-bottom: 1px solid var(--gold); }

.hero {
  position: relative;
  z-index: 2;
  min-height: 880px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  background: var(--navy);
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 154px clamp(28px, 5vw, 80px) 72px;
}

.eyebrow,
.section-number,
.chapter-number,
.case-tag {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(56px, 6.4vw, 100px);
  font-weight: 390;
  letter-spacing: -.065em;
  line-height: .92;
}

.hero h1 em { display: block; color: var(--gold); font-style: normal; }

.hero-intro {
  max-width: 720px;
  margin: 38px 0 0;
  color: var(--quiet-dark);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 36px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--rule-dark);
  color: rgba(244, 240, 232, .58);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  border-left: 1px solid var(--rule-dark);
  background: var(--navy-2);
}

.hero-media img { transform: scale(1.035); transition: transform .12s linear; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,22,.18), transparent 22%), linear-gradient(0deg, rgba(2,10,22,.22), transparent 35%); pointer-events: none; }

.hero-media.hero-video {
  align-self: center;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #000;
}

.hero-media.hero-video::after { display: none; }

.hero-media.hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.embedded-film {
  aspect-ratio: 16 / 9;
  background: #000;
}

.embedded-film iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.image-frame.embedded-film,
.media-ribbon > div.embedded-film { height: auto; }

.hero-media-note {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  margin: 0;
  color: rgba(244, 240, 232, .72);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-manna .hero-media img { object-position: center 61%; }
.case-anonymoose .hero-media img { object-position: 52% center; }
.case-heartsee .hero-media img { object-position: 54% center; }
.case-respark-pmax .hero-media img { object-position: 52% center; }
.case-arena .hero-media img { object-position: center center; }
.case-gelion .hero-media img { object-position: center 42%; }
.case-natural-balance .hero-media img { object-position: center 60%; }
.case-rematter-convention .hero-media img { object-position: center center; }
.case-vision21 .hero-media img { object-position: 62% center; }
.case-joey-club .hero-media img { object-position: center center; }

.spec-disclosure {
  max-width: 720px;
  margin: 30px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(244, 240, 232, .25);
  color: rgba(244, 240, 232, .74);
  font-size: 13px;
  line-height: 1.55;
}

.spec-disclosure strong {
  color: var(--ivory);
  font-weight: 620;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.answer-band {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 9vw, 142px) 0;
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}

.answer-band .shell { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.answer-band p:last-child { max-width: 1040px; margin: 0; font-size: clamp(32px, 3.8vw, 58px); font-weight: 390; letter-spacing: -.045em; line-height: 1.04; }

.light-section { position: relative; z-index: 2; background: var(--ivory); color: var(--ink); }
.dark-section { position: relative; z-index: 2; background: var(--navy); color: var(--ivory); }
.section-pad { padding: clamp(96px, 11vw, 172px) 0; }

.intro-grid,
.section-grid,
.questions-head {
  display: grid;
  grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr);
  gap: 64px;
}

.light-section .section-number { color: #9c6317; }
.intro-copy h2,
.section-copy h2,
.relationship-head h2,
.lenses-head h2,
.ai-copy h2,
.outcome h2,
.questions-head h2,
.end h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 390;
  letter-spacing: -.05em;
  line-height: .99;
}

.lede { max-width: 880px; margin: 38px 0 0; color: var(--quiet-light); font-size: clamp(22px, 2.4vw, 36px); line-height: 1.25; letter-spacing: -.028em; }
.small-copy { max-width: 720px; margin: 28px 0 0; color: var(--quiet-light); font-size: 18px; line-height: 1.62; }

.proof-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(70px, 8vw, 118px);
}

.proof-pair.proof-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
}

.proof-pair.proof-image-only {
  grid-template-columns: minmax(0, 1fr);
}

.proof-image-only .image-frame {
  height: auto;
  aspect-ratio: 43 / 24;
}

figure { margin: 0; }
.image-frame { height: clamp(340px, 40vw, 640px); overflow: hidden; background: #c8c8c4; }
figcaption { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0 0; border-top: 1px solid var(--rule-light); font-size: 14px; line-height: 1.45; }
figcaption strong { font-weight: 650; }
figcaption span { color: var(--quiet-light); }

.decision,
.ai-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  min-height: 760px;
}

.decision-copy,
.ai-copy { padding: clamp(92px, 9vw, 152px) clamp(28px, 6vw, 96px); align-self: center; }
.decision-copy h2 { margin: 0; max-width: 900px; font-size: clamp(40px, 4.2vw, 64px); font-weight: 390; letter-spacing: -.045em; line-height: 1; }
.decision-copy > p:not(.eyebrow), .ai-copy > p:not(.eyebrow) { max-width: 730px; margin: 34px 0 0; color: var(--quiet-dark); font-size: 19px; line-height: 1.62; }
.decision-media, .ai-media { min-height: 680px; overflow: hidden; background: var(--navy-2); }
.decision-media img, .ai-media img { object-position: center center; }
.quote { margin: 54px 0 0; padding: 26px 0 0; border-top: 1px solid var(--rule-dark); }
.quote p { margin: 0; color: var(--gold); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.28; letter-spacing: -.025em; }

.decision.decision-copy-only {
  grid-template-columns: 1fr;
  min-height: 0;
}

.decision.decision-copy-only .decision-copy {
  max-width: 1120px;
}

.relationship-head { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr); gap: 64px; }
.chapters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 86px; border-top: 1px solid var(--rule-light); border-left: 1px solid var(--rule-light); }
.chapter { min-height: 340px; padding: 30px; border-right: 1px solid var(--rule-light); border-bottom: 1px solid var(--rule-light); }
.chapter h3 { margin: 60px 0 18px; font-size: 28px; font-weight: 470; letter-spacing: -.035em; }
.chapter p:last-child { margin: 0; color: var(--quiet-light); font-size: 16px; line-height: 1.55; }
.chapter-number { color: #9c6317; }

.media-ribbon { display: grid; grid-template-columns: 1.45fr .55fr; gap: 22px; margin-top: 22px; }
.media-ribbon.media-ribbon-single { grid-template-columns: minmax(0, 1fr); }
.media-ribbon > div { height: clamp(360px, 42vw, 640px); overflow: hidden; background: #c8c8c4; }
.case-natural-balance .media-ribbon > div:first-child img { object-position: center 68%; }
.case-natural-balance .media-ribbon > div:last-child img { object-position: center center; }

.lenses { padding: clamp(100px, 11vw, 170px) 0; border-top: 1px solid var(--rule-dark); }
.lenses-head { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; }

.six-mark {
  position: relative;
  flex: 0 0 auto;
  width: 170px;
  height: 170px;
  transform-origin: center;
}

.six-mark span { position: absolute; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); }
.six-mark span:nth-child(1) { left: 64px; top: 0; }
.six-mark span:nth-child(2) { left: 111px; top: 27px; }
.six-mark span:nth-child(3) { left: 111px; top: 81px; }
.six-mark span:nth-child(4) { left: 64px; top: 108px; }
.six-mark span:nth-child(5) { left: 17px; top: 81px; }
.six-mark span:nth-child(6) { left: 17px; top: 27px; }

.lens-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 90px; border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.lens-item { min-height: 250px; padding: 28px; border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.lens-item h3 { margin: 0 0 62px; color: var(--gold); font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.lens-item p { margin: 0; color: rgba(244,240,232,.74); font-size: 19px; line-height: 1.48; }

.ai-section { grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr); }
.ai-copy { background: var(--ivory); color: var(--ink); }
.ai-copy .eyebrow { color: #9c6317; }
.ai-copy > p:not(.eyebrow) { color: var(--quiet-light); }

.ai-section.ai-section-copy-only {
  grid-template-columns: 1fr;
  min-height: 0;
}

.ai-section.ai-section-copy-only .ai-copy {
  max-width: 1120px;
}

.ai-section.ai-section-storyboard {
  display: block;
  min-height: 0;
}

.ai-section.ai-section-storyboard .ai-copy {
  max-width: 1120px;
}

.ai-storyboard {
  margin: 0;
  padding: 0 clamp(28px, 6vw, 96px) clamp(92px, 9vw, 152px);
  background: var(--ivory);
}

.ai-storyboard-frame {
  width: 100%;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  border: 1px solid rgba(5, 15, 26, .16);
  background: var(--navy-2);
}

.ai-storyboard-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.outcome { position: relative; z-index: 2; padding: clamp(100px, 11vw, 172px) 0; border-top: 1px solid var(--rule-dark); }
.outcome .shell { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr); gap: 64px; }
.outcome h2 { max-width: 980px; }
.outcome p:last-child { max-width: 760px; margin: 38px 0 0; color: var(--quiet-dark); font-size: 19px; line-height: 1.62; }

.questions { padding: clamp(100px, 11vw, 170px) 0; }
.questions-head .section-number { color: #9c6317; }
.qa-list { margin-top: 80px; border-top: 1px solid var(--rule-light); }
.qa { border-bottom: 1px solid var(--rule-light); }
.qa summary { position: relative; padding: 30px 74px 30px 0; cursor: pointer; list-style: none; font-size: clamp(22px, 2.4vw, 34px); font-weight: 460; letter-spacing: -.03em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 10px; top: 25px; color: #9c6317; font-size: 34px; font-weight: 350; transition: transform .25s ease; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa-answer { max-width: 900px; padding: 0 0 34px; }
.qa-answer p { margin: 0; color: var(--quiet-light); font-size: 18px; line-height: 1.62; }

.end { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; border-top: 1px solid var(--rule-dark); }
.end h2 { max-width: 1050px; }
.end a { display: inline-block; margin-top: 48px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); text-decoration: none; font-size: 14px; font-weight: 620; letter-spacing: .06em; text-transform: uppercase; }

.footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 28px clamp(24px, 4.8vw, 72px); border-top: 1px solid var(--rule-dark); color: rgba(244,240,232,.58); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer strong { color: var(--ivory); font-size: 16px; letter-spacing: -.02em; text-transform: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 760px; }
  .hero-media { min-height: 680px; border-left: 0; border-top: 1px solid var(--rule-dark); }
  .answer-band .shell,
  .intro-grid,
  .section-grid,
  .relationship-head,
  .questions-head,
  .outcome .shell { grid-template-columns: 1fr; gap: 24px; }
  .decision,
  .ai-section { grid-template-columns: 1fr; }
  .decision-media, .ai-media { min-height: 620px; order: -1; }
  .chapters,
  .lens-grid { grid-template-columns: 1fr 1fr; }
  .media-ribbon { grid-template-columns: 1fr; }
  .media-ribbon > div { height: 520px; }
  .page-thread { width: 440px; right: -170px; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 36px), 1420px); }
  .nav { min-height: 76px; padding: 0 18px; }
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 10px; }
  .nav-links a:nth-child(2) { display: none; }
  .hero-copy { min-height: 710px; padding: 130px 18px 52px; }
  .hero h1 { font-size: clamp(48px, 13vw, 66px); }
  .hero-intro { font-size: 17px; }
  .hero-media { min-height: 560px; }
  .answer-band { padding: 82px 0; }
  .answer-band p:last-child { font-size: 34px; }
  .section-pad, .lenses, .questions, .outcome { padding: 86px 0; }
  .intro-copy h2,
  .relationship-head h2,
  .lenses-head h2,
  .ai-copy h2,
  .outcome h2,
  .questions-head h2,
  .end h2 { font-size: 44px; }
  .proof-pair { grid-template-columns: 1fr; }
  .image-frame { height: 450px; }
  figcaption { grid-template-columns: 1fr; gap: 7px; }
  .decision-copy, .ai-copy { padding: 86px 18px; }
  .ai-storyboard { padding: 0 18px 86px; }
  .decision-copy h2 { font-size: 40px; }
  .decision-media, .ai-media { min-height: 500px; }
  .chapters, .lens-grid { grid-template-columns: 1fr; }
  .chapter { min-height: 300px; }
  .lenses-head { align-items: flex-start; }
  .six-mark { width: 104px; height: 104px; }
  .six-mark span { width: 27px; height: 27px; }
  .six-mark span:nth-child(1) { left: 39px; top: 0; }
  .six-mark span:nth-child(2) { left: 68px; top: 17px; }
  .six-mark span:nth-child(3) { left: 68px; top: 50px; }
  .six-mark span:nth-child(4) { left: 39px; top: 67px; }
  .six-mark span:nth-child(5) { left: 10px; top: 50px; }
  .six-mark span:nth-child(6) { left: 10px; top: 17px; }
  .media-ribbon > div { height: 420px; }
  .end { min-height: 520px; }
  .footer { align-items: flex-start; gap: 20px; flex-direction: column; padding: 26px 18px; }
  .page-thread { right: -210px; width: 360px; opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-media img { transform: scale(1.035) !important; }
}
