:root {
  --ink: #12213d;
  --ink-soft: #536078;
  --paper: #f8f5ee;
  --white: #fff;
  --red: #ed3434;
  --green: #14a65a;
  --blue: #1d55dd;
  --yellow: #f3cc30;
  --magenta: #da238e;
  --cyan: #22b9d0;
  --line: rgba(18, 33, 61, .15);
  --display: "Avenir Next", Avenir, "Century Gothic", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.06; letter-spacing: -.045em; }
em { color: var(--magenta); font-family: Georgia, serif; font-weight: 400; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .65rem 1rem; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.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; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 12px clamp(24px, 5vw, 76px); background: rgba(248, 245, 238, .87); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s; }
.site-header.scrolled { border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-family: var(--display); font-size: 1.3rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.brand img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: cover;
  border-radius: 50%;
  filter: contrast(1.08) saturate(1.08);
  image-rendering: auto;
}
.site-navigation { display: flex; gap: clamp(20px, 3vw, 46px); }
.site-navigation a { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-navigation a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--magenta); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-navigation a:hover::after, .site-navigation a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; }

.hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 5vw; overflow: hidden; padding: 150px clamp(24px, 8vw, 130px) 90px; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow, .kicker, .section-number { margin-bottom: 22px; font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: var(--magenta); }
.hero h1 { margin-bottom: 30px; font-size: clamp(4rem, 7.4vw, 8.3rem); font-weight: 620; }
.hero-intro { max-width: 650px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border-radius: 100px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(18, 33, 61, .18); transition: transform .2s, box-shadow .2s; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(18, 33, 61, .25); }
.text-link { font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--magenta); transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero-art { position: relative; width: min(42vw, 630px); aspect-ratio: 1; margin-inline: auto; }
.orbit { position: absolute; width: 62%; aspect-ratio: 1; border: clamp(2px, .3vw, 5px) solid; border-radius: 50%; animation: float 8s ease-in-out infinite; }
.orbit span { position: absolute; width: 12px; aspect-ratio: 1; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 8px rgba(255,255,255,.7); }
.orbit-red { top: 4%; left: 3%; color: var(--red); background: rgba(237, 52, 52, .08); }
.orbit-red span { top: 14%; left: 10%; }
.orbit-green { top: 4%; right: 3%; color: var(--green); background: rgba(20, 166, 90, .08); animation-delay: -2s; }
.orbit-green span { top: 18%; right: 8%; }
.orbit-blue { bottom: 3%; left: 19%; color: var(--blue); background: rgba(29, 85, 221, .08); animation-delay: -4s; }
.orbit-blue span { bottom: 12%; left: 45%; }
.center-mark { position: absolute; z-index: 2; inset: 41% auto auto 45%; display: grid; width: 68px; aspect-ratio: 1; place-items: center; color: var(--magenta); background: #fff; border-radius: 50%; box-shadow: 0 10px 40px rgba(18,33,61,.1); font-family: Georgia, serif; font-size: 2.7rem; font-style: italic; }
.hero-art p { position: absolute; margin: 0; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-art p:nth-of-type(1) { top: 27%; left: 23%; color: var(--red); }
.hero-art p:nth-of-type(2) { top: 27%; right: 19%; color: var(--green); }
.hero-art p:nth-of-type(3) { bottom: 20%; left: 42%; color: var(--blue); }
.scroll-cue { position: absolute; left: clamp(24px, 5vw, 76px); bottom: 30px; display: flex; align-items: center; gap: 11px; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { width: 35px; height: 1px; background: var(--ink); }

.statement { display: grid; grid-template-columns: .7fr 2fr 1fr; gap: clamp(30px, 5vw, 90px); padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 130px); border-top: 1px solid var(--line); }
.section-number { color: var(--ink-soft); }
.statement h2 { max-width: 850px; font-size: clamp(2.6rem, 4.6vw, 5.3rem); font-weight: 550; }
.statement-note { align-self: end; color: var(--ink-soft); font-size: 1.05rem; }

.tension-section { padding: 20px clamp(24px, 8vw, 130px) clamp(100px, 12vw, 170px); }
.section-heading { max-width: 800px; margin: 0 0 72px auto; }
.section-heading h2 { font-size: clamp(2.5rem, 4vw, 4.7rem); }
.tension-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tension-card { min-height: 410px; padding: 40px clamp(22px, 3.2vw, 50px); border-right: 1px solid var(--line); }
.tension-card:last-child { border-right: 0; }
.tension-card > span { display: block; margin-bottom: 110px; color: var(--magenta); font-weight: 800; }
.tension-card h3 { max-width: 320px; font-size: 1.8rem; }
.tension-card p { color: var(--ink-soft); }

.approach-section { padding: clamp(100px, 12vw, 170px) clamp(24px, 8vw, 130px); background: #fff; }
.approach-intro { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 90px; }
.approach-intro h2 { font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 550; }
.principles { margin-left: 25%; }
.principle { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 34px; padding: 38px 0; border-top: 1px solid var(--line); }
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle h3 { margin-bottom: 8px; font-size: 1.85rem; }
.principle p { margin: 0; color: var(--ink-soft); }
.principle-icon { position: relative; width: 92px; height: 72px; }
.principle-icon span { position: absolute; display: block; border: 2px solid; border-radius: 50%; }
.purposeful span { width: 58px; aspect-ratio: 1; color: var(--red); }
.purposeful span:last-child { left: 31px; color: var(--green); }
.mutual span { width: 64px; height: 42px; top: 14px; color: var(--blue); }
.mutual span:last-child { left: 28px; color: var(--magenta); }
.contextual span { width: 52px; aspect-ratio: 1; color: var(--red); }
.contextual span:nth-child(2) { left: 36px; color: var(--green); }
.contextual span:nth-child(3) { top: 27px; left: 18px; color: var(--blue); }
.reversible span { width: 65px; aspect-ratio: 1; border-right-color: transparent; color: var(--cyan); }
.reversible span::after { content: ""; position: absolute; right: -4px; top: 8px; border: 6px solid transparent; border-left-color: var(--cyan); transform: rotate(-30deg); }

.outcome-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; overflow: hidden; background: var(--yellow); }
.outcome-art { position: relative; min-height: 620px; }
.community-ring { position: absolute; border: 2px solid rgba(18,33,61,.8); border-radius: 50%; }
.ring-one { width: 580px; height: 580px; top: 8%; left: -15%; }
.ring-two { width: 390px; height: 390px; top: 15%; left: 31%; }
.ring-three { width: 250px; height: 250px; bottom: 2%; left: 18%; }
.community-dot { position: absolute; width: 20px; aspect-ratio: 1; background: var(--ink); border: 6px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 0 0 1px var(--ink); }
.dot-one { top: 25%; left: 12%; }.dot-two { top: 18%; left: 58%; }.dot-three { bottom: 24%; left: 45%; }.dot-four { bottom: 15%; left: 8%; }
.outcome-copy { align-self: center; padding: 80px clamp(24px, 8vw, 130px) 80px 30px; }
.outcome-copy h2 { font-size: clamp(2.8rem, 4.5vw, 5.2rem); }
.outcome-copy p:last-child { max-width: 480px; font-size: 1.1rem; }

.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(100px, 12vw, 180px) clamp(24px, 8vw, 130px); color: #fff; background: var(--ink); }
.section-number.light { color: #aeb8cc; }
.trust-heading h2 { font-size: clamp(3rem, 5.2vw, 6rem); font-weight: 550; }
.trust-heading p:last-child { max-width: 560px; color: #bec6d5; font-size: 1.08rem; }
.trust-list { align-self: end; padding: 0; margin: 0; list-style: none; }
.trust-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 1.07rem; }
.trust-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.trust-list span { color: var(--cyan); font-size: .72rem; font-weight: 800; }

.about-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9vw; padding: clamp(100px, 12vw, 180px) clamp(24px, 10vw, 170px); }
.about-logo { width: min(100%, 440px); margin-inline: auto; border-radius: 50%; mix-blend-mode: multiply; }
.about-copy h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.about-copy > p:not(.eyebrow) { max-width: 630px; color: var(--ink-soft); font-size: 1.15rem; }
.about-copy .about-closing { margin-top: 45px; color: var(--magenta) !important; font-family: Georgia, serif; font-size: 1.8rem !important; font-style: italic; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding: 60px clamp(24px, 5vw, 76px) 34px; color: #fff; background: #0b162b; }
.footer-brand { display: flex; flex-direction: column; text-decoration: none; }
.footer-brand span { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 650; letter-spacing: -.04em; }
.footer-brand small { color: #aeb8cc; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a { color: #c6cddd; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-footer > p { grid-column: 1 / -1; padding-top: 28px; margin: 0; color: #758098; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(1deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-art { width: min(78vw, 570px); grid-row: 1; }
  .hero-copy { grid-row: 2; }
  .statement { grid-template-columns: 1fr; }
  .statement-note { max-width: 580px; }
  .tension-grid { grid-template-columns: 1fr; }
  .tension-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .tension-card:last-child { border-bottom: 0; }
  .tension-card > span { margin-bottom: 50px; }
  .approach-intro { grid-template-columns: 1fr; }
  .principles { margin-left: 0; }
  .outcome-section, .trust-section, .about-section { grid-template-columns: 1fr; }
  .outcome-copy { padding: 80px clamp(24px, 8vw, 80px); }
  .trust-list { margin-top: 20px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; }
  .brand img { width: 54px; height: 54px; flex-basis: 54px; }
  .menu-button { display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; padding: 0; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-navigation { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; gap: 0; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-navigation.open { display: flex; }
  .site-navigation a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .hero { padding-inline: 24px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-art { width: 96vw; margin-left: -15vw; }
  .scroll-cue { display: none; }
  .principle { grid-template-columns: 100px 1fr; gap: 15px; }
  .outcome-art { min-height: 470px; transform: scale(.8); transform-origin: center; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
}

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