:root {
  --ink: #21152b;
  --muted: #74687b;
  --plum: #55236f;
  --violet: #73439b;
  --lilac: #d9c6eb;
  --mist: #f6f1f8;
  --cream: #fffdf8;
  --line: rgba(62, 34, 75, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 20px; letter-spacing: .02em; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--plum); border-radius: 50%; display: grid; place-items: center; font-family: ui-sans-serif, system-ui; font-size: 11px; letter-spacing: .13em; color: var(--plum); }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.cta-short { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 16px 20px; border: 1px solid var(--plum); background: var(--plum); color: white; font-weight: 650; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: #421957; transform: translateY(-2px); }
.button-small { padding: 11px 15px; gap: 12px; }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; padding: 96px clamp(24px, 7vw, 108px) 76px; gap: 7vw; overflow: hidden; }
.hero-copy { align-self: center; max-width: 670px; }
.eyebrow { color: var(--violet); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 22px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(58px, 6.3vw, 98px); }
h1 em { color: var(--violet); font-weight: inherit; }
.hero-intro { max-width: 580px; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; color: var(--muted); margin: 32px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 14px; font-weight: 650; border-bottom: 1px solid var(--ink); padding: 10px 0; }
.hero-art { position: relative; min-height: 520px; align-self: center; background: linear-gradient(155deg, #ede3f5, #cbb4de); border-radius: 260px 260px 20px 20px; box-shadow: inset 0 0 0 1px rgba(85,35,111,.08); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 230px; height: 230px; top: 40px; right: -70px; background: rgba(255,255,255,.55); }
.orb-two { width: 150px; height: 150px; bottom: 50px; left: -60px; background: rgba(85,35,111,.13); }
.event-card { position: absolute; width: 59%; min-width: 220px; padding: 22px; background: rgba(255,253,248,.92); border: 1px solid rgba(85,35,111,.16); box-shadow: 0 18px 50px rgba(61,31,72,.14); backdrop-filter: blur(12px); display: grid; grid-template-columns: 32px 1fr; gap: 6px 14px; }
.event-card span { grid-row: 1/3; color: var(--violet); font-size: 11px; padding-top: 3px; }
.event-card strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.event-card small { color: var(--muted); font-size: 12px; }
.card-one { top: 19%; left: -8%; }
.card-two { top: 46%; right: -11%; }
.card-three { bottom: 7%; left: 7%; }
.statement { text-align: center; padding: 125px 22vw; background: var(--mist); }
.statement h2, .section-heading h2, .inquiry h2 { font-size: clamp(44px, 5vw, 72px); }
.statement > p:last-child { max-width: 780px; margin: 30px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.services { padding: 120px clamp(24px, 7vw, 108px); }
.section-heading { max-width: 760px; margin-bottom: 68px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-grid article { padding: 38px 34px 42px 0; border-bottom: 1px solid var(--line); }
.service-grid article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.service-number { color: var(--violet); font-size: 11px; letter-spacing: .12em; }
h3 { font-family: Georgia, serif; font-weight: 400; font-size: 30px; margin: 36px 0 15px; }
.service-grid p { color: var(--muted); line-height: 1.7; font-size: 15px; max-width: 330px; }
.approach { padding: 0 clamp(24px, 5vw, 76px) 100px; }
.approach-panel { background: var(--plum); color: white; padding: clamp(48px, 7vw, 100px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.approach-panel h2 { font-size: clamp(43px, 5vw, 70px); }
.light { color: var(--lilac); }
.approach ol { list-style: none; margin: 0; padding: 0; }
.approach li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.22); }
.approach li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.approach li > span { color: var(--lilac); font-size: 11px; padding-top: 5px; }
.approach strong { font-family: Georgia, serif; font-weight: 400; font-size: 22px; }
.approach li p { margin: 8px 0 0; color: #d9cfde; line-height: 1.6; font-size: 14px; }
.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 120px clamp(24px, 9vw, 140px); background: #eee4f5; }
.inquiry-copy > p:not(.eyebrow):not(.privacy-note) { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 470px; }
.privacy-note { margin-top: 70px; font-size: 12px; color: var(--violet); }
form { background: var(--cream); padding: 42px; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(72,35,88,.09); }
label { display: block; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #a995b2; background: transparent; border-radius: 0; padding: 12px 2px; margin-top: 6px; font: inherit; font-size: 15px; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; }
textarea { border: 1px solid #a995b2; padding: 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--plum); box-shadow: 0 1px 0 var(--plum); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
form .button { width: 100%; margin-top: 8px; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--violet); font-size: 13px; }
footer { padding: 54px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--ink); }
.page-hero { padding: 96px clamp(24px, 7vw, 108px) 30px; max-width: 900px; }
.page-hero h1 { font-size: clamp(46px, 5.2vw, 80px); margin: 20px 0 28px; }
.page-hero .lede { max-width: 640px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; color: var(--muted); margin: 0; }

.about-hero { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-areas: "head art" "intro art"; align-items: start; gap: 20px 7vw; padding: 96px clamp(24px, 7vw, 108px) 70px; }
.about-hero-head { grid-area: head; align-self: end; }
.about-hero-head h1 { font-size: clamp(42px, 4.6vw, 72px); margin: 20px 0 0; }
.about-hero-art { grid-area: art; align-self: center; }
.about-hero-intro { grid-area: intro; }
.about-hero-intro p { max-width: 560px; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; color: var(--muted); margin: 0; }

.portrait-arch { position: relative; width: min(100%, 400px); aspect-ratio: 3 / 4; margin-left: auto; background: linear-gradient(155deg, #ede3f5, #cbb4de); border-radius: 220px 220px 24px 24px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(85,35,111,.08); }
.portrait-arch img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 90%; height: auto; display: block; }

.about-body { padding: 0 clamp(24px, 7vw, 108px) 30px; max-width: 760px; }
.about-body p { color: var(--ink); font-size: 17px; line-height: 1.75; margin: 0 0 24px; }
.pull-quote { font-family: Georgia, serif; font-style: italic; font-weight: 400; color: var(--violet); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.4; max-width: 720px; margin: 44px 0; padding-left: 26px; border-left: 2px solid var(--plum); }
.credential-row { font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; color: var(--violet); margin: 40px 0 0; }

.statement .button { margin-top: 36px; }

.service-detail-list { padding: 0 clamp(24px, 7vw, 108px) 100px; border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 300px 1fr; gap: 10px 56px; padding: 56px 0; border-bottom: 1px solid var(--line); }
.service-detail-head .service-number { display: block; }
.service-detail-head h3 { margin: 20px 0 14px; font-size: 27px; }
.service-detail-head .fit { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; max-width: 280px; }
.service-detail-body .meta-label { font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; color: var(--violet); margin: 0 0 14px; }
.service-detail-body ul { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 10px; }
.service-detail-body ul li { position: relative; padding-left: 20px; color: var(--ink); font-size: 15px; line-height: 1.6; }
.service-detail-body ul li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }
.service-detail-meta { display: grid; gap: 14px; margin-top: 6px; }
.service-detail-meta p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.service-detail-meta strong { color: var(--ink); font-weight: 650; }

@media (max-width: 900px) {
  nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-art { width: min(86vw, 560px); min-height: 480px; margin: 10px auto 0; }
  .statement { padding: 100px 8vw; }
  .approach-panel, .inquiry { grid-template-columns: 1fr; gap: 65px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article + article { border-left: 0; padding-left: 0; }
  .about-hero { grid-template-columns: 1fr; grid-template-areas: "head" "art" "intro"; padding-top: 70px; gap: 32px; }
  .portrait-arch { margin: 0 auto; }
  .service-detail { grid-template-columns: 1fr; gap: 18px; }
  .service-detail-head .fit { max-width: none; }
}
@media (max-width: 560px) {
  .site-header { height: 72px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 33px; height: 33px; }
  nav .button { padding: 11px 15px; }
  nav .cta-full { display: none; }
  nav .cta-short { display: inline; }
  .hero { min-height: auto; padding: 62px 22px 65px; }
  h1 { font-size: 53px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .text-link { text-align: center; }
  .hero-art { width: 100%; min-height: 410px; }
  .event-card { width: 75%; min-width: 0; }
  .card-one { left: -3%; }.card-two { right: -3%; }.card-three { left: 3%; }
  .statement, .services, .inquiry { padding: 85px 22px; }
  .approach { padding: 0 0 70px; }
  .approach-panel { padding: 70px 24px; }
  form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
  .page-hero { padding: 62px 22px 20px; }
  .about-hero { padding: 62px 22px 50px; }
  .about-body { padding: 0 22px 20px; }
  .pull-quote { padding-left: 18px; margin: 32px 0; }
  .service-detail-list { padding: 0 22px 70px; }
  .service-detail { padding: 40px 0; }
}

/* Mobile menu */
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; width: 100%; background: var(--plum); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }
@media (max-width: 900px) {
  .menu-toggle { display: flex; }
  .mobile-menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(62, 34, 75, .10); padding: 8px clamp(24px, 5vw, 76px) 18px; z-index: 19; }
  .mobile-menu[hidden] { display: none; }
  #mobile-menu a { display: block; padding: 14px 0; font-size: 16px; font-family: Georgia, serif; border-bottom: 1px solid var(--line); color: var(--ink); }
  #mobile-menu a:last-child { border-bottom: 0; color: var(--plum); font-weight: 700; }
  #mobile-menu a:hover { color: var(--violet); }
}

/* Legal pages */
.legal-hero { max-width: 900px; padding-bottom: 2.5rem; }
.legal-copy { max-width: 760px; margin: 0 auto; padding: 0 2rem 7rem; }
.legal-copy h2 { font-family: var(--font-display); font-size: clamp(1.45rem, 2.6vw, 2rem); font-weight: 400; margin: 2.5rem 0 .65rem; }
.legal-copy p { color: var(--ink-soft); line-height: 1.75; margin: 0; }
.legal-copy a, .site-footer a { color: inherit; text-underline-offset: 3px; }
@media (max-width: 700px) { .legal-copy { padding: 0 1.25rem 5rem; } }
