/*
Theme Name: Soluções Topografia
Theme URI: https://www.solucoestopografia.com/
Author: Soluções Topografia
Description: Tema institucional para Soluções Topografia e Fotogrametria, com páginas de serviços, blog técnico e contato.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: solucoes-topografia
*/

:root {
  --navy: #062746;
  --navy-dark: #021b33;
  --navy-deep: #011427;
  --cream: #f5d9a6;
  --cream-hover: #f0c979;
  --ink: #071525;
  --text: #233246;
  --muted: #687487;
  --line: #d9e1ea;
  --soft: #f4f7fa;
  --white: #ffffff;
  --container: 1280px;
  --shadow: 0 18px 44px rgba(4, 21, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Manrope", Inter, Arial, Helvetica, sans-serif;
  line-height: 1.48;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 26px 0;
  color: var(--white);
  transition: padding .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  padding: 12px 0;
  background: rgba(2, 27, 51, .94);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}
.header-inner { display: grid; grid-template-columns: 300px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 286px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; color: rgba(255,255,255,.88); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--cream); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-item { position: relative; }
.nav-submenu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 280px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: rgba(2,27,51,.98);
  box-shadow: 0 22px 52px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.has-submenu:hover .nav-submenu,
.has-submenu:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-submenu a {
  padding: 11px 12px;
  border-radius: 4px;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}
.nav-submenu a::after { display: none; }
.nav-submenu a:hover,
.nav-submenu a:focus { color: var(--navy); background: var(--cream); }
.menu-toggle { display: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-socials { display: flex; align-items: center; gap: 8px; }
.header-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.28);
  color: var(--white);
  background: rgba(255,255,255,.05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.header-socials a:hover,
.header-socials a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--cream);
  color: var(--cream);
  background: rgba(245,217,166,.1);
}
.header-socials svg { width: 17px; height: 17px; }

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  padding: 0 34px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--navy-deep); background: var(--cream); border-color: var(--cream); }
.button-light:hover, .button-light:focus-visible { background: var(--cream-hover); border-color: var(--cream-hover); }
.button-outline { color: var(--white); background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.65); }
.button-outline:hover, .button-outline:focus-visible { color: var(--navy-deep); background: var(--white); }
.button-dark { color: var(--white); background: var(--navy-dark); border-color: var(--navy-dark); }

.hero {
  position: relative;
  min-height: 790px;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 120px;
  bottom: 122px;
  width: min(800px, 60vw);
  background:
    linear-gradient(90deg, rgba(1, 20, 39, .86) 0%, rgba(1, 20, 39, .64) 58%, rgba(1, 20, 39, 0) 100%),
    radial-gradient(ellipse at 26% 42%, rgba(1, 20, 39, .78), rgba(1, 20, 39, 0) 68%);
  filter: blur(14px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background:
    linear-gradient(180deg, rgba(2, 43, 85, 0) 0%, rgba(2, 43, 85, .42) 48%, rgba(1, 20, 39, .82) 100%),
    radial-gradient(ellipse at 18% 100%, rgba(22, 135, 232, .34), rgba(22, 135, 232, 0) 62%);
  pointer-events: none;
}
.hero-image, .hero-shade, .terrain-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: center right; filter: saturate(1.02) contrast(1.02); }
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1,20,39,.22) 0%, rgba(1,20,39,.14) 34%, rgba(1,20,39,.03) 65%, rgba(1,20,39,.02) 100%),
    linear-gradient(180deg, rgba(1,20,39,.02), rgba(1,20,39,.08));
}
.terrain-lines {
  z-index: -1;
  opacity: .1;
  background-image:
    repeating-linear-gradient(130deg, transparent 0 24px, rgba(245,217,166,.24) 25px 26px, transparent 27px 52px),
    radial-gradient(circle at 12% 28%, rgba(245,217,166,.16), transparent 26%);
  mask-image: linear-gradient(90deg, black, transparent 62%);
}
.hero-inner { min-height: 790px; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 220px; padding-bottom: 70px; }
.hero-copy { position: relative; width: min(650px, 100%); text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.hero h1 { margin: 0; font-size: clamp(48px, 4.6vw, 70px); line-height: 1.04; font-weight: 800; letter-spacing: 0; }
.hero p { width: min(505px, 100%); margin: 24px 0 0; color: rgba(255,255,255,.94); font-size: 16px; line-height: 1.62; font-weight: 600; }
.hero-actions { display: flex; gap: 18px; margin-top: 62px; margin-bottom: 80px; flex-wrap: wrap; }
.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: auto;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255,255,255,.22);
  background: none;
  box-shadow: none;
}
.feature-strip article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; }
.feature-strip article:first-child { padding-top: 0; }
.feature-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--cream);
  opacity: 1;
}
.feature-icon svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));
}
.feature-strip h2 { margin: 0 0 6px; color: var(--white); font-size: 17px; line-height: 1.18; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.42); }
.feature-strip p { margin: 0; color: #ffffff; font-size: 13px; line-height: 1.42; text-shadow: 0 2px 10px rgba(0,0,0,.38); }

.services { padding: 76px 0 82px; background: #f7f8fa; }
.section-heading { margin-bottom: 34px; }
.section-heading p, .about-copy > p:first-child, .contact-copy > p:first-child { margin: 0 0 13px; color: #29405b; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading h2, .about-copy h2, .contact-copy h2, .blog-inner h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 3.1vw, 48px); line-height: 1.08; font-weight: 800; letter-spacing: 0; }
.section-heading h2 span { color: #083f75; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid #aeb8c5; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 560px; border: 1px solid #d8dee7; border-radius: 6px; background: var(--white); overflow: hidden; box-shadow: 0 10px 28px rgba(7,21,37,.06); transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,21,37,.12); }
.service-content { flex: 1; padding: 30px 28px 26px; }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; color: #405a78; }
.service-icon svg { width: 46px; height: 46px; }
.service-card h3 { margin: 0 0 22px; color: var(--ink); font-size: 22px; line-height: 1.14; font-weight: 800; }
.service-card p { margin: 0; color: #303c4c; font-size: 15px; line-height: 1.68; font-weight: 600; }
.service-card img { width: 100%; height: 178px; object-fit: cover; }
.service-card > a { display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 22px; border-top: 1px solid #d8dee7; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.about {
  position: relative;
  overflow: hidden;
  padding: 70px 0 76px;
  color: var(--white);
  background: #02213d;
}
.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  height: 100%;
  opacity: .16;
  background-image: radial-gradient(circle, #8bb5d7 1px, transparent 1.5px);
  background-size: 13px 13px;
  pointer-events: none;
}
.about-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: center; }
.about-copy { max-width: 470px; }
.about-copy > p:first-child { color: rgba(245,217,166,.86); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.about-copy h2 { color: var(--white); font-size: clamp(34px, 3.2vw, 50px); line-height: 1.05; }
.about-copy h2 strong { color: var(--cream); }
.about-copy > p:not(:first-child) { margin: 28px 0 0; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.72; font-weight: 600; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 44px; }
.trust-grid span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--cream); }
.trust-grid span svg { width: 46px; height: 46px; }
.trust-grid h3 { margin: 14px 0 7px; color: var(--white); font-size: 15px; line-height: 1.2; font-weight: 800; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; font-weight: 600; }
.about-media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-media img { width: 100%; height: 238px; object-fit: cover; border: 1px solid rgba(148,183,214,.26); border-radius: 8px; box-shadow: 0 18px 34px rgba(0,0,0,.18); }
.about-media .wide { grid-column: 1 / -1; height: 220px; }

.contact { padding: 72px 0; background: var(--soft); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-copy > p:not(:first-child) { margin: 18px 0 24px; color: var(--muted); }
address { display: grid; gap: 10px; font-style: normal; color: var(--text); font-size: 14px; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-form label { display: grid; gap: 6px; }
.quote-form span { color: var(--muted); font-size: 12px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  outline: 0;
  padding: 14px 15px;
  font-size: 14px;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(6,39,70,.1); }
.field-full, .quote-form button { grid-column: 1 / -1; }
.quote-form button { justify-self: start; min-width: 210px; }

.blog-cta { padding: 32px 0; border-top: 1px solid var(--line); background: var(--white); }
.blog-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.blog-inner h2 { font-size: clamp(22px, 2vw, 30px); }

.services-header {
  background: rgba(2, 27, 51, .96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}
.services-page-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
}
.services-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.52), rgba(1,20,39,.28) 42%, rgba(1,20,39,.04)),
    linear-gradient(180deg, rgba(1,20,39,.02), rgba(1,20,39,.26));
}
.services-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.services-page-hero-inner {
  display: block;
  max-width: 700px;
  padding: 170px 0 76px;
}
.services-page-hero-inner > p {
  margin: 0 0 24px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.services-page-hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 1.08;
  font-weight: 800;
}
.services-page-hero h1 span {
  color: #39a0ff;
}
.services-page-hero-inner div {
  max-width: 650px;
  margin-top: 28px;
}
.services-page-hero-inner div p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}
.services-catalog {
  padding: 36px 0 70px;
  background: #f7f8fa;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(7,21,37,.07);
}
.catalog-card img {
  width: 100%;
  height: 240px;
  min-height: 0;
  object-fit: cover;
}
.catalog-card-body {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px;
}
.catalog-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background: #021b33;
  color: var(--white);
}
.catalog-icon svg { width: 46px; height: 46px; }
.catalog-copy { min-width: 0; }
.catalog-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
}
.catalog-card p {
  margin: 0;
  color: #3a4656;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 600;
}
.catalog-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #082b51;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 700;
}
.catalog-card li::marker {
  color: #0a63b7;
}
.catalog-card .button {
  width: max-content;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 28px;
  font-size: 12px;
}
.services-feature-band {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, .8fr);
  gap: 0;
  align-items: center;
  margin-top: 24px;
  padding: 34px 34px;
  border-radius: 8px;
  color: var(--white);
  background: #02213d;
  box-shadow: 0 18px 42px rgba(7,21,37,.14);
}
.services-feature-band > div {
  padding-right: 34px;
}
.services-feature-band > div > span {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 24px;
  background: var(--cream);
}
.services-feature-band h2 {
  margin: 0;
  max-width: 430px;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 800;
}
.services-feature-band h2 strong {
  color: var(--cream);
}
.services-feature-band article {
  min-height: 120px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 0 20px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.18);
}
.services-feature-band article span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--cream);
  line-height: 1;
}
.services-feature-band article svg {
  width: 54px;
  height: 54px;
}
.services-feature-band article h3 {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}
.proposal-section {
  padding: 82px 0;
  color: var(--white);
  background: #02213d;
}
.proposal-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: start;
}
.proposal-panel > div > p:first-child {
  margin: 0 0 12px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.proposal-panel h2 {
  margin: 0;
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.06;
  font-weight: 800;
}
.proposal-panel > div > p:last-child {
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}
.proposal-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.proposal-form label {
  display: grid;
  gap: 7px;
}
.proposal-form span {
  color: rgba(255,255,255,.74);
  font-size: 12px;
}
.proposal-form input,
.proposal-form select,
.proposal-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: var(--white);
  outline: 0;
  padding: 14px 15px;
  font-size: 14px;
}
.proposal-form option {
  color: var(--ink);
}
.proposal-form input:focus,
.proposal-form select:focus,
.proposal-form textarea:focus {
  border-color: var(--cream);
  box-shadow: 0 0 0 3px rgba(245,217,166,.14);
}
.proposal-form button {
  justify-self: start;
}

.about-page-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
}
.about-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.96), rgba(1,20,39,.78) 38%, rgba(1,20,39,.18) 74%),
    linear-gradient(180deg, rgba(1,20,39,.12), rgba(1,20,39,.84));
}
.about-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.about-page-hero-inner {
  max-width: 780px;
  padding: 190px 0 92px;
}
.about-page-hero-inner > p:first-child {
  margin: 0 0 22px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.06;
  font-weight: 800;
}
.about-page-hero-inner > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 600;
}
.about-story {
  padding: 72px 0 66px;
  background: #f8f9fb;
}
.about-story-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  align-items: start;
}
.about-story-copy > p {
  margin: 0 0 24px;
  color: #083f75;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-story-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.13;
  font-weight: 800;
}
.about-title-rule {
  display: block;
  width: 58px;
  height: 4px;
  margin: 32px 0 40px;
  background: var(--cream);
}
.story-text {
  display: grid;
  gap: 26px;
  max-width: 620px;
}
.story-text p {
  margin: 0;
  color: #17304e;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 600;
}
.about-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-mosaic img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7,21,37,.12);
}
.about-mosaic .mosaic-wide {
  grid-column: 1 / -1;
  height: 280px;
}
.about-feature-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 58px;
  padding: 34px 26px;
  border-radius: 8px;
  color: var(--white);
  background: #02213d;
  box-shadow: 0 18px 42px rgba(7,21,37,.16);
}
.about-feature-band article {
  min-height: 170px;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.22);
}
.about-feature-band article:last-child {
  border-right: 0;
}
.about-feature-band span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  color: var(--cream);
}
.about-feature-band svg {
  width: 54px;
  height: 54px;
}
.about-feature-band h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
}
.about-feature-band p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}
.about-final-cta {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #021b33;
}
.about-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.98), rgba(1,20,39,.72) 42%, rgba(1,20,39,.18)),
    radial-gradient(circle at 20% 30%, rgba(17,110,184,.28), transparent 32%);
}
.about-final-cta img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.about-final-cta-inner {
  max-width: 620px;
  padding: 68px 0;
}
.about-final-cta-inner p {
  margin: 0 0 22px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-final-cta-inner p::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 4px;
  margin-right: 22px;
  vertical-align: middle;
  background: var(--cream);
}
.about-final-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
}
.about-final-cta .button {
  margin-top: 34px;
}

.contact-page-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
}
.contact-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.56), rgba(1,20,39,.32) 48%, rgba(1,20,39,.06)),
    linear-gradient(180deg, rgba(1,20,39,.02), rgba(1,20,39,.24));
}
.contact-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.contact-page-hero-inner {
  max-width: 760px;
  padding: 170px 0 76px;
}
.contact-page-hero-inner > p:first-child {
  margin: 0 0 20px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-page-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 1.06;
  font-weight: 800;
}
.contact-page-hero-inner > p:last-child {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.68;
  font-weight: 600;
}
.contact-page-section {
  padding: 76px 0 86px;
  background: #f7f8fa;
}
.contact-page-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
.contact-info-panel {
  position: sticky;
  top: 110px;
}
.contact-info-panel > p:first-child,
.form-title p {
  margin: 0 0 14px;
  color: #083f75;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-info-panel h2,
.form-title h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
}
.contact-info-panel > p:not(:first-child) {
  margin: 24px 0 0;
  color: #344154;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}
.contact-channel-grid {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}
.contact-channel-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(7,21,37,.05);
}
.contact-channel-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  color: var(--cream);
  background: #021b33;
  font-size: 24px;
  font-weight: 800;
}
.contact-channel-grid h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 16px;
}
.contact-channel-grid a,
.contact-channel-grid p {
  margin: 0;
  color: #344154;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.contact-page-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 36px;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7,21,37,.08);
}
.form-title {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}
.contact-page-form label {
  display: grid;
  gap: 7px;
}
.contact-page-form label span {
  color: #607086;
  font-size: 12px;
  font-weight: 700;
}
.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid #d8dee7;
  background: #fbfcfe;
  color: var(--ink);
  outline: 0;
  padding: 15px;
  font-size: 14px;
}
.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(6,39,70,.1);
}
.contact-page-form button {
  justify-self: start;
}
.contact-support-strip {
  padding: 0 0 76px;
  background: #f7f8fa;
}
.support-strip-inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: center;
  gap: 0;
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background: #02213d;
  box-shadow: 0 18px 42px rgba(7,21,37,.14);
}
.support-strip-inner > div {
  padding-right: 34px;
}
.support-strip-inner > div span {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 22px;
  background: var(--cream);
}
.support-strip-inner h2 {
  margin: 0;
  max-width: 460px;
  font-size: 30px;
  line-height: 1.16;
}
.support-strip-inner article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 0 26px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.support-strip-inner strong {
  color: var(--cream);
  font-size: 18px;
}
.support-strip-inner p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.blog-page-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
}
.blog-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.58), rgba(1,20,39,.24) 54%, rgba(1,20,39,.04)),
    linear-gradient(180deg, rgba(1,20,39,0), rgba(1,20,39,.2));
}
.blog-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.blog-page-hero-inner {
  max-width: 850px;
  padding: 170px 0 76px;
}
.blog-page-hero-inner > p:first-child {
  margin: 0 0 20px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-page-hero h1 {
  margin: 0;
  max-width: 830px;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 1.06;
}
.blog-page-hero-inner > p:last-child {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.68;
  font-weight: 600;
}
.blog-page-section {
  padding: 58px 0 86px;
  background: #f7f8fa;
}
.featured-post {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  overflow: hidden;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7,21,37,.08);
}
.featured-post img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.featured-post div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px;
}
.featured-post span,
.blog-card span {
  color: #083f75;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.featured-post h2 {
  margin: 22px 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
}
.featured-post p,
.blog-card p {
  margin: 0;
  color: #344154;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 600;
}
.featured-post a,
.blog-card a {
  margin-top: auto;
  padding-top: 28px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.blog-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(7,21,37,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7,21,37,.12);
}
.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.blog-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}
.blog-card h2 {
  margin: 16px 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.14;
}

.article-page-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--navy-dark);
}
.article-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1,20,39,.78), rgba(1,20,39,.36) 56%, rgba(1,20,39,.08)),
    linear-gradient(180deg, rgba(1,20,39,.02), rgba(1,20,39,.42));
}
.article-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-page-hero-inner {
  max-width: 900px;
  padding: 160px 0 72px;
}
.article-page-hero-inner > p:first-child {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.article-page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.06;
}
.article-page-hero-inner > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 600;
}
.article-content-section { padding: 72px 0 86px; background: #f7f8fa; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 64px;
  align-items: start;
}
.article-body {
  padding: 46px;
  border: 1px solid #d8dee7;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7,21,37,.07);
}
.article-body h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.16;
}
.article-body h2:not(:first-child) { margin-top: 38px; }
.article-body p,
.article-body li {
  color: #344154;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 600;
}
.article-body ul { margin: 18px 0 0; padding-left: 20px; }
.article-sidebar {
  position: sticky;
  top: 112px;
  padding: 30px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-dark), var(--navy));
}
.article-sidebar h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.14;
}
.article-sidebar p {
  margin: 0 0 24px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.62;
}

.site-footer { color: var(--white); background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 58px; padding: 48px 0 34px; }
.footer-brand img { width: 260px; }
.footer-brand p { max-width: 340px; color: rgba(255,255,255,.76); font-size: 14px; }
.social-links { display: flex; gap: 10px; margin-top: 22px; }
.social-links a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.32); font-size: 10px; font-weight: 900; }
.footer-grid h3 { margin: 0 0 16px; color: var(--white); font-size: 12px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid p { margin: 0 0 9px; color: rgba(255,255,255,.74); font-size: 13px; }
.footer-grid a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: 12px; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 250px auto; }
  .menu-toggle { justify-self: end; display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
  .menu-toggle span:not(.sr-only) { width: 21px; height: 2px; background: var(--white); }
  .site-nav { position: fixed; inset: 82px 24px auto; display: none; padding: 18px 22px; background: rgba(2,27,51,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; gap: 4px; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav a::after { display: none; }
  .nav-item { display: grid; }
  .nav-submenu {
    position: static;
    display: none;
    min-width: 0;
    padding: 4px 0 8px 14px;
    border: 0;
    border-left: 1px solid rgba(231,196,145,.38);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .has-submenu:hover .nav-submenu,
  .has-submenu:focus-within .nav-submenu { display: grid; }
  .nav-submenu::before { display: none; }
  .nav-submenu a { padding: 10px 0; font-size: 11px; white-space: normal; }
  .nav-submenu a:hover,
  .nav-submenu a:focus { color: var(--cream); background: transparent; }
  .header-actions { display: none; }
  .hero, .hero-inner { min-height: 850px; }
  .hero-inner { padding-top: 150px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(44px, 7vw, 64px); }
  .feature-strip, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 520px; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-copy { max-width: 720px; }
  .about-media .wide { height: 260px; }
  .services-page-hero-inner,
  .proposal-panel { grid-template-columns: 1fr; gap: 34px; }
  .services-page-hero-inner > p { margin-bottom: 0; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card { min-height: auto; }
  .services-feature-band { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .services-feature-band > div { grid-column: 1 / -1; }
  .services-feature-band article:nth-child(2n) { border-left: 0; }
  .about-story-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-story-copy h2 { max-width: 760px; }
  .story-text { max-width: 760px; }
  .about-feature-band { grid-template-columns: repeat(2, 1fr); }
  .about-feature-band article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: 24px; }
  .about-feature-band article:last-child { border-bottom: 0; }
  .contact-page-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-info-panel { position: static; }
  .support-strip-inner { grid-template-columns: 1fr; gap: 22px; }
  .support-strip-inner article { min-height: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 22px 0 0; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post img { min-height: 320px; height: 320px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, var(--container)); }
  .site-header { padding: 16px 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand img { width: min(230px, 68vw); }
  .hero, .hero-inner { min-height: 810px; }
  .hero::before {
    top: 230px;
    bottom: 28px;
    width: 100%;
    background: linear-gradient(180deg, rgba(1,20,39,0), rgba(1,20,39,.86) 38%, rgba(1,20,39,.95));
    filter: blur(8px);
  }
  .hero-inner { justify-content: flex-end; padding-top: 116px; padding-bottom: 70px; }
  .hero-shade { background: linear-gradient(180deg, rgba(1,20,39,.16), rgba(1,20,39,.92) 44%, rgba(1,20,39,.98)); }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 15px; }
  .hero-actions, .blog-inner, .footer-bottom { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .feature-strip, .service-grid, .trust-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card img { height: 210px; }
  .feature-strip { margin-top: 42px; gap: 18px; padding: 20px 0 0; background: none; }
  .feature-strip article { grid-template-columns: 52px 1fr; }
  .feature-icon { width: 52px; height: 52px; }
  .feature-icon svg { width: 46px; height: 46px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .services, .about, .contact { padding: 54px 0; }
  .about-media { grid-template-columns: 1fr; }
  .about-media .wide { grid-column: auto; }
  .about-media img, .about-media .wide { height: 220px; }
  .trust-grid { grid-template-columns: 1fr; gap: 22px; }
  .services-page-hero { min-height: auto; }
  .services-page-hero-inner { padding: 150px 0 56px; }
  .services-page-hero h1 { font-size: 42px; }
  .services-page-hero-inner div p { font-size: 15px; }
  .catalog-card img { min-height: 230px; height: 230px; }
  .catalog-card-body { grid-template-columns: 1fr; padding: 26px; }
  .catalog-icon { width: 64px; height: 64px; }
  .services-feature-band { grid-template-columns: 1fr; padding: 28px; }
  .services-feature-band article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
  .proposal-form { grid-template-columns: 1fr; }
  .about-page-hero { min-height: auto; }
  .about-page-hero-inner { padding: 150px 0 58px; }
  .about-page-hero h1 { font-size: 42px; }
  .about-page-hero-inner > p:last-child { font-size: 16px; }
  .about-story { padding: 58px 0; }
  .story-text p { font-size: 15px; }
  .about-mosaic { grid-template-columns: 1fr; }
  .about-mosaic .mosaic-wide,
  .about-mosaic img { grid-column: auto; height: 220px; }
  .about-feature-band { grid-template-columns: 1fr; padding: 12px 20px; }
  .about-feature-band article { min-height: auto; padding: 24px 0; }
  .about-final-cta { min-height: 420px; }
  .about-final-cta-inner { padding: 58px 0; }
  .about-final-cta h2 { font-size: 36px; }
  .contact-page-hero { min-height: auto; }
  .contact-page-hero-inner { padding: 150px 0 56px; }
  .contact-page-hero h1 { font-size: 42px; }
  .contact-page-hero-inner > p:last-child { font-size: 15px; }
  .contact-page-section { padding: 56px 0; }
  .contact-page-form { grid-template-columns: 1fr; padding: 26px; }
  .contact-support-strip { padding-bottom: 56px; }
  .support-strip-inner { padding: 28px; }
  .support-strip-inner h2 { font-size: 28px; }
  .blog-page-hero { min-height: auto; }
  .blog-page-hero-inner { padding: 150px 0 56px; }
  .blog-page-hero h1 { font-size: 42px; }
  .blog-page-hero-inner > p:last-child { font-size: 15px; }
  .blog-page-section { padding: 42px 0 58px; }
  .featured-post div { padding: 28px; }
  .featured-post img { min-height: 240px; height: 240px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: auto; }
  .article-page-hero { min-height: auto; }
  .article-page-hero-inner { padding: 150px 0 56px; }
  .article-page-hero h1 { font-size: 40px; }
  .article-page-hero-inner > p:last-child { font-size: 15px; }
  .article-content-section { padding: 46px 0 58px; }
  .article-body { padding: 28px; }
  .article-body h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
