:root {
  color-scheme: dark;
  --ink: #21152e;
  --ink-soft: #2a1e3d;
  --purple-deep: #42255b;
  --purple: #6d3d87;
  --violet: #9756b3;
  --lilac: #d9b8e5;
  --paper: #fbf9fd;
  --muted: #b8adbf;
  --line: rgba(255, 255, 255, 0.16);
  --shell: min(1180px, calc(100% - 48px));
  --round: 999px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }

:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.shell { width: var(--shell); margin: 0 auto; }
.visually-hidden { 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: 12px; left: 12px; padding: 11px 16px; border-radius: 4px; background: #fff; color: var(--ink); transform: translateY(-180%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 24px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.35rem; font-weight: 700; letter-spacing: -.06em; }
.brand img { width: 32px; height: 32px; }
.brand > span > span { color: var(--lilac); }
.site-nav { display: flex; align-items: center; gap: clamp(15px, 2.2vw, 31px); }
.site-nav > a:not(.button) { color: #e3dbe8; font-size: .86rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: #fff; }
.nav-login { margin-left: 12px; }
.menu-toggle { display: none; border: 0; border-radius: 4px; background: transparent; color: #fff; cursor: pointer; padding: 9px; }
.menu-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: var(--round); background: linear-gradient(100deg, var(--purple), var(--violet)); color: #fff; font-size: .88rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(151, 86, 179, .28); }
.button svg, .text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 44px; padding: 9px 14px; font-size: .76rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #f0eaf3; font-size: .88rem; font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--lilac); }
.text-link:hover svg { transform: translateX(3px); }
.text-link svg { transition: transform .2s var(--ease); }

.hero { position: relative; min-height: min(830px, 100svh); display: grid; align-items: center; overflow: clip; isolation: isolate; background: radial-gradient(ellipse 65% 80% at 88% 48%, #5c2a73 0%, var(--ink) 61%); }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .24; background-image: linear-gradient(rgba(217, 184, 229, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(217, 184, 229, .16) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000 15%, transparent 78%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(8px); transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; pointer-events: none; }
.hero-glow-one { width: 40rem; height: 40rem; top: -17rem; right: -11rem; background: radial-gradient(circle, rgba(180, 113, 207, .31), transparent 68%); }
.hero-glow-two { width: 28rem; height: 28rem; bottom: -14rem; left: 14%; background: radial-gradient(circle, rgba(105, 50, 129, .26), transparent 65%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .98fr) minmax(350px, .82fr); align-items: center; gap: 4vw; padding-top: 110px; padding-bottom: 88px; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; }
.eyebrow { margin: 0 0 18px; color: var(--lilac); font-size: .7rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, .display { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; line-height: .98; }
h1 { max-width: 690px; font-size: clamp(3.45rem, 7.1vw, 7.2rem); }
h1 em { color: #dcbdeb; font-style: italic; }
.hero-intro { max-width: 530px; margin: 31px 0 0; color: #d9d0de; font-size: clamp(1.02rem, 1.45vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px 28px; margin-top: 34px; }
.hero-art { position: relative; z-index: 1; width: min(100%, 510px); height: 510px; justify-self: end; }
.art-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-24deg); will-change: transform; }
.art-orbit-large { width: 430px; height: 430px; top: 38px; right: 18px; border-left-color: transparent; }
.art-orbit-small { width: 300px; height: 430px; top: 26px; right: 70px; border-bottom-color: rgba(217, 184, 229, .65); border-right-color: transparent; }
.art-frame { position: absolute; top: 62px; right: 44px; width: 287px; min-height: 362px; padding: 26px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .55); background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); backdrop-filter: blur(7px); transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(7deg); will-change: transform; }
.art-frame-top { position: absolute; inset: 0 0 auto; height: 12px; background: linear-gradient(90deg, var(--violet), #e0bee9); }
.art-frame svg { position: absolute; width: 245px; height: 245px; top: 74px; right: -31px; fill: #d6b6e1; opacity: .92; }
.art-frame::before { content: ""; position: absolute; width: 180px; height: 180px; right: -54px; bottom: -48px; border-radius: 50%; background: #d8b5e5; opacity: .22; }
.art-frame p { position: relative; z-index: 1; margin: 0; padding-top: 215px; color: #f6eff8; font-size: .87rem; letter-spacing: .03em; line-height: 1.42; text-transform: uppercase; }
.art-frame strong { color: var(--lilac); font-size: 1rem; font-weight: 800; }
.art-caption { position: absolute; right: -4px; bottom: 35px; display: flex; align-items: center; gap: 9px; width: 260px; color: #d8c6df; font-size: .73rem; font-weight: 700; letter-spacing: .03em; transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; }
.art-caption span { width: 47px; height: 1px; background: currentColor; }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; display: inline-flex; align-items: center; gap: 10px; color: #e2d8e6; font-size: .68rem; font-weight: 700; text-decoration: none; transform: translateX(-50%); }
.scroll-cue span { width: 29px; height: 45px; border: 1px solid rgba(255,255,255,.64); border-radius: var(--round); }
.scroll-cue span::after { content: ""; display: block; width: 3px; height: 7px; margin: 8px auto; border-radius: var(--round); background: #fff; }

.section { padding: clamp(88px, 11vw, 164px) 0; }
.statement { background: var(--paper); color: var(--ink); }
.statement-layout { display: grid; grid-template-columns: 80px minmax(0, 1.2fr) minmax(260px, .62fr); gap: 6vw; align-items: end; }
.section-index { margin: 0 0 7px; color: var(--purple); font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.display { font-size: clamp(2.65rem, 5.1vw, 5.75rem); }
.statement-copy { max-width: 365px; margin: 0; color: #5c5064; font-size: 1.04rem; line-height: 1.68; }

.journey { background: var(--ink-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.section-heading .display, .audience-title .display { max-width: 790px; }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 66px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.journey-list li { position: relative; min-height: 290px; padding: 25px 24px 5px 0; border-right: 1px solid var(--line); }
.journey-list li:not(:first-child) { padding-left: 24px; }
.journey-list li:last-child { border-right: 0; }
.journey-number { display: block; color: var(--lilac); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.journey-list svg { width: 31px; height: 31px; margin: 55px 0 24px; fill: none; stroke: var(--lilac); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.journey-list h3 { margin: 0; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; letter-spacing: -.035em; }
.journey-list p { max-width: 220px; margin: 10px 0 0; color: #c6bbc9; font-size: .88rem; line-height: 1.6; }

.audiences { background: var(--ink); }
.audience-title { max-width: 800px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience { min-height: 490px; padding: 46px clamp(25px, 5vw, 78px) 47px 0; }
.audience + .audience { padding-left: clamp(25px, 5vw, 78px); border-left: 1px solid var(--line); }
.audience-symbol { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 70px; border: 1px solid rgba(217,184,229,.65); border-radius: 50%; color: var(--lilac); }
.audience-symbol svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.audience h3 { max-width: 420px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; }
.audience > p:not(.eyebrow) { max-width: 430px; margin: 21px 0 27px; color: #c7bbc9; line-height: 1.7; }

.principles { color: var(--ink); background: var(--paper); }
.principles-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); gap: 10vw; }
.principles .display { max-width: 630px; }
.principles-list { margin: 0; padding: 0; border-top: 1px solid rgba(66,37,91,.28); list-style: none; }
.principles-list li { display: grid; grid-template-columns: 45px 1fr; gap: 0 15px; padding: 23px 0; border-bottom: 1px solid rgba(66,37,91,.28); }
.principles-list span { grid-row: span 2; color: var(--purple); font-size: .72rem; font-weight: 800; }
.principles-list strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; letter-spacing: -.02em; }
.principles-list p { margin: 5px 0 0; color: #5c5064; font-size: .88rem; }

.final-cta { position: relative; overflow: clip; padding: clamp(100px, 13vw, 180px) 0; background: linear-gradient(126deg, #3d2058, #73408f); text-align: center; isolation: isolate; }
.final-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(135deg, rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(45deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 68px 68px; opacity: .33; }
.cta-light { position: absolute; z-index: -1; width: 680px; height: 680px; top: -420px; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(225,184,236,.56), rgba(225,184,236,0) 68%); transform: translate3d(-50%, var(--parallax-y, 0px), 0); will-change: transform; }
.final-cta-inner { max-width: 850px; }
.final-cta .eyebrow { color: #fbecff; }
.final-cta .display { max-width: 770px; margin-inline: auto; font-size: clamp(3rem, 6vw, 6.4rem); }
.final-cta .hero-actions { justify-content: center; }
.button-light { background: #fff; color: var(--purple-deep); }
.text-link-light { color: #fff; }

.site-footer { padding: 43px 0 23px; background: #160e20; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-top { padding-bottom: 40px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px 31px; }
.footer-top nav a, .footer-bottom { color: #d5cbd9; font-size: .8rem; text-decoration: none; }
.footer-top nav a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { padding-top: 21px; border-top: 1px solid var(--line); color: #9e91a4; }
.footer-bottom p { margin: 0; }

.holding-page { display: flex; min-height: 100svh; flex-direction: column; background: radial-gradient(ellipse 80% 90% at 90% 10%, #5c2a73 0%, var(--ink) 58%); }
.holding-page .site-header { position: relative; padding: 27px 0; }
.holding-page .header-inner { min-height: 44px; }
.holding-main { position: relative; display: grid; flex: 1; align-items: center; overflow: clip; padding: clamp(52px, 9vw, 132px) 0; isolation: isolate; }
.holding-main::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .22; background-image: linear-gradient(rgba(217,184,229,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(217,184,229,.16) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.holding-orbit { position: absolute; z-index: -1; border: 1px solid rgba(217,184,229,.3); border-radius: 50%; pointer-events: none; }
.holding-orbit-one { width: min(60vw, 680px); height: min(60vw, 680px); top: -30%; right: -12%; }
.holding-orbit-two { width: min(40vw, 470px); height: min(52vw, 600px); right: 8%; bottom: -45%; border-right-color: transparent; transform: rotate(-23deg); }
.holding-content { max-width: 840px; }
.holding-status { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #f5eefa; font-size: .81rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.holding-status svg { width: 20px; height: 20px; fill: none; stroke: var(--lilac); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.holding-content h1 { max-width: 700px; font-size: clamp(3.25rem, 7.4vw, 7rem); }
.holding-content > p:not(.eyebrow, .holding-status) { max-width: 610px; margin: 28px 0 0; color: #ded2e2; font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.68; }
.holding-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 29px; margin-top: 36px; }
.holding-page .brand { min-height: 44px; }
.holding-actions .text-link { min-height: 44px; }

.motion-safe .reveal { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.motion-safe .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-safe .journey-list li:nth-child(2), .motion-safe .audience-pro, .motion-safe .principles-list li:nth-child(2) { transition-delay: 80ms; }
.motion-safe .journey-list li:nth-child(3), .motion-safe .principles-list li:nth-child(3) { transition-delay: 160ms; }
.motion-safe .journey-list li:nth-child(4) { transition-delay: 240ms; }

@media (max-width: 900px) {
  .site-header { padding: 17px 0; }
  .hero { min-height: 740px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 139px; padding-bottom: 108px; }
  .hero-art { position: absolute; z-index: -1; width: 470px; height: 470px; right: -109px; top: 166px; opacity: .56; }
  .statement-layout, .principles-layout { grid-template-columns: 1fr; gap: 27px; }
  .section-index { margin: 0; }
  .journey-list { grid-template-columns: repeat(2, 1fr); }
  .journey-list li:nth-child(2) { border-right: 0; }
  .journey-list li:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .journey-list li:nth-child(3) { padding-left: 0; }
  .journey-list li { min-height: 250px; padding-top: 29px; }
  .journey-list svg { margin-top: 35px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .header-inner { flex-wrap: wrap; }
  .site-nav { flex-basis: 100%; flex-wrap: wrap; justify-content: space-between; row-gap: 12px; }
  .site-nav .nav-login { margin-left: 0; }
  .js-enabled .menu-toggle { display: inline-flex; }
  .js-enabled .site-nav { position: absolute; top: calc(100% - 1px); right: 20px; left: 20px; display: grid; gap: 0; padding: 9px; border: 1px solid rgba(255,255,255,.22); background: #2a1b3a; box-shadow: 0 18px 36px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; }
  .js-enabled .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .js-enabled .site-nav > a:not(.button) { padding: 12px 10px; }
  .js-enabled .site-nav .nav-login { margin-left: 0; }
  .js-enabled .site-nav .button { margin: 8px 0 1px; }
  .site-nav { gap: 14px; }
  .site-nav > a:not(.button) { font-size: .78rem; }
  .hero { min-height: 720px; }
  .hero-layout { padding-top: 134px; }
  h1 { font-size: clamp(3.12rem, 15.3vw, 4.65rem); }
  .hero-intro { max-width: 440px; margin-top: 22px; font-size: 1rem; }
  .hero-art { top: 227px; right: -220px; opacity: .39; }
  .art-caption { display: none; }
  .scroll-cue { bottom: 19px; font-size: .64rem; }
  .scroll-cue span { width: 24px; height: 37px; }
  .section-heading { display: block; }
  .section-heading > .text-link { margin-top: 28px; }
  .journey-list { margin-top: 47px; }
  .audience-grid { grid-template-columns: 1fr; margin-top: 47px; }
  .audience, .audience + .audience { min-height: 0; padding: 38px 0 43px; border-left: 0; }
  .audience + .audience { border-top: 1px solid var(--line); }
  .audience-symbol { margin-bottom: 37px; }
  .audience h3 { max-width: 530px; }
  .principles-layout { gap: 48px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top nav { justify-content: flex-start; }
  .holding-page .site-header { padding: 18px 0; }
  .holding-main { align-items: start; padding-top: clamp(75px, 18vw, 115px); }
  .holding-orbit-one { width: 460px; height: 460px; top: -90px; right: -240px; }
  .holding-orbit-two { width: 310px; height: 440px; right: -135px; bottom: -190px; }
}

@media (max-width: 440px) {
  .journey-list { grid-template-columns: 1fr; }
  .journey-list li, .journey-list li:not(:first-child), .journey-list li:nth-child(3) { min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-list li:last-child { border-bottom: 0; }
  .journey-list svg { margin: 25px 0 17px; }
  .journey-list p { max-width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .holding-actions { align-items: flex-start; flex-direction: column; }
}

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