:root {
  --navy-950: #090a0c;
  --navy-900: #0f1114;
  --navy-800: #171b1f;
  --navy-700: #242a2e;
  --gold: #c6a15b;
  --gold-light: #e2c88e;
  --antwerp-red: #9c2029;
  --institutional-blue: #173a56;
  --institutional-blue-light: #2c668f;
  --ivory: #f2eee5;
  --paper: #f8f6f0;
  --ink: #17191b;
  --muted: #65696c;
  --line: rgba(23, 25, 27, 0.14);
  --white-line: rgba(255, 255, 255, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(9, 10, 12, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section-dark { color: #fff; background: var(--navy-950); }
.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; z-index: 1000; top: -100px; left: 8px; padding: 10px 14px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 8px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 84px;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled { height: 72px; background: rgba(9, 10, 12, .94); box-shadow: 0 10px 34px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; }
.brand-mark img { width: 41px; height: 35px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; letter-spacing: .17em; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.brand-copy small { position: relative; font-size: 8px; letter-spacing: .48em; color: var(--gold-light); }
.brand-copy small::after { content: ""; position: absolute; top: 3px; right: -12px; width: 7px; height: 1px; background: var(--antwerp-red); }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.75); transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(224,200,150,.55); color: var(--gold-light); }
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-950); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: #fff; transition: transform .25s, opacity .25s; }

.hero { position: relative; overflow: hidden; padding: 150px 0 104px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(199,164,105,.6), transparent); }
.hero-glow { position: absolute; width: 900px; height: 900px; right: -300px; top: -330px; background: radial-gradient(circle, rgba(44,102,143,.26), rgba(9,10,12,0) 68%); }
.hero-layout { position: relative; z-index: 1; }
.hero-intro { display: grid; grid-template-columns: 1.15fr .55fr; gap: 85px; align-items: end; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #8c6f3e; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 78px); font-weight: 400; line-height: .99; letter-spacing: -.042em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 440px; margin: 0 0 4px; color: rgba(255,255,255,.61); font-size: 15px; line-height: 1.75; }
.hero-portals { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 52px; background: rgba(224,200,150,.35); box-shadow: 0 36px 90px rgba(0,0,0,.3); }
.hero-portal { position: relative; min-height: 430px; overflow: hidden; color: #fff; isolation: isolate; }
.hero-portal::after { content: ""; position: absolute; z-index: 4; inset: 14px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.hero-portal > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.portal-business > img { object-position: 38% center; }
.portal-agro > img {
  inset: -2% auto auto -2%;
  width: 112%;
  height: 106%;
  max-width: none;
  object-position: center 38%;
}
.hero-portal:hover > img { transform: scale(1.075); filter: saturate(1.08); }
.hero-portal-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(9,10,12,.08) 5%, rgba(9,10,12,.86) 100%); }
.portal-business .hero-portal-overlay { background: linear-gradient(180deg, rgba(12,44,68,.14), rgba(7,18,27,.91)); }
.portal-agro .hero-portal-overlay { background: linear-gradient(180deg, rgba(15,20,11,.08), rgba(12,13,9,.88)); }
.hero-portal-index { position: absolute; z-index: 3; top: 36px; left: 38px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.hero-portal-copy { position: absolute; z-index: 3; inset: auto 42px 38px; max-width: 470px; }
.hero-portal-copy > strong { display: block; font-family: var(--serif); font-size: clamp(38px, 4vw, 54px); font-weight: 400; line-height: 1; }
.hero-portal-copy > small { display: block; min-height: 50px; max-width: 440px; margin-top: 15px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.hero-portal-copy > span { width: max-content; display: flex; align-items: center; gap: 45px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid rgba(226,200,142,.7); color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-portal-copy b { font-size: 15px; font-weight: 400; }
.hero-portal > svg { position: absolute; z-index: 2; width: 240px; right: 24px; top: 22px; opacity: .42; }
.hero-portal path, .hero-portal circle { fill: none; stroke: var(--gold-light); stroke-width: 1.35; vector-effect: non-scaling-stroke; }
.hero-portal path { stroke-dasharray: 420; stroke-dashoffset: 420; animation: line-draw 4.8s ease-in-out infinite; }
.hero-portal circle { fill: var(--antwerp-red); stroke: rgba(255,255,255,.75); transform-box: fill-box; transform-origin: center; animation: point-pulse 2.4s ease-in-out infinite; }
.portal-agro path:nth-child(2) { animation-delay: .7s; }
.portal-agro circle { fill: none; stroke: var(--gold-light); animation: sun-breathe 3.2s ease-in-out infinite; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 22px; border: 0; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-950); }
.button-primary:hover { background: var(--gold-light); }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 35px; margin-top: 24px; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { content: "·"; margin-right: 9px; color: var(--gold); }

.market-snapshot { margin-top: 52px; padding: 28px 30px 23px; border: 1px solid rgba(224,200,150,.25); background: linear-gradient(110deg, rgba(23,58,86,.2), rgba(255,255,255,.012)); box-shadow: 0 28px 75px rgba(0,0,0,.17); backdrop-filter: blur(10px); }
.market-snapshot::before { content: ""; display: block; width: 48px; height: 2px; margin: -29px 0 26px; background: linear-gradient(90deg, var(--gold), var(--antwerp-red)); }
.market-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.market-kicker { margin: 0 0 8px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.market-heading h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.02em; }
.market-heading > p { max-width: 260px; margin: 0 0 2px; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.5; text-align: right; }
.market-live { min-height: 86px; margin-top: 20px; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); overflow: hidden; }
.home-market-widget, .home-market-widget .tradingview-widget-container__widget { width: 100%; min-height: 84px; }
.home-market-widget iframe { width: 100% !important; height: 84px !important; display: block; border: 0; }
.market-fallback { min-height: 84px; display: grid; grid-template-columns: repeat(2, 1fr); }
.market-fallback > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-content: center; padding: 14px 22px; }
.market-fallback > div + div { border-left: 1px solid var(--white-line); }
.market-fallback span { color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 18px; }
.market-fallback strong { color: var(--gold-light); font-size: 11px; font-weight: 600; }
.market-fallback strong.is-unavailable { color: rgba(255,255,255,.58); }
.market-fallback small { color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.market-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 15px; color: rgba(255,255,255,.3); font-size: 9px; line-height: 1.5; }
.market-meta span:nth-child(2) { flex: 1; }
.market-meta a { color: rgba(224,200,150,.72); }

.about { position: relative; padding: 112px 0; overflow: hidden; background: var(--ivory); }
.about::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -220px; border: 1px solid rgba(156,32,41,.09); border-radius: 50%; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: center; }
.about-identity { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy-950); box-shadow: 0 32px 85px rgba(9,10,12,.18); }
.about-identity::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 48px 48px; }
.about-identity::after { content: ""; position: absolute; width: 420px; height: 420px; background: radial-gradient(circle, rgba(44,102,143,.25), rgba(156,32,41,.08) 42%, transparent 70%); }
.about-frame { position: absolute; z-index: 2; inset: 16px; border: 1px solid rgba(224,200,150,.22); }
.about-identity > img { position: relative; z-index: 3; width: 148px; filter: drop-shadow(0 22px 28px rgba(0,0,0,.34)); }
.about-orbit { position: absolute; z-index: 2; border: 1px solid rgba(224,200,150,.18); border-radius: 50%; animation: about-orbit 18s linear infinite; }
.about-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; top: 14%; right: 14%; border-radius: 50%; background: var(--antwerp-red); box-shadow: 0 0 0 4px rgba(156,32,41,.12); }
.about-orbit-one { width: 300px; height: 300px; }
.about-orbit-two { width: 410px; height: 410px; animation-direction: reverse; animation-duration: 26s; }
.about-location { position: absolute; z-index: 3; left: 38px; bottom: 34px; display: grid; gap: 5px; }
.about-location span, .about-index { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.about-location strong { color: rgba(255,255,255,.46); font-size: 9px; font-weight: 500; letter-spacing: .14em; }
.about-index { position: absolute; z-index: 3; right: 38px; top: 35px; color: rgba(255,255,255,.35); }
.about-copy h2 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 4.6vw, 62px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.about-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.about-copy .about-lead { margin: 28px 0 0; color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.about-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-principles > div { min-height: 158px; padding: 23px 18px 20px 0; }
.about-principles > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.about-principles span { display: block; margin-bottom: 22px; color: #957544; font-family: var(--serif); font-size: 13px; }
.about-principles strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.about-principles small { display: block; color: var(--muted); font-size: 10px; line-height: 1.55; }
.about-link { width: max-content; display: flex; gap: 70px; align-items: center; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid #8d6b34; color: #76582a; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.process { position: relative; padding: 108px 0 100px; overflow: hidden; background: linear-gradient(135deg, #07131c 0%, var(--navy-950) 62%); }
.process::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 64px 64px; }
.process-glow { position: absolute; width: 700px; height: 700px; left: -330px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(44,102,143,.3), transparent 68%); }
.process > .container { position: relative; }
.process-heading { display: grid; grid-template-columns: 1.12fr .55fr; gap: 80px; align-items: end; }
.process-heading h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.process-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.75; }
.process-steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); margin: 58px 0 0; padding: 0; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.process-steps > li { position: relative; min-height: 315px; display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 30px 26px; border-left: 1px solid var(--white-line); }
.process-steps > li:last-child { border-right: 1px solid var(--white-line); }
.process-steps > li::after { content: ""; position: absolute; inset: auto 0 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--institutional-blue-light), var(--gold)); transition: width .55s ease; }
.process-steps > li:hover::after { width: 100%; }
.process-steps > li > span { color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.process-steps small { color: rgba(255,255,255,.32); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.process-steps h3 { margin: 62px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.process-steps p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.75; }
.process-action { display: flex; justify-content: space-between; align-items: center; gap: 45px; margin-top: 48px; padding: 28px 30px; border: 1px solid rgba(224,200,150,.22); background: rgba(255,255,255,.035); }
.process-action p { max-width: 600px; margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.65; }
.process-action strong { color: #fff; }

.solutions { padding: 112px 0 106px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .6fr; gap: 80px; align-items: end; }
.section-heading h2, .diagnostic h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; margin-top: 60px; }
.story-card { position: relative; min-height: 380px; overflow: hidden; background: var(--navy-900); color: #fff; }
.story-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.story-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: story-drift 14s ease-in-out infinite alternate; }
.story-card:nth-child(2) > img { animation-delay: -4s; }
.story-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,10,.03) 15%, rgba(8,9,10,.78) 100%); }
.story-copy { position: absolute; z-index: 2; inset: auto 38px 36px; max-width: 470px; }
.story-copy span { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.story-copy span::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.story-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 35px); font-weight: 400; line-height: 1.15; }
.story-motion { position: absolute; z-index: 2; width: 250px; right: 28px; top: 24px; overflow: visible; opacity: .55; }
.story-motion path, .story-motion circle { fill: none; stroke: var(--gold-light); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.story-motion path { stroke-dasharray: 420; stroke-dashoffset: 420; animation: line-draw 4.5s ease-in-out infinite; }
.story-motion circle { fill: var(--antwerp-red); stroke: rgba(255,255,255,.7); transform-box: fill-box; transform-origin: center; animation: point-pulse 2.3s ease-in-out infinite; }
.story-motion-rural { opacity: .42; }
.story-motion-rural path:nth-child(2) { animation-delay: .7s; }
.story-motion-rural circle { fill: none; stroke: var(--gold-light); animation: sun-breathe 3.2s ease-in-out infinite; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 60px; }
#agro-card { scroll-margin-top: 94px; }
.service-card { position: relative; min-height: 690px; display: flex; flex-direction: column; padding: 0; border: 1px solid var(--line); background: rgba(255,255,255,.54); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--antwerp-red)); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(199,164,105,.65); box-shadow: var(--shadow); }
.service-card.featured { background: var(--ivory); }
.service-media { position: relative; width: 100%; height: 225px; flex: 0 0 225px; margin: 0; overflow: hidden; background: #15232d; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,14,20,.03),rgba(7,14,20,.46)); }
.service-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 50%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-media img { transform: scale(1.045); }
.service-media-agro img {
  width: 112%;
  height: 106%;
  max-width: none;
  margin: -2% 0 0 -2%;
  object-position: center 38%;
}
.service-number { position: absolute; z-index: 2; top: 21px; right: 24px; min-width: 34px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); background: rgba(7,14,20,.45); color: #fff; font-family: var(--serif); font-size: 12px; backdrop-filter: blur(8px); }
.service-icon { position: relative; z-index: 3; width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; margin: -27px 0 24px 30px; border: 1px solid rgba(140,111,62,.33); background: var(--paper); color: #8a6933; box-shadow: 0 12px 24px rgba(9,10,12,.1); }
.featured .service-icon { background: var(--ivory); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 30px 16px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.1; }
.service-card > p { min-height: 74px; margin: 0 30px; color: var(--muted); font-size: 14px; line-height: 1.68; }
.service-card ul { list-style: none; margin: 25px 30px 28px; padding: 20px 0 0; border-top: 1px solid var(--line); }
.service-card li { margin: 10px 0; color: #4e5356; font-size: 12px; }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--gold); }
.service-card > a { margin: auto 30px 28px; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); color: #7c5f2f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.legal-note { margin: 18px 0 0; color: #777a7c; font-size: 10px; line-height: 1.6; text-align: right; }
.institutional-band { margin-top: 68px; padding: 38px 0 12px; display: grid; grid-template-columns: .6fr 1.8fr .55fr; gap: 45px; align-items: start; border-top: 1px solid var(--line); }
.institutional-band p, .institutional-band span { color: #76838c; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.institutional-band span { text-align: right; }
.institutional-band blockquote { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.42; }

.diagnostic { padding: 110px 0 0; background: var(--navy-950); }
.diagnostic-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 88px; align-items: start; padding-bottom: 112px; }
.diagnostic-intro { position: sticky; top: 116px; }
.diagnostic-intro > p:not(.eyebrow) { max-width: 450px; margin: 25px 0 0; color: rgba(255,255,255,.57); font-size: 15px; line-height: 1.8; }
.privacy-note { max-width: 430px; display: flex; gap: 14px; margin-top: 38px; padding: 20px; border: 1px solid var(--white-line); background: rgba(255,255,255,.025); }
.privacy-note > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 11px; }
.privacy-note p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.55; }
.privacy-note strong { color: rgba(255,255,255,.86); }

.quiz-shell { min-height: 590px; padding: 34px 36px 38px; border: 1px solid rgba(224,200,150,.23); background: linear-gradient(145deg, #101923, #111315 62%); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.quiz-progress { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.progress-track { height: 2px; flex: 1; background: rgba(255,255,255,.1); }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: width .35s ease; }
.quiz-stage { padding-top: 44px; animation: stage-in .35s ease both; }
.question-kicker, .result-label { margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.quiz-stage h3, .quiz-result h3 { max-width: 620px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(28px, 3.1vw, 39px); font-weight: 400; line-height: 1.15; }
.option-grid { display: grid; gap: 11px; }
.quiz-option { width: 100%; display: grid; grid-template-columns: 46px 1fr; gap: 5px 14px; padding: 19px 20px; text-align: left; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.025); color: #fff; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.quiz-option:hover, .quiz-option:focus-visible { outline: none; border-color: rgba(224,200,150,.58); background: rgba(224,200,150,.06); transform: translateX(3px); }
.option-icon { grid-row: span 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(224,200,150,.34); color: var(--gold-light); font-family: var(--serif); font-size: 13px; }
.quiz-option strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.quiz-option small { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.5; }
.compact .quiz-option { grid-template-columns: 1fr; padding-left: 22px; }
.quiz-back, .quiz-restart { margin-top: 20px; padding: 8px 0; border: 0; background: transparent; color: rgba(255,255,255,.5); font-size: 12px; cursor: pointer; }
.quiz-back:hover, .quiz-restart:hover { color: #fff; }
.quiz-result { padding-top: 38px; animation: stage-in .4s ease both; }
.result-badge { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border: 1px solid rgba(224,200,150,.35); color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.quiz-result > p:not(.result-label) { margin: -10px 0 24px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.result-next { margin: 22px 0 26px; padding: 20px 22px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.035); }
.result-next strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.result-next ul { margin: 13px 0 0; padding-left: 17px; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.8; }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); }
.quiz-restart { display: block; }
.result-disclaimer { display: block; max-width: 560px; margin-top: 20px; color: rgba(255,255,255,.32); font-size: 10px; line-height: 1.55; }

.coverage { position: relative; padding: 112px 0; overflow: hidden; background: #edf0ef; }
.coverage::before { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(44,102,143,.14), transparent 67%); }
.coverage-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: center; }
.coverage-copy h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(46px,5vw,66px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.coverage-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.coverage-copy .coverage-lead { margin-top: 26px; color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.coverage-states { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 30px 0 0; padding: 0; list-style: none; background: rgba(23,25,27,.11); border: 1px solid rgba(23,25,27,.11); }
.coverage-states li { min-height: 48px; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 9px 12px; background: rgba(255,255,255,.7); }
.coverage-states strong { color: #8a6933; font-family: var(--serif); font-size: 15px; }
.coverage-states span { color: #454a4d; font-size: 10px; }
.partner-network { margin-top: 22px; padding: 20px; border: 1px solid rgba(23,58,86,.18); background: rgba(255,255,255,.74); }
.partner-network-heading { display: flex; align-items: center; gap: 13px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.partner-network-heading > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(140,111,62,.35); color: #8a6933; font-family: var(--serif); font-size: 17px; }
.partner-network-heading > div { display: grid; gap: 4px; }
.partner-network-heading small { color: #8a6933; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.partner-network-heading strong { color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.partner-network ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 18px; margin: 17px 0 0; padding: 0; list-style: none; }
.partner-network li { display: flex; align-items: center; gap: 9px; color: #454a4d; font-size: 11px; }
.partner-network li > span { min-width: 23px; color: #8a6933; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.partner-network li > strong { font-weight: 500; }
.coverage-map { margin: 0; }
.coverage-map-frame { position: relative; min-height: 610px; display: grid; place-items: center; padding: 48px; overflow: hidden; background: linear-gradient(145deg,#102838,#081017); box-shadow: 0 34px 80px rgba(8,16,23,.22); }
.coverage-map-frame::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(226,200,142,.22); pointer-events: none; }
.coverage-map img { width: min(100%,560px); height: 510px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(0,0,0,.32)); }
.map-kicker { position: absolute; z-index: 2; left: 31px; top: 30px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.map-legend { position: absolute; z-index: 2; right: 31px; bottom: 30px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.map-legend i { width: 12px; height: 12px; background: var(--gold); box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
.coverage-map figcaption { margin-top: 11px; color: #777d80; font-size: 9px; line-height: 1.5; }

.site-footer { border-top: 1px solid var(--white-line); background: #050607; }
.footer-grid { min-height: 168px; display: grid; grid-template-columns: .8fr 1.3fr 1fr; gap: 35px; align-items: center; }
.footer-grid > p { color: rgba(255,255,255,.47); font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.footer-contact { display: grid; gap: 8px; justify-items: end; color: rgba(255,255,255,.56); font-size: 11px; }
.footer-contact a { color: var(--gold-light); }
.footer-bottom { min-height: 55px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.27); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-v2 { color: #fff; }
.footer-signature { background: linear-gradient(115deg,#12334b,#08151e 65%,#050607); border-bottom: 1px solid rgba(226,200,142,.23); }
.footer-signature-inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-logo { display: inline-flex; align-items: center; gap: 18px; }
.footer-logo img { width: 78px; height: 66px; object-fit: contain; filter: drop-shadow(0 9px 18px rgba(0,0,0,.35)); }
.footer-logo > span { display: grid; gap: 5px; }
.footer-logo strong { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: .18em; }
.footer-logo small { color: var(--gold-light); font-size: 10px; letter-spacing: .61em; }
.footer-signature-inner > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 22px; line-height: 1.45; text-align: right; }
.footer-links-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 50px; padding-top: 54px; padding-bottom: 48px; }
.footer-intro p { max-width: 260px; margin: 0 0 23px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.75; }
.instagram-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(226,200,142,.5); color: var(--gold-light); font-size: 11px; }
.instagram-link span { font-size: 15px; }
.footer-links-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links-grid nav strong { margin-bottom: 6px; color: #fff; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.footer-links-grid nav a { color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.35; transition: color .2s; }
.footer-links-grid nav a:hover { color: var(--gold-light); }
.footer-legal { padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.34); font-size: 9px; line-height: 1.7; }
.footer-legal strong { color: rgba(255,255,255,.64); font-weight: 600; }

[hidden] { display: none !important; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
@keyframes stage-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes story-drift { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); } }
@keyframes line-draw { 0% { stroke-dashoffset: 420; opacity: .15; } 45%, 75% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: -420; opacity: .1; } }
@keyframes point-pulse { 0%, 100% { transform: scale(.72); opacity: .5; } 50% { transform: scale(1.25); opacity: 1; } }
@keyframes sun-breathe { 0%, 100% { transform: scale(.82); opacity: .45; } 50% { transform: scale(1.18); opacity: 1; } }
@keyframes about-orbit { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .site-nav { gap: 20px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { padding: 140px 0 86px; }
  .hero-intro { grid-template-columns: 1fr; gap: 24px; }
  .hero-lead { max-width: 650px; }
  .hero-portal { min-height: 400px; }
  .about-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-identity { min-height: 470px; max-width: 650px; }
  .process-heading { grid-template-columns: 1fr; gap: 24px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps > li { min-height: 230px; border-right: 1px solid var(--white-line); }
  .process-steps > li + li { border-top: 1px solid var(--white-line); }
  .process-steps h3 { margin-top: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 670px; }
  .service-card > p { min-height: auto; }
  .institutional-band { grid-template-columns: 1fr; gap: 12px; }
  .institutional-band span { text-align: left; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 48px; }
  .diagnostic-intro { position: static; }
  .coverage-grid { grid-template-columns: 1fr; gap: 50px; }
  .coverage-map { max-width: 680px; }
  .footer-links-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 520px); }
  .site-header, .site-header.scrolled { height: 70px; }
  .brand-copy strong { font-size: 15px; }
  .brand-mark { width: 32px; height: 35px; }
  .brand-mark img { width: 32px; height: 29px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 32px; background: rgba(9,10,12,.98); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav > a:not(.nav-cta) { display: block; font-family: var(--serif); font-size: 30px; }
  .nav-cta { margin-top: 10px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 122px 0 72px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-portals { grid-template-columns: 1fr; margin-top: 38px; }
  .hero-portal { min-height: 390px; }
  .hero-portal-index { top: 27px; left: 27px; }
  .hero-portal-copy { inset: auto 28px 28px; }
  .hero-portal-copy > strong { font-size: 41px; }
  .hero-portal-copy > small { min-height: auto; }
  .hero-portal > svg { width: 190px; right: 13px; top: 17px; }
  .trust-row { display: grid; gap: 12px; }
  .market-snapshot { padding: 26px 18px 20px; }
  .market-snapshot::before { margin-top: -27px; }
  .market-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .market-heading > p { text-align: left; }
  .market-fallback { grid-template-columns: 1fr; }
  .market-fallback > div + div { border-top: 1px solid var(--white-line); border-left: 0; }
  .market-meta { display: grid; gap: 7px; }
  .about, .solutions, .diagnostic { padding-top: 80px; }
  .about { padding-bottom: 80px; }
  .about-grid { gap: 42px; }
  .about-identity { min-height: 390px; }
  .about-identity > img { width: 110px; }
  .about-orbit-one { width: 230px; height: 230px; }
  .about-orbit-two { width: 315px; height: 315px; }
  .about-copy h2 { font-size: 42px; }
  .about-copy .about-lead { font-size: 18px; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles > div { min-height: auto; padding: 20px 0; }
  .about-principles > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-principles span { margin-bottom: 12px; }
  .process { padding: 80px 0; }
  .process-heading h2 { font-size: 42px; }
  .process-steps { margin-top: 38px; }
  .process-steps > li { grid-template-columns: 34px 1fr; padding: 25px 20px; }
  .process-action { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .process-action .button { width: 100%; }
  .coverage { padding: 80px 0; }
  .coverage-copy h2 { font-size: 42px; }
  .coverage-states { grid-template-columns: 1fr; }
  .partner-network ul { grid-template-columns: 1fr; }
  .coverage-map-frame { min-height: 470px; padding: 38px 24px; }
  .coverage-map img { height: 390px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .diagnostic h2 { font-size: 42px; }
  .service-grid { margin-top: 38px; }
  .service-card { min-height: 0; padding: 0; }
  .service-media { height: 205px; flex-basis: 205px; }
  .service-icon { margin-left: 22px; }
  .service-card h3 { margin-left: 22px; margin-right: 22px; }
  .service-card > p { min-height: auto; margin-left: 22px; margin-right: 22px; }
  .service-card ul { margin-left: 22px; margin-right: 22px; }
  .service-card > a { margin-left: 22px; margin-right: 22px; }
  .legal-note { text-align: left; }
  .institutional-band { margin-top: 45px; }
  .institutional-band blockquote { font-size: 20px; }
  .diagnostic-grid { padding-bottom: 78px; }
  .quiz-shell { min-height: 610px; padding: 27px 20px 30px; }
  .quiz-stage { padding-top: 34px; }
  .quiz-stage h3, .quiz-result h3 { font-size: 30px; }
  .quiz-option { grid-template-columns: 40px 1fr; padding: 16px; }
  .footer-grid { padding: 46px 0; grid-template-columns: 1fr; gap: 20px; }
  .footer-contact { justify-items: start; }
  .footer-signature-inner { min-height: 220px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 24px; }
  .footer-signature-inner > p { font-size: 19px; text-align: left; }
  .footer-logo img { width: 65px; height: 56px; }
  .footer-logo strong { font-size: 25px; }
  .footer-links-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-top: 44px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { min-height: 76px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; }
}

@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; }
  .hero-portal > img { transform: none; }
}
