:root {
  --aubergine: #3a0d4a;
  --plum: #682b51;
  --charcoal: #17121d;
  --charcoal-raised: #1d1723;
  --charcoal-soft: #251c2a;
  --ivory: #fbf5ea;
  --ivory-muted: #e4d9d5;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Aptos, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--charcoal); color: var(--ivory-muted); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { background: var(--aubergine); color: var(--ivory); left: 1rem; padding: .65rem 1rem; position: fixed; top: -4rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { align-items: center; background: var(--charcoal); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1280px; padding: 1.5rem clamp(1.5rem, 5vw, 4.5rem); }
.brand img { display: block; height: auto; width: min(205px, 42vw); }
.brand img, footer img { filter: brightness(0) invert(1) sepia(.12) saturate(.55); }
nav { display: flex; gap: clamp(1rem, 3vw, 2rem); }
nav a { color: var(--ivory-muted); font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: #d8b7c9; text-decoration: underline; text-underline-offset: .35rem; }
.hero { align-items: center; background: var(--aubergine); color: var(--ivory); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(14rem, .65fr); min-height: min(44rem, calc(100vh - 6rem)); overflow: hidden; padding: clamp(4.5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); position: relative; }
.hero::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; height: 42rem; position: absolute; right: -16rem; top: -22rem; width: 42rem; }
.hero-copy { max-width: 48rem; position: relative; z-index: 1; }
.eyebrow, .section-label { color: var(--plum); font-size: .78rem; font-weight: 700; letter-spacing: .12em; margin: 0 0 1.4rem; text-transform: uppercase; }
.section-label { color: #91516f; }
.hero .eyebrow { margin-bottom: 1.05rem; }
.eyebrow { color: #d8c7dc; display: flex; align-items: center; gap: .6rem; }
.eyebrow span { background: #d8c7dc; border-radius: 99px; display: inline-block; height: .45rem; width: .45rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.07; }
h1 { font-size: clamp(3.15rem, 6.5vw, 6.6rem); margin-bottom: 1.8rem; }
.lede { color: var(--ivory-muted); font-size: clamp(1.12rem, 1.6vw, 1.34rem); line-height: 1.55; max-width: 42rem; }
.hero-mark { align-self: stretch; display: grid; place-items: center; position: relative; z-index: 1; }
.mark-frame { align-items: center; border: 1px solid rgba(255,255,255,.32); display: flex; height: clamp(11.5rem, 20vw, 17rem); justify-content: center; position: relative; transform: rotate(-7deg); width: clamp(11.5rem, 20vw, 17rem); }
.mark-frame::before { background: var(--plum); content: ''; height: 100%; position: absolute; transform: translate(1.1rem, 1.1rem); width: 100%; z-index: -1; }
.mark-frame img { filter: brightness(0) invert(1); max-height: 58%; max-width: 58%; object-fit: contain; transform: rotate(7deg); }
.intro, .approach, .mission { padding: clamp(4.75rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.intro { display: grid; gap: clamp(2rem, 7vw, 9rem); grid-template-columns: minmax(9rem, .55fr) minmax(0, 1.45fr); margin: 0 auto; max-width: 1280px; }
.intro h2, .approach h2, .mission h2 { color: var(--ivory); font-size: clamp(2.45rem, 4.5vw, 4.8rem); margin-bottom: 1.6rem; max-width: 55rem; }
.intro p:last-child { font-size: clamp(1.1rem, 1.55vw, 1.3rem); max-width: 45rem; }
.approach { background: var(--charcoal-raised); }
.section-heading { display: grid; gap: 2rem; grid-template-columns: minmax(9rem, .55fr) minmax(0, 1.45fr); margin: 0 auto 4rem; max-width: 1280px; }
.section-heading h2 { margin-bottom: 0; }
.steps { counter-reset: item; display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0 auto; max-width: 1280px; padding: 0; }
.steps li { border-left: 1px solid rgba(216,183,201,.2); min-height: 16rem; padding: 1.5rem clamp(1rem, 2.8vw, 3.2rem); }
.steps li:first-child { border-left: 0; padding-left: 0; }
.steps span { color: var(--plum); display: block; font-family: var(--serif); font-size: 1.15rem; margin-bottom: 2rem; }
h3 { color: var(--ivory); font-size: 1.12rem; line-height: 1.3; margin-bottom: .75rem; }
.steps p { color: var(--ivory-muted); font-size: .98rem; margin-bottom: 0; }
.mission { align-items: center; background: var(--charcoal-soft); display: flex; gap: 3rem; justify-content: space-between; margin: 0 auto; max-width: 1280px; overflow: hidden; }
.mission-copy { max-width: 52rem; }
.mission p:last-child { font-size: 1.15rem; max-width: 42rem; }
.mission > img { flex: 0 0 auto; height: clamp(10rem, 18vw, 17rem); object-fit: contain; opacity: .38; width: clamp(10rem, 18vw, 17rem); }
.contact { background: #30083d; color: var(--ivory); display: grid; gap: clamp(2rem, 7vw, 9rem); grid-template-columns: minmax(9rem, .55fr) minmax(0, 1.45fr); }
.contact .section-label { color: #d8c7dc; }
.contact h2 { color: var(--ivory); font-size: clamp(2.4rem, 4.5vw, 4.6rem); margin-bottom: 1.2rem; }
.contact p:not(.section-label) { color: var(--ivory-muted); font-size: 1.12rem; max-width: 37rem; }
.contact-links { display: flex; flex-wrap: wrap; gap: .9rem 1.8rem; margin-top: 2rem; }
.contact-links a { color: var(--ivory); font-size: 1.05rem; font-weight: 650; text-decoration-color: var(--plum); text-decoration-thickness: 2px; text-underline-offset: .38rem; }
.contact-links a:hover, .contact-links a:focus-visible { color: #e5d8e7; }
footer { align-items: center; background: var(--charcoal); border-top: 1px solid rgba(216,183,201,.14); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1280px; padding: 2rem clamp(1.5rem, 5vw, 4.5rem); }
footer img { height: auto; width: 10.5rem; }
footer p { color: #c8bdc1; font-size: .85rem; margin: 0; }
@media (max-width: 720px) {
  .site-header { padding-top: 1.25rem; }
  .brand img { width: 7.6rem; }
  nav { gap: .45rem; }
  nav a { font-size: .66rem; white-space: nowrap; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 5rem; }
  .hero-mark { display: none; }
  .intro, .section-heading, .contact { grid-template-columns: 1fr; gap: 1rem; }
  .intro, .approach, .mission, .contact { padding-bottom: 4.75rem; padding-top: 4.75rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child { border-left: 0; border-top: 1px solid rgba(216,183,201,.2); min-height: auto; padding: 1.5rem 0; }
  .steps li:first-child { border-top: 0; padding-top: 0; }
  .steps span { margin-bottom: .8rem; }
  .mission > img { display: none; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
