/*
Theme Name: Trident Transport
Theme URI: https://www.trident.com.au
Author: Trident Transport
Author URI: https://www.trident.com.au
Description: Bespoke classic theme for Trident Transport — Australian-owned heavy haulage and project logistics. Dark navy / red brand system, full-bleed hero, services accordion, news (Posts) and a Gravity Forms quote flow. Dependency-free: all marketing copy lives in editable template parts; news is driven by the standard Posts loop.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trident
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --navy: #0E1F3A;
  --navy-2: #16294A;
  --navy-deep: #08152A;
  --red: #C8102E;
  --red-2: #A50C24;
  --paper: #F4F5F8;
  --paper-2: #E8EAEF;
  --line: #D2D6DD;
  --ink: var(--navy);
  --muted: #6B7280;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--paper); color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html { scroll-padding-top: 84px; scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.anchor-target { display: block; position: relative; top: -32px; height: 0; }
.mono {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 11px;
}
.container { max-width: 1320px; margin: 0 auto; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px;
  color: #fff;
  z-index: 30;
}
/* Overlay variant — front page, fixed over the hero */
.topbar--overlay {
  position: fixed; inset: 0 0 auto 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s, backdrop-filter .25s, border-color .25s;
}
.topbar--overlay.scrolled {
  background: rgba(14, 31, 58, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(255,255,255,0.08);
}
/* Solid variant — inner pages, sticky */
.topbar--solid {
  position: sticky; top: 0;
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand img { height: 28px; width: auto; display: block; }
.nav { display: flex; gap: 36px; font-size: 13px; font-weight: 500; align-items: center; }
.nav a { opacity: 0.82; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.nav ul { list-style: none; display: flex; gap: 36px; margin: 0; padding: 0; align-items: center; }
.cta-pill {
  padding: 11px 20px; border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  transition: all .2s; white-space: nowrap;
}
.cta-pill:hover { background: var(--red); border-color: var(--red); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; width: 100%;
  overflow: hidden; background: var(--navy-deep); color: #fff;
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%;
  filter: contrast(1.1) saturate(0.85) brightness(0.6);
  transform: scale(1.05);
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 45%, rgba(8,21,42,0.1) 0%, rgba(8,21,42,0.55) 60%, rgba(8,21,42,0.92) 100%),
    linear-gradient(180deg, rgba(8,21,42,0.6) 0%, rgba(8,21,42,0.15) 22%, rgba(8,21,42,0.2) 60%, rgba(8,21,42,0.95) 100%);
}
.hero-grain {
  position: absolute; inset: 0;
  opacity: 0.16; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
}
.hero-content {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 140px 24px 180px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 32px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.7);
}
.hero-eyebrow .dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.hero-lockup { display: flex; flex-direction: column; align-items: center; gap: clamp(18px, 2.6vw, 38px); }
.hero-mark { width: clamp(72px, 9.5vw, 148px); height: auto; display: block; filter: drop-shadow(0 10px 44px rgba(0,0,0,0.45)); }
.hero-title {
  font-family: "Manrope", sans-serif; font-weight: 800;
  font-size: clamp(52px, 10.5vw, 168px); line-height: 0.84; letter-spacing: -0.02em;
  text-transform: uppercase; text-shadow: 0 4px 80px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; align-items: center; color: #fff;
}
.hero-title .accent { color: var(--red); }
.hero-tag {
  margin-top: 28px; font-family: "Manrope", sans-serif; font-weight: 600;
  font-size: clamp(20px, 2vw, 28px); letter-spacing: -0.01em;
  color: rgba(255,255,255,0.92); line-height: 1.25;
}
.hero-tag em { color: var(--red); font-style: normal; }
.hero-actions { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px; border-radius: 4px;
  font-family: "Manrope", sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em;
  transition: all .2s; cursor: pointer;
}
.btn-primary { background: var(--red); color: #fff; border: 1px solid var(--red); }
.btn-primary:hover { background: var(--red-2); border-color: var(--red-2); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.hero-trust {
  margin-top: 56px; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px; font-family: "JetBrains Mono", monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55); padding: 14px 22px;
  border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15);
}
.hero-trust .tdot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.hero-trust .sep { color: rgba(255,255,255,0.25); }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  color: rgba(255,255,255,0.7); font-family: "JetBrains Mono", monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em; z-index: 5;
}
.hero-scroll .sa {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0));
  position: relative; animation: scrollFloat 2.4s ease-in-out infinite;
}
.hero-scroll .sa::after {
  content: ""; position: absolute; bottom: 0; left: -3px; width: 7px; height: 7px;
  border-right: 1px solid rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
}
@keyframes scrollFloat { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(8px); opacity: 0.4; } }
@media (prefers-reduced-motion: reduce) { .hero-scroll .sa { animation: none; } }

/* ============================================================
   SECTION SHELL
   ============================================================ */
section.std { padding: 140px 40px; }
.section-head {
  display: grid; grid-template-columns: 220px 1fr; gap: 48px;
  margin-bottom: 64px; align-items: start;
  border-top: 1px solid var(--line); padding-top: 32px;
}
.section-head .label-stack { display: flex; flex-direction: column; gap: 8px; }
.section-head .label-stack .num { color: var(--red); font-weight: 600; }
.section-head .label-stack .name { color: var(--muted); }
.section-head h2 {
  font-family: "Manrope", sans-serif; font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 700; line-height: 0.98; letter-spacing: -0.035em; max-width: 22ch;
}
.section-head h2 em { color: var(--red); font-style: normal; }

/* ============================================================
   LOCATIONS CAROUSEL
   ============================================================ */
.locations {
  background: var(--navy); color: #fff; overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08);
  transform: translateY(40px); opacity: 0;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .7s;
}
.locations.in { transform: translateY(0); opacity: 1; }
.locations-inner { display: grid; grid-template-columns: 220px 1fr; align-items: center; }
.locations-label {
  padding: 0 32px; font-family: "JetBrains Mono", monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55); border-right: 1px solid rgba(255,255,255,0.12);
  height: 100%; display: flex; align-items: center;
}
.loc-marquee-wrap { overflow: hidden; position: relative; }
.loc-marquee {
  display: flex; gap: 80px; padding: 44px 0; white-space: nowrap;
  animation: scroll-loc 50s linear infinite; width: max-content;
}
@keyframes scroll-loc { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .loc-marquee { animation: none; } }
.loc-item {
  display: inline-flex; align-items: center; gap: 20px;
  font-family: "Manrope", sans-serif; font-weight: 700;
  font-size: 40px; letter-spacing: -0.025em; text-transform: lowercase;
}
.loc-item::before { content: "▼"; color: var(--red); font-size: 18px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-grid .copy p { font-size: 17px; line-height: 1.7; color: var(--ink); margin-bottom: 18px; }
.about-grid .copy p.lead {
  font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 600;
  letter-spacing: -0.015em; line-height: 1.4; margin-bottom: 24px;
}
.about-grid .copy p.lead em { color: var(--red); font-style: normal; }
.about-img {
  aspect-ratio: 4/5; border: 1px solid var(--line);
  background: repeating-linear-gradient(135deg, #DCE0E7 0 8px, #E8EAEF 8px 16px);
  display: grid; place-items: center; color: var(--muted);
  font-family: "JetBrains Mono", monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.12em; position: relative; overflow: hidden;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img::after {
  content: ""; position: absolute; bottom: 20px; left: 20px; width: 56px; height: 56px;
  background: url("assets/icon-red.png") center/contain no-repeat;
}
.about-metrics {
  margin-top: 80px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line);
}
.about-metrics .m { padding: 36px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.about-metrics .m:last-child { border-right: none; }
.about-metrics .m.big { background: var(--ink); color: #fff; }
.about-metrics .m .k {
  font-family: "JetBrains Mono", monospace; font-size: 10px;
  text-transform: uppercase; letter-spacing: 0.15em; color: var(--red);
}
.about-metrics .m .v { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 64px; line-height: 0.92; letter-spacing: -0.04em; }
.about-metrics .m .v.sm { font-size: 32px; letter-spacing: -0.025em; }
.about-metrics .m .v .u { font-size: 0.4em; vertical-align: super; margin-left: 6px; color: var(--red); font-weight: 700; letter-spacing: 0.02em; }
.about-metrics .m.big .l { margin-top: 8px; font-family: "Manrope", sans-serif; font-weight: 500; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.7); max-width: 28ch; }
.about-metrics .m .d { font-size: 13px; color: var(--muted); line-height: 1.45; }

/* ============================================================
   SERVICES ACCORDION
   ============================================================ */
.services { background: var(--paper-2); }
.acc-list { border-top: 1px solid var(--line); }
.acc-row {
  display: grid; grid-template-columns: 60px 80px 1fr 130px 56px;
  gap: 24px; align-items: center; padding: 28px 8px;
  border-bottom: 1px solid var(--line); cursor: pointer;
  transition: background .2s, padding .2s;
}
.acc-row:hover { background: rgba(14,31,58,0.025); padding-left: 16px; }
.acc-row .num { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
.acc-row .ico {
  width: 64px; height: 48px; border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; color: var(--ink);
  transition: background .2s, color .2s, border-color .2s;
}
.acc-row:hover .ico, .acc-row.open .ico { background: var(--ink); color: #fff; border-color: var(--ink); }
.acc-row .nm { font-family: "Manrope", sans-serif; font-weight: 700; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.05; letter-spacing: -0.035em; text-transform: lowercase; }
.acc-row .ds { color: var(--muted); font-size: 14px; line-height: 1.5; margin-top: 6px; max-width: 60ch; }
.acc-row .tag { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; border: 1px solid var(--line); padding: 6px 10px; color: var(--muted); justify-self: end; }
.acc-row .plus {
  width: 44px; height: 44px; border: 1px solid var(--ink); border-radius: 50%;
  display: grid; place-items: center; font-family: "Manrope", sans-serif; font-weight: 500; font-size: 22px;
  background: transparent; color: var(--ink); transition: all .25s; justify-self: end;
}
.acc-row.open .plus, .acc-row:hover .plus { background: var(--red); color: #fff; border-color: var(--red); }
.acc-row.open .plus { transform: rotate(45deg); }
.acc-content { grid-column: 3 / -1; overflow: hidden; max-height: 0; transition: max-height .35s ease, margin-top .35s ease; }
.acc-row.open .acc-content { max-height: 400px; margin-top: 28px; }
.acc-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 24px 28px; background: #fff; border: 1px solid var(--line); }
.acc-detail .col h5 { font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--red); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px; }
.acc-detail .col p { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 16px; color: var(--ink); letter-spacing: -0.01em; }
.acc-detail .col .small { font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.45; }

/* ============================================================
   QUOTE CTA
   ============================================================ */
.quote-cta { background: var(--paper); }
.quote-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.quote-cta h2.big {
  font-family: "Manrope", sans-serif; font-size: clamp(56px, 8vw, 128px);
  font-weight: 800; line-height: 0.88; letter-spacing: -0.05em; text-transform: lowercase;
}
.quote-cta h2.big .accent { color: var(--red); }
.quote-btn {
  margin-top: 40px; display: inline-flex; align-items: center; gap: 18px;
  background: var(--red); color: #fff; padding: 28px 40px; border-radius: 4px;
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 18px;
  text-transform: uppercase; letter-spacing: 0.1em;
  transition: background .2s, transform .2s; border: none; cursor: pointer;
  box-shadow: 0 12px 32px rgba(200,16,46,0.25);
}
.quote-btn:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(200,16,46,0.35); }
.quote-btn .arrow { font-size: 22px; }
.quote-cta .micro { margin-top: 18px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); }
.quote-cta .micro .dot { color: var(--red); }
.quote-img {
  aspect-ratio: 4/3; border: 1px solid var(--line);
  background: repeating-linear-gradient(135deg, #DCE0E7 0 8px, #E8EAEF 8px 16px);
  display: grid; place-items: center; color: var(--muted);
  font-family: "JetBrains Mono", monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.12em; position: relative; overflow: hidden;
}
.quote-img img { width: 100%; height: 100%; object-fit: cover; }
.quote-img .badge {
  position: absolute; bottom: 20px; left: 20px; background: var(--navy); color: #fff;
  padding: 12px 18px; font-family: "JetBrains Mono", monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em;
  display: flex; align-items: center; gap: 10px;
}
.quote-img .badge::before { content: ""; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }

/* ============================================================
   NEWS — homepage block
   ============================================================ */
.news { background: var(--paper-2); }
.news-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.news-filters .chip {
  font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 8px 14px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; transition: all .2s;
}
.news-filters .chip:hover { border-color: var(--ink); color: var(--ink); }
.news-filters .chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.news-row.hidden, .news-feature.hidden, .post.hidden { display: none; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.news-feature { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.news-feature .img {
  aspect-ratio: 16/9; border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(135deg, #DCE0E7 0 8px, #E8EAEF 8px 16px);
  display: grid; place-items: center; color: var(--muted);
  font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; overflow: hidden;
}
.news-feature .img img { width: 100%; height: 100%; object-fit: cover; }
.news-feature .body { padding: 28px 32px 32px; }
.news-feature .meta { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.news-feature .meta .pill { background: var(--red); color: #fff; padding: 4px 10px; }
.news-feature h3 { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 32px; line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 14px; }
.news-feature p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.news-feature .read {
  margin-top: 24px; display: inline-flex; align-items: center; gap: 10px;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 4px; align-self: flex-start;
}
.news-feature .read:hover { color: var(--red); border-color: var(--red); }
.news-list { display: flex; flex-direction: column; }
.news-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; padding: 22px 4px; border-bottom: 1px solid var(--line); align-items: start; transition: padding .2s; }
.news-row:first-child { border-top: 1px solid var(--line); }
.news-row:hover { padding-left: 12px; }
.news-row .date { font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--red); text-transform: uppercase; letter-spacing: 0.12em; }
.news-row .head { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.01em; line-height: 1.25; }
.news-row .ds { font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.5; }
.news-row .cat { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; border: 1px solid var(--line); padding: 5px 9px; color: var(--muted); }
.news-foot { grid-column: 1 / -1; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.news-foot .all { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.news-foot .sub { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }

/* ============================================================
   QUOTE FORM
   ============================================================ */
.quote-form { background: var(--navy); color: #fff; }
.quote-form .section-head { border-color: rgba(255,255,255,0.15); }
.quote-form .section-head .label-stack .name { color: rgba(255,255,255,0.55); }
.quote-form .section-head h2 { color: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.form-side .lead { font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.4; margin-bottom: 32px; }
.form-side .lead em { color: var(--red); font-style: normal; }
.form-side .info { display: flex; flex-direction: column; gap: 0; padding-top: 8px; }
.form-side .info .row { border-top: 1px solid rgba(255,255,255,0.15); padding: 16px 0; }
.form-side .info .row:last-child { border-bottom: 1px solid rgba(255,255,255,0.15); }
.form-side .info .lbl { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); }
.form-side .info .val { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 18px; margin-top: 4px; letter-spacing: -0.01em; }
.form-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); padding: 40px; }

/* --- Static placeholder form (visual only, used until Gravity Forms wired up) --- */
.form-progress { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.12); font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; }
.form-progress .step { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.4); transition: color .2s; }
.form-progress .step .n { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,0.25); display: grid; place-items: center; border-radius: 50%; font-weight: 600; }
.form-progress .step.active { color: #fff; }
.form-progress .step.active .n { border-color: var(--red); background: var(--red); }
.form-progress .step.done .n { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); color: #fff; }
.form-progress .bar { flex: 1; height: 1px; background: rgba(255,255,255,0.15); position: relative; }
.form-progress .bar::after { content: ""; position: absolute; inset: 0; background: var(--red); transform-origin: left; transform: scaleX(0); transition: transform .35s ease; }
.form-progress.s2 .bar::after { transform: scaleX(1); }
.form-step { display: none; }
.form-step.active { display: block; }
.form-row { display: grid; gap: 18px; margin-bottom: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.55); }
.field input, .field select, .field textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 0;
  padding: 14px 16px; color: #fff; font-family: "Inter", sans-serif; font-size: 14px;
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); background: rgba(255,255,255,0.1); }
.field textarea { resize: vertical; min-height: 110px; }
.field select option { background: var(--navy); }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; gap: 12px; }
.btn-back { background: transparent; border: 1px solid rgba(255,255,255,0.25); color: #fff; padding: 14px 22px; cursor: pointer; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; transition: all .2s; }
.btn-back:hover { border-color: #fff; }
.form-submit {
  margin-top: 12px; display: inline-flex; align-items: center; gap: 14px;
  background: var(--red); color: #fff; padding: 18px 30px; border-radius: 4px; border: none; cursor: pointer;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em;
  transition: background .2s, transform .2s;
}
.form-submit:hover { background: var(--red-2); transform: translateY(-1px); }
.form-disclaimer { margin-top: 18px; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.45); }

/* --- Gravity Forms skin (applies once GF renders inside .form-card) --- */
.form-card .gform_wrapper { color: #fff; }
.form-card .gform_wrapper .gform_heading { display: none; }
.form-card .gform_wrapper .gfield_label,
.form-card .gform_wrapper legend.gfield_label {
  font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255,255,255,0.55); font-weight: 400; margin-bottom: 8px;
}
.form-card .gform_wrapper input[type="text"],
.form-card .gform_wrapper input[type="email"],
.form-card .gform_wrapper input[type="tel"],
.form-card .gform_wrapper textarea,
.form-card .gform_wrapper select {
  background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 0 !important; padding: 14px 16px !important; color: #fff !important;
  font-family: "Inter", sans-serif !important; font-size: 14px !important;
}
.form-card .gform_wrapper input:focus,
.form-card .gform_wrapper textarea:focus,
.form-card .gform_wrapper select:focus { border-color: var(--red) !important; background: rgba(255,255,255,0.1) !important; outline: none !important; }
.form-card .gform_wrapper .gform_footer input[type="submit"],
.form-card .gform_wrapper .gform_page_footer input[type="button"],
.form-card .gform_wrapper .gform_page_footer input[type="submit"] {
  background: var(--red); color: #fff; border: none; border-radius: 4px; padding: 18px 30px; cursor: pointer;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em;
}
.form-card .gform_wrapper .gform_footer input[type="submit"]:hover { background: var(--red-2); }

/* --- Contact Form 7 / generic plugin form skin (applies once CF7 renders inside .form-card) --- */
.form-card .wpcf7 { color: #fff; }
.form-card .wpcf7-form > p { margin: 0 0 18px; }
.form-card .wpcf7-form label {
  display: block; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255,255,255,0.55); font-weight: 400;
}
.form-card .wpcf7-form input[type="text"],
.form-card .wpcf7-form input[type="email"],
.form-card .wpcf7-form input[type="tel"],
.form-card .wpcf7-form input[type="url"],
.form-card .wpcf7-form input[type="number"],
.form-card .wpcf7-form textarea,
.form-card .wpcf7-form select {
  display: block; width: 100%; margin-top: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 0; padding: 14px 16px; color: #fff;
  font-family: "Inter", sans-serif; font-size: 14px;
  transition: border-color .2s, background .2s;
}
.form-card .wpcf7-form input:focus,
.form-card .wpcf7-form textarea:focus,
.form-card .wpcf7-form select:focus { border-color: var(--red); background: rgba(255,255,255,0.1); outline: none; }
.form-card .wpcf7-form textarea { resize: vertical; min-height: 110px; }
.form-card .wpcf7-form select option { background: var(--navy); }
.form-card .wpcf7-form input[type="submit"],
.form-card .wpcf7-form button[type="submit"] {
  margin-top: 12px; display: inline-flex; align-items: center; gap: 14px;
  background: var(--red); color: #fff; padding: 18px 30px; border-radius: 4px; border: none; cursor: pointer;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em;
  transition: background .2s, transform .2s;
}
.form-card .wpcf7-form input[type="submit"]:hover,
.form-card .wpcf7-form button[type="submit"]:hover { background: var(--red-2); transform: translateY(-1px); }
.form-card .wpcf7-spinner { margin: 18px 0 0 12px; }
/* Validation + response messages */
.form-card .wpcf7-not-valid-tip { color: #ffb3b3; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.04em; margin-top: 6px; }
.form-card .wpcf7-form .wpcf7-not-valid { border-color: var(--red); }
.form-card .wpcf7-response-output {
  margin: 18px 0 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.2);
  font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.04em; color: #fff;
}
.form-card .wpcf7 form.invalid .wpcf7-response-output,
.form-card .wpcf7 form.unaccepted .wpcf7-response-output,
.form-card .wpcf7 form.payment-required .wpcf7-response-output { border-color: var(--red); }
.form-card .wpcf7 form.sent .wpcf7-response-output { border-color: #6ed29a; }

/* ============================================================
   NEWS INDEX (home.php / archive.php)
   ============================================================ */
.page-head { background: var(--navy); color: #fff; padding: 140px 40px 80px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.topbar--solid + .page-head { padding-top: 100px; }
.page-head .container { max-width: 1320px; margin: 0 auto; }
.crumb { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.5); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.crumb a:hover { color: var(--red); }
.crumb .sep { color: rgba(255,255,255,0.25); }
.page-head h1 { font-family: "Manrope", sans-serif; font-size: clamp(48px, 7vw, 96px); font-weight: 800; line-height: 0.92; letter-spacing: -0.04em; text-transform: lowercase; }
.page-head h1 em { color: var(--red); font-style: normal; }
.page-head .lede { margin-top: 24px; max-width: 60ch; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 500; color: rgba(255,255,255,0.78); line-height: 1.5; }

main.news-main { padding: 80px 40px 120px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; padding: 9px 14px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; transition: all .2s; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.search { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); padding: 10px 14px; min-width: 280px; }
.search input { border: none; outline: none; background: transparent; font-family: "Inter", sans-serif; font-size: 14px; flex: 1; }
.search .ico { color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.post { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.post:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8,21,42,0.08); }
.post .img {
  aspect-ratio: 16/10; border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(135deg, #DCE0E7 0 8px, #E8EAEF 8px 16px);
  display: grid; place-items: center; color: var(--muted);
  font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; position: relative; overflow: hidden;
}
.post .img img { width: 100%; height: 100%; object-fit: cover; }
.post .pill { position: absolute; top: 16px; left: 16px; background: var(--red); color: #fff; padding: 5px 10px; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; z-index: 2; }
.post .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post .meta { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.post h3 { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; }
.post p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.post .read { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); padding-top: 12px; border-top: 1px solid var(--line); }
.post:hover .read { color: var(--red); }
.no-posts { padding: 60px 0; text-align: center; color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; }

.pagination { margin-top: 64px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers {
  min-width: 44px; height: 44px; border: 1px solid var(--line); background: #fff;
  font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--ink); cursor: pointer;
  display: grid; place-items: center; transition: all .2s; padding: 0 14px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .page-numbers.dots { border-color: transparent; background: transparent; }

/* ============================================================
   SINGLE ARTICLE
   ============================================================ */
.article-head { background: var(--navy); color: #fff; padding: 140px 40px 72px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.topbar--solid + .article-head { padding-top: 100px; }
.article-head .container { max-width: 880px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); }
.article-meta .pill { background: var(--red); color: #fff; padding: 5px 12px; }
.article-head h1 { font-family: "Manrope", sans-serif; font-size: clamp(36px, 5.2vw, 64px); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; max-width: 22ch; }
.article-head .author { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,0.7); }

.article-hero { max-width: 1100px; margin: -56px auto 0; padding: 0 40px; position: relative; z-index: 2; }
.article-hero .frame {
  aspect-ratio: 16/9; border: 1px solid var(--line); overflow: hidden;
  background: repeating-linear-gradient(135deg, #DCE0E7 0 8px, #E8EAEF 8px 16px);
  display: grid; place-items: center; color: var(--muted);
  font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  box-shadow: 0 30px 60px rgba(8,21,42,0.18);
}
.article-hero .frame img { width: 100%; height: 100%; object-fit: cover; }

.article-body { max-width: 720px; margin: 0 auto; padding: 72px 40px 40px; }
.article-body > * { margin-bottom: 24px; }
.article-body p { font-size: 18px; line-height: 1.75; color: var(--ink); }
.article-body h2 { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 30px; line-height: 1.15; letter-spacing: -0.02em; margin-top: 16px; }
.article-body h3 { font-family: "Manrope", sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.015em; margin-top: 8px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { font-size: 18px; line-height: 1.7; margin-bottom: 10px; }
.article-body blockquote {
  border-left: 3px solid var(--red); padding: 6px 0 6px 24px; margin-left: 0;
  font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 600; line-height: 1.4; letter-spacing: -0.02em;
}
.article-body img { border: 1px solid var(--line); }
.article-body a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

.article-foot { max-width: 720px; margin: 0 auto; padding: 32px 40px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.article-foot .back { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.article-foot .back:hover { color: var(--red); border-color: var(--red); }
.article-foot .tags { display: flex; gap: 8px; flex-wrap: wrap; }
.article-foot .tags a { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; border: 1px solid var(--line); padding: 6px 10px; color: var(--muted); }
.article-foot .tags a:hover { border-color: var(--ink); color: var(--ink); }

/* article CTA strip reuses .quote-cta */
.article-cta { padding: 100px 40px; }

/* ============================================================
   STICKY CTA
   ============================================================ */
.sticky-cta {
  position: fixed; right: 24px; bottom: 24px; z-index: 25;
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--red); color: #fff; padding: 16px 22px; border-radius: 999px;
  font-family: "Manrope", sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em;
  box-shadow: 0 12px 32px rgba(200,16,46,0.35);
  transform: translateY(80px); opacity: 0; pointer-events: none;
  transition: transform .35s, opacity .35s, background .2s;
}
.sticky-cta.in { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta:hover { background: var(--red-2); }
.sticky-cta .pulse { width: 8px; height: 8px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,0.6); animation: pulse 1.6s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); } 70% { box-shadow: 0 0 0 12px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

/* ============================================================
   FOOTER
   ============================================================ */
footer.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.6); padding: 0 0 32px; border-top: 1px solid rgba(255,255,255,0.08); position: relative; }
.footer-dispatch { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 36px 40px; }
.footer-dispatch-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.footer-dispatch-label { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--red); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.footer-dispatch-label .pulse-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 0 rgba(220,38,38,0.6); animation: dispatchPulse 1.6s infinite; }
@keyframes dispatchPulse { 0% { box-shadow: 0 0 0 0 rgba(220,38,38,0.5); } 70% { box-shadow: 0 0 0 8px rgba(220,38,38,0); } 100% { box-shadow: 0 0 0 0 rgba(220,38,38,0); } }
.footer-dispatch-num { font-family: "Manrope", sans-serif; font-weight: 700; font-size: clamp(36px, 4.2vw, 56px); line-height: 1; letter-spacing: -0.02em; color: #fff; display: block; }
.footer-dispatch-num:hover { color: var(--red); }
.footer-dispatch-meta { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-dispatch-cta { display: inline-flex; align-items: center; gap: 10px; padding: 18px 28px; background: var(--red); color: #fff; font-family: "JetBrains Mono", monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; transition: background .2s, transform .2s; }
.footer-dispatch-cta:hover { background: #b91c1c; transform: translateY(-1px); }
.footer-top { max-width: 1320px; margin: 0 auto 48px; padding: 64px 40px 0; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-brand img { height: 32px; width: auto; align-self: flex-start; max-width: 200px; object-fit: contain; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 14px; max-width: 320px; line-height: 1.55; }
.footer-accreds { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.footer-accreds .badge { font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; padding: 6px 10px; border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.78); border-radius: 2px; }
.footer-col h5 { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.85); font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: var(--red); }
.footer-col .meta-line { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5; }
.footer-col .meta-line strong { color: rgba(255,255,255,0.9); font-weight: 600; display: block; margin-bottom: 2px; }
.footer-social { display: flex; gap: 8px; margin-top: 14px; }
.footer-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; border-radius: 50%; color: rgba(255,255,255,0.7); transition: background .2s, color .2s, border-color .2s; }
.footer-social a:hover { background: var(--red); color: #fff; border-color: var(--red); }
.footer-social svg { width: 15px; height: 15px; }
.footer-bottom { max-width: 1320px; margin: 0 auto; padding: 0 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); }

/* ============================================================
   404
   ============================================================ */
.error-404 { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 120px 24px; }
.error-404 .code { font-family: "Manrope", sans-serif; font-weight: 800; font-size: clamp(96px, 18vw, 220px); line-height: 0.9; letter-spacing: -0.04em; color: var(--ink); }
.error-404 .code .accent { color: var(--red); }
.error-404 p { margin-top: 16px; font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 600; color: var(--muted); }
.error-404 .btn-primary { margin-top: 32px; background: var(--red); color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 880px) {
  section.std { padding: 80px 24px; }
  .topbar { padding: 16px 20px; }
  .nav, .cta-pill { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .locations-inner { grid-template-columns: 1fr; }
  .locations-label { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 16px 24px; justify-content: center; }
  .about-grid, .quote-grid, .news-grid, .form-grid { grid-template-columns: 1fr; gap: 40px; }
  .acc-row { grid-template-columns: 50px 56px 1fr 48px; gap: 12px; padding: 20px 4px; }
  .acc-row .tag { display: none; }
  .acc-row .ico { width: 50px; height: 38px; }
  .acc-row .nm { font-size: 28px; }
  .acc-detail { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; padding: 56px 24px 0; }
  .footer-dispatch { padding: 28px 24px; }
  .footer-dispatch-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-dispatch-cta { justify-self: start; }
  .footer-bottom { padding: 0 24px; flex-direction: column; gap: 12px; align-items: flex-start; padding-top: 20px; }
  .form-row.two { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-metrics { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .about-metrics .m { border-right: none; border-bottom: 1px solid var(--line); padding: 24px; }
  .about-metrics .m.big { grid-column: 1 / -1; }
  .about-metrics .m .v { font-size: 48px; }
  .news-grid { display: block; }
  .hero-trust { font-size: 9px; gap: 8px; padding: 10px 14px; }
  .hero-content { padding-left: 16px; padding-right: 16px; }
  .hero-title { font-size: clamp(52px, 16vw, 168px); line-height: 0.9; letter-spacing: -0.04em; max-width: 100%; }
  .hero-title span { max-width: 100%; }
  .hero-actions { flex-wrap: nowrap; width: 100%; gap: 12px; }
  .hero-actions .btn-primary, .hero-actions .btn-ghost { flex: 1 1 0; justify-content: center; padding: 16px 12px; white-space: nowrap; }
  .hero-scroll { display: none; }
  .sticky-cta { right: 16px; bottom: 16px; padding: 14px 18px; font-size: 11px; }
  .page-head { padding: 100px 24px 48px; }
  main.news-main { padding: 48px 24px 80px; }
  .post-grid { grid-template-columns: 1fr; }
  .filter-bar { flex-direction: column; align-items: stretch; gap: 16px; }
  .search { min-width: 0; }
  .article-head { padding: 100px 24px 56px; }
  .article-hero { padding: 0 24px; }
  .article-body { padding: 56px 24px 32px; }
  .article-foot { padding: 32px 24px 0; }
}
