@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fafafa;
  color: #111111;
  font-family: 'Inter', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* =========================================================
   HEADER / NAV  (pure CSS mobile menu — checkbox hack, no JS)
   ========================================================= */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 56px;
  background: rgba(250,250,250,0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: wrap;
}
.logo {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
  order: 1;
}
.nav-toggle { display: none; }
.nav-toggle-label {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
  height: 20px;
  cursor: pointer;
  order: 3;
}
.nav-toggle-label span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
}
nav {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
}
nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
}
nav a, .ig-link {
  color: #111;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}
nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0%;
  height: 1px;
  background: #111;
  transition: width 0.3s ease;
}
nav a:hover::after { width: 100%; }
nav a.active::after { width: 100%; }
.header-right {
  order: 3;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-right .nav-toggle-label { order: 2; }

@media (max-width: 850px) {
  header { padding: 22px 24px; }
  .nav-toggle-label { display: flex; }
  nav {
    order: 4;
    width: 100%;
    flex-basis: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  nav ul { flex-direction: column; gap: 0; width: 100%; padding-top: 6px; }
  nav ul li { border-top: 1px solid #e2e2e2; }
  nav ul li a { display: block; padding: 16px 4px; }
  .nav-toggle:checked ~ nav { max-height: 480px; }
}

/* =========================================================
   HOME HERO
   ========================================================= */
.hero {
  position: relative;
  height: 88vh;
  min-height: 460px;
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(1) contrast(1.15) brightness(1.02);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%);
}
.hero-text {
  position: absolute;
  bottom: 56px;
  left: 56px;
  right: 56px;
  color: #fafafa;
  z-index: 2;
}
.hero-text .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 14px;
}
.hero-text h1 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.05;
  max-width: 640px;
}
.hero-text h1 em { font-style: italic; font-weight: 400; }

/* =========================================================
   PAGE HERO (secondary pages)
   ========================================================= */
.page-hero {
  position: relative;
  height: 46vh;
  min-height: 300px;
  overflow: hidden;
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: grayscale(1) contrast(1.15) brightness(1.02);
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.4) 100%);
}
.page-hero-text {
  position: absolute;
  bottom: 44px;
  left: 56px;
  right: 56px;
  color: #fafafa;
  z-index: 2;
}
.page-hero-text .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 14px;
}
.page-hero-text h1 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.08;
  max-width: 640px;
}
.page-hero-text h1 em { font-style: italic; font-weight: 400; }

/* =========================================================
   SHARED LABELS / INTRO / BODY TEXT / PULL QUOTES
   ========================================================= */
.label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 18px;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 100px 56px;
  border-bottom: 1px solid #e2e2e2;
}
.intro p.pull {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.45;
  max-width: 480px;
}
.body-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  max-width: 520px;
}
.body-text p { margin-bottom: 16px; }
.pull-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.45;
  max-width: 480px;
  border-left: 2px solid #111;
  padding-left: 22px;
  margin-top: 28px;
}

/* =========================================================
   HOME — 3-up practice grid
   ========================================================= */
.sections { display: grid; grid-template-columns: repeat(3, 1fr); }
.section-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.section-card:nth-child(3n) { border-right: none; }
.section-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.section-card:hover img { transform: scale(1.05); filter: grayscale(1) contrast(1.25) brightness(0.85); }
.section-card .overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
}
.section-card .num { color: #fafafa; font-size: 12px; letter-spacing: 0.1em; opacity: 0.75; margin-bottom: 8px; }
.section-card h3 { color: #fafafa; font-family: 'Fraunces', serif; font-weight: 400; font-size: 26px; }
.section-card a.card-link { display: block; text-decoration: none; }

/* =========================================================
   ABOUT — bio split, credentials, philosophy
   ========================================================= */
.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  padding: 100px 56px;
  border-bottom: 1px solid #e2e2e2;
}
.about-photo { aspect-ratio: 3/4; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }

.credentials { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.credentials .label { margin-bottom: 44px; }
.credential-list { border-top: 1px solid #e2e2e2; }
.credential-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid #e2e2e2;
}
.credential-year { font-size: 13px; letter-spacing: 0.05em; color: #6b6b6b; }
.credential-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: 20px; }
.credential-loc { font-size: 13px; color: #6b6b6b; text-align: right; }

.philosophy { padding: 100px 56px; }
.philosophy .label { margin-bottom: 32px; }
.philosophy p {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
  max-width: 760px;
}
.philosophy p em { font-style: italic; font-weight: 400; }

/* =========================================================
   TEACHING — offerings + framework
   ========================================================= */
.offerings { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.offerings .label { margin-bottom: 44px; }
.offering-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}
.offering-card { background: #fafafa; padding: 44px 40px; }
.offering-card .kind { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6b6b6b; margin-bottom: 12px; }
.offering-card h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 26px; margin-bottom: 14px; }
.offering-card p { font-size: 15px; line-height: 1.65; color: #333; margin-bottom: 18px; }
.offering-meta { display: flex; justify-content: space-between; font-size: 13px; color: #6b6b6b; border-top: 1px solid #e2e2e2; padding-top: 14px; }

.framework { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.framework .label { margin-bottom: 44px; }
.framework-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.framework-step .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 34px; color: #b0b0b0; margin-bottom: 16px; }
.framework-step h4 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 21px; margin-bottom: 10px; }
.framework-step p { font-size: 15px; line-height: 1.65; color: #333; }

/* =========================================================
   COLLABORATION — projects + open-to
   ========================================================= */
.projects { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.projects .label { margin-bottom: 44px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.project-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.project-card:nth-child(3n) { border-right: none; }
.project-card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.project-card:hover img { transform: scale(1.05); filter: grayscale(1) contrast(1.25) brightness(0.85); }
.project-card .overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
}
.project-card .year { color: #fafafa; font-size: 12px; letter-spacing: 0.1em; opacity: 0.75; margin-bottom: 8px; }
.project-card h3 { color: #fafafa; font-family: 'Fraunces', serif; font-weight: 400; font-size: 23px; margin-bottom: 4px; }
.project-card .with { color: #d8d8d8; font-size: 13px; }

.open-to { padding: 100px 56px; }
.open-to .label { margin-bottom: 32px; }
.open-to p { font-family: 'Fraunces', serif; font-weight: 300; font-size: 28px; line-height: 1.5; max-width: 720px; }

/* =========================================================
   BODYWORK — modalities, session flow, booking
   ========================================================= */
.modalities { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.modalities .label { margin-bottom: 44px; }
.modality-list { border-top: 1px solid #e2e2e2; }
.modality-row {
  display: grid;
  grid-template-columns: 240px 1fr 120px;
  gap: 32px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.modality-row h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 24px; }
.modality-row p { font-size: 15px; line-height: 1.65; color: #333; }
.modality-row .duration { font-size: 13px; color: #6b6b6b; text-align: right; }

.session-flow { padding: 100px 56px; border-bottom: 1px solid #e2e2e2; }
.session-flow .label { margin-bottom: 44px; }
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.flow-step .num { font-family: 'Fraunces', serif; font-style: italic; font-size: 30px; color: #b0b0b0; margin-bottom: 14px; }
.flow-step h4 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 18px; margin-bottom: 8px; }
.flow-step p { font-size: 14px; line-height: 1.6; color: #333; }

.booking { padding: 100px 56px; }
.booking .label { margin-bottom: 32px; }
.booking p { font-family: 'Fraunces', serif; font-weight: 300; font-size: 26px; line-height: 1.5; max-width: 680px; margin-bottom: 12px; }
.booking .note { font-family: 'Inter', sans-serif; font-size: 14px; color: #6b6b6b; max-width: 680px; }

/* =========================================================
   EVENTS — tabs + rows + past + region note
   ========================================================= */
.tabs { display: flex; gap: 40px; padding: 0 56px; border-bottom: 1px solid #e2e2e2; overflow-x: auto; }
.tabs a { display: inline-block; padding: 26px 0; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #6b6b6b; text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; }
.tabs a.active { color: #111; border-bottom-color: #111; }

.events { padding: 80px 56px; }
.events .label { margin-bottom: 40px; }
.event-row {
  display: grid;
  grid-template-columns: 140px 1fr auto auto;
  align-items: baseline;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid #e2e2e2;
  transition: opacity 0.25s ease;
}
.event-row:last-child { border-bottom: 1px solid #e2e2e2; }
.event-row:hover { opacity: 0.55; }
.event-date { font-size: 13px; letter-spacing: 0.05em; color: #6b6b6b; }
.event-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; }
.event-kind {
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #6b6b6b;
  border: 1px solid #d8d8d8; padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}
.event-loc { font-size: 13px; color: #6b6b6b; text-align: right; white-space: nowrap; }

.past .event-row { opacity: 0.72; }
.past .event-row:hover { opacity: 0.45; }
.past .event-title { color: #333; }
.past-note { font-size: 13px; color: #6b6b6b; margin-top: 40px; font-style: italic; font-family: 'Fraunces', serif; }
.region-note {
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 16px;
}
.region-note a { text-decoration: underline; color: #111; }

.region-banner {
  background: #111;
  color: #fafafa;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 100px 56px;
}
.contact-block .pull {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  line-height: 1.4;
  max-width: 460px;
  margin-bottom: 30px;
}
.contact-details { font-size: 15px; line-height: 1.9; color: #333; }
.contact-details a { text-decoration: underline; }
.contact-details .label { margin-top: 28px; }

form.contact-form { display: flex; flex-direction: column; gap: 20px; }
form.contact-form label {
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6b6b6b; margin-bottom: 8px; display: block;
}
form.contact-form input,
form.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: transparent;
  padding: 10px 2px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #111;
}
form.contact-form input:focus,
form.contact-form textarea:focus { outline: none; border-bottom-color: #111; }
form.contact-form button {
  align-self: flex-start;
  margin-top: 10px;
  padding: 14px 32px;
  background: #111;
  color: #fafafa;
  border: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
form.contact-form button:hover { background: #333; }

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: #111111;
  color: #fafafa;
  padding: 90px 56px 48px;
}
footer .cta {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 42px);
  white-space: nowrap;
  max-width: none;
  margin-bottom: 48px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #383838;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a { color: #fafafa; text-decoration: none; font-size: 13px; letter-spacing: 0.05em; }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.copyright { font-size: 12px; color: #888; }

/* =========================================================
   RESPONSIVE — general layout collapse
   ========================================================= */
@media (max-width: 850px) {
  .hero-text h1 { font-size: 40px; }
  .hero-text { left: 24px; right: 24px; bottom: 36px; }
  .page-hero-text h1 { font-size: 32px; }
  .page-hero-text { left: 24px; right: 24px; }

  .intro, .about-split, .offering-grid, .framework-steps,
  .project-grid, .flow-steps, .contact-block { grid-template-columns: 1fr; padding: 60px 24px; }
  .offering-grid { background: none; border: none; padding: 0 24px 60px; gap: 0; }
  .offering-card { border-bottom: 1px solid #e2e2e2; }
  .sections { grid-template-columns: 1fr; }
  .section-card { border-right: none; }
  .project-card { border-right: none; }
  .about-photo { aspect-ratio: 4/3; }

  .credentials, .philosophy, .modalities, .session-flow, .booking,
  .projects, .open-to, .events, .offerings, .framework { padding: 60px 24px; }

  .modality-row { grid-template-columns: 1fr; gap: 6px; }
  .modality-row .duration { text-align: left; }

  .event-row { grid-template-columns: 1fr; gap: 6px; }
  .event-loc { text-align: left; }

  .credential-row { grid-template-columns: 1fr; gap: 4px; }
  .credential-loc { text-align: left; }

  footer { padding: 60px 24px 36px; }
  footer .cta { font-size: 30px; white-space: normal; max-width: 100%; }
  .footer-links { flex-direction: column; align-items: flex-start; }
}
