:root{
  --wine:#7B2830;
  --wine-light:#A8424D;
  --wine-dark:#5A1C22;
  --gold:#D4A73A;
  --gold-light:#F2C46D;
  --gold-dark:#B28A2B;
  --black:#090909;
  --ink:#211A1B;
  --muted:#716668;
  --paper:#FCF8F4;
  --surface:#FFFFFF;
  --soft:#F2ECE6;
  --line:#E8DED7;
  --shadow:0 18px 55px rgba(57,25,28,.12);
  --shadow-soft:0 10px 35px rgba(57,25,28,.08);
  --radius:24px;
  --serif:"Playfair Display",Georgia,serif;
  --sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --container:min(1180px,calc(100% - 40px));
  --narrow:min(820px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:var(--container);margin-inline:auto}
.narrow{width:var(--narrow)!important}
.site-shell{overflow:hidden}
.skip-link,.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link:focus{clip:auto!important;width:auto!important;height:auto!important;margin:0!important;left:12px;top:12px;padding:10px 14px!important;background:white;color:black;z-index:9999;border-radius:10px}

/* Header: intentionally NOT sticky/fixed */
.site-header{position:relative;z-index:50;padding:18px 0 0;background:var(--paper)}
.header-inner{width:var(--container);margin-inline:auto;min-height:82px;background:var(--black);border:1px solid rgba(212,167,58,.28);border-radius:28px;box-shadow:0 14px 40px rgba(0,0,0,.17);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:8px 18px 8px 22px;position:relative}
.header-inner::after{content:"";position:absolute;inset:4px;border:1px solid rgba(123,40,48,.28);border-radius:23px;pointer-events:none}
.brand{display:flex;align-items:center;z-index:1}
.brand img{width:260px;max-height:66px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:8px;z-index:1}
.main-nav a{color:#fff;font-family:var(--serif);font-size:1.02rem;font-weight:700;padding:11px 16px;border-radius:999px;transition:.2s ease}
.main-nav a:hover,.main-nav a.active{background:var(--wine);color:#fff;box-shadow:inset 0 0 0 1px rgba(242,196,109,.22)}
.menu-toggle{display:none;width:44px;height:44px;border-radius:14px;background:#151515;border:1px solid #343434;position:relative;z-index:2;cursor:pointer;padding:10px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:9px;transition:.2s}

h1,h2,h3,h4{font-family:var(--serif);color:var(--wine-dark);line-height:1.12;margin:0;letter-spacing:-.025em}
p{margin:0 0 1rem}
.kicker,.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.73rem;color:var(--gold-dark);margin-bottom:12px}
.kicker::before,.eyebrow::before{content:"";width:30px;height:2px;background:var(--gold)}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--wine);font-weight:800;font-size:.94rem}
.text-link:hover{color:var(--gold-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease}
.btn.primary{background:var(--wine);color:white;box-shadow:0 10px 24px rgba(123,40,48,.18)}
.btn.primary:hover{background:var(--wine-dark);transform:translateY(-1px)}
.btn.secondary{background:white;border-color:var(--line);color:var(--wine)}
.btn.secondary:hover{border-color:var(--gold)}
.btn.dark{background:#171112;color:white}
.btn.dark:hover{background:var(--wine-dark)}

.hero{padding:66px 0 74px;position:relative;background:radial-gradient(circle at 85% 10%,rgba(212,167,58,.13),transparent 26%),linear-gradient(180deg,#fff 0%,var(--paper) 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.hero h1{font-size:clamp(2.85rem,4.8vw,3.65rem);max-width:720px}
.hero h1 em{font-style:normal;color:var(--wine);position:relative;white-space:nowrap}
.hero h1 em::after{content:"";position:absolute;left:2%;right:0;bottom:.05em;height:.1em;background:var(--gold-light);z-index:-1;transform:rotate(-1deg)}
.hero-lead{font-size:1.08rem;color:#594E50;max-width:690px;margin:22px 0 26px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}
.hero-notes{display:flex;flex-wrap:wrap;gap:15px;color:var(--muted);font-size:.86rem}
.hero-notes span::before{content:"•";color:var(--gold-dark);margin-right:7px}
.hero-art{position:relative;min-height:470px;display:grid;place-items:center}
.hero-art>img{width:min(93%,500px);aspect-ratio:1/1;object-fit:cover;border-radius:48% 48% 25px 25px;box-shadow:var(--shadow);border:8px solid white;position:relative;z-index:2}
.brand-orbit{position:absolute;width:88%;aspect-ratio:1;border:1px solid rgba(123,40,48,.14);border-radius:50%;right:-7%;top:3%}
.hero-quote{position:absolute;z-index:3;right:-2%;bottom:18px;width:250px;background:var(--wine-dark);color:white;border-radius:22px;padding:18px 20px;box-shadow:0 18px 40px rgba(90,28,34,.24)}
.hero-quote small{display:block;color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:800;margin-bottom:6px}
.hero-quote strong{font-family:var(--serif);font-size:1.18rem;line-height:1.25}

.section{padding:80px 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:34px;margin-bottom:32px}
.section-heading>div{max-width:780px}
.section-heading h2,.bridge-copy h2,.newsletter h2{font-size:clamp(2rem,3.4vw,2.7rem)}
.section-heading p{color:var(--muted);max-width:700px;margin-top:12px}
.featured-section{background:#fff}
.featured-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}
.lead-story{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.lead-media{display:block;aspect-ratio:16/9;overflow:hidden}
.lead-media img,.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.lead-story:hover img,.article-card:hover .card-media img{transform:scale(1.025)}
.lead-copy{padding:24px 26px 26px}
.lead-copy h3{font-size:clamp(1.65rem,2.8vw,2.25rem);margin:8px 0 10px}
.lead-copy p{color:var(--muted);margin-bottom:14px}
.side-stories{display:grid;gap:22px}
.card-meta{display:flex;align-items:center;gap:12px;font-size:.76rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.card-meta a{color:var(--wine);font-weight:800}
.card-meta span::before{content:"•";margin-right:12px;color:var(--gold)}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(50,25,27,.05);display:flex;flex-direction:column;min-width:0}
.card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--soft)}
.card-body{padding:20px 20px 22px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.card-body h3{font-size:1.38rem;margin:8px 0 9px}
.card-body p{color:var(--muted);font-size:.93rem;margin:0 0 14px;flex:1}
.article-card.compact{display:grid;grid-template-columns:1fr;border-radius:20px}
.article-card.compact .card-media{aspect-ratio:16/8}
.article-card.compact .card-body{padding:18px}
.article-card.compact h3{font-size:1.18rem}
.article-card.compact p{display:none}

.bridge-section{background:var(--wine-dark);color:white;position:relative;overflow:hidden}
.bridge-section::after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(242,196,109,.12);border-radius:50%;right:-220px;top:-280px}
.bridge-section .container{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;position:relative;z-index:2}
.bridge-copy h2{color:white}
.bridge-copy p{color:#E8D9D6;margin:16px 0 24px}
.bridge-cards{display:grid;gap:12px}
.bridge-cards>div{display:grid;grid-template-columns:48px 1fr;gap:3px 14px;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:18px 20px;background:rgba(255,255,255,.055)}
.bridge-cards span{grid-row:1/3;color:var(--gold-light);font-family:var(--serif);font-size:1.35rem}
.bridge-cards strong{font-family:var(--serif);font-size:1.15rem;color:white}
.bridge-cards p{margin:2px 0 0;color:#D8C9C7;font-size:.9rem}
.center-action{text-align:center;margin-top:30px}

.ad-slot{width:var(--container);margin:22px auto 0;min-height:92px;border:1px dashed #CFC3BA;border-radius:18px;background:#F6F1EC;color:#8A7D78;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;padding:16px}
.ad-slot span{text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:800}
.ad-slot small{font-size:.74rem}

.explore-section,.soft-section{background:#F4EEE9}
.category-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.category-list>a{padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:white;display:grid;gap:3px;transition:.2s ease}
.category-list>a:hover{border-color:var(--gold);transform:translateY(-1px)}
.category-list span{font-family:var(--serif);font-size:1.15rem;font-weight:700;color:var(--wine-dark)}
.category-list small{color:var(--muted);font-size:.83rem}

.newsletter{padding:74px 0;background:var(--paper)}
.newsletter-box{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center;background:#111;color:white;border-radius:30px;padding:38px 42px;border:1px solid rgba(212,167,58,.25);box-shadow:var(--shadow)}
.newsletter h2{color:white}
.newsletter p{color:#D9CDCA;margin-top:10px}
.newsletter-form{display:flex;gap:10px;background:#fff;padding:7px;border-radius:999px}
.newsletter-form input{flex:1;border:0;outline:0;padding:0 14px;min-width:0;background:transparent}

.page-hero{padding:62px 0 54px;background:linear-gradient(180deg,#fff 0%,var(--paper) 100%)}
.page-hero .container{max-width:950px}
.page-hero h1{font-size:clamp(2.65rem,4.5vw,3.55rem);margin:4px 0 13px}
.page-hero p{font-size:1.05rem;color:var(--muted);max-width:740px}
.category-hero{background:radial-gradient(circle at 90% 10%,rgba(212,167,58,.12),transparent 30%),#fff}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;font-size:.78rem;color:#8A7D78;margin-bottom:23px}
.breadcrumbs a:hover{color:var(--wine)}
.breadcrumbs b{font-weight:400;color:#C0B4AE}
.archive-tools{display:flex;align-items:center;gap:18px;margin-top:24px;color:var(--muted);font-size:.85rem}
.empty-state{grid-column:1/-1;border:1px dashed var(--line);border-radius:20px;padding:34px;background:white;text-align:center}
.empty-state h2{font-size:1.8rem;margin-bottom:8px}

.article-header{padding:54px 0 28px;background:#fff}
.article-category a{display:inline-flex;padding:6px 10px;border-radius:999px;background:#F4E8E9;color:var(--wine);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.article-header h1{font-size:clamp(2.35rem,4vw,3.25rem)}
.article-deck{font-size:1.08rem;color:var(--muted);margin:17px 0 17px}
.article-byline{display:flex;flex-wrap:wrap;gap:13px;color:#817477;font-size:.82rem}
.article-byline span+span::before{content:"•";margin-right:13px;color:var(--gold-dark)}
.article-image{padding-top:22px}
.article-image img{width:100%;max-height:640px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-soft)}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 270px;gap:54px;align-items:start;padding-top:44px;padding-bottom:76px;justify-content:center}
.article-content{font-size:1.06rem;line-height:1.8}
.article-content>p:first-child{font-size:1.12rem;color:#4D4345}
.article-content h2{font-size:1.95rem;margin:34px 0 11px}
.article-content h3{font-size:1.5rem;margin:28px 0 10px}
.article-content a{color:var(--wine);text-decoration:underline;text-decoration-color:rgba(123,40,48,.25);text-underline-offset:3px;font-weight:700}
.article-content ul{padding-left:22px}
.article-content li{margin:7px 0}
.article-content blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid var(--gold);background:#F6F0EB;border-radius:0 14px 14px 0;font-family:var(--serif);font-size:1.25rem;color:var(--wine-dark)}
.article-aside{display:grid;gap:18px;position:sticky;top:20px}
.article-aside .ad-slot{width:100%;margin:0;min-height:180px}
.aside-box{background:#111;color:white;border-radius:20px;padding:20px;display:grid;gap:10px}
.aside-box .kicker{color:var(--gold-light);margin-bottom:4px}
.aside-box a{padding:10px 0;border-top:1px solid #2C2829;font-size:.9rem;font-weight:700}
.aside-box a:hover{color:var(--gold-light)}
.article-tags{margin-top:36px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.82rem}
.article-tags a{background:#F2E8E4;text-decoration:none;padding:6px 9px;border-radius:999px}
.related{background:#F4EEE9}

.search-form{display:flex;gap:10px;margin-top:26px;max-width:720px}
.search-form input{flex:1;min-width:0;border:1px solid var(--line);border-radius:999px;background:white;padding:0 18px;outline:0}
.search-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,167,58,.12)}
.search-status{margin-bottom:22px;color:var(--muted);font-weight:600}

.prose-page{max-width:860px;font-size:1.03rem}
.prose-page h2{font-size:1.85rem;margin:30px 0 10px}
.prose-page a{color:var(--wine);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.notice{padding:18px 20px;border-radius:16px;background:#FFF5DB;border:1px solid #F0D99C;margin:0 0 24px;color:#5E4B1D}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-grid>div{background:white;border:1px solid var(--line);border-radius:20px;padding:24px}

.site-footer{background:#080808;color:#D8CECC;padding:56px 0 0;border-top:3px solid var(--wine)}
.footer-grid{display:grid;grid-template-columns:1.45fr .75fr .95fr .95fr;gap:44px;padding-bottom:38px}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-brand img{width:260px;max-height:78px;object-fit:contain;object-position:left;margin-bottom:15px}
.footer-brand p{max-width:410px;color:#AFA5A3;font-size:.9rem}
.site-footer h2{color:white;font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;margin:7px 0 7px}
.site-footer a{font-size:.88rem;color:#CFC5C3;transition:.2s}
.site-footer a:hover{color:var(--gold-light)}
.socials{display:flex;gap:8px;margin-top:15px}
.socials a{width:34px;height:34px;border-radius:50%;border:1px solid #302B2C;display:grid;place-items:center;font-size:.68rem;font-weight:800}
.footer-bottom{border-top:1px solid #242021;min-height:74px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#8F8583;font-size:.76rem}

@media(max-width:1050px){
  .hero-grid{gap:38px}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
  .article-layout{grid-template-columns:minmax(0,720px)}
  .article-aside{position:static;grid-template-columns:1fr 1fr}.article-aside .ad-slot{min-height:130px}
}
@media(max-width:860px){
  .header-inner{border-radius:23px;min-height:74px;padding:6px 12px 6px 18px}.header-inner::after{border-radius:19px}.brand img{width:225px;max-height:60px}
  .menu-toggle{display:block}.main-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#0B0B0B;border:1px solid #2A2425;border-radius:20px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:12px 14px}.main-nav a:hover,.main-nav a.active{background:var(--wine)}
  .hero{padding-top:50px}.hero-grid{grid-template-columns:1fr}.hero-copy-wrap{max-width:760px}.hero-art{min-height:430px}.hero-art>img{width:min(72%,500px)}.hero-quote{right:8%}
  .featured-grid,.bridge-section .container,.newsletter-box{grid-template-columns:1fr}.side-stories{grid-template-columns:1fr 1fr}.bridge-section .container{gap:35px}.newsletter-box{gap:28px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:640px){
  :root{--container:min(100% - 28px,1180px);--narrow:min(100% - 28px,820px)}
  .site-header{padding-top:12px}.header-inner{min-height:68px;border-radius:20px}.header-inner::after{border-radius:16px}.brand img{width:188px}.main-nav{top:75px}
  .hero{padding:42px 0 56px}.hero h1{font-size:2.65rem}.hero-lead{font-size:1rem}.hero-art{min-height:355px}.hero-art>img{width:84%;border-width:5px;border-radius:44% 44% 22px 22px}.hero-quote{right:0;bottom:2px;width:220px;padding:15px}.hero-notes{gap:9px 13px}
  .section{padding:62px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.section-heading h2,.bridge-copy h2,.newsletter h2{font-size:2rem}
  .featured-grid{gap:18px}.side-stories,.article-grid,.category-list,.contact-grid{grid-template-columns:1fr}.lead-copy{padding:20px}.lead-copy h3{font-size:1.7rem}
  .article-card.compact .card-media{aspect-ratio:16/9}.article-card.compact h3{font-size:1.3rem}.article-card.compact p{display:block}
  .bridge-cards>div{grid-template-columns:38px 1fr}
  .newsletter{padding:56px 0}.newsletter-box{padding:28px 20px;border-radius:24px}.newsletter-form{border-radius:18px;flex-direction:column;padding:8px}.newsletter-form input{min-height:46px;padding:0 12px}
  .page-hero{padding:48px 0 42px}.page-hero h1{font-size:2.45rem}.archive-tools{align-items:flex-start;flex-direction:column}.search-form{flex-direction:column}.search-form input{min-height:50px}
  .article-header{padding-top:44px}.article-header h1{font-size:2.2rem}.article-deck{font-size:1rem}.article-byline{display:grid;gap:4px}.article-byline span+span::before{display:none}.article-image img{border-radius:18px}.article-layout{padding-top:34px;gap:30px}.article-content{font-size:1rem}.article-content h2{font-size:1.7rem}.article-aside{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;justify-content:center;flex-direction:column;padding:18px 0}.footer-brand img{width:230px}
}
