
:root {
  --ink: #10242d;
  --muted: #5f7280;
  --brand-navy: #073d87;
  --brand-teal: #124f5d;
  --brand-teal-dark: #0d3f4a;
  --brand-blue: #006eb8;
  --brand-green: #46a934;
  --sky: #eaf4f7;
  --mist: #f4f8f9;
  --white: #ffffff;
  --line: #d9e7ea;
  --shadow: 0 18px 60px rgba(16, 36, 45, 0.12);
  --shadow-soft: 0 10px 32px rgba(16, 36, 45, 0.09);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

p, h1, h2, h3 {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: clamp(64px, 8vw, 112px) 0;
}

.section-pad.compact {
  padding: clamp(52px, 7vw, 84px) 0;
}

.section-light {
  background: linear-gradient(180deg, var(--mist), #ffffff);
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: translateY(-140%);
  background: var(--brand-teal);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 8px;
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 231, 234, 0.75);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(16, 36, 45, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(330px, 54vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #2d4651;
}

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

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--brand-teal);
  background: var(--sky);
}

.site-nav .nav-cta {
  color: var(--white);
  background: var(--brand-teal);
  margin-left: 8px;
  box-shadow: 0 12px 24px rgba(18, 79, 93, 0.2);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--white);
  background: var(--brand-teal-dark);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--brand-teal);
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(70, 169, 52, 0.18), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(0, 110, 184, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef8f9 64%, #e9f7ee 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 52%;
  height: 380px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 110, 184, 0.14), rgba(70, 169, 52, 0.2));
  filter: blur(16px);
  transform: rotate(-8deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-teal);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
  border-radius: 999px;
}

.eyebrow.light {
  color: #d9fbff;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #092c39;
  margin-bottom: 24px;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4.7vw, 4.3rem);
}

.hero h1 {
  max-width: 920px;
}

.lead {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  color: #36515c;
  max-width: 780px;
  margin-bottom: 32px;
}

.hero-actions,
.cta-card {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-blue));
  box-shadow: 0 16px 32px rgba(0, 110, 184, 0.22);
}

.button.secondary {
  color: var(--brand-teal);
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 44px 0 0;
}

.trust-strip div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 231, 234, 0.95);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 26px rgba(16, 36, 45, 0.06);
}

.trust-strip dt {
  font-weight: 850;
  color: var(--brand-teal);
  margin-bottom: 4px;
}

.trust-strip dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(18, 79, 93, 0.98), rgba(3, 47, 91, 0.96)),
    radial-gradient(circle at 90% 8%, rgba(70, 169, 52, 0.55), transparent 30%);
  box-shadow: 0 26px 70px rgba(5, 48, 68, 0.28);
  min-height: 560px;
}

.panel-orb {
  position: absolute;
  width: 210px;
  height: 210px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(70, 169, 52, 0.85), rgba(0, 110, 184, 0.35));
  filter: blur(2px);
}

.panel-label {
  position: relative;
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #beeef6;
  font-size: 0.78rem;
}

.hero-panel h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 420px;
  margin-bottom: 26px;
}

.priority-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.priority-list span,
.check-grid span,
.values-list span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.priority-list span::before,
.check-grid span::before,
.values-list span::before,
.outcome-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-green), #8ee081);
}

.mini-case {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mini-case strong {
  display: block;
  margin-bottom: 8px;
  color: #d9fbff;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 40px;
}

.split-heading h2,
.section-title h2,
.cta-card h2,
.delivery-panel h2,
.outcome-panel h2,
.value-grid h2,
.module-block h2,
.service-feature h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #10323d;
  margin-bottom: 0;
}

.split-heading p,
.section-title p,
.service-feature p,
.value-grid p {
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid,
.service-grid,
.service-detail-grid,
.principle-grid,
.about-grid {
  display: grid;
  gap: 20px;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.service-tile,
.detail-card,
.about-card,
.principle-grid article,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow-soft);
}

.feature-card h3,
.service-tile h3,
.detail-card h3,
.about-card h3,
.principle-grid h3,
.contact-card h2 {
  font-size: 1.24rem;
  line-height: 1.18;
  color: #123743;
  margin-bottom: 10px;
}

.feature-card p,
.service-tile p,
.detail-card p,
.about-card p,
.principle-grid p,
.contact-card p,
.contact-card li {
  color: var(--muted);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-blue));
}

.section-title {
  text-align: center;
  margin-bottom: 42px;
}

.section-title.narrow {
  max-width: 780px;
  margin-inline: auto;
}

.section-title.left {
  text-align: left;
  margin-inline: 0;
}

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

.service-tile {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
}

.service-tile::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 110, 184, 0.1), rgba(70, 169, 52, 0.13));
}

.service-tile:hover,
.service-tile:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(18, 79, 93, 0.3);
  box-shadow: var(--shadow);
}

.band {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(70, 169, 52, 0.34), transparent 30%),
    linear-gradient(135deg, var(--brand-teal-dark), #072f58);
}

.band h2,
.band p {
  color: var(--white);
}

.band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.principles {
  display: grid;
  gap: 12px;
}

.principles div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.principles strong {
  color: #d9fbff;
}

.principles span {
  color: rgba(255, 255, 255, 0.82);
}

.outcome-panel,
.delivery-panel,
.value-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--mist), #ffffff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.outcome-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.outcome-list li {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #324b55;
}

.outcome-list li:last-child {
  border-bottom: 0;
}

.cta-section {
  padding-top: 0;
}

.cta-card {
  justify-content: space-between;
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(70, 169, 52, 0.32), transparent 32%),
    linear-gradient(135deg, #124f5d, #073d87);
  box-shadow: 0 24px 70px rgba(7, 61, 135, 0.22);
}

.cta-card h2,
.cta-card p {
  color: var(--white);
}

.cta-card > div {
  max-width: 760px;
}

.cta-card .button.primary {
  background: var(--white);
  color: var(--brand-teal);
  box-shadow: none;
}

.page-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(70, 169, 52, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #eff8fa);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.page-hero-note {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-soft);
}

.page-hero-note strong {
  display: block;
  color: var(--brand-teal);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.service-detail-grid {
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  align-items: stretch;
}

.detail-card.featured {
  background: linear-gradient(135deg, #ffffff, var(--mist));
  border-top: 6px solid var(--brand-teal);
}

.detail-card ul {
  color: var(--muted);
  margin-bottom: 0;
  padding-left: 20px;
}

.module-block {
  margin-top: 54px;
}

.module-list {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.module-row {
  display: grid;
  grid-template-columns: 0.58fr 1fr 190px;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.module-row:last-child {
  border-bottom: 0;
}

.module-row h3 {
  margin: 0;
  font-size: 1rem;
  color: #123743;
}

.module-row p {
  margin: 0;
  color: var(--muted);
}

.module-row span {
  justify-self: end;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--brand-teal);
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.service-feature.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 0.84fr);
}

.service-feature.reverse > div:first-child {
  order: 2;
}

.check-grid,
.values-list {
  display: grid;
  gap: 10px;
}

.check-grid span,
.values-list span {
  background: var(--white);
  border-color: var(--line);
  color: #2f4b55;
  box-shadow: 0 8px 22px rgba(16, 36, 45, 0.05);
}

.timeline {
  display: grid;
  gap: 18px;
  position: relative;
}

.timeline article {
  display: grid;
  grid-template-columns: 84px minmax(0, 0.32fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-blue));
}

.timeline h3 {
  margin: 9px 0 0;
  font-size: 1.25rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
}

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

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

.delivery-grid div {
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}

.delivery-grid strong {
  display: block;
  color: var(--brand-teal);
  margin-bottom: 8px;
}

.delivery-grid span {
  color: var(--muted);
}

.about-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.about-card.lead-card {
  grid-row: span 2;
  background: linear-gradient(135deg, var(--mist), #ffffff);
}

.logo-note {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo-note img {
  flex: 0 0 96px;
  width: 96px;
}

.value-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.72fr);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
}

.contact-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.form-row.two {
  grid-template-columns: repeat(2, 1fr);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #233f49;
  font-weight: 800;
  margin-bottom: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c9dcdf;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfdfd;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(0, 110, 184, 0.12);
}

.checkbox {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-weight: 650 !important;
  color: var(--muted) !important;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.form-note,
.small {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-aside {
  display: grid;
  gap: 18px;
}

.contact-card.muted {
  background: var(--mist);
}

.contact-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.contact-card a {
  color: var(--brand-teal);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.narrow-page {
  max-width: 820px;
}

.centered {
  text-align: center;
}

.legal-copy h2 {
  font-size: 1.35rem;
  color: #10323d;
  margin-top: 30px;
}

.legal-copy p {
  color: var(--muted);
}

.site-footer {
  padding: 56px 0 26px;
  background: #092c39;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 0.72fr));
  gap: 34px;
}

.footer-brand img {
  max-width: 300px;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
  margin-bottom: 18px;
}

.site-footer h2 {
  font-size: 0.9rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  margin: 8px 0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-link {
  color: #d9fbff !important;
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  display: inline;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    inset: 84px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero-grid,
  .page-hero-grid,
  .split-heading,
  .band-grid,
  .outcome-panel,
  .delivery-panel,
  .value-grid,
  .service-feature,
  .service-feature.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-feature.reverse > div:first-child {
    order: initial;
  }

  .trust-strip,
  .card-grid.three,
  .service-grid,
  .service-detail-grid,
  .principle-grid,
  .footer-grid,
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-panel {
    min-height: auto;
  }

  .module-row {
    grid-template-columns: 1fr;
  }

  .module-row span {
    justify-self: start;
  }

  .timeline article {
    grid-template-columns: 70px 1fr;
  }

  .timeline article p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    width: min(260px, 66vw);
  }

  .site-nav {
    inset: 74px 14px auto 14px;
  }

  .hero h1,
  .page-hero h1 {
    letter-spacing: -0.045em;
  }

  .trust-strip,
  .card-grid.three,
  .service-grid,
  .service-detail-grid,
  .principle-grid,
  .footer-grid,
  .about-grid,
  .delivery-grid,
  .form-row.two {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 1fr;
  }

  .timeline article p {
    grid-column: auto;
  }

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

  .cta-card {
    align-items: flex-start;
  }

  .logo-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

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