:root {
  --ivory: #f4f1e8;
  --paper: #fbfaf5;
  --forest: #113b26;
  --deep: #082819;
  --green: #62c438;
  --ink: #151915;
  --muted: #6f746d;
  --line: rgba(21, 25, 21, 0.18);
  --serif: "Bodoni 72", "Bodoni MT", Didot, "Iowan Old Style", Baskerville, serif;
  --sans: "Helvetica Neue", "Neue Haas Grotesk Text Pro", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
::selection { color: var(--deep); background: var(--green); }

.announcement {
  height: 31px;
  display: grid;
  place-items: center;
  color: #ecf4ec;
  background: var(--deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(21, 25, 21, .12);
  background: rgba(244, 241, 232, .88);
  backdrop-filter: blur(18px);
}
.wordmark, .footerWordmark {
  width: max-content;
  font-family: Georgia, var(--serif);
  font-size: 31px;
  letter-spacing: .14em;
  line-height: 1;
}
.wordmark sup, .footerWordmark sup { font: 10px var(--sans); vertical-align: top; letter-spacing: 0; }
.desktopNav { display: flex; gap: 34px; font-size: 14px; }
.desktopNav a, .navUtilities a { position: relative; }
.desktopNav a::after, .navUtilities a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .35s ease;
}
.desktopNav a:hover::after, .navUtilities a:hover::after { right: 0; }
.navUtilities { justify-self: end; display: flex; gap: 24px; font-size: 14px; }
.navUtilities span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-left: 4px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.mobileMenu { display: none; }

.section { padding: clamp(120px, 11vw, 210px) clamp(22px, 5vw, 90px); }
.sectionIndex { font-size: 12px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.sectionIndex.light { color: rgba(246, 242, 229, .72); }
.eyebrow { margin: 0 0 30px; font-size: 12px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
h1 em, h2 em { font-weight: 400; font-style: italic; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font: 600 13px var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}
.button span { font-size: 18px; font-weight: 400; }
.buttonDark { color: var(--paper); background: var(--ink); }
.buttonDark:hover { color: var(--ink); background: transparent; border-color: var(--ink); }
.buttonGreen { width: 100%; color: var(--deep); background: var(--green); }
.buttonGreen:hover { color: var(--paper); background: var(--forest); }
.buttonIvory { color: var(--deep); background: var(--ivory); }
.buttonIvory:hover { color: var(--ivory); background: transparent; border-color: var(--ivory); }

.hero {
  min-height: calc(100svh - 113px);
  height: min(1020px, calc(100svh - 113px));
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--ivory);
  background: var(--deep);
}
.heroBackdrop { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 27, 16, .86) 0%, rgba(3, 27, 16, .64) 34%, rgba(3, 27, 16, .04) 63%, rgba(3, 27, 16, .08) 100%); }
.heroCopy {
  position: relative;
  z-index: 2;
  width: min(58vw, 960px);
  align-self: center;
  padding: clamp(90px, 9vw, 160px) 0 clamp(110px, 10vw, 170px) clamp(22px, 6vw, 118px);
}
.heroCopy h1 { max-width: 920px; margin: 0; font-size: clamp(88px, 10.8vw, 194px); }
.heroCopy h1 span, .heroCopy h1 em { display: block; }
.heroCopy h1 em { color: var(--green); margin-left: .1em; }
.heroIntro { max-width: 530px; margin: 46px 0 40px; color: rgba(247, 245, 238, .82); font-size: clamp(18px, 1.28vw, 22px); line-height: 1.68; }
.heroActions { display: flex; align-items: center; gap: 34px; }
.textLink { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; }
.textLink span { margin-left: 22px; }
.heroMeta { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 72px; color: rgba(247, 245, 238, .66); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.heroMeta span::before { content: "•"; margin-right: 10px; color: var(--green); }
.heroVisual { position: relative; min-height: 720px; background: var(--forest); }
.verticalNote { position: absolute; z-index: 2; right: 24px; top: 50%; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .22em; writing-mode: vertical-rl; transform: translateY(-50%); }
.heroImageFrame { position: absolute; inset: 8% 10% 8% 7%; overflow: hidden; border-radius: 48% 48% 3px 3px; }
.heroImageFrame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(4, 26, 16, .24); }
.heroImageFrame img { height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.88) contrast(1.04); transform: scale(1.035); animation: heroBreath 9s ease-in-out infinite alternate; }
.heroSeal { position: absolute; left: 3%; bottom: 10%; z-index: 3; width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--deep); background: var(--green); border-radius: 50%; box-shadow: 0 20px 50px rgba(6, 30, 18, .25); transform: rotate(-8deg); }
.heroSeal span { font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.heroSeal strong { font: 39px/1 var(--serif); font-weight: 400; }
.scrollCue { position: absolute; z-index: 2; left: 6vw; bottom: 28px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.scrollCue i { display: block; width: 72px; height: 1px; background: var(--ivory); transform-origin: left; animation: linePulse 2.3s ease-in-out infinite; }
@keyframes heroBreath { to { transform: scale(1.08); } }
@keyframes linePulse { 0%,100% { transform: scaleX(.35); } 50% { transform: scaleX(1); } }

.ritual { background: var(--paper); }
.ritualLead { margin: 90px 0 115px 20%; }
.ritualLead h2, .ingredientsHeader h2, .experienceTitle h2, .standardLead h2, .faqIntro h2 { font-size: clamp(68px, 8.5vw, 154px); }
.ritualLead em, .ingredientsHeader em, .experienceTitle em, .standardLead em, .faqIntro em { color: var(--forest); }
.ritualGrid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 7vw; align-items: end; }
.macroImage { margin: 0; }
.macroImage img { height: clamp(620px, 64vw, 980px); object-fit: cover; object-position: center; }
.macroImage figcaption, .editorialGallery figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.ritualBody { padding-bottom: 6vw; }
.largeBody { max-width: 600px; margin-bottom: 72px; font-family: var(--serif); font-size: clamp(30px, 3vw, 48px); letter-spacing: -.025em; line-height: 1.18; }
.featureLines > div { display: grid; grid-template-columns: 42px 1fr; padding: 20px 0; border-top: 1px solid var(--line); }
.featureLines > div:last-child { border-bottom: 1px solid var(--line); }
.featureLines span { grid-row: 1 / 3; font-size: 12px; }
.featureLines strong { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.featureLines p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.format { min-height: 960px; position: relative; overflow: hidden; color: #f6f2e5; background: var(--deep); }
.formatIntro { display: grid; grid-template-columns: .5fr 1.35fr .7fr; gap: 5vw; align-items: end; }
.formatIntro h2 { margin: 0; font-size: clamp(74px, 9.5vw, 164px); }
.formatIntro > p { max-width: 290px; color: rgba(246, 242, 229, .68); line-height: 1.7; }
.steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 112px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(246, 242, 229, .25); }
.steps li { min-height: 350px; position: relative; padding: 28px 32px 42px; border-right: 1px solid rgba(246, 242, 229, .25); }
.steps li:last-child { border-right: 0; }
.steps span { font-size: 12px; letter-spacing: .14em; }
.steps h3 { margin: 94px 0 28px; font: 400 clamp(58px, 6vw, 100px)/.9 var(--serif); letter-spacing: -.04em; }
.steps p { max-width: 260px; color: rgba(246, 242, 229, .65); line-height: 1.65; }
.formatObject { position: absolute; right: -8vw; bottom: -15vw; width: 46vw; height: 46vw; display: grid; place-items: center; border: 1px solid rgba(98, 196, 56, .25); border-radius: 50%; transform: rotate(13deg); }
.formatObject::before { content: ""; width: 65%; height: 43%; border: 1px solid rgba(98, 196, 56, .36); }
.formatObject span { position: absolute; color: var(--green); font: clamp(18px, 2vw, 34px) var(--serif); letter-spacing: .18em; }

.ingredients { background: var(--ivory); }
.ingredientsHeader { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; margin: 72px 0 100px; }
.ingredientsHeader h2 { margin: 0; }
.ingredientsHeader p { max-width: 360px; color: var(--muted); line-height: 1.75; }
.ingredientList { border-top: 1px solid var(--ink); }
.ingredientRow { display: grid; grid-template-columns: 70px minmax(180px, .8fr) 1.3fr 28px; gap: 3vw; align-items: center; min-height: 154px; border-bottom: 1px solid var(--line); }
.ingredientRow > span { font-size: 12px; }
.ingredientRow h3 { margin: 0; font: 400 clamp(38px, 4.2vw, 68px)/1 var(--serif); letter-spacing: -.03em; }
.ingredientRow p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.7; }
.ingredientRow i { font: normal 29px var(--serif); }
.factsStrip { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px 5vw; margin-top: 95px; padding: 36px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.factsStrip > p { font: 30px var(--serif); }
.factsStrip dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 4vw; margin: 0; }
.factsStrip dl div { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
.factsStrip dd { margin: 0; font-weight: 600; }
.factsStrip small { grid-column: 2; color: var(--muted); font-size: 12px; }

.experience { overflow: hidden; background: var(--paper); }
.campaignScene { position: relative; height: min(78vh, 880px); min-height: 660px; overflow: hidden; background: #d5c9b9; }
.campaignScene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 44%, rgba(244, 241, 232, .08) 61%, rgba(244, 241, 232, .82) 100%); }
.campaignScene > img { height: 100%; object-fit: cover; object-position: center; }
.campaignCopy { position: absolute; z-index: 2; top: 50%; right: clamp(35px, 6vw, 110px); width: min(32vw, 520px); transform: translateY(-50%); }
.campaignCopy h2 { margin: 0; font-size: clamp(68px, 7.6vw, 136px); }
.campaignCopy h2 em { color: var(--forest); }
.campaignCopy > p:last-child { max-width: 390px; margin: 42px 0 0; color: #4d534d; font-size: 18px; line-height: 1.75; }
.experienceTitle { display: grid; grid-template-columns: .38fr 1.62fr; gap: 5vw; align-items: start; margin: clamp(130px, 12vw, 220px) 0 120px; }
.experienceTitle h2 { margin: 0; }
.editorialGallery { display: grid; grid-template-columns: .82fr 1.18fr .7fr; gap: 2.4vw; align-items: start; }
.editorialGallery figure { margin: 0; }
.editorialGallery img { width: 100%; object-fit: cover; filter: saturate(.94) contrast(1.02); }
.galleryOne { margin-top: 16vw !important; }
.galleryOne img { height: 36vw; max-height: 620px; object-position: center; }
.galleryTwo img { height: 61vw; max-height: 980px; object-position: center; }
.galleryThree { margin-top: 9vw !important; }
.galleryThree img { height: 39vw; max-height: 650px; object-position: 50% 38%; }
.editorialGallery figcaption { justify-content: flex-start; }
.editorialGallery figcaption span { color: var(--muted); }

.manifesto { min-height: 780px; position: relative; overflow: hidden; color: var(--ivory); background: var(--forest); }
.manifestoMark { position: absolute; right: -2vw; bottom: -18vw; color: rgba(98, 196, 56, .11); font: 78vw/.7 Georgia, var(--serif); }
.manifestoContent { position: relative; z-index: 1; display: grid; grid-template-columns: 1.45fr .55fr; gap: 7vw; align-items: end; margin-top: 125px; }
.manifestoContent h2 { margin: 0; font-size: clamp(64px, 7.6vw, 134px); }
.manifestoContent h2 em { color: var(--green); }
.manifestoContent > div { padding-bottom: 1vw; }
.manifestoContent p { color: rgba(244, 241, 232, .76); line-height: 1.75; }
.manifestoContent p + p { margin-top: 24px; }

.product { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; background: var(--ivory); }
.productVisual { position: relative; min-height: 790px; overflow: hidden; background: #0c3822; }
.productVisual img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.86); }
.productTag { position: absolute; right: 22px; top: 22px; width: 88px; height: 88px; display: grid; place-items: center; color: var(--deep); background: var(--green); border-radius: 50%; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.productInfo { max-width: 640px; }
.productInfo .sectionIndex { margin-bottom: 78px; }
.productInfo h2 { margin: 0; font-size: clamp(68px, 7vw, 116px); }
.productInfo h2 em { color: var(--forest); }
.productDescription { max-width: 540px; margin: 38px 0 50px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.productSpecs { margin: 0 0 34px; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.productSpecs li { display: grid; grid-template-columns: 1fr 1.6fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.productSpecs span { color: var(--muted); }
.productSpecs strong { font-weight: 550; }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.standard { background: var(--paper); }
.standardLead { display: grid; grid-template-columns: .42fr 1.58fr; gap: 5vw; margin-bottom: 100px; }
.standardLead h2 { margin: 0; }
.standardPoints { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.standardPoints article { min-height: 310px; padding: 24px 28px 32px; border-right: 1px solid var(--line); }
.standardPoints article:last-child { border: 0; }
.standardPoints span { font-size: 12px; }
.standardPoints h3 { margin: 100px 0 20px; font: 400 30px/1.05 var(--serif); letter-spacing: -.02em; }
.standardPoints p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; background: var(--ivory); }
.faqIntro { position: sticky; top: 130px; align-self: start; }
.faqIntro .sectionIndex { margin-bottom: 78px; }
.faqIntro h2 { margin-bottom: 40px; }
.faqIntro > p { color: var(--muted); }
.faqList { border-top: 1px solid var(--ink); }
.faqItem { border-bottom: 1px solid var(--line); }
.faqItem summary { min-height: 94px; display: grid; grid-template-columns: 44px 1fr 24px; gap: 18px; align-items: center; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(22px, 2vw, 31px); letter-spacing: -.02em; }
.faqItem summary::-webkit-details-marker { display: none; }
.faqItem summary span { font: 12px var(--sans); }
.faqItem summary i { font: normal 27px var(--serif); transition: transform .3s ease; }
.faqItem[open] summary i { transform: rotate(45deg); }
.faqItem > p { max-width: 650px; margin: -6px 42px 32px 62px; color: var(--muted); line-height: 1.7; }

.finalCta { height: min(90vh, 940px); min-height: 700px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--paper); text-align: left; }
.finalCta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.finalOverlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,28,17,.84) 0%, rgba(4,28,17,.63) 36%, rgba(4,28,17,.05) 72%); }
.finalContent { position: relative; z-index: 1; width: min(58vw, 900px); margin-right: 34vw; }
.finalContent h2 { margin: 0 0 52px; font-size: clamp(70px, 10vw, 170px); }
.finalContent h2 em { color: var(--green); }

.footer { padding: 72px clamp(22px, 5vw, 90px) 28px; color: var(--ivory); background: var(--deep); }
.footerTop { display: flex; justify-content: space-between; align-items: start; padding-bottom: 72px; border-bottom: 1px solid rgba(244,241,232,.22); }
.footerWordmark { font-size: clamp(48px, 7vw, 110px); }
.footerTop > p { color: rgba(244,241,232,.65); font-family: var(--serif); font-size: 23px; }
.footerNav { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6vw; max-width: 680px; margin: 72px 0 90px auto; }
.footerNav div { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footerNav p { margin-bottom: 18px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footerNav span { color: rgba(244,241,232,.42); }
.footerNav a:hover { color: var(--green); }
.disclaimer { padding-top: 28px; border-top: 1px solid rgba(244,241,232,.22); color: rgba(244,241,232,.52); font-size: 12px; line-height: 1.6; }
.disclaimer > p { max-width: 760px; }
.disclaimer > div { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; letter-spacing: .1em; text-transform: uppercase; }

@supports (animation-timeline: view()) {
  .reveal { animation: revealUp linear both; animation-timeline: view(); animation-range: entry 12% cover 32%; }
  @keyframes revealUp { from { opacity: 0; transform: translateY(44px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1100px) {
  .desktopNav { gap: 18px; }
  .heroCopy { width: 68vw; }
  .ritualLead { margin-left: 12%; }
  .formatIntro { grid-template-columns: 1fr 2fr; }
  .formatIntro > p { grid-column: 2; }
  .standardPoints { grid-template-columns: repeat(2, 1fr); }
  .standardPoints article:nth-child(2) { border-right: 0; }
  .standardPoints article { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .siteHeader { height: 65px; grid-template-columns: 1fr auto; }
  .desktopNav, .navUtilities { display: none; }
  .wordmark { font-size: 24px; }
  .mobileMenu { display: block; justify-self: end; position: relative; }
  .mobileMenu summary { list-style: none; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu nav { position: fixed; top: 96px; left: 0; right: 0; display: flex; flex-direction: column; padding: 22px; background: var(--ivory); border-bottom: 1px solid var(--ink); }
  .mobileMenu nav a { padding: 14px 0; border-top: 1px solid var(--line); font: 30px var(--serif); }
  .hero { height: 780px; min-height: 780px; display: flex; }
  .heroBackdrop { object-position: 61% center; }
  .heroShade { background: linear-gradient(180deg, rgba(3,27,16,.82) 0%, rgba(3,27,16,.58) 51%, rgba(3,27,16,.8) 100%); }
  .heroCopy { width: 100%; align-self: flex-start; padding: 82px 22px 54px; }
  .heroCopy h1 { max-width: 620px; font-size: clamp(68px, 20vw, 106px); }
  .heroCopy h1 em { margin-left: .08em; }
  .heroIntro { max-width: 420px; margin-top: 34px; font-size: 17px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .heroMeta { margin-top: 44px; gap: 12px 20px; }
  .scrollCue { display: none; }
  .section { padding-left: 22px; padding-right: 22px; }
  .ritualLead { margin: 64px 0 60px; }
  .ritualLead h2, .ingredientsHeader h2, .experienceTitle h2, .standardLead h2, .faqIntro h2 { font-size: clamp(50px, 15vw, 78px); }
  .ritualGrid { grid-template-columns: 1fr; gap: 56px; }
  .macroImage img { height: 126vw; max-height: 780px; }
  .ritualBody { padding: 0; }
  .largeBody { font-size: 31px; }
  .format { min-height: auto; }
  .formatIntro { display: block; }
  .formatIntro h2 { margin-top: 62px; font-size: clamp(64px, 19vw, 98px); }
  .formatIntro > p { margin-top: 34px; }
  .steps { grid-template-columns: 1fr; margin-top: 70px; }
  .steps li { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(246,242,229,.25); padding-left: 0; padding-right: 0; }
  .steps h3 { margin-top: 58px; }
  .formatObject { width: 110vw; height: 110vw; right: -58vw; bottom: -25vw; opacity: .7; }
  .ingredientsHeader { display: block; margin: 64px 0 70px; }
  .ingredientsHeader p { margin-top: 40px; }
  .ingredientRow { grid-template-columns: 38px 1fr 24px; padding: 26px 0; }
  .ingredientRow p { grid-column: 2 / 4; }
  .ingredientRow i { grid-column: 3; grid-row: 1; }
  .factsStrip { grid-template-columns: 1fr; }
  .factsStrip dl { grid-template-columns: 1fr 1fr; }
  .factsStrip small { grid-column: 1; }
  .campaignScene { height: 820px; min-height: 820px; }
  .campaignScene > img { object-position: 39% center; }
  .campaignScene::after { background: linear-gradient(180deg, transparent 37%, rgba(244,241,232,.12) 57%, rgba(244,241,232,.95) 90%); }
  .campaignCopy { top: auto; right: 22px; bottom: 45px; left: 22px; width: auto; transform: none; }
  .campaignCopy h2 { font-size: clamp(63px, 17vw, 92px); }
  .campaignCopy > p:last-child { margin-top: 28px; font-size: 16px; }
  .experienceTitle { display: block; margin: 110px 0 76px; }
  .experienceTitle h2 { margin-top: 64px; }
  .editorialGallery { display: flex; gap: 16px; overflow-x: auto; margin-right: -22px; padding-right: 22px; scroll-snap-type: x mandatory; }
  .editorialGallery figure { min-width: 82vw; margin-top: 0 !important; scroll-snap-align: start; }
  .editorialGallery img { height: 112vw; max-height: 660px; }
  .manifesto { min-height: 720px; }
  .manifestoContent { display: block; margin-top: 90px; }
  .manifestoContent h2 { font-size: clamp(58px, 16vw, 88px); }
  .manifestoContent > div { margin-top: 52px; }
  .manifestoMark { font-size: 135vw; bottom: -24vw; }
  .product { grid-template-columns: 1fr; gap: 72px; }
  .productVisual { min-height: 125vw; }
  .productInfo .sectionIndex { margin-bottom: 55px; }
  .productInfo h2 { font-size: clamp(65px, 18vw, 95px); }
  .standardLead { display: block; }
  .standardLead h2 { margin-top: 62px; }
  .standardPoints { grid-template-columns: 1fr; }
  .standardPoints article { min-height: 250px; border-right: 0; }
  .standardPoints h3 { margin-top: 66px; }
  .faq { grid-template-columns: 1fr; gap: 70px; }
  .faqIntro { position: static; }
  .faqIntro .sectionIndex { margin-bottom: 58px; }
  .faqItem summary { min-height: 82px; grid-template-columns: 32px 1fr 20px; font-size: 23px; }
  .faqItem > p { margin-left: 50px; }
  .finalCta { min-height: 680px; }
  .finalCta > img { object-position: 61% center; }
  .finalOverlay { background: linear-gradient(180deg, rgba(4,28,17,.38), rgba(4,28,17,.87)); }
  .finalContent { width: auto; margin: 0; padding: 22px; text-align: center; }
  .finalContent h2 { font-size: clamp(62px, 18vw, 92px); }
  .footerTop { display: block; }
  .footerTop > p { margin-top: 36px; }
  .footerNav { grid-template-columns: 1fr 1fr; margin-left: 0; }
  .footerNav div:last-child { grid-column: 1 / -1; }
  .disclaimer > div { flex-direction: column; }
}

@media (max-width: 430px) {
  .announcement { font-size: 9px; letter-spacing: .12em; }
  .heroVisual { min-height: 530px; }
  .verticalNote { display: none; }
  .heroImageFrame { border-radius: 46% 46% 2px 2px; }
  .factsStrip dl { grid-template-columns: 1fr; }
  .footerNav { grid-template-columns: 1fr; }
  .footerNav div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
