:root{
  --paper:#F2EDE3;
  --paper-2:#EAE3D5;
  --ink:#1A1A16;
  --ink-soft:#55524A;
  --olive:#24382C;
  --olive-soft:#3A5343;
  --ochre:#9C7226;
  --rule:#CFC6B4;
  --measure:74rem;
}
*{box-sizing:border-box}
html,body{overflow-x:hidden;max-width:100%}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:Inter,system-ui,sans-serif;font-weight:300;
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{
  font-family:Fraunces,Georgia,serif;font-weight:400;
  font-variation-settings:"SOFT" 0,"WONK" 0;
  letter-spacing:-0.015em;line-height:1.08;margin:0;
}
a{color:inherit}
img{max-width:100%;display:block}

.wrap{max-width:var(--measure);margin:0 auto;padding:0 2rem}
.eyebrow{font-family:"IBM Plex Mono",monospace;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ochre);font-weight:500;margin:0 0 1.4rem}
.eyebrow.on-dark{color:#C9A75B}
.lede{font-size:1.15rem;color:var(--ink-soft);line-height:1.7;max-width:40rem}
.sec{padding:6rem 0}
.sec-tight{padding:4.5rem 0}
.dark{background:var(--olive);color:#F0EBE0}
.dark .lede,.dark p,.dark .prose p{color:#CFD7CE}
.band{background:var(--paper-2)}

header.nav{position:sticky;top:0;z-index:60;background:rgba(242,237,227,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--rule)}
.nav-in{max-width:var(--measure);margin:0 auto;padding:1.05rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}
.brand{text-decoration:none;display:flex;flex-direction:column;line-height:1.15}
.brand .name{font-family:Fraunces,serif;font-variation-settings:"SOFT" 0,"WONK" 0;font-size:1.22rem;font-weight:500;letter-spacing:.005em}
.brand .role{font-family:"IBM Plex Mono",monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);margin-top:.25rem}
nav.links{display:flex;align-items:center;gap:1.6rem}
nav.links a{font-size:.89rem;text-decoration:none;color:var(--ink-soft);font-weight:400;padding-bottom:2px;border-bottom:1px solid transparent;white-space:nowrap}
nav.links a:hover{color:var(--ink)}
nav.links a.active{color:var(--ink);border-bottom-color:var(--ochre)}
.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--olive);color:#F2EDE3;text-decoration:none;border:0;cursor:pointer;
  padding:.72rem 1.35rem;border-radius:999px;font-family:Inter,sans-serif;font-size:.86rem;font-weight:400;transition:background .2s}
.btn:hover{background:var(--olive-soft)}
.btn.ghost{background:transparent;color:var(--olive);border:1px solid var(--rule)}
.btn.ghost:hover{background:var(--paper-2)}
.btn.gold{background:var(--ochre);color:#1A1A16}
.btn.big{padding:.95rem 2rem;font-size:.95rem}
.foot-top{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;padding-bottom:2.2rem;border-bottom:1px solid var(--rule)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.7rem}
.foot-links a{font-size:.85rem}
.ok{color:#3A5343}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.btn.gold:hover{background:#B08430}
nav.links a.btn,nav.links a.btn.active{color:#F2EDE3;border-bottom:0}
.burger{display:none;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--ink);line-height:1}

/* split hero, no type over the face */
.hero-split{display:grid;grid-template-columns:1.02fr .98fr;min-height:calc(100vh - 4.6rem);align-items:stretch;max-width:108rem;margin:0 auto}
.hero-split .copy{display:flex;align-items:center;justify-content:center;padding:5rem clamp(1.5rem,5vw,5rem)}
.copy-in{width:100%;max-width:38rem}
.hero-split h1{font-size:clamp(2.4rem,4.3vw,3.9rem);max-width:16ch}
.hero-split h1 em{font-style:italic;font-weight:300}
.hero-split .lede{margin-top:1.7rem}
.hero-split .shot{position:relative;background:#1B2620;overflow:hidden}
.hero-split .shot img{width:100%;height:100%;object-fit:cover;object-position:52% 32%}
.hero-split .shot .seam{position:absolute;inset:0;background:linear-gradient(90deg,rgba(242,237,227,.6) 0%,rgba(242,237,227,0) 18%)}
.hero-split .shot .credit{position:absolute;left:0;bottom:0;right:0;padding:1.2rem 1.6rem;color:#EFE9DC;
  font-family:"IBM Plex Mono",monospace;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;
  background:linear-gradient(to top,rgba(15,24,18,.78),transparent)}

.hero{padding:6rem 0 3.5rem}
.hero h1{font-size:clamp(2.4rem,5.4vw,4.4rem);max-width:20ch}
.hero h1 em{font-style:italic;font-weight:300}
.dash{display:inline-block;width:2.2rem;height:2px;background:var(--ochre);vertical-align:.35em;margin-right:.6rem}
.hero-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:4rem;align-items:end;margin-top:2.6rem}
.hero-note{font-size:.98rem;color:var(--ink-soft);line-height:1.75;border-left:2px solid var(--ochre);padding-left:1.3rem;margin:0}
.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.2rem}

/* credentials */
.creds{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--rule)}
.cred{padding:2.1rem 3rem 2.1rem 0;border-bottom:1px solid var(--rule)}
.cred:nth-child(odd){border-right:1px solid var(--rule);padding-right:3rem}
.cred:nth-child(even){padding-left:3rem}
.cred h3{font-size:1.45rem;margin-bottom:.55rem}
.cred p{margin:0;font-size:.96rem;color:var(--ink-soft);max-width:32rem}
.cred .k{font-family:"IBM Plex Mono",monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ochre);display:block;margin-bottom:.7rem}

/* index */
.ledger{border-top:1px solid var(--rule)}
.ledger-row{display:grid;grid-template-columns:8.5rem 1fr 10rem;gap:2rem;align-items:baseline;
  padding:1.35rem 0;border-bottom:1px solid var(--rule);text-decoration:none;transition:background .18s}
a.ledger-row:hover{background:rgba(156,114,38,.055)}
.ledger-key{font-family:"IBM Plex Mono",monospace;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ochre)}
.ledger-main{font-family:Fraunces,serif;font-variation-settings:"SOFT" 0,"WONK" 0;font-size:1.12rem;line-height:1.35}
.ledger-sub{display:block;font-family:Inter,sans-serif;font-size:.89rem;color:var(--ink-soft);margin-top:.35rem;font-weight:300;line-height:1.6}
.ledger-meta{font-family:"IBM Plex Mono",monospace;font-size:.72rem;color:var(--ink-soft);text-align:right}
.ledger-meta .date{display:block}
.golink{display:inline-flex;align-items:center;gap:.3rem;margin-top:.55rem;color:var(--ochre);font-weight:500;
  font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid rgba(156,114,38,.45);padding-bottom:1px}
.golink .arw{transition:transform .18s}
a.ledger-row:hover .golink{border-bottom-color:var(--ochre)}
a.ledger-row:hover .golink .arw{transform:translate(2px,-2px)}
a.ledger-row:focus-visible{outline-offset:-2px}
.listnote{font-size:.92rem;color:var(--ink-soft);margin:.2rem 0 1.6rem;max-width:38rem}

.two{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem}
.split.rev{grid-template-columns:1.15fr .85fr}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}
.card{background:#F7F3EA;border:1px solid var(--rule);padding:2rem 1.9rem}
.card h3{font-size:1.25rem;margin-bottom:.7rem}
.card p{font-size:.95rem;color:var(--ink-soft);margin:0}
.photo{border:1px solid var(--rule);overflow:hidden;background:var(--paper-2)}
.photo img{width:100%;height:100%;object-fit:cover}
.photo.tall{aspect-ratio:3/4}
.caption{font-family:"IBM Plex Mono",monospace;font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-soft);margin-top:.75rem}
.sec-head{max-width:44rem;margin-bottom:2.8rem}
.sec-head h2{font-size:clamp(1.9rem,3.4vw,2.7rem);margin-bottom:1rem}
.subnote{font-family:"IBM Plex Mono",monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}
ul.plain{list-style:none;padding:0;margin:1.2rem 0 0}
ul.plain li{padding:.55rem 0 .55rem 1.3rem;position:relative;font-size:.96rem;color:var(--ink-soft)}
ul.plain li:before{content:"";position:absolute;left:0;top:1.15rem;width:.5rem;height:1px;background:var(--ochre)}
.tag{display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.64rem;letter-spacing:.13em;text-transform:uppercase;
  border:1px solid var(--rule);padding:.3rem .65rem;color:var(--ink-soft);margin:0 .4rem .5rem 0}
.prose p{color:var(--ink-soft)}
.dark .prose p,.dark .prose{color:#CFD7CE}
.dark h2,.dark h3{color:#F4EFE3}

/* how I work */
.principle{max-width:46rem;margin:0 auto;text-align:center}
.quote{font-family:Fraunces,serif;font-variation-settings:"SOFT" 0,"WONK" 0;font-style:italic;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.35;color:#F4EFE3;margin:0}
.dark .prose p{color:#CFD7CE}
.dark .prose a{color:#DCC48A}
.principle .attr{font-family:"IBM Plex Mono",monospace;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:#A8B8A9;margin-top:1.4rem}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem;text-align:left}
.step{border-top:1px solid rgba(240,235,224,.28);padding-top:1.3rem}
.step .k{font-family:"IBM Plex Mono",monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:#C9A75B}
.step h3{font-size:1.2rem;margin:.6rem 0 .5rem;color:#F4EFE3}
.step p{font-size:.93rem;color:#BFCABF;margin:0}

/* device frames */
.devices{display:grid;grid-template-columns:1.55fr .45fr;gap:2.5rem;align-items:end}
.laptop{border:1px solid var(--rule);background:#fff;padding:.6rem .6rem 0;box-shadow:0 18px 40px rgba(26,26,22,.09)}
.laptop .bar{display:flex;gap:.35rem;padding:.15rem 0 .55rem}
.laptop .bar i{width:.5rem;height:.5rem;border-radius:50%;background:var(--rule);display:block}
.laptop img{border:1px solid #E8E2D6;border-bottom:0}
.phone{border:1px solid var(--rule);border-radius:1.6rem;background:#fff;padding:.55rem;box-shadow:0 18px 40px rgba(26,26,22,.09)}
.phone img{border-radius:1.1rem}

/* contact form */
.form{display:grid;gap:1rem;margin-top:1.6rem}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field label{display:block;font-family:"IBM Plex Mono",monospace;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.45rem}
.field input,.field textarea{width:100%;background:#F8F5EE;border:1px solid var(--rule);padding:.8rem .9rem;
  font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;color:var(--ink);border-radius:2px}
.field textarea{min-height:9rem;resize:vertical}
.field input:focus,.field textarea:focus{outline:2px solid var(--ochre);outline-offset:1px;border-color:transparent}

footer{border-top:1px solid var(--rule);padding:3.2rem 0;font-size:.85rem;color:var(--ink-soft)}
.foot-in{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
footer a{text-decoration:none;margin-right:1.4rem}
footer a:hover{color:var(--ink)}

.page{display:none;animation:fade .45s ease both}
.page.on{display:block}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
:focus-visible{outline:2px solid var(--ochre);outline-offset:3px}

@media(max-width:1200px){
  .hero-split{grid-template-columns:1.1fr .9fr}
  .hero-split h1{font-size:clamp(2.2rem,4.6vw,3.2rem)}
  :root{--measure:68rem}
}
@media(max-width:980px){
  .hero-split{grid-template-columns:1fr;min-height:auto}
  .hero-split .copy{padding:3.5rem 1.4rem 2.5rem;order:2}
  .hero-split .shot{order:1;height:56vh;min-height:20rem}
  .hero-split .shot .seam{background:linear-gradient(to bottom,rgba(242,237,227,.35),transparent 30%)}
  .creds{grid-template-columns:1fr}
  .cred,.cred:nth-child(odd),.cred:nth-child(even){padding:1.7rem 0;border-right:0}
  .hero-grid,.two,.split,.split.rev,.cards,.steps,.devices,.row2{grid-template-columns:1fr;gap:2.2rem}
  .ledger-row{grid-template-columns:1fr;gap:.4rem}
  .ledger-meta{text-align:left}
  .ledger-meta .date{display:inline}
  .golink{margin-top:.15rem;margin-left:.9rem}
  nav.links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);
    flex-direction:column;align-items:flex-start;gap:0;padding:1rem 1.4rem 2rem;border-bottom:1px solid var(--rule)}
  nav.links.open{display:flex}
  nav.links a{padding:.85rem 0;width:100%;border-bottom:1px solid var(--rule)}
  nav.links a.btn{width:auto;margin-top:1rem;padding:.72rem 1.35rem}
  .burger{display:block}
  .wrap{padding:0 1.4rem}
  .nav-in{padding:1rem 1.4rem}
  .sec{padding:4rem 0}
  .hero{padding:3.2rem 0 2.2rem}
  .phone{max-width:16rem}
  .hero-split .copy{padding:3rem 1.4rem 2.5rem}
  .copy-in{max-width:none}
  .foot-top{align-items:flex-start;gap:1.6rem}
}

@media(max-width:640px){
  body{font-size:16px}
  .wrap{padding:0 1.2rem}
  .sec{padding:3.2rem 0}
  .sec-tight{padding:2.8rem 0}
  .hero{padding:2.4rem 0 1.6rem}
  .hero-split .shot{height:44vh;min-height:15rem}
  .hero-split h1{font-size:clamp(2rem,8.4vw,2.6rem)}
  .hero h1{font-size:clamp(1.95rem,8vw,2.5rem)}
  .lede{font-size:1.03rem}
  .cta-row{gap:.65rem}
  .btn{padding:.7rem 1.15rem;font-size:.83rem}
  .btn.big{padding:.85rem 1.4rem;font-size:.88rem}
  .cred h3{font-size:1.25rem}
  .sec-head h2{font-size:clamp(1.6rem,6.4vw,2rem)}
  .quote{font-size:1.35rem}
  .steps{gap:1.8rem;margin-top:2.4rem}
  .laptop{padding:.4rem .4rem 0}
  .phone{max-width:13rem;padding:.4rem}
  .foot-top{padding-bottom:1.6rem}
  .foot-bottom{flex-direction:column;align-items:flex-start;gap:.8rem}
  .foot-links a{display:inline-block;margin:0 1.1rem .4rem 0}
  .field input,.field textarea{font-size:16px}
  .brand .name{font-size:1.12rem}

  /* speaking photo reads as a band, not a floating card */
  #p-speaking .split.rev{gap:1.6rem}
  .speak-photo{order:-1;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
  .speak-photo .photo{border-left:0;border-right:0;aspect-ratio:16/10}
  .speak-photo .caption{padding:0 1.2rem}
  #p-speaking .wrap.sec-tight{padding-top:.5rem;padding-bottom:2.2rem}

  /* about photos: less dead space between stacked images */
  #p-about .photo.tall{aspect-ratio:4/5}
  .split.rev>div+div{margin-top:.4rem}
}
/* multi-page additions */
.page{display:block;animation:none}
.skip{position:absolute;left:-9999px;background:var(--olive);color:#F2EDE3;padding:.7rem 1.1rem;z-index:99;text-decoration:none}
.skip:focus{left:1rem;top:.6rem}
