:root {
  --ink: #0b1724;
  --ink-2: #13263a;
  --paper: #f4efe5;
  --paper-2: #e9e1d3;
  --white: #fffdf7;
  --copper: #c98255;
  --copper-dark: #945332;
  --sage: #b7c6b5;
  --slate: #657583;
  --line: rgba(11, 23, 36, 0.2);
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--paper); background: var(--copper-dark); }
.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: sticky; top: 0; z-index: 50; height: 82px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 229, .94); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 21px; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 8px 50%; color: var(--paper); background: var(--ink); font: 900 13px/1 Georgia, serif; }
.brand b { color: var(--copper-dark); font-weight: 900; }
.top-nav { display: flex; gap: 32px; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.top-nav a { position: relative; }
.top-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--copper-dark); transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.top-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 850; transition: .18s ease; }
.header-cta:hover { color: var(--paper); background: var(--ink); }
.header-cta span { font-size: 17px; }

.hero { position: relative; min-height: calc(100svh - 82px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); overflow: hidden; color: var(--paper); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(244,239,229,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(244,239,229,.25) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, black 38%); }
.hero-copy, .hero-board { position: relative; z-index: 1; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(74px, 8vw, 124px) clamp(28px, 6vw, 92px); }
.kicker, .section-kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 27px; color: var(--copper); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker::before, .section-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .final-panel h2 { margin: 0; font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif; font-size: clamp(58px, 7vw, 108px); font-weight: 900; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .final-panel h2 em { color: var(--copper); font-family: Georgia, "Times New Roman", serif; font-size: .87em; font-weight: 400; letter-spacing: -.05em; text-transform: none; }
.hero-lead { max-width: 680px; margin: 37px 0 0; color: #b7c0c6; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .04em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--copper); }
.button-primary:hover { background: #dda07a; }
.button-ghost { color: var(--paper); border-color: rgba(244,239,229,.3); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }

.hero-board { min-height: 620px; margin: 42px 42px 42px 0; display: grid; grid-template-rows: auto 1fr auto; border: 1px solid rgba(244,239,229,.22); background: rgba(5,13,22,.55); }
.board-head { display: flex; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid rgba(244,239,229,.18); color: #85929b; font: 700 9px/1 "Courier New", monospace; letter-spacing: .13em; }
.board-head span:last-child { color: var(--sage); }
.board-stage { position: relative; min-height: 430px; overflow: hidden; }
.orbit { position: absolute; left: 50%; top: 50%; width: min(34vw, 470px); aspect-ratio: 1; border: 1px solid rgba(201,130,85,.5); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit::before, .orbit::after { content: ""; position: absolute; border: 1px solid rgba(183,198,181,.25); border-radius: 50%; }
.orbit::before { inset: 14%; }.orbit::after { inset: 30%; }
.orbit-line { position: absolute; left: 14%; right: 14%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--copper), transparent); }
.service-node { position: absolute; width: 42%; min-height: 180px; padding: 22px; border: 1px solid rgba(244,239,229,.3); background: #102235; box-shadow: 12px 12px 0 rgba(0,0,0,.18); }
.service-node.finance { left: 5%; top: 16%; }
.service-node.law { right: 5%; bottom: 13%; background: #192838; }
.service-node small { color: var(--copper); font: 700 9px/1 "Courier New", monospace; letter-spacing: .12em; }
.service-node strong { display: block; margin: 31px 0 9px; font-size: clamp(24px, 2.3vw, 36px); line-height: .95; letter-spacing: -.05em; }
.service-node p { margin: 0; color: #9facb3; font-size: 11px; line-height: 1.5; }
.service-node i { position: absolute; right: 18px; top: 17px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font: normal 700 13px/1 Georgia, serif; }
.board-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(244,239,229,.18); }
.board-stats div { min-height: 98px; display: flex; align-items: center; gap: 12px; padding: 18px; border-right: 1px solid rgba(244,239,229,.18); }
.board-stats div:last-child { border-right: 0; }
.board-stats strong { color: var(--copper); font: 500 36px/1 Georgia, serif; }
.board-stats span { color: #94a0a7; font-size: 9px; font-weight: 850; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }

.ticker { overflow: hidden; color: var(--paper); background: var(--copper-dark); }
.ticker div { min-width: max-content; display: flex; justify-content: space-around; gap: 32px; padding: 14px 26px; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ticker b { color: var(--sage); }

.partners-section, .topics-section, .scope-section { max-width: var(--max); margin: 0 auto; padding: clamp(88px, 9vw, 145px) clamp(22px, 4.5vw, 72px); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 80px; align-items: end; margin-bottom: 65px; }
.section-heading h2 { font-size: clamp(48px, 5.8vw, 86px); line-height: .92; }
.section-heading h2 em { color: var(--copper-dark); }
.section-heading > p { max-width: 520px; margin: 0; color: #4e5b64; font-size: 15px; line-height: 1.65; }
.section-kicker { color: var(--copper-dark); }

.partner-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.partner-card { --accent: var(--copper); position: relative; min-height: 600px; display: flex; flex-direction: column; padding: clamp(25px,3vw,42px); overflow: hidden; border: 1px solid var(--ink); background: var(--white); }
.partner-card.legal { --accent: var(--sage); }
.partner-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--accent); }
.partner-card-head { display: flex; justify-content: space-between; align-items: center; }
.partner-card-head span:first-child { font: 700 11px/1 "Courier New", monospace; }
.partner-tag { padding: 8px 11px; border-radius: 999px; background: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.partner-symbol { width: 88px; height: 88px; display: grid; place-items: center; margin-top: 46px; border-radius: 50% 50% 50% 8px; color: var(--paper); background: var(--ink); font: italic 400 30px/1 Georgia, serif; }
.partner-card h3 { margin: 27px 0 5px; font-size: clamp(34px, 4vw, 56px); line-height: .95; letter-spacing: -.065em; }
.partner-location { color: #68757e; font: 700 10px/1.5 "Courier New", monospace; letter-spacing: .05em; text-transform: uppercase; }
.partner-rule { height: 1px; margin: 27px 0 24px; background: var(--line); }
.partner-card h4 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.035em; }
.partner-card p { max-width: 600px; margin: 0 0 22px; color: #4f5d65; font-size: 14px; line-height: 1.65; }
.service-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 30px; padding: 0; list-style: none; }
.service-list li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #526069; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.partner-link { min-height: 52px; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 13px 16px; color: var(--paper); background: var(--ink); font-size: 12px; font-weight: 900; transition: color .18s ease, background .18s ease; }
.partner-link:hover { color: var(--ink); background: var(--accent); }
.partner-link span { font-size: 20px; }

.scope-section { padding-top: 20px; }
.scope-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.scope-item { min-height: 215px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.scope-item span { color: var(--copper-dark); font: 700 10px/1 "Courier New", monospace; }
.scope-item h3 { margin: 44px 0 10px; font-size: 22px; letter-spacing: -.04em; }
.scope-item p { margin: 0; color: #5b6870; font-size: 12px; line-height: 1.55; }

.topics-section { padding-top: 20px; }
.topic-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.topic-card { position: relative; min-height: 285px; grid-column: span 2; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--ink); background: var(--white); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.topic-card:nth-child(4), .topic-card:nth-child(5) { grid-column: span 3; }
.topic-card:nth-child(6) { grid-column: 1 / span 3; }
.topic-card:nth-child(7) { grid-column: 4 / span 3; }
.topic-card:hover { z-index: 1; background: var(--sage); box-shadow: 7px 7px 0 var(--ink); transform: translateY(-5px); }
.topic-card > span { color: var(--copper-dark); font: 700 10px/1 "Courier New", monospace; }
.topic-card h3 { max-width: 360px; margin: 52px 0 11px; font-size: 26px; line-height: 1.06; letter-spacing: -.045em; }
.topic-card p { max-width: 420px; margin: 0; color: #53616a; font-size: 12px; line-height: 1.55; }
.topic-card i { margin-top: auto; align-self: flex-end; font-size: 23px; font-style: normal; }

.notice { max-width: var(--max); margin: 0 auto; padding: 0 clamp(22px,4.5vw,72px) clamp(88px,9vw,145px); }
.notice-inner { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; padding: 25px; border: 1px solid var(--ink); background: var(--paper-2); }
.notice-inner strong { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: Georgia, serif; }
.notice-inner p { margin: 0; color: #4e5c64; font-size: 13px; line-height: 1.65; }

.final-panel { position: relative; min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(75px,9vw,140px) max(6vw,calc((100vw - var(--max))/2 + 72px)); overflow: hidden; color: var(--paper); background: var(--ink-2); }
.final-panel h2 { position: relative; z-index: 2; font-size: clamp(48px,6vw,88px); }
.final-panel p { position: relative; z-index: 2; max-width: 600px; margin: 30px 0 0; color: #a9b3b9; font-size: 15px; line-height: 1.65; }
.final-panel .button { position: relative; z-index: 2; margin-top: 34px; }
.final-shape { position: absolute; right: -8vw; top: 50%; width: min(46vw,640px); aspect-ratio: 1; border: 1px solid rgba(201,130,85,.48); border-radius: 50%; transform: translateY(-50%); }
.final-shape::before, .final-shape::after { content: ""; position: absolute; border: 1px solid rgba(183,198,181,.22); border-radius: 50%; }
.final-shape::before { inset: 15%; }.final-shape::after { inset: 32%; }

footer { min-height: 210px; display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; align-items: center; gap: 35px; padding: 52px max(4vw,calc((100vw - var(--max))/2 + 72px)); color: var(--paper); background: var(--ink); }
footer .brand b { color: var(--copper); }
footer p { max-width: 340px; margin: 0; color: #8f9ca4; font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; gap: 24px; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
footer small { color: #74828a; font: 700 9px/1.4 "Courier New", monospace; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: .86fr 1.14fr; }
  .hero-copy { padding-left: 36px; padding-right: 36px; }
  .hero-board { margin-right: 24px; }
  .scope-grid { grid-template-columns: repeat(2,1fr); }
  .topic-card { grid-column: span 3; }
  .topic-card:nth-child(4), .topic-card:nth-child(5), .topic-card:nth-child(6), .topic-card:nth-child(7) { grid-column: span 3; }
  .topic-card:last-child { grid-column: 2 / span 4; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .top-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 90px 28px 70px; }
  .hero-board { min-height: 560px; margin: 0 28px 28px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 550px; }
}

@media (max-width: 620px) {
  .site-header { padding: 0 17px; }
  .brand { font-size: 18px; }.brand-mark { width: 33px; height: 33px; }
  .header-cta { padding: 10px 13px; font-size: 0; gap: 0; }.header-cta span { font-size: 18px; }
  .hero-copy { padding: 70px 19px 58px; }.hero h1 { font-size: clamp(52px,17vw,74px); }
  .hero-lead { margin-top: 28px; font-size: 15px; }.hero-actions { flex-direction: column; }.button { width: 100%; }
  .hero-board { min-height: 480px; margin: 0 15px 15px; }.board-stage { min-height: 330px; }
  .orbit { width: 80vw; }.service-node { width: 52%; min-height: 150px; padding: 15px; }.service-node strong { margin-top: 28px; font-size: 21px; }.service-node p { font-size: 9px; }.service-node i { width: 27px; height: 27px; }
  .board-stats div { min-height: 78px; flex-direction: column; align-items: flex-start; gap: 3px; padding: 11px; }.board-stats strong { font-size: 27px; }.board-stats span { font-size: 7px; }
  .partners-section, .topics-section, .scope-section { padding-left: 18px; padding-right: 18px; }
  .partner-card { min-height: 575px; padding: 23px; }.partner-symbol { width: 72px; height: 72px; }
  .scope-grid, .topic-grid { grid-template-columns: 1fr; }
  .topic-card, .topic-card:nth-child(4), .topic-card:nth-child(5), .topic-card:nth-child(6), .topic-card:nth-child(7), .topic-card:last-child { grid-column: auto; }
  .notice { padding-left: 18px; padding-right: 18px; }.notice-inner { grid-template-columns: 1fr; }
  .final-panel { padding-left: 20px; padding-right: 20px; }.final-panel h2 { font-size: clamp(45px,14vw,65px); }.final-shape { right: -70vw; width: 130vw; opacity: .55; }
  footer { grid-template-columns: 1fr; padding: 52px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
