*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F8F0E8;--parchment: #EDE0CF;--espresso: #150808;--cocoa: #3D1A1A;--mocha: #9B2335;--gold: #C4622D;--gold-lt: #E8963C;--text-body: #2E0F0F;--text-muted: #7A4838;--nav-h: 120px}html{scroll-behavior:smooth;font-size:150%}body{font-family:Lato,sans-serif;background:var(--cream);color:var(--text-body);overflow-x:hidden}.main-nav{position:fixed;top:0;left:0;width:100%;z-index:100;background:#150808f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;height:var(--nav-h);border-bottom:1px solid rgba(196,98,45,.18)}.nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo-img{height:108px;width:auto;display:block;filter:drop-shadow(0 1px 6px rgba(196,98,45,.25));transition:filter .2s}.nav-logo:hover .nav-logo-img{filter:drop-shadow(0 2px 10px rgba(232,150,60,.45))}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{font-size:.47rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:#f8f0e88c;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--gold-lt)}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px;z-index:101}.hamburger-line{display:block;width:22px;height:2px;background:var(--gold-lt);transition:all .28s ease;transform-origin:center}.nav-hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#hero{min-height:100vh;background:var(--espresso);display:grid;grid-template-columns:1.2fr 1fr;align-items:center;padding:var(--nav-h) 0 0;position:relative;overflow:hidden}.hero-content{padding:60px 6vw;text-align:left;z-index:2}.hero-visual{height:calc(100vh - var(--nav-h));position:relative;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(.85)}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--espresso) 0%,transparent 20%)}.hero-eyebrow{display:inline-flex;align-items:center;gap:.9rem;margin-bottom:1.6rem;animation:fadeUp .9s ease both}.hero-eyebrow-line{width:36px;height:1px;background:var(--gold);opacity:.5}.hero-eyebrow-text{font-size:.47rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--gold)}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.13rem,8.5vw,4.67rem);font-weight:700;line-height:1.02;color:var(--cream);animation:fadeUp .9s .15s ease both}.hero-title em{font-style:italic;color:var(--gold-lt)}.hero-sub{font-family:Cormorant Garamond,serif;font-size:clamp(.73rem,2.4vw,.97rem);font-weight:300;font-style:italic;color:#f8f0e899;max-width:560px;margin:1.6rem 0 2.4rem;line-height:1.72;animation:fadeUp .9s .3s ease both}.hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;animation:fadeUp .9s .45s ease both}.btn-primary{background:var(--gold);color:var(--espresso);padding:.75rem 2rem;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;border:none;cursor:pointer;transition:background .25s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--gold-lt);transform:translateY(-2px)}.btn-outline{border:1px solid rgba(196,98,45,.45);color:var(--gold-lt);padding:.75rem 2rem;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;background:transparent;cursor:pointer;transition:border-color .25s,color .25s,transform .2s;display:inline-block}.btn-outline:hover{border-color:var(--gold-lt);color:#fff;transform:translateY(-2px)}.pillars-bar{background:var(--cocoa);border-top:1px solid rgba(196,98,45,.18);border-bottom:1px solid rgba(196,98,45,.18);padding:.9rem 5vw;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.8rem 2.4rem}.pillar{display:flex;align-items:center;gap:.5rem;font-size:.47rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--gold-lt)}.pillar-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}section{padding:80px 6vw;scroll-margin-top:var(--nav-h)}.section-label{font-size:.47rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.33rem,4vw,2.07rem);font-weight:700;line-height:1.12;color:var(--cocoa)}.section-title em{font-style:italic;color:var(--mocha)}.divider-gold{width:48px;height:2px;background:var(--gold);margin:1.4rem 0}.body-text{font-family:Cormorant Garamond,serif;font-size:.9rem;font-weight:400;line-height:1.8;color:var(--text-muted);max-width:640px}#about{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}.about-visual{background:var(--parchment);border:1px solid rgba(196,98,45,.2);aspect-ratio:4/5;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.about-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;filter:sepia(.2)}.about-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(248,240,232,.55) 0%,transparent 70%);z-index:1}.about-big-s{font-family:Playfair Display,serif;font-size:10rem;font-weight:700;color:#3d1a1a12;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.about-pillars{position:relative;width:100%;display:flex;flex-direction:column;z-index:2}.about-pillar-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid rgba(196,98,45,.14);background:#f8f0e873;margin:0 -1rem}.about-pillar-row:last-child{border-bottom:none}.about-pillar-emoji{font-size:1.2rem;flex-shrink:0;width:32px;text-align:center}.about-pillar-text strong{display:block;font-family:Lato,sans-serif;font-size:.47rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cocoa);margin-bottom:.1rem}.about-pillar-text span{font-family:Cormorant Garamond,serif;font-size:.67rem;color:var(--text-muted)}.about-badge{position:absolute;bottom:-16px;right:-16px;width:96px;height:96px;border-radius:50%;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 6px 24px #c4622d59;z-index:3}.about-badge-num{font-family:Playfair Display,serif;font-size:1.13rem;font-weight:700;color:var(--espresso);line-height:1}.about-badge-label{font-size:.39rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--espresso);opacity:.75;margin-top:.15rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem}.about-stat{border-left:2px solid var(--gold);padding-left:1rem}.about-stat-num{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--cocoa)}.about-stat-label{font-size:.45rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.2rem}.pull-quote{margin-top:2rem;padding:1.2rem 1.5rem;background:var(--parchment);border-left:3px solid var(--gold)}.pull-quote p{font-family:Cormorant Garamond,serif;font-size:.8rem;font-style:italic;color:var(--mocha);line-height:1.7}#products{background:var(--espresso);color:var(--cream)}#products .section-title{color:var(--cream)}#products .section-title em{color:var(--gold-lt)}#products .body-text{color:#f8f0e88c}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;background:#c4622d1a;border:1px solid rgba(196,98,45,.1)}.product-card{background:var(--espresso);padding:2rem 1.8rem;transition:background .3s;position:relative;overflow:hidden}.product-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.product-card:hover{background:#c4622d12}.product-card:hover:after{transform:scaleX(1)}.product-card-featured{background:#c4622d0e!important}.product-img-wrap{width:100%;aspect-ratio:3/2;overflow:hidden;margin-bottom:1.4rem}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;will-change:transform}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#c4622d1a;line-height:1;margin-bottom:.8rem}.product-num-featured{color:#c4622d33!important;font-size:1.5rem}.product-icon{font-size:1.5rem;margin-bottom:.8rem}.product-name{font-family:Playfair Display,serif;font-size:.9rem;font-weight:600;color:var(--cream);margin-bottom:.6rem}.product-name-featured{color:var(--gold-lt)!important}.product-desc{font-family:Cormorant Garamond,serif;font-size:.73rem;font-weight:300;color:#f8f0e885;line-height:1.68}.product-desc-featured{color:#f8f0e880!important}.product-tag{display:inline-block;margin-top:1.1rem;font-size:.42rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(196,98,45,.3);padding:.22rem .65rem}#why{background:var(--parchment)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.why-card{background:var(--cream);border-top:2px solid var(--gold);padding:1.8rem 1.6rem;box-shadow:0 2px 16px #3d1a1a0f}.why-icon{font-size:1.4rem;margin-bottom:.8rem}.why-title{font-family:Playfair Display,serif;font-size:.73rem;font-weight:600;color:var(--cocoa);margin-bottom:.5rem}.why-text{font-family:Cormorant Garamond,serif;font-size:.68rem;color:var(--text-muted);line-height:1.68}#faq{background:var(--cream)}.faq-list{margin-top:2.4rem;max-width:780px}.faq-item{border-bottom:1px solid rgba(61,26,26,.1)}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;gap:1rem;text-align:left}.faq-question-text{font-family:Playfair Display,serif;font-size:.7rem;font-weight:600;color:var(--cocoa);line-height:1.4}.faq-icon{font-size:1rem;font-weight:300;color:var(--gold);flex-shrink:0;line-height:1;transition:transform .25s}.faq-item.faq-open .faq-icon{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .35s ease;padding:0}.faq-item.faq-open .faq-answer{max-height:600px;padding:0 0 1.2rem}.faq-answer p{font-family:Cormorant Garamond,serif;font-size:.72rem;color:var(--text-muted);line-height:1.75}#contact{background:var(--espresso);text-align:center}#contact .section-title{color:var(--cream)}#contact .section-title em{color:var(--gold-lt)}#contact .divider-gold{margin:1.4rem auto}#contact .body-text{color:#f8f0e88c;margin:0 auto;text-align:center}.contact-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:1px;background:#c4622d1f;border:1px solid rgba(196,98,45,.12);max-width:900px;margin:3rem auto 0}.contact-card{background:var(--espresso);flex:1;min-width:180px;padding:1.6rem 1.4rem;text-align:center;transition:background .25s}.contact-card:hover{background:#c4622d12}.contact-card-icon{font-size:1.2rem;margin-bottom:.6rem}.contact-card-label{font-size:.45rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:.35rem}.contact-card-value{font-family:Cormorant Garamond,serif;font-size:.73rem;color:var(--cream);line-height:1.4;text-decoration:none;display:block}.contact-cta{margin-top:2.4rem}footer{background:#080303;border-top:1px solid rgba(196,98,45,.12);padding:2.4rem 6vw}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding-bottom:1.8rem;border-bottom:1px solid rgba(196,98,45,.1)}.footer-brand{max-width:340px}.footer-logo-img{height:64px;width:auto;display:block;margin-bottom:.8rem;opacity:.88}.footer-tagline{font-family:Cormorant Garamond,serif;font-size:.63rem;font-style:italic;color:#f8f0e861;line-height:1.55}.footer-links-col h4{font-size:.45rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:.9rem}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-links-col a{font-size:.55rem;color:#f8f0e861;text-decoration:none;transition:color .2s}.footer-links-col a:hover{color:var(--gold-lt)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem}.footer-legal{font-size:.47rem;color:#f8f0e847;line-height:1.65}.footer-legal strong{color:#f8f0e866;font-weight:700}.footer-uen{font-size:.47rem;color:#f8f0e847}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){#hero{grid-template-columns:1fr}.hero-visual{display:none}.hero-content{text-align:center;padding:150px 6vw 60px}.hero-sub{margin:1.6rem auto 2.4rem}.hero-cta-row{justify-content:center}.products-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-hamburger{display:flex}.nav-links{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:#0a0303fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;align-items:stretch;gap:0;padding:.4rem 0 1rem;border-bottom:1px solid rgba(196,98,45,.22);z-index:99;box-shadow:0 8px 32px #0006}.nav-links.nav-open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.85rem 5vw;font-size:.5rem;color:#f8f0e8b3;border-bottom:1px solid rgba(196,98,45,.08)}.nav-links a:hover{color:var(--gold-lt);background:#c4622d0f}.nav-links li:last-child a{border-bottom:none}#about{grid-template-columns:1fr}.about-badge{bottom:-12px;right:-12px;width:80px;height:80px}.about-badge-num{font-size:.9rem}.about-stats{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column}}@media (max-width: 600px){.products-grid,.why-grid{grid-template-columns:1fr}}
