:root {
  --red: #ed1c24;
  --red-bright: #ff3038;
  --red-dark: #ae1017;
  --ink: #070707;
  --coal: #101113;
  --steel: #1a1c1f;
  --paper: #f1f0ed;
  --white: #fff;
  --muted: #a2a5aa;
  --line: rgba(255,255,255,.15);
  --line-dark: rgba(7,7,7,.16);
  --shell: min(1680px, calc(100vw - clamp(48px, 7.5vw, 180px)));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.is-loading, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(100px, 8vw, 160px) 0; }
.section[id] { scroll-margin-top: 90px; }
.section--dark { background: var(--ink); color: var(--white); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 12px 16px; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 7000; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--red); }

.eyebrow { margin: 0 0 24px; color: #fff; font-size: .74rem; line-height: 1.2; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow--dark { color: var(--red); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
h1 { font-size: clamp(4rem, 6.35vw, 8.4rem); }
h2 { font-size: clamp(3rem, 5vw, 6.8rem); }
h3 { font-size: clamp(2rem, 2.7vw, 3.35rem); }
p { line-height: 1.7; }
.section-heading { max-width: 1120px; margin-bottom: clamp(58px, 6vw, 96px); }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { max-width: 760px; margin: 28px auto 0; color: #66696d; font-size: clamp(1rem, 1.2vw, 1.18rem); }
.section--dark .section-heading > p:last-child, .standards .section-heading > p:last-child, .partners .section-heading > p:last-child { color: rgba(255,255,255,.62); }
.section-heading h2 span { color: var(--red); }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 0; padding: 0 28px; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-bright); }
.button--ghost { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.1); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--white { background: var(--white); color: var(--ink); }
.button--small { min-height: 44px; padding: 0 20px; font-size: .67rem; }
.text-link { border: 0; background: transparent; color: #fff; padding: 8px 0; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.text-link:hover { color: var(--red); }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 36px; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.arrow-link span { color: var(--red); font-size: 1.15rem; transition: transform .2s ease; }
.arrow-link:hover span { transform: translate(4px, -4px); }

/* Loader */
.loader { position: fixed; inset: 0; z-index: 6000; display: grid; place-items: center; overflow: hidden; background: #030303; color: #fff; transition: clip-path .95s cubic-bezier(.76,0,.24,1), visibility .95s; clip-path: inset(0 0 0 0); }
.loader__mesh { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, #000 12%, transparent 72%); }
.loader::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 43%, rgba(237,28,36,.18), transparent 28%); }
.loader__inner { position: relative; z-index: 2; width: min(520px, calc(100vw - 40px)); text-align: center; }
.loader__logo { width: clamp(150px, 17vw, 230px); margin: 0 auto; opacity: 0; transform: translateY(20px) scale(.98); animation: loaderLogo .85s .1s cubic-bezier(.16,1,.3,1) forwards; filter: drop-shadow(0 20px 32px rgba(237,28,36,.18)); }
.loader__bar { position: relative; width: min(360px, 68vw); height: 10px; margin: 34px auto 0; overflow: hidden; opacity: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.15) 0 8%, transparent 8% 10%); animation: loaderBarIn .35s .48s ease forwards; }
.loader__bar span { position: absolute; inset: 0 auto 0 0; width: 0; background: repeating-linear-gradient(90deg, var(--red) 0 8%, transparent 8% 10%); animation: blockLoad 1.45s .68s steps(10, end) forwards; filter: drop-shadow(0 0 8px rgba(237,28,36,.55)); }
.loader.is-complete { clip-path: inset(0 0 100% 0); visibility: hidden; }
@keyframes loaderLogo { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loaderBarIn { to { opacity: 1; } }
@keyframes blockLoad { to { width: 100%; } }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease; }
.site-header.is-scrolled { background: rgba(5,5,5,.94); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.1); }
.site-header__inner { min-height: 90px; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 225px; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(24px, 2.5vw, 48px); }
.desktop-nav a { position: relative; padding: 35px 0 32px; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 24px; height: 2px; background: var(--red); transition: left .25s ease, right .25s ease; }
.desktop-nav a:hover::after { left: 0; right: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 2px; background: #fff; margin: 7px auto; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-menu { background: #080808; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-menu nav { width: var(--shell); margin: 0 auto; padding: 34px 0 44px; display: grid; }
.mobile-menu a, .mobile-menu button { padding: 18px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: none; color: #fff; text-align: left; font-family: var(--display); font-size: 1.8rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: max(840px, 100svh); display: flex; align-items: center; overflow: hidden; background: #070707; color: #fff; }
.hero__media { position: absolute; inset: -4%; background-image: url("hero.webp"); background-size: cover; background-position: 55% center; transform: scale(1.04) translate3d(0, var(--hero-y, 0), 0); will-change: transform; }
.hero__shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(0,0,0,.16), rgba(0,0,0,.72) 68%), linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.18) 58%, rgba(0,0,0,.66)); }
.hero__content { position: relative; z-index: 2; display: grid; place-items: center; min-height: max(840px, 100svh); padding: 150px 0 150px; }
.hero__copy { width: min(1200px, 100%); text-align: center; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.4px rgba(255,255,255,.92); }
.hero__lead { max-width: 790px; margin: 34px auto 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.2vw, 1.2rem); }
.hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.hero__bottom { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.hero__bottom-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hero__facts { display: flex; align-items: center; gap: clamp(22px, 4vw, 58px); }
.hero__facts span { color: rgba(255,255,255,.54); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero__facts strong { margin-right: 7px; color: #fff; font-size: .83rem; }
.hero__bottom a { font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero__bottom a span { margin-left: 10px; color: var(--red); }

/* Confidence */
.confidence { background: #fff; }
.confidence__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.confidence__item { min-height: 250px; padding: 54px clamp(24px, 2.6vw, 46px); border-left: 1px solid var(--line-dark); }
.confidence__item:last-child { border-right: 1px solid var(--line-dark); }
.confidence__item > span { display: block; margin-bottom: 42px; color: var(--red); font: 900 .68rem/1 var(--body); letter-spacing: .13em; }
.confidence__item strong { display: block; font-family: var(--display); font-size: clamp(1.32rem, 1.5vw, 1.82rem); line-height: 1.05; text-transform: uppercase; letter-spacing: -.035em; }
.confidence__item p { margin: 15px 0 0; color: #686b70; font-size: .85rem; }

/* About */
.about__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(60px, 8vw, 150px); align-items: start; }
.about__statement .lead { margin: 0; font-size: clamp(1.25rem, 1.75vw, 1.75rem); line-height: 1.55; font-weight: 600; }
.about blockquote { margin: 48px 0 0; padding-left: 25px; border-left: 4px solid var(--red); font-family: var(--display); font-size: clamp(1.7rem, 2.4vw, 2.8rem); line-height: 1.1; letter-spacing: -.045em; text-transform: uppercase; }
.about__body > p { margin: 0; color: #5e6165; font-size: 1.02rem; }
.about__meta { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border: 1px solid var(--line-dark); }
.about__meta div { min-height: 122px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--line-dark); }
.about__meta div:last-child { border-right: 0; }
.about__meta span { color: #777a7e; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about__meta strong { font-size: .9rem; }

/* Services */
.services { overflow: hidden; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: rgba(255,255,255,.18); }
.service-card { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; background: #111; }
.service-card img { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; transform: scale(1.02) translate3d(0, var(--card-y, 0), 0); transition: transform .8s cubic-bezier(.16,1,.3,1), filter .5s ease; filter: saturate(.82) contrast(1.04); }
.service-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.93), rgba(0,0,0,.1) 65%), linear-gradient(90deg, rgba(0,0,0,.35), transparent); }
.service-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(34px, 4vw, 64px); }
.service-card__content > span { display: block; margin-bottom: 20px; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.service-card p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.67); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px 24px; max-height: 0; margin: 26px 0 0; padding: 0; overflow: hidden; opacity: 0; transform: translateY(12px); transition: max-height .5s ease, opacity .4s ease, transform .5s ease; list-style: none; }
.service-card li { color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.service-card li::before { content: "•"; margin-right: 9px; color: var(--red); }
.service-card:hover img { transform: scale(1.07) translate3d(0, var(--card-y, 0), 0); filter: saturate(1) contrast(1.05); }
.service-card:hover ul { max-height: 100px; opacity: 1; transform: translateY(0); }

/* Connected operations */
.network.section { padding: 0; }
.network { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: 850px; padding: 0; background: #fff; }
.network__visual { position: relative; min-width: 0; min-height: 760px; margin: 0; overflow: hidden; background: #111; }
.network__image { position: absolute; inset: 0; overflow: hidden; }
.network__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 32%, rgba(0,0,0,.76) 100%); pointer-events: none; }
.network__image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.035); transition: transform 1.35s cubic-bezier(.16,1,.3,1), filter .8s ease; }
.network__visual.in-view .network__image img { transform: scale(1); }
.network__visual::before { content: ""; position: absolute; z-index: 3; top: clamp(40px, 5vw, 92px); right: 0; width: 5px; height: clamp(120px, 19vw, 290px); background: var(--red); transform: scaleY(0); transform-origin: top; transition: transform 1s .25s cubic-bezier(.16,1,.3,1); }
.network__visual.in-view::before { transform: scaleY(1); }
.network__caption { position: absolute; z-index: 3; right: clamp(28px, 4vw, 72px); bottom: clamp(30px, 4vw, 70px); width: min(420px, calc(100% - 56px)); padding: 24px 0 0 28px; border-left: 1px solid rgba(255,255,255,.5); color: #fff; text-align: left; }
.network__caption span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.66); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.network__caption strong { display: block; max-width: 360px; font-size: clamp(1.25rem, 1.65vw, 2rem); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.network__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 7vw, 130px); }
.network__content h2 { font-size: clamp(3rem, 4.4vw, 5.8rem); }
.network__content > p:not(.eyebrow) { max-width: 680px; margin: 30px 0 0; color: #62656a; }
.network__list { margin-top: 40px; border-top: 1px solid var(--line-dark); }
.network__list div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line-dark); }
.network__list span { color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.network__list strong { font-size: .85rem; }

/* Standards */
.standards { position: relative; overflow: hidden; background: var(--red); color: #fff; }
.standards__glow { position: absolute; width: 980px; height: 980px; left: 50%; top: 48%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.12), transparent 63%); pointer-events: none; }
.standards__heading { position: relative; z-index: 2; }
.standards__stage { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(520px, .95fr) minmax(0, 1.05fr); gap: clamp(70px, 8vw, 150px); align-items: center; }
.compliance-orbit { position: relative; width: min(680px, 100%); aspect-ratio: 1; margin: 0 auto; }
.orbit { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: conic-gradient(from 0deg, transparent 0 72%, rgba(255,255,255,.92) 80%, transparent 89%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0); mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0); animation: orbitSpin 10s linear infinite; }
.orbit--two { inset: 25%; opacity: .75; transform: rotate(38deg); }
.orbit--two::before { animation-duration: 14s; animation-direction: reverse; }
.orbit--three { inset: 38%; opacity: .6; }
.orbit--three::before { animation-duration: 7s; }
.compliance-core { position: absolute; inset: 36%; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.65); background: rgba(0,0,0,.12); backdrop-filter: blur(12px); text-align: center; }
.compliance-core img { width: 74%; max-height: 112px; object-fit: contain; }
.compliance-core span { max-width: 150px; font-size: .55rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.orbit-node { position: absolute; width: 130px; min-height: 92px; display: grid; place-content: center; padding: 14px; border: 1px solid rgba(255,255,255,.55); background: rgba(148,0,8,.26); backdrop-filter: blur(14px); text-align: center; box-shadow: 0 20px 50px rgba(72,0,4,.16); }
.orbit-node strong { font-family: var(--display); font-size: 1.22rem; letter-spacing: -.04em; }
.orbit-node span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: .56rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.orbit-node--one { top: 4%; left: 50%; transform: translateX(-50%); }
.orbit-node--two { top: 50%; right: 1%; transform: translateY(-50%); }
.orbit-node--three { bottom: 4%; left: 50%; transform: translateX(-50%); }
.orbit-node--four { top: 50%; left: 1%; transform: translateY(-50%); }
.standards__credentials { border-top: 1px solid rgba(255,255,255,.35); }
.credential { display: grid; grid-template-columns: 115px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.credential > span { padding-top: 6px; font: 900 .61rem/1.3 monospace; letter-spacing: .08em; text-transform: uppercase; }
.credential strong { display: block; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 2.3rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.credential p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: .82rem; }
.standards__footer { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 92px; border: 1px solid rgba(255,255,255,.35); }
.standards__footer span { min-height: 94px; display: flex; align-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.35); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.standards__footer span:last-child { border-right: 0; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* Values */
.values { background: #fff; }
.aspire { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.aspire__item { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .3s ease, color .3s ease, transform .3s ease; }
.aspire__item b { font-family: var(--display); font-size: clamp(4rem, 5vw, 6.4rem); line-height: 1; letter-spacing: -.06em; color: var(--red); }
.aspire__item span { font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.aspire__item:hover { background: var(--ink); color: #fff; transform: translateY(-8px); }

/* Partners */
.partners { padding: clamp(100px, 8vw, 150px) 0; background: #0a0a0a; color: #fff; }
.partners__heading { max-width: 900px; margin: 0 auto clamp(54px, 6vw, 88px); text-align: center; }
.partners__heading h2 { font-size: clamp(2.8rem, 4.8vw, 6rem); }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-logo { min-height: 210px; display: grid; place-items: center; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.partner-logo img { max-width: min(260px, 82%); max-height: 86px; object-fit: contain; filter: none; opacity: 1; transition: transform .35s ease; }
.partner-logo:hover img { transform: scale(1.045); }

/* Contact */
.contact { background: #0a0a0a; color: #fff; }
.contact__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); }
.contact__copy { padding: clamp(64px, 6vw, 110px) clamp(44px, 6vw, 100px) clamp(64px, 6vw, 110px) 0; }
.contact__copy h2 { font-size: clamp(3.2rem, 4.9vw, 6.4rem); }
.contact__copy > p:not(.eyebrow) { max-width: 630px; margin-top: 30px; color: rgba(255,255,255,.62); }
.contact__details { margin-top: 48px; border-top: 1px solid var(--line); }
.contact__details > * { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact__details span { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact__details strong { font-size: .88rem; overflow-wrap: anywhere; }
.quote-form { padding: clamp(44px, 5vw, 78px); background: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.quote-form label, .portal-modal label { display: block; margin-bottom: 25px; }
.quote-form label > span, .portal-modal label > span { display: block; margin-bottom: 10px; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.58); border-radius: 0; background: transparent; color: #fff; outline: none; padding: 12px 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-bottom-color: #fff; }
.quote-form select option { color: #111; }
.quote-form textarea { resize: vertical; min-height: 110px; }
.quote-form textarea::placeholder { color: rgba(255,255,255,.56); }
.form-note { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: .68rem; }
.form-note.is-success { color: #fff; font-weight: 700; }

/* Footer */
.footer { background: #050505; color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.footer__top { min-height: 235px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer__top img { width: 300px; }
.footer__top p { margin: 0; color: rgba(255,255,255,.54); text-align: right; font-size: .78rem; font-weight: 800; letter-spacing: .08em; line-height: 1.7; text-transform: uppercase; }
.footer__bottom { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.43); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer__bottom p { margin: 0; }
.footer__bottom p:last-child { text-align: right; }
.footer__bottom div { display: flex; gap: 28px; }
.footer__bottom a:hover { color: #fff; }

/* Modal */
.portal-modal { width: min(620px, calc(100vw - 36px)); border: 0; border-radius: 0; padding: clamp(34px, 5vw, 68px); background: #111; color: #fff; box-shadow: 0 25px 100px rgba(0,0,0,.55); }
.portal-modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.portal-modal__close { position: absolute; right: 18px; top: 14px; border: 0; background: none; color: #fff; font-size: 2rem; cursor: pointer; }
.portal-modal h2 { font-size: clamp(2.8rem, 6vw, 5rem); }
.portal-modal > p:not(.eyebrow):not(.portal-modal__note) { color: rgba(255,255,255,.62); }
.portal-modal form { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; margin-top: 30px; }
.portal-modal form label { margin: 0; }
.portal-modal input { width: 100%; min-height: 56px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; background: transparent; color: #fff; padding: 0 16px; outline: 0; }
.portal-modal input:focus { border-color: #fff; }
.portal-modal__note { min-height: 18px; margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: .7rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal--hero { transition-delay: .2s; }
.compliance-orbit.reveal { transform: translateY(34px) scale(.95); }
.compliance-orbit.reveal.in-view { transform: translateY(0) scale(1); }

@media (min-width: 1800px) {
  .hero__content { padding-top: 180px; }
  .service-card { min-height: 690px; }
  .network { min-height: 920px; }
  .network__content { padding-left: clamp(90px, 7vw, 150px); padding-right: clamp(90px, 7vw, 150px); }
}

@media (max-width: 1220px) {
  :root { --shell: min(100% - 56px, 1180px); }
  .site-header__inner { grid-template-columns: 210px 1fr auto; }
  .brand img { width: 205px; }
  .desktop-nav { gap: 22px; }
  .header-actions .text-link { display: none; }
  .standards__stage { grid-template-columns: minmax(430px, .9fr) 1.1fr; gap: 60px; }
  .orbit-node { width: 112px; min-height: 82px; }
  .contact__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .desktop-nav, .header-actions { display: none; }
  .site-header__inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .hero { min-height: 880px; }
  .hero__content { min-height: 880px; padding-top: 140px; padding-bottom: 145px; }
  .hero__facts span:nth-child(2) { display: none; }
  .confidence__grid { grid-template-columns: repeat(2, 1fr); }
  .confidence__item:nth-child(3) { border-left: 1px solid var(--line-dark); }
  .about__grid, .standards__stage, .contact__grid { grid-template-columns: 1fr; }
  .about__statement, .about__body { max-width: 760px; margin-inline: auto; }
  .service-card { min-height: 560px; }
  .network { grid-template-columns: 1fr; }
  .network__visual { min-height: 560px; }
  .network__content { padding: 90px var(--shell-side, 44px); }
  .compliance-orbit { max-width: 630px; }
  .standards__credentials { max-width: 760px; margin-inline: auto; }
  .standards__footer { grid-template-columns: repeat(2, 1fr); }
  .standards__footer span:nth-child(2) { border-right: 0; }
  .aspire { grid-template-columns: repeat(3, 1fr); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .contact__copy { padding-right: 0; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 34px); }
  .section { padding: 88px 0; }
  .site-header__inner { min-height: 70px; }
  .brand img { width: 185px; }
  h1 { font-size: clamp(2.95rem, 12.6vw, 4.8rem); letter-spacing: -.065em; }
  h2 { font-size: clamp(2.65rem, 12vw, 4.6rem); }
  .hero { min-height: 820px; }
  .hero__media { background-position: 64% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.93), rgba(0,0,0,.2) 61%, rgba(0,0,0,.62)); }
  .hero__content { min-height: 820px; padding-top: 122px; padding-bottom: 135px; }
  .hero__lead { margin-top: 26px; font-size: .95rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__facts { gap: 18px; }
  .hero__facts span { font-size: .56rem; }
  .hero__facts span:nth-child(3) { display: none; }
  .hero__bottom a { font-size: .58rem; }
  .confidence__grid { grid-template-columns: 1fr; }
  .confidence__item { min-height: 205px; border-left: 1px solid var(--line-dark); }
  .confidence__item span { margin-bottom: 28px; }
  .about__grid { gap: 52px; }
  .about__meta { grid-template-columns: 1fr; }
  .about__meta div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .about__meta div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 550px; }
  .service-card ul { max-height: 120px; opacity: 1; transform: none; }
  .network__visual { min-height: 440px; }
  .network__content { padding: 76px 18px; }
  .network__list div { grid-template-columns: 92px 1fr; gap: 16px; }
  .compliance-orbit { max-width: 430px; }
  .orbit-node { width: 92px; min-height: 68px; padding: 8px; }
  .orbit-node strong { font-size: .92rem; }
  .orbit-node span { font-size: .48rem; }
  .compliance-core { inset: 34%; }
  .credential { grid-template-columns: 88px 1fr; gap: 18px; }
  .standards__footer { grid-template-columns: 1fr; margin-top: 68px; }
  .standards__footer span { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .standards__footer span:last-child { border-bottom: 0; }
  .aspire { grid-template-columns: repeat(2, 1fr); }
  .aspire__item { min-height: 190px; padding: 24px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-logo { min-height: 160px; }
  .contact__details > * { grid-template-columns: 1fr; gap: 6px; }
  .quote-form { padding: 38px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { min-height: 220px; flex-direction: column; justify-content: center; text-align: center; }
  .footer__top img { width: 245px; }
  .footer__top p { text-align: center; }
  .footer__bottom { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; text-align: center; }
  .footer__bottom div { justify-content: center; flex-wrap: wrap; }
  .footer__bottom p:last-child { text-align: center; }
  .portal-modal form { grid-template-columns: 1fr; }
  .loader__status { flex-direction: column; gap: 9px; }
}

@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; }
  .network__visual::before { transform: scaleY(1); }
  .network__image img { transform: none; }
}
