
:root{
  --bg:#0a0908;
  --bg-soft:#11100e;
  --panel:#14120f;
  --panel-2:#181512;
  --text:#f3ecdf;
  --muted:#b8b0a0;
  --line:#2a261f;
  --gold:#c79e54;
  --gold-soft:#e1bf7d;
  --max:1180px;
  --radius:0px;
  --shadow:0 18px 40px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.small-wrap{width:min(900px,calc(100% - 48px));margin:0 auto}
.skip{position:absolute;left:-9999px}
.skip:focus{left:10px;top:10px;z-index:99;background:#fff;color:#000;padding:10px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(8,8,7,.93);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.07)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:18px;min-width:0}
.brand-title{font:600 29px/1 'Cormorant Garamond',serif;letter-spacing:.01em;position:relative;padding-bottom:8px}
.brand-title::after{content:"";position:absolute;left:0;bottom:0;width:56px;height:2px;background:var(--gold)}
.brand-meta{padding-left:18px;border-left:1px solid var(--line);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);line-height:1.5}
.nav-toggle{display:none;background:none;border:0;color:var(--text);font-size:30px;padding:4px 8px}
.nav{display:flex;align-items:center;gap:28px}
.nav a{font-size:14px;color:#e8dfcf;position:relative;padding:8px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-12px;height:2px;background:var(--gold);transition:.25s}
.nav a:hover::after,.nav a.active::after{right:0}

.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-home{height:680px;min-height:680px;background:#090807}
.hero-bg{position:absolute;inset:0;background:url('assets/hero.png') center center/cover no-repeat;filter:contrast(1.02) saturate(.72)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,6,5,.05) 0%,rgba(6,6,5,.08) 38%,rgba(6,6,5,.58) 61%,rgba(6,6,5,.94) 100%),linear-gradient(180deg,rgba(6,6,5,.02) 0%,rgba(6,6,5,.08) 72%,rgba(6,6,5,.28) 100%)}
.hero-overlay-content{position:relative;z-index:2;height:100%;display:flex;justify-content:flex-end;align-items:center}
.hero-copy{width:min(500px,43%);padding:34px 0 34px}
.hero-copy-inner{max-width:500px;margin-left:auto}
.eyebrow,.kicker,.meta-caps{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft)}
.hero h1,.page-intro h1,.section-title h2,.article-full h1{font-family:'Cormorant Garamond',serif;line-height:.9;margin:.18em 0 .14em;font-weight:600}
.hero h1{font-size:clamp(58px,5.8vw,88px)}
.hero-lead{font:500 22px/1.35 'Cormorant Garamond',serif;color:#f4ede0;margin:0 0 22px}
.hero-copy blockquote{margin:0 0 26px;padding-left:18px;border-left:2px solid var(--gold);font:italic 20px/1.45 'Cormorant Garamond',serif;color:#c9c0b2}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid var(--gold);font-size:14px;transition:.2s}
.btn-primary{background:var(--gold);color:#15120d;font-weight:600}
.btn-primary:hover{background:var(--gold-soft)}
.btn-ghost{background:transparent}
.btn-ghost:hover{background:#171510}
.section{padding:84px 0}
.section-dark{background:#0f0e0c;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.title-inline{display:flex;align-items:center;gap:18px}
.title-inline h2,.title-inline h1{margin:0;font-size:clamp(36px,4vw,54px);font-family:'Cormorant Garamond',serif;font-weight:600}
.gold-line{width:54px;height:2px;background:var(--gold)}
.section-sub{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#9a8f7f}
.section-lead{color:var(--muted);max-width:760px;margin:14px 0 0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-card{border:1px solid var(--line);background:linear-gradient(180deg,#14120f,#0f0e0c);padding:20px;display:flex;gap:18px;min-height:132px;align-items:flex-start;box-shadow:var(--shadow)}
.icon-badge{width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.icon-badge img{display:block;width:100%;height:100%;object-fit:contain}
.icon-badge svg{width:28px;height:28px;stroke:var(--gold-soft);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature-card h3{font:600 22px/1.1 'Cormorant Garamond',serif;margin:2px 0 8px}
.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article-card{display:flex;align-items:stretch;border:1px solid var(--line);background:#11100e;min-height:220px;box-shadow:var(--shadow);overflow:hidden}
.article-card-thumb{width:42%;flex:0 0 42%;display:flex;align-items:stretch;justify-content:center;overflow:hidden;border-right:1px solid rgba(255,255,255,.06);background:#090807;padding:0}
.article-card-thumb img{display:block;width:100%;height:100%;min-height:100%;max-height:none;object-fit:cover}
.article-card-body{padding:18px 18px 16px;min-width:0}
.article-date{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#a29685}
.article-card h3{font:600 20px/1.12 'Cormorant Garamond',serif;margin:10px 0 10px}
.article-card p{font-size:13px;line-height:1.5;color:var(--muted);margin:0 0 10px}
.text-link{color:var(--gold-soft);font-size:14px}
.text-link:hover{color:#f4d78f}
.preview-grid{display:grid;grid-template-columns:320px 1fr 260px;gap:36px;align-items:center}
.preview-thumb{border:1px solid var(--line);background:#12100d;overflow:hidden;box-shadow:var(--shadow)}
.preview-thumb img{display:block;width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;object-position:center 28%}
.preview-copy h3{font:600 22px/1.1 'Cormorant Garamond',serif;margin:0 0 10px}
.preview-copy p{margin:0 0 18px;color:var(--muted)}
.quote-box{border-left:1px solid var(--line);padding-left:28px}
.quote-box blockquote{margin:0;font:italic 21px/1.5 'Cormorant Garamond',serif;color:#cfc3b2}
.quote-box .gold-line{margin-top:18px}
.newsletter{background:linear-gradient(180deg,rgba(9,8,7,.75),rgba(9,8,7,.92)),url('assets/hero.png') center 78%/cover no-repeat;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.newsletter-grid{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:center}
.newsletter h2{font:600 48px/1 'Cormorant Garamond',serif;margin:0 0 16px}
.newsletter p{margin:0;color:var(--muted)}
.newsletter-form{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}
.newsletter-form input{flex:1;min-width:220px;height:50px;padding:0 16px;background:rgba(8,8,7,.74);border:1px solid var(--line);color:var(--text)}
.form-note{width:100%;font-size:13px;color:#a69c8d}
.page-intro{padding:72px 0 56px;background:linear-gradient(180deg,#0d0c0a,#0a0908);border-bottom:1px solid var(--line)}
.page-intro h1{font-size:clamp(50px,6vw,86px)}
.page-intro p{font:500 21px/1.45 'Cormorant Garamond',serif;color:#e4ddcf;max-width:760px;margin:0}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.simple-card{border:1px solid var(--line);background:linear-gradient(180deg,#14120f,#100f0d);padding:22px;box-shadow:var(--shadow)}
.simple-card h3{font:600 26px/1.1 'Cormorant Garamond',serif;margin:10px 0}
.simple-card p{margin:0;color:var(--muted)}
.simple-card .thumb{margin:-22px -22px 18px;border-bottom:1px solid rgba(255,255,255,.06);background:#0d0c0a}
.simple-card .thumb img{display:block;width:100%;aspect-ratio:16 / 10;height:auto;object-fit:cover;object-position:center}

.tags{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:22px}
.tags span{display:inline-flex;align-items:center;white-space:nowrap;border:1px solid var(--line);background:#11100e;color:#d8cfbf;padding:7px 11px;font-size:12px;line-height:1.2}

.list-clean{margin:0;padding-left:18px;color:var(--muted)}
.article-full{padding:40px 0 80px}
.article-meta-line{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:12px}
.article-full h1{font-size:clamp(46px,5vw,76px);max-width:950px}
.article-full .lead{font:500 23px/1.45 'Cormorant Garamond',serif;color:#ede6d8;max-width:900px}
.article-cover{margin:26px 0 34px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)}
.article-cover img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.prose{max-width:820px}
.prose h2{font:600 42px/1 'Cormorant Garamond',serif;margin:54px 0 18px}
.prose p{color:#d2cabd;font-size:17px;line-height:1.85;margin:0 0 18px}
.prose ul{color:#d2cabd}
.cta-strip{padding:32px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0e0d0b}
.cta-strip .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}
.footer{padding:34px 0 40px;background:#080807}
.footer-grid{display:grid;grid-template-columns:1fr 1.4fr auto;gap:24px;align-items:center}
.footer-brand strong{display:block;font:600 30px/1 'Cormorant Garamond',serif}
.footer-brand span,.footer-note,.footer-links a{font-size:13px;color:#a79f91}
.footer-note{text-align:center;letter-spacing:.18em;text-transform:uppercase}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.page-banner{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.page-banner-art{border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)}
.page-banner-art img{display:block;width:100%;height:auto;object-fit:contain}
.note-box{border:1px solid var(--line);padding:24px;background:#11100e;color:var(--muted)}
.contact-card{border:1px solid var(--line);padding:28px;background:linear-gradient(180deg,#14120f,#100f0d);box-shadow:var(--shadow)}
.contact-card h3{font:600 28px/1 'Cormorant Garamond',serif;margin:0 0 10px}
.contact-card p,.contact-card li{color:var(--muted)}
.contact-card ul{margin:16px 0 0;padding-left:18px}
@media(max-width:1100px){
  .page-banner,.newsletter-grid,.preview-grid{grid-template-columns:1fr}
  .hero-home{height:620px;min-height:620px}
  .hero-bg{background-position:38% center}
  .hero-shade{background:linear-gradient(180deg,rgba(6,6,5,.06) 0%,rgba(6,6,5,.22) 42%,rgba(6,6,5,.92) 76%,rgba(6,6,5,.98) 100%)}
  .hero-overlay-content{align-items:flex-end;justify-content:flex-start}
  .hero-copy{width:100%;padding:0 0 46px}
  .hero-copy-inner{margin-left:0;max-width:650px}
  .content-grid,.feature-grid,.article-grid{grid-template-columns:1fr 1fr}
  .preview-grid{gap:24px}
}
@media(max-width:880px){
  .nav-toggle{display:block}
  .nav{display:none;position:absolute;top:78px;left:0;right:0;padding:22px 24px;background:#0a0908;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:12px}
  .nav.open{display:flex}
  .nav a::after{bottom:-2px}
  .content-grid,.feature-grid,.article-grid{grid-template-columns:1fr}
  .article-card{flex-direction:column}
  .article-card-thumb{width:100%;height:auto;min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}
  .footer-grid{grid-template-columns:1fr}
  .footer-note{text-align:left}
  .footer-links{justify-content:flex-start}
}
@media(max-width:640px){
  .wrap,.small-wrap{width:min(100% - 28px,var(--max))}
  .header-inner{height:72px}
  .brand-meta{display:none}
  .hero h1{font-size:66px}
  .hero-lead,.page-intro p,.article-full .lead{font-size:19px}
  .section{padding:68px 0}
  .preview-grid{grid-template-columns:1fr}
  .quote-box{border-left:0;padding-left:0}
  .cta-strip .wrap{flex-direction:column;align-items:flex-start}
}

/* LinkedIn archive additions */
.hero-home{min-height:700px;position:relative;background:#090807;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(8,8,7,.08) 0%,rgba(8,8,7,.12) 42%,rgba(8,8,7,.65) 63%,rgba(8,8,7,.96) 100%),linear-gradient(180deg,rgba(8,8,7,.1),rgba(8,8,7,.55) 100%),url('assets/hero.png');background-size:cover;background-position:center;}
.hero-overlay-grid{position:relative;z-index:2;min-height:700px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}
.hero-overlay-grid .hero-copy{padding:60px 0}
.archive-tools{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}
#article-search{width:100%;height:52px;padding:0 16px;background:#11100e;border:1px solid var(--line);color:var(--text);outline:none}
#article-search:focus{border-color:var(--gold)}
.filter-row{display:flex;gap:9px;flex-wrap:wrap}
.filter-btn{border:1px solid var(--line);background:#11100e;color:#d8cfbf;padding:8px 12px;cursor:pointer}
.filter-btn:hover,.filter-btn.active{border-color:var(--gold);color:var(--gold-soft)}
.archive-stats{font-size:13px;color:#a69d8d;margin:14px 0 24px}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.archive-card{border:1px solid var(--line);background:#11100e;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0}
.archive-card[hidden]{display:none}
.archive-thumb{display:block;aspect-ratio:16/9;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}
.archive-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.archive-card:hover .archive-thumb img{transform:scale(1.025)}
.archive-body{padding:18px}
.archive-card h3{font:600 24px/1.08 'Cormorant Garamond',serif;margin:10px 0}
.archive-card p{color:var(--muted);font-size:14px;line-height:1.5;margin:0 0 12px}
.imported-prose h3{font:600 32px/1.15 'Cormorant Garamond',serif;margin:42px 0 14px;color:var(--text)}
.imported-prose h2{font:600 40px/1.1 'Cormorant Garamond',serif;margin:48px 0 16px;color:var(--text)}
.imported-prose blockquote{font:italic 23px/1.55 'Cormorant Garamond',serif;color:#d7ccba;border-left:2px solid var(--gold);padding-left:20px;margin:32px 0}
.imported-prose a{color:var(--gold-soft);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.source-box{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#958b7b;font-size:13px}
@media(max-width:1050px){.archive-grid{grid-template-columns:repeat(2,1fr)}.hero-overlay-grid{grid-template-columns:.8fr 1.2fr}}
@media(max-width:760px){.archive-grid{grid-template-columns:1fr}.hero-home,.hero-overlay-grid{min-height:720px}.hero-bg{background-position:38% center;background-image:linear-gradient(180deg,rgba(8,8,7,.12) 0%,rgba(8,8,7,.42) 40%,rgba(8,8,7,.96) 76%),url('assets/hero.png')}.hero-overlay-grid{grid-template-columns:1fr;align-items:end}.hero-overlay-grid>div:first-child{display:none}}

/* Hero responsive positioning fix: keep the text block anchored to the right,
   fluid across desktop widths, then stack only on real mobile widths. */
.hero-home{
  height:clamp(620px,72vh,760px);
  min-height:620px;
}
.hero-overlay-grid{
  position:relative;
  z-index:2;
  min-height:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.hero-overlay-grid>div:first-child{display:none}
.hero-overlay-grid .hero-copy{
  width:clamp(390px,38vw,520px);
  flex:0 0 auto;
  padding:32px 0;
  margin-left:auto;
}
.hero-copy-inner{
  width:100%;
  max-width:none;
  margin:0;
}
.hero h1{
  font-size:clamp(58px,5.4vw,88px);
}
.hero-lead{
  font-size:clamp(19px,1.45vw,22px);
}
.hero-copy blockquote{
  font-size:clamp(18px,1.3vw,20px);
}

@media (max-width:1250px){
  .hero-overlay-grid .hero-copy{width:clamp(380px,42vw,500px)}
  .hero-bg{background-position:42% center}
}

@media (max-width:1050px){
  .hero-home{height:clamp(600px,70vh,680px);min-height:600px}
  .hero-overlay-grid{justify-content:flex-end;align-items:center}
  .hero-overlay-grid .hero-copy{
    width:clamp(360px,46vw,470px);
    padding:28px 0;
  }
  .hero h1{font-size:clamp(52px,6.6vw,72px)}
  .hero-bg{background-position:40% center}
  .hero-shade{background:linear-gradient(90deg,rgba(6,6,5,.04) 0%,rgba(6,6,5,.12) 34%,rgba(6,6,5,.62) 58%,rgba(6,6,5,.96) 100%),linear-gradient(180deg,rgba(6,6,5,.04),rgba(6,6,5,.28))}
}

@media (max-width:820px){
  .hero-home{height:auto;min-height:680px}
  .hero-overlay-grid{
    min-height:680px;
    align-items:flex-end;
    justify-content:flex-start;
  }
  .hero-overlay-grid .hero-copy{
    width:min(100%,560px);
    padding:0 0 34px;
    margin:0;
  }
  .hero-bg{background-position:34% center}
  .hero-shade{background:linear-gradient(180deg,rgba(6,6,5,.08) 0%,rgba(6,6,5,.22) 38%,rgba(6,6,5,.86) 68%,rgba(6,6,5,.98) 100%)}
  .hero h1{font-size:clamp(50px,10vw,66px)}
}

@media (max-width:520px){
  .hero-home,.hero-overlay-grid{min-height:650px}
  .hero-overlay-grid .hero-copy{padding-bottom:26px}
  .hero h1{font-size:clamp(48px,14vw,62px)}
  .hero-lead{font-size:18px}
  .hero-copy blockquote{font-size:18px}
  .actions{gap:10px}
  .btn{min-height:44px;padding:0 16px}
}

.brand-mark{width:34px;height:34px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 0 8px rgba(199,158,84,.16))}
@media(max-width:640px){.brand-mark{width:30px;height:30px}}
