/* Cinematic product composition. The existing brand, content and typefaces remain. */
:root { --gutter: clamp(22px, 3.1vw, 64px); --ease: cubic-bezier(.16,1,.3,1); }
html { scroll-padding-top: 100px; }
body { background: #04130f; }
.header {
  position: absolute; inset: 0 0 auto; height: 90px; z-index: 30;
  background: transparent; border-bottom: 0;
}
.header::after { content: ''; position: absolute; bottom: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: #e8e9d632; }
.wordmark { font-size: 22px; }
.wordmark small { font-size: 12px; letter-spacing: .14em; margin-top: 3px; }
.header-link { border: 0; padding: 12px 0; font-size: 14px; }
.desktop-nav { font-size: 14px; gap: 32px; }
.hero-track { position: relative; }
.cinema-enabled .hero-track { height: calc(max(760px, 100svh) + 140svh); }
.hero {
  position: relative; display: block; padding: 0; height: max(760px, 100svh);
  min-height: 0; background: #04130f; isolation: isolate;
}
.cinema-enabled .hero { position: sticky; top: 0; }
.garden-backdrop {
  inset: 0; height: 100%; width: 100%; object-position: 58% bottom;
  opacity: var(--garden-opacity, .85);
  transform: translate3d(0,var(--garden-y,0px),0) scale(var(--garden-scale,1.03));
}
.hero-scrim {
  background: linear-gradient(90deg,#04130fe6 0%,#04130fa3 23%,transparent 56%),
    linear-gradient(0deg,#04130f 0%,#04130f22 28%,transparent 64%,#04130fc9);
}
.hero::after {
  content: ''; pointer-events: none; position: absolute; inset: 0; z-index: 3;
  background: radial-gradient(ellipse at 76% 43%,#e4d3a00a,transparent 52%);
}
.hero-topline { position: absolute; top: 115px; left: var(--gutter); right: var(--gutter); font-size: 12px; letter-spacing: .12em; color: #c6cbb8; }
.hero h1 {
  position: absolute; bottom: 125px; left: calc(var(--gutter) - .04em); z-index: 4;
  margin: 0; padding: 0; text-align: left; font-size: clamp(110px,12vw,210px);
  font-weight: 400; line-height: .76; letter-spacing: -.065em; white-space: normal;
  color: #eee9d9; text-shadow: none;
  transform: translate3d(var(--title-x,0px),var(--title-y,0px),0);
  opacity: var(--title-opacity,1); will-change: transform,opacity;
}
.hero h1>span { display: block; padding-bottom: .07em; }
.hero h1>span:last-child { font-style: italic; font-weight: 300; margin-left: .06em; }
.hero-copy {
  position: absolute; top: 185px; bottom: auto; left: var(--gutter); width: 26%;
  min-width: 0; margin: 0; padding: 0; display: block; z-index: 5;
  opacity: var(--intro-opacity,1); transform: translateY(var(--intro-y,0px));
}
.hero-statement { font-size: clamp(35px,3vw,52px); line-height: 1.06; letter-spacing: -.025em; }
.hero-statement em { color: #d5c7a7; }
.hero-description { font-size: 16px; color: #b9c6b9; margin: 22px 0 26px; line-height: 1.7; }
.button, .button-light, .button-outline {
  min-height: 58px; border-radius: 40px; padding: 6px 7px 6px 24px;
  font-size: 14px; font-weight: 400; gap: 22px; color: #ede5cd;
  background: linear-gradient(115deg,#cfc09a17,#cfc09a05);
  border: 1px solid #d5c7a778;
  box-shadow: inset 0 1px 0 #fff2,inset 0 0 20px #d4bf8810,0 0 22px #c8b67f08;
}
.button::after { inset: 3px; border-radius: 40px; border-color: #dfcfaa15; }
.button::before { opacity: .42; }
.button-orbit {
  width: 42px; height: 42px; border: 1px solid #d5c7a75c; border-radius: 50%;
  font-size: 22px; background: #d8c9a010; color: #dfd0ad;
}
.button:hover, .button-outline:hover { color: #fff7df; box-shadow: inset 0 1px 0 #fff3,inset 0 0 28px #d6bf8e20,0 0 28px #c8b67f22; }
.hero-art {
  top: 100px; bottom: 118px; right: 1.5%; width: 67%; height: auto;
  margin: 0; perspective: 1500px; transform: translate3d(var(--stage-x,0px),0,0);
}
.bottle-photos { inset: 0 0 52px; transition: opacity .7s; }
.hero-bottle { animation: none; bottom: 0; top: auto; transform-origin: 50% 74%; }
.apple-bottle {
  left: 50%; right: auto; height: 101%; z-index: 3;
  transform: translateX(-50%) translateY(var(--bottle-lift,0px)) rotate(var(--bottle-turn,-3deg)) scale(var(--bottle-scale,1));
}
.cherry-bottle {
  left: 17%; bottom: 8%; height: 85%; z-index: 1;
  transform: translateX(-50%) translateY(var(--side-y,0px)) rotate(-9deg) scale(var(--side-scale,1));
  opacity: var(--side-opacity,1);
}
.pear-bottle {
  left: 80%; right: auto; bottom: 8%; height: 85%; z-index: 2;
  transform: translateX(-50%) translateY(var(--side-y,0px)) rotate(9deg) scale(var(--side-scale,1));
  opacity: var(--side-opacity,1);
}
.webgl-mount { inset: -10px 0 52px; }
.studio-glow { background: radial-gradient(ellipse at center,#c1bf7840,transparent 64%); opacity: .3; }
.stage-tools { bottom: 0; left: 6%; right: 6%; gap: 16px; }
.view-mode { border-radius: 32px; padding: 9px 18px; min-height: 46px; font-size: 14px; background: #0b221999; }
.view-icon { font-size: 18px; }
.stage-tools>span { font-size: 12px; max-width: none; }
.scene-caption {
  position: absolute; top: 31%; left: var(--gutter); width: 29%; z-index: 5;
  opacity: var(--caption-opacity,0); transform: translateY(var(--caption-y,20px));
  pointer-events: none;
}
.scene-caption-index, .scene-caption-note { display: block; font: 400 12px/1.6 var(--sans); letter-spacing: .12em; color: #c5c5a9; }
.scene-caption-title { font: 400 clamp(52px,5.4vw,90px)/.98 var(--serif); letter-spacing: -.04em; margin: 23px 0 27px; }
.scene-caption-title em { font-weight: 400; color: var(--gold); }
.scene-caption-note { border-top: 1px solid #d5c7a745; padding-top: 18px; max-width: 290px; }
.scene-timeline {
  position: absolute; bottom: 79px; left: var(--gutter); right: var(--gutter);
  z-index: 6; display: flex; align-items: center; gap: 25px; color: #c1c8b5;
  font-size: 12px; letter-spacing: .12em;
}
.scene-timeline-label { min-width: 115px; }
.scene-timeline-track { flex: 1; height: 1px; background: #e2dec82a; }
.scene-timeline-track i { display: block; width: 100%; height: 1px; background: #d7c99f; transform: scaleX(var(--sequence-progress,0)); transform-origin: left; }
.hero-footer { border: 0; bottom: 5px; padding: 12px 0; min-height: 58px; }
.scroll-link { font-size: 12px; letter-spacing: .1em; }
.motion-toggle { font-size: 12px; min-height: 44px; }
.age { font-size: 12px; }
.collection { position: relative; z-index: 7; background: #071b15; }
.section { padding-top: clamp(75px,8vw,135px); padding-bottom: clamp(75px,8vw,135px); }
.section-heading { align-items: flex-start; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(66px,8vw,130px); line-height: .92; }
.section-heading>p { font-size: 16px; padding-top: 62px; }
.eyebrow { font-size: 12px; }
.apple-stories { gap: 100px; }
.apple-story { grid-template-columns: 1.35fr .65fr; gap: 6vw; }
.story-image { aspect-ratio: 1.08; }
.story-image::after { display: none; }
.story-image img { transform: translateY(var(--photo-y,0px)) scale(1.035); }
.scene-detail { font-size: 14px; }
.story-copy { position: relative; padding: 0; }
.story-index { font-size: 12px; margin-bottom: 35px; letter-spacing: .12em; }
.story-copy h3 { font-size: clamp(75px,8vw,125px); }
.story-copy h3 em { font-size: .43em; margin-top: 12px; }
.story-copy dl { margin: 32px 0; max-width: none; }
.story-copy dl>div { font-size: 14px; padding: 14px 0; }
.story-copy .button { font-size: 14px; }
.dry-story { grid-template-columns: .65fr 1.35fr; }
.other-flavors-heading { margin-top: 120px; margin-bottom: 50px; }
.other-flavors-heading h3 { font-size: clamp(45px,5vw,76px); }
.product-grid { gap: 4vw; align-items: start; }
.product-card { border: 0; padding: 0; }
.cherry-card { margin-top: 80px; }
.pear-card { margin-top: 30px; }
.product-top { border-top: 1px solid var(--line); padding: 15px 0 0; font-size: 12px; }
.product-family { display: none; }
.product-visual { height: clamp(340px,33vw,560px); }
.product-open { border-radius: 50%; background: #0c201b80; width: 46px; height: 46px; }
.card-word { font-size: clamp(60px,7.5vw,120px); opacity: .35; }
.product-info { display: block; padding: 16px 0 24px; }
.product-info h3 { font-size: clamp(45px,4.5vw,68px); margin: 0 0 8px; }
.product-info>span { font-size: 16px; }
.product-detail { font-size: 14px; min-height: 54px; }
.classic-note { margin-top: 60px; font-size: 16px; }
.classic-note p>span { font-size: 14px; }
.collection-footer { font-size: 16px; }
.interlude { position: relative; display: flex; align-items: flex-end; min-height: 860px; height: 105svh; isolation: isolate; }
.interlude-image { position: absolute; inset: 0; min-height: 0; }
.interlude-image img { object-position: 33% 42%; transform: scale(1.04); }
.interlude-image::after { background: linear-gradient(0deg,#04130ff2,transparent 63%),linear-gradient(90deg,#071b1610,#04130f55); }
.interlude-copy { position: relative; padding: 90px var(--gutter); width: 100%; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 0 6vw; }
.interlude-copy .eyebrow { grid-column: 1 / -1; margin-bottom: 32px; }
.interlude h2 { font-size: clamp(70px,7.8vw,124px); grid-row: 2 / 4; }
.interlude-copy>p:not(.eyebrow) { font-size: 16px; margin-top: 0; color: #e0dfcc; }
.interlude-copy .text-link { justify-self: start; align-self: end; margin-top: 24px; }
.production { background: #04130f; }
.fact { padding-top: 36px; padding-bottom: 40px; }
.fact-number { font-size: clamp(72px,8.8vw,140px); color: #e4dfcb; }
.fact h3 { font-size: 18px; }
.fact>p:last-child { font-size: 14px; }
.fact+.fact { border-left: 0; }
.production-bottom p { font-size: 16px; }
.partners { text-align: left; background: #0b241a; overflow: hidden; }
.partners-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 0 6vw; align-items: center; }
.partners-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 44px; }
.partners h2 { grid-row: 2 / 5; font-size: clamp(78px,8.2vw,136px); }
.partners-heading>p:not(.eyebrow) { font-size: 16px; margin-top: 0; }
.partners .button { margin-top: 26px; justify-self: start; }
.email-hint { font-size: 12px; margin-top: 14px; }
.contact-row { margin-top: 90px; }
.contact-row>a:first-child { font-family: var(--sans); font-size: clamp(20px,2.5vw,36px); letter-spacing: -.04em; }
.copy-email { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.dialog-content>p:not(.eyebrow,.dialog-type,.dialog-note) { font-size: 16px; }
.dialog-content dl>div { font-size: 14px; }
.dialog-content .eyebrow { font-size: 12px; }
.cinema-enabled .story-image img { transition: transform .25s linear; }
.motion-enabled .story-image { clip-path: inset(0 0 12%); transition: clip-path 1.2s var(--ease); }
.motion-enabled .is-visible .story-image { clip-path: inset(0); }
.motion-paused .story-image { clip-path: none; }
.cinema-enabled .hero h1>span { animation: title-arrive 1.35s var(--ease) both; }
.cinema-enabled .hero h1>span:last-child { animation-delay: .12s; }
@keyframes title-arrive {
  from { opacity: 0; filter: blur(6px); }
  to { opacity: 1; filter: blur(0); }
}

@media (min-width: 851px) and (max-height: 820px) {
  .hero-copy { top: 170px; }
  .hero-description { margin: 16px 0 20px; }
  .hero-statement { font-size: 36px; }
  .hero h1 { font-size: 10.2vw; bottom: 120px; }
}
@media (max-width: 1100px) and (min-width: 851px) {
  .hero-copy { width: 30%; }
  .hero-description { font-size: 15px; }
  .hero-art { width: 66%; right: -2%; }
  .stage-tools>span { display: none; }
  .story-copy h3 { font-size: 75px; }
  .apple-story, .dry-story { gap: 35px; }
}
@media (max-width: 850px) {
  .header { height: 80px; }
  .hero { height: max(780px,100svh); }
  .cinema-enabled .hero-track { height: calc(max(780px,100svh) + 95svh); }
  .hero-topline { top: 102px; font-size: 12px; }
  .hero h1 { top: 145px; bottom: auto; left: var(--gutter); right: var(--gutter); font-size: 16.4vw; line-height: .85; letter-spacing: -.06em; text-align: center; }
  .hero h1>span { display: inline; }
  .hero h1>span:last-child { margin: 0; }
  .hero-art { top: 240px; bottom: 280px; right: 0; width: 100%; }
  .bottle-photos { inset: 0; }
  .cherry-bottle { left: 24%; }
  .pear-bottle { left: 76%; }
  .webgl-mount { inset: -15px 0 -8px; }
  .stage-tools { bottom: -52px; }
  .hero-copy { top: auto; bottom: 123px; width: auto; right: var(--gutter); display: flex; align-items: center; gap: 26px; }
  .hero-statement { font-size: 36px; }
  .hero-description { font-size: 14px; margin: 0; flex: 1; }
  .hero-copy .button { font-size: 14px; padding-left: 18px; }
  .scene-caption { top: auto; bottom: 117px; width: auto; right: var(--gutter); }
  .scene-caption-title { font-size: 48px; margin: 8px 0 0; }
  .scene-caption-title br { display: none; }
  .scene-caption-note { display: none; }
  .scene-timeline { bottom: 72px; }
  .stage-tools>span { display: none; }
  .apple-story, .dry-story { grid-template-columns: 1.1fr .9fr; gap: 32px; }
  .story-copy h3 { font-size: 65px; }
  .story-copy h3 em { font-size: 34px; }
  .story-index { font-size: 12px; margin-bottom: 22px; }
  .story-copy dl { margin: 24px 0; }
  .story-copy .button { font-size: 14px; padding-left: 18px; gap: 18px; }
  .story-copy dl>div { font-size: 14px; flex-wrap: wrap; gap: 5px 12px; }
  .product-visual { height: 300px; }
  .product-info h3 { font-size: 46px; }
  .interlude { min-height: 730px; height: 90svh; }
  .interlude-copy { display: block; padding-bottom: 65px; }
  .interlude h2 { font-size: 82px; }
  .interlude-copy>p:not(.eyebrow) { margin-top: 30px; }
  .fact-number { font-size: 78px; }
  .partners-heading { display: block; }
  .partners-heading>p:not(.eyebrow) { margin-top: 28px; }
  .partners h2 { font-size: 88px; }
  .contact-row { justify-content: space-between; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 24px; }
  .header { height: 76px; gap: 12px; }
  .wordmark { font-size: 18px; }
  .wordmark small { font-size: 12px; letter-spacing: .03em; }
  .header-link { font-size: 12px; padding: 8px 0; max-width: 92px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-nav a { font-size: 36px; min-height: 55px; }
  .hero { height: max(800px,100svh); }
  .cinema-enabled .hero-track { height: calc(max(800px,100svh) + 65svh); }
  .hero-topline { top: 97px; gap: 12px; font-size: 12px; letter-spacing: .025em; }
  .hero-topline span:first-child { max-width: 105px; }
  .hero-topline span:last-child { max-width: 165px; }
  .hero h1 { top: 155px; font-size: 16.25vw; margin: 0; padding: 0; line-height: .85; letter-spacing: -.06em; z-index: 4; }
  .hero-art { position: absolute; top: 215px; bottom: 312px; width: 100%; margin: 0; height: auto; }
  .apple-bottle { height: 104%; }
  .cherry-bottle { height: 88%; left: 19%; bottom: 8%; }
  .pear-bottle { height: 88%; left: 81%; bottom: 8%; }
  .bottle-photos { inset: 0; }
  .webgl-mount { inset: -18px 0 -12px; }
  .stage-tools { left: 22px; right: 22px; bottom: -53px; }
  .view-mode { font-size: 14px; min-height: 44px; padding: 8px 16px; }
  .garden-backdrop { inset: 0; height: 100%; opacity: var(--garden-opacity,.8); object-position: 54% bottom; transform: translate3d(0,var(--garden-y,0px),0) scale(var(--garden-scale,1.03)); }
  .hero-scrim { background: linear-gradient(0deg,#04130f 0%,#04130ff0 24%,#04130f0a 45%,#04130f45 70%,#04130ff0); }
  .hero-copy { bottom: 105px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 15px; margin: 0; padding: 0; width: auto; text-align: left; }
  .hero-statement { font-size: clamp(32px,8.4vw,45px); line-height: 1.04; }
  .hero-description { font-size: 14px; line-height: 1.55; }
  .hero-copy .button { grid-column: 1 / -1; min-height: 52px; padding-left: 21px; font-size: 14px; gap: 24px; }
  .hero-copy .button-orbit { width: 36px; height: 36px; }
  .scene-caption { bottom: 132px; }
  .scene-caption-title { font-size: clamp(42px,11vw,60px); }
  .scene-caption-title br { display: block; }
  .scene-caption-index { font-size: 12px; }
  .scene-timeline { bottom: 81px; gap: 15px; font-size: 12px; letter-spacing: .04em; }
  .scene-timeline-label { min-width: 85px; }
  .hero-footer { position: absolute; bottom: 5px; left: var(--gutter); right: var(--gutter); padding: 10px 0; gap: 16px; }
  .scroll-link { font-size: 12px; letter-spacing: 0; gap: 8px; }
  .scroll-link>span { font-size: 21px; }
  .motion-toggle { font-size: 12px; gap: 8px; }
  .motion-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .motion-symbol { font-size: 19px; width: 24px; }
  .age { width: 30px; height: 30px; font-size: 12px; }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .eyebrow { font-size: 12px; letter-spacing: .1em; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(64px,17vw,94px); }
  .section-heading>p { padding-top: 0; font-size: 16px; margin-top: 25px; }
  .apple-stories { gap: 64px; }
  .apple-story, .dry-story { display: flex; gap: 0; }
  .story-image { width: calc(100% + 44px); margin-left: -22px; aspect-ratio: 1; }
  .scene-detail { padding: 28px 22px 17px; font-size: 14px; }
  .story-copy { padding-top: 27px; }
  .story-index { margin-bottom: 20px; }
  .story-copy h3 { font-size: 78px; }
  .story-copy h3 em { font-size: 39px; }
  .story-copy dl { margin: 24px 0; }
  .story-copy dl>div { font-size: 14px; padding: 12px 0; }
  .other-flavors-heading { margin-top: 75px; margin-bottom: 38px; }
  .other-flavors-heading h3 { font-size: 52px; }
  .product-grid { display: flex; flex-direction: column; gap: 48px; }
  .product-card { width: 100%; padding: 0; margin: 0; }
  .product-top { padding-top: 16px; font-size: 12px; }
  .product-visual { height: 430px; max-width: 100%; }
  .product-info { padding: 12px 0 22px; display: flex; flex-wrap: wrap; gap: 10px 15px; }
  .product-info h3 { font-size: 53px; margin: 0; }
  .product-info>span { font-size: 16px; }
  .card-word { font-size: 108px; }
  .classic-note { margin-top: 40px; }
  .classic-note p { font-size: 16px; }
  .classic-note .text-link { font-size: 14px; }
  .collection-footer p { font-size: 16px; }
  .interlude { height: 870px; min-height: 0; }
  .interlude-image { aspect-ratio: auto; height: 100%; }
  .interlude-image img { object-position: 33% top; }
  .interlude-image::after { background: linear-gradient(0deg,#04130f 0%,#04130ff2 28%,#04130f44 65%,transparent); }
  .interlude-copy { padding: 55px var(--gutter); }
  .interlude h2 { font-size: clamp(58px,15vw,84px); }
  .interlude-copy>p:not(.eyebrow) { font-size: 16px; margin-top: 25px; }
  .facts { margin-top: 34px; }
  .fact { grid-template-columns: 46% 1fr; padding: 26px 0; }
  .fact-number { font-size: clamp(51px,14vw,77px); white-space: normal; }
  .fact h3 { font-size: 16px; }
  .fact>p:last-child { font-size: 14px; }
  .production-bottom p { font-size: 16px; }
  .production-bottom .button { font-size: 14px; }
  .partners-heading .eyebrow { margin: 0 0 29px; max-width: none; font-size: 12px; }
  .partners h2 { font-size: clamp(56px,14.5vw,85px); }
  .partners-heading>p:not(.eyebrow) { font-size: 16px; }
  .partners .button { font-size: 14px; gap: 18px; }
  .contact-row { align-items: flex-start; gap: 16px; margin-top: 55px; }
  .contact-row>a:first-child { font-size: clamp(20px,5.4vw,29px); letter-spacing: -.03em; }
  .contact-row>a { font-size: 16px; }
  .copy-email { font-size: 14px; }
  .footer-top>p, .footer-top>p span, .footer-bottom { font-size: 12px; }
  .dialog-content .button { font-size: 14px; gap: 14px; }
  .dialog-layout>img.packshot { height: 370px; max-width: 100%; }
}
@media (max-width: 360px) {
  .header-link { display: none; }
  .hero-description { font-size: 14px; }
  .hero-copy { grid-template-columns: 1fr; gap: 10px; bottom: 108px; }
  .hero-description { display: none; }
  .hero-statement br { display: none; }
  .hero-statement { font-size: 31px; }
  .hero-art { top: 205px; bottom: 290px; }
  .product-visual { height: 380px; }
  .story-copy h3 { font-size: 69px; }
  .button { gap: 15px; padding-left: 20px; }
}
/* On short screens, ordinary page scrolling keeps every control reachable. */
@media (max-width: 600px) and (max-height: 760px), (max-height: 600px) {
  .cinema-enabled .hero-track { height: auto; }
  .cinema-enabled .hero { position: relative; }
  .scene-timeline { display: none; }
}
/* The page remains complete with JS absent, motion paused, or text enlarged. */
.motion-paused .hero, .motion-paused .hero-track { position: relative; }
.motion-paused .hero-track { height: auto; }
.motion-paused .hero h1, .motion-paused .hero-copy { opacity: 1; transform: none; }
.motion-paused .scene-caption { display: none; }
.motion-paused .hero-art { transform: none; }
.motion-paused .hero-bottle { opacity: 1; }
.motion-paused .apple-bottle { transform: translateX(-50%) rotate(-3deg); }
.motion-paused .cherry-bottle { transform: translateX(-50%) rotate(-9deg); }
.motion-paused .pear-bottle { transform: translateX(-50%) rotate(9deg); }
@media (prefers-reduced-motion: reduce) {
  .cinema-enabled .hero-track { height: auto; }
  .hero { position: relative; }
  .hero h1, .hero-copy { opacity: 1; transform: none; }
  .scene-caption { display: none; }
  .hero-art { transform: none; }
  .hero-bottle { opacity: 1; }
  .apple-bottle { transform: translateX(-50%) rotate(-3deg); }
  .cherry-bottle { transform: translateX(-50%) rotate(-9deg); }
  .pear-bottle { transform: translateX(-50%) rotate(9deg); }
  .story-image { clip-path: none !important; }
}
