:root {
  --ink: #171a1d;
  --paper: #f5f0e8;
  --paper-deep: #e8dfd2;
  --gold: #c8943a;
  --gold-bright: #e2b45d;
  --rust: #8e3f2d;
  --line: rgba(23, 26, 29, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.wordmark { display: grid; gap: .08rem; text-decoration: none; }
.wordmark strong { color: var(--rust); font-family: var(--serif); font-size: 1.5rem; font-style: italic; font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.wordmark small { color: var(--ink); font-family: var(--sans); font-size: .62rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
nav { display: flex; gap: clamp(1.4rem, 3vw, 3rem); align-items: center; }
nav a { font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--rust); }
.menu-button { display: none; border: 0; background: none; font: 600 .9rem var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 5vw;
  align-items: end;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8rem) clamp(4rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: min(42vw, 610px);
  aspect-ratio: 1;
  right: -10vw;
  top: -13vw;
  border: 1px solid rgba(142, 63, 45, .3);
  border-radius: 50%;
  box-shadow: 0 0 0 4vw var(--paper), 0 0 0 calc(4vw + 1px) rgba(142, 63, 45, .18);
}
.hero-copy { position: relative; max-width: 980px; }
.eyebrow { margin: 0 0 1.4rem; color: var(--rust); font-size: .78rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
h1 { margin-bottom: 2rem; font-size: clamp(3.4rem, 7.5vw, 7.6rem); }
h1 em, h2 em { color: var(--rust); font-weight: 500; }
.hero-intro { max-width: 720px; margin-bottom: 2.3rem; font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: rgba(23, 26, 29, .78); }
.hero-actions { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.button { display: inline-block; padding: .9rem 1.25rem; font-size: .88rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--rust); }
.text-link { display: inline-block; font-weight: 600; text-underline-offset: .35rem; }
.text-link span { display: inline-block; margin-left: .4rem; color: var(--rust); }
.hero-aside { position: relative; display: grid; gap: 2rem; justify-items: start; }
.portrait-frame { margin: 0 0 0 1.5rem; padding: .6rem; background: white; box-shadow: 18px 18px 0 var(--gold); transform: rotate(2deg); }
.portrait-frame img { display: block; width: 168px; height: 258px; object-fit: cover; filter: saturate(.85) contrast(1.03); }
.hero-note { width: 100%; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.note-number { font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 5.5rem); color: var(--gold); line-height: 1; }
.hero-note p { margin: .6rem 0 0; font-size: .95rem; }
.intro-strip { display: flex; gap: 2.5rem; align-items: center; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); background: var(--ink); color: white; }
.intro-strip p { margin: 0; color: var(--gold-bright); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.intro-strip ul { display: flex; gap: 2.5rem; margin: 0; padding: 0; list-style: none; font-size: .9rem; }
.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; margin-bottom: 4rem; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.7rem, 5vw, 5.5rem); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.service-card:hover, .service-card:focus-within, .service-card.open { z-index: 1; background: var(--ink); color: white; box-shadow: inset 0 0 0 3px var(--gold-bright); transform: translateY(-3px); }
.service-toggle { width: 100%; min-height: 330px; padding: clamp(1.5rem, 4vw, 3.2rem); border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.service-toggle:focus-visible { outline: 3px solid var(--gold); outline-offset: -6px; }
.service-kicker { color: var(--rust); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.service-card:hover .service-kicker, .service-card:focus-within .service-kicker, .service-card.open .service-kicker { color: var(--gold-bright); }
.service-grid h3 { margin: 3rem 0 1rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.5rem); line-height: 1.1; }
.service-grid p { max-width: 620px; color: rgba(23, 26, 29, .76); }
.service-card:hover p, .service-card:focus-within p, .service-card.open p { color: rgba(255,255,255,.76); }
.service-card strong { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.5rem; font-size: .88rem; text-decoration: underline; text-underline-offset: .3rem; }
.toggle-icon { color: var(--rust); font-family: var(--serif); font-size: 1.5rem; line-height: 1; text-decoration: none; }
.service-card:hover .toggle-icon, .service-card:focus-within .toggle-icon, .service-card.open .toggle-icon { color: var(--gold-bright); }
.service-details { margin: -1rem clamp(1.5rem, 4vw, 3.2rem) clamp(1.5rem, 4vw, 3.2rem); padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.25); }
.service-details p { margin-bottom: 1rem; }
.service-details a { color: var(--gold-bright); font-size: .88rem; font-weight: 600; text-underline-offset: .3rem; }
.service-card.open .service-toggle { min-height: 250px; }
.section-intro { max-width: 640px; color: rgba(23, 26, 29, .72); }
.credits { background: #efe7dc; }
.credit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 8px; gap: .85rem; }
.credit-card { position: relative; display: grid; grid-template-rows: auto auto 1fr auto; min-height: 245px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); background: transparent; color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.credit-card.has-art { display: block; align-self: start; min-height: 0; padding: 0; }
.credit-card:hover, .credit-card:focus-visible, .credit-card.active { z-index: 1; background: var(--rust); color: white; outline: 0; transform: translateY(-3px); }
.credit-card:focus-visible { box-shadow: inset 0 0 0 3px var(--gold-bright); }
.credit-mark { position: absolute; right: -.05em; top: -.17em; color: rgba(142,63,45,.1); font-family: var(--serif); font-size: clamp(5rem, 9vw, 8.5rem); font-style: italic; font-weight: 600; letter-spacing: -.08em; line-height: 1; transition: color .2s ease, transform .2s ease; }
.credit-art { position: relative; display: grid; place-items: center; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; box-sizing: border-box; background: var(--ink); }
.credit-art::after { display: none; }
.credit-art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: filter .35s ease; }
.credit-card.fill-art .credit-art { padding: 0; }
.credit-card.fill-art .credit-art img { object-fit: cover; object-position: center 45%; }
.credit-card.wide-art .credit-art { padding: 0; }
.credit-card.wide-art .credit-art img { object-fit: cover; object-position: center; }
.credit-card.has-art .credit-category, .credit-card.has-art strong, .credit-card.has-art .credit-action { display: none; }
.credit-card:hover .credit-art img, .credit-card:focus-visible .credit-art img, .credit-card.active .credit-art img { filter: saturate(1.08) contrast(1.02); }
.credit-card:hover .credit-mark, .credit-card:focus-visible .credit-mark, .credit-card.active .credit-mark { color: rgba(255,255,255,.12); transform: translate(-.08em, .06em); }
.credit-category { position: relative; color: var(--rust); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.credit-card:hover .credit-category, .credit-card:focus-visible .credit-category, .credit-card.active .credit-category { color: var(--gold-bright); }
.credit-card strong { position: relative; align-self: end; margin: 3.5rem 0 1.5rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.12; }
.credit-card.has-art strong { margin-top: 1.2rem; }
.credit-action { position: relative; font-size: .78rem; font-weight: 600; text-decoration: underline; text-underline-offset: .3rem; }
.credit-drawer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; padding: 2rem; background: var(--ink); color: white; }
.credit-drawer[hidden] { display: none; }
.credit-drawer p, .credit-drawer h3 { margin: 0; }
.credit-drawer-category { color: var(--gold-bright); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.credit-drawer-title { margin-top: .25rem !important; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.credit-drawer-role { color: rgba(255,255,255,.76); }
.credit-drawer a { color: var(--gold-bright); font-size: .85rem; font-weight: 600; text-underline-offset: .3rem; }
.credits-link { margin-top: 2rem; }
.talent-showcase { display: grid; grid-template-columns: minmax(250px, .8fr) 1.6fr; gap: clamp(2.5rem, 7vw, 7rem); margin-top: clamp(4.5rem, 8vw, 7rem); padding: clamp(2rem, 5vw, 4.5rem); background: var(--ink); color: white; }
.talent-intro h3 { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.08; }
.talent-intro > p:last-child { color: rgba(255,255,255,.72); }
.talent-showcase .eyebrow { color: var(--gold-bright); }
.talent-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.talent-list li { padding: .85rem .6rem .85rem 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.65rem); }
.talent-list li:nth-child(even) { padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.2); }
.credit-note { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.podcast-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--rust); color: white; }
.podcast-feature .eyebrow { color: var(--gold-bright); }
.feature-copy { padding-top: 2rem; font-size: 1.1rem; }
.text-link.light span { color: var(--gold-bright); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--paper-deep); }
.about-copy { padding-top: 2rem; }
.about-copy .lead { font-size: 1.3rem; font-weight: 500; }
.about-copy p:not(.lead) { color: rgba(23, 26, 29, .76); }
.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.testimonial-grid figure { display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; margin: 0; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }
.testimonial-grid blockquote { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.35; }
.testimonial-grid figcaption { display: grid; gap: .2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.testimonial-grid figcaption span, .coaching-proof span { color: rgba(23, 26, 29, .62); font-size: .82rem; }
.coaching-proof { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: end; margin-top: 2rem; padding: 2rem; background: var(--ink); color: white; }
.coaching-proof p { margin-bottom: .7rem; }
.coaching-proof .eyebrow { color: var(--gold-bright); }
.coaching-proof span { color: rgba(255,255,255,.62); }
.coaching-proof .text-link span { color: var(--gold-bright); }
.contact { text-align: center; }
.contact h2 { max-width: 850px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { font-size: 1.1rem; }
.contact-links { display: flex; justify-content: center; gap: 1rem 2.5rem; align-items: center; flex-wrap: wrap; margin-top: 2.5rem; }
.contact-links a { color: var(--rust); font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 2rem); text-underline-offset: .4rem; }
.copy-email { padding: .7rem 1rem; border: 1px solid var(--rust); background: transparent; color: var(--rust); font: 600 .82rem var(--sans); cursor: pointer; }
.copy-email:hover, .copy-email:focus-visible { background: var(--rust); color: white; }
.copy-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--rust); font-size: .85rem; }
footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 5vw, 5rem); background: var(--ink); color: white; }
footer .wordmark strong { color: var(--gold-bright); }
footer .wordmark small { color: rgba(255,255,255,.65); }
footer p { margin: 0; font-size: .78rem; color: rgba(255,255,255,.65); }
.social-links { display: flex; gap: 1.2rem; }
.social-links a { font-size: .8rem; font-weight: 600; text-underline-offset: .25rem; }

@media (max-width: 880px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 88px; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: .85rem 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-note { max-width: 300px; }
  .intro-strip { align-items: flex-start; overflow: hidden; }
  .intro-strip ul { flex-wrap: wrap; gap: .5rem 1.5rem; }
  .section-heading, .podcast-feature, .about { grid-template-columns: 1fr; }
  .section-heading { gap: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid figure { min-height: auto; }
  .coaching-proof { grid-template-columns: 1fr; align-items: start; }
  .talent-showcase { grid-template-columns: 1fr; }
  .credit-drawer { grid-template-columns: 1fr; gap: 1rem; }
  .credit-note { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header { min-height: 74px; }
  nav { top: 74px; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .intro-strip { display: block; }
  .intro-strip p { margin-bottom: .8rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-toggle { min-height: auto; }
  .service-grid h3 { margin-top: 2rem; }
  .credit-grid { grid-template-columns: 1fr; }
  .credit-card { min-height: 220px; }
  .talent-list { grid-template-columns: 1fr; }
  .talent-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-links { flex-direction: column; gap: 1rem; }
}

@media (max-width: 430px) {
  .site-header .wordmark small { display: none; }
}

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