:root{--chocolate: #1a0e08;--chocolate-mid: #2d1a0e;--chocolate-light: #3d2314;--cream: #F9F6F0;--cream-dark: #F0EBE3;--crimson: #8B1A1A;--gold: #C4963A;--gold-light: #d4a84a;--text: #1a0e08;--text-muted: #6b5a4e;--border: rgba(26,14,8,.1);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}nav.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:56px;transition:background .3s}nav.nav.dark{background:#1a0e08d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}nav.nav.light{background:var(--cream);border-bottom:1px solid var(--border)}.nav-logo-img{height:36px;width:36px;object-fit:contain}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:opacity .2s;display:flex;align-items:center}.nav-links a:hover{opacity:.5}nav.nav.dark .nav-links a{color:#f9f6f0bf}nav.nav.light .nav-links a{color:var(--text-muted)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-cart-btn{display:flex;align-items:center;gap:.4rem;position:relative;transition:opacity .2s}.nav-cart-btn:hover{opacity:.5}nav.nav.dark .nav-cart-btn{color:#f9f6f0bf}nav.nav.light .nav-cart-btn{color:var(--text-muted)}.cart-badge{background:var(--crimson);color:#fff;border-radius:50%;width:15px;height:15px;font-size:.55rem;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;right:-6px}.hero{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:var(--chocolate)}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1a0e08e6,#1a0e084d,#1a0e0833)}.hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.15}.hero-logo img{width:280px;height:280px;object-fit:contain;filter:brightness(2)}.hero-content{position:relative;z-index:1;padding:0 2.5rem 4rem;display:flex;justify-content:space-between;align-items:flex-end}.hero-text{max-width:520px}.hero-eyebrow{font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.hero-title{font-family:var(--font-serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:300;line-height:1;color:var(--cream);margin-bottom:1rem}.hero-title em{font-style:italic;color:var(--gold);display:block}.hero-sub{font-size:.78rem;color:#f9f6f080;letter-spacing:.04em;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;align-items:center}.btn-hero-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.5rem;background:var(--cream);color:var(--chocolate);font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:background .2s}.btn-hero-primary:hover{background:var(--gold);color:#fff}.btn-hero-secondary{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#f9f6f099;border-bottom:1px solid currentColor;padding-bottom:1px;transition:color .2s}.btn-hero-secondary:hover{color:var(--cream)}.film-strip-section{background:var(--chocolate);padding:0 0 3rem}.film-strip-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem 1.5rem}.film-strip-label{font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#f9f6f066}.film-strip-view-all{font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid currentColor;padding-bottom:1px}.film-strip-track{display:flex;gap:2px;overflow-x:auto;padding:0 2.5rem;scrollbar-width:none}.film-strip-track::-webkit-scrollbar{display:none}.film-card-v2{flex:0 0 240px;display:flex;flex-direction:column;background:var(--chocolate-mid);cursor:pointer;text-decoration:none}.film-card-v2-img{aspect-ratio:3/4;overflow:hidden;background:var(--chocolate-light);position:relative}.film-card-v2-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.film-card-v2:hover .film-card-v2-img img{transform:scale(1.04)}.film-card-v2-arrow{position:absolute;bottom:.8rem;right:.8rem;width:28px;height:28px;background:var(--cream);display:flex;align-items:center;justify-content:center}.film-card-v2-info{padding:.8rem;display:flex;justify-content:space-between;align-items:center}.film-card-v2-name{font-family:var(--font-serif);font-size:.95rem;color:var(--cream)}.film-card-v2-price{font-size:.72rem;color:#f9f6f080}.marquee-wrap{background:var(--chocolate-mid);overflow:hidden;padding:.8rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.marquee-track{display:flex;white-space:nowrap;animation:marquee 30s linear infinite}.marquee-item{display:flex;align-items:center;gap:1.2rem;padding:0 1.2rem;font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#f9f6f066}.marquee-dot{width:4px;height:4px;background:var(--gold);transform:rotate(45deg);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-section{padding:5rem 2.5rem;background:var(--cream)}.featured-header{margin-bottom:2.5rem}.featured-eyebrow{font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.featured-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.1}.featured-title em{font-style:italic;color:var(--crimson)}.featured-title-row{display:flex;justify-content:space-between;align-items:baseline}.view-all-link{font-size:.62rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid currentColor;padding-bottom:1px;text-decoration:none}.view-all-link:hover{color:var(--crimson)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.featured-card{display:block}.featured-card-img{aspect-ratio:3/4;overflow:hidden;background:var(--cream-dark);margin-bottom:1rem;position:relative}.featured-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.featured-card:hover .featured-card-img img{transform:scale(1.04)}.featured-card-tag{font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--crimson);margin-bottom:.3rem}.featured-card-name{font-family:var(--font-serif);font-size:1.1rem;display:block;margin-bottom:.2rem}.featured-card-price{font-size:.75rem;color:var(--text-muted)}.philosophy{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.philosophy-img{position:relative;overflow:hidden;background:var(--chocolate)}.philosophy-img img{width:100%;height:100%;object-fit:cover;opacity:.7;position:absolute;top:0;right:0;bottom:0;left:0}.philosophy-text{background:var(--chocolate);padding:5rem 3.5rem;display:flex;flex-direction:column;justify-content:center}.philosophy-eyebrow{font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.philosophy-title{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:var(--cream);line-height:1.2;margin-bottom:1.5rem}.philosophy-title em{font-style:italic;color:var(--gold)}.philosophy-body{font-size:.82rem;line-height:1.85;color:#f9f6f08c;margin-bottom:2rem}.pillars{display:grid;grid-template-columns:repeat(3,1fr);background:var(--cream-dark)}.pillar{padding:2.5rem 2rem;border-right:1px solid var(--border)}.pillar:last-child{border-right:none}.pillar-num{font-size:.58rem;font-weight:500;letter-spacing:.14em;color:var(--gold);margin-bottom:.8rem}.pillar h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;margin-bottom:.5rem}.pillar p{font-size:.76rem;line-height:1.7;color:var(--text-muted)}.closing{padding:7rem 2.5rem;text-align:center;background:var(--cream)}.closing-eyebrow{font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.closing h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;margin-bottom:.8rem}.closing-sub{font-size:.8rem;color:var(--text-muted);margin-bottom:2.5rem;font-style:italic;font-family:var(--font-serif);font-size:1.1rem}.btn-outline{display:inline-block;padding:.75rem 2rem;border:1px solid var(--chocolate);color:var(--chocolate);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:all .2s}.btn-outline:hover{background:var(--chocolate);color:var(--cream)}footer{background:var(--chocolate);padding:3.5rem 2.5rem 2rem;color:#f9f6f080}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.footer-brand-name{font-family:var(--font-serif);font-size:1.2rem;color:var(--cream)}.footer-brand-desc{font-size:.75rem;line-height:1.7;max-width:250px}.footer-col h4{font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{font-size:.75rem;transition:color .2s}.footer-col ul li a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:1.5rem;display:flex;justify-content:space-between}.footer-bottom p{font-size:.65rem;letter-spacing:.06em}.shop-page{padding-top:56px}.shop-hero{background:var(--chocolate);padding:4rem 2.5rem 3rem}.shop-hero-eyebrow{font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.shop-hero h1{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--cream)}.shop-hero-sub{font-size:.75rem;color:#f9f6f066;margin-top:.4rem}.shop-grid-section{padding:3rem 2.5rem}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.product-card{display:block}.product-card-img{aspect-ratio:3/4;overflow:hidden;background:var(--cream-dark);margin-bottom:.75rem}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-tag{font-size:.58rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--crimson);margin-bottom:.2rem}.product-card-name{font-family:var(--font-serif);font-size:1.05rem;display:block;margin-bottom:.15rem}.product-card-price{font-size:.75rem;color:var(--text-muted)}.product-page{padding-top:56px}.product-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 56px)}.product-gallery{background:var(--cream-dark)}.gallery-main{aspect-ratio:3/4;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:4px;padding:4px}.gallery-thumb{width:64px;height:80px;overflow:hidden;opacity:.5;cursor:pointer;transition:opacity .2s;flex-shrink:0}.gallery-thumb.active{opacity:1;outline:1px solid var(--chocolate)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:3rem 3.5rem}.product-type-tag{font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--crimson);margin-bottom:.5rem}.product-info h1{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin-bottom:.4rem}.product-price{font-size:1.1rem;color:var(--text-muted);font-family:var(--font-serif);margin-bottom:2rem}.size-label{font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;display:block;color:var(--text-muted)}.size-options{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:2rem}.size-btn{padding:.45rem .9rem;border:1px solid var(--border);font-size:.7rem;letter-spacing:.06em;background:transparent;color:var(--text);transition:all .2s;cursor:pointer}.size-btn.active{border-color:var(--chocolate);background:var(--chocolate);color:var(--cream)}.size-btn:disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through}.add-to-bag{width:100%;padding:1rem;background:var(--chocolate);color:var(--cream);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:background .2s;margin-bottom:1rem}.add-to-bag:hover:not(:disabled){background:var(--crimson)}.add-to-bag:disabled{opacity:.5;cursor:not-allowed}.product-desc{font-size:.8rem;line-height:1.85;color:var(--text-muted);margin-bottom:1.5rem}.product-meta{border-top:1px solid var(--border);padding-top:1.2rem}.product-meta p{font-size:.72rem;color:var(--text-muted);margin-bottom:.35rem;line-height:1.6}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;background:var(--cream);z-index:200;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border)}.cart-header h2{font-family:var(--font-serif);font-size:1.1rem;font-weight:400}.cart-close{font-size:1rem;color:var(--text-muted);transition:color .2s;padding:.25rem}.cart-close:hover{color:var(--text)}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.8rem;font-family:var(--font-serif);font-size:1rem;font-style:italic}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:64px;height:80px;overflow:hidden;background:var(--cream-dark);flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-family:var(--font-serif);font-size:.95rem;margin-bottom:.15rem}.cart-item-variant{font-size:.68rem;color:var(--text-muted);margin-bottom:.3rem}.cart-item-price{font-size:.75rem;color:var(--text-muted)}.cart-item-remove{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:.4rem;display:inline-block;transition:color .2s;background:none;border:none;cursor:pointer;padding:0}.cart-item-remove:hover{color:var(--crimson)}.cart-footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.cart-total span{font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.cart-total strong{font-family:var(--font-serif);font-size:1.1rem}.checkout-btn{display:block;width:100%;padding:.9rem;background:var(--chocolate);color:var(--cream);text-align:center;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:background .2s}.checkout-btn:hover{background:var(--crimson)}.story-page{padding-top:56px}.story-hero{background:var(--chocolate);padding:7rem 2.5rem 4rem}.story-hero .eyebrow{font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.story-hero h1{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--cream);max-width:600px;line-height:1.1}.story-hero-sub{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.story-hero-sub p{font-size:.82rem;line-height:1.85;color:#f9f6f08c}.story-chapters{padding:5rem 2.5rem}.story-chapter{display:grid;grid-template-columns:1fr 3fr;gap:3rem;padding:3rem 0;border-bottom:1px solid var(--border)}.story-chapter:last-child{border-bottom:none}.chapter-num{font-size:.58rem;font-weight:500;letter-spacing:.14em;color:var(--gold);padding-top:.3rem}.chapter-body h2{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;margin-bottom:1rem}.chapter-body p{font-size:.8rem;line-height:1.85;color:var(--text-muted)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0 2.5rem;border:1px solid var(--border)}.value-card{padding:2.5rem 2rem;border-right:1px solid var(--border)}.value-card:last-child{border-right:none}.value-icon{font-size:1.2rem;margin-bottom:1rem;color:var(--gold)}.value-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;margin-bottom:.5rem}.value-card p{font-size:.73rem;line-height:1.7;color:var(--text-muted)}.loading{display:flex;align-items:center;justify-content:center;min-height:300px;gap:6px}.loading-dot{width:5px;height:5px;border-radius:50%;background:var(--text-muted);animation:pulse 1.2s ease-in-out infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (max-width: 900px){.featured-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.product-info{padding:2rem 1.5rem}.philosophy{grid-template-columns:1fr}.philosophy-img{height:300px;position:relative}.pillars{grid-template-columns:1fr}.pillar{border-right:none;border-bottom:1px solid var(--border)}.footer-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr 1fr}.hero-content{flex-direction:column;align-items:flex-start;gap:2rem}}@media (max-width: 600px){nav.nav{padding:0 1.2rem}.nav-links{display:none}.featured-grid,.shop-grid{grid-template-columns:1fr 1fr;gap:1rem}.hero{padding:0}.hero-content{padding:0 1.2rem 3rem}.featured-section,.shop-grid-section,.story-chapters{padding-left:1.2rem;padding-right:1.2rem}.values-grid{grid-template-columns:1fr;margin:0 1.2rem}.value-card{border-right:none;border-bottom:1px solid var(--border)}footer{padding:3rem 1.2rem 1.5rem}.cart-drawer{width:100vw}.story-hero-sub{grid-template-columns:1fr}}
