/* ============================================================
   Myrmekes — design system
   "Multi Sumus": many small, precise units forming something strong.
   Language: engineered precision, quiet authority, calm confidence.
   ============================================================ */

/* Variable fonts (one file per family, all weights, Latin OFL).
   Inter — body; Montserrat — display, matching the MYRMEKES wordmark. */
@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Typeface */
  --heading-font: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --body-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Brand + neutral palette */
  --ink:        #08222A;   /* deepest authority tone — dark bands, display text */
  --ink-2:      #002F39;   /* secondary dark (brand teal-navy) */
  --teal:       #009CBD;   /* primary accent */
  --teal-600:   #0086a3;   /* hover / pressed */
  --teal-700:   #016d84;
  --teal-tint:  #E9F5F8;   /* subtle fills */
  --teal-tint-2:#D6EDF2;
  --amber:      #E2A63B;   /* hairline accent only */
  --amber-deep: #B9822A;

  --bg:      #F6F8F9;       /* page background (paper) */
  --surface: #FFFFFF;
  --surface-2:#FBFCFD;
  --text:    #26333C;       /* body */
  --muted:   #5E6E79;       /* secondary text */
  --faint:   #8A98A2;       /* tertiary / captions */
  --hairline:#E4EAED;       /* borders */
  --hairline-strong:#D4DDE2;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(8,34,42,.05), 0 2px 6px rgba(8,34,42,.05);
  --shadow-md: 0 6px 18px rgba(8,34,42,.06), 0 14px 34px rgba(8,34,42,.07);
  --shadow-lg: 0 24px 60px rgba(8,34,42,.14);
  --shadow-teal: 0 20px 44px rgba(0,156,189,.20);

  /* Shape + rhythm */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --container-width: 1160px;
  --gutter: 24px;
  --section-pad: clamp(56px, 8vw, 104px);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body-font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.62;
  font-size: 1.0375rem;
  letter-spacing: -0.006em;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }

a { color: var(--teal-700); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--teal-600); text-decoration: underline; text-underline-offset: 3px; }

::selection { background: var(--teal); color: #fff; }

:focus-visible { outline: 3px solid rgba(0,156,189,.55); outline-offset: 2px; border-radius: 3px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--heading-font); color: var(--ink); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body-font);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal-700); margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--teal);
  display: inline-block; border-radius: 2px;
}
.eyebrow--onDark { color: #7FD3E4; }
.eyebrow--onDark::before { background: var(--amber); }

/* Section header block */
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { }
.section-head h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); }
.section-head .lead { color: var(--muted); font-size: 1.125rem; margin-top: 16px; max-width: 60ch; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-stuck { border-bottom-color: var(--hairline); box-shadow: 0 6px 24px rgba(8,34,42,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px var(--gutter); gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-icon { display: block; }
.brand-lockup { display: block; height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--heading-font); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; font-size: 1.1rem; color: var(--ink-2); }
.brand-tagline { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { color: var(--text); font-weight: 600; font-size: 0.94rem; text-decoration: none; padding: 8px 12px; border-radius: var(--radius-sm); transition: color .18s ease, background .18s ease; }
.site-nav a:not(.btn):hover { color: var(--ink); background: var(--teal-tint); text-decoration: none; }
.site-nav a.btn { margin-left: 8px; }
.site-nav a[aria-current="page"]:not(.btn) { color: var(--teal-700); }

.nav-toggle { display: none; background: none; border: 1px solid var(--hairline-strong); border-radius: var(--radius-sm); width: 44px; height: 40px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 24px; border-radius: var(--radius-pill);
  font-family: var(--body-font); font-weight: 700; font-size: 0.96rem; line-height: 1;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--teal); color: #fff !important; box-shadow: 0 8px 20px rgba(0,156,189,.24); }
.btn-primary:hover { background: var(--teal-600); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,156,189,.32); }
.btn-ink { background: var(--ink); color: #fff !important; }
.btn-ink:hover { background: var(--ink-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--hairline-strong); color: var(--ink) !important; background: var(--surface); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal-700) !important; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-ghost-light { color: #fff !important; border-color: rgba(255,255,255,.35); }
.btn-ghost-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); transform: translateY(-2px); }
.btn .arw { transition: transform .2s ease; }
.btn:hover .arw { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* Text link with sliding arrow */
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--teal-700); }
.link-arrow::after { content: "\2192"; transition: transform .2s ease; }
.link-arrow:hover { text-decoration: none; color: var(--teal-600); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 104px);
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(0,156,189,.10), transparent 60%),
    radial-gradient(760px 480px at 8% 8%, rgba(0,47,57,.06), transparent 55%),
    linear-gradient(180deg, #EEF5F7 0%, var(--bg) 72%);
  overflow: hidden;
}
.hero::before { /* fine dot-grid nod to the swarm */
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(8,34,42,.05) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(32px, 5vw, 60px); }
.hero-copy h1 { font-size: clamp(2.05rem, 3.9vw, 3.05rem); letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.hero-copy .hero-sub { font-size: 1.185rem; color: var(--muted); margin-top: 20px; max-width: 48ch; }
.hero-cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-reassure { font-size: 0.9rem; color: var(--muted); margin-top: 16px; display: flex; align-items: center; gap: 8px; }
.hero-reassure::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(0,156,189,.16); flex: none; }

/* Hero media frame */
.hero-figure { position: relative; }
.hero-figure img,
.hero-figure video { width: 100%; height: auto; border-radius: var(--radius-lg); display: block; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.6); }
.hero-figure::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px rgba(8,34,42,.06); pointer-events: none; }
/* ---------- About / brand story ---------- */
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(32px, 6vw, 72px); margin: clamp(48px, 7vw, 88px) 0; }
.about-story-figure { margin: 0; position: relative; }
.about-story-figure img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-story-figure figcaption { margin: -28px 22px 0; padding: 16px 20px; position: relative; background: rgba(8,34,42,.94); color: #CFDCE1; border-radius: var(--radius); box-shadow: var(--shadow-md); font-size: .9rem; }
.about-story-figure figcaption strong { color: #fff; letter-spacing: .08em; text-transform: uppercase; }
.about-story-copy h2 { margin-bottom: 16px; }
.about-story-copy p + p { margin-top: 14px; }
@media (max-width: 820px) { .about-story-grid { grid-template-columns: 1fr; } }

/* SLA chips (refined tokens) */
.badge-strip { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); color: var(--ink); font-weight: 700; font-size: 0.82rem;
  padding: 7px 15px 7px 13px; border-radius: var(--radius-pill);
  border: 1px solid var(--hairline-strong); box-shadow: var(--shadow-sm);
}
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); flex: none; }

/* Hero search */
.search-box { position: relative; max-width: 460px; margin-top: 26px; }
.search-box input[type="search"] {
  width: 100%; padding: 15px 20px 15px 46px;
  border-radius: var(--radius-pill); border: 1px solid var(--hairline-strong);
  background: var(--surface); font-size: 1rem; font-family: inherit; color: var(--text);
  box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, border-color .2s ease;
}
.search-box input[type="search"]::placeholder { color: var(--faint); }
.search-box input[type="search"]:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,156,189,.16); }
.search-box .search-icon { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); opacity: .5; pointer-events: none; }
.search-hint { font-size: 0.82rem; color: var(--muted); margin-top: 10px; }
.search-hint kbd { background: var(--surface); border: 1px solid var(--hairline-strong); border-radius: 5px; padding: 1px 7px; font-family: inherit; font-size: 0.76rem; box-shadow: 0 1px 0 var(--hairline-strong); }

/* ---------- Sections ---------- */
section.page-section { padding: var(--section-pad) 0; }
section.page-section.tight { padding: clamp(40px, 5vw, 64px) 0; }
.page-section h1 { font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -0.03em; margin-bottom: 18px; }
.page-section > .container > h2,
.page-section h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); letter-spacing: -0.02em; margin: 0 0 18px; }
.page-section h3 { font-weight: 700; font-size: 1.18rem; color: var(--ink); margin: 26px 0 8px; }
.page-section p { margin-bottom: 16px; max-width: 68ch; color: var(--text); }
.page-section p.lead { font-size: 1.16rem; color: var(--muted); max-width: 62ch; }
.page-section ul, .page-section ol { margin: 0 0 18px 22px; }
.page-section li { margin-bottom: 8px; }
.page-section li::marker { color: var(--teal); }

/* Alternating band tones */
.band-surface { background: var(--surface); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.band-tint { background: linear-gradient(180deg, var(--teal-tint), var(--surface-2)); }
.band-ink { background: var(--ink); color: #EAF1F3; position: relative; overflow: hidden; }
.band-ink h1, .band-ink h2, .band-ink h3 { color: #fff; }
.band-ink p { color: #B9C9CF; }
.band-ink .eyebrow { color: #7FD3E4; }
.band-ink .eyebrow::before { background: var(--amber); }
.band-ink::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px); background-size: 28px 28px; opacity: .6; pointer-events: none; }
.band-ink > .container { position: relative; z-index: 1; }

/* ---------- Cards ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 26px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: transparent; border-radius: var(--radius) var(--radius) 0 0; transition: background .24s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--hairline-strong); }
.card:hover::before { background: linear-gradient(90deg, var(--teal), var(--teal-tint-2)); }
.card h3 { color: var(--ink); font-size: 1.18rem; margin: 0; }
.card p { flex: 1; font-size: 0.98rem; color: var(--muted); margin: 0; max-width: none; }
.card .card-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 4px; }

/* Feature (large) card */
.card-feature { background: linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%); color: #fff; border-color: transparent; overflow: hidden; }
.card-feature::before { display: none; }
.card-feature h3 { color: #fff; }
.card-feature p { color: #B9C9CF; }
.card-feature a { color: #8FE0F0; }
.card-feature:hover { box-shadow: var(--shadow-lg); }

/* Bento feature grid (Home "What we do") */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 20px; margin-top: 8px; }
.bento-grid .card:first-child { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) {
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-grid .card:first-child { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 620px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid .card:first-child { grid-column: auto; }
}

/* Entry cards ("What's brought you here?") — indexed intent cards */
.entry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.entry-card {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--shadow-sm); position: relative;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.entry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.entry-card .entry-idx {
  font-family: var(--heading-font); font-weight: 800; font-size: 0.85rem; color: var(--teal);
  width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--teal-tint); border: 1px solid var(--teal-tint-2);
}
.entry-card h4 { font-family: var(--heading-font); font-size: 1.06rem; color: var(--ink); line-height: 1.25; }
.entry-card p { color: var(--muted); font-size: 0.9rem; margin: 0; flex: 1; }
.entry-card .link-arrow { font-size: 0.92rem; }

/* ---------- Trust band (Home) ---------- */
.trust-band { background: var(--surface); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 34px 0; }
.trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.trust-stat { display: flex; flex-direction: column; gap: 6px; padding: 4px 20px; position: relative; }
.trust-stat + .trust-stat::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--hairline); }
.trust-num { font-family: var(--heading-font); font-weight: 800; font-size: clamp(1.2rem, 2.2vw, 1.5rem); color: var(--ink); letter-spacing: -0.01em; }
.trust-label { font-size: 0.76rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.trust-attribution { text-align: center; margin-top: 22px; font-size: 0.88rem; color: var(--muted); }
.trust-attribution strong { color: var(--teal-700); }
.trust-attribution a { text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 720px) {
  .trust-stats { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .trust-stat:nth-child(odd)::before { display: none; }
  .trust-stat:nth-child(3)::before, .trust-stat:nth-child(4) { }
}

/* ---------- "Who this is for" audience grid ---------- */
.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; background: var(--surface); box-shadow: var(--shadow-sm); }
.audience-item { padding: 26px 22px; border-right: 1px solid var(--hairline); }
.audience-item:last-child { border-right: none; }
.audience-item h4 { font-size: 0.98rem; color: var(--ink); margin-bottom: 8px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.25; }
.audience-item h4::before { content: ""; width: 8px; height: 8px; margin-top: 5px; border-radius: 2px; background: var(--teal); transform: rotate(45deg); flex: none; }
.audience-item p { font-size: 0.88rem; color: var(--muted); margin: 0; max-width: none; }
@media (max-width: 1040px) {
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-item { border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
  .audience-item:nth-child(even) { border-right: none; }
  .audience-item:last-child { border-bottom: none; }
}
@media (max-width: 560px) {
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item { border-right: none; }
}

/* Feature card capability tags */
.card-feature p { flex: 0; }
.card-feature .card-links { margin-top: auto; }
.feature-tags { list-style: none; margin: 6px 0 4px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.feature-tags li { font-size: 0.8rem; color: #CFE9EF; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); padding: 6px 12px; border-radius: var(--radius-pill); }

/* ---------- Brand moment ---------- */
.brand-moment { text-align: center; }
.brand-moment img { max-width: 400px; width: 100%; height: auto; }
.brand-moment .brand-motto { margin-top: 10px; color: var(--muted); font-size: 0.98rem; max-width: 46ch; margin-left: auto; margin-right: auto; }

/* ---------- Final CTA band ---------- */
.cta-band { text-align: center; }
.cta-band .container { text-align: center; }
.cta-band .eyebrow { display: flex; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.cta-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); max-width: 18ch; margin: 0 auto 16px; }
.cta-band .lead { max-width: 52ch; margin: 0 auto 28px; }
.cta-band .hero-cta-row { justify-content: center; }
.cta-band .hero-reassure { justify-content: center; color: #9DB2B9; }

/* ---------- Partner strip ---------- */
.partner-strip { display: flex; align-items: center; justify-content: center; text-align: center; gap: 26px; flex-wrap: wrap; margin: 0 0 40px; padding: 16px 22px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.partner-strip-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); font-weight: 700; }
.partner-strip img { display: block; width: auto; height: 32px; }
.partner-strip a { display: inline-flex; align-items: center; }

/* ---------- Service coverage summary ---------- */
.coverage-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(32px, 6vw, 72px); align-items: center; padding: clamp(28px, 5vw, 56px); background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.coverage-copy h2 { margin: 10px 0 16px; }
.coverage-copy p { color: var(--muted); }
.coverage-copy .coverage-note { margin: 14px 0 20px; font-size: .9rem; color: var(--faint); }
.coverage-facts { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.coverage-facts div { min-height: 136px; padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.coverage-facts div:nth-child(odd) { border-right: 1px solid var(--hairline); }
.coverage-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }
.coverage-facts strong { color: var(--teal-700); font-family: var(--heading-font); font-size: clamp(1.45rem, 3vw, 2.1rem); line-height: 1; }
.coverage-facts span { color: var(--muted); font-size: .82rem; line-height: 1.4; }
@media (max-width: 820px) { .coverage-panel { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .coverage-facts { grid-template-columns: 1fr; } .coverage-facts div { min-height: 0; } .coverage-facts div:nth-child(odd) { border-right: 0; } .coverage-facts div:not(:last-child) { border-bottom: 1px solid var(--hairline); } }

/* ---------- Professional recommendations ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.testimonial-card { margin: 0; padding: 28px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 22px; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-family: var(--heading-font); font-size: 1.04rem; line-height: 1.65; }
.testimonial-card figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.testimonial-card figcaption a { color: var(--teal-700); font-weight: 750; }
.testimonial-card .testimonial-name { color: var(--teal-700); font-weight: 750; }
.testimonial-card figcaption span { color: var(--faint); font-size: 0.8rem; }
.testimonial-card figcaption .testimonial-name { font-size: inherit; }
@media (max-width: 820px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ---------- Vendor marquee (calibrated — preserved) ---------- */
.marquee-wrap { overflow: hidden; padding: 26px 0; background: var(--surface); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); position: relative; }
.marquee-wrap::before, .marquee-wrap::after { content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.marquee-wrap::before { left: 0; background: linear-gradient(90deg, var(--surface), transparent); }
.marquee-wrap::after { right: 0; background: linear-gradient(270deg, var(--surface), transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee-scroll 42s linear infinite; align-items: center; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-track img { box-sizing: border-box; height: 38px; width: 116px; object-fit: contain; display: block; filter: grayscale(1); opacity: 0.62; transition: filter .2s ease, opacity .2s ease; }
.marquee-track img:hover { filter: none; opacity: 1; }
.marquee-track img.logo-sm { padding: 4px 0; }
.marquee-track img.logo-lg { width: 140px; }
.marquee-track img.logo-fit { width: auto; height: auto; max-width: 150px; max-height: 34px; }
.marquee-track .vlogo { display: block; background-repeat: no-repeat; filter: grayscale(1); opacity: 0.62; transition: filter .2s ease, opacity .2s ease; }
.marquee-track .vlogo:hover { filter: none; opacity: 1; }
.vlogo-watchguard { width: 117.7px; height: 34px; background-image: url('vendor-logos/watchguard.webp'); background-size: 148.6px 148.6px; background-position: -15.45px -57.5px; }
.vlogo-fortinet { width: 160px; height: 18.7px; background-image: url('vendor-logos/fortinet.webp'); background-size: 167.1px 146.6px; background-position: -3.48px -63.64px; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; } }

/* ---------- Scroll reveal ----------
   Robust pattern: content is visible by default. JS adds `reveal-armed` to
   hide it, then `is-visible` to animate it in. If JS never runs (or fails to
   load), nothing is armed and the content simply shows — never a blank page. */
.reveal { transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.reveal-armed { opacity: 0; transform: translateY(22px); }
.reveal.reveal-armed.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal.reveal-armed { opacity: 1; transform: none; transition: none; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #CFDCE1; margin-top: 0; position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1.4px); background-size: 28px 28px; pointer-events: none; }
.footer-inner { padding: 56px var(--gutter) 32px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); align-items: start; position: relative; z-index: 1; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.footer-nav a { color: #CFDCE1; opacity: .9; text-decoration: none; font-size: 0.92rem; }
.footer-nav a:hover { opacity: 1; color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-col-title { font-family: var(--heading-font); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: #7F949B; margin-bottom: 16px; font-weight: 700; }
.footer-contact { margin-bottom: 6px; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-copyright { opacity: .65; font-size: 0.85rem; margin-top: 14px; }
.footer-partner { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); }
.footer-partner .partner-strip { background: transparent; border: none; box-shadow: none; margin: 0; padding: 22px var(--gutter); }
.footer-partner .partner-strip-label { color: #7F949B; }
.footer-partner .partner-strip img { filter: brightness(0) invert(1); opacity: .82; transition: opacity .2s ease; }
.footer-partner .partner-strip img { height: 26px; }
.footer-partner .partner-strip img:hover { opacity: 1; }
.footer-legal { padding: 0 var(--gutter) 34px; font-size: 0.78rem; color: #8399A0; position: relative; z-index: 1; }
.footer-legal p { margin: 4px 0; max-width: none; }
.footer-legal a { color: #CFDCE1; text-decoration: underline; }
@media (max-width: 820px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } .footer-nav { grid-template-columns: 1fr 1fr; } }

/* ---------- SLA table (Support Contracts) ---------- */
table.sla-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 26px 0; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
table.sla-table th, table.sla-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--hairline); }
table.sla-table th { background: var(--ink); color: #fff; text-transform: uppercase; font-size: 0.76rem; letter-spacing: 0.06em; font-family: var(--heading-font); }
table.sla-table tbody tr:nth-child(even) td { background: var(--surface-2); }
table.sla-table tr:last-child td { border-bottom: none; }
/* On narrow screens, let a wide table scroll horizontally rather than squash. */
@media (max-width: 640px) {
  table.sla-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table.sla-table thead, table.sla-table tbody { display: table; width: 100%; min-width: 520px; }
  table.sla-table th, table.sla-table td { white-space: nowrap; }
}

/* ---------- Technology / Services directory ---------- */
.tech-category-heading { font-family: var(--heading-font); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal-700); margin: 40px 0 16px; display: flex; align-items: center; gap: 12px; }
.tech-category-heading::after { content: ""; flex: 1; height: 1px; background: var(--hairline); }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; margin-bottom: 8px; }
.tech-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 18px 18px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tech-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.tech-card h4 { font-size: 1.02rem; color: var(--ink); margin-bottom: 6px; }
.tech-card .tech-tags { font-size: 0.85rem; color: var(--muted); line-height: 1.5; }
.tech-card a { font-weight: 700; }
.tech-card a:not(.link-arrow) { display: inline-block; margin-top: 8px; }
.tech-no-results { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 36px; text-align: center; margin-top: 24px; box-shadow: var(--shadow-sm); }
.tech-no-results p { max-width: none; margin-bottom: 12px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; margin: 32px 0; align-items: start; }
.contact-placeholder { border: 1px dashed var(--hairline-strong); border-radius: var(--radius); padding: 32px; background: var(--surface-2); color: var(--muted); }
.contact-placeholder p { max-width: none; }
.contact-details { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }

/* Call-request form */
.call-form { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-sm); }
.call-form label { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.call-form input, .call-form select, .call-form textarea {
  width: 100%; margin-top: 5px; padding: 12px 14px; border: 1px solid var(--hairline-strong);
  border-radius: var(--radius-sm); font-family: inherit; font-size: 0.98rem; background: var(--surface-2);
  font-weight: 400; color: var(--text); transition: border-color .18s ease, box-shadow .18s ease;
}
.call-form input:focus, .call-form select:focus, .call-form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,156,189,.16); background: var(--surface); }
.call-form button { align-self: flex-start; border: none; cursor: pointer; font-size: 1rem; font-family: inherit; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 0 0 18px; padding: 16px 18px; border-radius: var(--radius-sm); border: 1px solid; font-weight: 650; }
.form-status--success { color: #0B5438; background: #E9F8F0; border-color: #8FD3AE; }
.form-status--error { color: #7A2632; background: #FFF0F2; border-color: #E9A6AF; }
.form-status:focus { outline: 3px solid rgba(0,156,189,.35); outline-offset: 2px; }

/* ---------- FAQ list ---------- */
.faq-list h2 {
  font-size: 1.16rem; letter-spacing: -0.01em; color: var(--ink); line-height: 1.3;
  margin: 0; padding: 30px 0 10px 26px; border-top: 1px solid var(--hairline); position: relative;
}
.faq-list h2::before {
  content: ""; position: absolute; left: 0; top: 32px; width: 12px; height: 12px;
  border-radius: 3px; background: var(--teal-tint); border: 1px solid var(--teal); transform: rotate(45deg);
}
.faq-list > .container > h1 + .lead + h2 { border-top: none; padding-top: 14px; }
.faq-list > .container > h1 + .lead + h2::before { top: 16px; }
.faq-list p:not(.lead) { color: var(--muted); margin: 0 0 4px; padding-left: 26px; max-width: 76ch; }

/* ---------- Prose helpers ---------- */
.prose-narrow { max-width: 760px; }
hr.rule { border: none; border-top: 1px solid var(--hairline); margin: 40px 0; }

/* ---------- Evidence-led topic guides ---------- */
.article-meta { color: var(--muted); font-size: .9rem; margin: -4px 0 24px; }
.answer-box { background: linear-gradient(145deg, var(--teal-tint), var(--surface)); border: 1px solid var(--hairline-strong); border-left: 4px solid var(--teal); border-radius: var(--radius); padding: 22px 24px; margin: 24px 0 34px; max-width: 820px; }
.answer-box p:last-child { margin-bottom: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 18px; margin: 22px 0 38px; }
.topic-grid .card { min-height: 100%; }
.topic-grid .card h3 { margin: 0; }
.topic-grid .card a { font-weight: 700; }
.fact-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); gap: 12px; margin: 22px 0 34px; }
.fact-strip div { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 18px; }
.fact-strip strong { display: block; font-size: 1.35rem; color: #8FE0F0; }
.fact-strip span { display: block; color: #CFDCE1; font-size: .9rem; margin-top: 4px; }
.scope-note { border: 1px solid var(--hairline); background: var(--surface-2); border-radius: var(--radius); padding: 18px 20px; margin: 22px 0; max-width: 820px; }
.scope-note strong { color: var(--ink); }
.source-list { font-size: .92rem; color: var(--muted); }
.source-list a { font-weight: 650; }
.breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--teal-dark); font-weight: 650; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-figure { max-width: 560px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
    background: rgba(255,255,255,.98); backdrop-filter: blur(12px);
    padding: 12px var(--gutter) 20px; gap: 4px; border-bottom: 1px solid var(--hairline);
    box-shadow: var(--shadow-lg); transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 12px 12px; font-size: 1rem; }
  .site-nav a.btn { margin: 8px 0 0; justify-content: center; }
}
@media (max-width: 480px) {
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { justify-content: center; }
}
.evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:40px 0}.evidence-card{background:var(--surface,#fff);border:1px solid rgba(20,60,56,.16);border-radius:18px;padding:28px;box-shadow:0 14px 38px rgba(14,48,44,.06)}.evidence-card h2{margin-top:8px}.evidence-card ul{padding-left:20px}.lifecycle-controls{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:18px;margin:34px 0 12px}.lifecycle-controls label{display:grid;gap:7px;font-weight:700;color:var(--teal-dark,#163b38)}.lifecycle-controls input,.lifecycle-controls select{width:100%;min-height:48px;border:1px solid rgba(20,60,56,.25);border-radius:12px;background:#fff;padding:10px 13px;font:inherit;color:inherit}.lifecycle-controls input:focus,.lifecycle-controls select:focus{outline:3px solid rgba(20,139,126,.2);border-color:var(--teal,#148b7e)}.lifecycle-table-wrap{overflow-x:auto;margin:20px 0 34px;border:1px solid rgba(20,60,56,.16);border-radius:16px;background:#fff}.lifecycle-table{width:100%;min-width:880px;border-collapse:collapse}.lifecycle-table caption{text-align:left;padding:18px 20px;font-weight:700;color:var(--teal-dark,#163b38)}.lifecycle-table th,.lifecycle-table td{text-align:left;padding:13px 16px;border-top:1px solid rgba(20,60,56,.12);vertical-align:top}.lifecycle-table thead th{background:#eaf5f2;color:var(--teal-dark,#163b38);font-size:.86rem;letter-spacing:.02em}.lifecycle-table tbody th{font-weight:700}.lifecycle-table tbody tr:nth-child(even){background:#f8fbfa}.lifecycle-table tbody tr:hover{background:#eef8f5}.lifecycle-table tr[hidden]{display:none}.date-missing{color:#6b7774}.lifecycle-cta{max-width:760px;margin-top:36px}
@media(max-width:760px){.evidence-grid,.lifecycle-controls{grid-template-columns:1fr}.evidence-card{padding:22px}.lifecycle-table-wrap{margin-inline:-4px}}
