
@font-face {
  font-family: 'Rebelton';
  src: url('/assets/fonts/REBELTON-Extended.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
:root {
  --aub: #26092B; --plum: #14041A; --heather: #C79BE8; --royal: #6B3A87;
  --stone: #B8B2BD; --mist: #F6F4F8; --white: #FFFFFF;
  --ink-soft: #5C4A63; --line: #E4DEE9; --nav-h: 76px;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Montserrat','Avenir Next',sans-serif; color: var(--aub); background: var(--white); line-height: 1.65; font-size: 16px; }
body.menu-open { overflow: hidden; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px,4vw,28px); }
h1,h2,h3 { text-transform: uppercase; line-height: 1.1; font-weight: 600; text-wrap: balance; }
h1,h2 { font-family: 'Rebelton','Montserrat',sans-serif; font-weight: 400; letter-spacing: 0.01em; word-spacing: -0.14em; line-height: 1.08; }
h3 { letter-spacing: 0.06em; }
p { max-width: 62ch; }
a { color: inherit; }
img { max-width: 100%; }
section { scroll-margin-top: var(--nav-h); }
:focus-visible { outline: 2px solid var(--heather); outline-offset: 3px; }

/* NAV */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 60; background: var(--aub); transition: box-shadow .3s ease; }
header.scrolled { box-shadow: 0 2px 28px rgba(20,4,26,0.5); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); padding: 0 clamp(20px,4vw,28px); max-width: 1180px; margin: 0 auto; }
.nav-logo img { height: 24px; display: block; }
.nav-links { display: flex; gap: 34px; align-items: center; list-style: none; padding: 0; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--heather); }
.nav-links a.active { color: var(--heather); }
.nav-cta { border: 1px solid var(--heather); color: var(--heather) !important; padding: 11px 24px; transition: background .2s,color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--heather); color: var(--aub) !important; }
.menu-btn { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; position: relative; z-index: 70; padding: 10px; }
.menu-btn span { display: block; height: 2px; background: var(--white); margin: 6px 0; transition: transform .3s ease; }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 65; background: var(--aub); display: flex; flex-direction: column; justify-content: center; padding: 0 28px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav a { color: var(--white); text-decoration: none; font-family: 'Rebelton',sans-serif; font-size: 22px; font-weight: 400; word-spacing: -0.14em; text-transform: uppercase; letter-spacing: 0.05em; padding: 16px 0; border-bottom: 1px solid rgba(199,155,232,0.2); transition: color .2s; }
.mobile-nav a:active, .mobile-nav a:hover { color: var(--heather); }
.mobile-nav .m-slogan { color: var(--heather); font-size: 13px; letter-spacing: 0.08em; margin-top: 34px; }
@media (max-width: 900px) { .nav-links { display: none; } .menu-btn { display: block; } .nav-logo img { height: 20px; } }

/* BUTTONS */
.btn { display: inline-block; text-decoration: none; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; padding: 17px 36px; transition: all .2s; text-align: center; border: 0; cursor: pointer; font-family: inherit; }
.btn-solid { background: var(--heather); color: var(--aub); border: 1px solid var(--heather); }
.btn-solid:hover { background: var(--white); border-color: var(--white); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.45); color: var(--white); }
.btn-ghost:hover { border-color: var(--heather); color: var(--heather); }
.btn-dark { border: 1px solid var(--aub); color: var(--aub); background: transparent; }
.btn-dark:hover { background: var(--aub); color: var(--white); }

/* HERO (home) */
.hero { background: var(--aub); color: var(--white); min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: calc(var(--nav-h) + 60px) 0 clamp(70px,12vh,130px); }
.hero-arcs { position: absolute; right: -12vw; top: -16vw; width: 56vw; min-width: 420px; pointer-events: none; }
.hero-arcs-b { position: absolute; left: -22vw; bottom: -28vw; width: 44vw; min-width: 340px; opacity: .3; pointer-events: none; }
.hero-inner { position: relative; width: 100%; }
.hero .eyebrow-row { display: flex; align-items: center; gap: 18px; margin-bottom: clamp(22px,3.5vh,36px); }
.hero .eyebrow-row::after { content: ""; height: 1px; width: 72px; background: var(--heather); opacity: .6; }
.hero .eyebrow { color: var(--heather); font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600; }
.hero h1 { font-size: clamp(34px,6vw,82px); max-width: 14ch; }
.hero .sub { margin-top: clamp(24px,3.5vh,36px); font-size: clamp(16px,1.6vw,19px); color: rgba(255,255,255,0.82); max-width: 52ch; }
.hero .sub strong { color: var(--heather); font-weight: 600; }
.hero-ctas { margin-top: clamp(32px,5vh,48px); display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 560px) { .hero { align-items: center; } .hero-ctas { flex-direction: column; } .hero-ctas .btn { width: 100%; } }
@media (prefers-reduced-motion: no-preference) {
  .hero .fade { opacity: 0; transform: translateY(22px); animation: rise .8s cubic-bezier(.2,.6,.2,1) forwards; }
  .hero .fade:nth-child(2) { animation-delay: .12s; }
  .hero .fade:nth-child(3) { animation-delay: .24s; }
  .hero .fade:nth-child(4) { animation-delay: .36s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* PAGE HERO (subpages) */
.page-hero { background: var(--aub); color: var(--white); position: relative; overflow: hidden; padding: calc(var(--nav-h) + clamp(60px,9vw,110px)) 0 clamp(56px,8vw,96px); }
.page-hero .eyebrow { color: var(--heather); }
.page-hero h1 { font-size: clamp(30px,4.6vw,62px); max-width: 18ch; }
.page-hero .sub { margin-top: 22px; color: rgba(255,255,255,0.8); font-size: clamp(15px,1.5vw,18px); max-width: 56ch; }
.ph-arcs { position: absolute; right: -14vw; top: -20vw; width: 46vw; min-width: 360px; opacity: .55; pointer-events: none; }

/* BAND */
.band { background: var(--plum); color: var(--white); }
.band .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.band .item { padding: 30px 18px 28px; border-left: 1px solid rgba(199,155,232,0.14); }
.band .item:first-child { border-left: 0; padding-left: 0; }
.band .v { font-family: 'Rebelton',sans-serif; font-size: clamp(20px,2vw,26px); font-weight: 400; color: var(--heather); line-height: 1.2; }
.band .l { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 6px; line-height: 1.5; }
@media (max-width: 760px) {
  .band .wrap { grid-template-columns: 1fr 1fr; }
  .band .item { padding: 22px 16px; }
  .band .item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .band .item:nth-child(n+3) { border-top: 1px solid rgba(199,155,232,0.14); }
}

/* SECTIONS */
section { padding: clamp(72px,10vw,118px) 0; }
.eyebrow { font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600; color: var(--royal); margin-bottom: 18px; }
.sec-title { font-size: clamp(24px,3.2vw,42px); margin-bottom: 26px; }
.lede { font-size: clamp(16px,1.5vw,18px); color: var(--ink-soft); max-width: 58ch; }

.cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(280px,100%),1fr)); gap: 2px; margin-top: clamp(40px,5vw,60px); background: var(--line); border: 1px solid var(--line); }
.card { background: var(--white); padding: clamp(32px,3.4vw,46px) clamp(26px,3vw,38px); position: relative; }
.card::before { content: ""; position: absolute; top: 0; left: 0; width: 44px; height: 3px; background: var(--heather); transition: width .35s ease; }
.card:hover::before { width: 100%; }
.card h3 { font-size: 15px; letter-spacing: 0.1em; margin-bottom: 16px; }
.card p { font-size: 15px; color: var(--ink-soft); }
.card .num { font-size: 13px; color: var(--stone); font-weight: 600; letter-spacing: 0.1em; display: block; margin-bottom: 20px; }
.card a.more { display: inline-block; margin-top: 18px; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--royal); text-decoration: none; }
.card a.more:hover { color: var(--aub); }

.dark-sec { background: var(--aub); color: var(--white); position: relative; overflow: hidden; }
.dark-sec .eyebrow { color: var(--heather); }
.dark-sec .lede { color: rgba(255,255,255,0.78); }
.col-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(250px,100%),1fr)); gap: clamp(30px,4vw,50px); margin-top: clamp(44px,6vw,66px); }
.col-grid > div { border-top: 1px solid rgba(199,155,232,0.28); padding-top: 22px; }
.col-grid h3 { font-size: 14px; letter-spacing: 0.1em; color: var(--heather); margin-bottom: 12px; }
.col-grid p { font-size: 15px; color: rgba(255,255,255,0.78); }
.col-grid.on-light > div { border-top-color: var(--line); }
.col-grid.on-light h3 { color: var(--royal); }
.col-grid.on-light p { color: var(--ink-soft); }
.dk-arcs { position: absolute; right: -16vw; bottom: -24vw; width: 50vw; min-width: 380px; opacity: .26; pointer-events: none; }

/* PROCESS STEPS */
.steps { list-style: none; padding: 0; margin-top: clamp(36px,5vw,54px); counter-reset: step; }
.steps li { border-top: 1px solid var(--line); padding: 28px 0; display: grid; grid-template-columns: 84px 240px 1fr; gap: 22px; align-items: baseline; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps .sn { font-family: 'Rebelton',sans-serif; font-size: 26px; color: var(--heather); }
.steps strong { text-transform: uppercase; letter-spacing: 0.08em; font-size: 14px; }
.steps p { font-size: 14.5px; color: var(--ink-soft); max-width: 60ch; }
@media (max-width: 760px) { .steps li { grid-template-columns: 56px 1fr; } .steps p { grid-column: 2; } }

/* TABLES */
table.mp { width: 100%; border-collapse: collapse; font-size: 14.5px; margin-top: clamp(30px,4vw,44px); }
table.mp th { text-align: left; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; border-bottom: 1px solid var(--aub); padding: 12px 14px; }
table.mp td { padding: 15px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
table.mp td strong { color: var(--aub); }
.table-scroll { overflow-x: auto; }

/* PRINCIPLES */
.principles { list-style: none; padding: 0; }
.principles li { border-top: 1px solid var(--line); padding: 20px 0; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: baseline; }
.principles li:last-child { border-bottom: 1px solid var(--line); }
.principles .n { font-family: 'Rebelton',sans-serif; font-weight: 400; color: var(--heather); font-size: 19px; }
.principles strong { display: block; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13.5px; margin-bottom: 4px; }
.principles span { font-size: 14.5px; color: var(--ink-soft); }

/* INSIGHTS */
.insights-bg { background: var(--mist); }
.insight-feature { display: grid; grid-template-columns: minmax(300px,380px) 1fr; gap: clamp(36px,5vw,64px); margin-top: clamp(40px,5vw,60px); align-items: center; }
@media (max-width: 860px) { .insight-feature { grid-template-columns: 1fr; } .report-tile { max-width: 340px; } }
.report-tile { aspect-ratio: 210/297; background: var(--aub); color: var(--white); padding: clamp(24px,2.6vw,34px) clamp(20px,2.2vw,28px); position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(20,4,26,0.28); }
.report-tile img { width: 68%; margin-bottom: 26px; position: relative; }
.report-tile .rt-eyebrow { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--heather); font-weight: 600; position: relative; }
.report-tile .rt-title { font-family: 'Rebelton',sans-serif; font-size: clamp(17px,1.6vw,21px); font-weight: 400; word-spacing: -0.14em; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.16; margin-top: 10px; position: relative; }
.report-tile svg { position: absolute; right: -34%; top: -26%; width: 90%; opacity: .8; }
.insight-copy h3 { font-family: 'Rebelton','Montserrat',sans-serif; font-weight: 400; word-spacing: -0.14em; font-size: clamp(19px,2vw,27px); margin-bottom: 18px; }
.insight-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.insight-stats { display: flex; gap: clamp(26px,4vw,48px); margin: 28px 0 34px; flex-wrap: wrap; }
.insight-stats .v { font-family: 'Rebelton',sans-serif; font-size: clamp(22px,2.2vw,28px); font-weight: 400; color: var(--aub); }
.insight-stats .l { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 2px; }

/* CTA BAND */
.cta-band { background: var(--aub); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.cta-band .eyebrow { color: var(--heather); }
.cta-band h2 { font-size: clamp(22px,3.4vw,44px); max-width: 22ch; margin: 0 auto 22px; }
.cta-band p { color: rgba(255,255,255,0.78); margin: 0 auto 38px; }
.cta-arcs { position: absolute; left: 50%; top: -60%; transform: translateX(-50%); width: 70vw; min-width: 460px; opacity: .2; pointer-events: none; }

/* FORM */
.form-wrap { display: grid; grid-template-columns: minmax(280px,5fr) 7fr; gap: clamp(40px,5vw,72px); align-items: start; }
@media (max-width: 900px) { .form-wrap { grid-template-columns: 1fr; } }
.form-card { background: var(--white); border: 1px solid var(--line); padding: clamp(28px,3.4vw,46px); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .f-row { grid-template-columns: 1fr; } }
.f-group { margin-bottom: 20px; }
label { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; }
input[type=text], input[type=email], input[type=tel], input[type=url], select, textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: var(--mist);
  font-family: inherit; font-size: 15px; color: var(--aub); border-radius: 0; -webkit-appearance: none; appearance: none;
}
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%235C4A63'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--heather); outline-offset: 0; border-color: var(--heather); }
textarea { min-height: 110px; resize: vertical; }
.f-check { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); margin: 22px 0 26px; }
.f-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--royal); }
.f-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 16px; }
.expect { list-style: none; padding: 0; }
.expect li { border-top: 1px solid var(--line); padding: 18px 0; display: grid; grid-template-columns: 40px 1fr; gap: 14px; font-size: 14.5px; color: var(--ink-soft); }
.expect li:last-child { border-bottom: 1px solid var(--line); }
.expect .n { font-family: 'Rebelton',sans-serif; color: var(--heather); font-size: 17px; }
.expect strong { color: var(--aub); display: block; text-transform: uppercase; font-size: 12.5px; letter-spacing: 0.08em; margin-bottom: 3px; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(260px,100%), 1fr)); gap: clamp(36px,4vw,56px); margin-top: clamp(44px,6vw,64px); }
.member { text-align: left; }
.member .photo { position: relative; width: min(220px, 60vw); aspect-ratio: 1/1; margin-bottom: 26px; }
.member .photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.member .photo::after { content: ""; position: absolute; inset: -10px; border: 1px solid var(--heather); border-radius: 50%; opacity: .7; }
.member h3 { font-size: 17px; letter-spacing: 0.08em; margin-bottom: 6px; }
.member .role { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--royal); margin-bottom: 14px; }
.member p.bio { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; max-width: 40ch; }
.member .links { display: flex; gap: 20px; }
.member .links a { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--aub); text-decoration: none; border-bottom: 1px solid var(--heather); padding-bottom: 3px; }
.member .links a:hover { color: var(--royal); }

/* FOOTER */
footer { background: var(--plum); color: rgba(255,255,255,0.62); padding: clamp(48px,6vw,68px) 0 40px; font-size: 13px; }
.foot-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 34px; flex-wrap: wrap; margin-bottom: 42px; }
.foot-top img { height: 20px; }
.foot-top .slogan { color: var(--heather); font-size: 13px; letter-spacing: 0.06em; margin-top: 16px; }
.foot-links { display: flex; gap: 26px; list-style: none; padding: 0; flex-wrap: wrap; }
.foot-links a { color: rgba(255,255,255,0.62); text-decoration: none; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.foot-links a:hover { color: var(--heather); }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 26px; font-size: 11.5px; line-height: 1.7; color: rgba(255,255,255,0.45); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero .fade { opacity: 1 !important; transform: none !important; transition: none; animation: none !important; }
}

/* HOW WE WORK */
.flow { margin-top: clamp(44px,6vw,76px); }
.stage-row { display:grid; grid-template-columns:1fr 1fr; gap:clamp(34px,5vw,72px); align-items:center; padding:clamp(30px,4vw,54px) 0; }
.stage-row + .stage-row { border-top:1px solid var(--line); }
.stage-row:nth-child(even) .stage-illo { order:2; }
.stage-illo svg { width:100%; height:auto; display:block; border-radius:6px; box-shadow:0 24px 60px rgba(20,4,26,.20); }
.stage-meta .snum { font-family:'Rebelton','Montserrat',sans-serif; font-weight:400; font-size:clamp(30px,4vw,52px); color:var(--heather); line-height:1; word-spacing:-.14em; }
.stage-meta h3 { font-family:'Rebelton','Montserrat',sans-serif; font-weight:400; word-spacing:-.14em; text-transform:uppercase; font-size:clamp(20px,2.4vw,30px); margin:12px 0 14px; letter-spacing:.02em; }
.stage-meta p { color:var(--ink-soft); max-width:46ch; }
.stage-meta .detail { list-style:none; padding:0; margin:18px 0 0; }
.stage-meta .detail li { position:relative; padding-left:22px; font-size:14.5px; color:var(--ink-soft); margin-bottom:9px; }
.stage-meta .detail li::before { content:""; position:absolute; left:0; top:10px; width:11px; height:1px; background:var(--heather); }
.stage-meta .dur { display:inline-block; margin-top:20px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; font-weight:600; color:var(--royal); border:1px solid var(--line); padding:7px 13px; }
@media (max-width:820px){ .stage-row{ grid-template-columns:1fr; gap:24px } .stage-row:nth-child(even) .stage-illo{ order:0 } }
.recap { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; margin-top:clamp(40px,5vw,60px); background:var(--line); border:1px solid var(--line); }
.recap .step { background:var(--white); padding:26px 22px; }
.recap .step .rn { font-family:'Rebelton','Montserrat',sans-serif; font-weight:400; color:var(--heather); font-size:20px; word-spacing:-.14em; }
.recap .step h4 { text-transform:uppercase; letter-spacing:.08em; font-size:12.5px; margin:10px 0 6px; }
.recap .step p { font-size:12.5px; color:var(--ink-soft); max-width:none; }
@media (max-width:820px){ .recap{ grid-template-columns:1fr 1fr } }
@media (max-width:480px){ .recap{ grid-template-columns:1fr } }
