:root{
  --bg:#0b0d10;
  --text:rgba(255,255,255,0.92);
  --muted:rgba(255,255,255,0.68);
  --border:rgba(255,255,255,0.10);
  --panel:rgba(255,255,255,0.05);
  --radius:18px;
  --max:1120px;
  --sans:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--sans);
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,0.06), transparent 60%),
              radial-gradient(900px 500px at 80% 20%, rgba(255,255,255,0.04), transparent 60%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}

.header{
  position:sticky;top:0;z-index:20;
  backdrop-filter: blur(14px);
  background:rgba(11,13,16,0.62);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;gap:14px;flex-wrap:wrap;
}
.brand{font-weight:700;letter-spacing:-0.02em}
.nav{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.nav a{padding:8px 10px;border-radius:12px}
.nav a:hover{background:rgba(255,255,255,0.06);color:var(--text)}

.main{padding:22px 0 54px}

.hero{
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
  background:rgba(255,255,255,0.03);
}
.hero img{
  width:100%;
  height:auto;
  display:block;
}

.hero-text{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 6px 2px;
}
.h1{
  margin:0 0 8px 0;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height:1.1;
  letter-spacing:-0.03em;
}
.lede{margin:0;color:var(--muted);max-width:86ch}

.section{margin-top:28px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}
.section-head h2{margin:0;font-size:18px;letter-spacing:-0.01em}
.section-head a{color:var(--muted);font-size:13px;padding:6px 10px;border-radius:12px}
.section-head a:hover{background:rgba(255,255,255,0.06);color:var(--text)}

.posts{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.post-card{
  grid-column: span 6;
  border:1px solid var(--border);
  background: var(--panel);
  border-radius: var(--radius);
  padding: 14px;
  min-height: 120px;
}
.post-card:hover{background:rgba(255,255,255,0.07)}
.post-title{margin:0 0 6px 0;font-weight:750;font-size:14px;letter-spacing:-0.01em}
.post-excerpt{margin:0;color:var(--muted);font-size:13px}
.post-date{margin-top:10px;color:rgba(255,255,255,0.55);font-size:12px}

@media (max-width: 720px){
  .post-card{grid-column: span 12;}
  .hero-text{padding: 16px 2px 2px;}
}

/* Required Ghost Koenig widths */
.kg-width-wide{max-width:1200px;margin-left:auto;margin-right:auto}
.kg-width-full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.kg-width-full img,.kg-width-wide img{width:100%;height:auto}

.header{z-index:9999}

.hero::before,.hero::after{pointer-events:none}

.about-intro { margin-top: 2rem; }
.about-link { display: block; text-decoration: none; }
.about-inner {
  padding: 2.5rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}
.about-inner h2 { margin-bottom: 1rem; }
.about-cta { display: inline-block; margin-top: 1rem; opacity: 0.8; }

.about-intro.split { margin-top: 3rem; }
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}
.about-copy h2 { margin-bottom: 1rem; }
.about-image img {
  max-height: 520px;
  width: auto;
}
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .about-image img {
    max-height: 360px;
  }
}

/* --- About intro v22 overrides --- */
.about-intro.split{
  margin-top: 1.5rem;
}
.about-intro.split .about-grid{
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 2.5rem;
  align-items: end;
  padding: 1.25rem 0 0;
}
.about-intro.split .about-copy{
  text-align: left;
  max-width: 720px;
}
.about-intro.split .about-eyebrow{
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 0.85rem;
}
.about-intro.split .about-lede{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.6;
  margin: 0;
}
.about-intro.split .about-cta{
  margin-top: 1.1rem;
  font-weight: 600;
  opacity: 0.9;
}
.about-intro.split .about-image{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-intro.split .about-image img{
  width: auto;
  max-height: 680px;
  transform: translateY(12px);
  filter: drop-shadow(0 24px 60px rgba(0,0,0,0.55));
}
@media (max-width: 900px){
  .about-intro.split .about-grid{
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 0.5rem;
  }
  .about-intro.split .about-image{
    justify-content: flex-start;
  }
  .about-intro.split .about-image img{
    max-height: 420px;
    transform: none;
  }
}

/* --- About intro v23 hero headline --- */
.about-grid.hero-align {
  align-items: center;
  min-height: 70vh;
}
.about-headline {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1.25rem 0;
}
.about-lede {
  font-size: clamp(17px, 1.3vw, 20px);
  max-width: 620px;
}
@media (max-width: 900px) {
  .about-grid.hero-align {
    min-height: auto;
  }
}

/* --- About intro v24 top alignment fix --- */
.about-grid.hero-align {
  align-items: flex-start;
}
.about-copy {
  padding-top: 0;
}
.about-headline {
  margin-top: 0;
}

/* --- Header + About hero alignment v25 --- */
.site-title-caps {
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

/* --- About hero v26: name + headline stacked at top --- */
.about-grid.hero-top{
  align-items: flex-start !important;
  min-height: auto !important;
  padding-top: 0 !important;
}
.about-intro.split{
  margin-top: 1.5rem;
}
.about-name{
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0 0 1.1rem 0;
}
.about-headline{
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0 0 1.2rem 0;
}
.about-lede{
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.65;
  max-width: 640px;
  margin: 0;
  opacity: 0.92;
}
.about-cta{
  margin-top: 1.1rem;
  display: inline-block;
  font-weight: 600;
}
.about-image{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.about-image img{
  max-height: 640px;
  width: auto;
  transform: translateY(0);
}
@media (max-width: 900px){
  .about-image{
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about-image img{
    max-height: 420px;
  }
}
