:root{
  --paper:#f3eee4;
  --paper-2:#e7dfd3;
  --ink:#11110f;
  --blue:#002fa7;
  --line:#cfc6b8;
  --black:#050505;
  --serif:"DM Serif Display", Georgia, serif;
  --sans:"DM Sans", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#171717;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.35}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(1180px,calc(100% - 48px));margin:0 auto;background:var(--paper)}
.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 42px;font-size:11px;font-weight:700;letter-spacing:.08em}
.site-header nav{display:flex;gap:28px}
.site-header a:hover{color:#8eaeff}
.hero-header{position:absolute;z-index:5;top:0;left:0;width:100%;background:transparent;color:#fff}
.hero-full{position:relative;width:100%;min-height:100svh;background-image:linear-gradient(90deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.03) 55%,rgba(0,0,0,.08) 100%),url("assets/lisa-kostenko-hero-wide.jpg");background-size:cover;background-position:center center;color:#fff;display:flex;align-items:center;padding:120px max(42px,calc((100vw - 1180px)/2 + 42px)) 64px}
.hero-copy{width:min(560px,44vw);margin-top:72px}
.eyebrow,.section-kicker,.book-kicker,.card-label{margin:0 0 20px;color:var(--blue);font-size:10px;line-height:1.1;font-weight:700;letter-spacing:.12em}
.hero-full .eyebrow{color:#315cc8}
.hero h1{font-family:var(--serif);font-size:clamp(54px,5.2vw,76px);font-weight:400;line-height:.96;margin:0 0 24px;letter-spacing:-.02em}
.hero h2{font-family:var(--sans);font-size:clamp(20px,2vw,29px);line-height:1.12;margin:0 0 28px;font-weight:500}
.dek{max-width:470px;font-size:16px;margin:0;line-height:1.5}
.thinking{padding:86px 42px 96px}
.section-heading-row{display:grid;grid-template-columns:.42fr 1.58fr;align-items:end;border-bottom:1px solid var(--ink);padding-bottom:20px;margin-bottom:38px}
.section-heading-row .section-kicker{margin:0}
.section-heading-row h2{font-family:var(--serif);font-size:51px;line-height:1;margin:0;font-weight:400;text-align:right}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.article-card{position:relative;min-height:200px;background:#e8e2d8;border:1px solid #d1c8bb;padding:24px 22px;transition:transform .2s ease,background .2s ease}
.article-card:hover{transform:translateY(-2px);background:#ede7dd}
.article-card .card-label{margin-bottom:4px}
.article-card h3{font-family:var(--serif);font-size:25px;line-height:.95;font-weight:400;margin:0;max-width:90%}
.article-card span{position:absolute;right:20px;bottom:18px;font-size:18px}
.book-section{background:var(--blue);color:#fff}
.book-inner{background:transparent;min-height:244px;padding:48px 42px 48px;display:flex;align-items:flex-end;justify-content:space-between}
.book-kicker{color:#fff;margin-bottom:24px}
.book-section h2{font-family:var(--serif);font-size:58px;line-height:.96;font-weight:400;margin:0 0 24px}
.book-section p{max-width:720px;margin:0;font-size:15px}
.chapter-no{font-family:var(--serif);font-size:96px;line-height:.8;opacity:.75;padding-left:40px}
.about{padding:82px 42px;display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}
.about-art{position:relative;height:420px;margin:0;overflow:hidden;background:#ddd4c6}
.about-art img{width:100%;height:100%;object-fit:cover;object-position:center 38%}
.about-art figcaption{position:absolute;left:18px;bottom:16px;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.about-copy h2,.speaking h2,.contact h2{font-family:var(--serif);font-weight:400}
.about-copy h2{font-size:46px;line-height:1;margin:0 0 28px;max-width:560px}
.about-copy p:not(.section-kicker){font-size:15px;line-height:1.55;margin:0 0 18px;max-width:610px}
.about-copy p:not(.section-kicker):last-child{margin-bottom:0}
.speaking{padding:52px 42px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.speaking h2{font-size:42px;line-height:.95;margin:0;max-width:540px}
.speaking p{margin:0 0 4px;font-size:13px}
.contact{background:#050505;color:#fff}
.contact-inner{background:#050505;padding:58px 42px 38px;min-height:240px}
.contact .section-kicker{color:var(--blue);margin-bottom:24px}
.contact h2{font-size:50px;line-height:.96;margin:0 0 28px}
.contact-links{display:flex;gap:20px;font-size:10px;letter-spacing:.08em;font-weight:700}
.contact-links a:hover{color:#7da0ff}
.copyright{font-size:9px;opacity:.55;margin:34px 0 0}

@media (max-width:760px){
  body{background:var(--paper)}
  .shell{width:100%}
  .site-header{height:64px;padding:0 18px}
  .site-header nav{display:none}
  .hero-full{min-height:100svh;padding:110px 18px 46px;background-position:68% center;align-items:flex-end}
  .hero-full::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,0,0,.46) 100%);pointer-events:none}
  .hero-copy{position:relative;z-index:1;width:100%;margin:0}
  .eyebrow{margin-bottom:16px}
  .hero h1{font-size:46px;margin-bottom:18px}
  .hero h2{font-size:20px;max-width:330px;margin-bottom:18px}
  .dek{font-size:13px;max-width:335px}
  .thinking{padding:46px 18px 52px}
  .section-heading-row{display:block;padding-bottom:14px;margin-bottom:18px}
  .section-heading-row .section-kicker{margin-bottom:18px}
  .section-heading-row h2{text-align:left;font-size:38px;max-width:330px}
  .article-grid{grid-template-columns:1fr;gap:10px}
  .article-card{min-height:145px;padding:18px}
  .article-card h3{font-size:23px}
  .book-inner{min-height:0;padding:38px 18px 42px;display:block}
  .book-section h2{font-size:45px;max-width:290px}
  .book-section p{font-size:13px;max-width:330px}
  .chapter-no{display:none}
  .about{padding:46px 18px 48px;display:flex;flex-direction:column;gap:34px;align-items:stretch}
  .about-art{height:360px}
  .about-copy h2{font-size:39px;max-width:330px;margin-bottom:22px}
  .about-copy p:not(.section-kicker){font-size:13px}
  .speaking{padding:40px 18px;display:block}
  .speaking h2{font-size:37px;max-width:330px;margin-bottom:24px}
  .speaking p{font-size:12px}
  .contact-inner{padding:48px 18px 30px}
  .contact h2{font-size:40px;max-width:330px}
}
