/* ==========================================================================
   RAMZ Civil & Construction — design system v2
   Palette from the logo: deep red (R), navy (buildings), gold (window / A).
   Type: Archivo (display, labels — extended caps echo the logo lockup), Inter (text).
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
}
/* Archivo's stylised ampersand reads as "Ɛ" at wide stretches; borrow Inter's for "&" only. */
@font-face {
  font-family: 'Archivo';
  src: url('/fonts/inter-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0026;
}

:root {
  --navy-950: #061426;
  --navy-900: #0a1d36;
  --navy-800: #0f2a4c;
  --navy-700: #1a3a62;
  --red-600: #b3121d;
  --red-700: #8e0e17;
  --gold-500: #e8a31a;
  --gold-400: #f0b73f;
  --gold-200: #f7dc9e;
  --stone-50: #f7f5f1;
  --stone-100: #efebe3;
  --stone-200: #e3ddd2;
  --ink: #0d1726;
  --text: #47525f;
  --muted: #6d7784;
  --line: #e2ddd4;
  --white: #fff;

  --font-display: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(4.5rem, 9vw, 8rem);
  --radius: 3px;
  --header-h: 80px;
  --utility-h: 38px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow-sm: 0 1px 2px rgba(6, 20, 38, .06), 0 2px 8px rgba(6, 20, 38, .05);
  --shadow: 0 24px 60px -28px rgba(6, 20, 38, .45);
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.7; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.is-locked { overflow: hidden; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1.1rem; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--font-display); font-weight: 700; line-height: 1.1; }
ul, ol { margin: 0; padding: 0; }
address { font-style: normal; }
button { font: inherit; color: inherit; }
::selection { background: var(--gold-200); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 900px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 500; background: var(--gold-500); color: var(--ink); padding: .7rem 1.1rem; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 1rem; }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* Typography ------------------------------------------------------------- */
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.1rem; font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--red-600); line-height: 1.4; }
.eyebrow::before { content: ''; width: 8px; height: 8px; background: var(--gold-500); flex: none; box-shadow: 11px 0 0 -1px transparent; }
.eyebrow--gold { color: var(--gold-400); }
.eyebrow--light { color: rgba(255, 255, 255, .8); }
.h1 { font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -.025em; margin-bottom: 1.25rem; }
.h2 { font-size: clamp(2rem, 3.6vw, 3.1rem); letter-spacing: -.022em; line-height: 1.06; margin-bottom: 1.25rem; }
.h2--light { color: var(--white); }
.h3 { font-size: clamp(1.45rem, 2vw, 1.85rem); letter-spacing: -.015em; margin: 0 0 1rem; }
.h4 { font-size: 1.25rem; letter-spacing: -.01em; margin: 2.25rem 0 .75rem; }
.lead { font-size: clamp(1.1rem, 1.4vw, 1.25rem); color: var(--ink); line-height: 1.6; }
.statement { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.55rem, 2.7vw, 2.35rem); line-height: 1.25; letter-spacing: -.018em; color: var(--ink); margin-bottom: 2rem; }
.statement em { font-style: normal; color: var(--red-600); background: linear-gradient(transparent 72%, rgba(232, 163, 26, .3) 72%); }
.statement--sm { font-size: clamp(1.3rem, 2vw, 1.7rem); }

/* Buttons & links -------------------------------------------------------- */
.btn { --btn-h: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: var(--btn-h); padding: 0 1.55rem; border: 1.5px solid transparent; border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: .005em; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.btn .icon { transition: transform .3s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn--sm { --btn-h: 44px; padding: 0 1.15rem; font-size: .95rem; }
.btn--lg { --btn-h: 58px; padding: 0 1.8rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--red-600); color: var(--white); }
.btn--primary:hover { background: var(--red-700); box-shadow: 0 10px 24px -12px rgba(179, 18, 29, .8); }
.btn--gold { background: var(--gold-500); color: var(--navy-950); }
.btn--gold:hover { background: var(--gold-400); }
.btn--dark { background: var(--navy-900); color: var(--white); }
.btn--dark:hover { background: var(--navy-700); }
.btn--outline { border-color: var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--white); }
.btn--ghost-light { border-color: rgba(255, 255, 255, .45); color: var(--white); }
.btn--ghost-light:hover { background: var(--white); border-color: var(--white); color: var(--navy-900); }
.btn--wa { background: #1f9d55; color: var(--white); }
.btn--wa:hover { background: #178148; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn-row--center { justify-content: center; }

.link-arrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink); text-decoration: none; background: linear-gradient(var(--red-600), var(--red-600)) no-repeat 0 100% / 0 2px; padding-bottom: 3px; transition: background-size .35s var(--ease), color .2s; }
.link-arrow .icon { color: var(--red-600); transition: transform .3s var(--ease); }
.link-arrow:hover { background-size: 100% 2px; }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow--light { color: var(--white); }
.link-arrow--light .icon { color: var(--gold-400); }

/* Brand ------------------------------------------------------------------ */
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; flex: none; }
.brand__marks { position: relative; width: 58px; aspect-ratio: 447 / 316; }
.brand__mark { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .3s; }
.brand__mark--reversed { opacity: 0; }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-stretch: 125%; font-weight: 800; font-size: 1.7rem; letter-spacing: .02em; color: var(--red-600); transition: color .3s; }
.brand__sub { margin-top: 5px; padding-top: 5px; border-top: 1.5px solid var(--gold-500); font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-900); white-space: nowrap; transition: color .3s; }
.brand__sub b { color: var(--gold-500); font-weight: 700; }

/* Header ----------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); color: var(--ink); transition: background-color .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease); }
.has-overlay-header .site-header { position: fixed; left: 0; right: 0; background: transparent; color: var(--white); }
.has-overlay-header .site-header::before { content: ''; position: absolute; inset: 0 0 -40px; background: linear-gradient(rgba(6, 20, 38, .55), transparent); pointer-events: none; transition: opacity .35s; }
.site-header.is-solid, .has-solid-header .site-header { background: var(--white); color: var(--ink); box-shadow: 0 1px 0 var(--line), 0 12px 30px -24px rgba(6, 20, 38, .5); }
.site-header.is-solid::before { opacity: 0; }
.has-overlay-header .site-header:not(.is-solid) .brand__mark--color { opacity: 0; }
.has-overlay-header .site-header:not(.is-solid) .brand__mark--reversed { opacity: 1; }
.has-overlay-header .site-header:not(.is-solid) .brand__name,
.has-overlay-header .site-header:not(.is-solid) .brand__sub { color: var(--white); }

.utility { position: relative; height: var(--utility-h); overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: .8rem; transition: height .35s var(--ease), border-color .35s; }
.has-solid-header .utility, .site-header.is-solid .utility { border-color: var(--line); }
.site-header.is-compact .utility { height: 0; border-color: transparent; }
.utility__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--utility-h); }
.utility__tag { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-stretch: 112%; font-weight: 500; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; opacity: .78; }
.utility__tag i { width: 4px; height: 4px; background: var(--gold-500); }
.utility__links { display: flex; align-items: center; gap: 1.5rem; }
.utility__links a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; opacity: .85; }
.utility__links a:hover { opacity: 1; }
.utility__links .icon { color: var(--gold-500); width: 1em; }
.utility__reg { font-family: var(--font-display); font-stretch: 112%; letter-spacing: .1em; font-size: .7rem; text-transform: uppercase; opacity: .7; }

.site-header__bar { display: flex; align-items: center; gap: 2rem; height: var(--header-h); }
.primary-nav { margin-left: auto; }
.primary-nav__list { display: flex; align-items: center; gap: .15rem; list-style: none; }
.primary-nav__link { position: relative; display: inline-flex; align-items: center; gap: .3rem; height: var(--header-h); padding: 0 .95rem; background: none; border: 0; font-family: var(--font-display); font-weight: 600; font-size: .98rem; color: inherit; text-decoration: none; cursor: pointer; }
.primary-nav__link::after { content: ''; position: absolute; left: .95rem; right: .95rem; bottom: 22px; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.primary-nav__link:hover::after, .primary-nav__link.is-active::after, .primary-nav__link[aria-expanded="true"]::after { transform: scaleX(1); }
.primary-nav__chev { width: 1em; transition: transform .3s var(--ease); }
[aria-expanded="true"] > .primary-nav__chev { transform: rotate(180deg); }

.site-header__actions { display: flex; align-items: center; gap: 1.25rem; }
.header-phone { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: inherit; }
.header-phone__icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid currentColor; border-radius: 50%; opacity: .9; }
.header-phone__icon .icon { width: 18px; color: var(--gold-500); }
.header-phone__text { display: flex; flex-direction: column; font-family: var(--font-display); font-weight: 700; font-size: .98rem; line-height: 1.15; }
.header-phone__text small { font-weight: 500; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.has-overlay-header .site-header:not(.is-solid) .header-phone__icon { border-color: rgba(255, 255, 255, .35); }
.has-solid-header .header-phone__icon, .site-header.is-solid .header-phone__icon { border-color: var(--line); }
.menu-btn { display: none; place-items: center; width: 46px; height: 46px; background: none; border: 1px solid currentColor; border-radius: var(--radius); color: inherit; cursor: pointer; }
.menu-btn .icon { width: 24px; height: 24px; }

/* Mega menu */
.has-mega { position: static; }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); color: var(--ink); border-top: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(6, 20, 38, .45); visibility: hidden; opacity: 0; transform: translateY(-6px); transition: opacity .25s var(--ease), transform .3s var(--ease), visibility 0s linear .3s; }
.mega.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.mega__inner { display: grid; grid-template-columns: 260px 1fr 300px; gap: 2.5rem; padding-block: 2.5rem; }
.mega__title { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.01em; color: var(--ink); margin-bottom: .75rem; }
.mega__text { font-size: .92rem; color: var(--text); margin-bottom: 1.25rem; }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem 1.5rem; list-style: none; align-content: start; }
.mega-link { display: flex; gap: .9rem; padding: .85rem; border-radius: var(--radius); text-decoration: none; transition: background-color .2s; }
.mega-link:hover, .mega-link.is-active { background: var(--stone-50); }
.mega-link__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: none; background: var(--navy-900); color: var(--gold-500); border-radius: var(--radius); transition: background-color .2s; }
.mega-link:hover .mega-link__icon { background: var(--red-600); color: var(--white); }
.mega-link__title { display: block; font-family: var(--font-display); font-weight: 700; font-size: .98rem; color: var(--ink); line-height: 1.25; }
.mega-link__text { display: block; font-size: .82rem; line-height: 1.45; color: var(--muted); margin-top: .2rem; }
.mega__feature { position: relative; display: block; min-height: 280px; border-radius: var(--radius); overflow: hidden; color: var(--white); text-decoration: none; }
.mega__feature-img, .mega__feature-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mega__feature:hover .mega__feature-img img { transform: scale(1.05); }
.mega__feature::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 20, 38, .1), rgba(6, 20, 38, .9)); }
.mega__feature-body { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; padding: 1.4rem; }
.mega__feature-body .eyebrow { margin: 0; }
.mega__feature-title { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; line-height: 1.15; margin-bottom: .5rem; }

/* Drawer (mobile nav) */
.drawer { position: fixed; inset: 0; z-index: 300; background: rgba(6, 20, 38, .55); visibility: hidden; opacity: 0; transition: opacity .3s, visibility 0s linear .3s; }
.drawer.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); display: flex; flex-direction: column; background: var(--white); color: var(--ink); transform: translateX(100%); transition: transform .4s var(--ease); overflow-y: auto; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--gutter); border-bottom: 1px solid var(--line); }
.drawer__nav { display: flex; flex-direction: column; padding: .75rem var(--gutter); }
.drawer__link { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; text-decoration: none; cursor: pointer; list-style: none; }
.drawer__link::-webkit-details-marker { display: none; }
.drawer__link .icon { color: var(--red-600); transition: transform .3s; }
.drawer__group[open] .drawer__link .icon { transform: rotate(45deg); }
.drawer__group[open] { padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.drawer__group[open] > .drawer__link { border-bottom: 0; }
.drawer__sublink { display: block; padding: .5rem 0 .5rem 1rem; border-left: 2px solid var(--stone-200); font-weight: 500; color: var(--text); text-decoration: none; }
.drawer__sublink:hover { color: var(--red-600); border-color: var(--red-600); }
.drawer__foot { margin-top: auto; padding: 1.5rem var(--gutter) 2rem; background: var(--stone-50); display: grid; gap: 1rem; }
.drawer__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.drawer__contacts a { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; border: 1px solid var(--line); background: var(--white); font-family: var(--font-display); font-weight: 600; text-decoration: none; border-radius: var(--radius); }
.drawer__contacts .icon { color: var(--red-600); }

/* Hero ------------------------------------------------------------------- */
.hero { position: relative; display: flex; flex-direction: column; min-height: max(640px, min(100svh, 1000px)); background: var(--navy-950); color: var(--white); overflow: hidden; isolation: isolate; }
.hero__slides, .hero__slide, .hero__shade { position: absolute; inset: 0; }
.hero__slides { z-index: -2; }
.hero__slide { opacity: 0; transition: opacity 1.4s var(--ease); }
.hero__slide.is-active { opacity: 1; }
.hero__slide picture, .hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__slide.is-active img { animation: kenburns 9s ease-out both; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(6, 20, 38, .94) 0%, rgba(6, 20, 38, .78) 38%, rgba(6, 20, 38, .3) 75%, rgba(6, 20, 38, .15) 100%), linear-gradient(0deg, rgba(6, 20, 38, .85) 0%, transparent 35%); }
.hero__inner { flex: 1; display: flex; align-items: center; padding-top: calc(var(--header-h) + var(--utility-h) + 3rem); padding-bottom: 8rem; }
.hero__copy { max-width: 1000px; }
.hero__eyebrow { margin-bottom: 1.75rem; }
.hero__title { max-width: 15.5em; font-size: clamp(2.5rem, 4.9vw, 4.5rem); line-height: 1.03; letter-spacing: -.03em; color: var(--white); margin-bottom: 1.75rem; }
.hero__title span { display: block; color: var(--gold-400); }
.hero__lead { max-width: 640px; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.65; color: rgba(255, 255, 255, .82); margin-bottom: 2.5rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__footer { position: absolute; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.hero__footer-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 2rem; }
.hero__dots { display: grid; grid-template-columns: repeat(3, minmax(0, 220px)); }
.hero__dot { position: relative; display: flex; align-items: baseline; gap: .7rem; padding: 1.5rem 1.5rem 1.6rem 0; background: none; border: 0; color: rgba(255, 255, 255, .55); text-align: left; cursor: pointer; transition: color .3s; }
.hero__dot:hover, .hero__dot.is-active { color: var(--white); }
.hero__dot-num { font-family: var(--font-display); font-stretch: 125%; font-weight: 700; font-size: .75rem; color: var(--gold-400); }
.hero__dot-label { font-family: var(--font-display); font-weight: 600; font-size: .95rem; }
.hero__dot-bar { position: absolute; left: 0; right: 1.5rem; top: -1px; height: 2px; }
.hero__dot-bar i { display: block; height: 100%; width: 0; background: var(--gold-500); }
.hero__dot.is-active .hero__dot-bar i { animation: heroProgress 7s linear forwards; }
.hero:hover .hero__dot.is-active .hero__dot-bar i { animation-play-state: paused; }
@keyframes heroProgress { to { width: 100%; } }
.hero__scroll { display: flex; align-items: center; gap: .8rem; font-family: var(--font-display); font-stretch: 125%; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .7); text-decoration: none; }
.hero__scroll i { position: relative; width: 1px; height: 38px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.hero__scroll i::after { content: ''; position: absolute; left: 0; top: -40%; width: 100%; height: 40%; background: var(--gold-500); animation: scrollCue 2.2s var(--ease) infinite; }
@keyframes scrollCue { to { top: 100%; } }

/* Page hero --------------------------------------------------------------- */
.page-hero { position: relative; display: flex; align-items: flex-end; min-height: clamp(480px, 64vh, 660px); background: var(--navy-950); color: var(--white); overflow: hidden; isolation: isolate; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media picture, .page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media img { animation: kenburns 12s ease-out both; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6, 20, 38, .92) 0%, rgba(6, 20, 38, .7) 50%, rgba(6, 20, 38, .3) 100%), linear-gradient(0deg, rgba(6, 20, 38, .7), transparent 45%); }
.page-hero__inner { width: 100%; padding-top: calc(var(--header-h) + var(--utility-h) + 3rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.page-hero__title { max-width: 920px; font-size: clamp(2.5rem, 5.2vw, 4.5rem); line-height: 1.02; letter-spacing: -.03em; color: var(--white); margin-bottom: 1.25rem; }
.page-hero__lead { max-width: 680px; font-size: clamp(1.05rem, 1.35vw, 1.2rem); color: rgba(255, 255, 255, .8); margin: 0; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin-bottom: 2rem; font-size: .85rem; }
.crumbs li { display: flex; align-items: center; gap: .4rem; color: rgba(255, 255, 255, .6); }
.crumbs li + li::before { content: '/'; opacity: .5; }
.crumbs a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.crumbs a:hover { color: var(--gold-400); }
.crumbs span[aria-current] { color: var(--white); }
.crumbs--dark li, .crumbs--dark a { color: var(--muted); }
.crumbs--dark span[aria-current] { color: var(--ink); }

/* Sections --------------------------------------------------------------- */
.section { position: relative; padding-block: var(--section); }
.section--tight { padding-block: clamp(3rem, 6vw, 4.5rem); }
.section--stone { background: var(--stone-50); }
.section--navy { background: var(--navy-900); color: rgba(255, 255, 255, .78); }
.blueprint { isolation: isolate; }
.blueprint::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px); background-size: 96px 96px, 96px 96px, 24px 24px, 24px 24px; mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 80%); }
.blueprint-light::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(var(--stone-100) 1px, transparent 1px), linear-gradient(90deg, var(--stone-100) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at 50% 40%, #000 10%, transparent 70%); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: end; gap: 1.5rem 4rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head > :last-child:not(:first-child) { justify-self: end; }
.section-head .h2 { margin-bottom: 0; max-width: 760px; }
.section-head__text { max-width: 460px; margin: 0; }
.section-head--light .section-head__text { color: rgba(255, 255, 255, .72); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split--top { align-items: start; }
.split__media picture, .split__media img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: var(--radius); }

/* Ticks & chips */
.ticks { display: grid; gap: .7rem; list-style: none; margin: 0 0 2rem; }
.ticks li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-weight: 500; line-height: 1.5; }
.ticks .icon { width: 20px; height: 20px; padding: 3px; margin-top: 1px; color: var(--white); background: var(--red-600); border-radius: 50%; stroke-width: 3; }
.ticks--cols { grid-template-columns: 1fr 1fr; column-gap: 2rem; }
.chips-list { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin-bottom: 2rem; }
.chips-list li { padding: .5rem .95rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; font-weight: 500; color: var(--ink); }

/* Stats ------------------------------------------------------------------ */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: flex; align-items: center; gap: 1.1rem; padding: 2.2rem 1.5rem; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat__value { flex: none; white-space: nowrap; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 4.4vw, 3.9rem); letter-spacing: -.04em; line-height: 1; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.stat__value::after { content: ''; display: inline-block; width: 8px; height: 8px; margin-left: 4px; vertical-align: top; background: var(--gold-500); }
.stat__label { max-width: 160px; font-family: var(--font-display); font-weight: 600; font-size: .9rem; line-height: 1.3; color: var(--text); }

/* Intro ------------------------------------------------------------------ */
.intro__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.intro__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 1.5rem; }
.intro__media { position: relative; min-height: 560px; }
.intro__img { position: absolute; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro__img picture, .intro__img img { width: 100%; height: 100%; object-fit: cover; }
.intro__img--a { top: 0; right: 0; width: 78%; height: 72%; }
.intro__img--b { left: 0; bottom: 0; width: 52%; height: 48%; border: 8px solid var(--white); }
.intro__badge { position: absolute; right: 6%; bottom: 8%; padding: 1.1rem 1.3rem; background: var(--navy-900); color: var(--white); border-left: 4px solid var(--gold-500); box-shadow: var(--shadow); }
.intro__badge-k { display: block; font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-400); }
.intro__badge-v { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: .02em; }

/* Capability explorer ---------------------------------------------------- */
.explorer { display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.explorer__tabs { display: flex; flex-direction: column; border-top: 1px solid var(--stone-200); }
.explorer__tab { position: relative; display: grid; grid-template-columns: 2.5rem 1fr auto; align-items: center; gap: .5rem; width: 100%; padding: 1.3rem 1rem 1.3rem 1.25rem; background: none; border: 0; border-bottom: 1px solid var(--stone-200); text-align: left; cursor: pointer; transition: background-color .25s; }
.explorer__tab::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red-600); transform: scaleY(0); transition: transform .35s var(--ease); }
.explorer__tab:hover { background: rgba(255, 255, 255, .6); }
.explorer__tab.is-active { background: var(--white); box-shadow: var(--shadow-sm); }
.explorer__tab.is-active::before { transform: scaleY(1); }
.explorer__tab-num { font-family: var(--font-display); font-stretch: 125%; font-weight: 700; font-size: .75rem; color: var(--gold-500); }
.explorer__tab-title { font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; line-height: 1.3; color: var(--muted); transition: color .2s; }
.explorer__tab.is-active .explorer__tab-title, .explorer__tab:hover .explorer__tab-title { color: var(--ink); }
.explorer__tab-arrow { color: var(--red-600); opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s var(--ease); }
.explorer__tab.is-active .explorer__tab-arrow { opacity: 1; transform: none; }
.explorer__panel { display: none; grid-template-columns: 1.05fr 1fr; background: var(--white); box-shadow: var(--shadow-sm); border-radius: var(--radius); overflow: hidden; }
.explorer__panel.is-active { display: grid; animation: panelIn .6s var(--ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.explorer__media { position: relative; min-height: 100%; }
.explorer__media picture, .explorer__media img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.explorer__icon { position: absolute; left: 1.25rem; top: 1.25rem; display: grid; place-items: center; width: 56px; height: 56px; background: var(--red-600); color: var(--white); border-radius: var(--radius); }
.explorer__icon .icon { width: 28px; height: 28px; }
.explorer__body { padding: clamp(1.75rem, 3vw, 2.75rem); }
.explorer__kicker { font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .72rem; letter-spacing: .15em; color: var(--muted); }
.explorer__kicker span { color: var(--red-600); }
.explorer__body .ticks { margin-bottom: 1.75rem; }

/* Integrated programme --------------------------------------------------- */
.programme { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
.programme__chart { padding: clamp(1.25rem, 2.5vw, 2rem); background: rgba(6, 20, 38, .55); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); backdrop-filter: blur(4px); }
.programme__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin-bottom: 1.25rem; font-family: var(--font-display); font-stretch: 112%; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.programme__caption { color: var(--gold-400); font-weight: 600; }
.programme__legend { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255, 255, 255, .6); }
.programme__row { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 1rem; min-height: 46px; border-top: 1px solid rgba(255, 255, 255, .07); }
.programme__row--head { min-height: 30px; border-top: 0; }
.programme__label { font-family: var(--font-display); font-weight: 500; font-size: .88rem; color: rgba(255, 255, 255, .85); line-height: 1.25; }
.programme__row--head .programme__label, .programme__track--weeks span { font-stretch: 112%; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.programme__track { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; height: 100%; min-height: inherit; background-image: linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: calc(100% / 12) 100%; }
.programme__track--weeks span { text-align: center; font-family: var(--font-display); }
.programme__bar { height: 14px; margin-inline: 2px; border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease); transition-delay: calc(var(--d, 0) * 110ms + 200ms); }
.programme__chart.is-visible .programme__bar { transform: scaleX(1); }
.programme__bar--plan { background: rgba(255, 255, 255, .45); }
.programme__bar--access { background: var(--gold-500); }
.programme__bar--form { background: #7fa7d6; }
.programme__bar--build { background: var(--red-600); }
.programme__pour { justify-self: center; width: 14px; height: 14px; background: var(--gold-200); transform: rotate(45deg) scale(0); box-shadow: 0 0 0 4px rgba(247, 220, 158, .18); transition: transform .5s var(--ease); transition-delay: calc(var(--d, 0) * 110ms + 500ms); }
.programme__chart.is-visible .programme__pour, .programme__pour--key { transform: rotate(45deg) scale(1); }
.programme__pour--key { display: inline-block; width: 10px; height: 10px; box-shadow: none; }
.programme__note { margin: 1.25rem 0 0; font-size: .8rem; color: rgba(255, 255, 255, .5); }
.programme__side { display: flex; flex-direction: column; gap: 1.5rem; }
.programme__benefit { margin: 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--gold-500); background: rgba(255, 255, 255, .04); font-size: .95rem; color: rgba(255, 255, 255, .75); }
.programme__benefit strong { color: var(--white); }
.matrix { border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); overflow: hidden; }
.matrix__row { display: grid; grid-template-columns: 1fr 1.1fr; border-top: 1px solid rgba(255, 255, 255, .08); transition: background-color .2s; }
.matrix__row:not(.matrix__row--head):hover { background: rgba(255, 255, 255, .05); }
.matrix__row span { padding: .95rem 1.2rem; font-size: .95rem; }
.matrix__row span:first-child { color: rgba(255, 255, 255, .65); }
.matrix__row a { display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: var(--white); font-weight: 600; text-decoration: none; }
.matrix__row a .icon { width: 16px; color: var(--gold-400); transition: transform .3s var(--ease); }
.matrix__row a:hover .icon { transform: translate(2px, -2px); }
.matrix__row--head { border-top: 0; background: var(--red-600); }
.matrix__row--head span, .matrix__row--head span:first-child { font-family: var(--font-display); font-stretch: 112%; font-weight: 600; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--white); }

/* Spotlight -------------------------------------------------------------- */
.spotlight__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.spotlight__media { position: relative; margin-bottom: 3rem; }
.spotlight__media > picture img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); }
.spotlight__inset { position: absolute; right: -2rem; bottom: -3rem; width: 42%; border: 8px solid var(--white); box-shadow: var(--shadow); }
.spotlight__inset img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.spec { margin: 0 0 2rem; border-top: 1px solid var(--line); }
.spec > div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.spec dt { font-family: var(--font-display); font-stretch: 112%; font-weight: 600; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red-600); padding-top: .2rem; }
.spec dd { margin: 0; font-weight: 500; color: var(--ink); }

/* Timeline (home) -------------------------------------------------------- */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem 2rem; list-style: none; }
.timeline__step { position: relative; padding-top: 2.6rem; }
.timeline__step::before, .timeline__step::after { content: ''; position: absolute; left: 0; right: -2rem; top: 21px; height: 2px; background: var(--stone-200); }
.timeline__step::after { background: var(--navy-900); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease); transition-delay: calc(var(--d, 0) * 120ms + 300ms); }
.timeline__step:nth-child(4n)::before, .timeline__step:nth-child(4n)::after { right: 0; }
.timeline__step.is-visible::after { transform: scaleX(1); }
.timeline__node { position: absolute; top: 0; left: 0; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; background: var(--white); border: 2px solid var(--navy-900); border-radius: 50%; font-family: var(--font-display); font-stretch: 112%; font-weight: 700; font-size: .78rem; color: var(--navy-900); transition: background-color .3s, color .3s; }
.timeline__step:hover .timeline__node { background: var(--red-600); border-color: var(--red-600); color: var(--white); }
.timeline__title { font-size: 1.2rem; margin: 1.1rem 0 .5rem; }
.timeline__step p { margin: 0; font-size: .95rem; }

/* Sectors carousel ------------------------------------------------------- */
.carousel-nav { display: flex; gap: .6rem; }
.carousel-btn { display: grid; place-items: center; width: 54px; height: 54px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; color: var(--ink); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, opacity .2s; }
.carousel-btn:hover:not(:disabled) { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.carousel-btn:disabled { opacity: .35; cursor: default; }
.carousel { display: grid; grid-auto-flow: column; grid-auto-columns: min(430px, 82vw); gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); scroll-padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); padding-bottom: .5rem; }
.carousel::-webkit-scrollbar { display: none; }
.sector-card { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius); color: var(--white); text-decoration: none; scroll-snap-align: start; isolation: isolate; }
.sector-card__img, .sector-card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); }
.sector-card:hover .sector-card__img img { transform: scale(1.06); }
.sector-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 20, 38, 0) 35%, rgba(6, 20, 38, .92) 100%); transition: background-color .4s; }
.sector-card:hover::after { background-color: rgba(6, 20, 38, .25); }
.sector-card__body { position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 1.75rem; }
.sector-card__icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 1.1rem; background: var(--gold-500); color: var(--navy-950); border-radius: var(--radius); }
.sector-card__icon--dark { background: var(--navy-900); color: var(--gold-500); }
.sector-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.65rem; letter-spacing: -.015em; line-height: 1.1; }
.sector-card__text { margin-top: .5rem; font-size: .95rem; line-height: 1.5; color: rgba(255, 255, 255, .8); }
.sector-card__more { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--gold-400); }
.sector-card__more .icon { transition: transform .3s var(--ease); }
.sector-card:hover .sector-card__more .icon { transform: translateX(4px); }

/* HSEQ home -------------------------------------------------------------- */
.hseq-home__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hseq-home__media { position: relative; }
.hseq-home__media picture img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.hseq-home__badge { position: absolute; left: -1px; bottom: 2rem; display: flex; align-items: center; gap: .75rem; padding: 1rem 1.4rem; background: var(--red-600); color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: .95rem; }
.hseq-home__badge .icon { width: 26px; height: 26px; color: var(--gold-200); }
.pillars { display: grid; gap: 0; margin: 2rem 0 2.25rem; border-top: 1px solid var(--stone-200); }
.pillar { display: flex; gap: 1.25rem; padding: 1.4rem 0; border-bottom: 1px solid var(--stone-200); }
.pillar__icon { display: grid; place-items: center; width: 52px; height: 52px; flex: none; background: var(--navy-900); color: var(--gold-500); border-radius: var(--radius); }
.pillar__icon .icon { width: 26px; height: 26px; }
.pillar h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.pillar p { margin: 0; font-size: .95rem; }

/* Why ------------------------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card { position: relative; padding: clamp(1.75rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background-color .3s; }
.why-card::before { content: ''; position: absolute; left: -1px; right: -1px; top: -1px; height: 3px; background: var(--red-600); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.why-card:hover { background: var(--stone-50); }
.why-card:hover::before { transform: scaleX(1); }
.why-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.5rem; border: 1px solid var(--line); border-radius: 50%; color: var(--red-600); transition: background-color .3s, color .3s, border-color .3s; }
.why-card:hover .why-card__icon { background: var(--red-600); border-color: var(--red-600); color: var(--white); }
.why-card__title { font-size: 1.25rem; margin-bottom: .6rem; }
.why-card p { margin: 0; font-size: .95rem; }

/* FAQ ------------------------------------------------------------------- */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.faq__intro { position: sticky; top: calc(var(--header-h) + 2rem); }
.faq__list { border-top: 1px solid var(--stone-200); }
.faq__item { border-bottom: 1px solid var(--stone-200); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink); cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--red-600); }
.faq__toggle { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border: 1px solid var(--stone-200); border-radius: 50%; color: var(--red-600); transition: transform .35s var(--ease), background-color .3s, color .3s; }
.faq__item[open] .faq__toggle { transform: rotate(45deg); background: var(--red-600); border-color: var(--red-600); color: var(--white); }
.faq__answer { padding: 0 3.5rem 1.5rem 0; }
.faq__answer p { margin: 0; }

/* CTA band -------------------------------------------------------------- */
.cta-band { position: relative; color: var(--white); overflow: hidden; isolation: isolate; }
.cta-band__media { position: absolute; inset: 0; z-index: -2; }
.cta-band__media picture, .cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 29, 54, .96) 0%, rgba(10, 29, 54, .85) 55%, rgba(142, 14, 23, .75) 100%); }
.cta-band__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.cta-band__copy p:last-child { color: rgba(255, 255, 255, .8); font-size: 1.1rem; margin: 0; max-width: 560px; }
.cta-band__card { display: grid; gap: .75rem; }
.cta-tile { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.1rem; padding: 1.15rem 1.35rem; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); color: var(--white); text-decoration: none; backdrop-filter: blur(8px); transition: background-color .25s, border-color .25s; }
.cta-tile:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .3); }
.cta-tile strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.cta-tile small { display: block; font-size: .85rem; color: rgba(255, 255, 255, .65); }
.cta-tile__icon { display: grid; place-items: center; width: 48px; height: 48px; background: var(--gold-500); color: var(--navy-950); border-radius: var(--radius); }
.cta-tile__icon--wa { background: #1f9d55; color: var(--white); }
.cta-tile__arrow { color: var(--gold-400); transition: transform .3s var(--ease); }
.cta-tile:hover .cta-tile__arrow { transform: translateX(4px); }

/* About ------------------------------------------------------------------ */
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.vm__card { padding: clamp(2rem, 4vw, 3.25rem); background: rgba(6, 20, 38, .5); border: 1px solid rgba(255, 255, 255, .12); border-top: 3px solid var(--gold-500); border-radius: var(--radius); }
.vm__text { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.3rem, 2.1vw, 1.75rem); line-height: 1.35; letter-spacing: -.01em; color: var(--white); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value { display: flex; flex-direction: column; padding: 1.9rem 1.7rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .3s, box-shadow .3s, transform .3s var(--ease); }
.value:hover { border-color: var(--gold-500); box-shadow: var(--shadow); transform: translateY(-4px); }
.value__num { font-family: var(--font-display); font-stretch: 125%; font-weight: 700; font-size: .75rem; color: var(--red-600); margin-bottom: 2.5rem; }
.value__title { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--ink); margin-bottom: .5rem; }
.value p { margin: 0; font-size: .93rem; }
.value--cta { background: var(--red-600); border-color: var(--red-600); color: rgba(255, 255, 255, .85); text-decoration: none; }
.value--cta .value__num, .value--cta .value__title { color: var(--white); }
.value--cta:hover { background: var(--red-700); border-color: var(--red-700); }
.datasheet { background: var(--navy-900); color: rgba(255, 255, 255, .85); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.datasheet__head { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 1.75rem; background: var(--navy-950); border-bottom: 3px solid var(--gold-500); }
.datasheet__title { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--white); line-height: 1.2; }
.datasheet__sub { margin: 0; font-family: var(--font-display); font-stretch: 125%; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-400); }
.datasheet dl { margin: 0; padding: .5rem 1.75rem 1.25rem; }
.datasheet dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.datasheet dl > div:last-child { border-bottom: 0; }
.datasheet dt { font-family: var(--font-display); font-stretch: 112%; font-weight: 600; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-400); padding-top: .15rem; }
.datasheet dd { margin: 0; font-size: .95rem; overflow-wrap: anywhere; }
.datasheet a { color: var(--white); }
.notice { display: flex; gap: 1.25rem; padding: 1.6rem 1.8rem; background: var(--stone-50); border: 1px solid var(--line); border-left: 4px solid var(--navy-900); border-radius: var(--radius); margin-top: 2.5rem; }
.notice > .icon { width: 28px; height: 28px; color: var(--navy-900); }
.notice__title { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); margin-bottom: .4rem; }
.notice p:last-child { margin: 0; font-size: .95rem; }

/* Service cards ---------------------------------------------------------- */
.service-cards { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }
.service-cards .service-card { grid-column: span 3; aspect-ratio: 3 / 4.3; }
.service-cards .service-card--wide { grid-column: span 6; aspect-ratio: 16 / 10; }
.service-cards .service-card:not(.service-card--wide) .service-card__title { font-size: 1.35rem; }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); color: var(--white); text-decoration: none; isolation: isolate; }
.service-card__img, .service-card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); }
.service-card:hover .service-card__img img { transform: scale(1.06); }
.service-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 20, 38, .15) 0%, rgba(6, 20, 38, .2) 40%, rgba(6, 20, 38, .92) 100%); transition: background-color .4s; }
.service-card:hover::after { background-color: rgba(142, 14, 23, .3); }
.service-card__body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem, 2.5vw, 2.2rem); }
.service-card__top { position: absolute; left: clamp(1.5rem, 2.5vw, 2.2rem); right: clamp(1.5rem, 2.5vw, 2.2rem); top: clamp(1.5rem, 2.5vw, 2.2rem); display: flex; justify-content: space-between; align-items: center; }
.service-card__num { font-family: var(--font-display); font-stretch: 125%; font-weight: 700; font-size: .8rem; color: var(--gold-400); }
.service-card__icon { display: grid; place-items: center; width: 52px; height: 52px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius); backdrop-filter: blur(6px); transition: background-color .3s; }
.service-card:hover .service-card__icon { background: var(--red-600); border-color: var(--red-600); }
.service-card__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2vw, 1.8rem); line-height: 1.1; letter-spacing: -.015em; }
.service-card__text { margin-top: .6rem; max-width: 460px; font-size: .95rem; line-height: 1.5; color: rgba(255, 255, 255, .8); }
.service-card__more { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.1rem; font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--gold-400); }
.service-card__more .icon { transition: transform .3s var(--ease); }
.service-card:hover .service-card__more .icon { transform: translateX(4px); }
.checklist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; }
.checklist-grid li { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 500; color: var(--ink); line-height: 1.4; }
.checklist-grid span { font-family: var(--font-display); font-stretch: 125%; font-weight: 700; font-size: .75rem; color: var(--red-600); }

/* Service detail --------------------------------------------------------- */
.subnav { position: sticky; top: var(--header-h); z-index: 60; background: var(--white); border-bottom: 1px solid var(--line); }
.subnav__inner { display: flex; gap: .25rem; overflow-x: auto; scrollbar-width: none; }
.subnav__inner::-webkit-scrollbar { display: none; }
.subnav__link { position: relative; display: inline-flex; align-items: center; gap: .55rem; padding: 1.15rem 1.1rem; font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--muted); text-decoration: none; white-space: nowrap; transition: color .2s; }
.subnav__link .icon { width: 20px; color: var(--muted); transition: color .2s; }
.subnav__link::after { content: ''; position: absolute; left: 1.1rem; right: 1.1rem; bottom: -1px; height: 3px; background: var(--red-600); transform: scaleX(0); transition: transform .3s var(--ease); }
.subnav__link:hover, .subnav__link.is-active { color: var(--ink); }
.subnav__link.is-active .icon, .subnav__link:hover .icon { color: var(--red-600); }
.subnav__link.is-active::after { transform: scaleX(1); }
.detail { display: grid; grid-template-columns: 1fr 380px; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.detail__figure { margin: 2.5rem 0; }
.detail__figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.detail__main .h3 { margin-top: 3rem; }
.detail__aside { position: sticky; top: calc(var(--header-h) + 90px); }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; list-style: none; }
.scope-grid li { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem 1.35rem; background: var(--stone-50); border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--ink); line-height: 1.35; transition: border-color .25s, background-color .25s; }
.scope-grid li:hover { background: var(--white); border-color: var(--gold-500); }
.scope-grid__num { font-stretch: 125%; font-size: .72rem; color: var(--red-600); padding-top: .2rem; }
.quote-card { padding: 2rem; background: var(--navy-900); color: rgba(255, 255, 255, .8); border-top: 4px solid var(--gold-500); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; line-height: 1.15; color: var(--white); margin-bottom: 1rem; }
.quote-card__list { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1rem; list-style: none; margin-bottom: 1.75rem; font-size: .88rem; }
.quote-card__list li { position: relative; padding-left: 1rem; }
.quote-card__list li::before { content: ''; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; background: var(--gold-500); }
.quote-card__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: .75rem; }
.quote-card__contacts a { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 46px; border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--white); text-decoration: none; transition: background-color .2s; }
.quote-card__contacts a:hover { background: rgba(255, 255, 255, .08); }
.quote-card__contacts .icon { width: 18px; color: var(--gold-400); }

/* How we work ------------------------------------------------------------ */
.process-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.process-page__intro { position: sticky; top: calc(var(--header-h) + 2rem); }
.vtimeline { list-style: none; position: relative; }
.vtimeline::before { content: ''; position: absolute; left: 27px; top: 0; bottom: 0; width: 2px; background: var(--stone-200); }
.vtimeline__step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 1.75rem; padding-bottom: 2.25rem; }
.vtimeline__step:last-child { padding-bottom: 0; }
.vtimeline__node { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; background: var(--white); border: 2px solid var(--navy-900); border-radius: 50%; font-family: var(--font-display); font-stretch: 112%; font-weight: 700; font-size: .85rem; color: var(--navy-900); transition: background-color .3s, color .3s, border-color .3s; }
.vtimeline__step:hover .vtimeline__node { background: var(--red-600); border-color: var(--red-600); color: var(--white); }
.vtimeline__body { padding: 1rem 1.5rem 1.25rem; background: var(--stone-50); border: 1px solid var(--line); border-radius: var(--radius); }
.vtimeline__title { font-size: 1.25rem; margin-bottom: .35rem; }
.vtimeline__body p { margin: 0; }
.hseq-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.hseq-card { padding: clamp(1.75rem, 3vw, 2.5rem); background: var(--stone-50); border: 1px solid var(--line); border-top: 3px solid var(--red-600); border-radius: var(--radius); }
.hseq-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.5rem; background: var(--navy-900); color: var(--gold-500); border-radius: var(--radius); }
.hseq-card__icon .icon { width: 28px; height: 28px; }
.hseq-card__title { font-size: 1.35rem; margin-bottom: .75rem; }
.hseq-card .ticks { margin: 1.5rem 0 0; }
.hseq-card .ticks li { font-size: .95rem; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; list-style: none; }
.resource-grid li { display: flex; align-items: center; gap: 1rem; padding: 1.3rem 1.4rem; background: rgba(6, 20, 38, .5); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; color: var(--white); line-height: 1.3; }
.resource-grid .icon { width: 28px; height: 28px; color: var(--gold-400); }

/* Sectors page ----------------------------------------------------------- */
.sector-rows { display: grid; gap: clamp(3.5rem, 7vw, 6rem); }
.sector-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.sector-row--flip .sector-row__media { order: 2; }
.sector-row__media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); }
.sector-row__body { position: relative; }
.sector-row__num { position: absolute; right: 0; top: -1rem; font-family: var(--font-display); font-weight: 800; font-size: clamp(4rem, 8vw, 7rem); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--stone-200); }
.client-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; list-style: none; margin-top: 1.5rem; }
.client-list li { display: flex; align-items: center; gap: .75rem; padding: .95rem 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 500; color: var(--ink); }
.client-list .icon { color: var(--red-600); }

/* Contact ---------------------------------------------------------------- */
.contact-strip { position: relative; z-index: 2; margin-top: -3.25rem; }
.page-hero:has(+ .contact-strip) .page-hero__inner { padding-bottom: calc(clamp(3rem, 6vw, 5rem) + 3.25rem); }
.contact-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.contact-strip__grid > .contact-tile { border-left: 1px solid var(--line); }
.contact-strip__grid > .contact-tile:first-child { border-left: 0; }
.contact-tile { display: flex; align-items: center; gap: 1rem; min-width: 0; padding: 1.5rem 1.4rem; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: var(--shadow); transition: background-color .25s; }
.contact-tile:hover { background: var(--stone-50); }
.contact-tile > span:last-child { min-width: 0; }
.contact-tile small { display: block; font-size: .8rem; color: var(--muted); }
.contact-tile strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; line-height: 1.3; overflow-wrap: anywhere; }
.contact-tile__email { overflow-wrap: anywhere; }
.contact-tile__icon { display: grid; place-items: center; width: 48px; height: 48px; flex: none; background: var(--navy-900); color: var(--gold-500); border-radius: var(--radius); }
.contact-tile__icon--wa { background: #1f9d55; color: var(--white); }
.contact { display: grid; grid-template-columns: 1fr 380px; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.contact__form { padding: clamp(1.75rem, 4vw, 3.25rem); background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--red-600); border-radius: var(--radius); box-shadow: var(--shadow-sm); scroll-margin-top: calc(var(--header-h) + 24px); }
.form__head { margin-bottom: 2rem; }
.form__head .h2 { margin-bottom: .6rem; }
.form__head p:last-child { margin: 0; }
.req { color: var(--red-600); }
.form__section { margin: 0 0 2rem; padding: 0; border: 0; }
.form__section legend { display: flex; align-items: center; gap: .75rem; width: 100%; margin-bottom: 1.25rem; padding-bottom: .75rem; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.form__section legend span { font-stretch: 125%; font-size: .72rem; color: var(--red-600); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.25rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: flex; align-items: baseline; gap: .25rem; margin-bottom: .45rem; font-weight: 600; font-size: .9rem; color: var(--ink); }
.field__opt { margin-left: auto; font-weight: 400; font-size: .8rem; color: var(--muted); }
.field input, .field textarea { width: 100%; min-height: 52px; padding: .85rem 1rem; background: var(--stone-50); border: 1px solid var(--stone-200); border-radius: var(--radius); font: inherit; color: var(--ink); transition: border-color .2s, background-color .2s, box-shadow .2s; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: #cfc7b8; }
.field input:focus, .field textarea:focus { outline: none; background: var(--white); border-color: var(--navy-900); box-shadow: 0 0 0 4px rgba(232, 163, 26, .25); }
.field [aria-invalid="true"] { border-color: var(--red-600); background: #fff6f6; }
.field ::placeholder { color: #9aa2ad; }
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; cursor: pointer; margin: 0; }
.chip span { display: inline-flex; align-items: center; gap: .45rem; padding: .65rem 1.05rem; background: var(--stone-50); border: 1px solid var(--stone-200); border-radius: 999px; font-weight: 500; font-size: .92rem; color: var(--ink); transition: background-color .2s, border-color .2s, color .2s; }
.chip .icon { width: 0; opacity: 0; stroke-width: 3; transition: width .2s, opacity .2s; }
.chip input:hover + span { border-color: #cfc7b8; }
.chip input:checked + span { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.chip input:checked + span .icon { width: 16px; opacity: 1; color: var(--gold-400); }
.chip input:focus-visible + span { outline: 3px solid var(--gold-500); outline-offset: 2px; }
.consent { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1.75rem; font-size: .92rem; }
.consent input { width: 20px; height: 20px; margin-top: .15rem; flex: none; accent-color: var(--red-600); }
.consent a { color: var(--red-600); }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.form__hint { flex: 1; min-width: 220px; margin: 0; font-size: .88rem; color: var(--muted); overflow-wrap: anywhere; }
.form__hint a { color: var(--red-600); }
.form__errors { margin-bottom: 2rem; padding: 1.1rem 1.3rem; background: #fdf0f1; border: 1px solid #f1c1c5; border-left: 4px solid var(--red-600); border-radius: var(--radius); color: var(--red-700); }
.form__errors ul { margin: .4rem 0 0; padding-left: 1.2rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.success__icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 1.5rem; background: #1f9d55; color: var(--white); border-radius: 50%; }
.success__icon .icon { width: 36px; height: 36px; stroke-width: 2.5; }
.contact__aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 1.5rem; }
.next-steps { padding: 1.75rem; background: var(--navy-900); color: rgba(255, 255, 255, .75); border-radius: var(--radius); }
.next-steps ol { list-style: none; display: grid; gap: 1.1rem; }
.next-steps li { display: grid; grid-template-columns: 36px 1fr; gap: .9rem; }
.next-steps li > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; font-family: var(--font-display); font-stretch: 112%; font-weight: 700; font-size: .72rem; color: var(--gold-400); }
.next-steps strong { display: block; font-family: var(--font-display); color: var(--white); }
.next-steps p { margin: .15rem 0 0; font-size: .88rem; line-height: 1.5; }
.office-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.office-card__img img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.office-card__body { padding: 1.5rem 1.75rem 1.75rem; }
.office-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); margin-bottom: .5rem; }
.office-card address { margin-bottom: 1rem; color: var(--ink); }
.office-card__reg { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); font-family: var(--font-display); font-stretch: 112%; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* Legal & error ----------------------------------------------------------- */
.legal { padding-top: calc(var(--section) * .6); }
.legal p, .legal li { max-width: 72ch; }
.legal a { color: var(--red-600); }
.legal__updated { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.error-page { text-align: center; }
.error-page .container { position: relative; }
.error-page__code { margin: 0 0 1rem; font-family: var(--font-display); font-weight: 800; font-size: clamp(6rem, 18vw, 11rem); line-height: .9; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 2px var(--red-600); }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, .65); font-size: .95rem; }
.footer-cta { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-block: clamp(3.5rem, 7vw, 5.5rem); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-cta__title { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1; letter-spacing: -.03em; color: var(--white); }
.footer-cta__actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 3rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
.site-footer .brand__mark--color { opacity: 0; }
.site-footer .brand__mark--reversed { opacity: 1; }
.site-footer .brand__name, .site-footer .brand__sub { color: var(--white); }
.footer-main__brand p { max-width: 340px; margin: 1.5rem 0 1rem; }
.footer-main__tagline { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-400); }
.footer-main__tagline i { width: 4px; height: 4px; background: rgba(255, 255, 255, .35); }
.footer-title { margin-bottom: 1.25rem; font-family: var(--font-display); font-stretch: 125%; font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--white); }
.footer-list { display: grid; gap: .7rem; list-style: none; }
.footer-list a { color: rgba(255, 255, 255, .7); text-decoration: none; transition: color .2s; }
.footer-list a:hover { color: var(--gold-400); }
.footer-list--contact li { display: flex; gap: .7rem; align-items: flex-start; overflow-wrap: anywhere; }
.footer-list--contact .icon { width: 18px; margin-top: .25rem; color: var(--gold-500); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; }
.footer-legal__links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-legal a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.footer-legal a:hover { color: var(--white); }
.to-top { display: inline-flex; align-items: center; gap: .4rem; }
.to-top .icon { width: 16px; color: var(--gold-400); }
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; place-items: center; width: 58px; height: 58px; background: #1f9d55; color: var(--white); border-radius: 50%; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .5); transition: transform .3s var(--ease); }
.fab-wa:hover { transform: scale(1.08); }
.js .fab-wa { opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s linear .35s; }
.js .fab-wa.is-visible { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.js .fab-wa.is-visible:hover { transform: scale(1.08); }
.fab-wa .icon { width: 28px; height: 28px; }

/* Reveal (animation, so it never fights component hover transitions) ----- */
@keyframes reveal { from { opacity: 0; translate: 0 32px; } to { opacity: 1; translate: 0 0; } }
.js .reveal { opacity: 0; }
.js .reveal.is-visible { animation: reveal .9s var(--ease) both; animation-delay: calc(var(--d, 0) * 80ms); }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; }
  .js .reveal.is-visible { animation: none; }
  .hero__slide.is-active img, .page-hero__media img { animation: none; }
  .hero__dot.is-active .hero__dot-bar i { animation: none; width: 100%; }
  .programme__bar, .programme__pour, .timeline__step::after { transition: none; }
  .hero__scroll i::after { animation: none; }
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1240px) {
  .header-phone__text { display: none; }
  .mega__inner { grid-template-columns: 220px 1fr; }
  .mega__feature { display: none; }
  .primary-nav__link { padding: 0 .7rem; }
  .primary-nav__link::after { left: .7rem; right: .7rem; }
}
@media (max-width: 1080px) {
  :root { --header-h: 72px; }
  .primary-nav, .header-cta, .header-phone { display: none; }
  .menu-btn { display: grid; }
  .site-header__bar { justify-content: space-between; }
  .utility__tag { display: none; }
  .utility__inner { justify-content: flex-end; }
  .explorer { grid-template-columns: 1fr; }
  .explorer__tabs { flex-direction: row; overflow-x: auto; scrollbar-width: none; border-top: 0; gap: .5rem; padding-bottom: .25rem; }
  .explorer__tabs::-webkit-scrollbar { display: none; }
  .explorer__tab { flex: none; width: auto; grid-template-columns: auto auto; padding: .7rem 1.1rem; border: 1px solid var(--stone-200); border-radius: 999px; background: var(--white); }
  .explorer__tab::before, .explorer__tab-arrow { display: none; }
  .explorer__tab.is-active { background: var(--navy-900); border-color: var(--navy-900); }
  .explorer__tab.is-active .explorer__tab-title { color: var(--white); }
  .explorer__tab-title { font-size: .95rem; white-space: nowrap; }
  .programme { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline__step:nth-child(4n)::before, .timeline__step:nth-child(4n)::after { right: -2rem; }
  .timeline__step:nth-child(2n)::before, .timeline__step:nth-child(2n)::after { right: 0; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .hseq-cards { grid-template-columns: 1fr; }
  .detail, .contact { grid-template-columns: 1fr; }
  .detail__aside, .contact__aside { position: static; }
  .contact__aside { grid-template-columns: 1fr 1fr; }
  .contact-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .contact-strip__grid > .contact-tile:nth-child(3) { border-left: 0; }
  .contact-strip__grid > .contact-tile:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .service-cards .service-card, .service-cards .service-card--wide { grid-column: span 1; aspect-ratio: 4 / 5; }
  .process-page { grid-template-columns: 1fr; }
  .process-page__intro { position: static; }
  .checklist-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .intro__grid, .split, .spotlight__grid, .hseq-home__grid, .faq, .cta-band__inner, .vm, .sector-row, .section-head { grid-template-columns: 1fr; }
  .section-head { gap: 1.25rem; }
  .section-head > :last-child:not(:first-child) { justify-self: start; }
  .sector-row--flip .sector-row__media { order: 0; }
  .intro__media { min-height: 460px; }
  .faq__intro { position: static; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat, .stat:first-child { padding: 1.6rem 1.25rem; border-left: 0; }
  .stat:nth-child(2n) { border-left: 1px solid var(--line); }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hero__dots { grid-template-columns: repeat(3, 1fr); flex: 1; }
  .hero__scroll { display: none; }
  .explorer__panel { grid-template-columns: 1fr; }
  .explorer__media picture, .explorer__media img { min-height: 0; aspect-ratio: 16 / 10; }
  .related { grid-template-columns: 1fr 1fr; }
  .spotlight__inset { right: 1rem; }
  .hseq-home__media picture img { aspect-ratio: 4 / 3.5; }
}
@media (max-width: 640px) {
  :root { --utility-h: 0px; }
  .utility { display: none; }
  body { font-size: .98rem; }
  .brand__marks { width: 48px; }
  .brand__name { font-size: 1.45rem; }
  .brand__sub { font-size: .5rem; letter-spacing: .16em; }
  .hero { min-height: max(620px, 100svh); }
  .hero__inner { padding-bottom: 6.5rem; }
  .hero__actions .btn { flex: 1 1 100%; }
  .hero__dot { padding: 1.1rem .5rem 1.2rem 0; flex-direction: column; gap: .15rem; }
  .hero__dot-label { font-size: .8rem; line-height: 1.25; }
  .hero__dot-bar { right: .5rem; }
  .intro__cols, .ticks--cols, .form__grid, .scope-grid, .client-list, .resource-grid, .checklist-grid, .quote-card__list { grid-template-columns: 1fr; }
  .intro__media { min-height: 380px; }
  .intro__badge { right: 0; bottom: 0; }
  .stat { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .programme__chart { padding: 1rem; }
  .programme__row { grid-template-columns: 92px 1fr; gap: .6rem; min-height: 40px; }
  .programme__label { font-size: .74rem; }
  .programme__track--weeks span { font-size: .56rem; letter-spacing: 0; }
  .programme__bar { height: 10px; margin-inline: 1px; }
  .programme__pour { width: 10px; height: 10px; }
  .matrix__row span { padding: .8rem .9rem; font-size: .88rem; }
  .spec > div { grid-template-columns: 1fr; gap: .25rem; }
  .timeline { grid-template-columns: 1fr; gap: 2rem; }
  .timeline__step::before, .timeline__step::after { display: none; }
  .timeline__step { padding: 0 0 0 4rem; min-height: 44px; }
  .timeline__title { margin-top: .5rem; }
  .why-grid, .values, .related, .service-cards, .contact-strip__grid, .contact__aside, .footer-main { grid-template-columns: 1fr; }
  .contact-strip__grid > .contact-tile { border-left: 0 !important; }
  .contact-strip__grid > .contact-tile:nth-child(n+2) { border-top: 1px solid var(--line); }
  .carousel-nav { display: none; }
  .faq__answer { padding-right: 0; }
  .cta-tile { padding: 1rem; }
  .datasheet dl > div { grid-template-columns: 1fr; gap: .2rem; }
  .footer-cta { align-items: flex-start; }
  .footer-cta__actions .btn { flex: 1 1 100%; }
  .notice { flex-direction: column; gap: .75rem; }
  .fab-wa { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .sector-row__num { font-size: 3.5rem; top: 0; }
  .vtimeline__step { grid-template-columns: 44px 1fr; gap: 1rem; }
  .vtimeline__node { width: 44px; height: 44px; font-size: .75rem; }
  .vtimeline::before { left: 21px; }
  .service-cards .service-card, .service-cards .service-card--wide, .related .service-card { aspect-ratio: 4 / 4.4; }
}
