:root{--color-bg:#fdf9f6;--color-cream:#fffdf9;--color-blush:#f7ecea;--color-powder:#f2dcd7;--color-gold:#c7a27c;--color-gold-soft:#e8c9ab;--color-text:#3d2c29;--color-muted:#7f675f;--color-dark:#1f1815;--shadow-soft:0 12px 30px rgba(50,23,13,0.08);--radius:18px;--transition:0.25s ease}*{box-sizing:border-box}body{margin:0;font-family:'Source Sans 3',sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--color-gold)}h1,h2,h3,h4{font-family:'Playfair Display',serif;color:var(--color-dark);line-height:1.2;margin:0 0 1rem}p{margin:0 0 1.2rem}.container{width:min(1200px,calc(100% - 3rem));margin:0 auto}.container.narrow{max-width:780px}.section{padding:5rem 0}.category-filters{padding-bottom:0}.filter-chips{display:flex;flex-wrap:wrap;gap:0.75rem}.filter-chip{border:1px solid var(--color-muted);background:transparent;color:var(--color-text);border-radius:999px;padding:0.35rem 1.2rem;font-size:0.95rem;cursor:pointer;transition:background var(--transition),color var(--transition),border var(--transition)}.filter-chip.is-active{background:var(--color-dark);color:#fff;border-color:var(--color-dark)}.filter-chip:focus-visible{outline:2px solid var(--color-dark);outline-offset:2px}.section-heading{margin-bottom:3rem}.section-heading h2{margin-bottom:1rem}.section-heading.align-center{text-align:center}.article-related .section-heading{text-align:left}.article-related .cards-grid.three-cols{justify-items:stretch}.article-related .cards-grid.three-cols article{width:100%;max-width:none}.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.sitemap-grid h2{font-size:1.1rem;margin-bottom:0.8rem}.sitemap-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}.sitemap-grid a{color:var(--color-muted);transition:color var(--transition)}.sitemap-grid a:hover{color:var(--color-dark)}.eyebrow{font-size:0.85rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--color-muted);margin-bottom:0.8rem}.hero{min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center;position:relative;color:#fff;padding:8rem 0}.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(6,2,1,0.7),rgba(36,16,9,0.3))}.hero .container{position:relative;z-index:2}.hero h1{font-size:clamp(2.3rem,4vw,3.6rem);color:#fff}.hero-subtitle{font-size:1.2rem;max-width:580px}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.95rem 1.8rem;border-radius:999px;border:none;background:var(--color-dark);color:#fff;font-weight:600;cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.btn-outline{background:transparent;border:1px solid #fff}.btn-secondary{background:var(--color-gold);color:#3f230d}.btn-link{color:var(--color-gold);font-weight:600;display:inline-flex;align-items:center;gap:0.25rem}.btn-link::after{content:'→';transition:transform var(--transition)}.btn-link:hover::after{transform:translateX(4px)}.site-header{position:sticky;top:0;background:rgba(255,255,255,0.95);backdrop-filter:blur(6px);box-shadow:0 6px 20px rgba(66,33,20,0.08);z-index:10}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:500;letter-spacing:0.08em}.site-nav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.site-nav a{font-weight:500;position:relative}.site-nav a::after{content:'';position:absolute;left:0;bottom:-0.3rem;width:100%;height:2px;background:var(--color-gold);transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.site-nav a:hover::after{transform:scaleX(1)}.nav-toggle{display:none;background:transparent;border:none}.nav-toggle__line{width:26px;height:2px;background:var(--color-dark);display:block;position:relative}.nav-toggle__line::before,.nav-toggle__line::after{content:'';position:absolute;width:26px;height:2px;background:var(--color-dark);left:0}.nav-toggle__line::before{top:-7px}.nav-toggle__line::after{top:7px}.cards-grid{display:grid;gap:1.5rem}.cards-grid.four-cols{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cards-grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;height:100%}.card-image{min-height:200px;background-size:cover;background-position:center}.card-body{padding:1.5rem}.product-card .card-body{flex:1}.product-price{font-weight:600;color:var(--color-dark);margin:0 0 0.4rem}.product-price--highlight{font-size:1.1rem}.product-rating{font-size:0.9rem;color:var(--color-muted);margin:0 0 0.6rem;display:flex;align-items:center;gap:0.35rem}.rating-star{color:var(--color-gold);font-size:1rem}.product-image{position:relative;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.product-image img{width:100%;height:280px;object-fit:cover}.product-tag{position:absolute;top:1rem;left:1rem;background:rgba(255,255,255,0.9);color:var(--color-dark);padding:0.25rem 0.8rem;border-radius:999px;font-size:0.8rem;font-weight:600}.reassurance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.reassurance-grid article{background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.featured-categories .card-image,.editorial .card-image,.article-card .card-image{min-height:240px}.category-alert{background:var(--color-blush);padding:1.5rem;border-radius:var(--radius);text-align:center;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-grid.single-result{grid-template-columns:repeat(4,minmax(0,1fr))}.product-detail .product-gallery img{border-radius:var(--radius);margin-bottom:1rem;box-shadow:var(--shadow-soft)}.product-gallery .carousel{position:relative}.product-gallery .carousel-viewport{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.product-gallery .carousel-track{display:flex;transition:transform 0.4s ease}.product-gallery .carousel-slide{min-width:100%}.product-gallery .carousel-slide img{width:100%;display:block;margin-bottom:0;border-radius:0;box-shadow:none}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;border-radius:999px;border:none;background:rgba(255,255,255,0.92);color:var(--color-ink);font-size:1.3rem;cursor:pointer;box-shadow:var(--shadow-soft)}.carousel-prev{left:0.75rem}.carousel-next{right:0.75rem}.carousel-dots{display:flex;justify-content:center;gap:0.4rem;margin-top:0.75rem}.carousel-dot{width:10px;height:10px;border-radius:999px;border:none;background:#d7c1a6;opacity:0.6;cursor:pointer}.carousel-dot.is-active{opacity:1;background:var(--color-gold)}.product-layout{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-description{margin:1rem 0 1.5rem}.product-description .product-intro{font-size:1.05rem;color:var(--color-muted)}.product-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin:1rem 0 1.5rem}.product-highlights{list-style:none;padding:0;margin:2rem 0}.product-highlights li{margin-bottom:0.5rem;padding-left:1.4rem;position:relative}.product-highlights li::before{content:'';position:absolute;left:0;top:0.6rem;width:10px;height:2px;background:var(--color-gold)}.product-note{font-size:0.95rem;color:var(--color-muted);margin-bottom:1.2rem}.product-faq .faq-item{background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-bottom:1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-form input,.contact-form textarea,.newsletter-form input{width:100%;padding:0.85rem 1rem;border-radius:999px;border:1px solid rgba(61,44,41,0.2);margin-bottom:1rem;font-family:inherit;background:var(--color-cream)}.contact-form textarea{border-radius:18px}.site-footer{background:var(--color-dark);color:#f6ede8;padding:4rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.site-footer .logo{color:#fff}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{margin-bottom:0.8rem}.contact-list span{font-weight:600;color:#f5d9c7}.note-partner{font-size:0.85rem;color:rgba(255,255,255,0.7)}.newsletter-form{display:flex;gap:0.5rem;flex-wrap:wrap}.newsletter-form button{flex:1;min-width:160px}.breadcrumbs-wrapper{background:var(--color-cream)}.breadcrumbs-wrapper .container{padding:0.8rem 0}.breadcrumbs{margin:0}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.5rem;font-size:0.95rem}.breadcrumbs li::after{content:'›';margin-left:0.5rem;color:var(--color-muted)}.breadcrumbs li[aria-current='page']::after{content:''}.article-image{border-radius:var(--radius);min-height:320px;background-size:cover;background-position:center;margin:2rem 0}.article-figure{margin:2.2rem 0}.article-figure img{width:100%;height:auto;border-radius:var(--radius);display:block;object-fit:cover;aspect-ratio:16 / 9}.article-figure figcaption{margin-top:0.7rem;font-size:0.92rem;color:var(--color-muted);font-style:italic;text-align:center}.article h2{margin-top:3rem}.article-list h1{text-align:center;margin-bottom:2rem}.article-product-block,.article-related{margin:3rem 0}.article-product-block .section-heading,.article-related .section-heading{text-align:left}.article-related .card-body p{margin-bottom:0.8rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.gallery-grid img{width:100%;border-radius:var(--radius);object-fit:cover}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.detail-grid > div{background:#fff;border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-soft)}.detail-grid ul{list-style:none;padding:0;margin:0}.detail-grid li{margin-bottom:0.6rem}.gown-hero .product-gallery img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:960px){.site-nav{position:absolute;inset:100% 1.5rem auto;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1rem 1.5rem;display:none}.site-nav.is-open{display:block}.site-nav ul{flex-direction:column;gap:0.5rem}.nav-toggle{display:block}.hero{padding:6rem 0}}@media (max-width:640px){.hero-ctas{flex-direction:column}.cards-grid.four-cols,.cards-grid.three-cols,.product-grid{grid-template-columns:1fr}.product-grid.single-result{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.carousel-btn{width:2.2rem;height:2.2rem;font-size:1.1rem}}