@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --ink: #12100e;
  --paper: #f5f0e8;
  --cream: #fffaf2;
  --orange: #c94f00;
  --orange-bright: #ed5f00;
  --muted: #6e655b;
  --line: rgba(18, 16, 14, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--cream); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  background: rgba(245, 240, 232, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font: 600 .78rem/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }
.brand-roundel { width: 14px; height: 14px; border: 3px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--orange); }
nav { display: flex; gap: clamp(1rem, 2vw, 2.1rem); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 500; }
nav a:hover { color: var(--orange); }
.header-cta { justify-self: end; text-decoration: none; font: 600 .78rem/1 "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .04em; }
.header-cta span { color: var(--orange); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  min-height: calc(100svh - 74px);
  border-bottom: 1px solid var(--line);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 5.2vw, 6rem); }
.eyebrow, .section-kicker { font: 500 .75rem/1.4 "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { color: var(--orange); }
h1, h2 { margin: 0; letter-spacing: -.055em; }
h1 { max-width: 920px; margin-top: 1.25rem; font-size: clamp(3.25rem, 6.9vw, 7.4rem); line-height: .92; font-weight: 600; }
h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 710px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.55; color: #48413a; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 52px; padding: .9rem 1.15rem; border: 1px solid currentColor; text-decoration: none; font: 600 .78rem/1 "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.button-primary:hover { background: var(--orange); border-color: var(--orange); }
.text-link { text-underline-offset: .28rem; font-size: .92rem; }
.hero-visual { position: relative; min-height: 470px; margin: 0; overflow: hidden; background: var(--orange); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(75, 23, 0, .3)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; mix-blend-mode: screen; opacity: .88; filter: contrast(1.05) saturate(.75); }
.hero-visual figcaption { position: absolute; z-index: 2; left: clamp(1.5rem, 4vw, 3rem); right: clamp(1.5rem, 4vw, 3rem); bottom: 2.4rem; display: flex; align-items: center; gap: 1rem; color: var(--cream); font: 500 clamp(1.4rem, 3vw, 2.4rem)/1 "IBM Plex Mono", monospace; }
.hero-visual figcaption i { width: 1px; height: 1.25em; background: rgba(255, 250, 242, .55); }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 0 auto; padding: 1.6rem clamp(1.25rem, 4vw, 2rem); }
.proof p { display: grid; gap: .25rem; margin: 0; padding: .8rem 2rem; border-left: 1px solid var(--line); }
.proof p:last-child { border-right: 1px solid var(--line); }
.proof strong { font-size: 1.02rem; }
.proof span { color: var(--muted); font-size: .86rem; }

.point-of-view { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem); background: var(--ink); color: var(--cream); }
.section-kicker { display: flex; gap: 1rem; max-width: var(--max); margin: 0 auto 3rem; color: #cfc4b7; }
.section-kicker span { color: var(--orange-bright); }
.pov-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); max-width: var(--max); margin: 0 auto; align-items: center; }
.pov-grid h2 { font-family: Georgia, serif; font-size: clamp(2.4rem, 4.8vw, 5rem); font-weight: 400; line-height: 1.02; }
.pov-grid > div:first-child p { max-width: 630px; margin: 2rem 0 0; color: #cfc4b7; font-size: 1.08rem; }
.approach { border-top: 1px solid #514941; }
.approach article { padding: 1.6rem 0; border-bottom: 1px solid #514941; }
.approach small { color: #ef9860; font: 500 .7rem/1.4 "IBM Plex Mono", monospace; letter-spacing: .05em; }
.approach h3 { margin: .6rem 0; font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.035em; }
.approach p { margin: 0; color: #cfc4b7; }
.approach a, .pov-source { display: inline-block; margin-top: .9rem; color: #efad81; font-size: .875rem; text-underline-offset: .22rem; }
.public-work { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.public-work a { display: block; margin-top: .85rem; font-size: .9rem; text-underline-offset: .2rem; }
.email-option { overflow-wrap: anywhere; }

.work { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem); }
.work .section-kicker, .fit .section-kicker, .faq .section-kicker { margin-bottom: 2rem; }
.work-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; max-width: var(--max); margin: 0 auto 4rem; align-items: end; }
.work-intro h2, .about h2, .fit h2, .booking h2, .faq h2 { font-size: clamp(2.8rem, 5.6vw, 5.9rem); line-height: .96; font-weight: 600; }
.work-intro p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.work-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.work-list article { display: grid; grid-template-columns: 60px 1fr auto; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.work-number, .work-tag { padding-top: .25rem; font: 500 .7rem/1 "IBM Plex Mono", monospace; color: var(--muted); }
.work-list h3 { margin: 0 0 .6rem; font-size: clamp(1.5rem, 2.3vw, 2.1rem); letter-spacing: -.035em; }
.work-list p { max-width: 710px; margin: 0; color: var(--muted); }
.work-tag { padding: .55rem .7rem; border: 1px solid var(--line); color: var(--orange); }

.about { display: grid; grid-template-columns: minmax(90px, .18fr) minmax(0, 1.05fr) minmax(250px, .55fr); background: #e7e0d6; border-block: 1px solid var(--line); }
.about-rail { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 2rem 0; background: var(--orange); color: #ffe0cb; overflow: hidden; }
.about-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font: 500 .64rem/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }
.about-rail i { display: block; width: 1px; flex: 1; min-height: 50px; margin: .7rem 0; background: rgba(255,255,255,.36); position: relative; }
.about-rail i::after { content: ""; position: absolute; left: -4px; bottom: 0; width: 7px; height: 7px; border: 1px solid #ffe0cb; border-radius: 50%; background: var(--orange); }
.about-copy { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6.5rem); }
.about-copy .section-kicker { margin-left: 0; }
.about-lede { margin-top: 2rem; font-size: 1.18rem; line-height: 1.65; }
.about-copy > p:not(.about-lede) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.about blockquote { margin: 3rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); font: 400 clamp(1.8rem, 3.2vw, 3.2rem)/1.15 Georgia, serif; color: var(--orange); }
.about-note { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 4vw, 4rem); background: var(--ink); color: #cfc4b7; }
.about-note p:last-child { margin: 1rem 0 0; }

.thinking { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.thinking .section-kicker { color: var(--muted); margin-bottom: 2rem; }
.thinking-intro { max-width: var(--max); margin: 0 auto 3rem; }
.thinking h2 { max-width: 900px; font-size: clamp(2.8rem, 5.6vw, 5.9rem); line-height: .96; font-weight: 600; }
.thinking-intro > p { max-width: 670px; margin-top: 1.5rem; font-size: 1.12rem; color: var(--muted); }
.reading-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 3rem; max-width: var(--max); margin: auto; }
.reading-grid article { display: flex; flex-direction: column; padding: 2rem 0; border-top: 1px solid var(--ink); min-width: 0; scroll-margin-top: 90px; }
.reading-meta { margin: 0 0 1rem; color: var(--orange); font: 500 .875rem/1.5 "IBM Plex Mono", monospace; }
.reading-grid h3 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.15; letter-spacing: -.035em; }
.reading-grid article > p:not(.reading-meta) { color: var(--muted); max-width: 520px; }
.reading-links { display: flex; gap: .8rem 1.4rem; flex-wrap: wrap; margin-top: auto; padding-top: .7rem; }
.reading-links a { font-size: .9375rem; font-weight: 600; text-underline-offset: .25rem; }
.more-appearances { max-width: var(--max); margin: 1.5rem auto 0; border-block: 1px solid var(--line); }
.more-appearances summary { cursor: pointer; padding: 1.4rem 0; font-size: 1.125rem; font-weight: 600; }
.more-appearances ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.more-appearances li { border-top: 1px solid var(--line); }
.more-appearances a { display: block; padding: 1.2rem 0; text-decoration: none; }
.more-appearances strong { display: block; font-size: 1.05rem; font-weight: 600; }
.more-appearances span { display: block; margin-top: .4rem; color: var(--muted); font-size: .9375rem; }
.more-appearances a:hover strong { color: var(--orange); text-decoration: underline; text-underline-offset: .22rem; }
:focus-visible { outline: 2px solid var(--orange-bright); outline-offset: 5px; }
section[id] { scroll-margin-top: 74px; }

.fit { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem); background: var(--cream); }
.fit > h2 { max-width: 1040px; margin: 0 auto 4rem; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: var(--max); margin: 0 auto; border: 1px solid var(--line); }
.fit-grid p { min-height: 180px; margin: 0; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 1.12rem; }
.fit-grid p:nth-child(even) { border-right: 0; }
.fit-grid p:nth-last-child(-n+2) { border-bottom: 0; }
.fit-grid span { display: block; margin-bottom: 2.5rem; color: var(--orange); font: 500 .7rem/1 "IBM Plex Mono", monospace; }

.booking { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); background: var(--ink); color: var(--cream); }
.booking-copy { padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 5rem); }
.booking-copy .section-kicker { margin-left: 0; }
.booking-copy > p { color: #cfc4b7; font-size: 1.05rem; }
.booking-copy ul { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; padding: 0; list-style: none; }
.booking-copy li { padding: .45rem .6rem; border: 1px solid #4d463f; font: 500 .68rem/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.booking-fallback { color: var(--cream); font-size: .84rem; }
.calendar-shell { min-height: 760px; margin: 2rem 2rem 2rem 0; background: var(--cream); border: 1px solid #3f3933; }
.calendar-topline { display: flex; justify-content: space-between; padding: .8rem 1rem; background: var(--orange); color: #fff0e5; font: 500 .64rem/1 "IBM Plex Mono", monospace; letter-spacing: .08em; }
.calendar-shell iframe { width: 100%; height: 715px; border: 0; background: var(--cream); }

.faq { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.faq > h2 { max-width: var(--max); margin: 0 auto 3rem; }
.faq-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.7rem 0; cursor: pointer; list-style: none; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font: 400 1.5rem/1 "IBM Plex Mono", monospace; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 830px; margin: -1rem 0 1.8rem; color: var(--muted); font-size: 1.02rem; }

.early-cta { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: var(--orange); color: var(--cream); text-align: center; }
.early-cta .eyebrow { color: #ffd4bc; }
.early-cta h2 { margin-top: .8rem; font: 400 clamp(3.3rem, 8vw, 7rem)/.95 Georgia, serif; }
.early-cta p:not(.eyebrow) { max-width: 650px; margin: 1.5rem auto 2rem; font-size: 1.1rem; color: #ffe5d5; }
.button-light { background: var(--cream); color: var(--ink); border-color: var(--cream); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2rem clamp(1.25rem, 4vw, 4rem); background: var(--ink); color: #a99f94; font-size: .78rem; }
.footer-brand { color: var(--cream); }
footer p { margin: 0; }
footer p:last-child { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 66px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(78svh - 66px); }
  .hero-visual { min-height: 430px; }
  .proof { grid-template-columns: 1fr; }
  .proof p, .proof p:last-child { border: 0; border-top: 1px solid var(--line); padding: 1rem 0; }
  .proof p:last-child { border-bottom: 1px solid var(--line); }
  .pov-grid { grid-template-columns: 1fr; }
  .reading-grid { grid-template-columns: 1fr; }
  .work-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .about { grid-template-columns: 64px 1fr; }
  .about-note { grid-column: 1 / -1; min-height: 260px; }
  .booking { grid-template-columns: 1fr; }
  .calendar-shell { margin: 0 1rem 1rem; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > *, footer p:last-child { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 1rem; }
  .header-cta { font-size: .68rem; }
  .header-cta span { display: none; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.6rem); }
  .hero-copy { padding-block: 4rem; }
  .hero-visual { min-height: 310px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .work-list article { grid-template-columns: 36px 1fr; gap: 1rem; }
  .work-tag { grid-column: 2; justify-self: start; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid p, .fit-grid p:nth-child(even), .fit-grid p:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-grid p:last-child { border-bottom: 0; }
  .about { grid-template-columns: 1fr; }
  .about-rail { display: none; }
  .about-copy { padding-inline: 1.25rem; }
  .calendar-shell { min-height: 700px; }
  .calendar-shell iframe { height: 650px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
