:root {
  --ink: #241d25;
  --aubergine: #321f35;
  --aubergine-2: #4b2a4d;
  --plum: #6e466b;
  --lavender: #d8cdea;
  --ivory: #f7f3ed;
  --paper: #fffdf9;
  --gold: #b7955a;
  --nav-accent: #8c49bd;
  --line: rgba(55, 34, 55, 0.16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header, main, section, .hero-inner, .section-heading, .service-grid, .consultation-panel, .about, .values, .contact-inner, .site-footer { min-width: 0; }
.section-heading > *, .service-card, .consultation-panel > *, .about > *, .values > * { min-width: 0; }
.button, .phone-link, .contact address, .site-footer p { overflow-wrap: anywhere; }
.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; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .3s ease, min-height .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { min-height: 70px; background: rgba(45, 28, 48, .96); box-shadow: 0 8px 32px rgba(24,15,25,.12); backdrop-filter: blur(12px); }
.brand { display: flex; gap: .85rem; align-items: center; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--lavender); font-family: var(--serif); font-size: .8rem; letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; letter-spacing: .01em; }
.brand-copy small { color: rgba(255,255,255,.68); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { position: relative; color: rgba(255,255,255,.78); font-size: .73rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -.55rem; left: 0; height: 2px; background: var(--nav-accent); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a.is-active { color: #fff; }
.site-nav a.is-active:not(.nav-cta)::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: .65rem 1.2rem; color: #fff; background: var(--nav-accent); border: 1px solid var(--nav-accent); }
.site-nav .nav-cta:hover { color: #fff; background: #7839a8; border-color: #7839a8; }
.menu-toggle { display: none; background: transparent; border: 0; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: #fff; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: radial-gradient(circle at 80% 28%, rgba(127,91,121,.35), transparent 34%), linear-gradient(132deg, #261a29 0%, #3b253e 54%, #201622 100%);
}
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.hero-inner { position: relative; z-index: 2; width: min(1120px, calc(100% - 2.5rem)); margin: 0 auto; padding: 10rem 0 5rem; }
.eyebrow { margin: 0 0 1.4rem; color: var(--plum); font-size: .69rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lavender); }
.eyebrow-light { color: #cdbdd6; }
.hero h1, .section h2, .manifesto h2, .contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.hero h1 { max-width: 900px; font-size: clamp(4.2rem, 10vw, 8.7rem); }
.hero-lede { max-width: 660px; margin: 2rem 0 0; color: rgba(255,255,255,.73); font-family: var(--serif); font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .95rem 1.4rem; border: 1px solid transparent; font-size: .7rem; font-weight: 600; letter-spacing: .13em; line-height: 1.25; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--paper); color: var(--aubergine); }
.button-light { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); color: #fff; }
.button-light:hover { background: #fff; color: var(--aubergine); }
.text-link { color: rgba(255,255,255,.76); font-size: .72rem; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: .45rem; color: var(--lavender); }
.hero-note { display: flex; align-items: center; gap: .8rem; margin-top: 4.8rem; color: rgba(255,255,255,.5); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-note i { width: 22px; height: 1px; background: rgba(255,255,255,.28); }
.hero-orb { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-orb-one { right: -10vw; bottom: -25vw; width: 65vw; height: 65vw; }
.hero-orb-two { right: 8vw; bottom: -7vw; width: 34vw; height: 34vw; border-color: rgba(214,196,224,.12); }

.section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem); }
.section-dark { color: var(--paper); background: var(--aubergine); }
.manifesto { padding: clamp(6rem, 11vw, 10rem) 1.25rem; text-align: center; }
.manifesto-inner { max-width: 920px; margin: 0 auto; }
.manifesto h2 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
.manifesto p:last-child { max-width: 720px; margin: 2.2rem auto 0; color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 1.18rem; line-height: 1.75; }

.work { max-width: 1280px; margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 4rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -2rem; }
.section-heading h2 { max-width: 680px; font-size: clamp(3rem, 6vw, 5.6rem); }
.section-heading > p:last-child { max-width: 380px; margin: 0; color: #655c65; font-family: var(--serif); font-size: 1.2rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 320px; padding: 2.25rem; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-card h3 { margin: .5rem 0 1.2rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.15; }
.service-card p { margin: 0; color: #6b626b; font-size: .95rem; }

.consultation { padding-top: 0; }
.consultation-panel { display: grid; grid-template-columns: 1.6fr .7fr; max-width: 1180px; margin: 0 auto; overflow: hidden; background: linear-gradient(135deg, #4b2c4e, #2e1e31); color: #fff; box-shadow: 0 35px 80px rgba(48,31,51,.16); }
.consultation-copy { padding: clamp(3rem, 7vw, 6.5rem); }
.consultation-copy h2 { max-width: 720px; font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.consultation-copy > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.69); }
.consultation-copy .button { margin-top: 1.5rem; }
.consultation-aside { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem; min-height: 100%; border-left: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.consultation-aside p { margin: 0; color: rgba(255,255,255,.66); font-family: var(--serif); font-size: 1.22rem; font-style: italic; }
.consultation-aside span { width: 1px; height: 54px; background: rgba(255,255,255,.2); }

.about { display: grid; grid-template-columns: minmax(320px, .83fr) minmax(420px, 1.17fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; max-width: 1280px; margin: 0 auto; }
.portrait-frame { position: relative; padding: 0 0 3rem 2.2rem; }
.portrait-frame img { position: relative; z-index: 2; display: block; width: 100%; height: auto; filter: saturate(.78) contrast(.98); box-shadow: 0 24px 58px rgba(39,28,41,.15); }
.portrait-backdrop { position: absolute; inset: 9% 8% 0 0; z-index: 1; background: #d8cde2; }
.portrait-caption { position: absolute; z-index: 3; right: -1rem; bottom: .4rem; margin: 0; padding: 1rem 1.2rem; background: var(--paper); font-family: var(--serif); font-size: 1rem; line-height: 1.35; box-shadow: 0 12px 36px rgba(39,28,41,.1); }
.portrait-caption span { color: #776d76; font-family: var(--sans); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(3rem, 5.8vw, 5.25rem); }
.about-copy > p { max-width: 650px; color: #625962; }
.about-copy .about-lede { margin-top: 2.25rem; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; line-height: 1.65; }
.about-signoff { display: flex; flex-direction: column; gap: .25rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #776d76; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }

.values { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1280px; margin: 0 auto 8rem; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.value { padding: 2.4rem; border: 1px solid var(--line); border-right: 0; }
.value:last-child { border-right: 1px solid var(--line); }
.value h3 { margin: .5rem 0 .7rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.value p { margin: 0; color: #6b626b; font-size: .9rem; }

.contact { padding: clamp(6rem, 11vw, 10rem) 1.25rem; text-align: center; }
.contact-inner { max-width: 940px; margin: 0 auto; }
.contact h2 { font-size: clamp(3.2rem, 7vw, 6.6rem); }
.contact-inner > p:not(.eyebrow) { max-width: 590px; margin: 2rem auto; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 1.15rem; }
.contact-actions { display: flex; justify-content: center; align-items: center; gap: 2rem; margin-top: 2.7rem; }
.phone-link { color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 1.15rem; text-decoration: none; }
.contact address { margin-top: 3.2rem; color: rgba(255,255,255,.44); font-size: .68rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 1.5rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); background: #201622; color: rgba(255,255,255,.44); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.crisis-note { text-align: right; }

.book-hero { padding: clamp(9rem, 15vw, 12rem) clamp(1.25rem, 5vw, 5rem) clamp(4.5rem, 8vw, 7rem); background: linear-gradient(135deg, #321f35, #4b2a4d); }
.book-intro { width: min(980px, 100%); margin: 0 auto; text-align: center; }
.book-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.book-intro > p:last-child { width: min(640px, 100%); margin: 1.8rem auto 0; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.18rem; }
.booking { width: min(1180px, 100%); margin: 0 auto; padding-top: clamp(3rem, 6vw, 5rem); }
.calendar-shell { width: 100%; min-width: 0; padding: clamp(.25rem, 2vw, 1.25rem); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(49,35,51,.12); }
.calendly-inline-widget, .calendly-inline-widget iframe { width: 100% !important; max-width: 100% !important; }
.booking-help { margin: 1.5rem auto 0; color: #6b626b; text-align: center; }
.booking-help a { color: var(--aubergine-2); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled { position: fixed; top: 0; right: 0; left: 0; z-index: 100; min-height: 72px; background: rgba(45,28,48,.98); color: var(--paper); box-shadow: 0 12px 30px rgba(28,18,30,.16); }
  .brand { position: relative; z-index: 103; min-width: 0; }
  .menu-toggle { display: block; position: relative; z-index: 103; flex: 0 0 auto; color: var(--paper); }
  .site-nav { position: fixed; inset: 0; z-index: 102; display: flex; flex-direction: column; justify-content: center; gap: 2.2rem; width: 100%; min-height: 100vh; min-height: 100dvh; padding: calc(72px + 2rem) 1.5rem max(2rem, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; background: rgba(38,25,41,.985); transition: opacity .25s ease, visibility .25s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { width: min(100%, 20rem); color: var(--paper); font-family: var(--serif); font-size: 1.5rem; letter-spacing: .03em; text-align: center; text-transform: none; }
  .site-nav a:not(.nav-cta)::after { right: auto; left: 50%; width: 2rem; transform: translateX(-50%) scaleX(0); }
  .site-nav a.is-active:not(.nav-cta)::after { transform: translateX(-50%) scaleX(1); }
  .site-nav .nav-cta { width: auto; min-width: 8.5rem; align-self: center; padding: .65rem 2rem; }
  body.menu-open { overflow: hidden; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-heading .eyebrow { margin-bottom: .2rem; }
  .service-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin-top: .5rem; }
  .consultation-panel { grid-template-columns: 1fr; }
  .consultation-aside { flex-direction: row; min-height: 150px; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .consultation-aside span { width: 48px; height: 1px; }
  .about { grid-template-columns: 1fr; }
  .portrait-frame { width: 100%; max-width: 560px; margin: 0 auto; }
  .values { grid-template-columns: 1fr; margin-bottom: 5rem; }
  .value { border-right: 1px solid var(--line); border-bottom: 0; }
  .value:last-child { border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .crisis-note { text-align: center; }
}

@media (max-width: 600px) {
  .site-header,
  .site-header.is-scrolled { padding-right: 1rem; padding-left: 1rem; }
  .brand { gap: .65rem; }
  .brand-mark { flex: 0 0 36px; width: 36px; height: 36px; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { font-size: .96rem; }
  .brand-copy small { font-size: .56rem; letter-spacing: .11em; }
  .section { padding-right: 1rem; padding-left: 1rem; }
  .hero-inner { width: calc(100% - 2rem); padding-top: 8.5rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-actions .button { max-width: 100%; white-space: normal; text-align: center; }
  .hero-note { flex-wrap: wrap; margin-top: 3.2rem; }
  .manifesto h2, .section-heading h2, .about-copy h2, .consultation-copy h2, .contact h2 { font-size: clamp(2.35rem, 12vw, 2.8rem); }
  .consultation-copy { padding: 2.5rem 1.25rem; }
  .consultation-aside { flex-direction: column; min-height: auto; gap: .75rem; padding: 2rem 1rem; }
  .consultation-aside p { font-size: 1rem; }
  .consultation-aside span { width: 1px; height: 22px; }
  .portrait-frame { padding: 0 0 2rem .75rem; }
  .portrait-caption { position: relative; right: auto; bottom: auto; width: calc(100% - 1rem); margin: -1rem 0 0 auto; }
  .value { padding: 1.75rem 1.25rem; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions .button { max-width: 100%; white-space: normal; text-align: center; }
  .site-footer { padding-right: 1rem; padding-left: 1rem; }
  .book-hero { padding: 8.5rem 1rem 3.75rem; }
  .book-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .book-intro > p:last-child { font-size: 1.05rem; }
  .booking { padding-top: 2.5rem; }
  .calendar-shell { padding: 0; border-right: 0; border-left: 0; box-shadow: 0 16px 42px rgba(49,35,51,.1); }
  .calendly-inline-widget { min-width: 0 !important; height: 1050px !important; }
}

@media (max-width: 380px) {
  .site-header,
  .site-header.is-scrolled { padding-right: .75rem; padding-left: .75rem; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { display: none; }
  .hero h1 { font-size: 2.9rem; }
  .hero-note { gap: .55rem; }
  .hero-note i { width: 12px; }
  .site-nav { gap: 1.75rem; }
}

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