:root{
  --paper:#fffefa;--paper-mid:#f0ede4;--ink:#111;--navy:#2b2b42;
  --muted:#77736e;--soft:#9a9690;--olive:#d8cc61;--stone:#d6d3c5;
  --line:rgba(30,25,40,.12);--white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;overflow-x:hidden}
img{max-width:100%}
a{color:inherit}
.site-nav{
  position:sticky;top:0;z-index:50;height:68px;padding:0 clamp(20px,4vw,52px);
  display:flex;align-items:center;gap:32px;background:rgba(255,254,250,.94);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.07)
}
.site-logo{display:flex;align-items:center;text-decoration:none;margin-right:auto}
.site-logo img{display:block;width:126px;height:auto}
.site-links{display:flex;align-items:center;gap:28px}
.site-links a{font-size:12px;color:#777;text-decoration:none;letter-spacing:.03em}
.site-links a:hover,.site-links a[aria-current="page"]{color:var(--ink)}
.site-cta{
  border:1px solid var(--navy);background:var(--navy);color:var(--paper);
  border-radius:999px;padding:10px 20px;text-decoration:none;
  font-size:10px;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap
}
.site-menu{display:none;border:0;background:transparent;color:var(--navy);font-size:24px;line-height:1;cursor:pointer}
.mobile-links{display:none}
.blog-hero,.listing-hero{
  padding:clamp(54px,7vw,86px) clamp(22px,5vw,72px) clamp(38px,5vw,58px);
  border-bottom:1px solid rgba(0,0,0,.07)
}
.hero-inner,.section-inner,.listing-inner,.article-inner{max-width:1220px;margin:0 auto}
.eyebrow{
  display:flex;align-items:center;gap:8px;margin:0 0 18px;
  font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,0,0,.35)
}
.eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--olive)}
.blog-hero h1,.listing-hero h1,.article-title{
  font-family:Petrona,Georgia,serif;font-weight:300;letter-spacing:-.035em;line-height:1.04;margin:0
}
.blog-hero h1,.listing-hero h1{font-size:clamp(40px,5.4vw,68px);max-width:850px}
.blog-hero h1 em,.listing-hero h1 em{font-weight:300;color:rgba(0,0,0,.38)}
.hero-copy,.listing-copy{
  max-width:650px;margin:18px 0 0;font-size:15px;font-weight:300;line-height:1.75;color:rgba(0,0,0,.5)
}
.blog-section{padding:clamp(46px,6vw,72px) clamp(22px,5vw,72px);border-bottom:1px solid rgba(0,0,0,.07)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.section-kicker{margin:0 0 12px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(0,0,0,.34)}
.section-title{font-family:Petrona,Georgia,serif;font-size:clamp(27px,3vw,38px);font-weight:300;letter-spacing:-.025em;margin:0}
.section-title span{color:rgba(0,0,0,.32)}
.section-link{font-size:12px;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.25);padding-bottom:3px}
.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.featured-card,.post-card{
  border:1px solid var(--line);background:var(--white);border-radius:18px 18px 18px 4px;
  overflow:hidden;text-decoration:none;display:flex;flex-direction:column;min-width:0;
  transition:transform .25s,border-color .25s,box-shadow .25s,background .25s,color .25s
}
.featured-card:hover,.post-card:hover{
  transform:translateY(-3px);background:var(--navy);color:var(--paper);
  border-color:var(--navy);box-shadow:0 16px 36px rgba(20,18,30,.14)
}
.card-cover{aspect-ratio:4/3;overflow:hidden;background:var(--paper-mid)}
.featured-card .card-cover{aspect-ratio:16/11}
.card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.featured-card:hover .card-cover img,.post-card:hover .card-cover img{transform:scale(1.045)}
.card-body{padding:17px 18px 21px;display:flex;flex-direction:column;flex:1}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.card-author{display:flex;align-items:center;gap:9px;min-width:0}
.author-avatar{
  width:29px;height:29px;border-radius:50%;display:grid;place-items:center;flex:0 0 29px;
  background:var(--stone);color:#4a4638;font-size:10px;font-weight:600
}
.author-name{font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.card-tag{padding:4px 10px;border:1px solid rgba(0,0,0,.15);border-radius:999px;font-size:9px;white-space:nowrap}
.featured-card:hover .card-tag,.post-card:hover .card-tag{border-color:rgba(255,255,255,.35)}
.featured-card:hover .author-avatar,.post-card:hover .author-avatar{background:rgba(255,255,255,.16);color:#fff}
.card-title{font-size:15px;line-height:1.42;font-weight:600;margin:0 0 9px}
.card-desc{font-size:12px;line-height:1.68;font-weight:300;color:rgba(0,0,0,.54);margin:0 0 16px}
.featured-card:hover .card-desc,.post-card:hover .card-desc{color:rgba(255,255,255,.72)}
.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.card-date{font-size:10px;color:rgba(0,0,0,.38)}
.card-read{font-size:10px;font-weight:600}
.featured-card:hover .card-date,.post-card:hover .card-date{color:rgba(255,255,255,.5)}
.lead-article{max-width:820px;margin:0 auto}
.lead-head{text-align:center;margin-bottom:30px}
.lead-tag,.article-category{
  display:inline-block;padding:5px 14px;border-radius:999px;background:var(--stone);
  color:#4a4638;font-size:9px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px
}
.lead-title{font-family:Petrona,Georgia,serif;font-size:clamp(30px,4vw,45px);font-weight:300;line-height:1.12;letter-spacing:-.03em;margin:0 0 20px}
.lead-meta,.article-meta{display:flex;align-items:center;justify-content:center;gap:12px}
.meta-copy{display:flex;flex-direction:column;text-align:left;gap:2px}
.meta-name{font-size:12px;font-weight:600;color:inherit;text-decoration:none}.meta-name:hover{text-decoration:underline}.meta-date{font-size:11px;color:rgba(0,0,0,.43)}
.lead-cover{aspect-ratio:16/8.5;border-radius:20px 20px 20px 4px;overflow:hidden;margin-bottom:32px}
.lead-cover img{width:100%;height:100%;object-fit:cover}
.lead-excerpt{font-size:15px;line-height:1.9;font-weight:300;color:#4e4b49;margin:0 auto 24px;max-width:720px}
.read-button{display:table;margin:0 auto;border-radius:999px;background:var(--navy);color:var(--paper);padding:12px 22px;text-decoration:none;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.listing-toolbar{
  padding:20px clamp(22px,5vw,72px);border-bottom:1px solid rgba(0,0,0,.07);
  display:flex;align-items:center;justify-content:space-between;gap:22px
}
.category-tabs{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.category-tab{
  border:0;border-bottom:2px solid transparent;background:transparent;padding:6px 0;
  font:inherit;font-size:12px;color:rgba(0,0,0,.44);cursor:pointer
}
.category-tab.active{color:var(--ink);border-color:var(--navy);font-weight:600}
.blog-search{
  display:flex;align-items:center;border:1px solid rgba(0,0,0,.13);border-radius:999px;
  background:#fff;padding:8px 15px;min-width:min(290px,100%)
}
.blog-search input{border:0;outline:0;width:100%;font:inherit;font-size:12px;background:transparent}
.listing-main{padding:36px clamp(22px,5vw,72px) 80px}
.listing-count{font-size:12px;color:rgba(0,0,0,.4);margin:0 0 22px}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.empty-results{display:none;grid-column:1/-1;padding:60px 20px;text-align:center;color:var(--muted)}
.site-footer{background:var(--navy);color:var(--paper);padding:38px clamp(22px,5vw,72px)}
.footer-inner{max-width:1220px;margin:auto;display:flex;justify-content:space-between;gap:35px;align-items:flex-start}
.footer-logo{width:125px;filter:invert(1);opacity:.85}
.footer-copy{max-width:420px;font-size:12px;line-height:1.7;color:rgba(255,255,255,.58)}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links a{font-size:11px;color:rgba(255,255,255,.72);text-decoration:none}
.article-header{padding:clamp(56px,7vw,92px) 22px 42px;text-align:center}
.article-inner{max-width:840px}
.article-title{font-size:clamp(38px,5.8vw,66px);margin-bottom:24px}
.article-description{max-width:680px;margin:0 auto 24px;font-size:16px;line-height:1.75;color:rgba(0,0,0,.5);font-weight:300}
.article-cover{max-width:900px;margin:0 auto clamp(34px,4vw,52px);padding:0 22px}
.article-cover img{display:block;width:100%;height:clamp(280px,31vw,390px);aspect-ratio:16/7.2;object-fit:cover;border-radius:20px 20px 20px 5px}
.article-body{max-width:760px;margin:0 auto;padding:0 22px 76px}
.article-body p{font-family:Petrona,Georgia,serif;font-size:clamp(18px,2vw,21px);line-height:1.85;color:#3e3b39;margin:0 0 26px}
.article-body h2{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:rgba(0,0,0,.48);border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:11px;margin:46px 0 18px}
.editorial-note{margin:48px 0 8px;padding:22px 24px;border:1px solid rgba(0,0,0,.1);border-radius:16px;background:var(--paper-mid)}
.editorial-note strong{font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.editorial-note p{font-family:inherit;font-size:13px;line-height:1.7;margin:8px 0 0;color:rgba(0,0,0,.58)}
.editorial-note a{color:inherit;text-underline-offset:3px}
.article-cta{margin:52px 0 26px;padding:clamp(28px,5vw,46px);border-radius:26px 26px 26px 6px;background:var(--navy);color:var(--paper);overflow:hidden;position:relative}
.article-cta:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-65px;top:-75px;background:rgba(213,190,71,.2)}
.article-cta-kicker,.share-kicker{display:block;font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;opacity:.64;margin-bottom:12px}
.article-cta h2{position:relative;z-index:1;border:0;padding:0;margin:0 0 14px;color:inherit;font-family:Petrona,Georgia,serif;font-size:clamp(25px,4vw,34px);line-height:1.2;letter-spacing:-.02em;text-transform:none;font-weight:400;max-width:570px}
.article-cta p{position:relative;z-index:1;margin:0 0 24px;max-width:590px;color:rgba(255,255,255,.72);font-family:inherit;font-size:14px;line-height:1.75}
.article-cta-actions{position:relative;z-index:1;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.article-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:999px;text-decoration:none;font-size:11px;font-weight:600}
.article-cta-primary{background:#d5be47;color:#24243c}.article-cta-secondary{border:1px solid rgba(255,255,255,.32);color:#fff}
.share-panel{margin:26px 0;padding:24px;border:1px solid rgba(0,0,0,.1);border-radius:18px;background:#fff}
.share-panel h2{border:0;padding:0;margin:0 0 18px;color:var(--ink);font-size:18px;letter-spacing:-.01em;text-transform:none}
.share-actions{display:flex;gap:8px;flex-wrap:wrap}
.share-actions button{border:1px solid rgba(0,0,0,.14);border-radius:999px;background:var(--paper);color:var(--ink);padding:9px 13px;font:inherit;font-size:10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.share-actions button:hover,.share-actions button:focus-visible{background:var(--navy);border-color:var(--navy);color:#fff}
.share-status{font-family:inherit!important;font-size:11px!important;line-height:1.4!important;margin:12px 0 0!important;color:rgba(0,0,0,.52)!important;min-height:15px}
.editorial-page{max-width:780px;margin:0 auto;padding:clamp(54px,7vw,90px) 22px 90px}
.editorial-page h1{font-family:Petrona,Georgia,serif;font-size:clamp(38px,6vw,62px);font-weight:300;line-height:1.08;letter-spacing:-.035em;margin:20px 0 24px}
.editorial-page>p{font-size:16px;line-height:1.8;color:rgba(0,0,0,.6)}
.editorial-page section{padding:28px 0;border-top:1px solid rgba(0,0,0,.1)}
.editorial-page h2{font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 13px}
.editorial-page section p,.editorial-page li{font-size:14px;line-height:1.8;color:#4e4b49}
.editorial-page ul{padding-left:20px}
.article-share{border-top:1px solid rgba(0,0,0,.1);padding-top:24px;margin-top:42px;display:flex;justify-content:space-between;gap:18px;align-items:center}
.article-share a{font-size:11px;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.3)}
.related-section{background:var(--paper-mid);padding:60px clamp(22px,5vw,72px)}
@media(max-width:980px){.featured-grid{grid-template-columns:repeat(2,1fr)}.post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){
  .site-nav{height:60px;gap:16px}.site-links,.site-nav>.site-cta{display:none}.site-menu{display:block}
  .mobile-links.open{display:flex;position:fixed;z-index:49;top:60px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 22px;flex-direction:column;gap:16px}
  .mobile-links a{text-decoration:none;font-size:14px}.mobile-links .site-cta{display:block;text-align:center}
  .section-head{align-items:flex-start;flex-direction:column}.listing-toolbar{align-items:flex-start;flex-direction:column}
  .blog-search{width:100%}.footer-inner{flex-direction:column}.article-share{align-items:flex-start;flex-direction:column}
  .article-cover{max-width:640px;padding:0 16px}.article-cover img{height:clamp(190px,52vw,260px);aspect-ratio:16/8;border-radius:16px 16px 16px 4px}
  .article-cta{margin-top:42px;padding:28px 22px}.article-cta-actions{align-items:stretch;flex-direction:column}.article-cta-actions a{width:100%}
}
@media(max-width:580px){
  .featured-grid,.post-grid{grid-template-columns:1fr}.category-tabs{gap:16px}
  .blog-hero h1,.listing-hero h1{font-size:40px}.blog-section{padding-top:44px;padding-bottom:44px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
