:root {
  --ink: #13151a;
  --paper: #f3f0e9;
  --cream: #e7e1d5;
  --coral: #f05b46;
  --coral-dark: #d54533;
  --white: #fffdf9;
  --muted: #66655f;
  --line: rgba(19, 21, 26, 0.16);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 5vw;
  background: rgba(243, 240, 233, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.wordmark {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.04em;
}

.wordmark span {
  color: var(--coral);
}

nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

nav a {
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-cta {
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(40px, 5vw, 76px);
  min-height: calc(100vh - 82px);
  max-width: var(--max);
  margin: auto;
  padding: 44px 5vw;
}

.hero h1 {
  font-size: clamp(3.8rem, 6.4vw, 6.6rem);
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.coral {
  color: var(--coral-dark);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1.06;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.7vw, 7.7rem);
  font-weight: 600;
  line-height: 0.92;
}

h1 em {
  color: var(--coral);
  font-style: normal;
}

.hero-intro {
  max-width: 650px;
  margin: 0 0 28px;
  color: #45454a;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-paper-link {
  align-self: center;
}

.hero-portrait {
  margin: 0 0 18px;
  overflow: hidden;
  background: var(--cream);
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: min(60vh, 620px);
  object-fit: cover;
  object-position: center top;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--coral);
}

.button-primary:hover {
  background: var(--coral-dark);
}

.button-secondary {
  border: 1px solid var(--ink);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  list-style: none;
}

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 540px;
  width: 100%;
  margin: auto;
}

.editorial-proof {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}

.proof-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-left: 0;
}

.proof-stack article {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.proof-stack strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.045em;
}

.proof-stack span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.editorial-proof > p {
  margin: 16px 0 0;
  padding-left: 0;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.65;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.signal,
.signal-center {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.signal {
  width: 35%;
  aspect-ratio: 1;
  background: var(--cream);
  border: 1px solid rgba(19, 21, 26, 0.1);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.signal-one {
  top: 0;
  left: 32.5%;
}

.signal-two {
  top: 32.5%;
  right: 0;
}

.signal-three {
  bottom: 0;
  left: 32.5%;
}

.signal-four {
  top: 32.5%;
  left: 0;
}

.signal-center {
  top: 28%;
  left: 28%;
  width: 44%;
  aspect-ratio: 1;
  color: var(--white);
  background: var(--ink);
  text-align: center;
  box-shadow: 0 24px 60px rgba(19, 21, 26, 0.22);
}

.signal-center span {
  font-size: clamp(1.4rem, 3.5vw, 2.8rem);
  letter-spacing: -0.06em;
}

.signal-center small {
  margin-top: -24%;
  color: rgba(255, 255, 255, 0.66);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(0.55rem, 1.2vw, 0.75rem);
  font-weight: 400;
  line-height: 1.25;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0 5vw;
  color: var(--white);
  background: var(--ink);
}

.proof-strip p {
  margin: 0;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  text-align: center;
}

.proof-strip p:last-child {
  border-right: 0;
}

.dose-section,
.work-section,
.about-section {
  max-width: var(--max);
  margin: auto;
  padding: 130px 5vw;
}

.section-kicker {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 70px;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.section-kicker span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.section-kicker p {
  margin: 0;
}

.dose-grid,
.work-heading,
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
}

.dose-grid h2,
.work-heading h2,
.about-statement h2,
.closing h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.5vw, 5rem);
}

.section-copy p:first-child,
.about-copy p:first-child {
  margin-top: 0;
  font-size: 1.25rem;
}

.paper-card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  margin: 100px 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.paper-mark {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: var(--coral);
}

.paper-mark span {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
}

.paper-details {
  padding: clamp(40px, 6vw, 80px);
}

.paper-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.paper-details h3 {
  max-width: 620px;
  margin: 32px 0;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.paper-details > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
}

.paper-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 44px 0 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
}

.paper-meta span {
  color: rgba(255, 255, 255, 0.55);
}

.text-link {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--coral-dark);
  font-weight: 600;
  text-decoration: none;
}

.paper-card .text-link {
  color: var(--white);
}

.dose-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.dose-principles article {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dose-principles span,
.card-number {
  color: var(--coral-dark);
  font-size: 0.7rem;
  font-weight: 600;
}

.dose-principles h3 {
  margin: 60px 0 16px;
  font-size: 1.7rem;
}

.dose-principles p {
  color: var(--muted);
  font-size: 0.94rem;
}

.tedx-section {
  padding: 130px 5vw;
  color: var(--white);
  background: var(--ink);
}

.tedx-section > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.72);
}

.tedx-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.3);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tedx-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
}

.tedx-copy > p {
  color: rgba(255, 255, 255, 0.68);
}

blockquote {
  margin: 36px 0;
  padding-left: 22px;
  border-left: 3px solid var(--coral);
  font-family: "Manrope", sans-serif;
  font-size: 1.24rem;
}

.light-link {
  color: var(--white);
}

.work-heading {
  align-items: end;
  margin-bottom: 70px;
}

.work-heading p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.18rem;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.path-card {
  min-height: 420px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.path-card.featured {
  color: var(--white);
  background: var(--coral);
}

.path-card.featured .card-number,
.path-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.path-card h3 {
  margin: 95px 0 22px;
  font-size: 2rem;
}

.path-card p {
  color: var(--muted);
}

.path-card a {
  display: inline-block;
  margin-top: 22px;
  font-weight: 600;
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-copy {
  padding-top: 10px;
}

.closing {
  padding: 130px 5vw;
  color: var(--white);
  background: #24262c;
  text-align: center;
}

.closing h2 {
  max-width: 1000px;
  margin: 0 auto 48px;
}

.media-hero {
  max-width: var(--max);
  margin: auto;
  padding: 110px 5vw 84px;
}

.media-hero h1 {
  max-width: 980px;
  font-size: clamp(3.8rem, 7vw, 7rem);
}

.media-hero > p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.2rem;
}

.media-shell {
  max-width: var(--max);
  margin: auto;
  padding: 0 5vw 130px;
}

.media-block {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: clamp(40px, 8vw, 120px);
  padding: 90px 0;
  border-top: 1px solid var(--line);
}

.media-block-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.media-block-heading p {
  color: var(--muted);
  font-size: 0.88rem;
}

.bio-option,
.download-row,
.link-row,
.photo-placeholder {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.bio-option:first-child,
.download-row:first-child,
.link-row:first-child {
  padding-top: 0;
}

.bio-option header,
.download-row,
.link-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.bio-option header h3,
.download-row h3,
.link-row h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.bio-option p {
  max-width: 760px;
  color: #45454a;
}

.copy-button {
  flex: none;
  padding: 8px 13px;
  border: 1px solid var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
}

.status-badge {
  display: inline-block;
  padding: 5px 9px;
  color: var(--muted);
  background: var(--cream);
  font-size: 0.66rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.photo-placeholder {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
}

.portrait-placeholder {
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: center;
  color: rgba(255, 255, 255, 0.5);
  background: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.media-portrait {
  display: block;
  overflow: hidden;
  background: var(--cream);
}

.media-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  transition: transform 180ms ease;
}

.media-portrait:hover img {
  transform: scale(1.015);
}

.photo-placeholder h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.photo-placeholder p {
  color: var(--muted);
}

.asset-action {
  flex: none;
  font-size: 0.84rem;
  font-weight: 600;
}

.asset-action.pending {
  color: var(--muted);
  text-decoration: none;
  pointer-events: none;
}

.media-contact {
  padding: 80px;
  color: var(--white);
  background: var(--ink);
}

.media-contact h2 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.media-contact p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
}

.media-contact .button {
  margin-top: 20px;
}

footer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: start;
  padding: 58px 5vw 36px;
  color: rgba(255, 255, 255, 0.65);
  background: var(--ink);
  font-size: 0.78rem;
}

.footer-mark {
  color: var(--white);
}

footer p {
  margin: 2px 0 0;
}

footer div {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

footer small {
  grid-column: 1 / -1;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 900px) {
  nav {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    padding: 24px 5vw 30px;
    align-items: stretch;
    flex-direction: column;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
    padding: 8px 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 600;
  }

  .hero,
  .dose-grid,
  .tedx-grid,
  .work-heading,
  .about-section,
  .media-block {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .editorial-proof {
    min-height: 0;
    padding-top: 24px;
    border-left: 0;
  }

  .proof-stack,
  .editorial-proof > p {
    padding-left: 0;
  }

  .paper-card {
    grid-template-columns: 1fr;
  }

  .paper-mark {
    min-height: 300px;
  }

  .photo-placeholder {
    grid-template-columns: 150px 1fr;
  }

  .dose-principles,
  .path-grid {
    grid-template-columns: 1fr 1fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .media-hero {
    padding-top: 76px;
  }

  .media-block {
    padding: 64px 0;
  }

  .photo-placeholder {
    grid-template-columns: 1fr;
  }

  .portrait-placeholder {
    max-width: 220px;
  }

  .media-contact {
    padding: 52px 28px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 70px;
  }

  nav {
    top: 70px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(3.5rem, 19vw, 5.2rem);
  }

  .proof-stack {
    grid-template-columns: 1fr;
  }

  .hero-portrait img {
    height: auto;
    max-height: none;
  }

  .proof-strip,
  .dose-principles,
  .path-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip p {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .dose-section,
  .work-section,
  .about-section,
  .tedx-section,
  .closing {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paper-card {
    margin: 70px 0;
  }

  .paper-mark {
    min-height: 240px;
  }

  .paper-details {
    padding: 32px 24px 42px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer p,
  footer small {
    grid-column: auto;
    grid-row: auto;
  }

  footer div {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
