@charset "UTF-8";

:root {
  --paper: #fff;
  --white: #fff;
  --ink: #0b0b0b;
  --muted: #66645f;
  --line: rgba(11,11,11,.17);
  --gutter: clamp(1.25rem, 5vw, 5.5rem);
  --max: 92rem;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 560; letter-spacing: -.035em; text-wrap: balance; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 5rem; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
::selection { color: white; background: black; }
.skip { position: fixed; top: -5rem; left: 1rem; z-index: 20; padding: .8rem 1rem; background: #000; color: #fff; }
.skip:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 30; isolation: isolate; overflow: hidden; width: 100%; margin: 0; min-height: 3.6rem; padding: .35rem max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); display: flex; align-items: center; justify-content: flex-end; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.72); background: linear-gradient(112deg, rgba(255,255,255,.88) 0%, rgba(239,242,241,.78) 34%, rgba(218,224,223,.72) 52%, rgba(248,249,248,.82) 72%, rgba(255,255,255,.9) 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1.5rem 3rem rgba(145,155,155,.08), 0 .75rem 2.6rem rgba(55,65,65,.08); -webkit-backdrop-filter: blur(18px) saturate(145%); backdrop-filter: blur(18px) saturate(145%); }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.08) 48%, rgba(180,188,188,.08)); }
.site-header::after { content: ""; position: absolute; top: -140%; bottom: -140%; left: -28%; z-index: -1; width: 22%; pointer-events: none; background: linear-gradient(100deg, transparent 12%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.18) 65%, transparent 88%); transform: skewX(-18deg); }
.site-header:hover::after { left: 108%; }
.header-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); color: var(--muted); font-size: .82rem; }
nav a { padding: .65rem 0; transition: color .2s ease; }
nav a:hover { color: var(--ink); }
.language-switch { display: flex; align-items: center; gap: .7rem; font-size: .7rem; font-weight: 650; letter-spacing: .08em; }
.language-switch a { color: #96938c; }
.language-switch a[aria-current="page"] { color: var(--ink); }
.language-switch a:hover { color: var(--ink); }

.hero { position: relative; isolation: isolate; overflow: hidden; width: min(100%, var(--max)); margin: 0 auto; padding: clamp(3rem, 7vw, 7rem) var(--gutter) clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 38rem); align-items: center; gap: clamp(3rem, 7vw, 8rem); min-height: calc(100vh - 5rem); }
.hero::before { content: none; }
.hero-copy { position: relative; z-index: 2; max-width: 48rem; }
.kicker, .section-label { margin-bottom: 1.35rem; color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
h1 { font-size: clamp(2rem, 2.8vw, 2.5rem); line-height: 1.12; }
.hero-lead { max-width: 38rem; margin-top: 2.2rem; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; color: #32312e; }
.hero-photo { position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden; background: #d6d5d1; box-shadow: 0 2.6rem 7rem rgba(42,47,49,.18), 0 0 0 1px rgba(255,255,255,.74); }
.hero-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, rgba(255,255,255,.2), transparent 31%, transparent 70%, rgba(255,255,255,.08)); mix-blend-mode: screen; }
.hero-photo img { object-position: 50% 29%; filter: grayscale(1); }

.about { background: var(--ink); color: var(--white); padding: clamp(6rem, 12vw, 12rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
.section-number { align-self: start; color: #707070; font-size: .72rem; }
.about-copy { max-width: 46rem; }
.about .section-label { color: #909090; }
.about h2, .practice h2, .book h2, .newsletter h2, .signature h2 { font-size: clamp(1.625rem, 2.2vw, 2rem); line-height: 1.18; }
.about > h2 { max-width: 48rem; font-size: clamp(1.625rem, 2.2vw, 2rem); line-height: 1.18; font-weight: 500; }
.section-transition { max-width: 43rem; margin-top: 2.4rem; color: #a7a7a7; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.65; }
.about-copy > p:not(.section-label) { max-width: 38rem; margin-top: 1.6rem; color: #bdbdbd; font-size: clamp(1rem, 1.25vw, 1.18rem); }

.practice { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(6rem, 11vw, 11rem) var(--gutter); }
.practice-heading { max-width: 52rem; margin-bottom: clamp(4rem, 7vw, 7rem); }
.practice-list { border-top: 1px solid var(--line); }
.practice-list article { display: grid; grid-template-columns: 4rem minmax(14rem, .85fr) minmax(18rem, 1fr); gap: 2rem; align-items: start; padding: 2.3rem 0; border-bottom: 1px solid var(--line); }
.practice-list span { color: var(--muted); font-size: .72rem; }
.practice-list h3 { font-size: clamp(1.125rem, 1.6vw, 1.375rem); line-height: 1.25; }
.practice-list p { max-width: 34rem; color: var(--muted); }

.signature { overflow: hidden; padding: clamp(7rem, 12vw, 12rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: var(--ink); color: var(--white); }
.signature .section-label { color: #8f8f8f; }
.signature h2 { max-width: 48rem; font-size: clamp(1.625rem, 2.2vw, 2rem); line-height: 1.18; font-weight: 510; }
.signature-body { max-width: 48rem; margin-top: clamp(2rem, 4vw, 3.5rem); color: #aaa; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.68; }
.signature-body em { color: var(--white); font-style: normal; }

.book { position: relative; isolation: isolate; overflow: hidden; min-height: 100vh; padding: clamp(6rem, 11vw, 11rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: linear-gradient(115deg, #f7f6f2 0%, #e9e8e3 49%, #faf9f6 100%); color: var(--ink); display: grid; grid-template-columns: minmax(18rem, 31rem) minmax(0, 1fr); align-items: center; gap: clamp(4rem, 10vw, 12rem); }
.book::before { content: none; }
.book-cover { position: relative; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: white; box-shadow: 0 2.8rem 7.5rem rgba(11,11,11,.2), 0 0 0 1px rgba(11,11,11,.08); }
.book-cover img { object-fit: cover; filter: contrast(1.1) brightness(1.025); }
.book-copy { max-width: 41rem; }
.book .section-label { color: var(--muted); }
.book h2 { font-size: clamp(1.875rem, 2.5vw, 2.25rem); line-height: 1.15; }
.book-subtitle { margin-top: .9rem; font-size: clamp(1.3rem, 2vw, 2rem); }
.book-copy > p:not(.section-label):not(.book-subtitle) { max-width: 35rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.65; }
.book-quote { max-width: 35rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--ink); font-size: clamp(1.45rem, 2.2vw, 2.35rem); font-weight: 520; line-height: 1.2; letter-spacing: -.025em; }
.book-copy a { display: inline-flex; margin-top: 2.4rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.book-copy a.book-cta { align-items: center; justify-content: center; min-height: 3rem; max-width: calc(100% - 40px); margin-inline-start: 40px; padding: .8rem 1.35rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-align: center; }
.book-copy a.book-cta:hover { background: #fff; color: var(--ink); }
.book-copy a.book-cta:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.continuation { padding: clamp(6rem, 11vw, 10rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: var(--ink); color: var(--white); }
.continuation h2 { max-width: 50rem; font-size: clamp(1.375rem, 2vw, 1.75rem); line-height: 1.35; }
.continuation > p { max-width: 48rem; margin-top: clamp(2rem, 4vw, 3.2rem); color: #bdbdbd; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.68; }

.who { padding: clamp(6rem, 11vw, 10rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: linear-gradient(135deg, #f8f8f6 0%, #eceeec 52%, #fff 100%); color: var(--ink); }
.who .section-label { color: var(--muted); }
.who-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.who h2 { max-width: 34rem; font-size: clamp(1.625rem, 2.2vw, 2rem); line-height: 1.18; }
.who-copy { max-width: 38rem; }
.who-copy p { color: #454541; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.72; }
.who-copy p + p { margin-top: 1.5rem; }
.who-copy em { color: var(--ink); font-style: normal; }

@media (min-width: 681px) {
  h1 { font-size: clamp(2.5rem, 3.7vw, 3.5rem); line-height: 1.08; }
  .hero { max-width: 76rem; min-height: 0; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: clamp(2.5rem, 5vw, 5rem); padding-top: clamp(2.5rem, 4vw, 4rem); padding-bottom: clamp(3rem, 5vw, 5rem); }
  .hero-copy { justify-self: center; }
  .hero-lead { margin-top: 1.5rem; }
  .hero-photo { max-width: 26rem; width: 100%; justify-self: center; }
  .about, .practice, .signature, .book, .continuation, .who, .newsletter#newsletter { padding-top: clamp(4rem, 6vw, 6rem); padding-bottom: clamp(4rem, 6vw, 6rem); }
  .about h2, .practice h2, .newsletter h2 { font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: 1.14; }
  .about > h2 { font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: 1.14; }
  .signature h2 { font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: 1.14; }
  .book { min-height: 0; }
  .book h2 { font-size: clamp(2.25rem, 3.5vw, 3.25rem); line-height: 1.12; }
  .continuation h2 { font-size: clamp(1.75rem, 2.4vw, 2.25rem); line-height: 1.25; }
  .who h2 { font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: 1.14; }
  .practice-heading { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
}

.newsletter { padding: clamp(6rem, 12vw, 12rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); background: var(--ink); color: var(--white); }
.newsletter .section-label { color: #8f8f8f; }
.newsletter h2 { max-width: 62rem; }
.newsletter > p:not(.section-label):not(.form-note) { max-width: 46rem; margin-top: 1.5rem; color: #a7a7a7; }
.newsletter-form { max-width: 50rem; margin-top: 3rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: .75rem; }
.newsletter-field { min-width: 0; }
.newsletter-field label { display: block; margin-bottom: .6rem; color: #bdbdbd; font-size: .875rem; }
.newsletter-form input, .newsletter-form button { min-height: 3.5rem; border: 1px solid transparent; border-radius: .5rem; font: inherit; }
.newsletter-form input { min-width: 0; width: 100%; padding: .85rem 1rem; border-color: #ddd; background: var(--white); color: var(--ink); font-size: 1rem; -webkit-appearance: none; appearance: none; }
.newsletter-form input::placeholder { color: #757575; opacity: 1; }
.newsletter-form button { padding: 0 1.6rem; border-color: var(--white); background: var(--white); color: var(--ink); font-size: .875rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; cursor: default; }
.newsletter-form input:focus-visible, .newsletter-form button:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.form-note { margin-top: .75rem; color: #999791; font-size: .72rem; }

footer { width: 100%; margin: 0; padding: 2.2rem max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) 3.5rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-top: 1px solid rgba(255,255,255,.14); background: var(--ink); color: #898989; font-size: .75rem; }
footer a { color: var(--white); }

@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(18rem, 26rem); gap: 2.5rem; }
  .about { grid-template-columns: minmax(0, 1fr); }
  .book { grid-template-columns: minmax(20rem, 1fr) minmax(0, .9fr); gap: 3.5rem; }
  .section-number { display: none; }
  .practice-list article { grid-template-columns: 2rem minmax(0, 1fr); }
  .practice-list p { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header { align-items: center; min-height: 3.25rem; padding-top: .5rem; padding-bottom: .5rem; }
  .header-actions { gap: 1rem; }
  nav { display: none; }
  .hero { min-height: 0; padding-top: 1.5rem; padding-bottom: 4.8rem; grid-template-columns: 1fr; gap: 1.9rem; }
  .hero::before { top: -4%; right: -48%; width: 150%; opacity: .72; }
  .hero-copy { max-width: 33rem; }
  .kicker, .section-label { margin-bottom: 1rem; font-size: .68rem; }
  h1 { max-width: 32rem; font-size: clamp(1.75rem, 7.7vw, 2rem); line-height: 1.12; letter-spacing: -.035em; overflow-wrap: normal; }
  .hero-lead { max-width: 31rem; margin-top: 1.25rem; font-size: .96rem; line-height: 1.6; }
  .hero-photo { width: 88%; justify-self: center; aspect-ratio: 4 / 5; order: -1; }
  .about { min-height: 0; grid-template-columns: 1fr; gap: 2rem; padding-top: 4.8rem; padding-bottom: 4.8rem; }
  .about > h2 { max-width: 34rem; font-size: clamp(1.5rem, 6.3vw, 1.625rem); line-height: 1.2; letter-spacing: -.035em; }
  .section-transition { max-width: 29rem; margin-top: 1.6rem; font-size: .92rem; line-height: 1.6; }
  .practice { padding-top: 5rem; padding-bottom: 5rem; }
  .practice-heading { max-width: 31rem; margin-bottom: 3.2rem; }
  .practice h2 { font-size: clamp(1.5rem, 6.3vw, 1.625rem); line-height: 1.2; }
  .practice-list article { grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.8rem 0; }
  .practice-list h3 { font-size: 1.125rem; line-height: 1.25; }
  .practice-list p { grid-column: 2; max-width: 29rem; font-size: .94rem; line-height: 1.58; }
  .signature { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .signature h2 { max-width: 32rem; font-size: clamp(1.5rem, 6.3vw, 1.625rem); line-height: 1.2; letter-spacing: -.035em; }
  .signature-body { max-width: 29rem; margin-top: 1.7rem; font-size: .94rem; line-height: 1.62; }
  .book { min-height: 0; grid-template-columns: 1fr; gap: 3rem; padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .book::before { top: 2%; left: -22%; width: 130%; height: 62%; filter: blur(28px); }
  .book-cover { width: 68%; max-width: 17rem; justify-self: center; }
  .book h2 { font-size: clamp(1.75rem, 7.2vw, 1.875rem); line-height: 1.15; }
  .book-subtitle { margin-top: .7rem; font-size: 1.2rem; }
  .book-copy > p:not(.section-label):not(.book-subtitle) { margin-top: 1.8rem; padding-top: 1.5rem; font-size: .96rem; line-height: 1.6; }
  .book-quote { margin-top: 1.8rem; padding-top: 1.5rem; font-size: 1.45rem; line-height: 1.25; }
  .continuation { padding-top: 5.2rem; padding-bottom: 5.2rem; }
  .continuation h2 { max-width: 32rem; font-size: clamp(1.25rem, 5.4vw, 1.375rem); line-height: 1.35; }
  .continuation > p { max-width: 29rem; margin-top: 1.7rem; font-size: .94rem; line-height: 1.62; }
  .who { padding-top: 5.2rem; padding-bottom: 5.2rem; }
  .who-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .who h2 { max-width: 31rem; font-size: clamp(1.5rem, 6.3vw, 1.625rem); line-height: 1.2; }
  .who-copy { max-width: 29rem; }
  .who-copy p { font-size: .94rem; line-height: 1.62; }
  .newsletter { padding-top: 5.2rem; padding-bottom: 5.2rem; }
  .newsletter h2 { max-width: 31rem; font-size: clamp(1.5rem, 6.3vw, 1.625rem); line-height: 1.2; }
  .newsletter > p:not(.section-label):not(.form-note) { max-width: 29rem; font-size: .94rem; line-height: 1.58; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { padding: 0 1.25rem; text-align: center; min-height: 3.5rem; }
  footer { grid-template-columns: 1fr; gap: .35rem; }
  footer a { margin-top: 1rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .site-header::after { transition: left .9s cubic-bezier(.2,.7,.2,1); }
  .hero-copy, .hero-photo { animation: enter .9s cubic-bezier(.2,.7,.2,1) both; }
  .hero-photo { animation-delay: .12s; }
  @keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

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