/* Anya Labyrinth Corporate v1 - mobile first, no external UI/font dependencies */
:root{--ink:#181613;--muted:#6e675e;--paper:#fbfaf7;--surface:#f3efe8;--line:#ded8cf;--accent:#7a514a;--accent-soft:#efe3df;--max:1240px;--header:68px;--radius:2px;--shadow:0 18px 60px rgba(29,24,19,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;padding:10px 14px;border:1px solid var(--ink)}.skip-link:focus{top:12px}.shell{width:min(100% - 32px,var(--max));margin-inline:auto}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:700}.display{font-family:ui-serif,Georgia,"Times New Roman",serif;font-weight:400;line-height:1.02;letter-spacing:-.035em}.section-title{font-size:clamp(2rem,7vw,4.9rem);margin:.25rem 0 1rem}.lede{font-size:clamp(1rem,2.8vw,1.2rem);color:var(--muted);max-width:62ch}.muted{color:var(--muted)}.hairline{border-top:1px solid var(--line)}.section{padding:72px 0}.section-tight{padding:50px 0}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;transition:transform .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn.secondary{background:transparent;color:var(--ink)}.btn.ghost{border-color:var(--line);background:#fff;color:var(--ink)}.btn:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.chip{display:inline-flex;align-items:center;min-height:32px;padding:4px 10px;border:1px solid var(--line);font-size:.78rem;background:rgba(255,255,255,.65)}
/* header */
.site-header{position:sticky;top:0;z-index:60;height:var(--header);background:rgba(251,250,247,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(222,216,207,.75)}.header-inner{height:100%;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}.brand{text-align:center;font-family:ui-serif,Georgia,serif;letter-spacing:.13em;font-size:.86rem;white-space:nowrap}.icon-btn{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.header-actions{display:flex;align-items:center;gap:2px}.lang-btn{border:0;background:transparent;padding:10px 8px;font-size:.78rem;cursor:pointer}.desktop-nav{display:none}.mobile-drawer{position:fixed;inset:var(--header) 0 0 0;background:var(--paper);z-index:55;transform:translateX(-100%);transition:transform .26s ease;padding:26px 16px;overflow:auto}.mobile-drawer.open{transform:none}.mobile-drawer nav{display:grid}.mobile-drawer a{padding:15px 4px;border-bottom:1px solid var(--line);font-size:1.08rem}.mobile-meta{margin-top:28px;padding-top:24px;border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}body.drawer-open{overflow:hidden}
/* hero */
.hero{padding:26px 0 56px}.hero-grid{display:grid;gap:24px}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:20px 0}.hero h1{font-size:clamp(3.2rem,13vw,7.4rem);margin:.1em 0 .18em}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero-media{background:#eee9e2;overflow:hidden}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:contain}.hero-note{display:flex;justify-content:space-between;gap:10px;font-size:.75rem;color:var(--muted);padding-top:9px}
/* cards */
.cards{display:grid;grid-template-columns:1fr;gap:28px}.product-card{min-width:0}.product-media{position:relative;background:#f2f0ec;overflow:hidden}.product-media img{width:100%;aspect-ratio:1/1;object-fit:contain;transition:opacity .25s ease,transform .45s ease}.product-card:hover .product-media img{transform:scale(1.015)}.product-meta{padding-top:14px}.product-meta h3{font-family:ui-serif,Georgia,serif;font-size:1.35rem;font-weight:400;margin:0 0 3px}.product-sub{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.88rem}.product-notes{margin-top:10px;font-size:.8rem;color:var(--muted)}.product-link{display:inline-flex;margin-top:12px;font-size:.85rem;border-bottom:1px solid var(--ink)}
/* editorial */
.editorial-grid{display:grid;gap:28px}.editorial-media img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#efeae3}.editorial-copy{display:flex;flex-direction:column;justify-content:center}.editorial-copy h2{font-size:clamp(2.25rem,8vw,5rem);margin:.2em 0}.quote{font-family:ui-serif,Georgia,serif;font-size:clamp(1.55rem,5vw,3rem);line-height:1.25;margin:0}.editorial-row{display:grid;gap:28px;margin-top:44px}
/* scent finder */
.finder-banner{background:#201d19;color:#fff;padding:48px 0}.finder-grid{display:grid;gap:28px;align-items:end}.finder-banner .eyebrow,.finder-banner .muted{color:#c8beb3}.finder-banner .btn{background:#fff;color:#181613;border-color:#fff}.profile-bars{display:grid;gap:13px}.profile-bar{display:grid;grid-template-columns:92px 1fr 34px;align-items:center;gap:10px;font-size:.78rem}.bar-track{height:1px;background:#665e55;position:relative}.bar-dot{position:absolute;top:50%;width:9px;height:9px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}
/* campaign */
.campaign-grid{display:grid;gap:10px}.campaign-card{position:relative}.campaign-card img{aspect-ratio:1/1;object-fit:contain;width:100%;background:#eee}.campaign-caption{padding:13px 0 18px}.campaign-caption strong{font-family:ui-serif,Georgia,serif;font-weight:400;font-size:1.25rem}
/* journal */
.journal-grid{display:grid;gap:34px}.article-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#eee}.article-card .meta{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:13px}.article-card h3{font-family:ui-serif,Georgia,serif;font-size:1.45rem;font-weight:400;line-height:1.25;margin:7px 0}.article-card p{color:var(--muted);font-size:.9rem;margin:0}
/* reviews */
.review-shell{display:grid;gap:24px}.rating-summary{padding:24px;border:1px solid var(--line);background:#fff}.rating-summary .score{font-family:ui-serif,Georgia,serif;font-size:3.7rem;line-height:1}.review-grid{display:grid;gap:12px}.review-card{padding:20px;border:1px solid var(--line);background:#fff}.review-card.placeholder{border-style:dashed;background:transparent}.review-card p{margin:.5rem 0 0;color:var(--muted)}
/* placeholder */
.media-placeholder{width:100%;display:grid;place-items:center;text-align:center;padding:24px;border:1px dashed #aaa096;background:repeating-linear-gradient(135deg,#f3efe8,#f3efe8 10px,#eee8df 10px,#eee8df 20px);color:#655e56}.media-placeholder.square{aspect-ratio:1}.media-placeholder.portrait{aspect-ratio:4/5}.media-placeholder.landscape{aspect-ratio:4/3}.media-placeholder strong{display:block;color:var(--ink);font-size:.85rem}.media-placeholder span{font-size:.76rem}
/* faq */
.faq{max-width:850px}.faq details{border-top:1px solid var(--line);padding:17px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:600}.faq p{color:var(--muted);margin-bottom:0}
/* footer */
.site-footer{background:#191714;color:#f2eee8;padding:54px 0 26px}.footer-grid{display:grid;gap:34px}.footer-brand{font-family:ui-serif,Georgia,serif;letter-spacing:.11em;font-size:1rem}.footer-col h4{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#a99f95;margin:0 0 12px}.footer-col a{display:block;padding:5px 0;color:#ddd5cc;font-size:.9rem}.footer-bottom{border-top:1px solid #39342e;margin-top:36px;padding-top:20px;display:flex;flex-direction:column;gap:8px;color:#8f867d;font-size:.76rem}
/* page hero */
.page-hero{padding:58px 0 40px}.page-hero h1{font-size:clamp(3rem,10vw,7rem);margin:.1em 0}.breadcrumb{font-size:.76rem;color:var(--muted)}
/* fragrance detail */
.product-detail{display:grid;gap:30px}.product-gallery{display:grid;gap:10px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:#eee}.detail-panel{align-self:start}.detail-panel h1{font-size:clamp(2.6rem,8vw,5rem);margin:.1em 0}.note-pyramid{display:grid;gap:0;margin:28px 0;border-top:1px solid var(--line)}.note-row{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}
/* quiz */
.quiz-wrap{max-width:780px;margin:auto}.quiz-progress{height:2px;background:var(--line);margin:20px 0 34px}.quiz-progress span{display:block;height:100%;background:var(--ink);transition:width .25s ease}.quiz-question h2{font-family:ui-serif,Georgia,serif;font-size:clamp(1.8rem,7vw,3rem);font-weight:400;line-height:1.2}.quiz-options{display:grid;gap:10px;margin-top:26px}.quiz-option{text-align:left;padding:16px;border:1px solid var(--line);background:#fff;cursor:pointer}.quiz-option:hover{border-color:var(--ink)}.quiz-option.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.quiz-nav{display:flex;justify-content:space-between;gap:10px;margin-top:28px}.result-card{padding:28px;border:1px solid var(--line);background:#fff}.result-card h2{font-size:clamp(2rem,7vw,4rem);margin:.1em 0}.feedback-scale{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.feedback-scale button{width:42px;height:42px;border:1px solid var(--line);background:#fff;cursor:pointer}.feedback-scale button.active{background:var(--ink);color:#fff}.future-box{padding:20px;background:var(--surface);margin-top:18px}
/* articles */
.article-layout{display:grid;gap:28px}.article-body{max-width:740px}.article-body h2{font-family:ui-serif,Georgia,serif;font-size:2rem;font-weight:400;margin-top:2em}.article-body p{color:#4f4942}.article-hero img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#eee}.article-aside{font-size:.85rem;color:var(--muted)}
/* reveal: content remains visible if JS fails */
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.js .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.js .reveal{opacity:1;transform:none;transition:none!important}}
@media(min-width:560px){.cards{grid-template-columns:repeat(2,1fr)}.campaign-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:820px){:root{--header:76px}.shell{width:min(100% - 64px,var(--max))}.mobile-toggle{display:none}.header-inner{grid-template-columns:auto 1fr auto}.brand{text-align:left;font-size:.94rem}.desktop-nav{display:flex;justify-content:center;gap:clamp(16px,2.2vw,30px);font-size:.79rem}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:right .2s}.desktop-nav a:hover:after{right:0}.mobile-drawer{display:none}.section{padding:108px 0}.hero{padding:38px 0 88px}.hero-grid{grid-template-columns:.86fr 1.14fr;gap:60px;align-items:center}.hero-copy{padding:50px 0}.hero-media img{aspect-ratio:4/3}.cards{grid-template-columns:repeat(3,1fr);gap:28px}.editorial-grid{grid-template-columns:1fr 1fr;gap:70px;align-items:center}.editorial-row{grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-top:90px}.editorial-row.reverse .editorial-media{order:2}.finder-grid{grid-template-columns:1.15fr .85fr;gap:80px}.journal-grid{grid-template-columns:repeat(3,1fr)}.review-shell{grid-template-columns:.75fr 1.25fr}.footer-grid{grid-template-columns:1.2fr repeat(3,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between}.product-detail{grid-template-columns:1.12fr .88fr;gap:64px}.product-gallery{grid-template-columns:repeat(2,1fr)}.product-gallery .wide{grid-column:1/-1}.detail-panel{position:sticky;top:calc(var(--header) + 28px)}.article-layout{grid-template-columns:minmax(0,740px) 240px;justify-content:center;gap:70px}.article-aside{position:sticky;top:calc(var(--header) + 28px);align-self:start}}
@media(min-width:1120px){.cards{grid-template-columns:repeat(4,1fr)}.featured-cards .product-card:first-child{grid-column:span 2;grid-row:span 2}.featured-cards .product-card:first-child .product-meta h3{font-size:1.65rem}}


/* === Corporate v2: fashion image-first patch === */
:root{--font-ui:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Tahoma,sans-serif;--font-display:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Tahoma,sans-serif}
body{font-family:var(--font-ui);letter-spacing:-.005em}.display,.product-meta h3,.editorial-copy h2,.quote,.campaign-caption strong,.article-card h3,.rating-summary .score,.footer-brand,.article-body h2,.quiz-question h2{font-family:var(--font-display);font-weight:500}.display{letter-spacing:-.05em;line-height:.97}.eyebrow{font-weight:600;letter-spacing:.16em}.brand{font-weight:700;letter-spacing:.02em}.desktop-nav{font-weight:520;letter-spacing:.025em}.product-meta h3{letter-spacing:-.025em}.product-sub{font-size:.78rem;text-transform:uppercase;letter-spacing:.055em}.product-notes{letter-spacing:.01em}

/* Fashion-house home hero: existing 4:3 source is art-directed with cover, never stretched. */
.hero-fashion{padding:0;background:#fff}.fashion-hero-media{position:relative;overflow:hidden;background:#ece7df}.fashion-hero-media img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:60% 50%}.fashion-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(to top,rgba(0,0,0,.28),transparent);pointer-events:none}.fashion-hero-kicker{position:absolute;z-index:2;left:16px;right:16px;bottom:18px;color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:end}.fashion-hero-kicker .eyebrow{color:#fff}.fashion-hero-kicker strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.fashion-hero-band{text-align:center;padding:26px 16px 34px;border-bottom:1px solid var(--line);background:#fff}.fashion-hero-band h1{font-size:clamp(1.9rem,8vw,4rem);margin:0 0 8px;letter-spacing:-.045em}.fashion-hero-band p{font-size:.86rem;margin:0 auto 14px;max-width:60ch;color:var(--muted)}.fashion-hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;margin-top:20px}.hero-primary-cta{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;background:var(--ink);border:1px solid var(--ink);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;transition:background .18s ease,color .18s ease,transform .18s ease}.hero-primary-cta:hover{background:#fff;color:var(--ink);transform:translateY(-1px)}.hero-secondary-link{display:inline-flex;align-items:center;min-height:36px;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid transparent;transition:border-color .18s ease,opacity .18s ease}.hero-secondary-link:hover{border-bottom-color:currentColor}.hero-primary-cta:focus-visible,.hero-secondary-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

/* Product cards: primary packshot -> lifestyle/editorial alternate on hover/focus/touch preview. */
.product-media{isolation:isolate}.product-media img{transform:none!important}.product-image-primary,.product-image-hover{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;transition:opacity .34s ease,transform .55s cubic-bezier(.2,.7,.2,1)}.product-image-primary{position:relative;z-index:1;opacity:1}.product-image-hover{position:absolute;inset:0;z-index:2;opacity:0;pointer-events:none}.product-card[data-has-hover="true"]:hover .product-image-primary,.product-card[data-has-hover="true"]:focus-within .product-image-primary,.product-card.is-touch-preview .product-image-primary{opacity:0}.product-card[data-has-hover="true"]:hover .product-image-hover,.product-card[data-has-hover="true"]:focus-within .product-image-hover,.product-card.is-touch-preview .product-image-hover{opacity:1}.product-card[data-has-hover="true"]:hover .product-image-hover{transform:scale(1.012)}.media-swap-hint{position:absolute;z-index:4;right:9px;bottom:9px;padding:5px 7px;background:rgba(255,255,255,.88);font-size:.58rem;letter-spacing:.12em;opacity:0;transition:opacity .2s}.product-card[data-has-hover="true"] .media-swap-hint{opacity:.72}.product-card.is-touch-preview .media-swap-hint{opacity:0}

/* Scent taxonomy / future R&D directions */
.scent-direction-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:28px}.scent-direction{border:1px solid var(--line);padding:20px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.scent-direction.future{background:var(--surface);border-style:dashed}.scent-direction .status{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.scent-direction h3{font-size:1.15rem;line-height:1.15;margin:14px 0 8px}.scent-direction p{font-size:.84rem;color:var(--muted);margin:0}.scent-direction .signal{margin-top:18px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.future-interest{margin-top:18px;padding:20px;border:1px dashed var(--line)}.future-interest h3{font-size:1.25rem;margin:.35rem 0}.future-interest p{color:var(--muted)}.quiz-feedback{margin-top:28px}.match-box strong,.future-match strong{display:block;margin-top:5px}
@media(min-width:560px){.scent-direction-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:820px){.fashion-hero-media img{aspect-ratio:16/8.4;object-fit:cover;object-position:50% 46%}.fashion-hero-kicker{left:32px;right:32px;bottom:25px}.fashion-hero-band{padding:30px 32px 38px}.fashion-hero-band h1{font-size:clamp(2.2rem,4vw,4.4rem)}.fashion-hero-actions{flex-direction:row;gap:22px}.hero-primary-cta{min-width:210px}.scent-direction-grid{grid-template-columns:repeat(3,1fr)}.media-swap-hint{opacity:0}.product-card[data-has-hover="true"]:hover .media-swap-hint{opacity:.82}}
@media(min-width:1120px){.scent-direction-grid{grid-template-columns:repeat(4,1fr)}}
@media(prefers-reduced-motion:reduce){.product-image-primary,.product-image-hover{transition:none!important}}


/* === Corporate v2.2: premium home / mobile rail / branching Scent Finder === */
.hero-v22{background:#171411;color:#fff}.hero-v22 .fashion-hero-media{position:relative;overflow:hidden;background:#211d19}.hero-v22 picture,.hero-v22 .hero-campaign-image{display:block;width:100%}.hero-v22 .hero-campaign-image{height:auto;aspect-ratio:4/5;object-fit:cover}.hero-v22-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 25%,rgba(8,7,6,.66) 100%);pointer-events:none}.hero-v22-copy{position:absolute;z-index:3;left:50%;bottom:54px;transform:translateX(-50%);color:#fff}.hero-v22-copy .eyebrow{color:rgba(255,255,255,.78)}.hero-v22-copy h1{font-size:clamp(2.35rem,10vw,4.7rem);max-width:10.5ch;margin:.18em 0 .24em;line-height:.94;letter-spacing:-.055em}.hero-v22-copy p{max-width:38ch;margin:0;color:rgba(255,255,255,.78);font-size:.92rem}.hero-v22 .fashion-hero-actions{align-items:flex-start;margin-top:24px}.hero-v22 .hero-primary-cta{background:#fff;border-color:#fff;color:#181613}.hero-v22 .hero-primary-cta:hover{background:transparent;color:#fff}.hero-v22 .hero-secondary-link{color:#fff}.hero-scroll-cue{position:absolute;z-index:4;right:16px;bottom:18px;display:none;align-items:center;gap:8px;color:rgba(255,255,255,.72);font-size:.58rem;letter-spacing:.14em}.hero-scroll-cue span{display:block;width:34px;height:1px;background:currentColor;transform-origin:left center;animation:scrollCue 1.8s ease-in-out infinite}@keyframes scrollCue{0%,100%{transform:scaleX(.45);opacity:.55}50%{transform:scaleX(1);opacity:1}}

.signature-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px}.signature-heading .section-title{margin-bottom:0}.signature-carousel{position:relative}.signature-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 10px)/2);gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.signature-rail::-webkit-scrollbar{display:none}.signature-rail .product-card{scroll-snap-align:start;min-width:0}.signature-rail .product-meta{padding-top:10px}.signature-rail .product-meta h3{font-size:1rem;line-height:1.15}.signature-rail .product-sub{display:block;font-size:.63rem;line-height:1.5}.signature-rail .product-sub span{display:block}.signature-rail .product-notes{font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:6px}.signature-rail .product-link{font-size:.68rem;margin-top:8px}.signature-controls{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;margin-top:18px}.signature-arrow{width:42px;height:42px;border:1px solid var(--line);background:transparent;cursor:pointer}.signature-arrow:disabled{opacity:.28;cursor:default}.signature-dots{display:flex;justify-content:center;gap:7px}.signature-dot{width:6px;height:6px;border:0;padding:0;border-radius:50%;background:#c9c1b7;cursor:pointer}.signature-dot.active{background:var(--ink);transform:scale(1.35)}

.editorial-media.reveal-media{overflow:hidden}.brand-manifesto-image{width:100%;aspect-ratio:4/5;object-fit:cover;background:#efeae3}.scent-spectrum{position:relative;min-height:170px;border-top:1px solid #665e55;border-bottom:1px solid #665e55;padding:34px 0}.spectrum-line{height:1px;background:linear-gradient(90deg,#7c8986,#d8c8c0,#cdb8ac,#9b8a79,#b88c6e);position:absolute;left:0;right:0;top:50%}.spectrum-labels{height:100%;display:flex;justify-content:space-between;align-items:flex-end;color:#bfb5ab;font-size:.62rem;letter-spacing:.12em}.spectrum-orbit i{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 22px rgba(255,255,255,.75);top:calc(50% - 5px);animation:scentOrbit 7s ease-in-out infinite}.spectrum-orbit i:nth-child(2){animation-delay:-2.3s;opacity:.65}.spectrum-orbit i:nth-child(3){animation-delay:-4.6s;opacity:.4}@keyframes scentOrbit{0%{left:2%}25%{left:30%}50%{left:65%}75%{left:91%}100%{left:2%}}

.campaign-grid{display:grid;grid-template-columns:1fr;gap:16px}.campaign-v22{overflow:hidden}.campaign-media{position:relative;overflow:hidden;background:#ddd}.campaign-media img{display:block;width:100%;height:auto;aspect-ratio:8/5;object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}.campaign-v22:hover .campaign-media img{transform:scale(1.018)}.campaign-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,12,10,.58),rgba(15,12,10,.06) 64%);pointer-events:none}.campaign-overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;max-width:390px}.campaign-overlay .eyebrow{color:rgba(255,255,255,.72)}.campaign-overlay h3{font-size:clamp(1.7rem,7vw,3.2rem);font-weight:500;letter-spacing:-.045em;margin:.15em 0 .1em}.campaign-overlay p{font-size:.78rem;margin:0;color:rgba(255,255,255,.78)}.campaign-link{display:inline-flex;margin-top:12px;padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.7);font-size:.68rem;letter-spacing:.09em;text-transform:uppercase}

.js .reveal{transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.js .reveal.reveal-media{transform:translateY(18px) scale(.992)}.js .reveal.is-visible{transform:none}.stagger-grid .article-card{transition:transform .28s ease}.stagger-grid .article-card:hover{transform:translateY(-3px)}

.quiz-wrap{max-width:860px}.quiz-route-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.quiz-route-back{border:0;background:transparent;padding:8px 0;cursor:pointer;font-size:.76rem;letter-spacing:.06em}.quiz-route-back:disabled{opacity:.3}.quiz-option{position:relative;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.quiz-option:after{content:"→";position:absolute;right:15px;top:50%;transform:translateY(-50%);opacity:.42}.quiz-option:active{transform:scale(.995)}.quiz-option.is-picked{background:var(--ink);color:#fff;border-color:var(--ink)}.quiz-question.is-leaving{opacity:0;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease}.quiz-route-note{font-size:.78rem;color:var(--muted);margin-top:16px}.route-progress{height:2px;background:var(--line);overflow:hidden}.route-progress i{display:block;height:100%;background:var(--ink);transition:width .26s ease}

@media(min-width:560px){.signature-rail{grid-auto-columns:calc((100% - 16px)/2);gap:16px}.campaign-overlay{left:26px;bottom:24px}.hero-v22-copy{bottom:64px}}
@media(min-width:820px){.hero-v22 .hero-campaign-image{aspect-ratio:40/21}.hero-v22-scrim{background:linear-gradient(90deg,rgba(8,7,6,.72) 0%,rgba(8,7,6,.3) 42%,rgba(8,7,6,.02) 72%)}.hero-v22-copy{bottom:clamp(54px,7vw,100px)}.hero-v22-copy h1{font-size:clamp(3.3rem,5.7vw,6.2rem);max-width:9.5ch}.hero-v22-copy p{font-size:1rem}.hero-v22 .fashion-hero-actions{justify-content:flex-start}.hero-scroll-cue{display:flex;right:32px;bottom:28px}.signature-rail{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:initial;grid-auto-columns:auto;gap:24px;overflow:visible;scroll-snap-type:none}.signature-controls{display:none}.signature-rail .product-meta h3{font-size:1.22rem}.signature-rail .product-sub{display:flex;font-size:.72rem}.signature-rail .product-notes{font-size:.78rem}.signature-rail .product-link{font-size:.78rem}.campaign-overlay{left:clamp(32px,5vw,70px);bottom:clamp(30px,5vw,62px)}.campaign-overlay p{font-size:.9rem}.campaign-grid{gap:22px}}
@media(prefers-reduced-motion:no-preference){.hero-v22 .hero-campaign-image{animation:heroArrival 1.25s cubic-bezier(.2,.7,.2,1) both}@keyframes heroArrival{from{opacity:.72;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}}
@media(prefers-reduced-motion:reduce){.hero-scroll-cue span,.spectrum-orbit i{animation:none!important}.signature-rail{scroll-behavior:auto}.campaign-media img{transition:none!important}}


/* === v2.3 CI / Finder refinements === */

.hero-v23-note{display:none}
.scent-spectrum{display:grid;gap:14px;min-height:auto;border-top:1px solid #665e55;border-bottom:1px solid #665e55;padding:24px 0}
.spectrum-track{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}
.spectrum-track span{color:#bfb5ab;font-size:.62rem;letter-spacing:.14em}
.track-line{position:relative;height:1px;background:linear-gradient(90deg,#7c8986,#d8c8c0,#cdb8ac,#9b8a79,#b88c6e)}
.track-line i{position:absolute;top:-4px;left:6%;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 18px rgba(255,255,255,.65);animation:spectrumDrift 6.8s ease-in-out infinite}
.spectrum-track:nth-child(2) .track-line i{animation-delay:-2.1s}
.spectrum-track:nth-child(3) .track-line i{animation-delay:-4.2s}
@keyframes spectrumDrift{0%{left:4%}35%{left:52%}70%{left:84%}100%{left:10%}}
.brand-manifesto-image,.campaign-media img{image-rendering:auto}
.js .reveal{transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1)}
.quiz-route-note{line-height:1.5}
.future-interest,.future-box{background:#fff}
@media(prefers-reduced-motion:reduce){.track-line i{animation:none!important}}


/* === Corporate v2.5: premium bottle system / motion polish === */
:root{
  --font-display-fashion:Didot,"Bodoni 72","Bodoni MT","Times New Roman",serif;
  --ease-premium:cubic-bezier(.22,.72,.22,1);
}
.display,.product-meta h3,.editorial-copy h2,.quote,.campaign-caption strong,.article-card h3,.rating-summary .score,.footer-brand,.article-body h2,.quiz-question h2{
  font-family:var(--font-display-fashion);
  font-weight:400;
}
.brand{font-family:var(--font-display-fashion);font-weight:600;letter-spacing:.075em}
.section-title{letter-spacing:-.035em}
.product-media{background:#fff;border:1px solid rgba(222,216,207,.52)}
.product-card{transition:transform .5s var(--ease-premium)}
.product-card:hover{transform:translateY(-2px)}
.product-image-primary,.product-image-hover{transition:opacity .42s var(--ease-premium),transform .8s var(--ease-premium)}
.product-card[data-has-hover="true"]:hover .product-image-hover{transform:scale(1.018)}

.bottle-identity-section{background:linear-gradient(180deg,#fbfaf7 0%,#f4efe7 100%)}
.bottle-identity-grid{display:grid;gap:28px;align-items:center}
.bottle-identity-copy{max-width:650px}
.bottle-identity-copy .section-title{font-size:clamp(2.45rem,9vw,5.5rem);max-width:8.5ch}
.bottle-identity-media{overflow:hidden;background:#f3eee7}
.bottle-identity-media img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform 1.15s var(--ease-premium)}
.bottle-identity-media:hover img{transform:scale(1.018)}

/* Softer, stagger-like arrival without running persistent GPU-heavy animation. */
.js .reveal{transform:translateY(18px);transition:opacity .82s var(--ease-premium),transform .82s var(--ease-premium)}
.js .reveal.reveal-media{transform:translateY(14px) scale(.996)}
.signature-rail .product-card{transition:transform .5s var(--ease-premium),opacity .7s var(--ease-premium)}
.hero-v22-copy>*{opacity:0;transform:translateY(10px);animation:heroCopyIn .72s var(--ease-premium) forwards}
.hero-v22-copy>*:nth-child(2){animation-delay:.08s}.hero-v22-copy>*:nth-child(3){animation-delay:.16s}.hero-v22-copy>*:nth-child(4){animation-delay:.24s}
@keyframes heroCopyIn{to{opacity:1;transform:none}}

/* Mobile-first: keep exactly two Signature cards visible and preserve touch scroll. */
@media(max-width:559px){
  .signature-heading{align-items:flex-start}.signature-heading>.product-link{display:none}
  .signature-rail{grid-auto-columns:calc((100% - 8px)/2);gap:8px}
  .signature-rail .product-meta h3{font-size:.96rem}
  .signature-arrow{width:40px;height:40px}
}
@media(min-width:820px){
  .bottle-identity-grid{grid-template-columns:.86fr 1.14fr;gap:clamp(54px,7vw,100px)}
  .bottle-identity-copy{padding-left:clamp(0px,2vw,24px)}
}
@media(prefers-reduced-motion:reduce){
  .hero-v22-copy>*{opacity:1;transform:none;animation:none!important}
  .bottle-identity-media img,.product-card{transition:none!important}
}

/* === Corporate v2.6: mood hover / Shopee bridge / social / Scent Shelf === */
.product-card{position:relative}
.product-image-primary{object-fit:contain}
.product-image-hover{object-fit:cover}
.media-swap-hint{background:rgba(251,250,247,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.shelf-save-card{position:absolute;z-index:8;top:10px;right:10px;width:38px;height:38px;border:1px solid rgba(24,22,19,.12);background:rgba(251,250,247,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease}
.shelf-save-card:hover{transform:translateY(-1px)}
.shelf-save-card svg,.shelf-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.45}
.shelf-save-card.is-saved svg,.shelf-trigger.has-items svg{fill:currentColor}
.shelf-trigger{position:relative}.shelf-trigger [data-shelf-count]{position:absolute;right:2px;top:2px;min-width:16px;height:16px;padding:0 4px;border-radius:10px;background:var(--ink);color:#fff;font-size:.58rem;line-height:16px;text-align:center}
.brand-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.brand-socials a,.drawer-socials a{display:inline-flex;align-items:center;justify-content:center;gap:7px}.brand-socials a{width:38px;height:38px;border:1px solid #39342e;color:#ddd5cc;transition:border-color .2s ease,color .2s ease,transform .2s ease}.brand-socials a:hover{border-color:#aaa198;color:#fff;transform:translateY(-1px)}.brand-socials svg,.drawer-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.35}.brand-socials .fill-shape,.brand-socials .fill-dot,.drawer-socials .fill-shape,.drawer-socials .fill-dot{fill:currentColor;stroke:none}.brand-socials span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.drawer-socials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}.drawer-socials a{min-height:44px;border:1px solid var(--line);font-size:.78rem;color:var(--ink);background:#fff}.drawer-socials svg{width:16px}
.shelf-backdrop{position:fixed;inset:0;background:rgba(16,14,12,.22);z-index:78;opacity:0;pointer-events:none;transition:opacity .28s ease}.shelf-backdrop.open{opacity:1;pointer-events:auto}.shelf-panel{position:fixed;z-index:79;top:0;right:0;width:min(92vw,460px);height:100dvh;background:var(--paper);box-shadow:-20px 0 60px rgba(25,20,15,.12);transform:translateX(102%);transition:transform .34s var(--ease-premium);display:grid;grid-template-rows:auto 1fr}.shelf-panel.open{transform:none}.shelf-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid var(--line)}.shelf-panel-head h2{font-size:2rem;margin:.12em 0 0}.shelf-panel-body{overflow:auto;padding:20px 24px 30px}.shelf-list{display:grid}.shelf-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.shelf-item img{width:88px;height:88px;object-fit:contain;background:#fff}.shelf-item h3{font-family:var(--font-display-fashion);font-size:1.25rem;font-weight:400;margin:.12em 0}.shelf-item .eyebrow{font-size:.58rem}.shelf-item-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.shelf-item-actions .product-link{margin:0;font-size:.7rem}.shelf-item-actions button{border:0;background:transparent;padding:4px 0;color:var(--muted);font-size:.7rem;cursor:pointer}.shelf-panel-footer{padding-top:24px}.shelf-panel-footer p,.shelf-empty p{color:var(--muted);font-size:.82rem}.shelf-panel-footer .btn{width:100%;margin-top:8px}.shelf-empty{padding:34px 0}.shelf-open{overflow:hidden}
.detail-secondary-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px}.detail-secondary-links .product-link{margin-top:0}.commerce-note{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:.76rem;line-height:1.55;color:var(--muted);max-width:60ch}.shopee-cta{white-space:nowrap}.detail-actions .btn.is-saved{background:var(--surface)}
.product-gallery .mood-gallery-image{object-fit:cover}
@media(max-width:559px){.shelf-save-card{width:34px;height:34px;top:7px;right:7px}.shelf-save-card svg{width:16px;height:16px}.detail-actions{display:grid}.detail-actions .btn{width:100%}.brand-socials{gap:7px}}
@media(min-width:820px){.footer-grid{grid-template-columns:1.35fr repeat(3,1fr)}.shelf-panel-head{padding:30px}.shelf-panel-body{padding:24px 30px 36px}}
@media(prefers-reduced-motion:reduce){.shelf-panel,.shelf-backdrop,.shelf-save-card{transition:none!important}}
.result-commerce-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:12px}.result-commerce-actions .product-link{margin:0}.result-save-link{border:0;background:transparent;padding:3px 0;border-bottom:1px solid var(--ink);font-size:.85rem;cursor:pointer}


/* === Corporate v2.8: editorial image refresh / typography / process === */
:root{
  --font-body:"LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  --font-display-fashion:"Instrument Serif","LINE Seed Sans TH",Georgia,"Times New Roman",serif;
}
body{font-family:var(--font-body);font-weight:400}
.display,.product-meta h3,.editorial-copy h2,.quote,.campaign-caption strong,.article-card h3,.rating-summary .score,.footer-brand,.article-body h2,.quiz-question h2,.shelf-item h3{font-family:var(--font-display-fashion)}
.brand{font-family:var(--font-display-fashion);font-weight:400;letter-spacing:.075em}
.eyebrow{font-family:var(--font-body);font-weight:600;letter-spacing:.135em}
.section-title{letter-spacing:-.024em}
.identity-specs{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 2px}
.identity-specs span{display:inline-flex;align-items:center;min-height:32px;padding:5px 10px;border:1px solid rgba(24,22,19,.14);font-size:.7rem;letter-spacing:.045em;background:rgba(255,255,255,.38)}
.philosophy-image{aspect-ratio:1!important;object-fit:cover!important}
.article-card img{object-fit:cover}
.article-hero img{aspect-ratio:1/1;object-fit:cover}
.about-story-media img,.about-process-media img{aspect-ratio:8/5;object-fit:cover;background:#eee9e2}
.process-steps{list-style:none;padding:0;margin:24px 0 0;border-top:1px solid var(--line)}
.process-steps li{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-size:.86rem;color:var(--muted)}
.process-steps .step-no{font-size:.66rem;letter-spacing:.12em;color:var(--ink);padding-top:2px}
/* v2.8 images are finished in-file; avoid CSS filters that add GPU cost or plastic skin. */
.hero-v22 .hero-campaign-image,.campaign-media img,.brand-manifesto-image,.about-story-media img,.about-process-media img,.article-card img,.article-hero img{filter:none}
@media(max-width:819px){
  .hero-v22 .hero-campaign-image{aspect-ratio:3/4;object-position:50% 50%}
  .hero-v22-scrim{background:linear-gradient(180deg,rgba(8,7,6,.02) 20%,rgba(8,7,6,.18) 52%,rgba(8,7,6,.74) 100%)}
}
@media(min-width:820px){
  .hero-v22 .hero-campaign-image{aspect-ratio:18/11;object-position:50% 50%}
  .about-story-media img,.about-process-media img{aspect-ratio:8/5}
}


/* === Corporate v2.9: fashion typography refresh ===
   Direction: Dior-like high-contrast editorial serif + Chanel-like clean Latin UI.
   Historical v2.9 block; v2.11 overrides Thai with LINE Seed Sans TH below. */
:root{
  --font-body:"LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  --font-display-fashion:"Bodoni Moda","Bodoni 72","Bodoni MT",Didot,Georgia,"Times New Roman",serif;
  --font-latin-ui:"Jost","LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
body{font-family:var(--font-body)}
.display,.product-meta h3,.editorial-copy h2,.quote,.campaign-caption strong,.article-card h3,.rating-summary .score,.footer-brand,.article-body h2,.quiz-question h2,.shelf-item h3{
  font-family:var(--font-display-fashion);
  font-weight:400;
}
.display{letter-spacing:-.035em;line-height:.98}
.editorial-copy h2,.quote,.article-card h3,.product-meta h3{letter-spacing:-.022em}
.brand{
  font-family:var(--font-latin-ui);
  font-weight:500;
  letter-spacing:.16em;
}
.desktop-nav,.mobile-drawer nav,.lang-btn,.eyebrow,.product-sub,.article-card .meta,.footer-col h4,.footer-bottom,.breadcrumb,.product-link{
  font-family:var(--font-latin-ui);
}
.desktop-nav{font-weight:500;letter-spacing:.055em}
.eyebrow{font-weight:500;letter-spacing:.17em}
.product-sub,.article-card .meta,.footer-col h4{letter-spacing:.11em}
.footer-brand{letter-spacing:-.01em}
@media(max-width:559px){
  .brand{font-size:.8rem;letter-spacing:.125em}
  .display{letter-spacing:-.028em}
}


/* === Corporate v2.10: CI typography / spacing / production contact dock ===
   Sans-led identity: imagery carries emotion; typography stays quiet, precise and modern. */
:root{
  --font-body:"LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  --font-display-clean:"Jost","LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --font-latin-ui:"Jost","LINE Seed Sans TH",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --font-display-fashion:var(--font-display-clean);
  --font-display:var(--font-display-clean);
  --font-ui:var(--font-body);
  --glass:rgba(248,246,242,.72);
  --glass-strong:rgba(251,250,247,.88);
  --glass-line:rgba(255,255,255,.72);
}
body{font-family:var(--font-body);font-weight:400;line-height:1.68;letter-spacing:0}
.display,.product-meta h3,.editorial-copy h2,.quote,.campaign-caption strong,.article-card h3,.rating-summary .score,.footer-brand,.article-body h2,.quiz-question h2,.shelf-item h3{
  font-family:var(--font-display-clean);font-weight:400;letter-spacing:-.016em
}
.display{line-height:1.06;letter-spacing:-.022em}
.section-title{letter-spacing:-.02em;line-height:1.06;margin:.34rem 0 1.12rem}
.brand{font-family:var(--font-latin-ui);font-weight:500;letter-spacing:.175em}
.desktop-nav,.mobile-drawer nav,.lang-btn,.eyebrow,.product-sub,.article-card .meta,.footer-col h4,.footer-bottom,.breadcrumb,.product-link{font-family:var(--font-latin-ui)}
.desktop-nav{font-weight:400;letter-spacing:.035em}.eyebrow{font-weight:500;letter-spacing:.145em}.product-sub,.article-card .meta,.footer-col h4{letter-spacing:.085em}
.lede{line-height:1.78}.product-meta{padding-top:16px}.product-meta h3{line-height:1.18;margin-bottom:5px}.product-notes{line-height:1.55}.article-card h3{line-height:1.34;margin:9px 0 7px}.article-card p{line-height:1.72}.article-body{font-size:1rem}.article-body p{line-height:1.9;margin:1.05rem 0}.article-body h2{line-height:1.24;letter-spacing:-.012em}
.page-hero{padding:68px 0 46px}.page-hero h1{margin:.18em 0 .18em;max-width:16ch}.section{padding:92px 0}.section-tight{padding:56px 0}.footer-brand{font-family:var(--font-latin-ui);font-weight:500;letter-spacing:.145em}
:lang(th) body{line-height:1.7}:lang(th) .display,:lang(th) .section-title,:lang(th) .editorial-copy h2,:lang(th) .article-card h3,:lang(th) .article-body h2,:lang(th) .quiz-question h2{font-family:var(--font-body);font-weight:400;letter-spacing:0;line-height:1.24}
:lang(th) .desktop-nav,:lang(th) .mobile-drawer nav,:lang(th) .eyebrow,:lang(th) .footer-col{letter-spacing:0}:lang(th) .eyebrow{font-weight:400}:lang(th) .lede{line-height:1.78}
@media(max-width:559px){.brand{font-size:.78rem;letter-spacing:.135em}.display{letter-spacing:-.014em}.page-hero{padding:50px 0 34px}.section{padding:70px 0}.section-tight{padding:44px 0}}
@media(min-width:820px){.section{padding:104px 0}.page-hero{padding:82px 0 52px}}

/* Production policy page: deliberately quiet sans typography; no editorial fashion serif. */
.policy-shell{max-width:920px}.policy-hero .lede{max-width:68ch}.policy-heading{margin-bottom:12px}.policy-heading h2,.policy-section h2{font-family:var(--font-display-clean);font-weight:400;letter-spacing:-.018em;line-height:1.14}.policy-heading h2{font-size:clamp(2rem,5vw,3.4rem);margin:.15rem 0 0}.policy-page .faq details{padding:20px 0}.policy-page .faq summary{font-weight:500;letter-spacing:-.005em}.policy-page .faq p{line-height:1.82;max-width:72ch}.policy-documents{padding-top:76px}.policy-section{padding:0 0 60px;margin:0 0 60px;border-bottom:1px solid var(--line);scroll-margin-top:calc(var(--header) + 28px)}.policy-section:last-child{margin-bottom:0;border-bottom:0}.policy-section h2{font-size:clamp(1.8rem,4vw,2.75rem);margin:.28rem 0 1.3rem}.policy-copy{display:grid;gap:14px;max-width:76ch}.policy-copy p{margin:0;color:#4f4942;line-height:1.86}.policy-page .eyebrow{font-size:.66rem}
:lang(th) .policy-heading h2,:lang(th) .policy-section h2{font-family:var(--font-body);font-weight:400;letter-spacing:0;line-height:1.32}

/* Compact glass contact FAB — Messenger / LINE / Phone */
.contact-dock{position:fixed;z-index:74;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));pointer-events:none;font-family:var(--font-body)}
.contact-fab,.contact-menu{pointer-events:auto;background:rgba(251,250,247,.7);border:1px solid rgba(255,255,255,.68);box-shadow:0 12px 38px rgba(33,25,20,.14),inset 0 1px 0 rgba(255,255,255,.66);backdrop-filter:blur(20px) saturate(128%);-webkit-backdrop-filter:blur(20px) saturate(128%)}
.contact-fab{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:var(--ink);cursor:pointer;transition:transform .22s ease,background .2s ease,box-shadow .2s ease;border-color:rgba(255,255,255,.72)}
.contact-fab svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.contact-fab:hover{background:rgba(255,255,255,.86);transform:translateY(-1px)}.contact-fab:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.contact-dock.is-open .contact-fab{transform:rotate(3deg);background:rgba(255,255,255,.9)}
.contact-menu{position:absolute;right:0;bottom:68px;width:max-content;min-width:174px;padding:7px;border-radius:18px;display:grid;gap:5px;opacity:0;visibility:hidden;transform:translateY(8px) scale(.97);transform-origin:bottom right;transition:opacity .18s ease,transform .22s ease,visibility .18s ease}
.contact-dock.is-open .contact-menu{opacity:1;visibility:visible;transform:none}
.contact-menu-link{height:44px;display:flex;align-items:center;gap:10px;padding:0 13px 0 10px;border-radius:13px;color:var(--ink);font-size:.82rem;white-space:nowrap;transition:background .18s ease,transform .18s ease}.contact-menu-link:hover{background:rgba(255,255,255,.68);transform:translateX(-1px)}.contact-menu-link:focus-visible{outline:2px solid rgba(24,22,19,.45);outline-offset:-2px}
.contact-menu-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.62);border:1px solid rgba(24,22,19,.07);flex:0 0 auto}.contact-menu-icon svg{width:16px;height:16px}.contact-menu-link[data-channel="messenger"] svg{fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.contact-menu-link[data-channel="line"] svg,.contact-menu-link[data-channel="phone"] svg{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.contact-menu-label{line-height:1}.contact-menu-note{display:block;color:var(--muted);font-size:.62rem;line-height:1.15;margin-top:4px}
.site-footer{padding-bottom:92px}
@media(max-width:559px){.contact-dock{right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom))}.contact-fab{width:52px;height:52px}.contact-menu{bottom:62px;min-width:166px;border-radius:17px}.contact-menu-link{height:43px;font-size:.8rem}.site-footer{padding-bottom:84px}}
@media(prefers-reduced-motion:reduce){.contact-fab,.contact-menu,.contact-menu-link{transition:none!important}}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.contact-fab,.contact-menu{background:rgba(251,250,247,.96)}}

/* === v2.12 Production SEO / PageSpeed polish === */
.collection-intro{max-width:58ch;margin:.7rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.7}.product-facts{margin:14px 0 0;color:var(--muted);font-family:var(--font-latin-ui);font-size:.74rem;letter-spacing:.065em}.contact-dock{contain:layout paint style}.site-footer{content-visibility:auto;contain-intrinsic-size:560px}.product-media,.editorial-media,.campaign-media,.article-hero{contain:paint}@media(max-width:819px){.collection-intro{font-size:.84rem}.site-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}
