/* NorthBurnGoods styles */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:"Lora",serif;background:#0e0c0a;color:#e8ddd0;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
button{font:inherit;}
::selection{background:#c8853a;color:#0e0c0a;}
:focus-visible{outline:2px solid #c8853a;outline-offset:3px;}
.top-bar{position:fixed;top:0;left:0;right:0;z-index:300;background:#c8853a;height:32px;display:flex;align-items:center;overflow:hidden;}
.top-bar-inner{display:flex;animation:marquee 28s linear infinite;white-space:nowrap;gap:3rem;}
.top-bar-item{display:inline-flex;align-items:center;gap:0.75rem;font-size:0.58rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:600;color:rgba(255,255,255,0.88);flex-shrink:0;}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
nav{position:fixed;top:32px;left:0;right:0;z-index:200;padding:1.5rem 5vw;display:flex;justify-content:space-between;align-items:center;transition:all 0.4s;}
nav.scrolled{background:rgba(14,12,10,0.95);backdrop-filter:blur(20px);padding:0.9rem 5vw;border-bottom:1px solid rgba(245,239,224,0.07);}
.nav-logo{font-family:"Playfair Display",serif;font-weight:700;font-size:1.15rem;letter-spacing:0.05em;color:#f5efe0;}
.nav-logo span{color:#c8853a;}
.nav-links{display:flex;gap:2.5rem;list-style:none;}
.nav-links a{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(232,221,208,0.55);font-weight:500;transition:color 0.25s;}
.nav-links a:hover{color:#f5efe0;}
.nav-cta{display:inline-flex;align-items:center;background:#c8853a;color:#0e0c0a;font-size:0.62rem;letter-spacing:0.15em;text-transform:uppercase;font-weight:700;padding:0.65rem 1.8rem;border-radius:100px;transition:all 0.3s;}
.nav-cta:hover{background:#e0a050;transform:translateY(-2px);}
@media(max-width:768px){.nav-links{display:none}}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;background:#c8853a;color:#0e0c0a;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:700;padding:1rem 2.5rem;border-radius:100px;transition:all 0.3s;border:none;cursor:pointer;}
.btn-primary:hover{background:#e0a050;transform:translateY(-2px);box-shadow:0 8px 30px rgba(200,133,58,0.35);}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;border:1.5px solid #c8853a;color:#c8853a;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:700;padding:0.9rem 2.2rem;border-radius:100px;transition:all 0.3s;background:transparent;}
.btn-outline:hover{background:#c8853a;color:#0e0c0a;}
.section{padding:100px 8vw;}
.section-label{display:inline-flex;align-items:center;gap:0.8rem;font-size:0.58rem;letter-spacing:0.38em;text-transform:uppercase;color:#c8853a;font-weight:700;margin-bottom:1rem;}
.section-label::before{content:"";width:20px;height:2px;background:#c8853a;}
.section-title{font-family:"Playfair Display",serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#f5efe0;line-height:1.1;margin-bottom:1rem;}
.section-intro{max-width:680px;margin:0.75rem auto 0;font-size:0.92rem;line-height:1.8;color:rgba(232,221,208,0.62);}
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease;}
.reveal.visible{opacity:1;transform:none;}
.reveal.d1{transition-delay:0.1s}
.reveal.d2{transition-delay:0.2s}
.reveal.d3{transition-delay:0.3s}
.hero{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);gap:4rem;align-items:center;padding:160px 8vw 100px;overflow:hidden;}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,rgba(200,133,58,0.12) 0%,transparent 65%);pointer-events:none;}
.hero::after{content:"";position:absolute;right:0;top:0;bottom:0;width:40%;background:repeating-linear-gradient(90deg,#c8853a 0px,#c8853a 1px,transparent 1px,transparent 24px);opacity:0.05;pointer-events:none;}
.hero-content{max-width:700px;position:relative;z-index:1;}
.hero-eyebrow{font-size:0.62rem;letter-spacing:0.35em;text-transform:uppercase;color:#c8853a;font-weight:700;margin-bottom:1.5rem;}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#f5efe0;line-height:1.05;letter-spacing:-0.02em;margin-bottom:1.5rem;}
.hero h1 span{color:#c8853a;}
.hero p{font-size:1rem;line-height:1.8;color:rgba(232,221,208,0.55);max-width:520px;margin-bottom:2.5rem;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;}
.hero-sub{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem;font-size:0.72rem;color:rgba(232,221,208,0.55);flex-wrap:wrap;}
.hero-sub span{display:flex;align-items:center;gap:0.4rem;}
.hero-sub span::before{content:"•";color:#c8853a;font-weight:700;}
.hero-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;}
.hero-card{position:relative;max-width:520px;width:100%;background:#15120f;border:1px solid rgba(245,239,224,0.09);border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,0.38);transform:rotate(2deg);}
.hero-card img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;}
.hero-card-badge{position:absolute;left:1.25rem;bottom:1.25rem;background:rgba(14,12,10,0.82);backdrop-filter:blur(12px);border:1px solid rgba(245,239,224,0.14);color:#f5efe0;font-size:0.58rem;letter-spacing:0.22em;text-transform:uppercase;font-weight:700;padding:0.7rem 1rem;border-radius:999px;}
.products-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);}
.products-header{text-align:center;margin-bottom:3rem;}
.board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;}
.board-card{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:12px;overflow:hidden;transition:transform 0.3s,border-color 0.3s;}
.board-card:hover{transform:translateY(-4px);border-color:#c8853a;}
.board-img{aspect-ratio:4/3;background:#0e0c0a;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;}
.board-img img{width:100%;height:100%;object-fit:cover;}
.board-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-size:4rem;color:#c8853a;opacity:0.45;background:repeating-linear-gradient(135deg,#161310 0px,#161310 8px,#1e1a15 8px,#1e1a15 16px);}
.board-tag{position:absolute;top:1rem;left:1rem;background:#c8853a;color:#0e0c0a;font-size:0.55rem;letter-spacing:0.15em;text-transform:uppercase;font-weight:700;padding:0.3rem 0.7rem;border-radius:100px;}
.board-body{padding:1.5rem;}
.board-name{font-family:"Playfair Display",serif;font-size:1.05rem;font-weight:700;color:#f5efe0;margin-bottom:0.3rem;}
.board-desc{font-size:0.78rem;color:rgba(232,221,208,0.55);line-height:1.6;margin-bottom:1rem;}
.board-meta,.last-name-meta{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(245,239,224,0.07);gap:1rem;}
.board-price{font-family:"Playfair Display",serif;font-size:1.2rem;font-weight:700;color:#c8853a;}
.board-wood{font-size:0.62rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(232,221,208,0.55);}
.last-name-section{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);}
.last-name-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;}
.last-name-card{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:14px;overflow:hidden;}
.last-name-visual{position:relative;background:#15120f;}
.last-name-badge{position:absolute;top:1rem;left:1rem;z-index:2;background:#c8853a;color:#0e0c0a;font-size:0.55rem;letter-spacing:0.16em;text-transform:uppercase;font-weight:700;padding:0.35rem 0.75rem;border-radius:100px;}
.last-name-image-link{display:block;}
.last-name-photo{width:100%;aspect-ratio:4/3;object-fit:cover;}
.last-name-body{padding:1.6rem;}
.last-name-title{font-family:"Playfair Display",serif;font-size:1.3rem;font-weight:700;color:#f5efe0;margin-bottom:0.8rem;line-height:1.2;}
.last-name-copy{font-size:0.88rem;line-height:1.8;color:rgba(232,221,208,0.62);margin-bottom:1rem;}
.last-name-points{list-style:none;display:grid;gap:0.65rem;margin-bottom:1rem;}
.last-name-points li{position:relative;padding-left:1.1rem;font-size:0.8rem;line-height:1.6;color:rgba(232,221,208,0.62);}
.last-name-points li::before{content:"•";position:absolute;left:0;color:#c8853a;}
.product-card-actions{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:1rem;}
.last-name-footer{text-align:center;margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;}
.last-name-note{max-width:640px;font-size:0.88rem;line-height:1.8;color:rgba(232,221,208,0.55);}
.trust-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);}
.trust-header{text-align:center;margin-bottom:3rem;}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.75rem;}
.trust-card{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:14px;padding:1.5rem;}
.trust-icon{width:52px;height:52px;border-radius:50%;background:#c8853a;color:#0e0c0a;display:flex;align-items:center;justify-content:center;font-size:0.72rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:700;margin-bottom:1rem;}
.trust-card h3{font-family:"Playfair Display",serif;font-size:1.1rem;color:#f5efe0;margin-bottom:0.75rem;}
.trust-card p{font-size:0.84rem;line-height:1.75;color:rgba(232,221,208,0.58);}
.testimonial-strip{display:grid;grid-template-columns:1.2fr 0.8fr;gap:1.25rem;}
.testimonial-card{background:#15120f;border:1px solid rgba(245,239,224,0.06);border-radius:14px;padding:1.4rem;}
.testimonial-quote{font-size:0.92rem;line-height:1.85;color:rgba(232,221,208,0.72);}
.testimonial-source{margin-top:0.85rem;font-size:0.7rem;letter-spacing:0.16em;text-transform:uppercase;color:#c8853a;font-weight:700;}
.wood-types-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);}
.wood-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
@media(max-width:768px){.wood-grid{grid-template-columns:1fr}}
@media(max-width:980px){.hero{grid-template-columns:1fr;gap:2.5rem;padding-bottom:80px;}.hero-content{max-width:100%;}.hero-visual{order:-1;}.hero-card{max-width:420px;transform:none;}}
@media(max-width:640px){.hero{padding:140px 6vw 70px;}.hero-card{max-width:100%;}.hero-card-badge{left:1rem;bottom:1rem;font-size:0.52rem;padding:0.6rem 0.85rem;}}
.wood-img{aspect-ratio:4/3;background:#1e1a15;border-radius:12px;overflow:hidden;border:1px solid rgba(245,239,224,0.07);display:flex;align-items:center;justify-content:center;}
.wood-img img{width:100%;height:100%;object-fit:cover;}
.wood-img-placeholder{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-size:3rem;color:#c8853a;opacity:0.3;background:repeating-linear-gradient(135deg,#161310 0px,#161310 8px,#1e1a15 8px,#1e1a15 16px);}
.wood-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;}
.wood-item{display:flex;gap:1.2rem;align-items:flex-start;}
.wood-icon{width:36px;height:36px;background:#c8853a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:"Playfair Display",serif;font-weight:700;color:#0e0c0a;font-size:0.9rem;}
.wood-name{font-family:"Playfair Display",serif;font-weight:700;color:#f5efe0;margin-bottom:0.2rem;font-size:0.95rem;}
.wood-size{font-size:0.75rem;color:rgba(232,221,208,0.55);font-weight:400;}
.wood-desc{font-size:0.82rem;color:rgba(232,221,208,0.55);line-height:1.6;}
.process-section{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);}
.process-header{text-align:center;margin-bottom:3rem;}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
@media(max-width:768px){.process-grid{grid-template-columns:1fr}}
.process-card{text-align:center;padding:2rem;background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:12px;}
.process-num{font-family:"Playfair Display",serif;font-size:3rem;font-weight:900;color:#c8853a;opacity:0.4;margin-bottom:0.5rem;}
.process-name{font-family:"Playfair Display",serif;font-size:1.1rem;font-weight:700;color:#f5efe0;margin-bottom:0.75rem;}
.process-desc{font-size:0.82rem;color:rgba(232,221,208,0.55);line-height:1.7;}
.about-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
@media(max-width:768px){.about-grid{grid-template-columns:1fr}}
.about-portrait{aspect-ratio:4/5;background:#1e1a15;border-radius:18px;overflow:hidden;border:1px solid rgba(245,239,224,0.07);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.28);}
.about-portrait img{width:100%;height:100%;object-fit:cover;}
.about-portrait-badge{position:absolute;left:1rem;bottom:1rem;background:rgba(14,12,10,0.82);backdrop-filter:blur(12px);border:1px solid rgba(245,239,224,0.14);color:#f5efe0;font-size:0.52rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;padding:0.65rem 0.9rem;border-radius:999px;}
.about-portrait-placeholder{width:100%;min-height:280px;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-size:4rem;color:#c8853a;opacity:0.3;background:repeating-linear-gradient(135deg,#161310 0px,#161310 8px,#1e1a15 8px,#1e1a15 16px);}
.about-copy{font-size:0.95rem;line-height:1.9;color:rgba(232,221,208,0.62);margin-bottom:1.15rem;max-width:560px;}
.about-highlights{display:flex;gap:0.75rem;flex-wrap:wrap;margin:0.4rem 0 2rem;}
.about-highlights span{display:inline-flex;align-items:center;gap:0.45rem;padding:0.65rem 0.9rem;border:1px solid rgba(245,239,224,0.08);border-radius:999px;background:#15120f;font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(232,221,208,0.72);font-weight:600;}
.about-highlights span::before{content:"•";color:#c8853a;font-weight:700;}
.about-content p{font-size:0.88rem;line-height:1.9;color:rgba(232,221,208,0.55);margin-bottom:1.5rem;}
.personalization-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);}
.personalization-header{text-align:center;margin-bottom:3rem;}
.personalization-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;}
.personalization-step{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:14px;padding:1.4rem;}
.personalization-num{font-family:"Playfair Display",serif;font-size:2rem;font-weight:900;color:#c8853a;opacity:0.55;margin-bottom:0.75rem;}
.personalization-step h3{font-family:"Playfair Display",serif;font-size:1.02rem;color:#f5efe0;margin-bottom:0.65rem;}
.personalization-step p{font-size:0.84rem;line-height:1.75;color:rgba(232,221,208,0.6);}
.personalization-note{background:#15120f;border:1px solid rgba(245,239,224,0.06);border-radius:14px;padding:1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.personalization-note p{font-size:0.88rem;line-height:1.8;color:rgba(232,221,208,0.68);max-width:760px;}
.reviews-section{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);}
.reviews-header{text-align:center;margin-bottom:3rem;}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.review-card{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:14px;padding:1.5rem;}
.review-stars{color:#c8853a;letter-spacing:0.18em;font-size:0.85rem;margin-bottom:1rem;}
.review-body{font-size:0.9rem;line-height:1.85;color:rgba(232,221,208,0.72);}
.review-meta{margin-top:1rem;font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:rgba(232,221,208,0.5);}
.faq-section{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);}
.faq-item{border-bottom:1px solid rgba(245,239,224,0.07);padding:1.2rem 0;}
.faq-item:first-of-type{border-top:1px solid rgba(245,239,224,0.07);}
.faq-question{font-family:"Playfair Display",serif;font-size:1rem;font-weight:600;color:#f5efe0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;}
.faq-question::after{content:"+";color:#c8853a;font-size:1.2rem;font-weight:700;}
details[open] .faq-question::after{content:"-";}
.faq-answer{font-size:0.85rem;color:rgba(232,221,208,0.55);line-height:1.7;padding:0.8rem 0 0.4rem;}
.cta-section{background:#161310;border-top:1px solid rgba(245,239,224,0.07);padding:100px 8vw;text-align:center;}
.cta-inner{max-width:600px;margin:0 auto;}
.cta-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#f5efe0;margin-bottom:1rem;}
.cta-desc{font-size:0.9rem;color:rgba(232,221,208,0.55);line-height:1.8;margin-bottom:2rem;}
footer{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);padding:60px 8vw 30px;}
.footer-inner{display:flex;gap:4rem;justify-content:space-between;flex-wrap:wrap;margin-bottom:3rem;}
.footer-brand p{font-size:0.82rem;color:rgba(232,221,208,0.55);line-height:1.7;margin-top:0.75rem;}
.footer-links{display:flex;gap:3rem;flex-wrap:wrap;}
.footer-col{display:flex;flex-direction:column;gap:0.7rem;}
.footer-col-title{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:#c8853a;font-weight:700;margin-bottom:0.3rem;}
.footer-col a{font-size:0.82rem;color:rgba(232,221,208,0.55);transition:color 0.25s;}
.footer-col a:hover{color:#f5efe0;}
.footer-bottom{border-top:1px solid rgba(245,239,224,0.07);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.5rem;}
.footer-bottom p{font-size:0.72rem;color:rgba(232,221,208,0.55);}
.product-detail-shell{padding-top:160px;min-height:100vh;background:#161310;}
.breadcrumb{font-size:0.72rem;color:rgba(232,221,208,0.5);margin-bottom:2rem;display:flex;gap:0.55rem;flex-wrap:wrap;align-items:center;letter-spacing:0.12em;text-transform:uppercase;}
.breadcrumb span{color:rgba(232,221,208,0.22);}
.breadcrumb strong{color:#f5efe0;font-weight:700;}
.breadcrumb a{color:rgba(232,221,208,0.5);text-decoration:none;transition:color 0.2s;}
.breadcrumb a:hover{color:#f5efe0;}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);gap:2rem;align-items:start;}
.product-gallery,.product-detail-copy{background:#1e1a15;border:1px solid rgba(245,239,224,0.07);border-radius:14px;padding:1.25rem;}
.product-main-image img{width:100%;border-radius:10px;aspect-ratio:4/5;object-fit:cover;}
.product-thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.75rem;margin-top:0.75rem;}
.gallery-thumb{background:transparent;border:1px solid rgba(245,239,224,0.08);padding:0;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;}
.gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;}
.gallery-thumb:hover{transform:translateY(-2px);border-color:#c8853a;}
.gallery-thumb.is-active{border-color:#c8853a;box-shadow:0 0 0 1px rgba(200,133,58,0.35);}
.product-video-card{margin-top:1rem;background:#15120f;border:1px solid rgba(245,239,224,0.06);border-radius:12px;padding:1rem;}
.product-video-card h2{font-family:"Playfair Display",serif;font-size:1rem;color:#f5efe0;margin-bottom:0.8rem;}
.product-video{width:100%;display:block;border-radius:10px;background:#000;max-height:520px;}
.product-video-stack{display:grid;gap:1rem;}
.product-video-note{margin-top:0.8rem;font-size:0.8rem;line-height:1.7;color:rgba(232,221,208,0.58);}
.product-video-note a{color:#c8853a;text-decoration:underline;}
.product-detail-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;color:#f5efe0;margin-bottom:0.75rem;}
.product-detail-price{font-family:"Playfair Display",serif;font-size:1.6rem;color:#c8853a;font-weight:700;margin-bottom:1rem;}
.product-detail-lead{font-size:1rem;line-height:1.8;color:rgba(232,221,208,0.66);margin-bottom:1.5rem;}
.product-detail-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.product-info-card{background:#15120f;border:1px solid rgba(245,239,224,0.06);border-radius:12px;padding:1.1rem 1.15rem;margin-bottom:1rem;}
.product-info-card h2{font-family:"Playfair Display",serif;font-size:1.1rem;color:#f5efe0;margin-bottom:0.8rem;}
.product-info-card p{font-size:0.88rem;line-height:1.8;color:rgba(232,221,208,0.62);margin-bottom:0.85rem;}
.product-info-card p:last-child{margin-bottom:0;}
.product-specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}
.spec-list{list-style:none;display:grid;gap:0.7rem;}
.spec-list li{font-size:0.82rem;line-height:1.6;color:rgba(232,221,208,0.62);}
@media(max-width:900px){
  .reviews-grid{grid-template-columns:1fr;}
  .product-detail-grid{grid-template-columns:1fr;}
  .product-specs-grid{grid-template-columns:1fr;}
}
@media(max-width:900px){
  .trust-grid,.testimonial-strip{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .section{padding:80px 6vw;}
  .hero{padding:150px 6vw 80px;}
  .last-name-grid,.board-grid{grid-template-columns:1fr;}
  .board-meta,.last-name-meta,.footer-bottom{flex-direction:column;align-items:flex-start;}
  .product-card-actions,.product-detail-actions{flex-direction:column;}
  .product-thumb-grid{grid-template-columns:repeat(2,1fr);}
  .product-detail-shell{padding-top:140px;}
  .personalization-grid,.trust-grid,.reviews-grid,.blog-grid-fondy{grid-template-columns:1fr;}
  .personalization-step,.review-card,.trust-card,.blog-card-fondy{min-width:0;}
  .personalization-note{align-items:flex-start;}
  .blog-featured-card{grid-template-columns:1fr;}
  .blog-featured-image img{max-height:220px;min-height:180px;}
  body{overflow-x:hidden;}
}


.blog-hero-fondy{padding:160px 8vw 80px;background:#161310;border-bottom:1px solid rgba(245,239,224,0.07);position:relative;overflow:hidden;}
.blog-hero-fondy::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(200,133,58,0.08) 0%,transparent 70%);pointer-events:none;}
.blog-hero-label{display:inline-flex;align-items:center;gap:0.8rem;font-size:0.58rem;letter-spacing:0.38em;text-transform:uppercase;color:#c8853a;margin-bottom:1.5rem;font-weight:700;position:relative;z-index:1;}
.blog-hero-label::before{content:'';width:22px;height:2px;background:#c8853a;}
.blog-hero-title{font-family:"Playfair Display",serif;font-weight:900;font-size:clamp(2.5rem,6vw,5rem);line-height:1.0;color:#f5efe0;margin-bottom:1rem;letter-spacing:-0.02em;position:relative;z-index:1;}
.blog-hero-title span{color:#c8853a;}
.blog-hero-sub{font-size:0.95rem;color:rgba(232,221,208,0.45);max-width:620px;line-height:1.8;position:relative;z-index:1;}
.blog-featured-wrap{padding:36px 8vw 0;margin-bottom:0;background:#0e0c0a;}
.blog-featured-card{background:#161310;border:1px solid rgba(245,239,224,0.07);border-radius:16px;overflow:hidden;text-decoration:none;display:grid;grid-template-columns:0.95fr 1.05fr;transition:border-color 0.3s,box-shadow 0.3s;border-left:3px solid #c8853a;max-width:980px;margin:0 auto;}
.blog-featured-card:hover{border-color:#c8853a;box-shadow:0 24px 80px rgba(0,0,0,0.45);}
.blog-featured-image img{width:100%;height:100%;object-fit:cover;min-height:220px;max-height:260px;display:block;}
.blog-featured-body{padding:1.5rem 1.8rem;background:#161310;}
.blog-featured-cat{font-size:0.55rem;letter-spacing:0.2em;text-transform:uppercase;color:#c8853a;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem;}
.blog-featured-cat::before{content:'';width:14px;height:1.5px;background:#c8853a;}
.blog-featured-title{font-family:"Playfair Display",serif;font-size:clamp(1.05rem,1.9vw,1.45rem);font-weight:900;color:#f5efe0;line-height:1.15;margin-bottom:0.8rem;letter-spacing:-0.01em;}
.blog-featured-excerpt{font-size:0.8rem;line-height:1.7;color:rgba(232,221,208,0.5);margin-bottom:1rem;}
.blog-read-more{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:700;color:#c8853a;}
.blog-grid-fondy{padding:60px 8vw 110px;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;background:#0e0c0a;}
.blog-card-fondy{background:#161310;border:1px solid rgba(245,239,224,0.07);border-radius:12px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform 0.35s cubic-bezier(0.16,1,0.3,1),border-color 0.3s,box-shadow 0.35s;}
.blog-card-fondy:hover{transform:translateY(-6px);border-color:rgba(245,239,224,0.16);box-shadow:0 24px 60px rgba(0,0,0,0.45);}
.blog-card-image-fondy img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.blog-card-body-fondy{padding:1.5rem;display:flex;flex-direction:column;flex:1;}
.blog-card-cat-fondy{font-size:0.55rem;letter-spacing:0.2em;text-transform:uppercase;color:#c8853a;font-weight:700;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem;}
.blog-card-cat-fondy::before{content:'';width:14px;height:1.5px;background:#c8853a;}
.blog-card-title-fondy{font-family:"Playfair Display",serif;font-size:1.05rem;font-weight:800;color:#f5efe0;line-height:1.3;margin-bottom:0.75rem;letter-spacing:-0.01em;}
.blog-card-excerpt-fondy{font-size:0.8rem;line-height:1.75;color:rgba(232,221,208,0.42);flex:1;margin-bottom:1.2rem;}
.blog-card-meta-fondy{font-size:0.62rem;color:rgba(232,221,208,0.3);letter-spacing:0.05em;display:flex;align-items:center;gap:0.6rem;text-transform:uppercase;}
.blog-card-arrow{margin-left:auto;color:#c8853a;font-size:0.8rem;transition:transform 0.2s;}
.blog-card-fondy:hover .blog-card-arrow{transform:translateX(4px);}
.article-shell{background:#161310;}
.article-header{max-width:850px;margin:0 auto 2rem;}
.article-lead{font-size:1rem;line-height:1.85;color:rgba(232,221,208,0.66);max-width:760px;}
.article-feature{max-width:900px;margin:0 auto 2rem;}
.article-feature img{width:100%;border-radius:14px;aspect-ratio:16/9;object-fit:cover;border:1px solid rgba(245,239,224,0.07);}
.article-content{max-width:850px;margin:0 auto;}
.article-content h2{font-family:"Playfair Display",serif;font-size:1.5rem;color:#f5efe0;margin:2rem 0 0.85rem;}
.article-content p{font-size:0.95rem;line-height:1.95;color:rgba(232,221,208,0.66);margin-bottom:1rem;}
.article-cta{margin-top:2rem;background:#15120f;border:1px solid rgba(245,239,224,0.06);border-radius:14px;padding:1.4rem;}
.article-cta p{margin-bottom:1rem;}
@media(max-width:1100px){.blog-grid-fondy{grid-template-columns:repeat(2,1fr);} .blog-featured-card{grid-template-columns:1fr;}}
@media(max-width:640px){.blog-grid-fondy{grid-template-columns:1fr;} .blog-featured-body{padding:1.6rem;} .blog-hero-fondy{padding:150px 6vw 70px;}}

/* Mobile Menu */
.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:301;}
.mobile-menu-btn span{display:block;width:100%;height:2px;background:#f5efe0;border-radius:2px;transition:all 0.3s;}
.mobile-menu{display:none;position:fixed;inset:0;z-index:400;background:rgba(14,12,10,0.97);backdrop-filter:blur(20px);flex-direction:column;padding:0;}
.mobile-menu.is-open{display:flex;}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 6vw;border-bottom:1px solid rgba(245,239,224,0.08);}
.mobile-menu-close{background:transparent;border:none;color:#f5efe0;font-size:1.2rem;cursor:pointer;padding:0.5rem;}
.mobile-nav-links{list-style:none;padding:1.5rem 6vw;display:flex;flex-direction:column;gap:0;}
.mobile-nav-links li{border-bottom:1px solid rgba(245,239,224,0.06);}
.mobile-nav-links a{display:block;padding:1rem 0;font-size:0.9rem;color:rgba(232,221,208,0.75);transition:color 0.2s;}
.mobile-nav-links a:hover{color:#f5efe0;}
.mobile-nav-cta{display:margin:1.5rem 6vw 0;font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;padding:1rem;text-align:center;background:#c8853a;color:#0e0c0a;border-radius:100px;text-decoration:none;}
@media(max-width:768px){
  .mobile-menu-btn{display:flex;}
  .nav-links{display:none;}
}

.nav-inner{display:flex;align-items:center;justify-content:flex-start;gap:2rem;padding:0 3vw;box-sizing:border-box;}
.nav-links{flex:1;display:flex;gap:2.5rem;list-style:none;margin:0 auto;}
.nav-links a{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(232,221,208,0.55);font-weight:500;transition:color 0.25s;}
.nav-links a:hover{color:#f5efe0;}
.nav-cta{margin-left:auto;white-space:nowrap;}
#nav{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1300px;margin:0 auto;padding:0 4vw;}
.footer-inner{max-width:1300px;margin:0 auto;padding:0 4vw;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;}
.footer-brand{text-align:center;flex:1;min-width:200px;}
.footer-links{justify-content:center;}
.footer-col{text-align:center;}
.footer-col-title{margin-bottom:0.6rem;}
.footer-bottom{max-width:1300px;margin:0 auto;padding:1.5rem 4vw 0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;border-top:1px solid rgba(245,239,224,0.07);}
.footer-bottom p{font-size:0.72rem;color:rgba(232,221,208,0.55);}

/* ===== Fondy-style header/footer refresh ===== */
.top-bar{position:fixed;top:0;left:0;right:0;z-index:300;background:#c8853a;height:32px;display:flex;align-items:center;overflow:hidden;}
.top-bar-inner{display:flex;animation:marquee 28s linear infinite;white-space:nowrap;gap:3rem;}
.top-bar-item{display:inline-flex;align-items:center;gap:0.75rem;font-size:0.58rem;letter-spacing:0.2em;text-transform:uppercase;font-weight:600;color:rgba(255,255,255,0.88);flex-shrink:0;}

nav{position:fixed;top:32px;left:0;right:0;z-index:200;padding:2rem 3vw;display:grid;grid-template-columns:minmax(280px,1fr) auto minmax(280px,1fr);align-items:center;transition:all 0.5s;column-gap:2rem;}
nav.scrolled{background:rgba(12,12,12,0.95);backdrop-filter:blur(20px);padding:1.2rem 3vw;border-bottom:1px solid rgba(245,239,224,0.07);box-shadow:0 4px 30px rgba(0,0,0,0.4);}
.nav-logo,.nav-logo a{font-weight:800;font-size:1.05rem;letter-spacing:0.08em;text-transform:uppercase;color:#f5efe0;text-decoration:none;white-space:nowrap;justify-self:start;align-self:center;line-height:1;display:inline-flex;align-items:center;}
.nav-logo span{color:#c8853a;}
.nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0;justify-self:center;align-items:center;align-self:center;}
.nav-links a{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.55);text-decoration:none;font-weight:500;transition:color 0.25s;line-height:1;display:inline-flex;align-items:center;white-space:nowrap;}
.nav-links a:hover{color:#f5efe0;}
.nav-right{display:flex;align-items:center;gap:0.75rem;flex-shrink:0;justify-self:end;align-self:center;}
.nav-icon-link{width:44px;height:44px;border:1px solid rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color 0.2s,background 0.2s,color 0.2s;flex-shrink:0;color:rgba(255,255,255,0.75);}
.nav-icon-link:hover{border-color:#c8853a;background:rgba(200,133,58,0.12);color:#f5efe0;}
.nav-icon-link svg{width:20px;height:20px;fill:currentColor;}
.nav-cta{font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:700;color:#f5efe0;text-decoration:none;padding:0.65rem 1.6rem;border:1.5px solid #c8853a;border-radius:100px;transition:all 0.3s;display:inline-flex;align-items:center;white-space:nowrap;background:transparent;}
.nav-cta:hover{background:#c8853a;color:#0e0c0a;box-shadow:0 0 24px rgba(200,133,58,0.35);}

.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;z-index:210;position:relative;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:44px;height:44px;}
.mobile-menu-btn span{display:block;width:22px;height:2px;background:#f5efe0;border-radius:2px;transition:transform 0.3s,opacity 0.3s;}
.mobile-menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.mobile-menu-btn.open span:nth-child(2){opacity:0;transform:scaleX(0);}
.mobile-menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mobile-menu{position:fixed;inset:0;background:rgba(8,8,8,0.98);backdrop-filter:blur(20px);z-index:205;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity 0.35s;padding:2rem;}
.mobile-menu.is-open{opacity:1;pointer-events:all;}
.mobile-nav-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;align-items:center;}
.mobile-nav-links a{display:block;font-size:1.4rem;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;color:rgba(255,255,255,0.45);text-decoration:none;transition:color 0.2s;padding:0.55rem 0;}
.mobile-nav-links a:hover,.mobile-nav-links a:focus{color:#f5efe0;}
.mobile-nav-cta{margin-top:0.5rem;background:#c8853a;color:#0e0c0a !important;padding:1.1rem 3rem;border-radius:100px;font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:700;text-decoration:none;box-shadow:0 8px 30px rgba(200,133,58,0.35);display:inline-flex;align-items:center;gap:0.5rem;}

footer{background:#0e0c0a;border-top:1px solid rgba(245,239,224,0.07);padding:5rem 8vw 2.5rem;}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1300px;margin:0 auto;padding:0 4vw 3.5rem;border-bottom:1px solid rgba(245,239,224,0.07);}
.footer-brand{text-align:left;min-width:0;}
.footer-brand .nav-logo{display:block;margin-bottom:1rem !important;}
.footer-brand p{font-size:0.75rem;line-height:1.8;color:rgba(232,221,208,0.25);font-weight:300;max-width:280px;margin-top:0;}
.footer-col{display:flex;flex-direction:column;gap:0.8rem;text-align:left;}
.footer-col-title{font-size:0.55rem;letter-spacing:0.3em;text-transform:uppercase;color:rgba(200,133,58,0.6);margin-bottom:0.8rem;display:block;font-weight:700;}
.footer-col a{font-size:0.75rem;color:rgba(232,221,208,0.28);text-decoration:none;transition:color 0.2s;font-weight:400;}
.footer-col a:hover{color:rgba(255,255,255,0.7);}
.footer-bottom{max-width:1300px;margin:0 auto;padding:2rem 4vw 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-bottom p{font-size:0.62rem;color:rgba(232,221,208,0.18);}
.footer-socials{display:flex;gap:1rem;}
.footer-socials a{width:34px;height:34px;border:1px solid rgba(245,239,224,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;color:rgba(232,221,208,0.3);text-decoration:none;transition:all 0.2s;font-weight:700;}
.footer-socials a:hover{border-color:#c8853a;color:#c8853a;}
.footer-socials svg{width:13px;height:13px;fill:currentColor;}

@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem;}}
@media(max-width:768px){
  .nav-links{display:none;}
  nav{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;}
  nav.scrolled{padding:1rem 1.5rem;}
  .nav-right{display:none;}
  .mobile-menu-btn{display:flex;}
  .nav-logo,.nav-logo a{font-size:0.95rem;letter-spacing:0.06em;}
  .footer-inner{grid-template-columns:1fr;gap:2rem;padding:0 0 2.5rem;}
  .footer-bottom{padding:1.75rem 0 0;flex-direction:column;align-items:flex-start;gap:0.75rem;}
}

