:root {
  --navy: #102d46;
  --navy-2: #174866;
  --ink: #132334;
  --text: #405263;
  --muted: #71808d;
  --line: #d9e4e8;
  --paper: #ffffff;
  --mist: #f4f8f8;
  --mist-2: #e5efed;
  --teal: #087e76;
  --teal-2: #06635e;
  --orange: #de7d35;
  --success: #13795b;
  --warning: #9a6500;
  --error: #b42318;
  --radius: 16px;
  --shadow: 0 24px 65px rgba(16, 45, 70, 0.14);
  --shadow-soft: 0 12px 30px rgba(16, 45, 70, 0.09);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", "Noto Sans", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li,
h1,
h2,
h3,
summary {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 13px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(216, 228, 232, 0.8);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 22px rgba(16, 45, 70, 0.035);
  backdrop-filter: blur(18px);
}

.site-header.compact {
  position: sticky;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #1d5a72);
  box-shadow: 0 7px 16px rgba(16, 45, 70, 0.18);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 7px;
  color: var(--text);
  font-size: 14px;
}

.nav a:hover {
  color: var(--teal-2);
  background: #eaf4f2;
}

.nav a {
  padding: 8px 10px;
  border-radius: 10px;
  transition: color 160ms ease, background 160ms ease;
}

.nav-toggle {
  display: none;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.button,
.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #0a716d);
  box-shadow: 0 8px 18px rgba(8, 126, 118, 0.18);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
}

.language-switcher select {
  min-width: 74px;
  height: 42px;
  border: 1px solid rgba(216, 228, 232, 0.82);
  border-radius: 11px;
  padding: 0 28px 0 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

html[data-language='zh'] body {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

html[data-language='fr'] body {
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.button.primary:hover,
.header-cta:hover {
  background: var(--teal-2);
}

.button.secondary {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

.button.secondary:hover {
  border-color: var(--teal);
  color: var(--teal-2);
}

.button.accent {
  color: #fff;
  background: var(--orange);
}

.section {
  padding: clamp(48px, 5.5vw, 76px) clamp(20px, 5vw, 72px);
}

.section > *,
.site-footer > * {
  max-width: var(--container);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.5vw, 68px);
}

h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 46px);
}

h3 {
  font-size: 21px;
}

.lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7;
}

.section-head {
  max-width: 820px;
  margin: 0 0 26px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head p {
  color: var(--text);
}

.hero {
  min-height: 0;
  padding-top: clamp(32px, 3.5vw, 48px);
  padding-bottom: clamp(40px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  gap: clamp(30px, 4.5vw, 62px);
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #f7fbfa 0%, #fff 51%, #e6f0ee 100%);
  border-bottom: 1px solid #e0e9e9;
}

.hero::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 150, 136, 0.18), rgba(37, 150, 136, 0) 68%);
  content: "";
  pointer-events: none;
}

.hero > * { position: relative; }

.hero-kicker,
.trust-strip,
.quick-facts,
.service-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-kicker span,
.trust-strip span,
.quick-facts span,
.service-proof-row span {
  padding: 8px 10px;
  border: 1px solid rgba(13, 118, 110, 0.22);
  border-radius: 999px;
  color: var(--teal-2);
  background: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 800;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip {
  margin-top: 24px;
}

.hero-media,
.image-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mist);
  box-shadow: var(--shadow);
}

.hero-media img,
.image-panel img,
.page-hero img,
.services-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-media img {
  aspect-ratio: 16 / 9;
}

.hero-overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-width: 460px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 14px;
  color: #fff;
  background: rgba(10, 36, 55, 0.88);
  box-shadow: 0 12px 26px rgba(3, 21, 34, 0.2);
}

.hero-overlay strong,
.hero-overlay span {
  display: block;
}

.hero-overlay span {
  margin-top: 6px;
  color: rgba(255,255,255,0.78);
}

.trust-board,
.proof-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.trust-board article,
.proof-bar article {
  min-height: 112px;
  padding: 22px 28px;
  background: #fff;
}

.trust-board strong,
.proof-bar strong,
.trust-board span,
.proof-bar span {
  display: block;
}

.trust-board strong,
.proof-bar strong {
  color: var(--navy);
  font-size: 18px;
}

.trust-board span,
.proof-bar span {
  margin-top: 8px;
  color: var(--muted);
}

.service-grid,
.why-grid,
.scenario-grid,
.coverage-grid,
.case-grid,
.decision-grid,
.deliverables-grid,
.method-grid,
.contact-notes,
.qr-grid,
.page-grid,
.faq-page,
.legal-page {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}


.why-grid,
.deliverables-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scenario-grid,
.coverage-grid,
.case-grid,
.method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.decision-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
}

.decision-grid h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.decision-grid p {
  margin: 16px 0 22px;
}

.service-card,
.why-card,
.scenario-card,
.coverage-card,
.case-card,
.decision-grid article,
.deliverable-card,
.method-card,
.contact-notes article,
.faq-page details,
.legal-page article,
.breadcrumb,
.info-panel,
.service-detail article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.service-card,
.why-card,
.scenario-card,
.coverage-card,
.case-card,
.decision-grid article,
.deliverable-card,
.method-card,
.contact-notes article {
  padding: 28px;
}

.service-card {
  display: flex;
  min-height: 258px;
  flex-direction: column;
  border: 1px solid #dce8e8;
  border-top: 5px solid var(--teal);
  box-shadow: 0 2px 0 rgba(16, 45, 70, 0.02);
}

.service-card .icon,
.number-badge {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #225b70);
  font-size: 13px;
  font-weight: 800;
}

.service-card p,
.why-card p,
.scenario-card p,
.coverage-card p,
.decision-grid p,
.case-card span,
.deliverable-card span,
.method-card span,
.service-detail p,
.service-detail li,
.info-panel p,
.faq-page p,
.legal-page p,
.contact-notes span {
  color: var(--text);
}

.service-card ul,
.compact-list {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--text);
}

.service-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--teal-2);
  font-weight: 800;
}

.band {
  background: linear-gradient(180deg, #f1f7f6, #f7faf9);
}

.dark-band {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(22, 135, 125, 0.34), transparent 35%),
    linear-gradient(135deg, #102d46, #0d2337);
}

.dark-band .eyebrow {
  color: #9fd5cd;
}

.dark-band p,
.dark-band span {
  color: rgba(255,255,255,0.76);
}

.dark-band .why-card,
.dark-band .method-card {
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.085);
  backdrop-filter: blur(8px);
}

.split-section,
.page-hero,
.services-hero,
.contact,
.about-story,
.service-method,
.case-feature,
.coverage-map {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-line li {
  min-height: 142px;
  padding: 18px;
  border: 1px solid #dce8e7;
  border-top: 4px solid var(--teal);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 45, 70, 0.045);
}

.process-line strong,
.process-line span,
.case-card strong,
.case-card span,
.contact-notes strong,
.contact-notes span,
.deliverable-card strong,
.deliverable-card span,
.method-card strong,
.method-card span,
.coverage-card strong,
.coverage-card span {
  display: block;
}

.process-line span,
.method-card span,
.deliverable-card span,
.case-card span {
  margin-top: 8px;
}

.coverage-map-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(13,118,110,0.12), rgba(15,36,55,0.08)),
    #fff;
  box-shadow: var(--shadow-soft);
}

.city-network {
  display: grid;
  width: min(420px, 100%);
  gap: 12px;
}

.city-network span {
  display: block;
  padding: 12px 14px;
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  color: var(--navy);
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-weight: 800;
}

.page-hero,
.services-hero {
  min-height: 360px;
  background: linear-gradient(120deg, #f7fbfa, #e5f0ee);
}

.breadcrumb {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--teal-2);
  font-weight: 800;
}

.page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: var(--mist);
}

.service-detail article,
.info-panel,
.faq-page details,
.legal-page article {
  padding: 24px;
}

.contact {
  align-items: start;
  background: var(--mist);
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-methods a,
.contact-methods span {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.contact-image {
  margin-top: 18px;
}

.qr-grid {
  grid-template-columns: repeat(2, minmax(0, 150px));
  margin-top: 18px;
}

.qr-grid figure {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
}

.qr-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.qr-grid figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.check-row {
  display: flex !important;
  grid-column: 1 / -1;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start;
}

.check-row input {
  width: auto;
  margin-top: 4px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-privacy,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  min-height: 20px;
  font-weight: 800;
}

.form-status.is-error {
  color: var(--error);
}

.form-status.is-success {
  color: var(--success);
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: progress;
}

.faq-page,
.legal-page {
  max-width: 980px;
  margin: 0 auto;
}

.faq-page summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 800;
  font-size: 18px;
}

.legal-page h2 {
  font-size: 26px;
}

.legal-page a {
  color: var(--teal-2);
  font-weight: 800;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(120deg, #12324c, #0b5e5b);
  box-shadow: var(--shadow);
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-band p {
  max-width: 720px;
  color: rgba(255,255,255,0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr) minmax(220px, 0.7fr);
  gap: 28px;
  padding: 54px clamp(20px, 5vw, 72px) 28px;
  color: rgba(255,255,255,0.74);
  background: var(--navy);
  font-size: 14px;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.site-footer p {
  margin: 0 0 10px;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.site-footer a {
  color: rgba(255,255,255,0.9);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 18px;
}

.simple-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--mist);
}

.thank-you {
  width: min(640px, calc(100% - 36px));
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .service-card,
  .why-card,
  .scenario-card {
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
  }

  .service-card:hover,
  .why-card:hover,
  .scenario-card:hover {
    transform: translateY(-5px);
    border-color: #bad7d3;
    box-shadow: 0 18px 34px rgba(16, 45, 70, 0.12);
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-self: end;
  }

  .site-header.nav-open .nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .site-header.nav-open .nav a {
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
  }

  .trust-board,
  .proof-bar,
  .process-line,
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .why-grid,
  .deliverables-grid,
  .coverage-grid,
  .case-grid,
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid > *,
  .service-grid > :last-child { grid-column: auto; }
}

/* Layout corrections: never reserve a column, row, or panel without content. */
.page-hero:not(:has(> img)):not(:has(.info-panel)) {
  grid-template-columns: minmax(0, 780px);
  min-height: 0;
  padding-top: 54px;
  padding-bottom: 54px;
}

.page-hero:has(.info-panel) {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: start;
}

.page-hero .info-panel {
  align-self: center;
  padding: 30px;
  border: 0;
  border-left: 5px solid #f0b16f;
  border-radius: 0 16px 16px 0;
  color: #18364e;
  background: #f8efe0;
  box-shadow: 16px 16px 0 rgba(80, 180, 164, .16);
}

.page-hero .info-panel h2,
.page-hero .info-panel p { color: #18364e; }
.page-hero .info-panel h2 { font-size: clamp(27px, 2.5vw, 36px); }

.about-story {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: stretch;
}

.about-story > .info-panel {
  height: 100%;
  margin: 0;
}

.about-story > aside.info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.case-card { min-height: 0; }

/* The contact form is intentionally a full-width next step, avoiding an empty right column below the form. */
.contact {
  grid-template-columns: 1fr;
  max-width: none;
}

.contact > div,
.contact > form {
  width: min(var(--container), 100%);
  margin-right: auto;
  margin-left: auto;
}

.contact > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  column-gap: clamp(34px, 7vw, 110px);
}

.contact > div > .breadcrumb,
.contact > div > .eyebrow,
.contact > div > h1,
.contact > div > .lead { grid-column: 1; }

.contact > div > .contact-methods,
.contact > div > .qr-grid,
.contact > div > .contact-notes { grid-column: 2; }

.contact > div > .contact-methods { grid-row: 1 / span 2; align-self: end; margin-top: 0; }
.contact > div > .qr-grid { grid-row: 3; }
.contact > div > .contact-notes { grid-row: 4; }
.contact > form { margin-top: 34px; }

/* The home service section used a tall sidebar, which created a false empty column after its text ended. */
.home-services {
  display: block;
}

.home-section-intro {
  display: block;
  max-width: 760px;
  margin-bottom: 34px;
}

.home-section-intro .eyebrow { margin-bottom: 10px; }
.home-section-intro > p:not(.eyebrow) { max-width: 620px; margin: 18px 0 0; }
.home-section-intro .hero-text-link { margin-top: 18px; }

.home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-service-featured {
  grid-row: auto;
  grid-column: span 2;
  min-height: 300px;
}

.home-service-featured h3 { margin-top: auto; }


.contact > div {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  grid-template-areas:
    "crumb crumb"
    "eyebrow methods"
    "title methods"
    "lead qrs"
    "lead notes";
  align-items: start;
  row-gap: 0;
}

.contact > div > .breadcrumb { grid-area: crumb; align-self: start; justify-self: start; margin-bottom: 28px; }
.contact > div > .eyebrow { grid-area: eyebrow; }
.contact > div > h1 { grid-area: title; }
.contact > div > .lead { grid-area: lead; }
.contact > div > .contact-methods { grid-area: methods; align-self: start; }
.contact > div > .qr-grid { grid-area: qrs; align-self: start; }
.contact > div > .contact-notes { grid-area: notes; align-self: start; }

.contact > div > .breadcrumb,
.contact > div > .eyebrow,
.contact > div > h1,
.contact > div > .lead,
.contact > div > .contact-methods,
.contact > div > .qr-grid,
.contact > div > .contact-notes { grid-column: auto; grid-row: auto; }

@media (max-width: 900px) {
  .page-hero:not(:has(> img)):not(:has(.info-panel)),
  .page-hero:has(.info-panel),
  .about-story,
  .contact > div,
  .home-section-intro { grid-template-columns: 1fr; }

  .page-hero .info-panel { margin-top: 8px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact > div > * { grid-column: 1 !important; grid-row: auto !important; }
  .contact > div > .contact-methods { margin-top: 24px; }
  .home-section-intro > * { grid-column: 1 !important; grid-row: auto !important; }
  .home-section-intro > p:not(.eyebrow) { margin-top: 14px; }
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-service-featured { grid-column: span 2; }
}

@media (max-width: 560px) {
  .case-grid,
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-featured { grid-column: auto; }
}

/* Contact is a conversion page: one clear reading path is stronger than an uneven decorative split. */
.contact > div {
  display: block;
  width: min(880px, 100%);
}

.contact > div > .breadcrumb { margin-bottom: 24px; }
.contact > div > .lead { max-width: 760px; }
.contact > div > .contact-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.contact > div > .contact-methods a,
.contact > div > .contact-methods span { margin: 0; }
.contact > div > .qr-grid { margin-top: 20px; }
.contact > div > .contact-notes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

@media (max-width: 560px) {
  .contact > div > .contact-methods,
  .contact > div > .contact-notes { grid-template-columns: 1fr; }
}

/* Original warm, editorial design direction: inspired by high-density sourcing sites, not their assets or layout. */
body,
body:has(.home-page),
body:not(:has(.home-page)),
body:not(:has(.home-page)) main,
.home-page { background: #fffdf9; }

.site-header,
body:has(.home-page) .site-header,
body:not(:has(.home-page)) .site-header {
  color: #263747;
  background: rgba(255, 253, 249, .96);
  border-bottom: 1px solid #eee5da;
  box-shadow: 0 2px 14px rgba(48, 37, 23, .04);
}

.brand-mark { color: #fff; background: #ef8c35; }
.brand small { color: #78808a; }
.nav { color: #475360; }
.nav a:hover { color: #d56d1d; background: #fff1e3; }
.header-cta { color: #fff; background: #ef8c35; }
.header-cta:hover { background: #db791f; }

.home-hero {
  min-height: 0;
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
  color: #243747;
  background: linear-gradient(115deg, #fffdf9 12%, #fff5e9 62%, #ffe6ca 100%);
}

.home-hero::after { display: none; }
.home-label { color: #e17826; }
.home-hero h1 { color: #203447; }
.home-hero h1 em,
.home-services h2 em { color: #e17826; }
.home-intro { color: #526170; }
.home-hero .button.primary { color: #fff; background: #ef8c35; }
.home-hero .button.primary:hover { background: #db791f; }
.home-hero .hero-text-link { color: #263747; }
.hero-reassurance { color: #68717a; margin-top: 27px; }
.hero-reassurance span::before { color: #ef8c35; }
.hero-image-frame { border-radius: 18px; background: #f1e1ce; box-shadow: 18px 18px 0 #f7cfaa; }
.hero-note { color: #263747; background: #fffdf9; box-shadow: 0 14px 26px rgba(80, 50, 20, .12); }
.hero-note .note-mark { color: #e17826; }

.home-proof { color: #263747; background: #fffdf9; border-top: 1px solid #eee5da; border-bottom: 1px solid #eee5da; }
.home-proof > div { border-left-color: #eee5da; }
.home-proof span { color: #78808a; }

.home-services { padding-top: clamp(58px, 7vw, 88px); padding-bottom: clamp(58px, 7vw, 88px); background: #fffdf9; }
.home-section-intro .hero-text-link { color: #d56d1d; }
.home-service-grid { gap: 12px; }
.home-service-card { min-height: 205px; border: 1px solid #f0e7dd; border-radius: 8px; color: #263747; background: #fff; box-shadow: none; }
.home-service-card:hover { transform: translateY(-3px); border-color: #f1bf8d; box-shadow: 0 12px 24px rgba(60, 44, 25, .08); }
.home-service-card > span { color: #e17826; }
.home-service-card p { color: #67727d; }
.home-service-featured { min-height: 255px; color: #fff; background: #e77c27; }
.home-service-featured span { color: #ffe4ca; }
.home-service-featured p { color: rgba(255,255,255,.84); }
.home-service-photo { background: linear-gradient(rgba(40,49,54,.2), rgba(40,49,54,.75)), url("img/generated/factory-visit-support.webp") center / cover; }
.home-service-dark { background: #2b4154; }

.home-method { padding-top: clamp(58px, 7vw, 86px); padding-bottom: clamp(58px, 7vw, 86px); color: #263747; background: #fff0df; }
.method-heading .eyebrow { color: #e17826; }
.method-heading > p:not(.eyebrow) { color: #66727d; }
.method-steps { margin-top: 36px; background: #edc9a5; }
.method-steps li { min-height: 178px; background: #fffaf4; }
.method-steps span { color: #e17826; }
.method-steps strong { margin-top: 24px; color: #263747; }
.method-steps p { color: #67727d; }

.home-evidence { padding-top: clamp(58px, 7vw, 86px); padding-bottom: clamp(58px, 7vw, 86px); background: #fffdf9; }
.evidence-list { border-top-color: #e9ddd0; }
.evidence-list article { border-bottom-color: #e9ddd0; }
.evidence-list span { color: #e17826; }
.evidence-list p { color: #68737d; }

.home-cta { padding-top: clamp(56px, 7vw, 82px); padding-bottom: clamp(56px, 7vw, 82px); color: #263747; background: #ef8c35; }
.home-cta > p, .home-cta > span { color: rgba(64, 42, 21, .75); }
.home-cta .button { background: #263b4e; }

.page-hero,
.services-hero {
  color: #263747;
  background: linear-gradient(115deg, #fffdf9, #fff5e9 62%, #ffe5c8);
}

.page-hero::after,
.services-hero::after { display: none; }
.page-hero h1,
.services-hero h1 { color: #263747; }
.page-hero .lead,
.services-hero .lead { color: #5c6974; }
.page-hero .eyebrow,
.services-hero .eyebrow { color: #e17826; }
.page-hero .button.primary,
.services-hero .button.primary { color: #fff; background: #ef8c35; }
.page-hero > img,
.services-hero > img { border-radius: 16px; box-shadow: 14px 14px 0 #f7cfaa; }
.breadcrumb { border-color: #eedbc8; color: #6a7279; background: rgba(255,255,255,.62); }
.breadcrumb a { color: #d56d1d; }
.page-hero .info-panel { border-left-color: #ef8c35; background: #fffdf9; box-shadow: 12px 12px 0 #f5d3b0; }

body:not(:has(.home-page)) main > .section:not(.page-hero):not(.services-hero):not(.contact):not(.band):not(.dark-band):not(.cta-band):not(.service-detail) { background: #fffdf9; }
.band { background: #fff1df; }
.service-detail { background: #fffdf9; }
.service-detail article,
.info-panel,
.faq-page details,
.legal-page article { border-color: #eee3d7; background: #fff; box-shadow: none; }
.service-detail article::before { color: #e17826; }
.service-detail article::after { border-color: #f3d3b0; }
.service-detail h2 { color: #263747; }
.coverage-map-visual { background: #ffe7cb; }

.contact { color: #263747; background: #fff0df; }
.contact .eyebrow { color: #e17826; }
.contact h1, .contact h2 { color: #263747; }
.contact .lead { color: #5b6974; }
.contact .contact-methods a,
.contact .contact-methods span { color: #4e5d68; border-color: #edddce; background: #fffaf4; }
.contact .contact-form { box-shadow: 12px 12px 0 #f5d1ac; }

.cta-band { color: #263747; background: #ef8c35; }
.cta-band h2 { color: #263747; }
.cta-band p { color: #5c432c; }
.cta-band .button.accent { background: #263b4e; }

.site-footer { background: #263b4e; }

@media (max-width: 1120px) {
  .nav-toggle { color: #263747; border-color: #edd9c6; background: #fffaf4; }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .header-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero,
  .split-section,
  .page-hero,
  .services-hero,
  .contact,
  .about-story,
  .service-method,
  .case-feature,
  .coverage-map,
  .service-detail,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .hero-overlay {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .trust-board,
  .proof-bar,
  .process-line,
  .service-grid,
  .why-grid,
  .scenario-grid,
  .decision-grid,
  .coverage-grid,
  .case-grid,
  .deliverables-grid,
  .method-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 38px;
  }

  .section {
    padding: 44px 18px;
  }

  .hero {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .site-header.nav-open .nav {
    grid-template-columns: 1fr;
  }

  .brand strong {
    font-size: 15px;
  }
}

/* Final visual refinement: navigation, type scale, and detail-card hierarchy */
.site-header {
  border-bottom-color: rgba(255,255,255,.1);
  color: #eef7f5;
  background: #12334c;
  box-shadow: none;
}

.brand-mark { color: #153248; background: #f0b16f; box-shadow: none; }
.brand small { color: rgba(237,247,245,.62); }
.nav { color: rgba(245,252,250,.82); }
.nav a:hover { color: #fff; background: rgba(255,255,255,.1); }
.header-cta { color: #153248; background: #f0b16f; box-shadow: none; }
.header-cta:hover { background: #f7c48e; }

body:has(.home-page) .site-header { background: #12334c; }
body:not(:has(.home-page)) .site-header { background: #12334c; }

.page-hero h1,
.services-hero h1 { font-size: clamp(36px, 3.8vw, 54px); }

.service-detail { counter-reset: detail-card; }
.service-detail article { position: relative; overflow: hidden; padding-top: 58px; }
.service-detail article::before {
  position: absolute;
  top: 17px;
  left: 24px;
  color: #66a89e;
  content: "0" counter(detail-card);
  counter-increment: detail-card;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.service-detail article::after {
  position: absolute;
  top: 25px;
  right: 24px;
  width: 34px;
  border-top: 2px solid #d0e4df;
  content: "";
}

.service-detail article h2 { margin-bottom: 9px; }
.service-detail article ul { margin-bottom: 0; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #18897d;
  outline: 3px solid rgba(24,137,125,.14);
}

@media (max-width: 1120px) {
  .nav-toggle { color: #eef7f5; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
  .site-header.nav-open .nav a { color: #153248; background: #fffdf8; }
}

/* Homepage — editorial, high-contrast layout */
body:has(.home-page) {
  background: #e9f0ee;
}

.home-page {
  overflow: hidden;
  background: #e9f0ee;
}

.home-hero,
.home-proof,
.home-services,
.home-method,
.home-evidence,
.home-cta {
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(430px, 0.87fr);
  gap: clamp(44px, 7vw, 106px);
  align-items: center;
  min-height: 640px;
  padding-top: clamp(60px, 7vw, 110px);
  padding-bottom: clamp(64px, 7vw, 106px);
  color: #f9fcfb;
  background:
    radial-gradient(circle at 86% 16%, rgba(49, 161, 148, 0.32), transparent 23%),
    radial-gradient(circle at 12% 90%, rgba(18, 101, 117, 0.42), transparent 30%),
    #102f48;
}

.home-hero::after {
  position: absolute;
  right: -5vw;
  bottom: -20vw;
  width: min(42vw, 600px);
  aspect-ratio: 1;
  border: 1px solid rgba(190, 232, 226, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.home-hero-copy,
.home-hero-visual { position: relative; z-index: 1; }

.home-label,
.home-cta > p {
  margin: 0 0 18px;
  color: #a8d9d1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-hero h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: .98;
  letter-spacing: -.06em;
}

.home-hero h1 em,
.home-services h2 em {
  color: #a9dbd3;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.home-intro {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(244, 252, 250, .77);
  font-size: 18px;
  line-height: 1.65;
}

.home-hero .hero-actions { align-items: center; margin-top: 30px; }
.home-hero .button.primary { background: #f0b16f; color: #173248; box-shadow: none; }
.home-hero .button.primary:hover { background: #f6c38e; }
.button span { margin-left: 7px; font-size: 18px; line-height: 0; }

.hero-text-link {
  color: currentColor;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 5px;
}

.hero-text-link span { margin-left: 5px; text-decoration: none; }
.home-hero .hero-text-link { color: #fff; }

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
  color: #c4e0dc;
  font-size: 13px;
  font-weight: 700;
}

.home-hero .hero-start-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.hero-start-checklist > div {
  min-width: 0;
  padding: 13px 14px 12px;
  border: 1px solid rgba(192,233,235,.2);
  border-radius: 12px;
  background: rgba(3,38,55,.2);
}
.hero-start-checklist span {
  display: block;
  margin-bottom: 7px;
  color: #75ddd2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}
.hero-start-checklist strong { display: block; color: #fff; font-size: 14px; line-height: 1.2; }
.hero-start-checklist p { margin: 5px 0 0; color: rgba(234,249,250,.74); font-size: 12px; line-height: 1.4; }

.hero-reassurance span::before { margin-right: 8px; color: #efb574; content: "●"; }

.hero-image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.15;
  border-radius: 170px 170px 22px 22px;
  background: #1d475e;
  box-shadow: 26px 26px 0 rgba(80, 180, 164, .18);
}

.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }

.hero-note {
  position: absolute;
  bottom: 26px;
  left: -74px;
  width: min(310px, 76%);
  padding: 22px 24px;
  color: #15334b;
  background: #f4e9d8;
  box-shadow: 0 18px 32px rgba(5, 28, 45, .25);
}

.hero-note .note-mark,
.home-service-card > span,
.method-steps span,
.evidence-list span {
  color: #2c756e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hero-note strong { display: block; margin: 10px 0 4px; font-size: 20px; line-height: 1.14; }
.hero-note p { margin: 0; font-size: 13px; line-height: 1.5; }

.home-proof {
  display: grid;
  grid-template-columns: 1.65fr repeat(3, 1fr);
  align-items: stretch;
  color: #173248;
  background: #f4e9d8;
}

.home-proof > p,
.home-proof > div { margin: 0; padding: 25px 24px; }
.home-proof > p { align-self: center; max-width: 390px; font-weight: 700; line-height: 1.35; }
.home-proof > div { border-left: 1px solid rgba(23, 50, 72, .18); }
.home-proof strong,
.home-proof span { display: block; }
.home-proof strong { font-size: 20px; line-height: 1.1; }
.home-proof span { margin-top: 4px; color: #617078; font-size: 12px; }

.home-services {
  display: grid;
  grid-template-columns: minmax(250px, .66fr) minmax(0, 1.34fr);
  gap: clamp(34px, 6vw, 100px);
  padding-top: clamp(72px, 9vw, 130px);
  padding-bottom: clamp(72px, 9vw, 130px);
  background: #edf3f1;
}

.home-section-intro { max-width: 370px; }
.home-section-intro h2,
.method-heading h2,
.evidence-copy h2,
.home-cta h2 { font-size: clamp(37px, 4vw, 58px); line-height: 1.02; }
.home-section-intro > p:not(.eyebrow), .method-heading > p:not(.eyebrow), .evidence-copy > p:not(.eyebrow) { color: var(--text); }
.home-section-intro .hero-text-link { display: inline-block; margin-top: 14px; color: var(--teal-2); }

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-service-card {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  padding: 25px;
  color: #153147;
  background: #fffdf8;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(16, 45, 70, .12); }
.home-service-card h3 { margin-top: 28px; font-size: 24px; line-height: 1.08; }
.home-service-card p { margin: 12px 0 20px; color: #526471; font-size: 14px; line-height: 1.55; }
.home-service-card b { margin-top: auto; font-size: 13px; }
.home-service-card i { margin-left: 5px; font-size: 18px; font-style: normal; }
.home-service-featured { min-height: 360px; grid-row: span 2; padding: 34px; color: #fff; background: #1a6070; }
.home-service-featured span { color: #b9e2da; }
.home-service-featured h3 { margin-top: auto; font-size: 34px; }
.home-service-featured p { color: rgba(255,255,255,.75); }
.home-service-photo { color: #fff; background: linear-gradient(rgba(13, 45, 61, .36), rgba(13, 45, 61, .9)), url("img/generated/factory-visit-support.webp") center / cover; }
.home-service-photo > span, .home-service-dark > span { color: #b4ded6; }
.home-service-photo p, .home-service-dark p { color: rgba(255,255,255,.76); }
.home-service-dark { color: #fff; background: #173248; }

.home-method { padding-top: clamp(72px, 9vw, 128px); padding-bottom: clamp(72px, 8vw, 116px); color: #f7fbfa; background: #12334c; }
.method-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: end; }
.method-heading .eyebrow { grid-column: 1 / -1; color: #9bd6cd; margin-bottom: 0; }
.method-heading h2 { max-width: 600px; }
.method-heading > p:not(.eyebrow) { max-width: 480px; margin: 0; color: rgba(255,255,255,.7); }
.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 54px 0 0; padding: 1px; list-style: none; background: rgba(255,255,255,.18); }
.method-steps li { min-height: 220px; padding: 23px; background: #12334c; }
.method-steps span { display: block; color: #9bd6cd; }
.method-steps strong { display: block; margin: 38px 0 10px; font-size: 19px; }
.method-steps p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.55; }

.home-evidence { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(35px, 8vw, 140px); padding-top: clamp(72px, 9vw, 126px); padding-bottom: clamp(72px, 9vw, 126px); background: #d7e8e3; }
.evidence-copy { max-width: 430px; }
.evidence-copy .button { margin-top: 14px; background: transparent; }
.evidence-list { display: grid; border-top: 1px solid rgba(23,50,72,.24); }
.evidence-list article { display: grid; grid-template-columns: 70px 1fr 1.4fr; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid rgba(23,50,72,.24); }
.evidence-list h3 { font-size: 18px; }
.evidence-list p { margin: 0; color: #4d6170; font-size: 14px; }

.home-cta { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; padding-top: clamp(65px, 8vw, 110px); padding-bottom: clamp(65px, 8vw, 110px); color: #173248; background: #f0b16f; }
.home-cta > p { grid-column: 1 / -1; color: #75461c; }
.home-cta h2 { font-size: clamp(50px, 6vw, 78px); letter-spacing: -.06em; }
.home-cta .button { align-self: end; color: #fff; background: #173248; }
.home-cta > span { grid-column: 1 / -1; color: #805022; font-size: 13px; font-weight: 700; }

@media (max-width: 900px) {
  .home-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 66px; }
  .home-hero-copy { max-width: 680px; }
  .home-hero-visual { width: min(530px, calc(100% - 55px)); margin: 10px 0 0 auto; }
  .home-services, .home-evidence { grid-template-columns: 1fr; }
  .home-section-intro { max-width: 620px; }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .home-proof { grid-template-columns: repeat(3, 1fr); }
  .home-proof > p { grid-column: 1 / -1; max-width: none; padding-bottom: 8px; }
  .home-proof > div:first-of-type { border-left: 0; }
}

@media (max-width: 560px) {
  .home-hero, .home-proof, .home-services, .home-method, .home-evidence, .home-cta { padding-right: 20px; padding-left: 20px; }
  .home-hero { padding-top: 52px; padding-bottom: 60px; }
  .home-hero h1 { font-size: 48px; }
  .home-intro { font-size: 16px; }
  .home-hero .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-reassurance { display: grid; gap: 9px; margin-top: 28px; }
  .home-hero-visual { width: calc(100% - 24px); margin-top: 5px; }
  .hero-image-frame { border-radius: 100px 100px 15px 15px; }
  .hero-note { bottom: -24px; left: -24px; width: min(275px, 90%); padding: 17px 18px; }
  .home-proof { grid-template-columns: 1fr; padding-top: 20px; padding-bottom: 20px; }
  .home-proof > p, .home-proof > div { padding: 14px 0; }
  .home-proof > div, .home-proof > div:first-of-type { border-top: 1px solid rgba(23,50,72,.18); border-left: 0; }
  .home-service-grid, .method-steps { grid-template-columns: 1fr; }
  .home-service-featured { min-height: 310px; grid-row: auto; }
  .home-service-featured h3 { font-size: 30px; }
  .home-service-card { min-height: 218px; }
  .method-heading { display: block; }
  .method-heading > p:not(.eyebrow) { margin-top: 18px; }
  .method-steps { margin-top: 34px; }
  .method-steps li { min-height: auto; }
  .method-steps strong { margin-top: 24px; }
  .evidence-list article { grid-template-columns: 1fr; gap: 7px; }
  .home-cta { grid-template-columns: 1fr; align-items: start; }
  .home-cta .button { justify-self: start; }
  .home-cta h2 { font-size: 52px; }
}

/* Inner pages — match the homepage system and eliminate unstructured white space */
body:not(:has(.home-page)) {
  background: #e7efed;
}

body:not(:has(.home-page)) main {
  background: #e7efed;
}

body:not(:has(.home-page)) main > .section:not(.page-hero):not(.services-hero):not(.contact):not(.band):not(.dark-band):not(.cta-band):not(.service-detail) {
  background: #e7efed;
}

.page-hero,
.services-hero {
  position: relative;
  min-height: 0;
  grid-template-columns: minmax(0, .96fr) minmax(350px, .84fr);
  gap: clamp(34px, 6vw, 86px);
  padding-top: clamp(48px, 5vw, 74px);
  padding-bottom: clamp(48px, 5vw, 74px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 91% 10%, rgba(51, 154, 141, .32), transparent 26%),
    radial-gradient(circle at 14% 105%, rgba(20, 97, 113, .44), transparent 32%),
    #12334c;
}

.page-hero::after,
.services-hero::after {
  position: absolute;
  right: -140px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(205, 237, 230, .15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.page-hero > *,
.services-hero > * { position: relative; z-index: 1; }
.page-hero h1,
.services-hero h1 { max-width: 670px; color: #fff; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.02; }
.page-hero .lead,
.services-hero .lead { max-width: 610px; color: rgba(255,255,255,.77); font-size: 17px; }
.page-hero .eyebrow,
.services-hero .eyebrow { color: #9dd8ce; }
.page-hero .button.primary,
.services-hero .button.primary { color: #173248; background: #f0b16f; box-shadow: none; }
.page-hero .button.primary:hover,
.services-hero .button.primary:hover { background: #f7c48e; }
.page-hero > img,
.services-hero > img { width: 100%; height: 100%; min-height: 300px; aspect-ratio: 4 / 3; border-radius: 100px 100px 18px 18px; object-fit: cover; box-shadow: 18px 18px 0 rgba(74,172,159,.17); }

.breadcrumb {
  border-color: rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.08);
}

.breadcrumb a { color: #b9e4dd; }

.band {
  background: #f2e8d8;
}

.service-detail {
  gap: 14px;
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
  background: #e7efed;
}

.service-detail article,
.info-panel,
.faq-page details,
.legal-page article {
  border-color: rgba(23,50,72,.14);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 8px 22px rgba(16,45,70,.045);
}

.service-detail article { min-height: 0; padding: 24px; }
.service-detail h2 { color: #174766; font-size: 24px; }

.split-section,
.about-story,
.service-method,
.case-feature,
.coverage-map { gap: clamp(28px, 5vw, 70px); padding-top: clamp(50px, 6vw, 78px); padding-bottom: clamp(50px, 6vw, 78px); }

.image-panel,
.about-story > img,
.split-section > img,
.case-feature > img { border-radius: 70px 70px 16px 16px; box-shadow: 16px 16px 0 rgba(37,129,119,.14); }

.process-line { gap: 10px; }
.process-line li { min-height: 0; padding: 18px; border: 0; border-top: 4px solid #167d73; border-radius: 0; box-shadow: none; }

.coverage-map-visual { min-height: 290px; border: 0; border-radius: 80px 80px 14px 14px; background: #c9e1da; box-shadow: none; }

.contact {
  position: relative;
  gap: clamp(35px, 6vw, 82px);
  padding-top: clamp(48px, 5vw, 74px);
  padding-bottom: clamp(48px, 5vw, 74px);
  color: #fff;
  background: radial-gradient(circle at 8% 88%, rgba(36,133,124,.4), transparent 30%), #12334c;
}

.contact .eyebrow { color: #9ed9cf; }
.contact h1,
.contact h2 { color: #fff; }
.contact .lead,
.contact .contact-methods a,
.contact .contact-methods span { color: rgba(255,255,255,.78); }
.contact .contact-methods a,
.contact .contact-methods span { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.contact .contact-form { border: 0; border-radius: 16px; box-shadow: 15px 15px 0 rgba(90,184,168,.18); }

.faq-page,
.legal-page { padding-top: clamp(50px, 6vw, 78px); padding-bottom: clamp(50px, 6vw, 78px); }
.faq-page details { margin-bottom: 12px; }

.cta-band {
  margin: 0;
  border-radius: 0;
  color: #153248;
  background: #f0b16f;
  box-shadow: none;
}

.cta-band h2 { color: #153248; }
.cta-band p { color: rgba(43,66,72,.8); }
.cta-band .button.accent { color: #fff; background: #153248; }

@media (max-width: 860px) {
  .page-hero,
  .services-hero { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 50px; }
  .page-hero > img,
  .services-hero > img { min-height: 0; max-height: 390px; }
  .contact { padding-top: 46px; padding-bottom: 50px; }
}

@media (max-width: 520px) {
  .page-hero,
  .services-hero,
  .contact,
  .service-detail,
  .split-section,
  .about-story,
  .service-method,
  .case-feature,
  .coverage-map,
  .faq-page,
  .legal-page { padding-top: 42px; padding-bottom: 42px; }
  .page-hero h1,
  .services-hero h1 { font-size: 39px; }
  .page-hero > img,
  .services-hero > img { border-radius: 56px 56px 12px 12px; }
  .contact-form { padding: 20px; }
}

/* Current visual system — kept last so it consistently overrides legacy rules. */
body,
body:has(.home-page),
body:not(:has(.home-page)),
body:not(:has(.home-page)) main,
.home-page { background: #fffdf9; }

.site-header,
body:has(.home-page) .site-header,
body:not(:has(.home-page)) .site-header { color: #263747; background: rgba(255,253,249,.97); border-bottom-color: #eee5da; box-shadow: 0 2px 14px rgba(48,37,23,.04); }
.brand-mark { color: #fff; background: #ef8c35; box-shadow: none; }
.brand small { color: #78808a; }
.nav { color: #475360; }
.nav a:hover { color: #d56d1d; background: #fff1e3; }
.header-cta { color: #fff; background: #ef8c35; box-shadow: none; }
.header-cta:hover { background: #db791f; }

.home-hero { min-height: 0; padding-top: clamp(52px,6vw,82px); padding-bottom: clamp(52px,6vw,82px); color: #243747; background: linear-gradient(115deg,#fffdf9 12%,#fff5e9 62%,#ffe6ca); }
.home-hero::after { display: none; }
.home-label { color: #e17826; }
.home-hero h1 { color: #203447; }
.home-hero h1 em,.home-services h2 em { color: #e17826; }
.home-intro { color: #526170; }
.home-hero .button.primary { color: #fff; background: #ef8c35; }
.home-hero .button.primary:hover { background: #db791f; }
.home-hero .hero-text-link { color: #263747; }
.hero-reassurance { color: #68717a; margin-top: 27px; }
.hero-reassurance span::before { color: #ef8c35; }
.hero-image-frame { border-radius: 18px; background: #f1e1ce; box-shadow: 18px 18px 0 #f7cfaa; }
.hero-note { color: #263747; background: #fffdf9; box-shadow: 0 14px 26px rgba(80,50,20,.12); }
.hero-note .note-mark { color: #e17826; }
.home-proof { color: #263747; background: #fffdf9; border-color: #eee5da; }
.home-proof > div { border-left-color: #eee5da; }
.home-proof span { color: #78808a; }
.home-services { padding-top: clamp(58px,7vw,88px); padding-bottom: clamp(58px,7vw,88px); background: #fffdf9; }
.home-section-intro .hero-text-link { color: #d56d1d; }
.home-service-card { min-height: 205px; border: 1px solid #f0e7dd; border-radius: 8px; color: #263747; background: #fff; box-shadow: none; }
.home-service-card:hover { transform: translateY(-3px); border-color: #f1bf8d; box-shadow: 0 12px 24px rgba(60,44,25,.08); }
.home-service-card > span { color: #e17826; }
.home-service-card p { color: #67727d; }
.home-service-featured { min-height: 255px; color: #fff; background: #e77c27; }
.home-service-featured span { color: #ffe4ca; }
.home-service-featured p { color: rgba(255,255,255,.84); }
.home-service-photo { background: linear-gradient(rgba(40,49,54,.2),rgba(40,49,54,.75)),url("img/generated/factory-visit-support.webp") center / cover; }
.home-service-dark { background: #2b4154; }
.home-method { padding-top: clamp(58px,7vw,86px); padding-bottom: clamp(58px,7vw,86px); color: #263747; background: #fff0df; }
.method-heading .eyebrow { color: #e17826; }
.method-heading > p:not(.eyebrow) { color: #66727d; }
.method-steps { margin-top: 36px; background: #edc9a5; }
.method-steps li { min-height: 178px; background: #fffaf4; }
.method-steps span { color: #e17826; }
.method-steps strong { margin-top: 24px; color: #263747; }
.method-steps p { color: #67727d; }
.home-evidence { padding-top: clamp(58px,7vw,86px); padding-bottom: clamp(58px,7vw,86px); background: #fffdf9; }
.evidence-list { border-top-color: #e9ddd0; }
.evidence-list article { border-bottom-color: #e9ddd0; }
.evidence-list span { color: #e17826; }
.evidence-list p { color: #68737d; }
.home-cta { padding-top: clamp(56px,7vw,82px); padding-bottom: clamp(56px,7vw,82px); color: #263747; background: #ef8c35; }
.home-cta > p,.home-cta > span { color: rgba(64,42,21,.75); }
.home-cta .button { background: #263b4e; }

.page-hero,.services-hero { color: #263747; background: linear-gradient(115deg,#fffdf9,#fff5e9 62%,#ffe5c8); }
.page-hero::after,.services-hero::after { display: none; }
.page-hero h1,.services-hero h1 { color: #263747; }
.page-hero .lead,.services-hero .lead { color: #5c6974; }
.page-hero .eyebrow,.services-hero .eyebrow { color: #e17826; }
.page-hero .button.primary,.services-hero .button.primary { color: #fff; background: #ef8c35; }
.page-hero > img,.services-hero > img { border-radius: 16px; box-shadow: 14px 14px 0 #f7cfaa; }
.breadcrumb { border-color: #eedbc8; color: #6a7279; background: rgba(255,255,255,.62); }
.breadcrumb a { color: #d56d1d; }
.page-hero .info-panel { border-left-color: #ef8c35; background: #fffdf9; box-shadow: 12px 12px 0 #f5d3b0; }
body:not(:has(.home-page)) main > .section:not(.page-hero):not(.services-hero):not(.contact):not(.band):not(.dark-band):not(.cta-band):not(.service-detail) { background: #fffdf9; }
.band { background: #fff1df; }
.service-detail { background: #fffdf9; }
.service-detail article,.info-panel,.faq-page details,.legal-page article { border-color: #eee3d7; background: #fff; box-shadow: none; }
.service-detail article::before { color: #e17826; }
.service-detail article::after { border-color: #f3d3b0; }
.service-detail h2 { color: #263747; }
.coverage-map-visual { background: #ffe7cb; }
.contact { color: #263747; background: #fff0df; }
.contact .eyebrow { color: #e17826; }
.contact h1,.contact h2 { color: #263747; }
.contact .lead { color: #5b6974; }
.contact .contact-methods a,.contact .contact-methods span { color: #4e5d68; border-color: #edddce; background: #fffaf4; }
.contact .contact-form { box-shadow: 12px 12px 0 #f5d1ac; }
.cta-band { color: #263747; background: #ef8c35; }
.cta-band h2 { color: #263747; }
.cta-band p { color: #5c432c; }
.cta-band .button.accent { background: #263b4e; }
.site-footer { background: #263b4e; }

@media (max-width: 1120px) { .nav-toggle { color: #263747; border-color: #edd9c6; background: #fffaf4; } }

/* Independent brand palette — layout remains compact; colours are intentionally
   separate from the external layout reference. */
:root {
  --ink: #102f46;
  --ink-soft: #1a4b64;
  --sea: #0f9f9b;
  --sea-deep: #087c80;
  --sky: #dff1f4;
  --mist: #edf6f8;
  --line: #c9e1e5;
  --text: #183c52;
}

body,
body:has(.home-page),
body:not(:has(.home-page)),
body:not(:has(.home-page)) main,
.home-page { background: var(--mist); }

.site-header,
body:has(.home-page) .site-header,
body:not(:has(.home-page)) .site-header {
  color: #fff;
  background: rgba(16, 47, 70, .98);
  border-bottom-color: rgba(202, 235, 237, .16);
  box-shadow: none;
}
.brand-mark { color: var(--ink); background: #6bd3c7; }
.brand small { color: #abd0d7; }
.nav { color: #eaf7f8; }
.nav a:hover { color: #7ae1d4; background: rgba(255,255,255,.08); }
.header-cta { color: #fff; background: var(--sea); }
.header-cta:hover { background: var(--sea-deep); }

.home-hero {
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(100, 212, 199, .24), transparent 28%),
    linear-gradient(118deg, #102f46 10%, #164e67 65%, #0d6973);
}
.home-label { color: #83e0d4; }
.home-hero h1 { color: #fff; }
.home-hero h1 em,.home-services h2 em { color: #75ddd2; }
.home-intro { color: rgba(239,250,251,.78); }
.home-hero .button.primary { color: #073e49; background: #6bd3c7; }
.home-hero .button.primary:hover { background: #95e8de; }
.home-hero .hero-text-link { color: #eaf7f8; }
.hero-reassurance { color: #bddce1; }
.hero-reassurance span::before { color: #75ddd2; }
.hero-image-frame { background: #0d6973; box-shadow: 18px 18px 0 rgba(108,211,199,.22); }
.hero-note { color: var(--text); background: #f6fcfc; box-shadow: 0 14px 26px rgba(3,28,42,.25); }
.hero-note .note-mark { color: var(--sea); }

.home-proof { color: var(--text); background: #f9fdfd; border-color: var(--line); }
.home-proof > div { border-left-color: var(--line); }
.home-proof span { color: #587487; }
.home-services { background: var(--mist); }
.home-section-intro .hero-text-link { color: var(--sea-deep); }
.home-service-card { color: var(--text); border-color: var(--line); background: #fbfefe; }
.home-service-card:hover { border-color: #6fcfc8; box-shadow: 0 12px 24px rgba(11,59,76,.1); }
.home-service-card > span { color: var(--sea); }
.home-service-card p { color: #527084; }
.home-service-featured { color: #fff; background: var(--ink-soft); }
.home-service-featured span { color: #82dfd5; }
.home-service-featured p { color: rgba(255,255,255,.8); }
.home-service-photo { background: linear-gradient(rgba(12,56,72,.25),rgba(12,56,72,.82)),url("img/generated/factory-visit-support.webp") center / cover; }
.home-service-dark { background: #0d6973; }

.home-method { color: var(--text); background: var(--sky); }
.method-heading .eyebrow { color: var(--sea-deep); }
.method-heading > p:not(.eyebrow) { color: #47677a; }
.method-steps { background: #79cfc9; }
.method-steps li { background: #f8fdfd; }
.method-steps span { color: var(--sea); }
.method-steps strong { color: var(--text); }
.method-steps p { color: #527084; }
.home-evidence { background: #f9fdfd; }
.evidence-list { border-top-color: var(--line); }
.evidence-list article { border-bottom-color: var(--line); }
.evidence-list span { color: var(--sea); }
.evidence-list p { color: #557184; }
.home-cta { color: #fff; background: linear-gradient(110deg, #0b6973, #109d99); }
.home-cta > p,.home-cta > span { color: rgba(239,255,255,.83); }
.home-cta .button { color: #fff; background: var(--ink); }

.page-hero,.services-hero {
  color: #fff;
  background: linear-gradient(118deg, #102f46, #164e67 63%, #0e747a);
}
.page-hero h1,.services-hero h1 { color: #fff; }
.page-hero .lead,.services-hero .lead { color: rgba(239,250,251,.78); }
.page-hero .eyebrow,.services-hero .eyebrow { color: #83e0d4; }
.page-hero .button.primary,.services-hero .button.primary { color: #073e49; background: #6bd3c7; }
.page-hero > img,.services-hero > img { box-shadow: 14px 14px 0 rgba(108,211,199,.25); }
.breadcrumb { border-color: rgba(200,235,237,.28); color: #cae6e8; background: rgba(255,255,255,.08); }
.breadcrumb a { color: #83e0d4; }
.page-hero .info-panel { border-left-color: #6bd3c7; background: #f7fdfd; box-shadow: 12px 12px 0 rgba(6,38,55,.2); }
body:not(:has(.home-page)) main > .section:not(.page-hero):not(.services-hero):not(.contact):not(.band):not(.dark-band):not(.cta-band):not(.service-detail) { background: var(--mist); }
.band { background: var(--sky); }
.service-detail { background: var(--mist); }
.service-detail article,.info-panel,.faq-page details,.legal-page article { border-color: var(--line); background: #fbfefe; }
.service-detail article::before { color: var(--sea); }
.service-detail article::after { border-color: #8fd9d4; }
.service-detail h2 { color: var(--text); }
.coverage-map-visual { background: #c9e9ea; }
.contact { color: #fff; background: linear-gradient(118deg, #102f46, #164e67 63%, #0e747a); }
.contact .eyebrow { color: #83e0d4; }
.contact h1,.contact h2 { color: #fff; }
.contact .lead { color: rgba(239,250,251,.78); }
.contact .contact-methods a,.contact .contact-methods span { color: #e4f6f7; border-color: rgba(200,235,237,.24); background: rgba(255,255,255,.08); }
.contact .contact-form { box-shadow: 12px 12px 0 rgba(108,211,199,.2); }
.cta-band { color: #fff; background: linear-gradient(110deg, #0b6973, #109d99); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(239,255,255,.83); }
.cta-band .button.accent { background: var(--ink); }
.site-footer { background: #0b293d; }

@media (max-width: 1120px) {
  .nav-toggle { color: #eaf7f8; border-color: rgba(200,235,237,.3); background: rgba(255,255,255,.08); }
}

/* The services overview is a complete content block, not a tall sidebar
   beside a small group of cards. This prevents an unused decorative column. */
.home-services { display: block; }
.home-section-intro { max-width: 760px; margin-bottom: 34px; }
.home-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-service-featured { grid-row: auto; grid-column: span 2; min-height: 255px; }

@media (max-width: 900px) {
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-service-featured { grid-column: span 2; }
}

@media (max-width: 560px) {
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-featured { grid-column: auto; }
}

/* Services hero: action controls and service promises have distinct, balanced roles. */
.services-hero .services-hero-utility {
  display: grid;
  grid-template-columns: minmax(260px, .94fr) minmax(250px, 1.06fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  margin-top: 28px;
}
.services-hero .hero-actions {
  align-content: center;
  align-items: center;
  margin-top: 0;
}
.services-hero .quick-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: clamp(24px, 3vw, 40px);
  border-left: 1px solid rgba(202, 235, 237, .3);
}
.services-hero .quick-facts span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(202, 235, 237, .22);
  border-radius: 0;
  color: #e4f6f7;
  background: transparent;
}
.services-hero .quick-facts span::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: #6bd3c7;
  content: "";
}
.services-hero .quick-facts span:last-child { border-bottom: 0; }

@media (max-width: 860px) {
  .services-hero .services-hero-utility { grid-template-columns: 1fr; gap: 20px; }
  .services-hero .quick-facts { padding: 18px 0 0; border-top: 1px solid rgba(202, 235, 237, .3); border-left: 0; }
}

/* The lead service card uses a relevant work image so its larger hierarchy
   communicates sourcing at a glance instead of reading as unused colour space. */
.home-service-featured {
  background:
    linear-gradient(90deg, rgba(26,75,100,.98) 0%, rgba(26,75,100,.9) 47%, rgba(13,83,100,.35) 100%),
    url("img/generated/china-sourcing-support.webp") center / cover;
}

/* Homepage service overview: the introduction and live service choices share
   the same first screen, so the right half always has a clear job to do. */
.home-services {
  display: grid;
  grid-template-columns: minmax(290px, .76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: clamp(38px, 5vw, 88px);
}
.home-section-intro { max-width: 500px; margin: 0; }
.home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.home-service-featured { grid-column: auto; grid-row: span 2; min-height: 360px; }
.home-service-photo,
.home-service-dark { color: #fff; }
.home-service-photo h3,
.home-service-photo b,
.home-service-dark h3,
.home-service-dark b { color: #fff; }
.home-service-photo p,
.home-service-dark p { color: rgba(255,255,255,.84); }

@media (max-width: 900px) {
  .home-services { grid-template-columns: 1fr; }
  .home-section-intro { max-width: 680px; }
  .home-service-featured { grid-column: span 2; grid-row: auto; }
}

@media (max-width: 560px) {
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-featured { grid-column: auto; }
}

/* Coverage hero: a purpose-built overview replaces the former empty visual slot. */
.coverage-hero-panel {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 0;
  min-height: 310px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(184, 232, 230, .3);
  border-radius: 18px;
  color: #effafb;
  background: linear-gradient(145deg, rgba(7,42,61,.68), rgba(12,111,118,.62));
  box-shadow: 16px 16px 0 rgba(6,37,54,.18);
}
.coverage-hero-panel > p {
  margin: 0 0 18px;
  color: #83e0d4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.coverage-hero-panel > div {
  padding: 16px 0;
  border-top: 1px solid rgba(217, 245, 245, .23);
}
.coverage-hero-panel strong,
.coverage-hero-panel span { display: block; }
.coverage-hero-panel strong { color: #fff; font-size: 17px; }
.coverage-hero-panel span { margin-top: 5px; color: rgba(233,250,250,.75); font-size: 14px; line-height: 1.45; }
.coverage-hero-panel small { margin-top: 15px; color: #8ee4d9; font-size: 12px; font-weight: 700; }

/* Explicit placement keeps the overview beside the heading on desktop instead
   of allowing intrinsic content widths to create an empty third area. */
.page-hero:has(.coverage-hero-panel) {
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: clamp(32px, 4vw, 68px);
}
.page-hero:has(.coverage-hero-panel) > :first-child { grid-column: 1; grid-row: 1; min-width: 0; }
.page-hero:has(.coverage-hero-panel) > .coverage-hero-panel { grid-column: 2; grid-row: 1; min-width: 0; }

@media (max-width: 860px) {
  .coverage-hero-panel { min-height: 0; }
  .page-hero:has(.coverage-hero-panel) > :first-child,
  .page-hero:has(.coverage-hero-panel) > .coverage-hero-panel { grid-column: auto; grid-row: auto; }
}

/* Contact page: a four-part enquiry path replaces the former uneven collage. */
.contact {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}
.contact-left-column,
.contact-right-column {
  display: grid;
  align-content: start;
  gap: clamp(30px, 4vw, 64px);
  min-width: 0;
}
.contact > .contact-left-column,
.contact > .contact-right-column {
  display: grid;
  width: auto;
  margin: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: none;
  column-gap: 0;
  row-gap: clamp(30px, 4vw, 64px);
}
.contact-left-column > .contact-intro,
.contact-right-column > .contact-form { display: block; width: auto; margin: 0; }
.contact-form { gap: 18px; }
.contact-form .form-intro { display: grid; gap: 5px; margin-bottom: 4px; }
.contact-form .form-intro .contact-guide-label { margin: 0; }
.contact-form .form-intro h2 { margin: 0; color: #10324a; font-size: clamp(25px, 2.1vw, 34px); line-height: 1.08; }
.contact-form .form-intro > span { color: #59707c; font-size: 15px; line-height: 1.45; }
.contact-form .check-row { margin-top: -2px; }
.contact-support {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
  align-self: stretch;
}
.contact-intro .lead { max-width: 640px; font-size: clamp(18px, 1.25vw, 20px); line-height: 1.55; }
.contact-intro-details { display: grid; gap: 0; margin-top: 30px; border-top: 1px solid rgba(200,235,237,.26); }
.contact-intro-details > p { margin: 14px 0 4px; color: #83e0d4; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-intro-details > div { padding: 11px 0; border-top: 1px solid rgba(200,235,237,.18); }
.contact-intro-details strong,
.contact-intro-details span { display: block; }
.contact-intro-details strong { color: #fff; font-size: 16px; }
.contact-intro-details span { margin-top: 3px; color: rgba(234,249,250,.76); font-size: 14px; line-height: 1.38; }
.contact-guide,
.contact-channels {
  min-width: 0;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(200,235,237,.26);
  border-radius: 18px;
  background: rgba(4,39,56,.22);
}
.contact-guide-label {
  margin: 0 0 12px;
  color: #83e0d4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-guide h2,
.contact-channels h2 { margin: 0; color: #fff; font-size: clamp(25px, 2.1vw, 34px); line-height: 1.08; }
.contact-steps { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.contact-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(200,235,237,.2); }
.contact-steps li span { color: #83e0d4; font-size: 12px; font-weight: 800; }
.contact-steps strong { display: block; color: #fff; font-size: 15px; }
.contact-steps p { margin: 5px 0 0; color: rgba(232,249,250,.72); font-size: 14px; line-height: 1.45; }
.contact .contact-notes { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
.contact .contact-notes article { padding: 16px 18px; border-color: rgba(200,235,237,.2); background: rgba(255,255,255,.07); }
.contact .contact-notes strong { color: #fff; }
.contact .contact-notes span { color: rgba(232,249,250,.72); font-size: 13px; line-height: 1.45; }
.contact-channels { align-self: start; }
.contact-channels .contact-methods { grid-template-columns: 1fr; margin-top: 22px; }
.contact-channels .contact-methods a,
.contact-channels .contact-methods span { padding: 13px 14px; }
.contact-channels .qr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.contact-channels .qr-grid figure { padding: 12px; border-color: rgba(200,235,237,.2); background: #f8fdfd; }
.contact-prep {
  min-height: 0;
  padding: 18px 24px;
  border: 1px solid rgba(200,235,237,.26);
  border-radius: 18px;
  color: #effafb;
  background: linear-gradient(145deg, rgba(12,112,119,.35), rgba(4,39,56,.18));
}
.contact-prep h2 { margin: 0; color: #fff; font-size: 23px; line-height: 1.1; }
.contact-prep ul { display: grid; gap: 0; height: auto; margin: 11px 0 0; padding: 0; list-style: none; }
.contact-prep li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 7px 0; border-top: 1px solid rgba(200,235,237,.2); color: rgba(239,250,251,.86); font-size: 13px; line-height: 1.35; }
.contact-prep li span { color: #83e0d4; font-size: 12px; font-weight: 800; }

@media (max-width: 1120px) {
  .contact { grid-template-columns: 1fr; }
  .contact-left-column,
  .contact-right-column { width: min(var(--container), 100%); margin-right: auto; margin-left: auto; }
}
@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; }
  .contact-left-column,
  .contact-right-column { width: min(var(--container), 100%); margin-right: auto; margin-left: auto; }
  .contact-prep ul { height: auto; }
}
@media (max-width: 520px) {
  .contact-channels .qr-grid { grid-template-columns: 1fr; max-width: 230px; }
  .home-hero .hero-start-checklist { grid-template-columns: 1fr; }
}

@media (min-width: 1121px) {
  /* Align the visible QR cards and the adjacent preparation card. */
  .contact-prep { transform: translateY(-38px); }
}

/* Homepage: complete the tall areas with purposeful information rather than
   leaving one side of a split section unused. */
.home-services-brief {
  display: grid;
  gap: 9px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid #b9dadd;
  border-radius: 16px;
  background: rgba(255,255,255,.58);
}
.home-services-brief > span { color: var(--sea); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-services-brief > strong { color: var(--text); font-size: 20px; line-height: 1.15; }
.home-services-brief > p { margin: 0; color: #547184; font-size: 14px; line-height: 1.5; }
.home-services-brief ul { display: grid; gap: 8px; margin: 4px 0 0; padding: 0; list-style: none; }
.home-services-brief li { color: #28495f; font-size: 13px; }
.home-services-brief li::before { margin-right: 8px; color: var(--sea); content: "•"; }

.home-method { padding-top: clamp(62px, 7vw, 94px); padding-bottom: clamp(62px, 7vw, 94px); }
.method-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(30px, 5vw, 86px);
  align-items: stretch;
}
.method-heading .eyebrow { grid-column: 1; margin: 0 0 16px; }
.method-heading h2 { grid-column: 1; margin: 0; max-width: 610px; }
.method-summary {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid rgba(25,116,125,.28);
  border-radius: 18px;
  background: rgba(255,255,255,.52);
}
.method-summary > p { margin: 0 0 4px; color: #47677a; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.55; }
.method-summary > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding-top: 13px; border-top: 1px solid rgba(25,116,125,.2); }
.method-summary strong { color: var(--text); font-size: 14px; }
.method-summary span { color: #547184; font-size: 14px; line-height: 1.45; }
.method-steps { margin-top: 42px; }

.home-cta {
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(38px, 7vw, 120px);
  align-items: center;
  padding-top: clamp(62px, 7vw, 96px);
  padding-bottom: clamp(62px, 7vw, 96px);
}
.cta-copy { display: grid; align-content: center; gap: 18px; }
.cta-copy > p { margin: 0; color: rgba(239,255,255,.83); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.cta-copy h2 { margin: 0; }
.cta-copy > span { color: rgba(239,255,255,.83); font-size: 16px; font-weight: 700; }
.cta-request {
  display: grid;
  justify-self: end;
  width: min(100%, 620px);
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid rgba(225,255,255,.3);
  border-radius: 20px;
  background: rgba(4,49,65,.22);
}
.cta-request > p { margin: 0; color: #b8f0e9; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.cta-request ol { display: grid; gap: 0; margin: 16px 0 22px; padding: 0; list-style: none; }
.cta-request li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 11px 0; border-top: 1px solid rgba(225,255,255,.22); color: #fff; font-size: 15px; line-height: 1.35; }
.cta-request li span { color: #88e6dc; font-size: 12px; font-weight: 800; }
.cta-request .button { justify-self: start; }

@media (max-width: 900px) {
  .method-heading,
  .home-cta { grid-template-columns: 1fr; }
  .method-summary { grid-column: 1; grid-row: auto; }
  .cta-request { justify-self: start; }
}

@media (max-width: 560px) {
  .method-summary > div { grid-template-columns: 1fr; gap: 4px; }
}

/* Language control: kept inside the same header rhythm as navigation and CTA. */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  column-gap: clamp(12px, 2vw, 28px);
}
.language-switcher select {
  color: #eaf7f8;
  border-color: rgba(200,235,237,.32);
  background-color: rgba(255,255,255,.08);
}
.language-switcher select option {
  color: #102f46;
  background: #ffffff;
}
.language-switcher select option:checked {
  color: #ffffff;
  background: #0a716d;
}
.language-switcher select:focus-visible { outline: 3px solid rgba(107,211,199,.55); outline-offset: 2px; }

/* The text label remains accessible without spending a desktop header column. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header .nav a { white-space: nowrap; }

/* French labels are wider than the English set. At this point the menu is
   intentionally collapsed instead of allowing any link to wrap. */
@media (max-width: 1200px) {
  .site-header { grid-template-columns: auto 1fr auto auto; gap: 12px; }
  .site-header .nav { display: none; }
  .site-header .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    color: #eaf7f8;
    border-color: rgba(200,235,237,.3);
    background: rgba(255,255,255,.08);
  }
  .site-header.nav-open .nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
  .site-header.nav-open .nav a {
    padding: 11px 12px;
    border: 1px solid rgba(200,235,237,.22);
    border-radius: var(--radius);
    color: #153248;
    background: #f8fdfd;
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto auto; gap: 12px; }
  .language-switcher { order: 3; }
  .header-cta { order: 4; }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 11px 18px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .language-switcher { order: 0; }
  .language-switcher select { min-width: 58px; height: 39px; padding-left: 9px; font-size: 12px; }
  .header-cta { display: none; }
  .site-header .nav-toggle { order: 0; }
}

/* Keep the full navigation on the desktop header row. Collapse it only when
   the brand, controls, and links can no longer share one stable line. */
@media (min-width: 1201px) {
  .site-header {
    grid-template-columns: minmax(230px, .86fr) minmax(0, 1.5fr) auto auto;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header .brand,
  .site-header .nav,
  .site-header .language-switcher,
  .site-header .header-cta {
    grid-row: 1;
  }

  .site-header .brand { grid-column: 1; min-width: 0; }
  .site-header .nav {
    grid-column: 2;
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    min-width: 0;
    width: auto;
    padding: 0;
    overflow: visible;
  }

  .site-header .nav a {
    padding: 9px 9px;
    font-size: 16px;
  }

  .site-header .language-switcher { grid-column: 3; }
  .site-header .header-cta {
    grid-column: 4;
    white-space: nowrap;
  }
  .site-header .nav-toggle { display: none !important; }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .site-header .brand strong { font-size: 16px; }
  .site-header .header-cta { padding-right: 14px; padding-left: 14px; font-size: 13px; }
}

@media (max-width: 1200px) {
  .site-header .nav { display: none; }
  .site-header .nav-toggle { display: inline-flex !important; }
  .site-header.nav-open .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    width: 100%;
  }
}

/* English-only header: remove the unused language column at every breakpoint. */
.language-switcher { display: none !important; }

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

@media (min-width: 1201px) {
  .site-header {
    grid-template-columns: minmax(230px, .86fr) minmax(0, 1.5fr) auto;
  }
  .site-header .brand { grid-column: 1; }
  .site-header .nav { grid-column: 2; }
  .site-header .header-cta { grid-column: 3; }
}

@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .site-header .brand { grid-column: 1; }
  .site-header .header-cta { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .site-header .nav-toggle { grid-column: 2; }
  .site-header .header-cta { display: none; }
}

/* Desktop keeps the links inline; narrower layouts use the toggle menu. */
.site-header .nav-toggle { display: none; }

@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .language-switcher { grid-column: 2; grid-row: 1; order: initial; }
  .site-header .header-cta { grid-column: 3; grid-row: 1; order: initial; }
  .site-header .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    width: 100%;
  }
  .site-header.nav-open .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    padding: 2px 0 1px;
    overflow-x: auto;
    scrollbar-width: thin;
    color: #eaf7f8;
    background: transparent;
  }
  .site-header .nav a,
  .site-header.nav-open .nav a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 0;
    border-radius: 9px;
    color: #eaf7f8;
    background: rgba(255,255,255,.07);
    white-space: nowrap;
  }
}

/* Homepage visual reset: fewer competing surfaces, stronger hierarchy. */
body:has(.home-page),
.home-page {
  background: #f4f7f6;
}

.home-hero {
  min-height: 0;
  padding-top: clamp(68px, 8vw, 104px);
  padding-bottom: clamp(68px, 8vw, 104px);
  background: #12334c;
}

.home-hero::after {
  display: none;
}

.home-hero h1 {
  letter-spacing: 0;
}

.hero-image-frame {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: none;
}

.home-hero .hero-start-checklist {
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(192, 233, 235, .2);
}

.hero-start-checklist > div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-proof {
  background: #ffffff;
}

.home-services,
.home-evidence {
  background: #f4f7f6;
}

.home-services-brief {
  padding: 18px 0 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.home-service-card,
.home-service-featured,
.home-service-photo,
.home-service-dark {
  border-radius: 8px;
}

.home-service-card:hover {
  transform: none;
  box-shadow: 0 12px 24px rgba(11, 59, 76, .08);
}

.home-method {
  background: #e7f1f0;
}

.method-summary {
  border-radius: 8px;
  background: #f8fdfd;
}

.method-steps li {
  background: #f8fdfd;
}

.home-cta {
  background: #12334c;
}

.cta-request {
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 560px) {
  .home-hero h1 {
    letter-spacing: 0;
  }

  .hero-image-frame {
    border-radius: 8px;
  }
}

/* Inner-page visual alignment: one surface language across the site. */
.page-hero,
.services-hero {
  background: #12334c;
}

.page-hero > img,
.services-hero > img {
  border-radius: 8px;
  box-shadow: none;
}

.breadcrumb {
  border-radius: 4px;
}

.service-card,
.why-card,
.scenario-card,
.coverage-card,
.case-card,
.decision-grid article,
.deliverable-card,
.method-card,
.contact-notes article,
.service-detail article,
.info-panel,
.faq-page details,
.legal-page article,
.contact-form,
.contact-methods a,
.contact-methods span,
.qr-grid figure {
  border-radius: 8px;
}

.service-card,
.why-card,
.scenario-card,
.coverage-card,
.case-card,
.decision-grid article,
.deliverable-card,
.method-card,
.contact-notes article {
  box-shadow: none;
}

.service-card:hover,
.why-card:hover,
.scenario-card:hover {
  transform: none;
  box-shadow: 0 12px 24px rgba(16, 45, 70, .08);
}

:where(a, button, select, input, textarea, summary):focus-visible {
  outline: 3px solid #f0b16f;
  outline-offset: 3px;
}

.site-header :where(a, button, select):focus-visible {
  outline-color: #75ddd2;
}

/* Homepage layout revision: content groups are full-width sections, not nested splits. */
.home-services {
  display: block;
}

.home-section-intro {
  max-width: 760px;
  margin: 0 0 42px;
}

.home-services-brief {
  display: none;
}

.home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-service-card,
.home-service-featured {
  min-height: 250px;
}

.home-service-featured {
  grid-column: span 2;
  grid-row: auto;
}

.method-heading {
  display: block;
  max-width: 760px;
}

.method-heading > p:not(.eyebrow) {
  margin-top: 18px;
}

.method-summary {
  display: none;
}

.method-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-featured {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .home-section-intro {
    margin-bottom: 28px;
  }

  .home-service-grid,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .home-service-featured {
    grid-column: auto;
  }
}

/* Service pages: create a clear reading hierarchy instead of equal card rows. */
.services-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: clamp(36px, 6vw, 92px);
}

.services-hero-card {
  align-self: stretch;
}

.services-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 8px;
  object-fit: cover;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
  margin: 0 auto;
  gap: 18px;
}

.service-grid > .service-card {
  grid-column: auto;
}

.service-card {
  min-height: 0;
  padding: 30px;
}

.service-card:nth-child(1) {
  grid-column: span 2;
  min-height: 280px;
}

.service-detail {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  gap: 18px;
}

.service-detail article {
  min-height: 210px;
}

.service-detail article:first-child {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: #e7f1f0;
}

@media (max-width: 760px) {
  .services-hero {
    grid-template-columns: 1fr;
  }

  .services-hero-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .service-grid,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(1),
  .service-detail article:first-child {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Case and profile pages: lead with one clear piece of evidence. */
.case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
  margin: 0 auto;
  gap: 18px;
}

.case-card {
  min-height: 190px;
  padding: 30px;
}

.case-card:first-child {
  grid-column: span 2;
  min-height: 240px;
  background: #e7f1f0;
}

.case-record {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case-record-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  color: var(--sea);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-record h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

.case-record dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
}

.case-record dl > div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(25, 116, 125, .18);
}

.case-record dt {
  color: var(--sea);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-record dd {
  margin: 0;
  color: #47677a;
  font-size: 14px;
  line-height: 1.55;
}

.case-record-featured h3 {
  max-width: 720px;
}

.about-story {
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 18px;
}

.about-story > .info-panel {
  padding: 34px;
}

.about-story > aside.info-panel {
  background: #e7f1f0;
}

.contact-form {
  box-shadow: none;
}

.contact-prep {
  border-radius: 8px;
}

@media (max-width: 760px) {
  .case-grid,
  .about-story {
    grid-template-columns: 1fr;
  }

  .case-card:first-child {
    grid-column: auto;
  }

  .case-record dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .site-header .brand { min-width: 0; }
  .site-header .language-switcher { grid-column: 2; }
  .site-header .header-cta {
    grid-column: 1 / -1;
    grid-row: 2;
    display: inline-flex;
    width: 100%;
    min-height: 42px;
  }
  .site-header .nav,
  .site-header.nav-open .nav {
    grid-row: 3;
  }
}

/* On phones, navigation is a compact menu instead of a clipped scroll row. */
@media (max-width: 700px) {
  .site-header .nav-toggle {
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    width: 42px;
    min-height: 39px;
    padding: 8px 12px;
    overflow: hidden;
    font-size: 0;
  }

  .site-header .nav-toggle::before {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
    content: "";
  }

  .site-header .language-switcher {
    grid-column: 3;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand > span:last-child {
    min-width: 0;
    overflow: hidden;
  }

  .site-header .brand strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .nav {
    display: none;
    overflow: visible;
  }

  .site-header.nav-open .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 0 2px;
  }

  .site-header .nav a,
  .site-header.nav-open .nav a {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(200, 235, 237, .22);
    border-radius: 9px;
    color: #eaf7f8;
    background: rgba(255, 255, 255, .07);
    white-space: normal;
  }
}

/* Final English-only header reset after all legacy responsive rules. */
.language-switcher { display: none !important; }
.site-header { grid-template-columns: auto minmax(0, 1fr) auto; }

@media (min-width: 1201px) {
  .site-header { grid-template-columns: minmax(230px, .86fr) minmax(0, 1.5fr) auto; }
  .site-header .brand { grid-column: 1; }
  .site-header .nav { grid-column: 2; }
  .site-header .header-cta { grid-column: 3; }
}

@media (max-width: 1200px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .site-header .brand { grid-column: 1; }
  .site-header .header-cta { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .site-header .nav-toggle { grid-column: 2; }
  .site-header .header-cta { display: none; }
}
