:root{--bg:#f6ebe3;--bg-elevated:#fffcf9;--bg-soft:#edd9cc;--ink:#4a3530;--ink-muted:#8a7268;--gold:#e8a598;--gold-soft:#f0c4b8;--gold-glow:#e8a59859;--burgundy:#d4897c;--burgundy-soft:#e8a8a0;--mint:#b8d4c4;--lilac:#d4c0d8;--peach:#ecc09a;--silver:#c4b4a8;--line:#4a35301f;--danger:#c45c5c;--success:#6a9a7a;--font-display:"Cormorant Infant", "Cormorant Garamond", Georgia, serif;--font-body:"Josefin Sans", "Segoe UI", sans-serif;--font-script:"Pinyon Script", cursive;--radius:1.25rem;--radius-sm:.85rem;--radius-lg:1.75rem;--shadow:0 14px 40px #7850461f;--shadow-soft:0 8px 24px #78504614;--shadow-hover:0 20px 48px #78504629;--nav-h:72px;--ease:cubic-bezier(.22, 1, .36, 1);--page-pad:1.75rem;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);--overlay:#f6ebe3d1;--overlay-strong:#f6ebe3f0;--fs:17px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:var(--fs)}body{min-height:100dvh;font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;font-size:1.05rem;line-height:1.6}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);margin:0;font-style:italic;font-weight:500;line-height:1.15}.nav-links a,.eyebrow,.btn,.chip,.side-nav button,.field label{font-style:normal}p{margin:0}.app-shell{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.main{padding-top:calc(var(--nav-h) + var(--safe-top));flex:1}.container{width:min(1180px, calc(100% - (var(--page-pad) * 2)));margin-inline:auto}.container-narrow{width:min(640px, calc(100% - (var(--page-pad) * 2)));margin-inline:auto}.atmosphere{pointer-events:none;z-index:0;background:var(--bg);position:fixed;inset:0;overflow:hidden}.living-atmosphere{pointer-events:none}.atmosphere-base{position:absolute;inset:0}.atmosphere-blob{aspect-ratio:1;filter:blur(70px);opacity:.55;will-change:left, top, background;border-radius:50%;width:min(52vw,520px);position:absolute;transform:translate(-50%,-50%)}.blob-1{opacity:.7}.blob-2{opacity:.45;width:min(44vw,440px)}.blob-3{opacity:.5;width:min(60vw,580px)}.atmosphere-grain{opacity:.045;background-image:radial-gradient(#4a353059 .6px,#0000 .6px);background-size:3px 3px;position:absolute;inset:0}.atmosphere-moods{pointer-events:auto;right:var(--page-pad);bottom:calc(1.25rem + var(--safe-bottom));z-index:30;border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);background:#fffcf9e0;border-radius:999px;gap:.45rem;padding:.45rem;display:flex;position:fixed}.mood-dot{border:1px solid var(--line);background:var(--dot,var(--gold-soft));cursor:pointer;opacity:.55;border-radius:50%;width:14px;height:14px;padding:0;transition:opacity .3s,transform .3s}.mood-dot:hover,.mood-dot.active{opacity:1;border-color:var(--gold);transform:scale(1.15)}.app-shell>:not(.atmosphere):not(.living-atmosphere){z-index:1;position:relative}.nav{height:calc(var(--nav-h) + var(--safe-top));padding-top:var(--safe-top);z-index:50;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#fffcf9d1;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-inner{width:min(1180px, calc(100% - (var(--page-pad) * 2)));justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;display:flex}.brand{align-items:center;line-height:0;display:inline-flex}.brand-logo{object-fit:contain;border-radius:12px;width:auto;max-width:min(210px,44vw);height:52px}.footer-logo{object-fit:contain;border-radius:14px;width:auto;max-width:240px;height:64px}.mobile-menu-logo{object-fit:contain;border-radius:12px;width:auto;max-width:220px;height:58px;margin-bottom:.85rem}.hero-logo{width:min(280px,72%);height:auto;box-shadow:var(--shadow-soft);filter:none;border-radius:18px;margin-bottom:1rem;display:block}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);transition:color .3s var(--ease);font-size:.9rem}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-actions{align-items:center;gap:.75rem;display:flex}.icon-btn{border:1px solid var(--line);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--ink);cursor:pointer;touch-action:manipulation;background:0 0;justify-content:center;align-items:center;transition:border-color .3s,background .3s,color .3s,box-shadow .3s;display:inline-flex;position:relative}.icon-btn:hover{border-color:var(--gold);color:var(--gold)}.badge{background:var(--gold);color:#fffaf8;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:-4px;right:-4px}.nav-toggle{display:none}.btn{border:1px solid var(--gold);background:var(--gold);color:#fffaf8;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;touch-action:manipulation;min-height:50px;box-shadow:var(--shadow-soft);transition:transform .35s var(--ease), background .3s, color .3s, border-color .3s, opacity .3s, box-shadow .3s;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.7rem;font-size:.84rem;font-weight:600;display:inline-flex}.btn:hover{box-shadow:var(--shadow);background:#d4897c;border-color:#d4897c;transform:translateY(-2px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-ghost{color:var(--gold);background:0 0}.btn-ghost:hover{color:var(--gold);background:#8f73481a}.btn-outline{color:var(--ink);border-color:var(--line);background:0 0}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:0 0}.btn-danger{border-color:var(--danger);color:var(--danger);background:0 0}.btn-sm{min-height:42px;padding:.65rem 1rem;font-size:.7rem}.hero{min-height:calc(100vh - var(--nav-h));place-items:center stretch;display:grid;position:relative;overflow:hidden}.hero-bg{background-color:var(--bg);background-image:linear-gradient(105deg,#fffcf9f0 8%,#f6ebe380 42%,#f6ebe340 62%,#f6ebe3b8 100%),radial-gradient(at 75% 40%,#e8a5984d,#0000 55%),url(/images/hero-atmosphere.png);background-position:100%;background-repeat:no-repeat;background-size:cover;animation:28s ease-in-out infinite alternate heroDrift;position:absolute;inset:0;transform:scale(1)}@keyframes heroDrift{0%{transform:scale(1)translate(0)}to{transform:scale(1.03)translate(-1%,-.5%)}}.hero-content{z-index:2;width:min(640px, calc(100% - (var(--page-pad) * 2)));margin-left:max(var(--page-pad), calc((100% - 1180px) / 2 + var(--page-pad) + .75rem));margin-right:auto;padding:4rem 0 5rem;position:relative}.hero-brand-line{font-family:var(--font-script);letter-spacing:.04em;text-transform:none;color:var(--gold);margin:0 0 .85rem;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;line-height:1.1}.hero h1{max-width:16ch;margin-bottom:1rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:400}.hero p{color:var(--ink-muted);max-width:36ch;margin-bottom:2rem;font-size:1.05rem;font-weight:300}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.scent-mist{z-index:1;pointer-events:none;opacity:.7;position:absolute;inset:0}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2.5rem;display:flex}.section-head h2{font-size:clamp(2rem,4vw,3rem)}.section-head p{color:var(--ink-muted);max-width:40ch}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;font-size:.8rem;display:block}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{cursor:pointer;text-align:left;color:inherit;border-radius:var(--radius-lg);transition:transform .35s var(--ease);background:0 0;border:none;display:block;position:relative;overflow:hidden}.product-card-media{aspect-ratio:3/4;background:var(--bg-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:box-shadow .35s var(--ease);position:relative;overflow:hidden}.product-card:hover .product-card-media{box-shadow:var(--shadow-hover)}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.product-card:hover .product-card-media img{transform:scale(1.06)}.product-card-glow{background:radial-gradient(circle at 50% 80%, var(--gold-glow), transparent 55%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.product-card:hover .product-card-glow{opacity:1}.product-card-body{justify-content:space-between;align-items:baseline;gap:1rem;padding:1.1rem .1rem .4rem;display:flex}.product-card-body h3{font-size:1.45rem}.product-card-meta{color:var(--ink-muted);margin-top:.25rem;font-size:.9rem}.product-price{color:var(--gold);white-space:nowrap;font-weight:500}.product-card-actions{opacity:0;transition:opacity .35s, transform .35s var(--ease);gap:.5rem;margin-top:.85rem;display:flex;transform:translateY(8px)}.product-card:hover .product-card-actions{opacity:1;transform:translateY(0)}.filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.chip{border:1px solid var(--line);color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow-soft);background:0 0;border-radius:999px;padding:.55rem 1rem;font-size:.75rem;transition:all .3s}.chip:hover,.chip.active{border-color:var(--gold);color:var(--gold);background:var(--bg-elevated);box-shadow:var(--shadow)}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;padding:3rem 0 5rem;display:grid}.gallery{gap:.75rem;display:grid}.product-gallery{aspect-ratio:3/4;background:var(--bg-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative;overflow:hidden}.product-gallery img{object-fit:cover;z-index:1;width:100%;height:100%;position:relative}.gallery-nav{z-index:3;border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-soft);background:#fffcf9e6;border-radius:50%;place-items:center;transition:border-color .25s,color .25s,background .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{border-color:var(--gold);color:var(--gold);background:#fffcf9f5}.gallery-prev{left:.75rem}.gallery-next{right:.75rem}.gallery-counter{z-index:3;letter-spacing:.08em;color:var(--ink);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-soft);background:#fffcf9eb;border-radius:999px;padding:.35rem .65rem;font-size:.72rem;position:absolute;bottom:.85rem;right:.85rem}.gallery-thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft);cursor:pointer;opacity:.65;width:72px;height:90px;box-shadow:var(--shadow-soft);flex:0 0 72px;padding:0;transition:opacity .25s,border-color .25s,box-shadow .25s;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--gold)}.photo-count{z-index:2;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffcf9f0;border-radius:999px;padding:.25rem .5rem;font-size:.68rem;position:absolute;bottom:.65rem;left:.65rem}.field-hint{color:var(--ink-muted);margin:-.15rem 0 .5rem;font-size:.82rem}.admin-photos{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-bottom:.85rem;display:grid}.admin-photo{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:.35rem;position:relative;overflow:hidden}.admin-photo img{aspect-ratio:3/4;object-fit:cover;border-radius:calc(var(--radius) - .2rem);width:100%}.admin-photo-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);border:1px solid var(--line);background:#fffcf9f2;border-radius:999px;padding:.2rem .4rem;font-size:.65rem;position:absolute;top:.55rem;left:.55rem}.admin-photo-actions{gap:.35rem;margin-top:.4rem;display:grid}.checkout-page{padding-bottom:2rem}.scent-aura{pointer-events:none;background:radial-gradient(circle at 50% 40%, var(--gold-glow), transparent 50%);animation:5s ease-in-out infinite auraPulse;position:absolute;inset:-10%}@keyframes auraPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}.product-info h1{margin:.4rem 0 .8rem;font-size:clamp(2.4rem,5vw,3.6rem)}.product-info .lead{color:var(--ink-muted);margin:1.2rem 0 1.8rem;font-size:1.05rem}.product-cta{flex-wrap:wrap;gap:.75rem;display:flex}.stats{gap:1rem;margin:2rem 0;display:grid}.stat-row{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);grid-template-columns:100px 1fr 40px;align-items:center;gap:.75rem;font-size:.8rem;display:grid}.stat-bar{background:var(--line);height:3px;overflow:hidden}.stat-bar>span{background:linear-gradient(90deg, var(--gold-soft), var(--gold));transform-origin:0;height:100%;display:block}.pyramid{margin:2rem 0}.pyramid h3{margin-bottom:1rem;font-size:1.5rem}.pyramid-tiers{gap:.75rem;display:grid}.pyramid-tier{background:var(--bg-elevated);border-left:2px solid var(--gold);padding:1rem 1.1rem}.pyramid-tier .label{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem;font-size:.7rem}.pyramid-tier .notes{flex-wrap:wrap;gap:.4rem;display:flex}.note-tag{color:var(--ink);font-size:.85rem}.note-tag:not(:last-child):after{content:"·";color:var(--ink-muted);margin-left:.4rem}.infographic{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.section-tight{padding-top:0}.infographic-title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.infographic-lead{color:var(--ink-muted);margin-bottom:1.5rem}.step-title{font-family:var(--font-display);font-size:1.4rem;font-weight:500}.step-desc{color:var(--ink-muted);margin-top:.35rem}.infographic-visual{place-items:center;min-height:420px;display:grid;position:relative}.scent-orbit{aspect-ratio:1;width:min(360px,80vw);position:relative}.scent-orbit-core{border:1px solid var(--line);font-family:var(--font-display);letter-spacing:.15em;color:var(--gold);background:radial-gradient(circle,#8f73481f,#0000 70%);border-radius:50%;place-items:center;font-size:1.8rem;display:grid;position:absolute;inset:28%}.orbit-ring{border:1px dashed #8f734847;border-radius:50%;animation:40s linear infinite spin;position:absolute;inset:0}.orbit-ring-2{animation-duration:28s;animation-direction:reverse;inset:12%}.orbit-node{text-align:center;letter-spacing:.08em;text-transform:uppercase;width:88px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;padding:.35rem;font-size:.72rem;transition:color .3s,transform .3s;position:absolute}.orbit-node:hover,.orbit-node.active{color:var(--gold);transform:scale(1.06)}.orbit-node-top{top:4%;left:50%;transform:translate(-50%)}.orbit-node-top:hover,.orbit-node-top.active{transform:translate(-50%)scale(1.06)}.orbit-node-right{bottom:18%;right:0}.orbit-node-left{bottom:18%;left:0}.orbit-node strong{color:var(--ink);letter-spacing:0;text-transform:none;font-size:.9rem;font-weight:500;font-family:var(--font-display);margin-bottom:.2rem;display:block}.orbit-node.active strong,.orbit-node:hover strong{color:var(--gold)}.orbit-hint{text-align:center;color:var(--ink-muted);min-height:1.4em;margin-top:1.25rem;font-size:.92rem}.hero-scroll{z-index:3;color:var(--ink-muted);letter-spacing:.16em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.45rem;font-size:.68rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:var(--gold);transform-origin:top;width:1px;height:36px}.interactive-step{cursor:default;transition:border-color .3s}.interactive-step:hover{border-left-color:var(--gold-soft)}.families-layout{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:2rem;display:grid}.families-chart{gap:.85rem;display:grid}.family-bar{text-align:left;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;color:inherit;box-shadow:var(--shadow-soft);background:#fffcf9bf;padding:.9rem 1rem;transition:border-color .3s,background .3s,box-shadow .3s,transform .3s}.family-bar:hover,.family-bar.active{border-color:var(--accent,var(--gold));background:var(--bg-elevated);box-shadow:var(--shadow)}.family-bar-meta{justify-content:space-between;margin-bottom:.55rem;font-size:.92rem;display:flex}.family-bar-meta strong{font-family:var(--font-display);color:var(--accent,var(--gold));font-size:1.25rem;font-weight:500}.family-bar-track{background:var(--line);border-radius:999px;height:4px;overflow:hidden}.family-bar-fill{background:var(--accent,var(--gold));height:100%;display:block}.family-card{background:var(--bg-elevated);border:1px solid var(--line);border-left:3px solid var(--accent,var(--gold));border-radius:var(--radius-lg);box-shadow:var(--shadow);grid-template-columns:140px 1fr;align-items:center;gap:1.25rem;padding:1.5rem;display:grid}.family-card h3{margin-bottom:.5rem;font-size:1.8rem}.family-card p{color:var(--ink-muted);margin-bottom:.9rem}.family-notes{flex-wrap:wrap;gap:.4rem;display:flex}.family-notes span{border:1px solid var(--line);letter-spacing:.04em;color:var(--ink);box-shadow:var(--shadow-soft);background:#fffcf9e6;border-radius:999px;padding:.3rem .55rem;font-size:.75rem}.family-card-ring{width:120px;height:120px;position:relative}.family-card-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--line);stroke-width:8px}.ring-fg{fill:none;stroke:var(--accent,var(--gold));stroke-width:8px;stroke-linecap:round}.ring-label{text-align:center;place-content:center;display:grid;position:absolute;inset:0}.ring-label strong{font-family:var(--font-display);color:var(--accent,var(--gold));font-size:1.6rem;font-weight:500;line-height:1}.ring-label span{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.65rem}.stats-row{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:2.5rem;display:grid}.stat-chip{border:1px solid var(--line);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);background:#fffcf9cc;padding:1.1rem 1rem}.stat-chip-value{font-family:var(--font-display);color:var(--gold);margin-bottom:.35rem;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1}.stat-chip-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem}.journey-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.journey-pyramid{flex-direction:column;align-items:center;gap:.55rem;display:flex}.journey-layer{border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);cursor:pointer;box-shadow:var(--shadow-soft);background:#fffcf9c7;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:background .3s,border-color .3s,color .3s,box-shadow .3s;display:flex}.journey-layer.active,.journey-layer:hover{background:color-mix(in srgb, var(--layer,var(--gold)) 18%, var(--bg-elevated));border-color:var(--layer,var(--gold));box-shadow:var(--shadow)}.journey-layer-title{font-family:var(--font-display);font-size:1.35rem}.journey-layer-time{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem}.journey-detail{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);min-height:220px;padding:1.5rem}.journey-detail h3{margin:.35rem 0 1rem;font-size:2rem}.journey-tips{color:var(--ink-muted);gap:.4rem;margin:0 0 1.25rem;padding-left:1.1rem;display:grid}.journey-timeline{background:var(--line);border-radius:999px;height:3px;overflow:hidden}.journey-timeline-fill{transform-origin:0;width:100%;height:100%}@keyframes spin{to{transform:rotate(360deg)}}.cart-layout{grid-template-columns:1.4fr .8fr;gap:2rem;padding:2.5rem 0 4rem;display:grid}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr;align-items:start;gap:1rem;padding:1.25rem 0;display:grid}.cart-item img{object-fit:cover;background:var(--bg-soft);border-radius:var(--radius-sm);width:96px;height:120px;box-shadow:var(--shadow-soft)}.cart-item-info{min-width:0}.cart-item-top{justify-content:space-between;align-items:start;gap:1rem;display:flex}.cart-item h3{font-size:1.4rem}.cart-item-meta{color:var(--ink-muted);margin-top:.2rem;font-size:.9rem}.cart-item-controls{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.cart-item-sum{white-space:nowrap}.qty-control{border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.qty-control button{cursor:pointer;width:40px;height:40px;color:var(--ink);touch-action:manipulation;background:0 0;border:none}.qty-control span{text-align:center;min-width:28px;font-size:.9rem}.cart-bar-mobile{display:none}.summary{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);top:calc(var(--nav-h) + 1.5rem);height:fit-content;padding:1.5rem;position:sticky}.summary h2{margin-bottom:1rem;font-size:1.8rem}.summary-row{color:var(--ink-muted);justify-content:space-between;margin:.6rem 0;display:flex}.summary-row.total{color:var(--ink);border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem;font-size:1.15rem}.summary-row.total span:last-child{color:var(--gold);font-family:var(--font-display);font-size:1.6rem}.form{gap:1rem;display:grid}.field{gap:.4rem;display:grid}.field label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem}.field input,.field textarea,.field select{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;box-shadow:var(--shadow-soft);outline:none;padding:.85rem 1rem;font-size:16px;transition:border-color .3s,box-shadow .3s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold);box-shadow:var(--shadow)}.field textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.alert{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft);box-shadow:var(--shadow-soft);padding:.9rem 1rem;font-size:.9rem}.alert-error{border-color:var(--danger);color:#8a3030;background:#c45c5c26}.alert-success{border-color:var(--success);color:#3f6a44;background:#6a9a6e26}.empty{text-align:center;padding:4rem 1rem}.empty h2{margin-bottom:.75rem;font-size:2.4rem}.empty p{color:var(--ink-muted);margin-bottom:1.5rem}.panel{padding:2.5rem 0 4rem}.panel-grid{grid-template-columns:220px 1fr;gap:2rem;display:grid}.side-nav{flex-direction:column;gap:.35rem;display:flex}.side-nav button{text-align:left;border-radius:var(--radius-sm);color:var(--ink-muted);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:0 0;border:1px solid #0000;padding:.75rem .9rem;font-size:.75rem;transition:all .25s}.side-nav button.active,.side-nav button:hover{color:var(--gold);border-color:var(--line);background:var(--bg-elevated);box-shadow:var(--shadow-soft)}.panel-card{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.panel-card+.panel-card{margin-top:1rem}.panel-card h3{margin-bottom:1rem;font-size:1.5rem}.table{border-collapse:collapse;width:100%;font-size:.9rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:.75rem .5rem}.table th{color:var(--ink-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:500}.table img{object-fit:cover;border-radius:.55rem;width:48px;height:60px}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.admin-form-grid .full{grid-column:1/-1}.auth-page{min-height:calc(100vh - var(--nav-h));place-items:center;padding:3rem 0;display:grid}.auth-box{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);width:min(440px,100% - 2.5rem);box-shadow:var(--shadow);padding:2rem}.auth-box h1{margin-bottom:.4rem;font-size:2.4rem}.auth-box .sub{color:var(--ink-muted);margin-bottom:1.5rem}.auth-switch{text-align:center;color:var(--ink-muted);margin-top:1.25rem;font-size:.9rem}.auth-switch button{color:var(--gold);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;text-decoration:underline}.footer-inner{color:var(--ink-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;display:flex}.toast{z-index:100;background:var(--bg-elevated);border:1px solid var(--gold);border-radius:var(--radius);color:var(--ink);box-shadow:var(--shadow-hover);padding:.9rem 1.2rem;font-size:.9rem;position:fixed;bottom:1.5rem;right:1.5rem}.page-title{padding:2.5rem 0 .5rem}.page-title h1{font-size:clamp(2.4rem,5vw,3.5rem)}.page-title p{color:var(--ink-muted);margin-top:.5rem}.mobile-menu,.mobile-menu-backdrop{display:none}@media (width<=960px){:root{--page-pad:1.35rem;--nav-h:64px}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.15rem}.product-detail,.cart-layout,.infographic,.families-layout,.journey-grid,.panel-grid,.admin-form-grid,.form-row{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.family-card{text-align:center;grid-template-columns:1fr;justify-items:center}.family-notes{justify-content:center}.atmosphere-moods{left:50%;right:auto;transform:translate(-50%)}.hero-scroll{display:none}.product-detail{gap:1.75rem;padding:1.5rem 0 3.5rem}.product-gallery{aspect-ratio:4/5;max-height:70vh}.checkout-page{padding-bottom:calc(2.5rem + var(--safe-bottom))}.nav-links{display:none}.nav-toggle{display:inline-flex}.brand-logo{max-width:min(200px,48vw);height:48px}.hero-logo{width:min(340px,92%)}.mobile-menu-backdrop{z-index:48;-webkit-backdrop-filter:blur(4px);background:#f6ebe3b3;display:block;position:fixed;inset:0}.mobile-menu{top:calc(var(--nav-h) + var(--safe-top));left:var(--page-pad);right:var(--page-pad);z-index:49;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);max-height:calc(100dvh - var(--nav-h) - var(--safe-top) - 1.5rem);-webkit-overflow-scrolling:touch;background:linear-gradient(#141210fa,#fffcf9fa);flex-direction:column;gap:.35rem;padding:1.5rem 1.35rem 1.75rem;display:flex;position:fixed;overflow-y:auto}.mobile-menu-logo{object-fit:contain;width:auto;height:72px;margin-bottom:.75rem}.mobile-menu-link{font-size:1.35rem;font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-muted);border-bottom:1px solid var(--line);padding:.95rem .25rem;transition:color .25s;display:block}.mobile-menu-link.active,.mobile-menu-link:hover{color:var(--gold)}.mobile-menu-cta{width:100%;margin-top:1.25rem}.hero{min-height:calc(100svh - var(--nav-h) - var(--safe-top));align-items:end}.hero-bg{background-image:linear-gradient(180deg, #f6ebe333 0%, #f6ebe380 35%, #fffcf9f0 68%, var(--bg) 100%), url(/images/hero-atmosphere.png);background-position:50% 20%;background-size:cover}.hero-content{width:min(1180px, calc(100% - (var(--page-pad) * 2)));margin-inline:auto;justify-self:stretch;max-width:none;margin-left:auto;padding:2.5rem 0 3.25rem}.hero-actions{width:100%}.hero-actions .btn{flex:auto;min-width:min(100%,160px)}.section{padding:3.5rem 0}.section-head{flex-direction:column;align-items:start;margin-bottom:1.75rem}.product-card-actions{opacity:1;transform:none}.product-card-body{flex-direction:column;align-items:start;gap:.35rem}.filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:calc(var(--page-pad) * -1);padding-inline:var(--page-pad);flex-wrap:nowrap;gap:.45rem;padding-bottom:.35rem;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.chip{flex:none;min-height:40px}.infographic-visual{order:-1;min-height:320px}.scent-orbit{width:min(280px,72vw)}.side-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:.45rem;margin-bottom:.5rem;padding-bottom:.25rem;overflow-x:auto}.side-nav::-webkit-scrollbar{display:none}.side-nav button{white-space:nowrap;border:1px solid var(--line);flex:none;padding:.7rem 1rem}.summary{position:static}.summary-desktop{display:block}.page-title{padding:1.75rem 0 .35rem}.stat-row{grid-template-columns:88px 1fr 36px;gap:.5rem;font-size:.72rem}.footer{padding:2rem 0 calc(2rem + var(--safe-bottom))}.footer-inner{flex-direction:column;gap:.65rem}.toast{left:var(--page-pad);right:var(--page-pad);bottom:calc(1rem + var(--safe-bottom))}.table-wrap,.panel-card{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=640px){:root{--page-pad:1.15rem;--nav-h:60px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem .75rem}.product-card-body h3{font-size:1.15rem}.product-card-meta{font-size:.72rem}.product-price{font-size:.92rem}.product-card-actions{flex-direction:column}.product-card-actions .btn{width:100%}.hero-brand-line{letter-spacing:.02em;font-size:clamp(1.85rem,9vw,2.6rem)}.hero h1{max-width:none;font-size:clamp(1.35rem,5.5vw,1.75rem)}.hero p{max-width:none;margin-bottom:1.5rem;font-size:.95rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.product-cta{flex-direction:column}.product-cta .btn{width:100%}.section{padding:2.75rem 0}.section-head h2,.page-title h1{font-size:clamp(1.85rem,8vw,2.4rem)}.cart-page{padding-bottom:calc(6.5rem + var(--safe-bottom))}.cart-item{grid-template-columns:76px 1fr;gap:.85rem;padding:1rem 0}.cart-item img{width:76px;height:96px}.cart-item h3{font-size:1.2rem}.cart-item-top{flex-direction:column;gap:.35rem}.summary-desktop{display:none}.cart-bar-mobile{z-index:40;padding:.85rem var(--page-pad) calc(.85rem + var(--safe-bottom));-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--line);background:#fffcf9f0;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.cart-bar-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem}.cart-bar-total{font-family:var(--font-display);color:var(--gold);font-size:1.55rem;line-height:1.1}.cart-bar-mobile .btn{flex:none;padding-inline:1.25rem}.auth-page{padding:2rem 0 calc(2rem + var(--safe-bottom));align-items:start}.auth-box{width:calc(100% - (var(--page-pad) * 2));margin-top:.5rem;padding:1.35rem}.auth-box h1{font-size:2rem}.panel{padding:1.5rem 0 calc(3rem + var(--safe-bottom))}.panel-card{padding:1.1rem}.empty{padding:3rem .5rem}.empty h2{font-size:2rem}.infographic-visual{min-height:280px}.orbit-node{width:72px;font-size:.65rem}.scent-orbit-core{font-size:1.35rem}.table thead{display:none}.table,.table tbody,.table tr,.table td{width:100%;display:block}.table tr{border-bottom:1px solid var(--line);padding:1rem 0}.table td{border:none;padding:.25rem 0}.table td:first-child{margin-bottom:.35rem}.admin-toolbar h3{font-size:1.45rem!important}}@media (width<=380px){.product-grid{grid-template-columns:1fr}.product-card-actions{flex-direction:row}.hero-brand-line{letter-spacing:.02em}}.scroll-scent-bar{z-index:60;background:linear-gradient(90deg, var(--mint), var(--gold), var(--lilac));pointer-events:none;opacity:.9;height:2px;position:fixed;top:0;left:0;right:0}.modal-root{z-index:80;place-items:end center;padding:0;display:grid;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(6px);cursor:pointer;background:#4a353059;border:none;position:absolute;inset:0}.modal-sheet{z-index:1;-webkit-overflow-scrolling:touch;width:min(480px,100%);max-height:min(92dvh,720px);padding:1.5rem 1.35rem calc(1.5rem + var(--safe-bottom));background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-hover);border-bottom:none;position:relative;overflow-y:auto}.modal-sheet h2{margin:.35rem 0 .5rem;font-size:2rem}.modal-lead{color:var(--ink-muted);margin-bottom:1.25rem}.modal-actions{gap:.55rem;display:grid}.modal-success{text-align:center;padding:1rem 0}.modal-success h2{margin-bottom:.6rem}.modal-success p{color:var(--ink-muted);margin-bottom:1.25rem}@media (width>=720px){.modal-root{place-items:center;padding:1.5rem}.modal-sheet{border-bottom:1px solid var(--line);border-radius:var(--radius-lg);padding:1.75rem}}.studio-section{position:relative;overflow:hidden}.studio-glow{pointer-events:none;opacity:.9;position:absolute;inset:0}.studio-night{background:linear-gradient(#2a241e0a,#0000 40%)}.studio-pick{background:var(--bg-elevated);border:1px solid var(--gold);border-radius:var(--radius-lg);box-shadow:var(--shadow);grid-template-columns:160px 1fr;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem;display:grid;position:relative;overflow:hidden}.studio-pick-media{aspect-ratio:3/4;background:var(--bg-soft);border-radius:var(--radius);position:relative;overflow:hidden}.studio-pick-media img{object-fit:cover;width:100%;height:100%}.studio-pick-spray{pointer-events:none;position:absolute;inset:0}.studio-pick-body h3{margin:.2rem 0 .35rem;font-size:clamp(1.8rem,3vw,2.4rem);font-style:italic}.studio-pick-desc{color:var(--ink);margin:.65rem 0;font-size:.98rem}.studio-pick-reasons{color:var(--ink-muted);gap:.25rem;margin:0 0 .85rem;padding-left:1.1rem;font-size:.92rem;display:grid}.studio-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.studio-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fffcf9e0;min-height:180px;padding:1.2rem;position:relative}.studio-wide{grid-column:span 2}.studio-num{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.72rem;display:block}.studio-card h3{margin-bottom:.4rem;font-size:1.45rem}.studio-card p,.muted{color:var(--ink-muted);font-size:.95rem}.studio-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.85rem;display:flex}.notes-marquee{border-block:1px solid var(--line);margin-bottom:1.5rem;padding:.75rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.notes-marquee-track{width:max-content;font-family:var(--font-display);color:var(--ink-muted);gap:1.5rem;font-size:1.25rem;animation:28s linear infinite marquee;display:flex}@keyframes marquee{to{transform:translate(-50%)}}.spray-stage{height:70px;margin-top:.75rem;position:relative}.spray-stage span{background:var(--gold-soft);opacity:0;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%}.spray-stage.on span{animation:1s ease-out forwards spray;animation-delay:calc(var(--i) * 40ms)}@keyframes spray{0%{opacity:.9;transform:translate(-50%)scale(.6)}to{opacity:0;transform:translate(calc(-50% + (var(--i) - 6) * 12px), -60px) scale(1.4)}}.quiz-options{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.conc-readout{justify-content:space-between;margin:.55rem 0;font-size:.92rem;display:flex}.conc-bar,.skin-meter{background:var(--line);border-radius:999px;height:4px;overflow:hidden}.conc-bar span,.skin-meter span{background:var(--gold);height:100%;display:block}.mode-toggle{grid-template-columns:1fr 1fr;gap:.4rem;margin:.75rem 0;display:grid}.mode-toggle button{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;color:var(--ink-muted);box-shadow:var(--shadow-soft);background:0 0;padding:.7rem}.mode-toggle button.active{border-color:var(--gold);color:var(--gold);background:#8f734814}.sillage-map{place-items:center;height:110px;margin-top:.5rem;display:grid;position:relative}.sillage-ring{border:1px solid var(--gold);opacity:.55;border-radius:50%;width:90px;height:90px;position:absolute}.season-wheel{grid-template-columns:1fr 1fr;gap:.4rem;margin:.75rem 0;display:grid}.season-wheel button{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;color:var(--ink-muted);box-shadow:var(--shadow-soft);background:0 0;padding:.65rem}.season-wheel button.active{border-color:var(--gold);color:var(--gold)}.layer-mix{gap:.65rem;margin:.75rem 0;display:grid}.layer-mix label{gap:.35rem;font-size:.9rem;display:grid}.layer-vials{justify-content:center;gap:.75rem;display:flex}.vial{border:1px solid var(--line);background:var(--bg-soft);width:42px;height:90px;box-shadow:var(--shadow-soft);border-radius:999px}.vial-mix{width:54px}.dry-track{background:var(--line);border-radius:999px;height:4px;margin-top:.85rem;position:relative}.dry-knob{background:var(--gold);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%)}.pulse-btn{border:1px solid var(--line);background:var(--bg-elevated);width:64px;height:64px;color:var(--gold);cursor:pointer;box-shadow:var(--shadow-soft);border-radius:50%;margin:.5rem 0;font-size:1.6rem}.note-cloud{border:1px dashed var(--line);border-radius:var(--radius-lg);background:#e8a5981f;height:180px;margin:.5rem 0;position:relative}.note-star{left:var(--x);top:var(--y);border:1px solid var(--line);background:var(--bg-elevated);color:var(--ink-muted);cursor:pointer;padding:.35rem .55rem;font-size:.78rem;position:absolute}.note-star.active{color:var(--gold);border-color:var(--gold)}.dict-item{text-align:left;border:none;border-bottom:1px solid var(--line);cursor:pointer;width:100%;color:inherit;background:0 0;padding:.85rem 0;display:block}.dict-item strong{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.dict-item p{color:var(--ink-muted);margin:.45rem 0 0;overflow:hidden}.fact-line{font-family:var(--font-display);min-height:4.2em;margin:.5rem 0 .75rem;font-size:1.35rem;line-height:1.35}.studio-card input[type=range]{width:100%;accent-color:var(--gold)}@media (width<=960px){:root{--fs:16px}.studio-grid{grid-template-columns:1fr}.studio-wide{grid-column:auto}.studio-pick{grid-template-columns:1fr}.studio-pick-media{max-width:180px;margin-inline:auto}.note-cloud{height:220px}.product-card{transform:none!important}.hero p,.infographic-lead,.section-head p,.page-title p{font-size:1rem}.cart-bar-mobile{box-shadow:0 -8px 30px #2a241e14}.atmosphere-moods{bottom:calc(4.8rem + var(--safe-bottom))}.cart-page~* .atmosphere-moods{bottom:calc(5.2rem + var(--safe-bottom))}body:has(.cart-bar-mobile) .atmosphere-moods{bottom:calc(5.2rem + var(--safe-bottom))}}@media (prefers-reduced-motion:reduce){.hero-bg,.orbit-ring,.orbit-ring-2,.scent-aura,.notes-marquee-track{animation:none!important}}.skip-link{top:.75rem;left:var(--page-pad);z-index:1000;color:#4a3530;border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow);transition:transform .25s var(--ease);background:#fffaf8;border-radius:999px;padding:.7rem 1.1rem;font-size:.8rem;position:fixed;transform:translateY(-160%)}.skip-link:focus,.skip-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px;transform:translateY(0)}.section{padding:5rem 0}.section-head{gap:1.5rem;margin-bottom:2.5rem}.section-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.text-link{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #0000;margin-top:1.25rem;font-size:.78rem;transition:border-color .3s,color .3s;display:inline-block}.text-link:hover{border-color:var(--gold)}.philosophy{grid-template-columns:.95fr 1.05fr;align-items:center;gap:2.5rem;display:grid}.philosophy-media{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--line);aspect-ratio:4/5;background:var(--bg-soft);overflow:hidden}.philosophy-media img{object-fit:cover;width:100%;height:100%}.philosophy-copy h2{max-width:12ch;margin:.5rem 0 1rem;font-size:clamp(2.2rem,4vw,3.2rem)}.philosophy-copy p{color:var(--ink-muted);max-width:42ch;font-size:1.08rem;font-weight:300}.philosophy-pillars{gap:.75rem;margin-top:1.5rem;display:grid}.philosophy-pillar{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffcf9b3;padding:1rem 1.15rem}.philosophy-pillar span{color:var(--burgundy-soft);letter-spacing:.14em;font-size:.72rem}.philosophy-pillar p{font-family:var(--font-display);margin-top:.35rem;font-size:1.25rem;font-style:italic}.discovery-block{border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(ellipse at 90% 20%, #e8a59838, transparent 50%), var(--bg-elevated);box-shadow:var(--shadow);grid-template-columns:1.1fr .9fr;gap:2rem;padding:2.5rem;display:grid}.discovery-copy h2{margin:.4rem 0 .85rem;font-size:clamp(2rem,3.5vw,2.8rem)}.discovery-copy p{color:var(--ink-muted);max-width:38ch;margin-bottom:1.25rem}.discovery-meta{color:var(--gold);font-family:var(--font-display);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.discovery-visual{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow);background:var(--bg-soft);min-height:280px;overflow:hidden}.discovery-visual img{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.step-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-soft);min-height:0;padding:0;overflow:hidden}.step-card-visual{display:grid}.step-card-media{aspect-ratio:16/10;background:var(--bg-soft);overflow:hidden}.step-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.step-card:hover .step-card-media img{transform:scale(1.05)}.step-card .label,.step-card .step-title,.step-card .step-desc{padding-inline:1.25rem}.step-card .label{color:var(--gold);letter-spacing:.14em;margin:1rem 0 .35rem;font-size:.72rem}.step-card .step-title{padding-bottom:.35rem;display:block}.step-card .step-desc{padding-bottom:1.25rem}.reviews-section{position:relative;overflow:hidden}.reviews-bg{opacity:.55;pointer-events:none;filter:saturate(.7)brightness(1.15);background:linear-gradient(#f6ebe3e0,#fffcf9f0),url(/images/section-aura.png) 50%/cover no-repeat;position:absolute;inset:0}.reviews-section .container{z-index:1;position:relative}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.review-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-soft);margin:0;padding:1.5rem}.review-stars{color:var(--gold);letter-spacing:.12em;margin-bottom:.75rem;font-size:.85rem}.review-card p{font-family:var(--font-display);margin-bottom:1rem;font-size:1.2rem;font-style:italic;line-height:1.4}.review-card footer{color:var(--ink-muted);justify-content:space-between;gap:.75rem;font-size:.85rem;display:flex}.trust-row{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-item{border-top:1px solid var(--line);padding:1.25rem}.trust-item strong{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.35rem;font-style:italic;font-weight:500;display:block}.trust-item p{color:var(--ink-muted);font-size:.9rem}.wish-btn{z-index:3;border:1px solid var(--line);width:38px;height:38px;color:var(--ink-muted);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6ebe380;border-radius:50%;place-items:center;transition:color .25s,border-color .25s,transform .25s;display:grid;position:absolute;top:.85rem;right:.85rem}.wish-btn:hover,.wish-btn.active{color:var(--burgundy-soft);border-color:var(--burgundy-soft)}.product-card{position:relative}.product-badge{z-index:2;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--line);color:var(--gold);background:#f6ebe3a6;border-radius:999px;padding:.3rem .55rem;font-size:.65rem;position:absolute;top:.75rem;left:.75rem}.volume-picker{margin:1.25rem 0}.field-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.55rem;font-size:.72rem;display:block}.volume-options{flex-wrap:wrap;gap:.45rem;display:flex}.product-price-vol{color:var(--ink-muted);font-size:.55em;font-style:normal;font-family:var(--font-body);letter-spacing:.04em}.product-facts{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.25rem 0;display:grid}.product-facts div{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fffcf9a6;padding:.85rem}.product-facts span{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.25rem;font-size:.68rem;display:block}.product-facts strong{font-family:var(--font-display);font-size:1.15rem;font-style:italic;font-weight:500}.accords{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.accords span{border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);border-radius:999px;padding:.35rem .65rem;font-size:.72rem}.product-cta-secondary{margin-top:.65rem}.wish-cta.active{border-color:var(--burgundy-soft);color:var(--burgundy-soft)}.product-story{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.5rem}.product-story h3{margin-bottom:.65rem;font-size:1.6rem}.product-story p{color:var(--ink-muted);max-width:42ch}.filters-panel{margin-bottom:1.5rem}.filters-panel .filters{margin-bottom:.65rem}.catalog-count{color:var(--ink-muted);margin-bottom:1.25rem;font-size:.9rem}.gift-box{margin-top:1.25rem}.gift-check{cursor:pointer;align-items:center;gap:.75rem;display:flex}.gift-check input{width:18px;height:18px;accent-color:var(--gold)}.gift-check em{color:var(--gold);font-style:normal}.checkout-steps{flex-wrap:wrap;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.checkout-steps li{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.checkout-steps li span{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.checkout-steps li.active,.checkout-steps li.done{color:var(--gold)}.checkout-steps li.active span,.checkout-steps li.done span{border-color:var(--gold);background:#e8a5982e}.trust-inline{color:var(--ink-muted);flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1.75rem;font-size:.85rem;display:flex}.trust-inline span:before{content:"✦";color:var(--gold);margin-right:.4rem}.footer{border-top:1px solid var(--line);margin-top:auto;padding:3.5rem 0 2rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.footer-brand p{color:var(--ink-muted);max-width:28ch;margin-top:.85rem;font-weight:300}.footer h3{margin-bottom:.85rem;font-size:1.2rem;font-style:italic}.footer-links{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.footer-links a{color:var(--ink-muted);transition:color .25s}.footer-links a:hover{color:var(--gold)}.footer-social{gap:.85rem;margin-top:.35rem;display:flex}.footer-bottom{border-top:1px solid var(--line);color:var(--ink-muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.5rem;font-size:.85rem;display:flex}.content-page .prose{gap:1rem;max-width:62ch;display:grid}.content-page .prose p{color:var(--ink-muted);font-size:1.05rem;font-weight:300}.content-page .prose h2{margin-top:1rem;font-size:1.8rem}.guide-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.guide-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-soft);padding:1.5rem}.guide-card h2{margin:.5rem 0 .55rem;font-size:1.6rem}.guide-card p{color:var(--ink-muted)}.faq-list{gap:.65rem;max-width:720px;display:grid}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-elevated);overflow:hidden}.faq-item button{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);background:0 0;border:none;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;font-size:1.25rem;font-style:italic;display:flex}.faq-item p{color:var(--ink-muted);margin:0;padding:0 1.25rem 1.2rem}.faq-item.open{border-color:#e8a59873}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (width<=960px){.philosophy,.discovery-block,.steps-grid,.reviews-grid,.trust-row,.footer-grid,.guide-grid,.product-facts{grid-template-columns:1fr}.philosophy-media{aspect-ratio:4/3;max-height:360px}.discovery-visual,.discovery-visual img{min-height:220px}.section{padding:3.25rem 0}}@media (width<=640px){.discovery-block{padding:1.35rem}.reviews-grid{grid-template-columns:1fr}}.about-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2rem;margin-bottom:2.5rem;display:grid}.about-media{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow);aspect-ratio:4/5;overflow:hidden}.about-media img{object-fit:cover;width:100%;height:100%}.about-banner{border-radius:var(--radius-lg);border:1px solid var(--line);place-items:center;min-height:180px;display:grid;position:relative;overflow:hidden}.about-banner img{object-fit:cover;opacity:.45;width:100%;height:100%;position:absolute;inset:0}.about-banner p{z-index:1;font-family:var(--font-display);text-align:center;padding:1.5rem;font-size:clamp(1.6rem,3vw,2.4rem);font-style:italic;position:relative}@media (width<=960px){.about-layout{grid-template-columns:1fr}.about-media{aspect-ratio:16/10;max-height:320px}}
