@font-face {
  font-family: "Space Grotesk Local";
  src: url("space-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk Local";
  src: url("space-grotesk-medium.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk Local";
  src: url("space-grotesk-bold.woff2") format("woff2");
  font-weight: 650 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f7f4ee;
  --ink: #1c1c1c;
  --muted: #4a4a4a;
  --button: #111111;
  --brown: #3b342b;
  --line: #d8d2c8;
  --warm: #eae5dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: clip;
  font-family: "Space Grotesk Local", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0; }
.shell { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1100px, calc(100% - 48px));
  min-height: 142px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { width: 280px; height: 136px; overflow: hidden; display: block; }
.brand img { width: 280px; height: 280px; margin-top: -69px; object-fit: contain; mix-blend-mode: multiply; }
.header-contact { font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--ink); }

.hero { min-height: calc(100svh - 142px); display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(44px, 7vw, 94px); align-items: center; padding-block: 72px 96px; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
h1 { max-width: 670px; font-size: clamp(3.2rem, 6.2vw, 6.2rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.hero-intro { max-width: 650px; margin-top: 34px; color: #292929; font-weight: 550; }
.hero-intro p + p { margin-top: 16px; }
.hero-intro strong { color: inherit; font-weight: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 34px; padding: 15px 24px; background: var(--button); color: var(--paper); font-size: .72rem; font-weight: 650; letter-spacing: .11em; line-height: 1.25; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .25s ease, transform .25s ease; }
.button:hover, .button:focus-visible { background: var(--brown); transform: translateY(-2px); }
.hero-portrait { margin: 0; align-self: end; min-height: 590px; display: flex; flex-direction: column; justify-content: flex-end; overflow: visible; }
.hero-portrait img { width: 193%; max-width: none; height: auto; margin-left: -59%; object-fit: contain; transform: translateY(-63px); filter: saturate(.91) contrast(1.01) drop-shadow(0 22px 34px rgba(28, 28, 28, .1)); }

.section { padding-block: clamp(100px, 13vw, 170px); border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 72px; }
.lead { font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: 1.45; letter-spacing: -.018em; }

.experience-editorial { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(54px, 7vw, 88px); align-items: start; }
.experience-copy .lead { margin-bottom: 54px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 34px 0 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; gap: 10px; }
.proof-strip strong { font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }
.proof-strip span { color: var(--muted); font-size: .75rem; line-height: 1.35; }
.experience-body { margin-top: 36px; color: #292929; font-weight: 550; }
.experience-body p + p { margin-top: 20px; }
.experience-image { position: sticky; top: 32px; }
.experience-image img { width: 100%; aspect-ratio: .86 / 1; object-fit: cover; object-position: 50% center; filter: saturate(.86) contrast(1.03); }

.collaborators { padding-block: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collaborators-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.collaborators h2 { max-width: 260px; font-size: .78rem; font-weight: 650; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.collaborator-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 46px; }
.collaborator-list p { display: grid; gap: 2px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.collaborator-list strong { font-size: .94rem; font-weight: 550; }
.collaborator-list span { color: var(--muted); font-size: .78rem; line-height: 1.4; }

.dark { background: var(--ink); color: var(--paper); border: 0; }
.work-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px 84px; align-items: start; }
.work-copy h2 { margin-bottom: 64px; }
.work-lead { margin-bottom: 48px; font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.35; letter-spacing: -.025em; }
.work-copy > p:not(.work-lead) { max-width: 650px; color: #c7c2bb; }
.work-copy > p + p { margin-top: 28px; }
.work-image { position: relative; padding-top: 122px; overflow: hidden; }
.work-image img { width: 100%; aspect-ratio: .9 / 1; object-fit: cover; object-position: 62% center; filter: saturate(.7) contrast(1.04); }
.work-image::after { content: ""; position: absolute; inset: 122px 0 0; pointer-events: none; background: radial-gradient(ellipse 27% 22% at 69% 31%, rgba(255,255,255,.15), rgba(255,255,255,0) 100%); mix-blend-mode: screen; }

.for-whom { background: var(--warm); }
.for-whom h2 { margin-bottom: 72px; }
.audience-copy { max-width: 850px; }
.audience-copy p { padding-block: 23px; border-bottom: 1px solid #c9c2b7; font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.45; letter-spacing: -.018em; }
.audience-challenge { max-width: 760px; margin-top: 72px; font-size: clamp(1.45rem, 2.8vw, 2.35rem); font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }

.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.testimonial-card { min-height: 310px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; background: #f0ebe3; border: 1px solid #ddd6cb; }
.testimonial-featured { grid-column: 1 / -1; min-height: 0; }
.testimonial-card p { max-width: 880px; color: #35332f; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 450; line-height: 1.7; }
.testimonial-card h3 { margin: 0; font-size: .72rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }

.coaching-grid { display: block; }
.details-list { color: #292929; font-weight: 550; }
.details-list p { padding: 20px 0; border-bottom: 1px solid var(--line); }
.details-list p:first-child { border-top: 1px solid var(--line); }
.pricing { width: min(430px, 100%); margin: 56px auto 0; background: var(--ink); color: var(--paper); padding: 36px; }
.pricing p { display: grid; gap: 7px; padding: 26px 0; border-bottom: 1px solid #4a4a4a; }
.pricing p:first-child { padding-top: 0; }
.pricing p:last-child { padding-bottom: 0; border: 0; }
.pricing span { font-size: .86rem; font-weight: 550; letter-spacing: .04em; }
.pricing small { color: #aaa49c; }

.life { padding-bottom: 0; }
.life-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 70px; }
.text-link { flex: 0 0 auto; color: #343434; font-size: .82rem; font-weight: 650; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid #343434; }
.text-link:hover { color: var(--ink); }
.life-images { display: grid; grid-template-columns: 1.55fr .45fr; gap: 24px; align-items: end; }
.life-images img { width: 100%; object-fit: cover; }
.life-image-main img { aspect-ratio: 1.48 / 1; object-position: 51% center; filter: saturate(.86) contrast(1.02); }
.life-image-secondary img { aspect-ratio: .78 / 1; object-position: center 18%; filter: saturate(.72) contrast(1.02); }
.reel-player { width: min(900px, calc(100% - 48px)); margin: clamp(70px, 10vw, 116px) auto 0; }
.reel-player video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--ink); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 44px rgba(28, 28, 28, .12); }

.contact { margin-top: 0; background: var(--brown); color: var(--paper); border: 0; text-align: center; }
.contact-inner { max-width: 820px; }
.contact h2 { margin: 0 auto 46px; }
.contact .lead { max-width: 680px; margin: 0 auto; color: #e2ddd5; }
.light-button { background: var(--paper); color: var(--ink); }
.light-button:hover, .light-button:focus-visible { background: #ddd5ca; }
.contact .light-button { min-height: 62px; padding: 18px 32px; font-size: .82rem; }
.email-link { display: block; width: fit-content; margin: 30px auto 0; color: #e5dfd7; font-size: 1rem; font-weight: 550; text-underline-offset: 6px; }
footer { background: var(--ink); color: #bdb8b0; }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 24px; font-size: .72rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.reveal { animation: reveal .8s cubic-bezier(.22,.75,.28,1) both; }
.delay-one { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } .button { transition: none; } }

@media (max-width: 800px) {
  body { font-size: 16px; }
  .shell, .site-header { width: min(100% - 32px, 1100px); }
  .site-header { min-height: 96px; }
  .brand { width: 190px; height: 94px; }
  .brand img { width: 190px; height: 190px; margin-top: -46px; }
  .header-contact { font-size: .62rem; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 52px; padding-block: 58px 78px; }
  h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .hero-portrait { min-height: 0; }
  .hero-portrait img { width: min(115%, 570px); max-width: none; margin-inline: auto; transform: translateX(-5%); }
  .section { padding-block: 88px; }
  .section-heading { margin-bottom: 50px; }
  .experience-editorial, .work-layout { grid-template-columns: 1fr; gap: 48px; }
  .experience-image { position: static; }
  .experience-image img { aspect-ratio: 1.15 / 1; object-position: center; }
  .proof-strip { grid-template-columns: 1fr 1fr 1fr; }
  .collaborators { padding-block: 64px; }
  .collaborators-inner { grid-template-columns: 1fr; gap: 34px; }
  .collaborators h2 { max-width: none; }
  .collaborator-list { grid-template-columns: 1fr; }
  .work-copy h2 { margin-bottom: 46px; }
  .work-image { grid-row: 2; padding-top: 0; }
  .work-image img { aspect-ratio: 1.15 / 1; object-position: 60% center; }
  .work-image::after { inset: 0; background: radial-gradient(ellipse 25% 23% at 68% 31%, rgba(255,255,255,.15), rgba(255,255,255,0) 100%); }
  .for-whom h2 { margin-bottom: 48px; }
  .audience-challenge { margin-top: 54px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-featured { grid-column: 1; }
  .testimonial-card, .testimonial-featured { min-height: 0; padding: 30px; }
  .pricing { padding: 30px; }
  .life-intro { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .life-images { grid-template-columns: 1fr .48fr; gap: 12px; }
  .life-image-main img { aspect-ratio: 1.1 / 1; object-position: 57% center; }
  .life-image-secondary img { aspect-ratio: .72 / 1; }
  .reel-player { width: min(100% - 32px, 900px); margin-top: 56px; }
  .footer-inner { padding-block: 28px; }
}

@media (min-width: 801px) and (max-width: 1300px) {
  .hero-portrait img { width: 158%; margin-left: -40%; transform: translateY(-63px); }
}

@media (max-width: 430px) {
  .header-contact { max-width: 118px; text-align: right; line-height: 1.35; }
  .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { display: grid; grid-template-columns: 72px 1fr; align-items: baseline; }
  .life-images { grid-template-columns: 1fr; }
  .life-image-main img { aspect-ratio: 1.05 / 1; }
  .life-image-secondary { width: 55%; margin-left: auto; }
}
