:root {
  --paper: #f4f1e9;
  --paper-2: #ece8dc;
  --ink: #18251d;
  --muted: #667168;
  --green: #1f5a38;
  --green-deep: #103623;
  --lime: #b8dd69;
  --red: #e73d30;
  --line: rgba(24, 37, 29, .16);
  --radius: 28px;
  --page: min(1320px, calc(100vw - 64px));
  --ease: linear(0, .004, .016, .035, .063, .098, .141, .19, .244, .303, .365, .429, .493, .557, .618, .677, .731, .78, .824, .862, .895, .922, .944, .962, .975, .985, .991, .996, .998, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
section[id] { scroll-margin-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; background: #fff; border-radius: 999px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.brand-filter-defs { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.site-header { --header-x: 50%; --header-y: 50%; --header-light: 0; position: fixed; z-index: 50; isolation: isolate; overflow: hidden; top: 16px; left: 50%; width: var(--page); height: 68px; transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 6px 8px 6px 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 22px; background: rgba(248,247,242,.72); box-shadow: 0 12px 35px rgba(30,50,35,.08); backdrop-filter: blur(18px) saturate(125%); transition: background .35s ease, box-shadow .35s ease, transform .35s var(--ease); }
.site-header::before { position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: radial-gradient(240px circle at var(--header-x) var(--header-y), rgba(61,244,255,.16), rgba(255,79,216,.08) 27%, rgba(184,221,105,.12) 42%, transparent 72%); content: ""; opacity: var(--header-light); transition: opacity .3s ease; pointer-events: none; }
.site-header > * { position: relative; z-index: 1; }
.site-header.is-scrolled { background: rgba(248,247,242,.9); box-shadow: 0 14px 50px rgba(30,50,35,.13); }
.brand { --brand-rx: 0deg; --brand-ry: 0deg; --brand-x: 0px; --brand-y: 0px; --holo-x: 50%; --holo-y: 50%; position: relative; width: 58px; height: 52px; display: flex; align-items: center; border-radius: 15px; perspective: 650px; }
.brand::before { position: absolute; inset: 0 -7px -5px; border-radius: 50%; background: radial-gradient(ellipse, rgba(61,244,255,.42), rgba(255,79,216,.18) 34%, transparent 72%); filter: blur(5px); content: ""; opacity: 0; transform: scale(.62); transition: opacity .22s ease, transform .45s var(--ease); }
.brand::after { position: absolute; left: 4px; right: 4px; bottom: -5px; height: 38px; background: linear-gradient(to top, rgba(61,244,255,.36), rgba(184,221,105,.12) 42%, transparent 82%); clip-path: polygon(36% 100%, 64% 100%, 88% 0, 12% 0); content: ""; filter: blur(3px); opacity: 0; pointer-events: none; transform: translateY(8px) scaleX(.4); transform-origin: 50% 100%; transition: opacity .22s ease, transform .48s var(--ease); }
.brand-logo { position: relative; z-index: 1; width: 58px; height: 52px; display: block; transform: translate3d(var(--brand-x), var(--brand-y), 0) rotateX(var(--brand-rx)) rotateY(var(--brand-ry)); transform-style: preserve-3d; transition: transform .45s var(--ease); }
.brand-logo::before, .brand-logo::after { position: absolute; z-index: 2; inset: 1px; content: ""; opacity: 0; pointer-events: none; -webkit-mask: url("assets/logo-transparent.png") center / contain no-repeat; mask: url("assets/logo-transparent.png") center / contain no-repeat; transition: opacity .22s ease; }
.brand-logo::before { background: repeating-linear-gradient(to bottom, rgba(233,255,253,.94) 0 1px, rgba(61,244,255,.2) 1px 3px, transparent 3px 6px); background-size: 100% 12px; mix-blend-mode: screen; }
.brand-logo::after { background: radial-gradient(circle at var(--holo-x) var(--holo-y), rgba(255,255,255,.98), rgba(61,244,255,.5) 16%, transparent 34%), conic-gradient(from 120deg, #3df4ff, #b8dd69, #ff4fd8, #3df4ff); filter: blur(.35px); mix-blend-mode: screen; }
.brand img { position: absolute; inset: 0; width: 58px; height: 52px; object-fit: contain; transform-origin: 50% 50%; backface-visibility: hidden; transition: transform .46s var(--ease), opacity .2s ease, filter .2s ease; }
.brand-logo-outline { opacity: 0; filter: grayscale(1) sepia(1) hue-rotate(126deg) saturate(7.5) contrast(1.18) brightness(1.24) drop-shadow(-1.4px 0 0 rgba(255,79,216,.72)) drop-shadow(1.4px 0 0 rgba(61,244,255,.9)) drop-shadow(0 0 7px rgba(61,244,255,.88)) drop-shadow(0 0 15px rgba(255,79,216,.36)); transform: rotateY(-24deg) scale(.88); }
.desktop-nav { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 650; letter-spacing: -.01em; }
.desktop-nav a { position: relative; padding: 11px 12px; border-radius: 999px; transition: color .2s ease, background .25s ease, transform .35s var(--ease), box-shadow .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--green); transition: right .35s var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--green-deep); background: rgba(31,90,56,.075); box-shadow: inset 0 0 0 1px rgba(31,90,56,.07); transform: translateY(-1px); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.brand:focus-visible::before { opacity: 1; transform: scale(1.16); }
.brand:focus-visible::after { opacity: .8; transform: translateY(0) scaleX(1); }
.brand:focus-visible .brand-logo-full { opacity: .03; transform: rotateY(78deg) scale(.9); }
.brand:focus-visible .brand-logo-outline { opacity: .9; transform: rotateY(0) scale(1.09); animation: holo-jitter 2.8s steps(1,end) infinite; }
.brand:focus-visible .brand-logo::before { opacity: .82; animation: holo-scan .72s linear infinite; }
.brand:focus-visible .brand-logo::after { opacity: .42; animation: holo-spectrum 2.4s ease-in-out infinite; }
@media (hover: hover) and (pointer: fine) {
  .brand:hover::before { opacity: 1; transform: scale(1.16); }
  .brand:hover::after { opacity: .8; transform: translateY(0) scaleX(1); }
  .brand:hover .brand-logo-full { opacity: .03; transform: rotateY(78deg) scale(.9); }
  .brand:hover .brand-logo-outline { opacity: .9; transform: rotateY(0) scale(1.09); animation: holo-jitter 2.8s steps(1,end) infinite; }
  .brand:hover .brand-logo::before { opacity: .82; animation: holo-scan .72s linear infinite; }
  .brand:hover .brand-logo::after { opacity: .42; animation: holo-spectrum 2.4s ease-in-out infinite; }
}
@keyframes holo-scan { from { background-position: 0 -12px; } to { background-position: 0 12px; } }
@keyframes holo-spectrum { 0%,100% { transform: translate3d(-3%,0,5px) scale(.94); filter: blur(.35px) hue-rotate(0deg); } 50% { transform: translate3d(4%,-2%,8px) scale(1.08); filter: blur(.2px) hue-rotate(34deg); } }
@keyframes holo-jitter { 0%,89%,100% { clip-path: inset(0); } 90% { clip-path: inset(8% 0 62% 0); transform: translateX(1.5px) rotateY(0) scale(1.09); } 92% { clip-path: inset(52% 0 17% 0); transform: translateX(-1px) rotateY(0) scale(1.09); } 94% { clip-path: inset(0); } }
.site-header > .button { justify-self: end; min-width: 168px; }
.menu-button, .mobile-menu { display: none; }

.button { --mag-x: 0px; --mag-y: 0px; position: relative; isolation: isolate; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid color-mix(in srgb, var(--green) 76%, white); border-radius: 999px; background: linear-gradient(180deg, #2c7049 0%, var(--green) 56%, #16482d 100%); color: white; font-size: 14px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -3px 8px rgba(5,31,17,.22), 0 4px 0 #0f3d25, 0 13px 28px rgba(31,90,56,.18); transform: translate3d(var(--mag-x), var(--mag-y), 0) perspective(500px) rotateX(var(--mag-rx, 0deg)) rotateY(var(--mag-ry, 0deg)); transform-style: preserve-3d; transition: transform .42s var(--ease), filter .25s ease, box-shadow .25s ease; overflow: hidden; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 1px 8% auto; height: 42%; border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,.24), transparent); opacity: .74; pointer-events: none; }
.button::after { content: ""; position: absolute; inset: -80% -30%; z-index: -1; background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.28) 49%, transparent 60%); transform: translateX(-55%) rotate(8deg); transition: transform .75s var(--ease); pointer-events: none; }
.button:hover { filter: saturate(1.08) brightness(1.04); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), inset 0 -3px 8px rgba(5,31,17,.18), 0 5px 0 #0f3d25, 0 18px 38px rgba(31,90,56,.25); }
.button:hover::after { transform: translateX(52%) rotate(8deg); }
.button:active { transform: scale(.98); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #f5ae2d; outline-offset: 4px; }
.button-small { min-height: 52px; padding: 0 20px; }
.button-dark { background: linear-gradient(180deg, #2d3a31, var(--ink)); border-color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 4px 0 #0b130e, 0 13px 28px rgba(12,22,15,.18); }
.button-light { background: linear-gradient(180deg, #fff, #eeeade); border-color: #fff; color: var(--green-deep); box-shadow: inset 0 1px 0 #fff, 0 4px 0 #d7d1c2, 0 14px 30px rgba(0,0,0,.15); }
.text-link { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .35s var(--ease); }
.text-link:hover span { transform: translateY(4px); }

.eyebrow, .section-index { margin: 0 0 28px; font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.section-index { color: var(--green); }
.section-index-light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.062em; line-height: .94; }
h1 { margin-bottom: 32px; font-size: clamp(64px, 7.6vw, 122px); font-weight: 760; }
h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { margin-bottom: 48px; font-size: clamp(54px, 6.5vw, 100px); font-weight: 720; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; padding: 150px max(32px, calc((100vw - 1320px)/2)) 80px; background: radial-gradient(circle at 74% 24%, #fff 0, rgba(255,255,255,.15) 26%, transparent 52%), var(--paper); }
.hero-copy { position: relative; z-index: 3; align-self: center; max-width: 720px; padding: 40px 0 96px; }
.hero-intro { max-width: 555px; color: var(--muted); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.hero-visual { position: relative; min-height: 730px; display: grid; place-items: center; perspective: 1200px; }
.sun-disc { position: absolute; width: min(38vw, 560px); aspect-ratio: 1; border-radius: 50%; background: #ee6a50; box-shadow: 0 40px 100px rgba(229,83,61,.22); transform: translate(2%, -1%); }
.hero-bottle { position: relative; z-index: 2; width: min(34vw, 465px); height: min(73vh, 730px); object-fit: cover; object-position: 50% 46%; border-radius: 230px 230px 80px 80px; filter: drop-shadow(0 55px 42px rgba(45,33,20,.24)); transform: translate3d(0, var(--hero-y, 0px), 0) rotateY(var(--hero-rotate, -5deg)) rotateZ(var(--hero-tilt, -1.5deg)); transform-style: preserve-3d; will-change: transform; }
.hero-note { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid rgba(24,37,29,.25); border-radius: 999px; background: rgba(244,241,233,.76); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; }
.note-one { top: 27%; left: 1%; }
.note-two { right: -1%; bottom: 23%; }
.orbit { position: absolute; z-index: 1; width: 620px; height: 230px; border: 1px solid rgba(24,37,29,.18); border-radius: 50%; transform: rotate(-14deg); }
.orbit-two { width: 500px; height: 690px; transform: rotate(22deg); }
.hero-orbit { position: absolute; z-index: 4; inset: 50%; width: 1px; height: 1px; animation: hero-orbit 15s linear infinite; transform-style: preserve-3d; }
.hero-orbit-b { animation-duration: 21s; animation-direction: reverse; animation-delay: -6s; }
.hero-orbit-c { animation-duration: 18s; animation-delay: -10s; }
.hero-orbit { cursor: grab; }
.hero-orbit:active { cursor: grabbing; }
.hero-orb { position: absolute; display: block; width: 30px; aspect-ratio: 1; border-radius: 50%; box-shadow: inset -6px -8px 15px rgba(20,30,20,.22), inset 4px 4px 8px rgba(255,255,255,.55), 0 13px 22px rgba(20,35,25,.18); transition: scale .65s var(--ease), rotate .75s var(--ease), filter .35s ease; }
.hero-orbit:hover .hero-orb { scale: 1.75; rotate: 220deg; filter: saturate(1.2) brightness(1.08); }
.hero-orbit-a .hero-orb { transform: translate3d(286px,-78px,60px); }
.hero-orbit-b .hero-orb { width: 20px; transform: translate3d(-250px,138px,90px); }
.hero-orbit-c .hero-orb { width: 14px; transform: translate3d(190px,230px,100px); }
.orb-orange { background: radial-gradient(circle at 32% 26%, #ffe5a5, #f49425 65%, #bd5011); }
.orb-green { background: radial-gradient(circle at 32% 26%, #c9f395, #4f8d45 66%, #20532e); }
.orb-red { background: radial-gradient(circle at 32% 26%, #ffb0a5, #df3e32 66%, #9d221d); }
@keyframes hero-orbit { from { transform: rotate(0deg) scaleY(.55) rotateX(18deg); } to { transform: rotate(360deg) scaleY(.55) rotateX(18deg); } }
.hero-footer { position: absolute; bottom: 30px; left: max(32px, calc((100vw - 1320px)/2)); right: max(32px, calc((100vw - 1320px)/2)); display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-line { height: 1px; flex: 1; background: var(--line); }
.reveal { opacity: 0; transform: translateY(28px); animation: reveal-in .9s var(--ease) forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }.reveal:nth-child(3) { animation-delay: .16s; }.reveal:nth-child(4) { animation-delay: .24s; }
@keyframes reveal-in { to { opacity: 1; transform: none; } }

.manifesto { width: var(--page); margin: 0 auto; padding: 160px 0 180px; }
.manifesto h2 { max-width: 900px; }
.manifesto-grid { display: grid; grid-template-columns: minmax(280px, 1fr) 1fr; gap: 12vw; align-items: start; border-top: 1px solid var(--line); padding-top: 40px; }
.manifesto-grid > p { max-width: 540px; color: var(--muted); font-size: clamp(18px, 1.6vw, 24px); line-height: 1.55; letter-spacing: -.02em; }
.principles { border-top: 1px solid var(--line); }
.principle { width: 100%; display: grid; grid-template-columns: 52px 1fr 38px; gap: 18px; align-items: start; padding: 21px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; perspective: 700px; }
.principle-number { padding-top: 5px; color: var(--muted); font-size: 11px; }
.principle-copy { display: grid; gap: 0; }
.principle-copy strong { font-size: 17px; transition: transform .4s var(--ease), color .3s ease; }
.principle-copy small { max-width: 430px; max-height: 0; overflow: hidden; opacity: 0; color: var(--muted); font-size: 13px; line-height: 1.55; transition: max-height .5s var(--ease), opacity .35s ease, margin .5s var(--ease); }
.principle-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.3); font-size: 19px; transition: transform .5s var(--ease), background .3s ease, color .3s ease; }
.principle:hover .principle-copy strong, .principle:focus-visible .principle-copy strong, .principle[aria-expanded="true"] .principle-copy strong { color: var(--green); transform: translateX(6px); }
.principle:hover .principle-copy small, .principle:focus-visible .principle-copy small, .principle[aria-expanded="true"] .principle-copy small { max-height: 80px; margin-top: 9px; opacity: 1; }
.principle:hover .principle-icon, .principle[aria-expanded="true"] .principle-icon { color: white; background: var(--green); transform: rotate(135deg) translateZ(14px); }

.juice-story { height: 420vh; background: var(--green-deep); color: white; }
.story-stage { position: sticky; top: 0; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; padding: 120px max(32px, calc((100vw - 1320px)/2)) 90px; background: radial-gradient(circle at var(--glow-x, 68%) 45%, var(--story-glow, rgba(255,148,40,.28)), transparent 28%), var(--green-deep); transition: background-color .5s ease; }
.story-copy { position: relative; z-index: 3; align-self: center; }
.story-copy h2 { max-width: 690px; margin-bottom: 76px; }
.story-meta { display: grid; grid-template-columns: 78px minmax(0, 420px); gap: 18px; align-items: start; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.story-count { padding-top: 6px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .14em; }
.story-meta h3 { margin-bottom: 10px; font-size: 30px; letter-spacing: -.04em; }
.story-meta p { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.5; }
.bottle-stage { position: relative; min-height: 720px; display: grid; place-items: center; perspective: 1000px; }
.story-bottle { position: absolute; z-index: 2; width: min(27vw, 380px); max-height: 66vh; object-fit: contain; opacity: 0; filter: drop-shadow(0 55px 34px rgba(0,0,0,.3)); transform: translate3d(110px,30px,-130px) rotateY(-38deg) scale(.84); transition: opacity .7s ease, transform .95s var(--ease), filter .7s ease; will-change: transform, opacity; }
.story-bottle.is-active { opacity: 1; transform: translate3d(0, var(--bottle-y, 0px), 0) rotateY(var(--bottle-r, -6deg)) scale(1); }
.bottle-glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: var(--story-glow, rgba(255,148,40,.28)); filter: blur(70px); opacity: .72; }
.stage-shadow { position: absolute; bottom: 9%; width: 330px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(16px); transform: scale(var(--shadow-scale, 1)); }
.story-picker { position: absolute; z-index: 5; left: max(32px, calc((100vw - 1320px)/2)); right: max(32px, calc((100vw - 1320px)/2)); bottom: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.story-picker button { --tab-depth: 0px; position: relative; min-height: 72px; display: grid; grid-template-columns: 24px 34px 1fr; align-items: center; padding: 0 10px; border: 0; border-right: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(0,0,0,.08)); color: rgba(255,255,255,.46); text-align: left; cursor: pointer; transform: perspective(700px) translateZ(var(--tab-depth)) rotateX(0); transform-origin: bottom; transition: color .25s ease, background .25s ease, transform .42s var(--ease), box-shadow .35s ease; overflow: hidden; }
.story-picker button span { display: inline-block; width: 42px; margin-left: 16px; font-size: 10px; letter-spacing: .12em; }
.story-picker button:hover { --tab-depth: 10px; color: white; background: rgba(255,255,255,.075); transform: perspective(700px) translateY(-5px) rotateX(5deg); box-shadow: 0 16px 24px rgba(0,0,0,.16); }
.story-picker button.is-active { color: white; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.13); }
.juice-dot { width: 18px; aspect-ratio: 1; display: block; border-radius: 50%; box-shadow: inset -4px -5px 8px rgba(0,0,0,.25), inset 3px 3px 5px rgba(255,255,255,.5); transition: transform .55s var(--ease); }
.story-picker button:hover .juice-dot, .story-picker button.is-active .juice-dot { transform: rotate(210deg) scale(1.25); }
.dot-orange { background: linear-gradient(135deg,#ffd082,#f18720); }.dot-red { background: linear-gradient(135deg,#ff958e,#b61d39); }.dot-yellow { background: linear-gradient(135deg,#fff6a5,#e6ad21); }.dot-green { background: linear-gradient(135deg,#bfe58a,#428139); }

.ingredients { position: relative; min-height: 920px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 160px max(32px, calc((100vw - 1320px)/2)); }
.ingredients-heading { position: relative; z-index: 2; }
.ingredient-orbit { position: relative; min-height: 600px; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-7deg); animation: ingredient-system 30s linear infinite; transform-style: preserve-3d; }
.ingredient-orbit:hover { animation-play-state: paused; }
.ingredient { position: absolute; width: 170px; aspect-ratio: 1; display: grid; place-items: center; transform: rotate(7deg); transition: scale .55s var(--ease), filter .4s ease; transform-style: preserve-3d; filter: drop-shadow(0 24px 24px rgba(30,50,35,.16)); }
.ingredient::before { content: ""; position: absolute; z-index: -1; left: 18%; right: 18%; bottom: 4%; height: 18%; border-radius: 50%; background: rgba(24,37,29,.2); filter: blur(12px); transform: scaleX(.82); opacity: .55; transition: transform .55s var(--ease), opacity .35s ease; }
.ingredient::after { content: attr(data-detail); position: absolute; top: calc(100% + 10px); padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.84); color: var(--ink); font-size: 10px; font-weight: 700; white-space: nowrap; opacity: 0; transform: translateY(-6px); animation: ingredient-detail-label 30s linear infinite reverse; transition: opacity .3s ease, transform .4s var(--ease); }
.ingredient-label { position: relative; z-index: 4; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.78); backdrop-filter: blur(8px); box-shadow: 0 8px 18px rgba(24,37,29,.09); font-size: 12px; font-weight: 750; animation: ingredient-label 30s linear infinite reverse; }
.ingredient:hover { z-index: 5; scale: 1.12; filter: drop-shadow(0 32px 30px rgba(30,50,35,.23)); }
.ingredient:hover::before { transform: scaleX(1.08); opacity: .72; }
.ingredient:hover::after { opacity: 1; transform: translateY(0); }
.ingredient:hover .fruit-shape { transform: translate3d(0,-7px,22px) rotateY(18deg) rotateZ(4deg) scale(1.06); }
.fruit-shape { position: absolute; z-index: 1; transform-style: preserve-3d; transition: transform .7s var(--ease), filter .45s ease; }
.fruit-orange { width: 84%; aspect-ratio: 1; border-radius: 49% 51% 47% 53%; background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.72) 0 3%, transparent 4%), radial-gradient(circle at 33% 28%, #ffd66d 0, #f69a26 42%, #df6c13 76%, #9c3909 100%); box-shadow: inset 12px 13px 24px rgba(255,255,255,.24), inset -18px -22px 28px rgba(113,43,4,.22); }
.fruit-orange::after { content: ""; position: absolute; inset: 10%; border-radius: inherit; opacity: .3; background-image: radial-gradient(rgba(116,55,13,.5) .7px, transparent .9px); background-size: 7px 7px; mix-blend-mode: multiply; }
.fruit-leaf { position: absolute; z-index: 2; top: -8%; left: 48%; width: 34%; height: 23%; border-radius: 90% 8% 90% 8%; background: linear-gradient(145deg,#90b85a,#285d31); box-shadow: inset 4px 3px 7px rgba(255,255,255,.28), 0 5px 9px rgba(32,75,39,.18); transform: rotate(-24deg) translateZ(12px); }
.fruit-apple { width: 88%; height: 78%; border-radius: 46% 54% 48% 52% / 36% 39% 61% 64%; background: radial-gradient(circle at 30% 22%, #ffb49a 0, #ef5b49 28%, #c7212b 68%, #811421 100%); box-shadow: inset 14px 15px 22px rgba(255,255,255,.22), inset -18px -18px 28px rgba(74,5,18,.25); }
.fruit-apple::before { content: ""; position: absolute; top: -1%; left: 39%; width: 23%; height: 13%; border-radius: 50%; background: rgba(91,14,23,.35); filter: blur(4px); }
.apple-stem { position: absolute; z-index: 3; left: 51%; top: -17%; width: 8px; height: 32%; border-radius: 99px; background: linear-gradient(90deg,#4d2c16,#9d7046); transform: rotate(9deg) translateZ(8px); }
.apple-leaf { position: absolute; z-index: 4; left: 55%; top: -10%; width: 39%; height: 24%; border-radius: 92% 8% 92% 8%; background: linear-gradient(145deg,#8fbd57,#285f31); box-shadow: inset 4px 3px 7px rgba(255,255,255,.22); transform: rotate(12deg) translateZ(14px); }
.fruit-kale { width: 102%; height: 108%; filter: drop-shadow(0 15px 12px rgba(32,74,39,.2)); }
.fruit-kale svg { width: 100%; height: 100%; overflow: visible; }
.kale-leaf { fill: #39783c; stroke: #255c2d; stroke-width: 4; }
.kale-vein { fill: none; stroke: rgba(190,220,119,.85); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.fruit-kale::after { content: ""; position: absolute; inset: 14% 19% 11%; border-radius: 50% 12% 54% 24%; background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.28), transparent 50%); transform: rotate(-12deg); }
.fruit-ginger { width: 105%; height: 82%; }
.fruit-ginger i { position: absolute; border-radius: 48% 52% 44% 56% / 55% 45% 55% 45%; background: radial-gradient(circle at 30% 24%, #f7dfa1, #d1a858 58%, #9b6d2b); box-shadow: inset 7px 8px 12px rgba(255,255,255,.25), inset -8px -10px 14px rgba(101,62,16,.19), 0 6px 9px rgba(86,56,20,.12); }
.fruit-ginger i:nth-child(1) { width: 58%; height: 55%; left: 22%; top: 28%; transform: rotate(-8deg); }
.fruit-ginger i:nth-child(2) { width: 43%; height: 35%; left: 3%; top: 12%; transform: rotate(31deg); }
.fruit-ginger i:nth-child(3) { width: 45%; height: 37%; right: 0; top: 5%; transform: rotate(-28deg); }
.fruit-ginger i:nth-child(4) { width: 38%; height: 35%; right: 6%; bottom: 0; transform: rotate(24deg); }
@keyframes ingredient-system { from { transform: rotate(-7deg); } to { transform: rotate(353deg); } }
@keyframes ingredient-label { from { transform: rotate(-7deg); } to { transform: rotate(353deg); } }
@keyframes ingredient-detail-label { from { rotate: -7deg; } to { rotate: 353deg; } }
.ingredient-orange { top: 4%; left: 21%; }
.ingredient-ginger { top: 30%; right: 0; }
.ingredient-kale { bottom: 4%; right: 26%; }
.ingredient-apple { bottom: 20%; left: -3%; }
.ingredients-copy { position: absolute; left: max(32px, calc((100vw - 1320px)/2)); bottom: 96px; max-width: 510px; color: var(--muted); font-size: 18px; line-height: 1.5; }

.detox { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 850px; background: #e8e3d5; }
.detox-photo-wrap { position: relative; min-height: 720px; overflow: hidden; }
.detox-photo-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .45s ease; }
.detox-photo-wrap.is-switching img { animation: detox-photo-pulse .62s var(--ease); }
.detox-photo-orbit { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(62%, 430px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.56); border-radius: 50%; transform: translate(-50%,-50%); animation: detox-orbit 18s linear infinite; pointer-events: none; }
.detox-photo-orbit i { position: absolute; width: 10px; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(31,90,56,.75); box-shadow: 0 4px 12px rgba(16,54,35,.22); }
.detox-photo-orbit i:nth-child(1) { left: 7%; top: 22%; }.detox-photo-orbit i:nth-child(2) { right: 4%; top: 38%; }.detox-photo-orbit i:nth-child(3) { left: 29%; bottom: -5px; }.detox-photo-orbit i:nth-child(4) { left: 47%; top: -5px; }
.photo-label { position: absolute; left: 28px; bottom: 28px; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.8); backdrop-filter: blur(10px); font-size: 11px; font-weight: 750; }
.detox-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(40px, 7vw, 110px); }
.detox-copy h2 { font-size: clamp(50px, 5.2vw, 82px); }
.detox-copy > p { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.detox-list { padding: 0; margin: 24px 0 42px; list-style: none; border-top: 1px solid var(--line); }
.detox-list li { border-bottom: 1px solid var(--line); }
.detox-option { position: relative; width: 100%; min-height: 68px; display: grid; grid-template-columns: 48px 1fr 36px; align-items: center; gap: 4px; padding: 8px 4px; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; overflow: hidden; transform: perspective(700px) translateZ(0); transition: transform .48s var(--ease), color .3s ease; }
.detox-option::before { content: ""; position: absolute; z-index: -1; inset: 6px 0; border-radius: 18px; background: rgba(255,255,255,.36); opacity: 0; transform: translateX(-8px) scale(.98); transition: opacity .3s ease, transform .5s var(--ease); }
.detox-option:hover, .detox-option.is-active { color: var(--green); transform: perspective(700px) translate3d(5px,-2px,12px) rotateX(1.5deg); }
.detox-option:hover::before, .detox-option.is-active::before { opacity: 1; transform: none; }
.detox-number { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 10px; transition: background .3s ease, color .3s ease, transform .5s var(--ease); }
.detox-option:hover .detox-number, .detox-option.is-active .detox-number { color: white; background: var(--green); transform: rotate(360deg) scale(1.04); }
.detox-option-copy { display: grid; gap: 3px; }
.detox-option-copy strong { font-size: 15px; }
.detox-option-copy small { color: var(--muted); font-size: 11px; opacity: 0; transform: translateY(-4px); transition: opacity .3s ease, transform .4s var(--ease); }
.detox-option:hover small, .detox-option.is-active small { opacity: 1; transform: none; }
.detox-arrow { width: 30px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--muted); transition: transform .5s var(--ease), background .3s ease, color .3s ease; }
.detox-option:hover .detox-arrow, .detox-option.is-active .detox-arrow { color: white; background: var(--green); transform: rotate(45deg); }
.detox-copy .button { align-self: flex-start; }
@keyframes detox-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes detox-photo-pulse { 0% { transform: scale(1); filter: saturate(1); } 42% { transform: scale(1.035); filter: saturate(1.08) contrast(1.02); } 100% { transform: scale(1); filter: saturate(1); } }

.delivery { position: relative; min-height: 900px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; background: var(--green-deep); color: white; }
.delivery-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(184,221,105,.16), transparent 35%); }
.delivery > img { position: absolute; right: -1%; bottom: -36%; width: min(52vw, 750px); height: 125%; object-fit: cover; object-position: 50% 40%; border-radius: 48% 48% 0 0; filter: saturate(.92); }
.delivery-copy { position: relative; z-index: 2; align-self: center; max-width: 690px; margin-left: max(32px, calc((100vw - 1320px)/2)); padding: 120px 40px 120px 0; }
.delivery-copy > p { max-width: 500px; color: rgba(255,255,255,.63); font-size: 19px; line-height: 1.55; }
.delivery-actions { display: flex; gap: 28px; align-items: center; margin-top: 40px; }
.text-link-light { color: white; }
.delivery-phone { position: relative; min-height: 62px; display: inline-flex; align-items: center; gap: 13px; padding: 8px 18px 8px 9px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(255,255,255,.1); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 10px 28px rgba(0,0,0,.14); backdrop-filter: blur(12px); transform: perspective(600px); transition: transform .5s var(--ease), background .3s ease, box-shadow .3s ease; }
.delivery-phone:hover { background: rgba(255,255,255,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 18px 36px rgba(0,0,0,.2); transform: perspective(600px) translateY(-4px) rotateX(4deg); }
.phone-orbit-disc { position: relative; width: 44px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green-deep); font-size: 16px; box-shadow: 0 4px 0 rgba(0,0,0,.18), 0 8px 16px rgba(0,0,0,.16); }
.phone-orbit-disc::before { content: ""; position: absolute; inset: -5px; border: 1px dashed rgba(255,255,255,.72); border-radius: 50%; animation: phone-dial 9s linear infinite; }
.phone-orbit-disc::after { content: ""; position: absolute; top: -7px; left: 50%; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(184,221,105,.16); }
.delivery-phone:hover .phone-orbit-disc::before { animation-duration: 2.4s; }
.phone-copy { display: grid; gap: 2px; }
.phone-copy small { color: rgba(255,255,255,.6); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.phone-copy strong { font-size: 14px; letter-spacing: .01em; }
@keyframes phone-dial { to { transform: rotate(360deg); } }

.contact { width: var(--page); margin: 0 auto; padding: 160px 0 170px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; }
.contact-heading { padding: 30px 4vw 40px 0; }
.contact-heading h2 { font-size: clamp(54px, 5.8vw, 90px); }
.contact-heading > p { max-width: 530px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.contact-details { display: grid; gap: 0; margin-top: 60px; border-top: 1px solid var(--line); }
.contact-details a { display: grid; grid-template-columns: 92px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 650; transition: color .25s ease, transform .35s var(--ease); }
.contact-details a:hover { color: var(--green); transform: translateX(5px); }
.contact-details span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.map-card { position: relative; min-height: 570px; overflow: hidden; border-radius: 38px; background: #dfe4d9; box-shadow: 0 30px 80px rgba(24,37,29,.12); }
.map-card iframe { width: 100%; height: 100%; min-height: 570px; border: 0; filter: grayscale(.82) sepia(.18) hue-rotate(78deg) saturate(.72) contrast(.95); transition: filter .5s ease, transform .7s var(--ease); }
.map-card:hover iframe { filter: grayscale(.45) sepia(.12) hue-rotate(74deg) saturate(.9) contrast(.98); transform: scale(1.015); }
.map-pin-card { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: grid; grid-template-columns: 58px 1fr 44px; align-items: center; gap: 14px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(248,247,242,.88); backdrop-filter: blur(18px) saturate(120%); box-shadow: 0 18px 40px rgba(24,37,29,.16); }
.map-pin-card img { width: 58px; height: 46px; object-fit: contain; }
.map-pin-card div { display: grid; gap: 4px; }.map-pin-card strong { font-size: 14px; }.map-pin-card span { color: var(--muted); font-size: 12px; }
.map-pin-card > a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 3px 0 #113d27; }
.contact-form { grid-column: 1 / -1; margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: clamp(28px, 5vw, 68px); border-radius: 38px; background: var(--paper-2); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.form-intro { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.form-intro span { font-size: clamp(34px, 4vw, 58px); font-weight: 720; letter-spacing: -.05em; }.form-intro p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.55; }
.contact-form label { display: grid; gap: 10px; }
.contact-form label > span { padding-left: 4px; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-form label small { color: var(--muted); font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid transparent; border-radius: 19px; background: rgba(255,255,255,.72); color: var(--ink); font: inherit; font-size: 16px; padding: 18px 20px; outline: none; box-shadow: inset 0 1px 0 #fff; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .35s var(--ease); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(31,90,56,.1), inset 0 1px 0 #fff; transform: translateY(-2px); }
.form-wide { grid-column: 1 / -1; }
.button-form { grid-column: 1 / -1; justify-self: start; margin-top: 12px; border: 0; cursor: pointer; }
.form-status { grid-column: 1 / -1; min-height: 18px; margin: 0; color: var(--green); font-size: 13px; font-weight: 650; }

footer { padding: 90px max(32px, calc((100vw - 1320px)/2)) 28px; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 140px 1.15fr 1.85fr; gap: 60px; align-items: start; padding-bottom: 90px; }
.footer-statement { font-size: clamp(36px, 4vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-columns span { display: block; margin-bottom: 18px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.footer-columns p { font-size: 14px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

@media (max-width: 980px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { top: 8px; height: 62px; grid-template-columns: 1fr auto; border-radius: 18px; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-button { justify-self: end; width: 50px; height: 50px; display: grid; place-content: center; gap: 7px; border: 0; border-radius: 50%; background: var(--green); cursor: pointer; }
  .menu-button span { width: 20px; height: 1.5px; background: #fff; transition: transform .3s var(--ease); }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 45; inset: 0; display: grid; place-items: center; padding: 100px 24px 32px; background: rgba(244,241,233,.97); visibility: hidden; opacity: 0; transform: translateY(-14px); transition: opacity .3s ease, transform .4s var(--ease), visibility .3s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu nav { width: 100%; display: grid; text-align: center; }
  .mobile-menu nav > a:not(.button) { padding: 14px; font-size: 36px; font-weight: 720; letter-spacing: -.05em; }
  .mobile-menu .button { margin-top: 30px; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: auto; grid-template-columns: 1fr; padding: 130px 16px 54px; }
  .hero-copy { padding: 26px 8px 0; }
  .hero-visual { min-height: 650px; margin-top: -30px; }
  .sun-disc { width: min(78vw, 520px); }
  .hero-bottle { width: min(68vw, 430px); height: 590px; }
  .note-one { left: 4%; }.note-two { right: 4%; }
  .hero-footer { display: none; }
  .manifesto { padding: 120px 8px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-stage { grid-template-columns: 1fr; padding: 110px 24px 100px; }
  .story-copy { position: static; }
  .story-copy h2 { margin-bottom: 28px; }
  .story-meta { position: absolute; z-index: 5; left: 24px; right: 24px; bottom: 100px; }
  .bottle-stage { position: absolute; inset: 220px 0 120px; min-height: auto; }
  .story-bottle { width: min(58vw, 330px); max-height: 51vh; }
  .story-picker { left: 16px; right: 16px; bottom: 18px; overflow-x: auto; grid-template-columns: repeat(4, minmax(140px, 1fr)); }
  .story-picker { scrollbar-width: none; }
  .story-picker::-webkit-scrollbar { display: none; }
  .story-picker button span { margin-left: 10px; }
  .ingredients { min-height: 1050px; grid-template-columns: 1fr; padding: 120px 24px 140px; }
  .ingredient-orbit { min-height: 530px; }
  .ingredients-copy { left: 24px; right: 24px; bottom: 56px; }
  .detox { grid-template-columns: 1fr; }
  .detox-photo-wrap { min-height: 540px; }
  .detox-copy { padding: 90px 24px; }
  .delivery { min-height: 1020px; grid-template-columns: 1fr; }
  .delivery > img { width: 84vw; height: 70%; right: -8%; bottom: -9%; opacity: .72; }
  .delivery-copy { align-self: start; margin-left: 0; padding: 120px 24px; }
  .contact { grid-template-columns: 1fr; padding: 120px 8px; }
  .contact-heading { padding-right: 0; }
  .map-card, .map-card iframe { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-columns { margin-top: 30px; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(54px, 16vw, 78px); }
  h2 { font-size: clamp(48px, 14vw, 72px); }
  .hero-intro { font-size: 17px; }
  .hero-actions, .delivery-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-visual { min-height: 540px; }
  .hero-bottle { width: min(78vw, 380px); height: 510px; }
  .hero-note { font-size: 10px; }
  .orbit { width: 420px; }.orbit-two { width: 340px; height: 500px; }
  .manifesto { padding: 96px 8px 110px; }
  .juice-story { height: 400vh; }
  .story-copy { align-self: start; }
  .story-copy h2 { font-size: 50px; }
  .story-meta { grid-template-columns: 56px 1fr; }
  .story-meta h3 { font-size: 23px; }
  .story-meta p { font-size: 13px; }
  .bottle-stage { inset: 235px 0 175px; }
  .story-bottle { width: min(66vw, 280px); max-height: 45vh; }
  .story-picker { bottom: 12px; }
  .ingredient-orbit { min-height: 470px; margin-inline: -10px; }
  .ingredient { width: 122px; }
  .detox-photo-wrap { min-height: 420px; }
  .detox-copy { padding: 76px 24px; }
  .delivery { min-height: 920px; }
  .delivery > img { width: 110vw; height: 64%; right: -18%; }
  .hero-orbit-a .hero-orb { transform: translate3d(170px,-66px,60px); }
  .hero-orbit-b .hero-orb { transform: translate3d(-150px,110px,90px); }
  .hero-orbit-c .hero-orb { transform: translate3d(120px,180px,100px); }
  .contact-form { grid-template-columns: 1fr; padding: 26px 18px; }
  .form-intro { grid-template-columns: 1fr; }
  .form-wide, .button-form, .form-status { grid-column: 1; }
  .map-card, .map-card iframe { min-height: 450px; }
  .map-pin-card { left: 12px; right: 12px; bottom: 12px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-columns div:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .site-header::before { opacity: 0 !important; }
  .brand-logo, .brand-logo-full, .brand-logo-outline { transform: none !important; }
  .hero-bottle, .story-bottle.is-active { transform: none !important; }
  .hero-orbit, .ingredient-orbit, .ingredient-label, .ingredient::after, .detox-photo-orbit, .phone-orbit-disc::before { animation: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header, .hero-note, .photo-label { background: var(--paper); backdrop-filter: none; }
}
