/* ---------- Merchandising homepage (bestsellers, rituals, concerns, tales, collections, journal) ---------- */
.fe{padding:88px 0;border-top:1px solid var(--line)}
.fe .wrap{position:relative;z-index:2}
.fe-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.fe-head h2{margin:8px 0 0;font-size:clamp(1.7rem,1.2rem+1.8vw,2.6rem)}
.fe-head p{margin:10px 0 0;color:var(--color-text-muted);font-size:var(--text-sm);max-width:520px}
.fe-head .fe-more{white-space:nowrap;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.fe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media(max-width:1100px){.fe-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.fe-grid{grid-template-columns:repeat(2,1fr);gap:12px}}

/* product card */
.fe-card{position:relative;background:var(--green-2,#fffdf9);border:1px solid var(--line);border-radius:var(--radius-md,12px);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}
.fe-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}
.fe-card .ph{position:relative;aspect-ratio:4/5;background:#efe9dd;overflow:hidden}
.fe-card .ph img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.16,1,.3,1)}
.fe-card:hover .ph img{transform:scale(1.04)}
.fe-tag{position:absolute;left:12px;top:12px;z-index:2;padding:6px 10px;border-radius:999px;font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;background:var(--parchment,#1f2a20);color:var(--ink,#f7f1e2)}
.fe-tag.new{background:var(--amber);color:#fff}
.fe-tag.trend{background:#fff;color:var(--parchment,#1f2a20);border:1px solid var(--line)}
.fe-wish{position:absolute;right:10px;top:10px;z-index:2;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:rgba(255,253,249,.9);backdrop-filter:blur(4px);cursor:pointer;display:grid;place-items:center;color:var(--parchment,#1f2a20);transition:transform .2s,background .2s}
.fe-wish:hover{transform:scale(1.08)}
.fe-wish svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.fe-wish.on{background:var(--amber);border-color:transparent;color:#fff}
.fe-wish.on svg{fill:currentColor}
.fe-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.fe-stars{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--amber);letter-spacing:1px;min-height:1.2em}
.fe-stars small{font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--color-text-muted)}
.fe-name{font-family:var(--display);font-size:1.12rem;line-height:1.2;color:var(--parchment,#1f2a20)}
.fe-sub{font-size:.82rem;color:var(--color-text-muted);line-height:1.45}
.fe-price{margin-top:auto;padding-top:8px;display:flex;align-items:baseline;gap:8px;font-family:var(--display);font-size:1.15rem}
.fe-price s{font-size:.85rem;color:var(--color-text-faint)}
.fe-price em{font-style:normal;font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--color-text-muted)}
.fe-card .btn{margin-top:10px;width:100%;justify-content:center}
@media(max-width:760px){.fe-body{padding:12px 12px 14px}.fe-name{font-size:1rem}.fe-card .btn{padding:11px 10px;font-size:.72rem}}

/* rituals + concerns tiles */
.fe-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:900px){.fe-tiles{grid-template-columns:1fr 1fr;gap:12px}}
@media(max-width:560px){.fe-tiles{grid-template-columns:1fr}}
.fe-tile{position:relative;display:block;text-decoration:none;color:#f7f1e2;border-radius:var(--radius-md,12px);overflow:hidden;aspect-ratio:4/5;background:#1f2a20}
.fe-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1)}
.fe-tile:hover img{transform:scale(1.05)}
.fe-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,30,22,0) 35%,rgba(20,30,22,.85) 100%)}
.fe-tile .t{position:absolute;left:22px;right:22px;bottom:22px;z-index:2}
.fe-tile .t small{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#e8b378;margin-bottom:8px}
.fe-tile .t h3{margin:0 0 6px;font-family:var(--display);font-weight:400;font-size:1.5rem;line-height:1.1}
.fe-tile .t p{margin:0;font-size:.85rem;color:rgba(247,241,226,.8);line-height:1.45}
.fe-tile .t .go{display:inline-block;margin-top:12px;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(247,241,226,.5);padding-bottom:3px}
.fe-concerns{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
@media(max-width:1000px){.fe-concerns{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.fe-concerns{grid-template-columns:repeat(2,1fr);gap:10px}}
.fe-concern{display:block;text-decoration:none;color:inherit;text-align:center;padding:22px 14px 20px;border:1px solid var(--line);border-radius:var(--radius-md,12px);background:var(--green-2,#fffdf9);transition:transform .3s,box-shadow .3s,border-color .3s}
.fe-concern:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:var(--amber)}
.fe-concern .ic{width:64px;height:64px;margin:0 auto 12px;border-radius:50%;background:var(--green-3,#eeeae0);display:grid;place-items:center;color:var(--amber)}
.fe-concern .ic svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.fe-concern h3{margin:0 0 4px;font-family:var(--display);font-weight:400;font-size:1.05rem}
.fe-concern p{margin:0;font-size:.78rem;color:var(--color-text-muted);line-height:1.4}
.fe-concern b{display:block;margin-top:10px;font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--amber)}

/* trusted tales */
.fe-tales{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:44px}
@media(max-width:900px){.fe-tales{grid-template-columns:repeat(2,1fr)}}
.fe-tale{position:relative;border-radius:var(--radius-md,12px);overflow:hidden;aspect-ratio:9/13;background:#1f2a20}
.fe-tale video{width:100%;height:100%;object-fit:cover;display:block}
.fe-tale .cap{position:absolute;left:14px;right:14px;bottom:14px;color:#f7f1e2;font-size:.82rem;line-height:1.35;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.fe-tale .cap small{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:#e8b378;margin-bottom:4px}

/* awards / trust strip */
.fe-awards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
@media(max-width:900px){.fe-awards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.fe-awards{grid-template-columns:1fr 1fr;gap:10px}}
.fe-award{text-align:center;padding:26px 14px 22px;border:1px solid var(--line);border-radius:var(--radius-md,12px);background:var(--green-2,#fffdf9)}
.fe-award .laurel{width:74px;height:56px;margin:0 auto 8px;color:var(--amber)}
.fe-award .laurel svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round}
.fe-award h3{margin:0;font-family:var(--display);font-weight:400;font-size:1.05rem;line-height:1.2}
.fe-award p{margin:6px 0 0;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}

/* collections */
.fe-collections{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:16px}
.fe-collections .fe-tile{aspect-ratio:auto;min-height:220px}
.fe-collections .fe-tile:first-child{grid-row:span 2;min-height:460px}
@media(max-width:900px){.fe-collections{grid-template-columns:1fr 1fr}.fe-collections .fe-tile:first-child{grid-column:span 2;grid-row:auto;min-height:300px}}

/* journal */
.fe-reads{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media(max-width:1000px){.fe-reads{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.fe-reads{grid-template-columns:1fr}}
.fe-read{display:block;text-decoration:none;color:inherit}
.fe-read .ph{aspect-ratio:4/3;border-radius:var(--radius-md,12px);overflow:hidden;margin-bottom:14px;background:#efe9dd}
.fe-read .ph img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.16,1,.3,1)}
.fe-read:hover .ph img{transform:scale(1.04)}
.fe-read small{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--amber)}
.fe-read h3{margin:6px 0 6px;font-family:var(--display);font-weight:400;font-size:1.15rem;line-height:1.25}
.fe-read p{margin:0;font-size:.85rem;color:var(--color-text-muted);line-height:1.5}

/* our story */
.fe-story{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}
@media(max-width:860px){.fe-story{grid-template-columns:1fr;gap:28px}}
.fe-story .ph{border-radius:var(--radius-lg,16px);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-deep)}
.fe-story .ph img{width:100%;height:100%;object-fit:cover;display:block}
.fe-story h2{margin:8px 0 16px}
.fe-story p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7;margin:0 0 14px}

/* subscribe */
.fe-sub-band{background:var(--parchment,#1f2a20);color:#f7f1e2;border-radius:var(--radius-lg,16px);padding:56px 40px;text-align:center;position:relative;overflow:hidden}
.fe-sub-band h2{margin:8px 0 10px;color:#f7f1e2}
.fe-sub-band p{margin:0 auto 22px;max-width:520px;color:rgba(247,241,226,.78);font-size:var(--text-sm)}
.fe-sub-band form{display:flex;gap:10px;max-width:520px;margin:0 auto}
.fe-sub-band input{flex:1;padding:14px 16px;border-radius:999px;border:1px solid rgba(247,241,226,.3);background:rgba(247,241,226,.06);color:#f7f1e2;font:inherit;font-size:.95rem}
.fe-sub-band input::placeholder{color:rgba(247,241,226,.5)}
.fe-sub-band button{padding:14px 24px;border-radius:999px;border:0;background:var(--amber,#a86a24);color:#fff;font:inherit;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.fe-sub-band .msg{margin-top:12px;font-size:.85rem;min-height:1.2em;color:#e8b378}
@media(max-width:560px){.fe-sub-band{padding:40px 22px}.fe-sub-band form{flex-direction:column}}

/* page header for inner pages */
.page-head{padding:150px 0 40px;text-align:center;border-bottom:1px solid var(--line)}
.page-head h1{font-family:var(--display);font-weight:400;font-size:clamp(2rem,1.4rem+2.4vw,3.4rem);letter-spacing:-.02em;margin:10px 0 12px}
.page-head p{max-width:600px;margin:0 auto;color:var(--color-text-muted);font-size:var(--text-sm)}
.article{max-width:720px;margin:0 auto;padding:56px 0 90px}
.article .lede{font-size:1.15rem;line-height:1.65;color:var(--color-text-muted);margin:0 0 30px}
.article h2{font-size:1.55rem;margin:40px 0 12px}
.article p{line-height:1.75;margin:0 0 18px;font-size:1rem}
.article ul{padding-left:20px;line-height:1.7;margin:0 0 18px}
.article .hero-img{border-radius:var(--radius-lg,16px);overflow:hidden;aspect-ratio:16/9;margin:0 0 36px}
.article .hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.article .cta{margin:40px 0 0;padding:26px;border:1px solid var(--line);border-radius:var(--radius-md,12px);background:var(--green-2,#fffdf9);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.article .cta p{margin:0}

/* footer additions */
.footer-col button{display:block;background:none;border:0;padding:0;margin:0 0 10px;font:inherit;font-size:var(--text-sm);font-weight:300;color:var(--color-text-muted);cursor:pointer;text-align:left}
.footer-col button:hover{color:var(--amber-light)}
.footer-desc a{color:inherit;text-decoration:underline;text-underline-offset:3px}
nav .nav-mark{text-decoration:none;color:inherit}
.footer-pay{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:26px 0 8px}
.footer-pay .lab{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-faint);margin-right:6px;width:100%}
.footer-pay span{display:inline-flex;align-items:center;height:30px;padding:0 10px;border:1px solid var(--line);border-radius:6px;font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:var(--color-text-muted);background:rgba(247,241,226,.04)}
.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1.3fr}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}

/* refinements after the first live pass */
.fe-card .ph{aspect-ratio:2/3}
.fe-collections .fe-tile::after{background:linear-gradient(180deg,rgba(20,30,22,.06) 0%,rgba(20,30,22,.55) 55%,rgba(20,30,22,.9) 100%)}
.fe-collections .fe-tile:not(:first-child) .t h3{font-size:1.25rem}
.footer-pay span.lab{border:0;padding:0;height:auto;background:none}
@media(max-width:760px){.fe-head{flex-direction:column;align-items:flex-start;gap:10px}}
section .fx-botanical{display:none!important}
.fe-card > .price-option{display:none!important}
#expanding{display:none!important}

/* footer: light, compact, side-by-side */
footer.fx-footer .fx-botanical{display:none!important}
footer .wrap{padding-top:44px!important;padding-bottom:22px!important}
.footer-grid{gap:28px 32px!important}
.footer-col a,.footer-col button{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.footer-col .fi{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:6px;background:rgba(31,42,32,.06);font-size:12px;line-height:1;flex:none}
.footer-about{margin:22px 0 0!important;padding-top:18px;border-top:1px solid var(--line)}
.footer-about p{max-width:820px}
.footer-pay{margin:22px 0 4px}
.footer-pay .lab{width:auto;margin-right:8px}
.footer-pay .pay{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:52px;padding:0 8px;border:1px solid var(--line);border-radius:6px;background:#fff}
.footer-pay .pay svg{height:18px;width:auto;display:block}
.footer-bottom{padding-top:14px!important;margin-top:10px!important}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr!important;gap:22px 20px!important}.footer-grid>div:first-child{grid-column:span 2}.footer-grid>div:last-child{grid-column:span 2}.footer-about{display:none}footer .wrap{padding-top:34px!important}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr 1fr!important}.footer-col a,.footer-col button{font-size:.82rem;margin-bottom:6px}.footer-pay .pay{height:28px;min-width:44px}.footer-pay .pay svg{height:15px}}
/* wishlist */
.nav-wish{position:relative;display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:transparent;color:inherit;cursor:pointer;margin-right:8px}
.nav-wish svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.nav-wish.has svg{fill:var(--amber);stroke:var(--amber)}
.nav-wish .wish-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--amber);color:#fff;font-family:var(--mono);font-size:10px;line-height:18px;text-align:center;display:none}
.nav-wish.has .wish-count{display:block}
.mob-wl{position:fixed;inset:0;z-index:940;background:rgba(16,22,15,.45);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.mob-wl.on{opacity:1;visibility:visible}
.mob-wl-panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);background:var(--green-2,#fffdf9);color:var(--parchment,#1f2a20);box-shadow:-20px 0 60px rgba(0,0,0,.2);transform:translateX(100%);transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}
.mob-wl.on .mob-wl-panel{transform:none}
.mob-wl-head{display:flex;align-items:center;justify-content:space-between;padding:22px 22px 16px;border-bottom:1px solid var(--line)}
.mob-wl-head h3{margin:0;font-family:var(--display);font-weight:400;font-size:1.4rem}
.mob-wl-head button{background:none;border:0;font-size:26px;line-height:1;cursor:pointer;color:inherit}
.mob-wl-items{flex:1;overflow:auto;padding:12px 22px}
.mob-wl-item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.mob-wl-item img{width:72px;height:90px;object-fit:cover;border-radius:8px;background:#eee}
.mob-wl-item .n{font-family:var(--display);font-size:1.02rem;line-height:1.2}
.mob-wl-item .p{font-family:var(--mono);font-size:11px;color:var(--color-text-muted);margin:4px 0 8px}
.mob-wl-item .acts{display:flex;gap:8px;flex-wrap:wrap}
.mob-wl-item .acts button{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:none;font:inherit;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:inherit}
.mob-wl-item .acts button.add{background:var(--amber);color:#fff;border-color:transparent}
.mob-wl-empty{padding:40px 22px;color:var(--color-text-muted);font-size:var(--text-sm);text-align:center}
.mob-wl-foot{padding:14px 22px 20px;border-top:1px solid var(--line);font-size:.8rem;color:var(--color-text-muted)}
@media(max-width:700px){.nav-wish{width:36px;height:36px;margin-right:6px}}
.footer-col a,.footer-col button{min-height:0!important;line-height:1.35}
@media(max-width:900px){.footer-grid>div:last-child{grid-column:auto}.footer-grid>div:first-child .footer-desc+.footer-desc{display:none}.footer-col-label{margin-bottom:10px}}

/* ---------- product pages (product.html?p=id) ---------- */
.pd{padding:120px 0 40px}
.pd-back{display:inline-block;margin-bottom:22px;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);text-decoration:none}
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
@media(max-width:860px){.pd-grid{grid-template-columns:1fr;gap:26px}.pd{padding-top:100px}}
.pd-media{position:relative;border-radius:var(--radius-lg,16px);overflow:hidden;background:#efe9dd;aspect-ratio:4/5}
.pd-media img{width:100%;height:100%;object-fit:cover;display:block}
.pd-media .fe-tag{left:16px;top:16px}
.pd-media .fe-wish{right:14px;top:14px}
.pd-info h1{font-family:var(--display);font-weight:400;font-size:clamp(1.9rem,1.3rem+2vw,3rem);letter-spacing:-.02em;line-height:1.05;margin:8px 0 12px}
.pd-short{font-size:1.02rem;line-height:1.55;color:var(--color-text-muted);margin:0 0 10px}
.pd-size{font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint);margin:0 0 18px}
.pd-info .price-toggle{margin:0 0 14px}
.pd-info .btn-block{width:100%;justify-content:center;margin-bottom:16px}
.pd-trust{display:flex;flex-wrap:wrap;gap:8px 18px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:22px}
.pd-trust span::before{content:"✓ ";color:var(--amber)}
.pd-desc p{line-height:1.7;margin:0 0 12px;font-size:var(--text-sm)}
.pd-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:44px}
@media(max-width:760px){.pd-sections{grid-template-columns:1fr}}
.pd-sec{padding:26px 26px 22px;border:1px solid var(--line);border-radius:var(--radius-md,12px);background:var(--green-2,#fffdf9)}
.pd-sec .section-label{margin-bottom:12px}
.pd-sec ul,.pd-sec ol{margin:0;padding-left:20px;line-height:1.65;font-size:var(--text-sm)}
.pd-sec li{margin-bottom:6px}
.pd-sec p{margin:0;line-height:1.65;font-size:var(--text-sm)}
/* compact home cards: name + price, click through */
.fe-card{text-decoration:none;color:inherit}
.fe-card .ph{display:block}
.fe-card .fe-name a{color:inherit;text-decoration:none}
.fe-card .fe-view{margin-top:auto;padding-top:10px;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);text-decoration:none}
.fe-card .fe-price{margin-top:4px}
/* lighter footer */
[data-theme='light'] footer.fx-footer{background:#f7f4ec!important;--color-bg:#f7f4ec;--green:#f7f4ec;--line:rgba(31,42,32,.1);--color-border:rgba(31,42,32,.1)}
footer.fx-footer .fx-field{opacity:.35}

/* ---------- HERO FILM: full-bleed looping forest footage ---------- */
.hero.hero-film{background:#0f1a12}
.hero-film .hero-video-stack{perspective:none;overflow:hidden;background:#0f1a12}
.hero-film .hero-video-layer{clip-path:none!important;filter:none!important;object-fit:cover;object-position:center 45%;background:#0f1a12 url(../video/hero-poster.jpg) center/cover no-repeat}
[data-theme='light'] .hero-film .hero-video-stack{filter:none}
/* slow breathing drift on the stack (separate element from the GSAP scroll zoom, so the two never fight) */
.hero-film .hero-video-stack{animation:heroFilmDrift 34s ease-in-out infinite alternate;transform-origin:50% 45%}
@keyframes heroFilmDrift{from{transform:scale(1)}to{transform:scale(1.045)}}
/* legibility: cool-green gradient from the text side + a low grounding fade, then a soft vignette */
.hero-film .hero-wash,[data-theme='light'] .hero-film .hero-wash{background:
  linear-gradient(90deg,rgba(9,22,13,.66) 0%,rgba(9,22,13,.42) 42%,rgba(9,22,13,.10) 72%,rgba(9,22,13,0) 100%),
  linear-gradient(0deg,rgba(9,22,13,.62) 0%,rgba(9,22,13,.12) 38%,rgba(9,22,13,.18) 100%)!important}
.hero-film::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(120% 90% at 50% 50%,transparent 55%,rgba(6,14,9,.45) 100%)}
.hero-film .fx-solar{display:none}
/* copy: cream on the footage, left aligned, 1200px column */
.hero-film .hero-content{max-width:1200px}
.hero-film .hero-text{text-align:left}
[data-theme='light'] .hero-film .hero-heading,[data-theme='light'] .hero-film .hero-heading .split-char,[data-theme='light'] .hero-film .hero-heading .split-word,.hero-film .hero-heading{color:#f7f1e2!important;text-shadow:0 2px 24px rgba(0,0,0,.28)}
[data-theme='light'] .hero-film .hero-heading em,[data-theme='light'] .hero-film .hero-heading em .split-char,.hero-film .hero-heading em{color:#e8b56b!important}
[data-theme='light'] .hero-film .hero-content .eyebrow,.hero-film .eyebrow{color:rgba(247,241,226,.78)!important}
.hero-film .hero-sub{max-width:52ch;margin:18px 0 0;font-size:clamp(16px,1.35vw,19px);line-height:1.6;color:rgba(247,241,226,.86)}
.hero-film .hero-ctas{margin-top:28px;justify-content:flex-start}
[data-theme='light'] .hero-film .hero-ctas .btn,.hero-film .hero-ctas .btn{color:#f7f1e2!important;border-color:rgba(247,241,226,.55)!important;background:rgba(247,241,226,.10)!important;backdrop-filter:blur(8px)}
[data-theme='light'] .hero-film .hero-ctas .btn:hover,.hero-film .hero-ctas .btn:hover{background:#f7f1e2!important;color:#1f2a20!important;border-color:#f7f1e2!important}
.hero-film .hero-ctas .btn-primary,[data-theme='light'] .hero-film .hero-ctas .btn-primary{background:#c98a3e!important;border-color:#c98a3e!important;color:#1a1408!important}
.hero-film .hero-ctas .btn-primary:hover,[data-theme='light'] .hero-film .hero-ctas .btn-primary:hover{background:#e0a35a!important;border-color:#e0a35a!important}
.hero-film .hero-product-img{filter:drop-shadow(0 30px 40px rgba(0,0,0,.55)) drop-shadow(0 4px 12px rgba(0,0,0,.35))}
/* scroll cue */
.hero-film .hero-cue{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(247,241,226,.7);font-size:11px;letter-spacing:.22em;text-transform:uppercase;text-decoration:none}
.hero-film .hero-cue span{display:block;width:1px;height:38px;background:linear-gradient(rgba(247,241,226,0),rgba(247,241,226,.9));animation:heroCue 2.2s ease-in-out infinite}
@keyframes heroCue{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@media(max-width:820px){.hero-film .hero-text{text-align:left}.hero-film .hero-ctas{justify-content:flex-start}.hero-film .hero-cue{display:none}.hero-film .hero-video-layer{object-position:55% 50%}
  .hero-film .hero-wash,[data-theme='light'] .hero-film .hero-wash{background:linear-gradient(0deg,rgba(9,22,13,.78) 0%,rgba(9,22,13,.34) 45%,rgba(9,22,13,.30) 100%)!important}}
@media(prefers-reduced-motion:reduce){.hero-film .hero-video-stack{animation:none}.hero-film .hero-cue span{animation:none}.hero-film .hero-video-layer{transform:none!important}}
.hero-film .hero-ctas .btn{border-radius:999px;padding-left:34px;padding-right:34px}

/* ---------- ORDER CONFIRMATION ---------- */
.ord-card{background:var(--color-surface,#fffdf9);border:1px solid var(--color-border,rgba(31,42,32,.12));border-radius:16px;padding:38px 34px;max-width:620px;box-shadow:0 30px 60px -40px rgba(40,50,30,.25)}
.ord-check{width:54px;height:54px;border-radius:50%;background:#2d4c3a;color:#f7f1e2;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 0 18px}
.ord-card h2{font-family:var(--display,Georgia,serif);font-weight:400;font-size:clamp(1.5rem,1.2rem+1.2vw,2rem);margin:0 0 10px}
.ord-items{list-style:none;margin:24px 0 0;padding:20px 0 0;border-top:1px solid var(--color-border,rgba(31,42,32,.12))}
.ord-items li{display:flex;justify-content:space-between;gap:16px;padding:7px 0;font-size:.94rem}
.ord-total{display:flex;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid var(--color-border,rgba(31,42,32,.12));font-weight:500}
.ord-note{margin-top:20px;font-size:.86rem;color:var(--color-text-muted,#666)}
.ord-loading{color:var(--color-text-muted,#666)}
