:root {
  --brand: #2f419f;
  --brand-strong: #1f2f7c;
  --brand-dark: #101a46;
  --brand-soft: #e9edff;
  --accent: #ffbd2e;
  --ink: #151a2d;
  --muted: #5f667d;
  --line: #dfe3ee;
  --surface: #ffffff;
  --surface-alt: #f5f7fb;
  --surface-dark: #11182f;
  --success: #176b52;
  --danger: #a52a2a;
  --shadow-sm: 0 8px 24px rgba(16, 26, 70, 0.08);
  --shadow-lg: 0 24px 64px rgba(16, 26, 70, 0.16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 84px;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--brand-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--brand);
}

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

h1,
h2,
h3,
h4 {
  color: var(--ink);
  overflow-wrap: anywhere;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.65rem, 6vw, 5.3rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

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

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

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

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

.section {
  padding: clamp(72px, 9vw, 126px) 0;
}

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

.section-alt {
  background: var(--surface-alt);
}

.section-dark {
  color: #fff;
  background: var(--surface-dark);
}

.section-dark h2,
.section-dark h3,
.section-dark a {
  color: #fff;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-dark .section-heading p {
  color: #c8cee3;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.section-dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  color: #cdd5ff;
}

.muted {
  color: var(--muted);
}

.topbar {
  color: #edf0ff;
  background: var(--brand-dark);
  font-size: 0.88rem;
}

.topbar-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar svg {
  width: 17px;
  height: 17px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(16, 26, 70, 0.08);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: min(360px, 36vw);
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 11px;
  color: var(--ink);
  border-radius: 9px;
  font-size: 0.96rem;
  font-weight: 670;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--brand-strong);
  background: var(--brand-soft);
}

.main-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 18px;
  color: #fff;
  background: var(--brand);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta[aria-current="page"] {
  color: #fff;
  background: var(--brand-strong);
}

.nav-backdrop {
  display: none;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.nav-toggle svg {
  width: 25px;
  height: 25px;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 126px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--brand-dark);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/assets/img/hero-home.webp") center center / cover no-repeat;
  content: "";
  transform: scale(1.015);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 46, 0.95) 0%, rgba(10, 17, 46, 0.82) 44%, rgba(10, 17, 46, 0.26) 78%, rgba(10, 17, 46, 0.14) 100%),
    linear-gradient(0deg, rgba(10, 17, 46, 0.24), transparent 45%);
  content: "";
}

.hero-content {
  max-width: 760px;
  padding-block: clamp(92px, 12vw, 148px);
}

.hero h1 {
  max-width: 720px;
  margin: 20px 0 24px;
  color: #fff;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #e3e7f8;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  line-height: 1.65;
}

.actions-centered {
  justify-content: center;
}

.actions-spaced-lg {
  margin-top: 34px;
}

.actions-spaced-md {
  margin-top: 26px;
}

.store-hours-note {
  margin: 20px 0 0;
  color: #dce2ff;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(47, 65, 159, 0.22);
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  color: #fff;
  background: var(--brand-strong);
  border-color: var(--brand-strong);
  box-shadow: 0 14px 30px rgba(31, 47, 124, 0.28);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
  box-shadow: var(--shadow-sm);
}

.button-secondary:hover {
  color: var(--brand-strong);
  background: #f2f4ff;
  border-color: #f2f4ff;
}

.button-outline {
  color: var(--brand-strong);
  background: transparent;
  border-color: #aeb7dc;
  box-shadow: none;
}

.button-outline:hover {
  color: #fff;
  background: var(--brand-strong);
  border-color: var(--brand-strong);
}

.button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 42px;
  color: #eef0ff;
  font-size: 0.93rem;
  font-weight: 650;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-meta svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.quick-facts {
  position: relative;
  z-index: 3;
  margin-top: -56px;
}

.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(223, 227, 238, 0.8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.quick-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 30px;
}

.quick-fact + .quick-fact {
  border-left: 1px solid var(--line);
}

.icon-badge {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 15px;
}

.icon-badge svg {
  width: 27px;
  height: 27px;
}

.quick-fact h3 {
  margin-bottom: 7px;
  font-size: 1.12rem;
}

.quick-fact p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card {
  position: relative;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card:hover {
  border-color: #bdc5e5;
  box-shadow: 0 18px 44px rgba(16, 26, 70, 0.12);
  transform: translateY(-4px);
}

.card .icon-badge {
  margin-bottom: 24px;
}

.card h3 {
  margin-bottom: 12px;
}

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

.card-link {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.card-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--brand-strong);
  font-weight: 750;
  text-decoration: none;
}

.link-arrow svg {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.link-arrow:hover svg {
  transform: translateX(4px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 88px);
}

.split.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.split-media {
  position: relative;
}

.split-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.split-media::after {
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 52%;
  height: 52%;
  background: var(--brand-soft);
  border-radius: var(--radius-lg);
  content: "";
}

.split-copy h2 {
  margin: 16px 0 22px;
}

.split-copy > p {
  color: var(--muted);
  font-size: 1.06rem;
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.check-list svg {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  color: var(--success);
}

.hours-box {
  padding: 30px;
  color: #fff;
  background: var(--brand-dark);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.hours-box h3 {
  margin-bottom: 20px;
  color: #fff;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hours-row:first-of-type {
  border-top: 0;
}

.hours-row span:last-child {
  color: #dce2ff;
  text-align: right;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 189, 46, 0.28), transparent 24%),
    linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.cta-band h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.9rem, 3.7vw, 3.1rem);
}

.cta-band p {
  max-width: 720px;
  margin-bottom: 0;
  color: #dce2ff;
}

.cta-band .actions {
  flex: 0 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card-copy {
  padding: 26px;
}

.product-card .product-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 10px;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.logo-tile {
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.logo-tile img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

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

.team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 17px;
  padding: 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.team-initials {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 50%;
  font-size: 1.04rem;
  font-weight: 800;
}

.team-card h3 {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  counter-reset: process;
}

.process-card {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.process-number {
  display: block;
  margin-bottom: 28px;
  color: var(--brand);
  font-size: 2.4rem;
  font-weight: 830;
  letter-spacing: -0.05em;
  line-height: 1;
}

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

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 140px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(92, 112, 224, 0.55), transparent 30%),
    linear-gradient(135deg, var(--brand-dark), #252f77 68%, var(--brand));
  isolation: isolate;
}

.page-hero::after {
  position: absolute;
  z-index: -1;
  right: -9vw;
  bottom: -18vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(255, 255, 255, 0.035), 0 0 0 10vw rgba(255, 255, 255, 0.025);
  content: "";
}

.page-hero h1 {
  max-width: 850px;
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: #dde2f9;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

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

.service-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.service-detail h3 {
  margin-bottom: 10px;
}

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

.store-gallery {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 20px;
}

.store-gallery img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

.contact-panel,
.contact-form {
  padding: clamp(26px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.contact-panel h2,
.contact-form h2 {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.contact-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 13px;
}

.contact-list svg {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  color: var(--brand);
}

.contact-list strong {
  display: block;
  margin-bottom: 2px;
}

.contact-list a {
  text-decoration: none;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-field label {
  font-size: 0.92rem;
  font-weight: 720;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #bdc4d7;
  border-radius: 10px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(47, 65, 159, 0.12);
  outline: none;
}

.checkbox-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 4px;
}

.checkbox-field input {
  width: 19px;
  height: 19px;
  margin-top: 4px;
  accent-color: var(--brand);
}

.form-hint {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-status {
  display: none;
  padding: 12px 14px;
  margin-top: 18px;
  color: var(--success);
  background: #e7f7f1;
  border: 1px solid #b6e3d4;
  border-radius: 10px;
  font-size: 0.92rem;
}

.form-status.is-visible {
  display: block;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 50px;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  padding: 20px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.legal-nav strong {
  display: block;
  margin-bottom: 10px;
}

.legal-nav a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
}

.legal-nav a[aria-current="page"] {
  color: var(--brand-strong);
  font-weight: 760;
}

.legal-content {
  min-width: 0;
}

.legal-section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-section h2 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.site-footer {
  color: #cdd2e5;
  background: #0b1025;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 0.8fr));
  gap: 46px;
  padding: 72px 0 50px;
}

.footer-brand img {
  width: min(360px, 100%);
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 430px;
  color: #aeb5ce;
}

.footer-column h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.footer-column ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column a {
  color: #cdd2e5;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #8f97b2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-legal a {
  color: #b7bed4;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.notice {
  padding: 18px 20px;
  color: #4b3a0a;
  background: #fff8df;
  border: 1px solid #f3dfa0;
  border-radius: 12px;
}

.error-page {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.error-code {
  margin-bottom: 10px;
  color: var(--brand);
  font-size: clamp(4rem, 14vw, 10rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

@media (max-width: 1020px) {
  :root {
    --header-height: 74px;
  }

  .topbar-group:last-child {
    display: none;
  }

  .brand img {
    width: min(330px, 58vw);
    max-height: 48px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-header {
    isolation: isolate;
  }

  .nav-backdrop {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    padding: 0;
    background: rgba(9, 14, 38, 0.46);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
  }

  .main-nav {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    width: min(420px, 92vw);
    max-height: calc(100vh - var(--header-height));
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    align-content: start;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 24px;
    background: #fff;
    border-left: 1px solid var(--line);
    box-shadow: -20px 30px 50px rgba(16, 26, 70, 0.18);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: clip-path 220ms ease, opacity 180ms ease, visibility 0s linear 220ms;
  }

  .nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .nav-open .main-nav {
    clip-path: inset(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .main-nav a {
    min-height: 52px;
    padding-inline: 15px;
    font-size: 1.02rem;
  }

  .main-nav .nav-cta {
    margin: 10px 0 0;
    justify-content: center;
  }

  .quick-facts-grid {
    grid-template-columns: 1fr;
  }

  .quick-fact + .quick-fact {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .cards-grid,
  .product-grid,
  .team-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .split.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .split-media {
    order: -1;
  }

  .footer-main {
    grid-template-columns: 1.25fr repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-item.hours-short {
    display: none;
  }

  .hero {
    min-height: 690px;
  }

  .hero::before {
    background-position: 58% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(10, 17, 46, 0.96), rgba(10, 17, 46, 0.78));
  }

  .hero-content {
    padding-block: 92px 116px;
  }

  .hero-meta {
    display: grid;
  }

  .quick-facts {
    margin-top: -38px;
  }

  .quick-fact {
    padding: 24px;
  }

  .split-media::after {
    right: 0;
    bottom: -12px;
  }

  .cards-grid,
  .product-grid,
  .team-grid,
  .process-grid,
  .service-detail-grid,
  .logo-grid {
    grid-template-columns: 1fr;
  }

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

  .split-media img {
    min-height: 300px;
  }

  .cta-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-gallery {
    grid-template-columns: 1fr;
  }

  .store-gallery img {
    min-height: 280px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .legal-nav {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}

@media (max-width: 440px) {
  .brand img {
    width: min(250px, 68vw);
  }

  .actions .button {
    width: 100%;
  }

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

  .logo-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .topbar,
  .site-header,
  .site-footer,
  .actions,
  .legal-nav {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .section,
  .section-sm {
    padding: 20px 0;
  }

  .page-hero {
    padding: 24px 0;
    color: #000;
    background: #fff;
  }

  .page-hero h1,
  .page-hero p:not(.eyebrow),
  .page-hero .eyebrow {
    color: #000;
  }

  .legal-layout {
    display: block;
  }
}
