:root {
  --ink: #17352f;
  --ink-soft: #49615b;
  --sage: #aabca8;
  --sage-light: #dce5da;
  --paper: #f3f0e9;
  --paper-deep: #e9e3d8;
  --white: #fbfaf6;
  --gold: #b79a61;
  --line: rgba(23, 53, 47, .18);
  --serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--ink); color: #f4f1e8; font-size: 10px; letter-spacing: .12em; }
.announcement-dot { width: 2px; height: 2px; border-radius: 50%; background: #c7b98f; }
.site-header { position: absolute; top: 30px; left: 0; z-index: 20; width: 100%; height: 86px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); color: white; transition: .35s ease; }
.site-header.scrolled { position: fixed; top: 0; height: 72px; color: var(--ink); background: rgba(243,240,233,.94); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { width: max-content; display: flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; flex: none; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.24), 0 8px 22px rgba(9,31,26,.14); }
.brand-wordmark { display: flex; flex-direction: column; align-items: flex-start; }
.brand-zh { font-family: var(--serif); font-size: 25px; letter-spacing: .22em; margin-right: -.22em; }
.brand-en { margin-top: 7px; font-size: 7px; letter-spacing: .44em; margin-right: -.44em; }
.desktop-nav { display: flex; gap: 38px; font-size: 13px; letter-spacing: .08em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.icon-button, .menu-button { border: 0; background: none; padding: 8px; cursor: pointer; }
.icon-button { position: relative; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.cart-count { position: absolute; right: -1px; top: -1px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #d8c7a2; color: var(--ink); font-size: 9px; }
.menu-button { display: none; width: 36px; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: .25s; }

.mobile-menu { display: none; }
.hero { min-height: calc(100vh - 30px); padding: 116px 7vw 6vh; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; position: relative; overflow: hidden; color: white; background: #58736b; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .6; background: radial-gradient(circle at 76% 20%, rgba(220,231,216,.38), transparent 30%), linear-gradient(115deg, #173b34 0%, #466b61 53%, #9aaf9e 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero-rays-layer { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; border: 0; pointer-events: none; overflow: hidden; opacity: .9; mix-blend-mode: screen; }
.hero-copy { position: relative; z-index: 3; padding-left: 4vw; }
.eyebrow { margin: 0 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .28em; }
.hero h1 { margin: 0; font: 400 clamp(48px, 5.4vw, 88px)/1.28 var(--serif); letter-spacing: .06em; }
.hero-description { margin: 30px 0 34px; font-size: 14px; line-height: 2; letter-spacing: .09em; color: rgba(255,255,255,.78); }
.text-link { display: inline-flex; align-items: center; gap: 42px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 12px; letter-spacing: .12em; }
.text-link span { font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }
.text-link.dark { border-color: var(--ink); }

.hero-visual { position: relative; z-index: 2; align-self: stretch; min-height: 600px; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: min(47vw, 660px); aspect-ratio: 1; }
.orbit-two { width: min(36vw, 510px); aspect-ratio: 1; border-style: dashed; animation: spin 45s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-stage { position: relative; width: 400px; height: 480px; display: grid; place-items: end center; }
.product-stage::before { content: ""; position: absolute; bottom: 10px; width: 320px; height: 45px; background: rgba(11,30,26,.32); border-radius: 50%; filter: blur(18px); }
.product-stage::after { content: ""; position: absolute; z-index: 2; inset: -16% -38% -23%; pointer-events: none; border-radius: 50%; background: radial-gradient(ellipse at center, transparent 0 28%, rgba(247,239,204,.2) 40%, rgba(211,229,217,.48) 55%, rgba(247,239,204,.2) 68%, transparent 84%); mix-blend-mode: screen; filter: blur(22px); transform-origin: 50% 55%; animation: breathe-glow 6.4s ease-in-out infinite; }
@keyframes breathe-glow { 0%, 100% { transform: scale(.9); opacity: .42; } 50% { transform: scale(1.12); opacity: 1; } }
.hero-product-photo { position: relative; z-index: 1; display: block; width: 120%; height: 112%; object-fit: cover; object-position: center 51%; mix-blend-mode: multiply; opacity: .98; -webkit-mask-image: radial-gradient(ellipse 46% 43% at 50% 51%, #000 0 60%, rgba(0,0,0,.96) 70%, rgba(0,0,0,.72) 80%, rgba(0,0,0,.25) 90%, transparent 100%); mask-image: radial-gradient(ellipse 46% 43% at 50% 51%, #000 0 60%, rgba(0,0,0,.96) 70%, rgba(0,0,0,.72) 80%, rgba(0,0,0,.25) 90%, transparent 100%); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; filter: contrast(1.06) saturate(.86) drop-shadow(22px 28px 24px rgba(10,34,29,.28)); }
.serum-bottle { position: relative; filter: drop-shadow(28px 30px 25px rgba(10,34,29,.28)); }
.bottle-large { width: 180px; height: 400px; transform: rotate(1.5deg); }
.dropper { position: absolute; z-index: 2; left: 50%; top: 0; width: 68px; height: 108px; transform: translateX(-50%); background: linear-gradient(90deg, #142924, #38524b 45%, #0f231e); border-radius: 5px 5px 13px 13px; }
.dropper::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: 8px; height: 17px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.dropper span { position: absolute; left: 50%; bottom: -24px; width: 9px; height: 28px; transform: translateX(-50%); background: rgba(222,231,222,.7); }
.bottle-glass { position: absolute; bottom: 0; width: 100%; height: 305px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(90deg, rgba(14,62,53,.92), rgba(65,112,99,.82) 46%, rgba(14,50,44,.96)); border: 1px solid rgba(255,255,255,.26); border-radius: 18px 18px 28px 28px; box-shadow: inset 12px 0 20px rgba(255,255,255,.06), inset -8px 0 14px rgba(0,0,0,.18); }
.bottle-glass::before { content: ""; position: absolute; left: 12px; top: 8px; bottom: 16px; width: 11px; border-radius: 50%; background: rgba(255,255,255,.1); filter: blur(3px); }
.bottle-label { width: 74%; padding: 32px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid rgba(242,235,215,.65); border-bottom: 1px solid rgba(242,235,215,.65); color: #f4ebd5; }
.bottle-label b { font: 400 23px var(--serif); letter-spacing: .22em; margin-right: -.22em; }
.bottle-label small { margin-top: 7px; font-size: 6px; letter-spacing: .35em; }
.bottle-label span { margin-top: 26px; font: 400 9px var(--serif); letter-spacing: .12em; }
.bottle-label em { margin-top: 9px; font-size: 6px; font-style: normal; letter-spacing: .2em; }
.botanical { position: absolute; width: 180px; height: 300px; opacity: .58; }
.botanical-left { left: 3%; bottom: 6%; transform: rotate(-28deg); }
.botanical-right { right: 0; top: 10%; transform: rotate(148deg); }
.botanical .stem { position: absolute; left: 50%; height: 100%; width: 1px; background: rgba(229,236,220,.55); transform: rotate(8deg); }
.botanical i { position: absolute; width: 58px; height: 26px; border: 1px solid rgba(229,236,220,.52); border-radius: 100% 0 100% 0; }
.botanical i:nth-child(2) { left: 31px; top: 65px; transform: rotate(18deg); }
.botanical i:nth-child(3) { left: 91px; top: 125px; transform: rotate(72deg); }
.botanical i:nth-child(4) { left: 23px; top: 186px; transform: rotate(4deg); }
.visual-note { position: absolute; z-index: 3; font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.65); }
.note-one { right: 2%; bottom: 16%; writing-mode: vertical-rl; }
.note-two { left: 8%; top: 17%; }
.scroll-cue { position: absolute; z-index: 3; left: 3.3vw; bottom: 7vh; display: flex; flex-direction: column; align-items: center; gap: 14px; font-size: 8px; letter-spacing: .25em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 45px; background: rgba(255,255,255,.5); overflow: hidden; }

.manifesto { min-height: 650px; padding: 140px 10vw; position: relative; display: grid; grid-template-columns: 80px 1.15fr .85fr; gap: 5vw; align-items: start; background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; }
.section-number { padding-top: 45px; font-size: 10px; letter-spacing: .2em; color: var(--gold); }
.manifesto h2, .section-heading h2, .ingredient-copy h2, .ritual-heading h2, .newsletter-section h2 { margin: 0; font: 400 clamp(38px, 4.1vw, 63px)/1.5 var(--serif); letter-spacing: .06em; }
.manifesto-copy { padding-top: 55px; max-width: 440px; }
.manifesto-copy p { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; line-height: 2.1; letter-spacing: .06em; }
.manifesto-copy .text-link { margin-top: 16px; }
.manifesto-mark { position: absolute; right: -1vw; bottom: -9vw; font: 400 27vw/.8 var(--serif); color: rgba(23,53,47,.035); }

.products-section { padding: 120px 0 140px; background: var(--white); overflow: hidden; }
.section-heading { padding: 0 7vw 55px; display: flex; align-items: end; justify-content: space-between; }
.section-heading h2 { font-size: clamp(34px, 3.5vw, 54px); }
.product-controls { display: flex; align-items: center; gap: 20px; }
.product-controls button { width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: .2s; }
.product-controls button:hover { background: var(--ink); color: white; }
.product-controls span { font-size: 10px; letter-spacing: .18em; }
.product-track-wrap { overflow: hidden; }
.product-track { display: flex; gap: 24px; padding: 0 7vw; transition: transform .5s cubic-bezier(.22,.8,.35,1); }
.product-card { flex: 0 0 calc((100vw - 14vw - 48px) / 3); min-width: 310px; }
.product-image { position: relative; height: 490px; display: grid; place-items: center; overflow: hidden; }
.product-image.sage { background: #d6dfd2; }
.product-image.pearl { background: #e8e3d8; }
.product-image.stone { background: #d4d3cb; }
.product-image::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.product-image.generated::before { display: none; }
.generated-product-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .65s cubic-bezier(.2,.7,.3,1); }
.product-card:hover .generated-product-photo { transform: scale(1.035); }
.product-index, .product-tag, .quick-add { z-index: 2; }
.product-index { position: absolute; top: 24px; left: 24px; font-size: 9px; letter-spacing: .2em; }
.product-tag { position: absolute; top: 20px; right: 20px; padding: 7px 11px; border-radius: 20px; background: var(--ink); color: white; font-size: 9px; letter-spacing: .14em; }
.card-bottle { width: 105px; height: 275px; transform: scale(.9); }
.card-bottle .dropper { width: 47px; height: 75px; }
.card-bottle .bottle-glass { height: 210px; border-radius: 12px 12px 19px 19px; }
.card-bottle .bottle-label { padding: 22px 4px; }
.card-bottle .bottle-label b { font-size: 15px; }
.card-bottle .bottle-label span { margin-top: 14px; font-size: 6px; }
.toner-bottle { position: relative; width: 118px; height: 290px; filter: drop-shadow(23px 26px 20px rgba(54,46,32,.16)); }
.toner-cap { position: absolute; z-index: 2; top: 0; left: 50%; width: 56px; height: 57px; transform: translateX(-50%); border-radius: 3px 3px 8px 8px; background: linear-gradient(90deg,#d3cab9,#f4eee1 50%,#b8ae9a); }
.toner-body { position: absolute; bottom: 0; width: 100%; height: 242px; display: grid; place-items: center; border-radius: 8px 8px 18px 18px; border: 1px solid rgba(255,255,255,.8); background: linear-gradient(90deg,rgba(226,219,198,.65),rgba(255,252,239,.82) 50%,rgba(208,201,180,.65)); }
.toner-body .bottle-label { color: var(--ink); border-color: rgba(23,53,47,.35); }
.toner-body .bottle-label b { font-size: 17px; }
.toner-body .bottle-label span { margin-top: 18px; font-size: 7px; }
.cream-jar { position: relative; width: 205px; height: 165px; filter: drop-shadow(21px 25px 20px rgba(32,39,31,.19)); }
.jar-lid { position: absolute; z-index: 2; width: 100%; height: 58px; border-radius: 18px 18px 8px 8px; background: linear-gradient(90deg,#16332c,#466158 50%,#102920); border-bottom: 3px solid rgba(255,255,255,.25); }
.jar-body { position: absolute; bottom: 0; width: 100%; height: 113px; display: grid; place-items: center; border-radius: 8px 8px 28px 28px; background: linear-gradient(90deg,#d8d1c0,#f4eedf 48%,#bcb5a4); border: 1px solid rgba(255,255,255,.65); }
.jar-label { display: flex; flex-direction: column; align-items: center; }
.jar-label b { font: 400 20px var(--serif); letter-spacing: .22em; }
.jar-label small { font-size: 6px; letter-spacing: .32em; margin-top: 5px; }
.jar-label span { font: 400 7px var(--serif); margin-top: 16px; letter-spacing: .12em; }
.quick-add { position: absolute; right: 20px; bottom: 20px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(251,250,246,.88); color: var(--ink); font-size: 24px; font-weight: 200; cursor: pointer; transition: .25s; }
.quick-add:hover { transform: rotate(90deg); background: var(--ink); color: white; }
.product-info { padding: 22px 3px; display: flex; justify-content: space-between; gap: 12px; }
.product-info h3 { margin: 0 0 8px; font: 400 18px var(--serif); letter-spacing: .07em; }
.product-info p { margin: 0; font-size: 11px; color: var(--ink-soft); letter-spacing: .08em; }
.product-info strong { white-space: nowrap; font-size: 12px; font-weight: 500; letter-spacing: .06em; }

.ingredients-section { min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; background: #27483f; color: white; }
.ingredient-visual { min-height: 800px; position: relative; display: grid; place-items: center; overflow: hidden; background: #acbba8; }
.ingredient-visual::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.liquid-ring { position: absolute; border: 1px solid rgba(255,255,255,.5); border-radius: 44% 56% 48% 52%; }
.ring-a { width: 520px; height: 520px; animation: floatRing 12s ease-in-out infinite; }
.ring-b { width: 350px; height: 350px; border-color: rgba(255,255,255,.75); animation: floatRing 9s ease-in-out infinite reverse; }
@keyframes floatRing { 50% { transform: rotate(18deg) scale(1.06); border-radius: 58% 42% 55% 45%; } }
.ingredient-core { z-index: 2; width: 230px; height: 230px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: rgba(241,239,228,.22); border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(10px); }
.ingredient-core span { font: 400 60px var(--serif); }
.ingredient-core small { margin-top: 8px; letter-spacing: .16em; }
.petal { position: absolute; z-index: 3; width: 75px; height: 130px; border-radius: 90% 10% 90% 10%; background: rgba(246,241,222,.46); filter: blur(.2px); }
.petal-a { top: 14%; left: 22%; transform: rotate(35deg); }
.petal-b { right: 13%; bottom: 15%; transform: rotate(-18deg) scale(.7); }
.petal-c { left: 14%; bottom: 9%; transform: rotate(75deg) scale(.45); }
.ingredient-copy { padding: 110px 8vw; display: flex; flex-direction: column; justify-content: center; }
.ingredient-copy h2 { font-size: clamp(36px, 4vw, 57px); }
.ingredient-copy .lead { max-width: 500px; margin: 25px 0 52px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 2; letter-spacing: .07em; }
.ingredient-list { border-top: 1px solid rgba(255,255,255,.25); }
.ingredient-item { width: 100%; padding: 22px 0; display: grid; grid-template-columns: 35px 1fr 1fr 20px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); background: none; color: white; cursor: pointer; }
.ingredient-item span { font-size: 9px; color: #cfbd91; }
.ingredient-item b { font: 400 15px var(--serif); letter-spacing: .08em; }
.ingredient-item i { font-size: 8px; font-style: normal; letter-spacing: .13em; color: rgba(255,255,255,.48); }
.ingredient-item em { font-size: 18px; font-style: normal; transition: transform .25s; }
.ingredient-item.active em { transform: rotate(45deg); }
.ingredient-detail { min-height: 52px; margin: 22px 0 0; max-width: 460px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; letter-spacing: .06em; transition: opacity .2s; }

.ritual-section { padding: 130px 8vw 145px; background: var(--paper); text-align: center; }
.ritual-heading { max-width: 700px; margin: 0 auto 80px; }
.ritual-heading h2 { font-size: clamp(36px, 4vw, 56px); }
.ritual-heading > p:last-child { margin: 22px auto 0; color: var(--ink-soft); font-size: 13px; letter-spacing: .06em; }
.ritual-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.ritual-step { min-height: 400px; padding: 10px 5vw 20px; border-right: 1px solid var(--line); }
.ritual-step:last-child { border: 0; }
.ritual-step > span { font-size: 8px; letter-spacing: .22em; color: var(--gold); }
.ritual-symbol { width: 130px; height: 150px; margin: 38px auto 28px; position: relative; }
.ripple-symbol::before, .ripple-symbol::after, .ripple-symbol i { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid var(--sage); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.ripple-symbol::before { width: 115px; height: 55px; }
.ripple-symbol::after { width: 80px; height: 37px; }
.ripple-symbol i { width: 43px; height: 18px; }
.drop-symbol::before { content: ""; position: absolute; left: 50%; top: 20px; width: 76px; height: 105px; transform: translateX(-50%) rotate(45deg); border-radius: 65% 35% 65% 35%; background: linear-gradient(135deg, rgba(170,188,168,.25), rgba(170,188,168,.85)); border: 1px solid var(--sage); }
.drop-symbol::after { content: ""; position: absolute; left: 58%; top: 49px; width: 16px; height: 38px; transform: rotate(-25deg); border-radius: 50%; background: rgba(255,255,255,.5); }
.moon-symbol::before { content: ""; position: absolute; left: 50%; top: 10px; width: 115px; height: 115px; transform: translateX(-50%); border-radius: 50%; background: var(--sage); }
.moon-symbol::after { content: ""; position: absolute; left: 36%; top: -2px; width: 115px; height: 115px; border-radius: 50%; background: var(--paper); }
.ritual-step h3 { margin: 0 0 12px; font: 400 24px var(--serif); letter-spacing: .12em; }
.ritual-step p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 2; letter-spacing: .06em; }

.testimonial-section { padding: 140px 8vw; text-align: center; background: #e1e7dd; }
.testimonial-section blockquote { margin: 45px auto 40px; max-width: 920px; font: 400 clamp(26px,3vw,45px)/1.75 var(--serif); letter-spacing: .08em; }
.testimonial-meta { display: flex; flex-direction: column; align-items: center; gap: 38px; font-size: 9px; letter-spacing: .18em; }
.testimonial-meta div { display: flex; gap: 10px; }
.testimonial-meta i { width: 23px; height: 1px; background: rgba(23,53,47,.25); }
.testimonial-meta i.active { background: var(--ink); }

.newsletter-section { padding: 90px 9vw; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; background: var(--ink); color: white; }
.newsletter-section h2 { font-size: 45px; }
.newsletter-section p:last-child { color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .06em; }
.newsletter-form { height: 58px; display: flex; border-bottom: 1px solid rgba(255,255,255,.45); }
.newsletter-form input { flex: 1; border: 0; outline: 0; background: none; color: white; font-size: 13px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.45); }
.newsletter-form button { display: flex; gap: 30px; align-items: center; border: 0; background: none; color: white; cursor: pointer; font-size: 12px; letter-spacing: .12em; }

footer { padding: 85px 7vw 25px; background: #112822; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10vw; padding-bottom: 85px; }
.footer-brand { display: flex; flex-direction: column; align-items: start; }
.footer-logo-lockup { display: flex; align-items: center; gap: 16px; }
.footer-mark { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.footer-brand p { margin-top: 28px; color: rgba(255,255,255,.48); font: 400 14px var(--serif); letter-spacing: .08em; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 15px; }
.footer-links b { margin-bottom: 10px; color: #bca97c; font-size: 8px; letter-spacing: .24em; }
.footer-links a { width: max-content; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .07em; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .16em; }
.footer-bottom > span:nth-child(2) { text-align: center; }
.footer-bottom div { display: flex; justify-content: end; gap: 25px; }

.cart-overlay { position: fixed; z-index: 98; inset: 0; visibility: hidden; opacity: 0; background: rgba(11,26,22,.46); backdrop-filter: blur(2px); transition: .3s; }
.cart-overlay.open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 99; top: 0; right: 0; width: min(450px,100%); height: 100vh; padding: 32px; display: flex; flex-direction: column; background: var(--white); transform: translateX(100%); transition: transform .4s cubic-bezier(.22,.75,.35,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { padding-bottom: 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 0; font: 400 24px var(--serif); letter-spacing: .08em; }
.cart-header h2 span { font: 400 11px var(--sans); }
.cart-close, .search-close { border: 0; background: none; font-size: 28px; font-weight: 200; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; }
.empty-cart { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.empty-cart span { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font: 400 23px var(--serif); }
.empty-cart p { margin: 0; font-size: 13px; color: var(--ink-soft); }
.empty-cart a { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: .1em; }
.cart-line { padding: 23px 0; display: grid; grid-template-columns: 75px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-thumb { height: 90px; display: grid; place-items: center; background: var(--sage-light); }
.cart-thumb::before { content: ""; width: 25px; height: 55px; border-radius: 5px 5px 8px 8px; background: var(--ink); box-shadow: 0 -13px 0 -5px #203d35; }
.cart-line h3 { margin: 0 0 9px; font: 400 14px var(--serif); }
.cart-line p { margin: 0; font-size: 11px; }
.cart-line button { align-self: start; border: 0; background: none; color: #7b8985; cursor: pointer; font-size: 17px; }
.cart-footer { padding-top: 24px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; font-size: 13px; }
.cart-footer button { width: 100%; margin-top: 20px; padding: 17px; border: 0; background: var(--ink); color: white; letter-spacing: .12em; cursor: pointer; }
.cart-footer small { display: block; margin-top: 12px; text-align: center; color: var(--ink-soft); }

.search-overlay { position: fixed; z-index: 100; inset: 0; visibility: hidden; opacity: 0; display: grid; place-items: center; background: rgba(243,240,233,.98); transition: .3s; }
.search-overlay.open { visibility: visible; opacity: 1; }
.search-overlay > div { width: min(700px,82vw); }
.search-overlay input { width: 100%; padding: 18px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: none; color: var(--ink); font: 400 clamp(28px,5vw,58px) var(--serif); }
.search-overlay input::placeholder { color: rgba(23,53,47,.3); }
.search-overlay p:last-child { font-size: 10px; color: var(--ink-soft); letter-spacing: .12em; }
.search-close { position: absolute; top: 30px; right: 5vw; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 28px; padding: 12px 22px; border-radius: 50px; background: var(--ink); color: white; font-size: 11px; letter-spacing: .08em; opacity: 0; transform: translate(-50%,15px); pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.text-fade { opacity: 0; transform: translateY(14px); transition: opacity .72s ease, transform .72s ease; }
.text-fade.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .menu-button.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 15; inset: 0; padding: 150px 7vw 40px; display: flex; visibility: hidden; opacity: 0; flex-direction: column; justify-content: space-between; background: var(--paper); transition: .3s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font: 400 28px var(--serif); }
  .mobile-menu a span { font: 400 9px var(--sans); color: var(--gold); }
  .mobile-menu p { font: 400 14px var(--serif); color: var(--ink-soft); }
  .hero { grid-template-columns: 1fr 1fr; padding-left: 5vw; padding-right: 3vw; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(44px,6vw,66px); }
  .product-stage { width: 330px; }
  .manifesto { grid-template-columns: 50px 1fr 1fr; padding-left: 6vw; padding-right: 6vw; gap: 4vw; }
  .product-card { flex-basis: calc((100vw - 14vw - 24px) / 2); }
  .ingredients-section { grid-template-columns: .85fr 1.15fr; }
  .ingredient-copy { padding-left: 6vw; padding-right: 6vw; }
}

@media (max-width: 720px) {
  .announcement { font-size: 8px; }
  .site-header { top: 30px; height: 70px; padding: 0 20px; }
  .site-header.scrolled { height: 64px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand { gap: 9px; }
  .brand-zh { font-size: 21px; }
  .search-button { display: none; }
  .hero { min-height: 790px; padding: 124px 24px 40px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; align-items: start; }
  .hero::before { background: radial-gradient(circle at 70% 60%, rgba(220,231,216,.3), transparent 28%), linear-gradient(145deg,#173b34,#54786d 58%,#9aae9e); }
  .hero-copy { z-index: 4; }
  .hero h1 { font-size: 46px; line-height: 1.25; }
  .hero-description { margin: 18px 0 20px; font-size: 12px; line-height: 1.8; }
  .hero-description br { display: none; }
  .hero-visual { position: absolute; right: -12px; bottom: 0; width: 100%; height: 460px; min-height: 0; opacity: .96; }
  .product-stage { width: 280px; height: 400px; transform: translateX(45px) scale(.75); transform-origin: bottom; }
  .orbit-one { width: 430px; }
  .orbit-two { width: 330px; }
  .note-two, .scroll-cue { display: none; }
  .botanical-left { left: 0; bottom: -5%; }
  .manifesto { min-height: auto; padding: 90px 24px 110px; display: block; }
  .section-number { padding: 0 0 30px; }
  .manifesto h2 { font-size: 36px; }
  .manifesto-copy { padding-top: 40px; }
  .manifesto-mark { font-size: 55vw; bottom: -5vw; }
  .products-section { padding: 85px 0 100px; }
  .section-heading { padding: 0 24px 38px; align-items: start; }
  .section-heading h2 { font-size: 34px; }
  .product-controls { display: none; }
  .product-track { padding: 0 24px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-track::-webkit-scrollbar { display: none; }
  .product-card { flex-basis: 82vw; min-width: 82vw; scroll-snap-align: start; }
  .product-image { height: 430px; }
  .ingredients-section { grid-template-columns: 1fr; }
  .ingredient-visual { min-height: 520px; }
  .ring-a { width: 390px; height: 390px; }
  .ring-b { width: 270px; height: 270px; }
  .ingredient-core { width: 190px; height: 190px; }
  .ingredient-core span { font-size: 50px; }
  .ingredient-copy { padding: 85px 24px 95px; }
  .ingredient-copy h2 { font-size: 36px; }
  .ingredient-item { grid-template-columns: 28px 1fr 20px; }
  .ingredient-item i { display: none; }
  .ritual-section { padding: 90px 24px; }
  .ritual-heading { margin-bottom: 50px; }
  .ritual-heading h2 { font-size: 36px; }
  .ritual-steps { grid-template-columns: 1fr; }
  .ritual-step { min-height: 340px; padding: 40px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .ritual-symbol { margin-top: 25px; margin-bottom: 15px; }
  .testimonial-section { padding: 90px 24px; }
  .testimonial-section blockquote { margin: 35px 0; font-size: 25px; }
  .testimonial-section blockquote br { display: none; }
  .newsletter-section { padding: 75px 24px; grid-template-columns: 1fr; gap: 35px; }
  .newsletter-section h2 { font-size: 38px; }
  footer { padding: 70px 24px 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 60px; padding-bottom: 60px; }
  .footer-links { grid-template-columns: repeat(2,1fr); row-gap: 45px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .footer-bottom > span:nth-child(2) { text-align: right; }
  .footer-bottom div { grid-column: 1 / -1; justify-content: start; }
  .cart-drawer { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .text-fade { opacity: 1; transform: none; }
  .hero-rays-layer { display: none; }
  .product-stage::after { animation: none; opacity: .45; }
}

/* Standalone static export: dependency-free animated hero rays */
.static-rays { isolation: isolate; }
.static-rays::before { content: ""; position: absolute; width: 155%; height: 175%; top: -68%; right: -48%; background: conic-gradient(from 202deg at 100% 0%, transparent 0deg 7deg, rgba(241,223,173,.5) 10deg, transparent 17deg 25deg, rgba(183,216,207,.46) 30deg, transparent 39deg 50deg, rgba(241,223,173,.3) 56deg, transparent 65deg); filter: blur(20px); transform-origin: 100% 0%; animation: static-rays-flow 10s ease-in-out infinite alternate; }
.static-rays::after { content: ""; position: absolute; width: 90%; height: 115%; top: -42%; right: -18%; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(238,231,194,.38), rgba(187,217,207,.17) 42%, transparent 72%); filter: blur(30px); animation: static-rays-breathe 7.2s ease-in-out infinite; }
@keyframes static-rays-flow { 0% { transform: rotate(-8deg) scale(1); opacity: .62; } 50% { transform: rotate(2deg) scale(1.1); opacity: 1; } 100% { transform: rotate(9deg) scale(1.04); opacity: .72; } }
@keyframes static-rays-breathe { 0%,100% { transform: scale(.92); opacity: .55; } 50% { transform: scale(1.12); opacity: 1; } }