:root {
  --ivory: #f7f4ef;
  --paper: #fffdfa;
  --stone: #e9e4de;
  --mauve: #e8dfe5;
  --plum: #65465c;
  --aubergine: #3f2e3b;
  --charcoal: #342f31;
  --muted: #756d70;
  --line: rgba(63, 46, 59, .17);
  --font: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--charcoal); background: var(--ivory); font-family: var(--font); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p, li, h1, h2, h3, blockquote, figcaption, summary, a { 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; z-index: 100; top: .5rem; left: .5rem; padding: .7rem 1rem; color: white; background: var(--aubergine); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.preview-label { padding: .3rem 1rem; color: var(--ivory); background: var(--aubergine); font-size: .68rem; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.site-head { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 5.5rem; padding: .2rem 5vw; background: rgba(247,244,239,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.logo { width: 13rem; }
.logo img { width: 100%; height: 4.8rem; object-fit: contain; }
.site-head nav { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.7rem); font-size: .85rem; }
.site-head nav a { text-decoration: none; }
.menu-toggle { display: none; width: 2.7rem; height: 2.7rem; padding: .65rem; color: var(--aubergine); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.menu-toggle > span[aria-hidden] { display: block; height: 1px; margin: .35rem 0; background: currentColor; }
.small-button { padding: .6rem .9rem; color: var(--ivory); background: var(--plum); border-radius: .25rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; max-width: 86rem; min-height: calc(100vh - 7.5rem); margin: 0 auto; padding: clamp(3.5rem, 8vw, 8rem) 5vw; }
.hero > *, .section > *, .about > *, .questions > *, footer > * { min-width: 0; }
.overline { margin: 0 0 1rem; color: var(--plum); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, blockquote { text-wrap: balance; }
h1 { max-width: 17ch; margin: 0; color: var(--aubergine); font-size: clamp(2.7rem, 4.8vw, 4.8rem); font-weight: 420; letter-spacing: -.04em; line-height: 1.03; }
.lead { max-width: 37rem; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.availability { max-width: 37rem; margin: .85rem 0 0; color: var(--muted); font-size: .92rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.button { display: inline-block; padding: .85rem 1.2rem; color: white; background: var(--plum); border: 1px solid var(--plum); border-radius: .2rem; font-weight: 700; text-decoration: none; }
.text-link { color: var(--plum); font-weight: 700; text-underline-offset: .3em; }
.credential { margin-top: 2.2rem; padding-left: 1rem; border-left: 2px solid var(--plum); color: var(--muted); font-size: .86rem; }
.hero-portrait { position: relative; width: min(100%, 29rem); margin: 0 auto; }
.hero-portrait::before { content: ""; position: absolute; z-index: -1; inset: -1.3rem 1.3rem 1.3rem -1.3rem; background: var(--mauve); }
.hero-portrait img { width: 100%; max-height: 34rem; object-fit: cover; object-position: 50% 34%; filter: saturate(.78) contrast(.96); }
.hero-portrait figcaption { width: 80%; margin: 1rem 0 0 auto; color: var(--muted); font-size: .8rem; text-align: right; }
.prompt-band { display: flex; align-items: center; justify-content: center; gap: clamp(.7rem, 2vw, 2rem); padding: 1.3rem 5vw; color: var(--plum); background: var(--stone); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.prompt-band i { width: clamp(1rem, 5vw, 5rem); height: 1px; background: rgba(101,70,92,.35); }
.section { max-width: 86rem; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 5vw; }
.aeo-intro { padding-top: clamp(3rem, 5vw, 5rem); padding-bottom: clamp(3rem, 5vw, 5rem); }
.aeo-intro p { max-width: 60rem; margin: 0 auto; color: var(--aubergine); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.7; }
.who { display: grid; grid-template-columns: minmax(0, .8fr) minmax(18rem, 1.2fr); gap: 1rem clamp(3rem, 8vw, 8rem); align-items: start; padding-top: clamp(4rem, 7vw, 6.5rem); padding-bottom: clamp(4rem, 7vw, 6.5rem); }
.who .overline { grid-column: 1 / -1; }
.who h2 { max-width: 12ch; margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.who > p:last-child { max-width: 46rem; margin: .35rem 0 0; color: var(--muted); font-size: 1.05rem; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .65fr); column-gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-intro .overline { grid-column: 1 / -1; }
.section-intro h2 { margin: 0; }
.section-intro > p:last-child { color: var(--muted); }
h2 { color: var(--aubergine); font-size: clamp(2.4rem, 4.8vw, 4.7rem); font-weight: 420; letter-spacing: -.045em; line-height: 1.02; }
h3 { color: var(--aubergine); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.2; }
.audiences { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audiences article { padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 4vw, 4rem) clamp(2rem, 4vw, 4rem) 0; }
.audiences article + article { padding-right: 0; padding-left: clamp(1rem, 4vw, 4rem); border-left: 1px solid var(--line); }
.number { color: var(--plum); font-size: .75rem; letter-spacing: .12em; }
.audiences h3 { margin: 1.3rem 0; }
.audiences ul { margin: 1.4rem 0; padding: 0; list-style: none; color: var(--muted); }
.audiences li { padding: .4rem 0; border-bottom: 1px solid var(--line); }
.confidentiality { max-width: 52rem; margin: 2rem 0 0 auto; padding: 1.2rem 1.4rem; color: var(--aubergine); background: var(--mauve); }
.practical { padding-top: 2rem; }
.service-list { border-top: 1px solid var(--line); }
.service-list details, .faq-list details { border-bottom: 1px solid var(--line); }
.service-list summary, .faq-list summary { cursor: pointer; list-style: none; }
.service-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.service-list summary { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 1.35rem 0; color: var(--aubergine); }
.service-list summary::after, .faq-list summary::after { content: "+"; color: var(--plum); font-size: 1.35rem; font-weight: 400; }
.service-list summary { grid-template-columns: minmax(0, 1fr) auto auto; }
.service-list details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.service-list summary span { font-size: 1.15rem; font-weight: 600; }
.service-list summary strong { color: var(--muted); font-size: .8rem; font-weight: 500; }
.service-list details > p { max-width: 48rem; margin: .2rem 0 1rem; color: var(--muted); }
.service-list details > a { display: inline-block; margin-bottom: 1.6rem; }
.about { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(3rem, 10vw, 10rem); max-width: none; padding-inline: max(5vw, calc((100vw - 76rem) / 2)); background: var(--stone); }
.about-heading { position: relative; }
.about-heading h2 { max-width: 9ch; margin: 0; }
.side-word { position: absolute; top: 1rem; left: -3.2rem; margin: 0; color: rgba(101,70,92,.55); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.about-copy { align-self: center; max-width: 39rem; }
.opening-sentence { color: var(--plum); font-size: 1.35rem; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process li { padding: 2rem 1.4rem 2rem 0; }
.process li + li { padding-left: 1.4rem; border-left: 1px solid var(--line); }
.process li > span { color: var(--plum); font-size: .72rem; }
.process h3 { margin: 1.5rem 0 .7rem; }
.process p { color: var(--muted); }
.experiences { max-width: none; padding-inline: max(5vw, calc((100vw - 76rem) / 2)); background: var(--mauve); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; border-top: 1px solid var(--line); }
.quotes figure { margin: 0; padding: 2.5rem 2rem 2.5rem 0; }
.quotes figure + figure { padding-left: 2rem; border-left: 1px solid var(--line); }
.quotes blockquote { margin: 0 0 1.6rem; color: var(--aubergine); font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.48; }
.quotes figcaption { color: var(--muted); font-size: .78rem; }
.notes-list { border-top: 1px solid var(--line); }
.notes-list > a { display: grid; grid-template-columns: 9rem 1fr auto; gap: 2rem; align-items: center; padding: 1.3rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.notes-list span { color: var(--plum); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.notes-list strong { font-weight: 500; }
.notes-list b { color: var(--plum); font-weight: 400; }
.event { display: grid; grid-template-columns: 7rem minmax(0, 1fr) auto; gap: 2rem; align-items: center; margin-top: 4rem; padding: 2rem; background: var(--paper); border-left: 4px solid var(--plum); }
.event-date { text-align: center; }
.event-date strong, .event-date span { display: block; }
.event-date strong { color: var(--aubergine); font-size: 3rem; font-weight: 400; line-height: 1; }
.event-date span { color: var(--plum); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.event h3 { margin: .4rem 0; }
.event > div:last-child { display: grid; gap: 1rem; justify-items: start; }
.status { padding: .3rem .65rem; color: white; background: var(--plum); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.faq { max-width: 70rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; color: var(--aubergine); font-weight: 600; }
.faq-list details p { max-width: 52rem; margin: 0 0 1.4rem; color: var(--muted); }
.questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(20rem, 1fr); gap: clamp(3rem, 8vw, 8rem); max-width: none; padding-inline: max(5vw, calc((100vw - 76rem) / 2)); background: var(--stone); }
.questions h2 { max-width: 10ch; margin: 0 0 1.2rem; }
.questions form { display: grid; gap: .55rem; padding: clamp(1.4rem, 4vw, 2.5rem); background: var(--paper); }
.questions label { color: var(--aubergine); font-size: .82rem; font-weight: 600; }
.questions input[type="text"], .questions input[type="email"], .questions textarea { width: 100%; margin-bottom: .65rem; padding: .8rem; color: var(--charcoal); background: white; border: 1px solid rgba(63,46,59,.3); border-radius: .15rem; font: inherit; }
.questions textarea { resize: vertical; }
.questions .check { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; color: var(--muted); font-weight: 400; }
.questions .check input { margin-top: .35rem; }
.questions button { justify-self: start; margin-top: .8rem; font: inherit; cursor: pointer; }
.questions input:focus-visible, .questions textarea:focus-visible, .questions button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(101,70,92,.35); outline-offset: 3px; }
.closing { padding: clamp(5rem, 10vw, 9rem) 5vw; color: var(--ivory); background: var(--aubergine); text-align: center; }
.closing .overline { color: #d8cbd4; }
.closing h2 { max-width: 17ch; margin: 0 auto 1.5rem; color: white; }
.closing > p:not(.overline) { max-width: 38rem; margin: 0 auto 2rem; }
.light-button { color: var(--aubergine); background: var(--ivory); border-color: var(--ivory); }
footer { display: grid; grid-template-columns: 12rem 1fr auto; gap: 2rem; align-items: center; padding: 2rem 5vw; background: var(--paper); font-size: .8rem; }
footer img { width: 12rem; height: 4.5rem; object-fit: contain; }
footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }

@media (max-width: 780px) {
  .site-head { flex-wrap: wrap; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-head nav { display: none; flex: 0 0 calc(100% + 10vw); flex-direction: column; align-items: stretch; gap: 0; margin: 0 -5vw; padding: .5rem 5vw 1rem; background: var(--paper); border-top: 1px solid var(--line); }
  .site-head nav.is-open { display: flex; }
  .site-head nav a { padding: .7rem 0; }
  .site-head nav .small-button { margin-top: .4rem; padding: .65rem .8rem; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-portrait { width: min(78vw, 25rem); margin-top: 2rem; }
  .section-intro { grid-template-columns: 1fr; }
  .audiences, .about, .quotes, .questions, .who { grid-template-columns: 1fr; }
  .audiences article, .audiences article + article, .quotes figure, .quotes figure + figure { padding: 2rem 0; border-left: 0; }
  .audiences article + article, .quotes figure + figure { border-top: 1px solid var(--line); }
  .process ol { grid-template-columns: 1fr 1fr; }
  .process li:nth-child(3) { border-left: 0; }
  .event { grid-template-columns: 6rem 1fr; }
  .event > div:last-child { grid-column: 2; }
  .questions { padding-inline: 5vw; }
  footer { grid-template-columns: 1fr; gap: .5rem; }
}

@media (max-width: 480px) {
  .site-head { min-height: 4.6rem; padding-inline: 1rem; }
  .logo { width: 8.5rem; }
  .logo img { height: 3.7rem; }
  .small-button { padding: .5rem .65rem; font-size: .72rem; }
  .site-head nav { flex-basis: calc(100% + 2rem); margin-inline: -1rem; padding-inline: 1rem; }
  h1 { font-size: clamp(2.35rem, 10.5vw, 3.2rem); }
  .prompt-band { gap: .45rem; font-size: .6rem; }
  .section, .hero { padding-inline: 1.2rem; }
  .about, .experiences { padding-inline: 1.2rem; }
  .side-word { display: none; }
  .process ol { grid-template-columns: 1fr; }
  .process li, .process li + li { padding: 1.3rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .notes-list > a { grid-template-columns: 1fr auto; gap: .4rem 1rem; }
  .notes-list span { grid-column: 1 / -1; }
  .event { grid-template-columns: 1fr; padding: 1.3rem; }
  .event-date { width: 5rem; text-align: left; }
  .event > div:last-child { grid-column: auto; }
  .service-list summary { grid-template-columns: 1fr auto; gap: .5rem; }
  .service-list summary strong { grid-column: 1; }
  .questions { padding-inline: 1.2rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .closing .button { width: 100%; text-align: center; }
  .service-list summary span, .service-list summary strong { min-width: 0; }
  .questions button { width: 100%; }
  footer nav { gap: .7rem 1rem; }
}

@media (max-width: 360px) {
  .site-head { gap: .5rem; }
  .logo { width: 7.7rem; }
  h1 { max-width: none; font-size: clamp(2.05rem, 10.5vw, 2.45rem); letter-spacing: -.03em; }
  h2 { font-size: clamp(2rem, 10vw, 2.35rem); }
  .lead { font-size: 1.03rem; }
  .prompt-band { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1rem; text-align: center; }
  .prompt-band i { display: none; }
  .service-list summary { grid-template-columns: minmax(0, 1fr) auto; }
  .event { padding: 1rem; }
}
