:root{
    --black:#fdfaf1;
    --charcoal:#f5ecd5;
    --ink:#2a2118;
    --cream:#2a2118;
    --milk:#4a3d2c;
    --amber:#d9b66a;
    --gold:#d9b66a;
    --gold-deep:#b8893a;
    --gold-soft:#f5ecd5;
    --line:rgba(42,33,24,.22);
    --muted:#7a6a55;
    --solid-bg:#fdfaf1;
    --solid-bg-2:#f5ecd5;
    --solid-bg-3:#efe3c2;
    --solid-dark:#241c14;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-height:100vh;
    color:var(--cream);
    background:var(--black);
    font-family:'Cormorant Garamond', serif;
    overflow-x:hidden;
}
body.locked{overflow:hidden}
h1,h2,h3,p{margin:0}
a{color:inherit;text-decoration:none}
button{font:inherit}

/* React no-op container */
#root{display:none}

/* ===== Three.js world (existing scene) ===== */
#world{position:fixed;inset:0;z-index:0;background:var(--black)}
#world canvas{width:100%;height:100%;display:block}

.grain{
    position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.12;
    background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size:7px 7px, 11px 11px;mix-blend-mode:screen;
}
.vignette{
    position:fixed;inset:0;z-index:1;pointer-events:none;
    background:
    radial-gradient(circle at 52% 44%, transparent 0 34%, rgba(245,236,213,.24) 64%, rgba(42,33,24,.12) 100%),
    linear-gradient(180deg, rgba(253,250,241,.55), transparent 22%, rgba(245,236,213,.52));
}

/* ===== SOLID HEADER (real, non-transparent) ===== */
.site-header{
    position:fixed;top:0;left:0;right:0;z-index:60;
    background:var(--solid-bg);
    border-bottom:1px solid var(--line);
    box-shadow:0 6px 24px -18px rgba(42,33,24,.35);
}
.header-inner{
    width:min(1280px, calc(100% - 48px));
    margin:0 auto;
    display:flex;align-items:center;justify-content:space-between;
    padding:18px 0;
}
.header-brand{
    font-family:'Cormorant Garamond',serif;
    font-size:26px;line-height:1;color:var(--cream);
    display:flex;align-items:center;gap:10px;
}
.header-brand .dot{
    width:9px;height:9px;background:var(--amber);transform:rotate(45deg);
}
.header-brand i{color:var(--amber);font-style:italic}
.header-nav{display:flex;gap:34px;align-items:center}
.header-nav a{
    font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--milk);position:relative;padding:6px 0;
    transition:color .25s ease;
}
.header-nav a:hover{color:var(--gold-deep)}
.header-nav a::after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
    background:var(--amber);transform:scaleX(0);transform-origin:left;
    transition:transform .35s ease;
}
.header-nav a:hover::after{transform:scaleX(1)}
.header-cta{
    font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase;
    padding:12px 22px;background:var(--solid-dark);color:var(--solid-bg);
    border:0;cursor:pointer;transition:background .25s ease;
}
.header-cta:hover{background:var(--gold-deep)}
.header-burger{display:none;background:transparent;border:0;color:var(--cream);font-size:22px}

/* ===== Scroll meter & nav dots (kept) ===== */
.scroll-meter{position:fixed;left:28px;top:50%;transform:translateY(-50%);z-index:18;height:44vh;width:1px;background:rgba(42,33,24,.16)}
.scroll-meter span{position:absolute;top:0;left:0;width:1px;height:0;background:linear-gradient(180deg, var(--amber), rgba(184,137,58,0));box-shadow:0 0 18px rgba(184,137,58,.45)}
.chapter-nav{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:18;display:grid;gap:14px}
.chapter-nav a{width:7px;height:7px;border:1px solid rgba(42,33,24,.38);background:transparent;transform:rotate(45deg);transition:.25s ease}
.chapter-nav a.active{background:var(--amber);border-color:var(--amber);transform:rotate(45deg) scale(1.45)}

/* ===== Existing chapters ===== */
main{position:relative;z-index:10}
.chapter{position:relative;min-height:100dvh;display:flex;align-items:center;padding:110px 0 70px}
.chapter.hero{align-items:center;padding-bottom:7dvh;padding-top:126px}
.chapter-content{width:min(1120px, calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(260px, 560px) 1fr;gap:40px;align-items:end}
.chapter:nth-of-type(even) .chapter-content{grid-template-columns:1fr minmax(260px, 620px)}
.chapter:nth-of-type(even) .chapter-panel{grid-column:2}
.chapter-panel{max-width:620px;transform:translateY(32px);opacity:.2;transition:opacity .6s ease, transform .6s ease}
.chapter.active .chapter-panel{opacity:1;transform:translateY(0)}
.marker{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.marker .diamond{width:18px;height:18px;transform:rotate(45deg);border:1px solid rgba(42,33,24,.38);position:relative}
.marker .diamond::after{content:"";position:absolute;inset:5px;background:var(--amber)}
.marker .label{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}
.chapter-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px, 6vw, 76px);line-height:.95;font-weight:500;color:var(--cream);text-shadow:0 20px 50px rgba(184,137,58,.18)}
.chapter-title i,.chapter-title span{color:var(--amber);font-style:italic}
.chapter-copy{max-width:480px;margin-top:18px;font-family:'Inter',sans-serif;font-size:15px;line-height:1.65;color:var(--milk)}
.read-more{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:0;border:0;color:var(--cream);background:transparent;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer}
.read-more i{color:var(--amber);transition:transform .25s ease}
.read-more:hover i{transform:translateX(6px)}
.hero-lockup{
    width:min(1380px, calc(100% - 40px));margin:0 auto;
    display:grid;grid-template-columns:minmax(220px,1fr) minmax(360px,520px) minmax(220px,1fr);
    gap:20px;align-items:center;position:relative;z-index:2;
}
.chapter.hero::before{
    content:"";position:absolute;inset:0;
    background:
    radial-gradient(420px 360px at 50% 46%, rgba(243,224,170,.54), rgba(243,224,170,0) 72%),
    radial-gradient(900px 560px at 18% 34%, rgba(250,241,216,.56), transparent 72%),
    radial-gradient(900px 620px at 84% 68%, rgba(243,230,191,.44), transparent 74%),
    linear-gradient(180deg, rgba(253,250,241,.62), rgba(250,244,231,.58));
    z-index:0;
}
.chapter.hero .logo-line{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:18px}
.chapter.hero .logo-line::before,.chapter.hero .logo-line::after{content:"";width:0;height:0;background:none}
.chapter.hero .small{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.34em;color:#4b4034;text-transform:uppercase}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(64px, 7vw, 112px);line-height:.84;font-weight:500;color:#2a2118;text-align:center;letter-spacing:-.035em}
.hero-title i{display:block;color:var(--amber);font-style:italic;font-size:.34em;letter-spacing:.05em;margin-top:0}
.hero-sub{margin:18px auto 0;color:#463a30;font-family:'Inter',sans-serif;font-size:14px;line-height:1.55;max-width:520px;text-align:center}
.scroll-start{display:inline-flex;align-items:center;gap:12px;margin-top:30px;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#463a30}
.scroll-start span{color:var(--amber)}
.scroll-start::before{content:"";width:92px;height:1px;background:rgba(42,33,24,.24)}
.hero-copy{text-align:center;position:relative}
.hero-copy::after{
    content:"";display:block;width:130px;height:3px;background:var(--amber);
    margin:14px auto 0;
}
.hero-actions{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:24px}
.hero-btn{
    width:min(520px,100%);border-radius:999px;padding:18px 28px;
    display:inline-flex;align-items:center;justify-content:center;gap:14px;
    font-family:'Inter',sans-serif;font-size:14px;letter-spacing:.16em;text-transform:uppercase;
    transition:.3s ease;border:1px solid transparent;
}
.hero-btn.primary{background:var(--solid-dark);color:var(--solid-bg)}
.hero-btn.primary:hover{background:var(--gold-deep)}
.hero-btn.secondary{background:rgba(253,250,241,.48);color:#2a2118;border-color:rgba(42,33,24,.16);backdrop-filter:blur(4px)}
.hero-btn.secondary:hover{border-color:var(--gold-deep);color:var(--gold-deep)}
.hero-product-card{
    position:relative;height:620px;display:grid;place-items:center;isolation:isolate;
}
.hero-product-card::before{
    content:"";position:absolute;inset:54px 24px 20px;background:linear-gradient(180deg, rgba(248,233,204,.98), rgba(243,228,194,.98));
    box-shadow:0 40px 80px rgba(42,33,24,.1);
    transform:rotate(-2.4deg);z-index:0;
}
.hero-product-card.right::before{transform:rotate(2.4deg)}
.hero-product-card img{
    position:relative;z-index:1;max-width:min(100%, 360px);max-height:500px;object-fit:contain;
    filter:drop-shadow(0 36px 44px rgba(42,33,24,.18));
    animation:hpFloat 6s ease-in-out infinite;
}
.hero-product-card.right img{animation-delay:-3s}
.hero-decor{position:absolute;pointer-events:none;z-index:2;transform-origin:center center}
.hero-decor line,.hero-decor path,.hero-decor ellipse,.hero-decor circle{will-change:transform}
.hero-decor.line{
    left:6px;top:180px;width:1px;height:58%;
    background:linear-gradient(180deg, transparent, rgba(217,182,106,.88) 18%, rgba(217,182,106,.12));
    animation:linePulse 6s ease-in-out infinite;
}
.hero-decor.leaf-top{left:11.8%;top:8%;width:78px;animation:gFloat1 7.2s ease-in-out infinite}
.hero-decor.wheat{right:15.5%;top:19%;width:52px;animation:gFloat2 8.4s ease-in-out infinite}
.hero-decor.bean{right:9.6%;top:30%;width:42px;animation:gFloat3 6.4s ease-in-out infinite}
.hero-decor.sun{left:7.2%;bottom:20%;width:54px;animation:gFloat2 9s ease-in-out infinite -1.6s}
.hero-decor.leaf-bottom{right:8.4%;bottom:8%;width:62px;animation:gFloat1 7.8s ease-in-out infinite -2s}
.hero-dots{
    position:absolute;right:12px;top:50%;transform:translateY(-44%);
    display:flex;flex-direction:column;gap:12px;z-index:2;
}
.hero-dots span{
    width:9px;height:9px;border:1px solid rgba(42,33,24,.28);background:rgba(253,250,241,.54);
    transform:rotate(45deg);animation:dotDrift 4.8s ease-in-out infinite;
}
.hero-dots span:nth-child(2){animation-delay:-.7s}
.hero-dots span:nth-child(3){animation-delay:-1.5s}
.hero-dots span:nth-child(4){animation-delay:-2.1s}
.hero-dots span:nth-child(5){animation-delay:-2.8s}
.hero-dots span.active{width:14px;height:14px;border-color:transparent;background:var(--amber);box-shadow:0 8px 18px rgba(217,182,106,.42)}
.hero-motes{position:absolute;inset:0;pointer-events:none;z-index:1}
.hero-mote{
    position:absolute;border-radius:50%;background:rgba(42,33,24,.16);
    animation:heroMote 9s ease-in-out infinite;
    filter:blur(.2px);
}
.hero-mote.gold{background:rgba(217,182,106,.28)}
.hero-mote.m1{left:28%;top:20%;width:7px;height:7px;animation-duration:9.5s}
.hero-mote.m2{left:36%;top:31%;width:4px;height:4px;animation-duration:7.4s;animation-delay:-1.1s}
.hero-mote.m3{left:43%;top:25%;width:9px;height:9px;animation-duration:10.2s;animation-delay:-2s}
.hero-mote.m4{left:62%;top:18%;width:5px;height:5px;animation-duration:8.3s;animation-delay:-1.4s}
.hero-mote.m5{left:69%;top:47%;width:3px;height:3px;animation-duration:7.8s;animation-delay:-3.2s}
.hero-mote.m6{left:24%;top:58%;width:6px;height:6px;animation-duration:9.8s;animation-delay:-2.6s}
.hero-mote.m7{left:77%;top:27%;width:8px;height:8px;animation-duration:11s;animation-delay:-4.1s}
.hero-mote.m8{left:57%;top:63%;width:4px;height:4px;animation-duration:8.7s;animation-delay:-2.2s}
.hero-mote.m9{left:47%;top:37%;width:3px;height:3px;animation-duration:7.2s;animation-delay:-.6s}
.hero-mote.m10{left:33%;top:72%;width:5px;height:5px;animation-duration:10.6s;animation-delay:-3.7s}
.hero-mote.m11{left:70%;top:69%;width:4px;height:4px;animation-duration:8.8s;animation-delay:-1.9s}
.hero-mote.m12{left:52%;top:14%;width:6px;height:6px;animation-duration:9.1s;animation-delay:-2.8s}
.section-line{position:absolute;left:50%;bottom:0;width:min(520px, calc(100% - 80px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg, transparent, rgba(42,33,24,.24), transparent)}

/* ===== SOLID SECTIONS WRAPPER (above Three.js bg) ===== */
.solid-block{
    position:relative;z-index:15;
    background:var(--solid-bg);
}

/* ===== Hero Products (realistic photographic look) ===== */
.hero-products{
    position:relative;overflow:hidden;
    padding:108px 0 74px;
    background:
    radial-gradient(470px 430px at 50% 45%, rgba(244,222,158,.88), rgba(244,222,158,0) 74%),
    radial-gradient(920px 520px at 18% 32%, rgba(250,241,216,.96), transparent 72%),
    radial-gradient(920px 620px at 84% 68%, rgba(243,230,191,.88), transparent 74%),
    var(--solid-bg);
    border-top:1px solid var(--line);
}
.hero-products-inner{
    width:min(1380px, calc(100% - 52px));margin:0 auto;
    display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,560px) minmax(260px,1fr);gap:26px;align-items:center;
    position:relative;z-index:2;
}
.hp-center{text-align:center;padding:18px 0;position:relative;z-index:2}
.hp-eyebrow{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.48em;text-transform:uppercase;color:#4b4034;margin-bottom:26px}
.hp-title{font-family:'Cormorant Garamond',serif;font-size:clamp(78px,8.6vw,132px);line-height:.82;color:#2c2117;font-weight:500;letter-spacing:-.045em}
.hp-title i{color:#d6ab54;font-style:italic;display:block;font-size:.34em;letter-spacing:.05em;margin-top:-2px}
.hp-title .underline{display:block;width:174px;height:3px;background:#d7b05c;margin:16px auto 0}
.hp-sub{margin:28px auto 0;max-width:650px;font-family:'Inter',sans-serif;font-size:17px;line-height:1.55;color:#463a30}
.hp-ctas{margin-top:32px;display:flex;flex-direction:column;gap:12px;align-items:center}
.pill{
    width:min(680px,100%);padding:24px 34px;border-radius:999px;
    font-family:'Inter',sans-serif;font-size:17px;letter-spacing:.18em;text-transform:uppercase;
    display:inline-flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;
    transition:.3s ease;border:1px solid transparent;
}
.pill.dark{background:var(--solid-dark);color:var(--solid-bg)}
.pill.dark:hover{background:var(--gold-deep)}
.pill.outline{background:transparent;color:var(--ink);border-color:var(--line)}
.pill.outline:hover{border-color:var(--gold-deep);color:var(--gold-deep)}

.hp-side{
    position:relative;height:720px;display:grid;place-items:center;
    isolation:isolate;
}
.hp-side::before{
    content:"";position:absolute;inset:66px 26px 24px;border-radius:0;
    background:linear-gradient(180deg, rgba(248,233,204,.98), rgba(243,228,194,.98));
    box-shadow:0 40px 80px rgba(42,33,24,.1);
    z-index:0;
    transform:rotate(-2.4deg);
}
.hp-side.right-panel::before{transform:rotate(2.5deg)}
.hp-product-img{
    width:100%;height:100%;display:grid;place-items:center;
    animation:hpFloat 6s ease-in-out infinite;
    position:relative;z-index:1;
}
.hp-product-img img{
    width:min(100%, 450px);
    max-height:640px;
    object-fit:contain;
    filter:drop-shadow(0 36px 44px rgba(42,33,24,.2));
}
.hp-product-img.right{animation-delay:-3s}
@keyframes hpFloat{
    0%,100%{transform:translateY(0) rotate(-2deg)}
    50%{transform:translateY(-14px) rotate(1.6deg)}
}
@keyframes linePulse{
    0%,100%{opacity:.82;transform:translateY(0)}
    50%{opacity:1;transform:translateY(8px)}
}
@keyframes dotDrift{
    0%,100%{transform:rotate(45deg) translateY(0);opacity:.7}
    50%{transform:rotate(45deg) translateY(-7px);opacity:1}
}
@keyframes heroMote{
    0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.25}
    30%{transform:translate3d(8px,-12px,0) scale(1.12);opacity:.48}
    65%{transform:translate3d(-6px,10px,0) scale(.92);opacity:.18}
}

/* floating garnish */
.garnish{position:absolute;pointer-events:none;z-index:3;opacity:.92}
.garnish.leaf-1{top:4%;left:11%;width:112px;animation:gFloat1 7s ease-in-out infinite}
.garnish.wheat{top:15%;right:14%;width:74px;animation:gFloat2 8s ease-in-out infinite}
.garnish.almond{top:27%;right:8%;width:62px;animation:gFloat3 6s ease-in-out infinite}
.garnish.dollop{top:67%;left:5.5%;width:72px;animation:gFloat2 9s ease-in-out infinite}
.garnish.leaf-2{bottom:10%;right:7%;width:88px;animation:gFloat1 7.5s ease-in-out infinite -2s}
.hero-accent-line{
    position:absolute;left:24px;top:154px;width:1px;height:67%;
    background:linear-gradient(180deg, transparent, rgba(217,182,106,.9) 20%, rgba(217,182,106,.12));
    z-index:1;
}
.hero-side-dots{
    position:absolute;right:10px;top:50%;transform:translateY(-42%);
    display:flex;flex-direction:column;gap:16px;z-index:3;
}
.hero-side-dots span{
    width:12px;height:12px;transform:rotate(45deg);
    border:1px solid rgba(42,33,24,.26);background:rgba(253,250,241,.55);
}
.hero-side-dots span.active{
    width:18px;height:18px;border-color:transparent;background:var(--amber);
    box-shadow:0 8px 18px rgba(217,182,106,.42);
}
@keyframes gFloat1{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(8deg)}}
@keyframes gFloat2{0%,100%{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(14px) rotate(8deg)}}
@keyframes gFloat3{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-12px) rotate(10deg)}}

/* ===== Stat strip ===== */
.stat-strip{
    position:relative;z-index:15;background:var(--solid-bg);
    border-top:1px solid var(--line);border-bottom:1px solid var(--line);
    padding:46px 0;
}
.stat-row{
    width:min(1180px,calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center;
}
.stat-row > div{position:relative}
.stat-row > div + div::before{
    content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
    height:50px;width:1px;background:var(--line);
}
.stat-val{font-family:'Cormorant Garamond',serif;font-size:54px;color:var(--gold-deep);line-height:1;font-weight:500}
.stat-lab{margin-top:8px;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--muted)}

/* ===== Swipe Shelf (horizontal scroll) ===== */
.shelf-section{
    position:relative;z-index:15;background:var(--solid-bg);
    padding:90px 0 110px;
}
.shelf-head{
    width:min(1280px,calc(100% - 48px));margin:0 auto 36px;
    display:flex;justify-content:space-between;align-items:flex-end;gap:24px;
}
.shelf-head .eyebrow{justify-content:flex-start;margin-bottom:10px}
.shelf-head h2{font-family:'Cormorant Garamond',serif;font-size:clamp(40px,5vw,72px);line-height:.95;color:var(--ink);font-weight:500}
.shelf-head h2 span{color:var(--amber);font-style:italic}
.view-all{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:4px;cursor:pointer}
.view-all:hover{color:var(--gold-deep);border-color:var(--gold-deep)}

.shelf-viewport{position:relative;padding-left:max(24px,calc((100vw - 1280px)/2))}
.shelf-track{
    display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;
    padding-bottom:30px;padding-right:24px;
    scrollbar-width:none;-ms-overflow-style:none;
}
.shelf-track::-webkit-scrollbar{display:none}
.shelf-card{
    flex:0 0 min(640px, 86vw);height:540px;
    scroll-snap-align:start;position:relative;overflow:hidden;
    display:grid;grid-template-rows:auto 1fr auto;
    padding:32px 36px;
    transition:transform .5s ease;
}
.shelf-card.cream{background:linear-gradient(155deg, #faf1d8, #f3e1b5)}
.shelf-card.dark{background:linear-gradient(155deg, #2b1f13, #1a130b);color:var(--solid-bg)}
.shelf-card.dark .sc-name,.shelf-card.dark .sc-size,.shelf-card.dark .sc-desc,.shelf-card.dark .sc-shop{color:var(--solid-bg)}
.shelf-card.dark .sc-price{color:var(--solid-bg)}
.shelf-card.dark .sc-badge{background:linear-gradient(135deg, #f5e1a8, #d9b66a);color:var(--solid-dark)}
.shelf-card:hover{transform:translateY(-6px)}

.sc-top{display:flex;justify-content:space-between;align-items:center;z-index:2;position:relative}
.sc-badge{
    background:var(--solid-dark);color:var(--solid-bg);
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.28em;text-transform:uppercase;
    padding:9px 18px;border-radius:999px;
}
.sc-price{font-family:'Cormorant Garamond',serif;font-size:36px;color:var(--ink);font-weight:500}
.sc-vis{
    position:relative;display:grid;place-items:center;overflow:visible;
}
.sc-vis svg{max-height:340px;width:auto;
    filter:drop-shadow(0 30px 40px rgba(42,33,24,.35));
    transition:transform .8s cubic-bezier(.2,.7,.2,1);
}
.sc-vis img{
    max-height:340px;
    width:auto;
    max-width:100%;
    object-fit:contain;
    filter:drop-shadow(0 30px 40px rgba(42,33,24,.35));
    transition:transform .8s cubic-bezier(.2,.7,.2,1);
}
.shelf-card:hover .sc-vis svg,
.shelf-card:hover .sc-vis img{transform:translateY(-10px) rotate(-3deg)}
.sc-shadow{
    position:absolute;bottom:8%;left:50%;transform:translateX(-50%);
    width:60%;height:24px;border-radius:50%;
    background:radial-gradient(ellipse, rgba(42,33,24,.32), transparent 70%);
    filter:blur(6px);
}
.shelf-card.dark .sc-shadow{background:radial-gradient(ellipse, rgba(0,0,0,.55), transparent 70%)}
.sc-foot{position:relative;z-index:2}
.sc-size{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:6px}
.shelf-card.dark .sc-size{color:var(--amber)}
.sc-name{font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1;color:var(--ink);font-weight:500;margin-bottom:8px}
.sc-desc{font-family:'Inter',sans-serif;font-size:13px;line-height:1.6;color:var(--milk);max-width:360px;margin-bottom:18px}
.shelf-card.dark .sc-desc{color:rgba(253,250,241,.7)}
.sc-shop{
    display:inline-flex;align-items:center;gap:10px;
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--ink);
    border-bottom:1px solid var(--ink);padding-bottom:6px;cursor:pointer;
}
.shelf-card.dark .sc-shop{color:var(--amber);border-color:var(--amber)}
.sc-shop i{transition:transform .3s ease}
.sc-shop:hover i{transform:translateX(6px)}

.shelf-dots{
    width:min(1280px,calc(100% - 48px));margin:14px auto 0;
    display:flex;gap:10px;align-items:center;
}
.shelf-dots .dot{
    flex:0 0 32px;height:3px;background:rgba(42,33,24,.18);border-radius:2px;
    transition:.35s ease;cursor:pointer;
}
.shelf-dots .dot.active{flex:0 0 56px;background:var(--gold-deep)}

/* ===== Product Showcase (kept for legacy ID, hidden) ===== */
.products-section{display:none}
.section-head{
    width:min(1180px, calc(100% - 48px));margin:0 auto 70px;
    display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;
}
.eyebrow{
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-deep);
    display:inline-flex;align-items:center;gap:14px;
}
.eyebrow::before,.eyebrow::after{
    content:"";width:42px;height:1px;background:var(--gold-deep);opacity:.55;
}
.section-title{
    font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5.4vw,68px);line-height:1;color:var(--ink);font-weight:500;
}
.section-title i{color:var(--amber);font-style:italic}
.section-lede{
    max-width:620px;font-family:'Inter',sans-serif;font-size:14.5px;line-height:1.7;color:var(--milk);
}

.products-grid{
    width:min(1280px, calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;
}
.product-card{
    position:relative;background:#fffdf6;
    border:1px solid var(--line);
    padding:36px 28px 32px;
    display:flex;flex-direction:column;align-items:center;text-align:center;
    transition:transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, border-color .35s ease;
    box-shadow:0 30px 70px -50px rgba(42,33,24,.45), inset 0 0 0 1px rgba(255,255,255,.6);
    overflow:hidden;
}
.product-card::before{
    content:"";position:absolute;left:0;right:0;top:0;height:3px;
    background:linear-gradient(90deg, transparent, var(--amber), transparent);
    opacity:.7;
}
.product-card::after{
    content:"";position:absolute;left:50%;bottom:14%;width:62%;height:22px;transform:translateX(-50%);
    background:radial-gradient(ellipse, rgba(184,137,58,.32), transparent 70%);
    filter:blur(8px);pointer-events:none;
}
.product-card:hover{
    transform:translateY(-8px);
    border-color:rgba(184,137,58,.5);
    box-shadow:0 50px 90px -50px rgba(184,137,58,.55);
}
.product-stage{
    position:relative;width:100%;height:300px;margin-bottom:22px;
    display:grid;place-items:center;
}
.product-stage canvas{width:100%!important;height:100%!important;display:block}
.product-stage .halo{
    position:absolute;inset:auto 10% 8% 10%;height:50px;
    background:radial-gradient(ellipse, rgba(217,182,106,.4), transparent 65%);
    filter:blur(14px);pointer-events:none;
}
.product-badge{
    position:absolute;top:18px;left:18px;
    font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);
    padding:6px 10px;border:1px solid rgba(184,137,58,.45);background:rgba(245,236,213,.6);
}
.product-name{
    font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--ink);font-weight:500;
}
.product-name i{color:var(--amber);font-style:italic}
.product-meta{
    margin-top:8px;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);
}
.product-desc{
    margin-top:14px;font-family:'Inter',sans-serif;font-size:13.5px;line-height:1.65;color:var(--milk);max-width:300px;
}
.product-foot{
    width:100%;margin-top:24px;padding-top:22px;border-top:1px solid var(--line);
    display:flex;align-items:center;justify-content:space-between;gap:14px;
}
.product-price{
    font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--ink);
}
.product-price small{font-family:'Inter',sans-serif;font-size:11px;color:var(--muted);letter-spacing:.16em;margin-left:6px}
.product-add{
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;
    padding:11px 16px;background:var(--solid-dark);color:var(--solid-bg);border:0;cursor:pointer;
    transition:background .25s ease;
}
.product-add:hover{background:var(--gold-deep)}

/* ===== Process / Craft section ===== */
.process-section{
    padding:120px 0 130px;
    background:
    linear-gradient(180deg, var(--solid-bg-2), var(--solid-bg-3));
    border-bottom:1px solid var(--line);
    position:relative;overflow:hidden;
}
.process-section::before{
    content:"";position:absolute;inset:0;
    background-image:
    radial-gradient(circle at 18% 30%, rgba(184,137,58,.08), transparent 40%),
    radial-gradient(circle at 82% 70%, rgba(184,137,58,.06), transparent 40%);
    pointer-events:none;
}
.process-grid{
    width:min(1180px, calc(100% - 48px));margin:0 auto;position:relative;
    display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.process-step{
    background:#fffdf6;border:1px solid var(--line);padding:32px 24px;
    position:relative;transition:.35s ease;
}
.process-step:hover{transform:translateY(-6px);border-color:rgba(184,137,58,.5)}
.step-num{
    font-family:'Cormorant Garamond',serif;font-style:italic;color:var(--amber);
    font-size:54px;line-height:1;margin-bottom:14px;
}
.step-title{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--ink);margin-bottom:8px}
.step-desc{font-family:'Inter',sans-serif;font-size:13px;line-height:1.65;color:var(--milk)}
.step-icon{
    position:absolute;top:22px;right:22px;color:var(--gold-deep);font-size:20px;opacity:.8;
}

/* ===== Why Nandraj / Features ===== */
.features-section{
    padding:120px 0 130px;background:var(--solid-bg);
    border-bottom:1px solid var(--line);
}
.features-grid{
    width:min(1180px, calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:repeat(3,1fr);gap:0;
    border:1px solid var(--line);background:#fffdf6;
}
.feature-cell{
    padding:42px 36px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);
    transition:background .3s ease;
}
.feature-cell:nth-child(3n){border-right:0}
.feature-cell:nth-last-child(-n+3){border-bottom:0}
.feature-cell:hover{background:var(--solid-bg-2)}
.feature-icon{
    width:48px;height:48px;display:grid;place-items:center;
    border:1px solid var(--gold-deep);color:var(--gold-deep);font-size:20px;
    margin-bottom:20px;transform:rotate(45deg);
}
.feature-icon i{transform:rotate(-45deg)}
.feature-title{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--ink);margin-bottom:8px}
.feature-desc{font-family:'Inter',sans-serif;font-size:13.5px;line-height:1.65;color:var(--milk)}

/* ===== Testimonials ===== */
.testimonials-section{
    padding:130px 0;
    background:var(--solid-dark);color:var(--solid-bg);
    position:relative;overflow:hidden;
}
.testimonials-section::before{
    content:"";position:absolute;inset:0;opacity:.06;
    background-image:
    linear-gradient(rgba(217,182,106,.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,182,106,.6) 1px, transparent 1px);
    background-size:42px 42px;
    mask-image:radial-gradient(circle at center, black, transparent 75%);
    pointer-events:none;
}
.testimonials-section .section-title{color:var(--solid-bg)}
.testimonials-section .section-lede{color:rgba(253,250,241,.7)}
.testimonials-section .eyebrow{color:var(--amber)}
.testimonials-section .eyebrow::before,
.testimonials-section .eyebrow::after{background:var(--amber);opacity:.7}

.testi-grid{
    width:min(1180px, calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;
}
.testi-card{
    background:rgba(253,250,241,.04);border:1px solid rgba(217,182,106,.22);
    padding:36px 30px;transition:.35s ease;
    backdrop-filter:blur(0);
}
.testi-card:hover{border-color:rgba(217,182,106,.6);background:rgba(253,250,241,.06);transform:translateY(-6px)}
.testi-quote-mark{
    font-family:'Cormorant Garamond',serif;font-size:78px;line-height:.6;color:var(--amber);font-style:italic;
}
.testi-text{
    font-family:'Cormorant Garamond',serif;font-size:21px;line-height:1.45;color:var(--solid-bg);margin-top:14px;
}
.testi-meta{
    margin-top:24px;padding-top:18px;border-top:1px solid rgba(217,182,106,.22);
    display:flex;align-items:center;gap:14px;
}
.testi-avatar{
    width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg, var(--amber), var(--gold-deep));
    color:var(--solid-dark);display:grid;place-items:center;font-family:'Cormorant Garamond',serif;font-size:20px;
}
.testi-name{font-family:'Inter',sans-serif;font-size:13px;letter-spacing:.08em;color:var(--solid-bg)}
.testi-role{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(253,250,241,.55)}

/* ===== CTA band ===== */
.cta-band{
    padding:90px 0;background:var(--solid-bg-2);
    border-bottom:1px solid var(--line);
}
.cta-inner{
    width:min(1180px, calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:1.4fr 1fr;gap:42px;align-items:center;
}
.cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(34px,4vw,52px);color:var(--ink);line-height:1.05}
.cta-title i{color:var(--amber);font-style:italic}
.cta-sub{margin-top:14px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.7;color:var(--milk);max-width:520px}
.cta-form{display:flex;gap:0;background:#fffdf6;border:1px solid var(--line)}
.cta-form input{
    flex:1;padding:18px 20px;border:0;background:transparent;outline:none;
    font-family:'Inter',sans-serif;font-size:13px;color:var(--ink);
}
.cta-form input::placeholder{color:var(--muted)}
.cta-form button{
    padding:0 26px;border:0;background:var(--solid-dark);color:var(--solid-bg);
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;
    transition:background .25s ease;
}
.cta-form button:hover{background:var(--gold-deep)}

/* ===== SOLID FOOTER (real, non-transparent) ===== */
.site-footer{
    position:relative;z-index:15;
    background:var(--solid-dark);color:var(--solid-bg);
    padding:90px 0 0;
}
.footer-grid{
    width:min(1280px, calc(100% - 48px));margin:0 auto;
    display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:48px;
    padding-bottom:64px;border-bottom:1px solid rgba(217,182,106,.18);
}
.footer-brand-title{
    font-family:'Cormorant Garamond',serif;font-size:38px;color:var(--solid-bg);margin-bottom:14px;
}
.footer-brand-title i{color:var(--amber);font-style:italic}
.footer-brand-desc{font-family:'Inter',sans-serif;font-size:13.5px;line-height:1.7;color:rgba(253,250,241,.7);max-width:360px}
.footer-social{margin-top:24px;display:flex;gap:10px}
.footer-social a{
    width:38px;height:38px;display:grid;place-items:center;
    border:1px solid rgba(217,182,106,.35);color:var(--amber);
    transition:.25s ease;
}
.footer-social a:hover{background:var(--amber);color:var(--solid-dark);transform:translateY(-3px)}
.footer-col h4{
    font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;
    color:var(--amber);margin-bottom:18px;
}
.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.footer-col ul a{font-family:'Inter',sans-serif;font-size:13.5px;color:rgba(253,250,241,.75);transition:color .2s ease}
.footer-col ul a:hover{color:var(--amber)}
.footer-contact-row{display:flex;align-items:flex-start;gap:12px;color:rgba(253,250,241,.75);font-family:'Inter',sans-serif;font-size:13.5px;line-height:1.6}
.footer-contact-row i{color:var(--amber);font-size:16px;margin-top:2px}
.footer-bottom{
    width:min(1280px, calc(100% - 48px));margin:0 auto;
    padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:14px;
    font-family:'Inter',sans-serif;font-size:12px;color:rgba(253,250,241,.5);
}
.footer-bottom .mono{letter-spacing:.18em;text-transform:uppercase}

/* ===== Sound button (kept) ===== */
.sound-button{position:fixed;top:74px;right:24px;z-index:25;width:42px;height:42px;border:1px solid rgba(42,33,24,.22);color:var(--cream);background:rgba(253,250,241,.92);display:grid;place-items:center}

/* ===== Modal (kept) ===== */
.modal-layer{position:fixed;inset:0;z-index:2000;display:none;background:rgba(253,250,241,.96);color:var(--cream);overflow:auto}
.modal-layer.show{display:block}
.modal-inner{min-height:100dvh;width:min(1080px, calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:360px 1fr;gap:42px;align-items:center;padding:70px 0}
.modal-art{min-height:500px;border:1px solid rgba(230,216,182,.8);background:linear-gradient(150deg, rgba(184,137,58,.18), transparent 34%),linear-gradient(180deg, rgba(245,236,213,.68), rgba(253,250,241,.28));position:relative;overflow:hidden}
.modal-art::before{content:"";position:absolute;inset:12%;border:1px solid rgba(184,137,58,.28)}
.modal-art::after{content:"Nandraj";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);font-family:'Cormorant Garamond',serif;font-size:80px;line-height:1;text-transform:uppercase;color:rgba(184,137,58,.18)}
.modal-close{position:fixed;top:24px;right:24px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(42,33,24,.26);background:#fffdf6;color:var(--cream);cursor:pointer;z-index:2001}
.modal-copy .drop{float:left;margin:.08em 10px 0 0;color:var(--amber);font-family:'Cormorant Garamond',serif;font-size:78px;line-height:.8}
.modal-copy h3{font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1;margin-bottom:22px}
.modal-copy p{font-family:'Inter',sans-serif;font-size:15px;line-height:1.7;color:var(--milk);max-width:620px}
.footer-col1 ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col1 ul li {
    margin: 0;
}

.footer-col1 ul li a {
    font-size: 18px;
    text-decoration: none;
}

@media (max-width: 991.98px){
    .header-nav{display:none}
    .header-burger{display:block}
    .header-inner{width:min(100% - 32px, 1280px);gap:14px}
    .header-cta{padding:11px 18px}
    .products-grid,.features-grid,.process-grid,.testi-grid{grid-template-columns:1fr 1fr}
    .feature-cell{border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
    .footer-grid{grid-template-columns:1fr 1fr}
    .chapter-content,.chapter:nth-of-type(even) .chapter-content{display:block}
    .modal-inner{grid-template-columns:1fr}
    .cta-inner{grid-template-columns:1fr}
    .stat-row{grid-template-columns:1fr;gap:18px}
    .stat-row > div + div::before{display:none}
    .shelf-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}
    .shelf-viewport{padding-left:24px}
    .shelf-card{flex-basis:min(560px, 78vw);height:500px;padding:28px}
    .sc-vis img{max-height:290px}
    .sc-name{font-size:36px}
    .hero-products{display:none}
    .hero-lockup{grid-template-columns:1fr;gap:16px;width:min(100% - 28px, 620px)}
    .hero-product-card{height:340px}
    .hero-product-card::before{inset:24px 10px 10px}
    .hero-product-card img{max-height:260px}
    .hero-decor.line,.hero-dots{display:none}
    .hero-products-inner{grid-template-columns:1fr;gap:22px}
    .hp-side{height:390px}
    .hero-accent-line,.hero-side-dots{display:none}
    .hp-title{font-size:clamp(64px,14vw,96px)}
    .hp-sub{font-size:15px;max-width:520px}
    .pill{width:min(540px,100%);font-size:15px;padding:20px 28px}
}
@media (max-width: 640px){
    .sound-button,.chapter-nav{display:none}
    .products-grid,.features-grid,.process-grid,.testi-grid,.footer-grid{grid-template-columns:1fr}
    .header-cta{display:none}
    .header-inner{padding:14px 0;width:min(100% - 24px, 1280px)}
    .header-brand{font-size:22px}
    .chapter-title{font-size:54px}
    .footer-bottom{flex-direction:column;align-items:flex-start}
    .chapter{min-height:auto;padding:90px 0 54px}
    .chapter-panel{max-width:none}
    .chapter-copy{max-width:none;font-size:14px}
    .marker{margin-bottom:12px}
    .hero-lockup{
    width:min(100% - 18px, 520px);
    gap:10px;
    grid-template-columns:1fr;
    }
    .chapter.hero{
    min-height:100svh;
    padding-top:82px;
    padding-bottom:20px;
    align-items:flex-start;
    }
    .hero-product-card{
    height:230px;
    order:1;
    }
    .hero-product-card.right{display:none}
    .hero-product-card::before{inset:14px 8px 8px}
    .hero-product-card img{
    max-height:200px;
    max-width:min(100%, 240px);
    }
    .hero-copy{
    order:2;
    margin-top:2px;
    }
    .chapter.hero .logo-line{margin-bottom:10px}
    .chapter.hero .small{font-size:10px;letter-spacing:.28em}
    .hero-title{font-size:50px;line-height:.86}
    .hero-sub{
    font-size:12px;
    line-height:1.45;
    max-width:330px;
    margin-top:12px;
    }
    .hero-actions{
    margin-top:14px;
    gap:10px;
    }
    .hero-btn{
    padding:14px 16px;
    font-size:11px;
    width:100%;
    }
    .hero-copy::after{width:88px;margin-top:10px}
    .hero-decor.leaf-top{left:8%;top:8%;width:60px}
    .hero-decor.sun{left:4%;bottom:31%;width:40px}
    .hero-decor.wheat,.hero-decor.bean,.hero-decor.leaf-bottom{display:none}
    .hero-motes{opacity:.6}
    .scroll-meter{left:12px;height:34vh}
    .hero-products{padding:90px 0 42px}
    .hero-products-inner{width:min(100% - 26px, 520px)}
    .hp-side{height:280px}
    .hp-side::before{inset:20px 10px 8px}
    .hp-product-img img{max-height:250px}
    .hp-eyebrow{font-size:10px;letter-spacing:.34em;margin-bottom:18px}
    .hp-title{font-size:68px}
    .hp-sub{font-size:14px}
    .pill{padding:17px 20px;font-size:13px;width:100%}
    .modal-inner{width:min(100% - 24px, 1080px);padding:80px 0 40px}
    .modal-art{min-height:260px}
    .modal-copy h3{font-size:34px}
    .cta-band{padding:64px 0}
    .cta-form{flex-direction:column}
    .cta-form button{padding:18px 20px}
    .stat-strip{padding:34px 0}
    .stat-val{font-size:40px}
    .shelf-section{padding:68px 0 84px}
    .shelf-head{width:min(100% - 24px, 1280px);margin-bottom:22px}
    .shelf-head h2{font-size:56px}
    .view-all{font-size:11px}
    .shelf-viewport{padding-left:12px}
    .shelf-track{gap:12px;padding-right:12px;padding-bottom:18px}
    .shelf-card{flex-basis:calc(100vw - 24px);height:auto;min-height:430px;padding:20px 18px 24px}
    .sc-top{align-items:flex-start}
    .sc-price{font-size:28px}
    .sc-badge{padding:8px 14px;font-size:10px}
    .sc-vis img{max-height:220px}
    .sc-shadow{bottom:12%}
    .sc-size{font-size:10px;letter-spacing:.24em}
    .sc-name{font-size:30px}
    .sc-desc{font-size:13px;max-width:none}
    .sc-shop{font-size:10px;letter-spacing:.22em}
    .shelf-dots{width:min(100% - 24px, 1280px);margin-top:8px;gap:8px}
    .shelf-dots .dot{flex:0 0 20px}
    .shelf-dots .dot.active{flex:0 0 38px}
    .features-section,.process-section,.story-section,.testimonials-section,.cta-band,.site-footer{padding-left:0;padding-right:0}
    .footer-grid{width:min(100% - 24px, 1280px);padding-bottom:40px;gap:28px}
    .footer-bottom{width:min(100% - 24px, 1280px);padding:18px 0 26px}
}