*{margin:0;padding:0;box-sizing:border-box}
:root{--ivory:#FAF7F2;--espresso:#1C1410;--rose:#C4927A;--sage:#8A9E8C;--gold:#C9A96E;--rose-light:#F2E8E2;--text-muted:#7A6F68;--rule:#D8C9BC;}
html{scroll-behavior:smooth}
body{background:var(--ivory);color:var(--espresso);font-family:"Jost",sans-serif;font-weight:300}
a{text-decoration:none;color:inherit}
nav{background:var(--ivory);border-bottom:0.5px solid var(--rule);position:sticky;top:0;z-index:100;transition:box-shadow 0.3s}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;transition:height 0.3s}
nav.nav-scrolled{box-shadow:0 4px 16px rgba(28,20,16,0.06)}
nav.nav-scrolled .nav-inner{height:48px}
nav.nav-scrolled .nav-logo img{height:28px!important;transition:height 0.3s}
.nav-logo{display:flex;align-items:center;gap:0.75rem;cursor:pointer;text-decoration:none}
.nav-logo img{transition:height 0.3s}
.nav-logo-text{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:500;letter-spacing:0.04em;color:var(--espresso)}
.nav-logo-text span{color:var(--rose)}
.nav-links{display:flex;gap:2rem;align-items:center}
.nav-links a{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;font-weight:500;color:var(--text-muted);transition:color 0.2s}
.nav-links a:hover{color:var(--espresso)}
.btn-subscribe{background:var(--espresso);color:var(--ivory);font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:500;padding:0.5rem 1.2rem;border:none;cursor:pointer;font-family:"Jost",sans-serif;transition:background 0.2s}
.btn-subscribe:hover{background:var(--rose)}
.hero{background:var(--espresso);min-height:580px;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-bg-text{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);font-family:"Playfair Display",serif;font-size:18rem;font-weight:700;color:rgba(255,255,255,0.03);line-height:1;pointer-events:none;user-select:none;white-space:nowrap}
.hero-inner{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}
.hero-eyebrow{font-size:0.68rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1.2rem;display:flex;align-items:center;gap:0.75rem}
.hero-eyebrow::before{content:"";display:block;width:28px;height:0.5px;background:var(--gold)}
.hero-headline{font-family:"Playfair Display",serif;font-size:3.6rem;font-weight:400;line-height:1.1;color:#FAF7F2;margin-bottom:1.5rem}
.hero-headline em{font-style:italic;color:var(--rose)}
.hero-sub{font-size:0.95rem;line-height:1.75;color:rgba(250,247,242,0.65);max-width:420px;margin-bottom:2rem}
.hero-cta{display:inline-block;border:0.5px solid rgba(250,247,242,0.35);color:var(--ivory);font-size:0.7rem;letter-spacing:0.16em;text-transform:uppercase;font-weight:500;padding:0.85rem 2rem;transition:all 0.2s;cursor:pointer}
.hero-cta:hover{background:var(--rose);border-color:var(--rose)}
.hero-featured-card{background:rgba(250,247,242,0.04);border:0.5px solid rgba(250,247,242,0.1);padding:2rem;cursor:pointer}
.hero-card-img{width:100%;height:240px;background:linear-gradient(135deg,#3a2a22 0%,#5a3d30 50%,#2c1f19 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden}
.hero-card-img img{width:100%;height:100%;object-fit:cover;display:block;animation:heroKenBurns 24s ease-in-out infinite alternate}
@keyframes heroKenBurns{0%{transform:scale(1) translate(0,0)}100%{transform:scale(1.12) translate(-1.5%,-1.5%)}}
.hero-card-img-placeholder{font-family:"Playfair Display",serif;font-size:3rem;font-style:italic;color:rgba(250,247,242,0.15)}
.hero-card-cat{font-size:0.63rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.6rem}
.hero-card-title{font-family:"Playfair Display",serif;font-size:1.45rem;font-weight:400;line-height:1.25;color:var(--ivory);margin-bottom:0.75rem}
.hero-card-excerpt{font-size:0.85rem;color:rgba(250,247,242,0.55);line-height:1.65}
.section{max-width:1200px;margin:0 auto;padding:4rem 2rem}
.section-header{display:flex;align-items:baseline;justify-content:space-between;border-top:0.5px solid var(--rule);padding-top:1.2rem;margin-bottom:2.5rem}
.section-title{font-family:"Playfair Display",serif;font-size:1.75rem;font-weight:400}
.section-title em{font-style:italic;color:var(--rose)}
.section-link{font-size:0.65rem;letter-spacing:0.16em;text-transform:uppercase;font-weight:500;color:var(--text-muted);border-bottom:0.5px solid var(--rule);padding-bottom:1px;cursor:pointer;transition:color 0.2s}
.section-link:hover{color:var(--espresso)}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:stretch}
.article-card{cursor:pointer;display:flex;flex-direction:column;height:100%}
.article-card-img{width:100%;aspect-ratio:4/3;margin-bottom:1.1rem;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-size:2rem;font-style:italic;transition:opacity 0.2s;flex-shrink:0}
.article-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.follow-section{background:var(--rose-light);padding:4rem 0;border-top:0.5px solid var(--rule);border-bottom:0.5px solid var(--rule)}
.follow-inner{max-width:600px;margin:0 auto;padding:0 2rem;text-align:center}
.follow-eyebrow{font-size:0.65rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.75rem}
.follow-title{font-family:"Playfair Display",serif;font-size:2rem;font-weight:400;margin-bottom:0.75rem}
.follow-title em{font-style:italic;color:var(--rose)}
.follow-sub{font-size:0.9rem;line-height:1.7;color:var(--text-muted);max-width:440px;margin:0 auto 2rem}
.follow-links{display:flex;flex-direction:column;gap:0.85rem;max-width:320px;margin:0 auto}
.follow-link{display:flex;align-items:center;gap:0.75rem;background:var(--ivory);border:0.5px solid var(--rule);padding:0.9rem 1.25rem;font-size:0.82rem;font-weight:500;color:var(--espresso);transition:all 0.2s;text-decoration:none}
.follow-link:hover{background:var(--espresso);color:var(--ivory);border-color:var(--espresso)}
.follow-link svg{width:19px;height:19px;flex-shrink:0}
@media(max-width:600px){.follow-title{font-size:1.6rem}}
.article-card:hover .article-card-img{opacity:0.82}
.img-rose{background:#DEB8A4}.img-sage{background:#B5C4B7}.img-cream{background:#D8C9B4}.img-blush{background:#E8CFC2}.img-sand{background:#C9B8A2}.img-taupe{background:#BDB0A4}
.article-cat{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:500;color:var(--rose);margin-bottom:0.5rem}
.article-title{font-family:"Playfair Display",serif;font-size:1.2rem;font-weight:400;line-height:1.3;margin-bottom:0.5rem;transition:color 0.2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}
.article-card:hover .article-title{color:var(--rose)}
.article-excerpt{font-size:0.82rem;color:var(--text-muted);line-height:1.65;margin-bottom:0.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}
.article-meta{font-size:0.65rem;letter-spacing:0.1em;color:var(--text-muted);display:flex;align-items:center;gap:0.5rem;margin-top:auto}
.article-meta::before{content:"";display:inline-block;width:16px;height:0.5px;background:var(--rule)}
.featured-strip{background:#F2E8E2;border-top:0.5px solid var(--rule);border-bottom:0.5px solid var(--rule);padding:3.5rem 0}
.featured-strip-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 2fr 1fr;gap:3rem;align-items:center}
.strip-label{font-size:0.62rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.75rem}
.strip-quote{font-family:"Cormorant Garamond",serif;font-size:2rem;font-weight:300;font-style:italic;line-height:1.35;color:var(--espresso);text-align:center}
.topics-band{background:var(--espresso);padding:2rem 0}
.topics-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;overflow-x:auto}
.topic-pill{flex-shrink:0;font-size:0.65rem;letter-spacing:0.16em;text-transform:uppercase;font-weight:500;color:rgba(250,247,242,0.5);padding:0.5rem 1.5rem;border-right:0.5px solid rgba(250,247,242,0.12);transition:color 0.2s;cursor:pointer;white-space:nowrap}
.topic-pill:first-child{border-left:0.5px solid rgba(250,247,242,0.12)}
.topic-pill:hover,.topic-pill.active{color:var(--gold)}
.membership{background:var(--espresso);padding:5rem 0}
.membership-inner{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center}
.membership-eyebrow{font-size:0.65rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1.2rem}
.membership-title{font-family:"Playfair Display",serif;font-size:2.8rem;font-weight:400;color:var(--ivory);line-height:1.15;margin-bottom:1.2rem}
.membership-title em{font-style:italic;color:var(--rose)}
.membership-sub{font-size:0.95rem;line-height:1.8;color:rgba(250,247,242,0.6);max-width:560px;margin:0 auto 2.5rem}
.membership-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;text-align:left}
.membership-card{border:0.5px solid rgba(250,247,242,0.12);padding:1.5rem}
.membership-card-icon{font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.75rem}
.membership-card-title{font-family:"Playfair Display",serif;font-size:1.1rem;font-weight:400;color:var(--ivory);margin-bottom:0.5rem}
.membership-card-text{font-size:0.82rem;line-height:1.65;color:rgba(250,247,242,0.5)}
.btn-join{background:var(--rose);color:var(--ivory);font-size:0.7rem;letter-spacing:0.14em;text-transform:uppercase;font-weight:500;padding:0.9rem 2.5rem;border:none;cursor:pointer;font-family:"Jost",sans-serif;transition:background 0.2s}
.btn-join:hover{background:#b07560}
.newsletter{border-top:0.5px solid var(--rule);padding:4rem 0}
.newsletter-inner{max-width:600px;margin:0 auto;padding:0 2rem;text-align:center}
.newsletter-eyebrow{font-size:0.62rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.75rem}
.newsletter-title{font-family:"Playfair Display",serif;font-size:2rem;font-weight:400;margin-bottom:0.75rem}
.newsletter-sub{font-size:0.85rem;line-height:1.7;color:var(--text-muted);margin-bottom:2rem}
.gold-divider{width:32px;height:0.5px;background:var(--gold);margin:0 auto 2rem}
.newsletter-form{display:flex;gap:0;max-width:420px;margin:0 auto}
.newsletter-input{flex:1;border:0.5px solid var(--rule);background:white;padding:0.75rem 1rem;font-size:0.82rem;font-family:"Jost",sans-serif;outline:none}
.newsletter-input:focus{border-color:var(--rose)}
.newsletter-btn{background:var(--espresso);color:var(--ivory);border:none;padding:0.75rem 1.25rem;font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:500;font-family:"Jost",sans-serif;cursor:pointer;transition:background 0.2s;white-space:nowrap}
.newsletter-btn:hover{background:var(--rose)}
footer{background:var(--espresso);border-top:0.5px solid rgba(250,247,242,0.1);padding:3rem 0 2rem}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2rem;border-bottom:0.5px solid rgba(250,247,242,0.1);margin-bottom:1.5rem}
.footer-brand-name{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:500;color:var(--ivory);margin-bottom:0.75rem;letter-spacing:0.04em}
.footer-brand-name span{color:var(--rose)}
.footer-brand-desc{font-size:0.8rem;line-height:1.7;color:rgba(250,247,242,0.4);max-width:260px}
.footer-col-title{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1rem}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.footer-links a{font-size:0.8rem;color:rgba(250,247,242,0.45);transition:color 0.2s}
.footer-links a:hover{color:var(--ivory)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:0.72rem;color:rgba(250,247,242,0.25)}
.social-links{display:flex;gap:1.25rem}
.social-links a{font-size:0.65rem;letter-spacing:0.12em;text-transform:uppercase;color:rgba(250,247,242,0.3);transition:color 0.2s}
.social-links a:hover{color:var(--rose)}
.article-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--ivory);z-index:200;overflow-y:auto}
.article-overlay.open{display:block}
.article-page{max-width:720px;margin:0 auto;padding:3rem 2rem 6rem}
.article-back{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.68rem;letter-spacing:0.14em;text-transform:uppercase;font-weight:500;color:var(--text-muted);margin-bottom:2.5rem;cursor:pointer;border:none;background:none;font-family:"Jost",sans-serif;transition:color 0.2s}
.article-back:hover{color:var(--rose)}
.article-page-cat{font-size:0.63rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:1rem}
.article-page-title{font-family:"Playfair Display",serif;font-size:2.6rem;font-weight:400;line-height:1.15;margin-bottom:1.2rem}
.article-page-meta{font-size:0.75rem;color:var(--text-muted);letter-spacing:0.08em;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:0.5px solid var(--rule)}
.article-page-img{width:100%;height:300px;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-size:4rem;font-style:italic;color:rgba(28,20,16,0.2);overflow:hidden}
.article-page-img img{width:100%;height:100%;object-fit:cover;display:block}
.article-page-body{font-size:1rem;line-height:1.85;color:var(--espresso)}
.article-page-body p{margin-bottom:1.5rem}
.article-page-body h2{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:400;margin:2.5rem 0 1rem}
.article-page-body h3{font-family:"Playfair Display",serif;font-size:1.15rem;font-weight:400;font-style:italic;margin:1.75rem 0 0.6rem;color:var(--rose)}
.article-page-body blockquote{border-left:2px solid var(--rose);padding:0.75rem 1.5rem;margin:2rem 0;font-family:"Cormorant Garamond",serif;font-size:1.3rem;font-style:italic;line-height:1.5}
.related-section{margin-top:4rem;padding-top:2.5rem;border-top:0.5px solid var(--rule)}
.related-title{font-family:"Playfair Display",serif;font-size:1.4rem;font-weight:400;margin-bottom:1.75rem}
.related-title em{font-style:italic;color:var(--rose)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.related-card{cursor:pointer}
.related-card-img{width:100%;aspect-ratio:4/3;overflow:hidden;margin-bottom:0.75rem;transition:opacity 0.2s}
.related-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.related-card:hover .related-card-img{opacity:0.82}
.related-cat{font-size:0.6rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.4rem}
.related-card-title{font-family:"Playfair Display",serif;font-size:0.98rem;font-weight:400;line-height:1.3;transition:color 0.2s}
.related-card:hover .related-card-title{color:var(--rose)}
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem;width:32px;height:32px}
.hamburger span{display:block;width:100%;height:1px;background:var(--espresso)}
.mobile-menu{display:none;flex-direction:column;position:fixed;top:64px;left:0;width:100%;background:var(--ivory);border-bottom:0.5px solid var(--rule);z-index:150;padding:0.5rem 2rem 1.5rem;box-shadow:0 8px 20px rgba(28,20,16,0.06)}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:0.78rem;letter-spacing:0.1em;text-transform:uppercase;font-weight:500;color:var(--espresso);padding:0.9rem 0;border-bottom:0.5px solid var(--rule)}
.mobile-menu .btn-subscribe{margin-top:1.2rem;text-align:center}
.search-btn{background:none;border:none;cursor:pointer;padding:0.5rem;display:flex;align-items:center;color:var(--espresso)}
.search-btn svg{width:17px;height:17px}
.search-panel{display:none;position:fixed;top:64px;left:0;width:100%;background:var(--ivory);border-bottom:0.5px solid var(--rule);z-index:160;box-shadow:0 8px 20px rgba(28,20,16,0.06)}
.search-panel.open{display:block}
.search-panel-inner{max-width:700px;margin:0 auto;padding:1.5rem 2rem}
.search-input-row{display:flex;align-items:center;border-bottom:1px solid var(--espresso);padding-bottom:0.6rem;gap:0.75rem}
.search-input{flex:1;border:none;background:none;outline:none;font-family:"Jost",sans-serif;font-size:1.1rem;font-weight:300;color:var(--espresso)}
.search-close{background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text-muted);line-height:1}
.search-results{margin-top:1.25rem;max-height:50vh;overflow-y:auto}
.search-result-row{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;border-bottom:0.5px solid var(--rule);cursor:pointer}
.search-result-img{width:56px;height:56px;flex-shrink:0;overflow:hidden}
.search-result-img img{width:100%;height:100%;object-fit:cover;display:block}
.search-result-text-cat{font-size:0.6rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:0.2rem}
.search-result-text-title{font-family:"Playfair Display",serif;font-size:0.95rem;line-height:1.3}
.search-empty{color:var(--text-muted);font-size:0.85rem;padding:1rem 0}
.topic-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--ivory);z-index:180;overflow-y:auto}
.topic-overlay.open{display:block}
.topic-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}
.topic-page-header{border-bottom:0.5px solid var(--rule);padding-bottom:2rem;margin-bottom:2.5rem}
.topic-page-title{font-family:"Playfair Display",serif;font-size:2.4rem;font-weight:400;margin-bottom:0.5rem}
.topic-page-title em{font-style:italic;color:var(--rose)}
.topic-page-count{font-size:0.72rem;letter-spacing:0.1em;color:var(--text-muted);text-transform:uppercase}
.topic-empty-note{background:#F2E8E2;border:0.5px solid var(--rule);padding:1.5rem 2rem;margin-bottom:3rem;font-size:0.9rem;line-height:1.7;color:var(--text-muted)}
.topic-empty-note strong{color:var(--espresso);font-family:"Playfair Display",serif;font-style:italic;font-weight:400;font-size:1rem}
.share-row{display:flex;align-items:center;gap:0.5rem;margin:2rem 0 0;padding-top:1.5rem;border-top:0.5px solid var(--rule)}
.share-label{font-size:0.62rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-right:0.15rem}
.share-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0.5px solid var(--rule);border-radius:50%;background:none;cursor:pointer;color:var(--espresso);transition:all 0.2s;text-decoration:none}
.share-btn:hover{background:var(--espresso);color:var(--ivory);border-color:var(--espresso)}
.share-btn svg{width:12px;height:12px}
.share-copied{font-size:0.72rem;color:var(--sage);margin-left:0.25rem;opacity:0;transition:opacity 0.2s}
.share-copied.show{opacity:1}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-featured-card{display:none}.article-grid{grid-template-columns:1fr 1fr}.featured-strip-inner{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.nav-links{display:none}.hamburger{display:flex}}
@media(max-width:600px){.article-grid{grid-template-columns:1fr}.membership-cards{grid-template-columns:1fr}.hero-headline{font-size:2.4rem}.article-page-title{font-size:1.9rem}.related-grid{grid-template-columns:1fr}}
