:root {
  --ink: #071526;
  --ink-soft: #0e223a;
  --blue: #1f72ff;
  --blue-bright: #4ca3ff;
  --cyan: #6de1ec;
  --paper: #f4f7fb;
  --white: #ffffff;
  --slate: #506176;
  --line: #dce4ee;
  --line-dark: rgba(255, 255, 255, 0.14);
  --success: #50d2a0;
  --shell: 1180px;
  --radius: 6px;
  --shadow: 0 24px 70px rgba(0, 21, 51, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; display: inline-block; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; transform: rotate(45deg); }
.brand-mark span:first-child { position: absolute; width: 12px; height: 12px; left: 5px; top: 5px; background: var(--blue-bright); }
.brand-mark span:last-child { position: absolute; width: 12px; height: 12px; right: 5px; bottom: 5px; border: 1px solid var(--cyan); }
.brand-name { letter-spacing: -0.02em; font-size: 1.05rem; }
.brand-name strong { font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; }
.site-nav a { color: rgba(255,255,255,.76); text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus, .site-nav a.active { color: var(--white); }
.site-nav .nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.42); padding: 9px 16px; border-radius: 3px; }
.site-nav .nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; color: inherit; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 7px 0; background: currentColor; }

.hero, .service-hero, .legal-hero { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(80,141,210,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(80,141,210,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, black 25%, black);
}
.hero::after, .service-hero::after, .legal-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -100px;
  border: 1px solid rgba(109,225,236,.18);
  transform: rotate(45deg);
  box-shadow: 0 0 0 75px rgba(31,114,255,.035), 0 0 0 150px rgba(31,114,255,.025);
}
.home-hero { min-height: 750px; display: flex; align-items: center; padding: 150px 0 90px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 94px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.eyebrow-dark { color: #1967c8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.038em; }
.hero h1 { margin-bottom: 28px; max-width: 770px; font-size: clamp(3.2rem, 6.4vw, 6rem); font-weight: 680; }
.hero h1 em { color: var(--blue-bright); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(1.08rem, 1.5vw, 1.27rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .91rem; font-weight: 680; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 36px rgba(31,114,255,.25); }
.button-primary:hover { background: #3683ff; }
.button-text { padding-inline: 0; color: rgba(255,255,255,.75); }
.button-text:hover { color: var(--white); }
.button-outline { margin-top: 16px; color: var(--white); border-color: rgba(255,255,255,.32); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.button-white { color: var(--ink); background: var(--white); }

.focus-card { position: relative; padding: 32px; background: rgba(14,34,58,.88); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.focus-card::before { content: ""; position: absolute; left: -1px; top: 30px; bottom: 30px; width: 3px; background: linear-gradient(var(--cyan), var(--blue)); }
.focus-topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 26px; color: rgba(255,255,255,.52); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.live-label { color: var(--success); }
.live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(80,210,160,.12); }
.date-block { display: flex; align-items: center; gap: 14px; padding-bottom: 24px; margin-bottom: 26px; border-bottom: 1px solid var(--line-dark); }
.date-day { font-size: 4.6rem; line-height: .85; letter-spacing: -.08em; font-weight: 750; }
.date-month { color: var(--blue-bright); font-size: .8rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; }
.focus-card h2 { margin-bottom: 12px; font-size: 1.65rem; }
.focus-card > p { color: rgba(255,255,255,.65); }
.mini-checks { list-style: none; padding: 0; margin: 25px 0; }
.mini-checks li { padding: 10px 0; color: rgba(255,255,255,.86); border-top: 1px solid rgba(255,255,255,.1); font-size: .91rem; }
.mini-checks li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 11px; vertical-align: middle; background: var(--cyan); }
.card-link { display: inline-flex; justify-content: space-between; width: 100%; padding-top: 5px; color: var(--cyan); font-size: .91rem; font-weight: 680; text-decoration: none; }

.signal-strip { color: var(--white); background: #0b1e34; border-top: 1px solid rgba(255,255,255,.07); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { margin: 0; padding: 21px 20px; border-left: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.69); font-size: .81rem; text-transform: uppercase; letter-spacing: .1em; }
.signal-grid p:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.signal-grid span { margin-right: 10px; color: var(--blue-bright); font-weight: 800; }

.section { padding: 112px 0; }
.section-light { background: var(--paper); }
.section-heading { max-width: 700px; }
.section-heading.narrow { max-width: 780px; }
.section-heading h2, .suitability-grid h2, .boundary-title h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4.4vw, 4.15rem); }
.section-heading > p:not(.eyebrow), .suitability-grid > div > p:not(.eyebrow) { color: var(--slate); font-size: 1.08rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.principle-card { min-height: 270px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--blue); box-shadow: 0 12px 32px rgba(16,38,67,.05); }
.card-number { color: #7f8fa1; font-size: .75rem; font-weight: 750; letter-spacing: .12em; }
.principle-card h3 { margin: 50px 0 16px; font-size: 1.65rem; }
.principle-card p { color: var(--slate); }

.current-project { color: var(--white); background: var(--ink-soft); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.current-project .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.route-panel { padding: 34px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13); }
.route-label { color: var(--cyan); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.route-option { display: flex; align-items: center; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line-dark); }
.route-option > span { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: var(--blue-bright); border: 1px solid rgba(76,163,255,.55); font-weight: 800; }
.route-option strong, .route-option small { display: block; }
.route-option small { margin-top: 3px; color: rgba(255,255,255,.52); font-size: .8rem; }
.route-connector { width: 30px; margin: -10px 0 -10px 6px; text-align: center; color: rgba(255,255,255,.4); font-size: .7rem; text-transform: uppercase; }
.route-note { margin: 18px 0 0; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.6); font-size: .88rem; }

.honest-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.honest-statement blockquote { margin: 0; font-size: clamp(2rem, 3.7vw, 3.5rem); font-weight: 650; line-height: 1.15; letter-spacing: -.04em; }
.honest-copy { padding-top: 46px; color: var(--slate); font-size: 1.08rem; }

.contact-band { padding: 72px 0; color: var(--white); background: var(--blue); }
.contact-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-band .eyebrow { color: #d9f9ff; }
.contact-band h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-band-inner > div:last-child p { max-width: 500px; color: rgba(255,255,255,.78); }

.site-footer { padding: 55px 0; color: rgba(255,255,255,.66); background: #04101e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; align-items: start; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { width: 28px; height: 28px; }
.footer-brand .brand-mark span:first-child, .footer-brand .brand-mark span:last-child { width: 10px; height: 10px; }
.footer-grid > div:first-child > p { margin: 18px 0 0; font-size: .88rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-meta { text-align: right; font-size: .8rem; }
.footer-meta p { margin-bottom: 8px; }

/* Service page */
.service-hero { padding: 170px 0 105px; }
.service-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.32fr .68fr; gap: 94px; align-items: end; }
.deadline-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 8px 12px; color: var(--cyan); border: 1px solid rgba(109,225,236,.34); border-radius: 2px; font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.deadline-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.service-title h1 { margin-bottom: 28px; max-width: 820px; font-size: clamp(3rem, 6vw, 5.7rem); }
.service-title > p { max-width: 720px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.2rem; }
.deadline-card { padding: 30px; border-left: 3px solid var(--blue-bright); background: rgba(255,255,255,.055); }
.deadline-card p { margin-bottom: 4px; color: rgba(255,255,255,.49); font-size: .71rem; letter-spacing: .11em; text-transform: uppercase; }
.deadline-card strong { display: block; font-size: 1.23rem; }
.deadline-line { margin: 24px 0; border-top: 1px solid var(--line-dark); }
.deadline-card small { display: block; margin-top: 25px; color: rgba(255,255,255,.5); line-height: 1.6; }
.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; margin-bottom: 65px; }
.large-copy { color: var(--ink); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.4; letter-spacing: -.025em; }
.intro-copy p:last-child { color: var(--slate); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path-card { padding: 40px; background: var(--paper); border: 1px solid var(--line); }
.path-card-accent { color: var(--white); background: var(--ink-soft); border-color: var(--ink-soft); }
.path-header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 60px; color: #64788f; font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.path-card-accent .path-header { color: rgba(255,255,255,.52); }
.path-header i { color: #1b6ecc; font-style: normal; }
.path-card-accent .path-header i { color: var(--cyan); }
.path-card h3 { margin-bottom: 18px; font-size: 2rem; }
.path-card > p { color: var(--slate); }
.path-card-accent > p { color: rgba(255,255,255,.63); }
.path-card ul { list-style: none; padding: 15px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); }
.path-card-accent ul { border-color: var(--line-dark); }
.path-card li { padding: 9px 0; font-size: .9rem; }
.path-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 10px; vertical-align: middle; background: var(--blue); }
.path-card-accent li::before { background: var(--cyan); }

.process-section { color: var(--white); background: var(--ink); }
.process-section .section-heading { margin-bottom: 48px; }
.process-list { border-top: 1px solid var(--line-dark); }
.process-item { display: grid; grid-template-columns: 90px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.process-item > span { color: var(--blue-bright); font-size: .77rem; font-weight: 800; letter-spacing: .12em; }
.process-item > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.process-item h3 { margin: 0; font-size: 1.55rem; }
.process-item p { margin: 0; color: rgba(255,255,255,.59); }

.suitability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.sector-list { border-top: 1px solid #bfcbd9; }
.sector-list p { display: flex; justify-content: space-between; margin: 0; padding: 19px 5px; border-bottom: 1px solid #bfcbd9; font-weight: 650; }
.sector-list span { color: var(--blue); }
.boundaries-section { color: var(--white); background: var(--ink-soft); }
.boundaries-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.boundary-list p { display: grid; grid-template-columns: 30px 1fr; padding: 17px 0; margin: 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.69); }
.boundary-list span { color: var(--cyan); font-weight: 800; }
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid #bdc9d6; }
.faq-list details { border-bottom: 1px solid #bdc9d6; }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 25px 42px 25px 0; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 5px; top: 22px; color: var(--blue); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 50px 24px 0; color: var(--slate); }
.official-note { padding: 30px 0; color: var(--white); background: #102b48; }
.official-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.official-note p { margin: 2px 0 0; color: rgba(255,255,255,.56); font-size: .86rem; }
.official-note a { color: var(--cyan); text-decoration: none; font-size: .9rem; font-weight: 700; }

/* Legal page */
.legal-hero { padding: 170px 0 70px; }
.legal-hero .shell { position: relative; z-index: 2; }
.legal-hero h1 { margin-bottom: 14px; font-size: clamp(3rem, 6vw, 5rem); }
.legal-hero .shell > p:last-child { color: rgba(255,255,255,.57); }
.legal-content { padding: 90px 0 120px; background: var(--white); }
.legal-grid { display: grid; grid-template-columns: 260px 1fr; gap: 90px; align-items: start; }
.legal-grid aside { position: sticky; top: 30px; padding: 22px; background: var(--paper); border-left: 3px solid var(--blue); }
.legal-grid aside p { margin-bottom: 6px; color: var(--slate); font-size: .84rem; }
.legal-grid aside a { overflow-wrap: anywhere; color: var(--blue); font-size: .86rem; text-decoration: none; font-weight: 700; }
.legal-grid article { max-width: 760px; }
.legal-grid article h2 { margin: 48px 0 14px; font-size: 1.55rem; }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article p { color: var(--slate); }
.legal-grid article a { color: var(--blue); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 900px) {
  .hero-layout, .service-hero-grid, .split-layout, .honest-grid, .contact-band-inner, .intro-grid, .suitability-grid, .boundaries-grid, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-layout { padding-top: 30px; }
  .home-hero { min-height: auto; }
  .focus-card { max-width: 520px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 220px; }
  .principle-card h3 { margin-top: 34px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .path-grid { grid-template-columns: 1fr; }
  .process-item > div { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
  .honest-copy { padding-top: 0; }
  .legal-grid { grid-template-columns: 1fr; gap: 50px; }
  .legal-grid aside { position: static; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; align-items: stretch; gap: 0; padding: 10px 16px 18px; color: var(--white); background: #071526; border-bottom: 1px solid var(--line-dark); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 8px; }
  .site-nav .nav-cta { margin-top: 7px; text-align: center; }
  .home-hero { padding: 125px 0 70px; }
  .hero h1, .service-title h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-lede, .service-title > p { font-size: 1.04rem; }
  .focus-card { padding: 26px 23px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid p { border-right: 1px solid rgba(255,255,255,.08); }
  .section { padding: 78px 0; }
  .section-heading h2, .suitability-grid h2, .boundary-title h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .principle-grid { margin-top: 40px; }
  .contact-band { padding: 60px 0; }
  .contact-band-inner { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
  .service-hero { padding: 135px 0 78px; }
  .deadline-card { padding: 24px; }
  .path-card { padding: 28px 24px; }
  .path-header { margin-bottom: 40px; }
  .process-item { grid-template-columns: 48px 1fr; }
  .official-note-inner { display: grid; }
  .legal-hero { padding: 135px 0 60px; }
  .legal-content { padding: 70px 0 90px; }
}
