:root {
  --bg: #f4eee8;
  --bg-soft: #ece3dc;
  --paper: #fbf8f5;
  --ink: #2a2524;
  --muted: #6f6763;
  --plum: #5b3947;
  --plum-dark: #472b36;
  --rose: #a87881;
  --sage: #7d8879;
  --line: rgba(60, 45, 47, .16);
  --white: #fff;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(60, 41, 47, .12);
  --container: 1240px;
  --header-h: 82px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: #d8c0c7; color: var(--ink); }

.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-160%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.eyebrow { margin: 0 0 22px; font-size: .76rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--plum); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 7vw, 7.25rem); max-width: 870px; margin-bottom: 30px; }
h2 { font-size: clamp(2.8rem, 5vw, 5.25rem); margin-bottom: 28px; }
h3 { font-size: clamp(1.65rem, 2.2vw, 2.2rem); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--plum); color: #fff; font-weight: 600; border: 1px solid var(--plum); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 12px 30px rgba(71,43,54,.16); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(91,57,71,.28); outline-offset: 4px; }
.button--small { min-height: 44px; padding-inline: 20px; font-size: .9rem; }
.button--light { background: var(--paper); border-color: var(--paper); color: var(--plum); }
.button--light:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; padding: 12px 4px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(244,238,232,.86); border-color: var(--line); box-shadow: 0 10px 40px rgba(53,38,41,.05); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.brand { display: inline-flex; flex-direction: column; width: fit-content; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 1.4rem; letter-spacing: -.03em; }
.brand-meta { margin-top: 6px; font-size: .69rem; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.desktop-nav { display: flex; gap: 30px; font-size: .9rem; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--plum); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.35); align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-button span { width: 18px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-h) 0 auto; background: rgba(244,238,232,.98); border-bottom: 1px solid var(--line); padding: 28px 24px 34px; box-shadow: 0 20px 40px rgba(44,29,34,.08); }
.mobile-menu nav { display: grid; gap: 8px; }
.mobile-menu nav > a:not(.button) { padding: 12px 0; font-family: var(--serif); font-size: 1.8rem; border-bottom: 1px solid var(--line); }
.mobile-menu .button { margin-top: 12px; }

.hero { min-height: 100svh; padding: calc(var(--header-h) + 54px) 0 58px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(168,120,129,.18) 0, rgba(168,120,129,0) 68%); top: -170px; right: -190px; pointer-events: none; }
.hero-grid { min-height: calc(100svh - var(--header-h) - 110px); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 76px; }
.hero-copy { padding-top: 24px; }
.hero-lead { max-width: 680px; font-size: clamp(1.08rem, 1.55vw, 1.28rem); color: var(--muted); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; flex-wrap: wrap; }
.hero-signature { margin-top: 56px; display: inline-flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--plum); color: var(--muted); font-size: .85rem; }
.signature-name { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); margin-bottom: 4px; }
.hero-visual {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 42%, rgba(217,190,198,.5), rgba(217,190,198,.13) 58%, transparent 72%);
  right: -46px;
  top: 24px;
  z-index: -2;
}
.hero-visual::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 620px;
  border: 1px solid rgba(91,57,71,.18);
  border-radius: 50% 50% 30px 30px;
  transform: translate(28px, -12px);
  z-index: -1;
}
.hero-photo-wrap {
  position: relative;
  width: min(100%, 500px);
}
.hero-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 561 / 701;
  overflow: hidden;
  border-radius: 260px 260px 34px 34px;
  background: #dcc9c7;
  box-shadow: 0 34px 90px rgba(60,41,47,.16);
  border: 1px solid rgba(255,255,255,.66);
  z-index: 2;
}
.hero-photo picture { display: block; width: 100%; height: 100%; }
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}
.photo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(145deg, #e7d9d2, #cdb9b6);
  color: var(--plum);
  z-index: 1;
}
.photo-fallback span { font-family: var(--serif); font-size: 7rem; line-height: 1; }
.photo-fallback small { font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; opacity: .68; }
.hero-monogram {
  position: absolute;
  left: -34px;
  bottom: 44px;
  z-index: 3;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(251,248,245,.94);
  border: 1px solid rgba(91,57,71,.18);
  box-shadow: 0 18px 42px rgba(60,41,47,.12);
  color: var(--plum);
  font-family: var(--serif);
  font-size: 2.25rem;
  letter-spacing: -.07em;
  backdrop-filter: blur(10px);
}
.hero-line { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; border-bottom: 1px solid var(--line); }

.signals { background: var(--paper); }
.signals-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 96px; }
.signals-intro { position: sticky; top: 130px; align-self: start; }
.signals-intro h2 { font-size: clamp(2.6rem, 4.1vw, 4.4rem); }
.signals-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.03rem; }
.signal-list { border-top: 1px solid var(--line); }
.signal-row { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.signal-row span { font-size: .72rem; letter-spacing: .12em; color: var(--rose); }
.signal-row p { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.05; }

.psychotherapy { background: var(--bg); }
.section-heading { max-width: 950px; margin-bottom: 70px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.section-heading--compact { max-width: 780px; }
.themes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.theme { padding: 36px 34px 40px 0; }
.theme + .theme { border-left: 1px solid var(--line); padding-left: 34px; }
.theme-number { font-size: .72rem; color: var(--rose); letter-spacing: .12em; }
.theme h3 { margin: 42px 0 18px; }
.theme p { margin: 0; color: var(--muted); }

.quote-band { padding: 110px 0; background: var(--plum); color: var(--paper); overflow: hidden; position: relative; }
.quote-band::after { content: "BA"; position: absolute; right: -10px; bottom: -110px; font-family: var(--serif); font-size: 24rem; color: rgba(255,255,255,.045); line-height: 1; pointer-events: none; }
.quote-band p { margin: 0; max-width: 1000px; font-family: var(--serif); font-size: clamp(3rem, 5.7vw, 6.3rem); line-height: .98; letter-spacing: -.04em; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.about-sticky { position: sticky; top: 130px; align-self: start; }
.about-sticky h2 { margin-bottom: 12px; }
.about-role { color: var(--muted); }
.about-copy { max-width: 760px; }
.about-copy > p { font-size: 1.08rem; color: var(--muted); }
.about-opening { font-family: var(--serif); font-size: clamp(2.15rem, 3.5vw, 3.75rem) !important; color: var(--ink) !important; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 42px; }
.credentials { margin-top: 58px; padding-top: 26px; border-top: 1px solid var(--line); }
.credentials-title { font-size: .74rem !important; text-transform: uppercase; letter-spacing: .16em; color: var(--plum) !important; font-weight: 600; }
.credentials ul { list-style: none; margin: 0; padding: 0; }
.credentials li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials li span { color: var(--rose); font-size: .72rem; letter-spacing: .1em; }

.process { background: var(--bg-soft); }
.process-list { list-style: none; margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-number { color: var(--plum); font-family: var(--serif); font-size: 1.35rem; }
.process-list h3 { margin-bottom: 10px; font-size: clamp(2rem, 3vw, 3rem); }
.process-list p { margin: 0; max-width: 680px; color: var(--muted); }
.process-action { margin-top: 42px; }

.online { background: var(--paper); }
.online-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.online-grid h2 { font-size: clamp(2.8rem, 4.5vw, 4.75rem); }
.online-intro { max-width: 560px; color: var(--muted); }
.online-facts { border-top: 1px solid var(--line); }
.online-facts > div { display: grid; grid-template-columns: 42px 120px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.online-facts span { color: var(--rose); font-size: .72rem; }
.online-facts strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.online-facts p { margin: 0; color: var(--muted); }

.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading > p:last-child { max-width: 430px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 27px 0; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.95rem); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 1.3rem; color: var(--plum); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { margin: -4px 0 28px; max-width: 680px; color: var(--muted); }

.closing { background: var(--paper); padding-top: 40px; }
.closing-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--plum); color: var(--paper); padding: clamp(54px, 7vw, 94px); }
.closing-card .eyebrow { color: #d9bec6; }
.closing-card h2 { max-width: 920px; }
.closing-card > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.closing-card .button { margin-top: 20px; }
.closing-mark { position: absolute; right: -38px; bottom: -120px; font-family: var(--serif); font-size: 21rem; line-height: 1; color: rgba(255,255,255,.045); pointer-events: none; }

.footer { padding: 54px 0 36px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr auto; gap: 32px; align-items: start; color: var(--muted); font-size: .88rem; }
.footer-name { margin-bottom: 4px; font-family: var(--serif); color: var(--ink); font-size: 1.55rem; }
.footer-grid nav, .footer-social { display: grid; gap: 8px; }
.footer-grid a:hover { color: var(--plum); }
.footer-copy { margin: 0; text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: flex; }
  .hero { padding-top: calc(var(--header-h) + 30px); }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 36px; }
  h1 { font-size: clamp(3.6rem, 7vw, 5.4rem); }
  .hero-visual { min-height: 590px; }
  .hero-photo-wrap { width: min(100%, 430px); }
  .hero-visual::before { width: 500px; height: 500px; right: -80px; }
  .hero-visual::after { width: 455px; height: 555px; }
  .signals-grid, .about-grid, .faq-grid, .online-grid { gap: 58px; }
}

@media (max-width: 820px) {
  .section { padding: 92px 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 36px; }
  .hero-visual { min-height: 580px; margin-top: 18px; }
  .hero-photo-wrap { width: min(86vw, 470px); }
  .hero-visual::before { width: 500px; height: 500px; right: 50%; transform: translateX(58%); top: 42px; }
  .hero-visual::after { width: min(88vw, 490px); height: 565px; transform: translate(18px, -8px); }
  .hero-monogram { left: -20px; bottom: 34px; width: 84px; height: 84px; font-size: 2rem; }
  .signals-grid, .about-grid, .faq-grid, .online-grid { grid-template-columns: 1fr; gap: 52px; }
  .signals-intro, .about-sticky, .faq-heading { position: static; }
  .themes { grid-template-columns: 1fr; }
  .theme { padding: 30px 0; }
  .theme + .theme { border-left: none; border-top: 1px solid var(--line); padding-left: 0; }
  .theme h3 { margin-top: 24px; }
  .online-facts > div { grid-template-columns: 40px 110px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-copy { text-align: left; }
}

@media (max-width: 560px) {
  :root { --header-h: 72px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 78px 0; }
  .brand-name { font-size: 1.22rem; }
  .brand-meta { font-size: .61rem; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.3rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .hero { min-height: auto; padding-bottom: 42px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-signature { margin-top: 34px; }
  .hero-visual { min-height: 500px; }
  .hero-photo-wrap { width: min(90vw, 390px); }
  .hero-photo { border-radius: 220px 220px 28px 28px; }
  .hero-visual::before { width: 410px; height: 410px; top: 50px; }
  .hero-visual::after { width: min(91vw, 405px); height: 485px; transform: translate(10px, -5px); }
  .hero-monogram { left: -10px; bottom: 26px; width: 72px; height: 72px; font-size: 1.7rem; }
  .hero-line { width: calc(100% - 40px); }
  .signal-row { grid-template-columns: 42px 1fr; padding: 24px 0; }
  .signal-row p { font-size: 2rem; }
  .quote-band { padding: 80px 0; }
  .quote-band p { font-size: clamp(2.65rem, 12vw, 4rem); }
  .process-list li { grid-template-columns: 54px 1fr; gap: 16px; }
  .process-list h3 { font-size: 2rem; }
  .online-facts > div { grid-template-columns: 34px 1fr; gap: 10px 14px; }
  .online-facts p { grid-column: 2; }
  .closing-card { border-radius: 24px; padding: 48px 28px; }
  .closing-mark { font-size: 13rem; bottom: -68px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav, .footer-social { padding-top: 18px; border-top: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
