:root {
  --ivory: #faf8f4;
  --paper: #ffffff;
  --lilac-mist: #efedf7;
  --rose-sand: #eee5df;
  --sage: #dde8dd;
  --sage-deep: #bbcfbc;
  --iris: #5b60c7;
  --iris-soft: #8285dd;
  --indigo: #3b3f8f;
  --ink: #353746;
  --muted: #666878;
  --line: #d8d6e8;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.58; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 24px; padding: 10px 15px; border-radius: 0 0 8px 8px; color: white; background: var(--indigo); }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 21px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 320px; height: 80px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 29px; color: var(--muted); font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--indigo); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--iris); border-radius: 999px; color: var(--indigo); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { color: white; background: var(--indigo); }
.menu-button { display: none; }

.hero { position: relative; min-height: 744px; overflow: hidden; background: var(--ivory); }
.hero::before { content: ""; position: absolute; width: 690px; height: 690px; top: -240px; right: -120px; border: 1px solid #d3d2ef; border-radius: 50%; box-shadow: 0 0 0 50px rgba(222,220,241,.48), 0 0 0 115px rgba(222,220,241,.32), 0 0 0 200px rgba(222,220,241,.18); }
.hero::after { content: ""; position: absolute; z-index: 0; width: 57%; height: 100%; top: 0; right: 0; background: linear-gradient(136deg, rgba(239,237,247,.28), rgba(221,232,221,.7)); border-radius: 53% 0 0 45% / 100% 0 0 100%; }
.hero-grid { position: relative; z-index: 1; min-height: 744px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; padding: 138px 0 98px; }
.hero-copy { max-width: 630px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--iris); font-size: 10px; font-weight: 700; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e0e0ff; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
h1 { max-width: 620px; margin-bottom: 19px; color: var(--indigo); font-size: clamp(58px, 6.6vw, 90px); }
.hero-lead { max-width: 530px; margin-bottom: 17px; color: var(--ink); font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); line-height: 1.1; letter-spacing: -.025em; }
.hero-text { max-width: 465px; margin-bottom: 33px; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 16px; min-height: 49px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(53,55,103,.13); }
.button span { font-size: 19px; line-height: 1; }
.button-light { color: white; background: var(--indigo); }
.button-primary { color: white; background: var(--indigo); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid rgba(91,96,199,.42); color: var(--indigo); font-size: 13px; font-weight: 700; transition: gap .2s ease; }
.text-link:hover { gap: 14px; }
.text-link.light { border-color: rgba(255,255,255,.35); color: white; }
.hero-symbol { position: relative; width: min(100%, 500px); justify-self: end; align-self: center; margin-top: 44px; text-align: center; }
.hero-symbol img { position: relative; z-index: 2; width: 106%; max-width: 540px; margin: auto; filter: drop-shadow(0 22px 25px rgba(77,78,159,.16)); transform: rotate(-3deg); }
.symbol-halo { position: absolute; z-index: 1; width: 66%; height: 66%; top: 18%; left: 17%; border: 1px solid rgba(91,96,199,.29); border-radius: 50%; box-shadow: 0 0 0 31px rgba(255,255,255,.26), 0 0 0 67px rgba(255,255,255,.16); }
.hero-symbol p { position: relative; z-index: 3; margin: -24px 0 0; color: var(--indigo); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(91,96,199,.19); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 900px; height: 420px; top: -255px; right: -125px; }
.orbit-two { width: 1300px; height: 570px; top: 436px; left: -620px; border-color: rgba(91,96,199,.13); transform: rotate(15deg); }
.scroll-cue { position: absolute; z-index: 3; bottom: 43px; left: 50%; display: flex; align-items: center; gap: 11px; color: var(--iris); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { position: relative; display: inline-block; width: 24px; height: 1px; background: currentColor; }
.scroll-cue i::after { content: ""; position: absolute; right: 0; bottom: -3px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }

.section { padding: 126px 0; }
.split-heading, .practice-heading, .formation-heading { display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.section-label { display: flex; align-items: flex-start; gap: 13px; padding-top: 9px; color: var(--iris); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { width: 23px; color: var(--iris-soft); }
.section-label p { margin: 0; }
.section-label.light { color: #dfdfff; }
.section-label.light span { color: #bfc1ff; }
.intro { background: var(--paper); }
.intro-content { max-width: 900px; }
h2 { margin-bottom: 30px; color: var(--indigo); font-size: clamp(40px, 5vw, 67px); }
.intro-content h2 { max-width: 825px; }
.intro-body { display: grid; grid-template-columns: 1fr 1fr; gap: 43px; max-width: 820px; color: var(--muted); font-size: 16px; }
.intro-body p { margin: 0; }
.quote-block { position: relative; display: flex; gap: 25px; align-items: center; max-width: 1000px; margin-top: 82px; padding: 41px 50px 40px; border: 1px solid var(--line); border-radius: 2px 48px 2px 48px; background: var(--lilac-mist); }
.quote-mark { align-self: flex-start; height: 55px; color: var(--iris-soft); font-family: var(--serif); font-size: 88px; line-height: .75; }
blockquote { max-width: 760px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 3.1vw, 37px); font-weight: 500; letter-spacing: -.02em; line-height: 1.16; }

.perspective { overflow: hidden; padding-top: 94px; background: var(--sage); }
.perspective-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 510px; gap: 90px; }
.perspective-art { position: relative; height: 475px; }
.perspective-art img { position: absolute; z-index: 2; width: 365px; left: 50%; top: 40px; transform: translateX(-51%) rotate(5deg); filter: drop-shadow(0 18px 20px rgba(56,85,70,.13)); }
.line-art { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(72,119,88,.4); border-radius: 50%; transform: translate(-50%,-50%) rotate(-32deg); }
.line-a { width: 385px; height: 190px; }.line-b { width: 500px; height: 225px; opacity: .7; }.line-c { width: 630px; height: 260px; opacity: .35; }
.perspective-copy { max-width: 630px; padding-right: 10px; }.perspective-copy h2 { font-size: clamp(40px, 4.4vw, 60px); }
.perspective-copy > p:not(.eyebrow) { margin-bottom: 29px; color: #506052; font-size: 16px; }

.formation { position: relative; overflow: hidden; color: var(--ink); background: var(--lilac-mist); }
.formation::before { content: ""; position: absolute; top: -360px; right: -180px; width: 760px; height: 760px; border: 1px solid rgba(91,96,199,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.18), 0 0 0 130px rgba(255,255,255,.12); }
.formation-heading { position: relative; z-index: 1; }.formation-heading h2 { max-width: 860px; margin-bottom: 0; }
.formation-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; max-width: 1000px; margin-top: 50px; margin-left: max(calc((100% - 1180px) / 2 + 180px), 32px); color: var(--muted); font-size: 16px; }
.formation-intro p { margin: 0; }.formation-intro strong { color: var(--indigo); font-weight: 700; }
.pillars { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 82px; }
.pillar { min-height: 305px; padding: 33px 29px; border: 1px solid #d5d4eb; background: rgba(255,255,255,.64); border-radius: 3px 31px 3px 31px; }
.pillar-number { display: block; margin-bottom: 44px; color: var(--iris); font-family: var(--serif); font-size: 27px; }.pillar h3 { margin-bottom: 14px; color: var(--indigo); font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }.pillar p { margin: 0; color: var(--muted); font-size: 14px; }
.formation-foot { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .95fr auto; align-items: center; gap: 38px; margin-top: 30px; padding-top: 29px; border-top: 1px solid #d1d0e5; color: var(--muted); }.formation-foot > div > p:last-child { margin-bottom: 0; font-size: 14px; }.formation-foot .eyebrow { margin-bottom: 9px; }.formation-foot .eyebrow.light { color: var(--iris); }
.abp-note { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; }.abp-note span { display: grid; flex: 0 0 auto; place-items: center; width: 21px; height: 21px; border: 1px solid var(--iris); border-radius: 50%; color: var(--indigo); font-size: 11px; }.abp-note p { margin: 0; }

.practice { padding-bottom: 132px; background: var(--ivory); }.practice-heading > div:last-child { max-width: 840px; }.practice-heading h2 { margin-bottom: 20px; }.section-intro { max-width: 630px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 76px; }.audience-card { min-height: 348px; padding: 31px 31px 33px; border: 1px solid #e2ded9; border-radius: 3px 30px 3px 30px; background: var(--paper); }.audience-card:nth-child(2) { background: #f5f3fb; }.audience-card:nth-child(3) { background: #edf4ed; }
.audience-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 54px; border: 1px solid #a6a9e5; border-radius: 50%; color: var(--iris); font-family: var(--serif); font-size: 14px; }.audience-card h3 { margin-bottom: 13px; color: var(--indigo); font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.02em; }.audience-card p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { background: var(--rose-sand); }.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; padding: 103px 0; }.contact-copy { max-width: 620px; }.contact-copy .eyebrow { color: var(--iris); }.contact-copy h2 { margin-bottom: 22px; font-size: clamp(52px, 6vw, 80px); }.contact-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 31px; color: var(--muted); font-size: 16px; }
.contact-details { display: grid; align-content: center; gap: 27px; }.detail { padding-bottom: 25px; border-bottom: 1px solid rgba(91,96,199,.22); }.detail:last-child { border-bottom: 0; }.detail span { display: block; margin-bottom: 7px; color: var(--iris); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.detail address, .detail a, .detail p { margin: 0; color: var(--ink); font-size: 15px; font-style: normal; }.detail a { border-bottom: 1px solid rgba(91,96,199,.5); }.detail p { color: var(--muted); }

.site-footer { color: #e4e3fb; background: var(--indigo); }.footer-wrap { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 35px; align-items: center; min-height: 125px; font-size: 11px; }.footer-brand { display: flex; align-items: center; gap: 9px; color: white; font-family: var(--serif); font-size: 19px; line-height: .95; }.footer-brand img { width: 48px; filter: brightness(0) invert(1); }.footer-wrap p { margin: 0; }.footer-wrap p:last-child { text-align: right; }

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

@media (min-width: 901px) and (max-width: 1100px) {
  .container { width: min(100% - 56px, 1000px); }
  .site-header { padding: 18px 0; }
  .brand { width: 270px; height: 68px; }
  .nav-wrap { gap: 20px; }
  .main-nav { gap: 20px; font-size: 12px; }
  .nav-cta { padding: 10px 14px; }

  .hero, .hero-grid { min-height: 720px; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; padding: 135px 0 90px; }
  h1 { max-width: 530px; font-size: clamp(58px, 6.8vw, 74px); }
  .hero-lead { max-width: 470px; font-size: clamp(27px, 3vw, 34px); }
  .hero-text { max-width: 430px; }
  .hero-symbol { width: min(100%, 430px); margin-top: 32px; }
  .hero-symbol img { width: 100%; }
  .scroll-cue { bottom: 34px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 48px, 680px); }.site-header { padding: 17px 0; }.brand { width: 236px; height: 74px; }
  .menu-button { display: grid; place-content: center; gap: 5px; width: 43px; height: 43px; padding: 0; border: 1px solid var(--iris); border-radius: 50%; color: var(--indigo); background: rgba(255,255,255,.55); cursor: pointer; }.menu-button span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: absolute; top: 70px; left: 24px; right: 24px; display: grid; gap: 0; padding: 8px 20px; border-radius: 12px; color: var(--ink); background: white; box-shadow: 0 20px 35px rgba(50,51,95,.16); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }.main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }.main-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid var(--line); }.nav-cta { margin: 12px 0; padding: 10px 14px; justify-self: start; }
  .hero { min-height: 790px; }.hero::after { width: 68%; }.hero-grid { grid-template-columns: 1fr; min-height: 790px; padding: 150px 0 110px; }.hero-copy { position: relative; z-index: 2; }.hero-symbol { position: absolute; right: -90px; bottom: 72px; width: 390px; opacity: .7; }.hero-symbol p { display: none; }.symbol-halo { box-shadow: 0 0 0 20px rgba(255,255,255,.24), 0 0 0 43px rgba(255,255,255,.14); }
  .split-heading, .practice-heading, .formation-heading { grid-template-columns: 1fr; gap: 18px; }.section-label { padding-top: 0; }.intro-body { grid-template-columns: 1fr; gap: 17px; }.quote-block { margin-top: 58px; padding: 29px 23px; }.perspective-grid { grid-template-columns: 1fr; gap: 9px; }.perspective-art { width: 460px; max-width: 100%; height: 390px; margin: 0 auto; }.perspective-art img { width: 295px; }.line-a { width: 300px; height: 146px; }.line-b { width: 385px; height: 180px; }.line-c { width: 450px; height: 205px; }
  .formation-intro { margin-left: auto; grid-template-columns: 1fr; gap: 16px; }.pillars { grid-template-columns: 1fr; gap: 12px; margin-top: 49px; }.pillar { min-height: 0; padding: 27px; }.pillar-number { margin-bottom: 23px; }.formation-foot { grid-template-columns: 1fr; gap: 22px; }.formation-foot .button { justify-self: start; }.audience-grid { grid-template-columns: 1fr; margin-top: 49px; }.audience-card { min-height: 0; padding: 29px; }.audience-icon { margin-bottom: 27px; }.contact-grid { grid-template-columns: 1fr; gap: 58px; padding: 80px 0; }.footer-wrap { grid-template-columns: 1fr; gap: 15px; padding: 28px 0; }.footer-wrap p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 40px); }.brand { width: 184px; height: 58px; }.main-nav { left: 20px; right: 20px; }.hero { min-height: 735px; }.hero::before { right: -330px; }.hero::after { width: 85%; }.hero-grid { min-height: 735px; padding-top: 132px; } h1 { font-size: 58px; }.hero-lead { font-size: 27px; }.hero-text { max-width: 350px; font-size: 14px; }.hero-symbol { right: -112px; bottom: 80px; width: 335px; }.scroll-cue { bottom: 36px; white-space: nowrap; }
  .section { padding: 83px 0; }.intro { padding-bottom: 60px; }.perspective { padding-top: 58px; }h2 { font-size: 42px; }.quote-block { display: block; }.quote-mark { display: block; margin-bottom: 12px; }.perspective-art { height: 315px; }.perspective-art img { top: 20px; width: 245px; }.line-a { width: 240px; height: 116px; }.line-b { width: 310px; height: 145px; }.line-c { width: 375px; height: 175px; }.formation::before { top: -260px; right: -330px; }.practice { padding-bottom: 85px; }.contact-grid { padding: 76px 0; }.contact-copy h2 { font-size: 59px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .text-link { transition: none; } }
