@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── TOKENS ─────────────────────────────────────────────────────────────── */
:root {
  --primary:        #083874;
  --primary-dark:   #052a58;
  --primary-light:  #1a4e8a;
  --accent:         #3c98ce;
  --accent-light:   #5bafd8;
  --neutral-dark:   #15171c;
  --neutral-mid:    #3a3d45;
  --neutral-muted:  #6b6e77;
  --neutral-light:  #f6f1e8;
  --extra1:         #e9e2d2;
  --extra2:         #ffffff;
  --ink:            #15171c;
  --ink-mid:        #3a3d45;
  --cream:          #f6f1e8;
  --sand:           #e9e2d2;
  --border:         rgba(8, 56, 116, 0.12);
  --border-light:   rgba(8, 56, 116, 0.06);
  --shadow-card:    0 1px 2px rgba(0,0,0,0.04), 0 18px 50px -20px rgba(0,0,0,0.12);
  --shadow-deep:    0 18px 60px -24px rgba(8, 56, 116, 0.22);
  --shadow-pill:    0 18px 40px -10px rgba(0,0,0,0.45);
  --radius:         12px;
  --radius-sm:      8px;
  --radius-pill:    999px;
  --container:      1100px;
  --wide:           1400px;
  --section-v:      160px;
  --section-v-mob:  96px;
  --transition:     200ms ease-out;
}

/* ─── RESET & BASE ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--ink);
  background: var(--extra2);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: saturate(1.05) brightness(1.02);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms;
}

a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

ul { list-style: none; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* ─── LAYOUT UTILITIES ────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

.wide-container {
  width: 100%;
  max-width: var(--wide);
  margin-inline: auto;
  padding-inline: 24px;
}

.bleed {
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
}

/* ─── TYPOGRAPHY SCALE ────────────────────────────────────────────────────── */
.eyebrow,
.section-eyebrow,
.credentials-eyebrow,
.contact-eyebrow,
.cta-band-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.section-heading,
.section-title,
.values-heading,
.credentials-heading,
.contact-heading,
.gallery-header h2,
.form-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.section-sub,
.section-header p,
.contact-intro {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--neutral-muted);
  line-height: 1.7;
  max-width: 60ch;
}

.highlight-line {
  color: var(--primary);
  font-style: normal;
}

.highlight-line em {
  font-style: italic;
}

/* ─── UTILITY BAR ─────────────────────────────────────────────────────────── */
.utility-bar,
.util-bar {
  background: var(--primary);
  color: var(--extra2);
  font-size: 12px;
  letter-spacing: 0.04em;
  position: sticky;
  top: 0;
  z-index: 900;
}

.utility-bar-inner,
.util-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  max-width: var(--wide);
  margin-inline: auto;
  padding-inline: 24px;
}

.utility-bar-left,
.util-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.utility-bar-right,
.util-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.utility-hours,
.util-dot,
.util-divider {
  opacity: 0.75;
  font-size: 11px;
}

.util-divider { margin-inline: 4px; opacity: 0.35; }
.utility-badge { font-weight: 600; }

/* ─── NAV ─────────────────────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 42px;
  z-index: 800;
  background: var(--extra2);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: var(--wide);
  margin-inline: auto;
  padding-inline: 24px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.01em;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo:hover { color: var(--primary); text-decoration: none; }

.nav-links {
  display: none;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color var(--transition);
}

.nav-links a:hover { color: var(--primary); text-decoration: none; }

.nav-links.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  background: var(--extra2);
  z-index: 850;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.nav-links.open a { font-size: 22px; }

.nav-cta { display: inline-flex; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 860;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 300ms, opacity 300ms;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn-nav {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: var(--radius-pill);
  padding: 9px 22px;
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
}

.btn-nav:hover {
  background: var(--primary);
  color: var(--extra2);
  text-decoration: none;
}

/* ─── BUTTONS ─────────────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--extra2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
}

.btn-primary:hover {
  background: var(--primary-dark);
  color: var(--extra2);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(8, 56, 116, 0.4);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--primary);
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--primary);
  color: var(--extra2);
  text-decoration: none;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--extra2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
  text-decoration: none;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
  color: var(--extra2);
  text-decoration: none;
}

.btn-cream {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  text-decoration: none;
}

.btn-cream:hover {
  background: var(--sand);
  color: var(--primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-large {
  font-size: 14px;
  padding: 18px 40px;
}

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--extra2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  text-decoration: none;
}

.btn-phone:hover {
  background: var(--accent-light);
  color: var(--extra2);
  text-decoration: none;
  transform: translateY(-1px);
}

.phone-large {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.01em;
}

/* ─── MOBILE CALL PILL ────────────────────────────────────────────────────── */
.mobile-call-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--extra2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-pill);
  text-decoration: none;
  transition: background var(--transition), transform var(--transition);
}

.mobile-call-pill:hover {
  background: var(--primary-dark);
  color: var(--extra2);
  text-decoration: none;
  transform: translateY(-2px);
}

/* ─── HERO ────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--primary-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.85) brightness(0.75);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(8, 56, 116, 0.72) 0%,
    rgba(8, 56, 116, 0.45) 50%,
    rgba(5, 18, 36, 0.65) 100%
  );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding-inline: 24px;
  padding-block: 80px;
}

.hero-wordmark {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
  display: block;
}

.hero-eyebrow {
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--extra2);
  margin-bottom: 24px;
}

.hero-title em {
  font-style: italic;
  color: rgba(255,255,255,0.9);
}

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  max-width: 54ch;
  margin-inline: auto;
  margin-bottom: 40px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-trust-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.trust-chip {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  padding-inline: 16px;
  border-radius: 4px;
}

.trust-divider {
  color: rgba(255,255,255,0.25);
  font-size: 11px;
}

/* ─── TRUST STRIP ─────────────────────────────────────────────────────────── */
.trust-strip {
  background: var(--cream);
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  padding-block: 40px;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  align-items: center;
}

.trust-strip-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.trust-strip-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: var(--radius-sm);
  color: var(--extra2);
}

.trust-strip-text {
  display: flex;
  flex-direction: column;
}

.trust-strip-text strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.trust-strip-sub {
  font-size: 12px;
  color: var(--neutral-muted);
  margin-top: 2px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mid);
}

.trust-item-icon {
  color: var(--primary);
  flex-shrink: 0;
}

.trust-item-text { line-height: 1.4; }

.trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand);
  flex-shrink: 0;
}

/* ─── MARQUEE ─────────────────────────────────────────────────────────────── */
.marquee,
.marquee-strip {
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--extra2);
}

.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.marquee:hover .marquee-track,
.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(14px, 1.6vw, 20px);
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 20px;
}

.marquee-item::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

/* ─── SPLIT INTRO / ABOUT ─────────────────────────────────────────────────── */
.split-intro {
  padding-block: var(--section-v);
  background: var(--extra2);
}

.split-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

.split-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.split-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
  pointer-events: none;
}

.split-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
}

.split-photo-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--primary);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.12;
}

.split-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split-text .section-heading { text-align: left; }

.split-text p {
  color: var(--neutral-mid);
  line-height: 1.75;
}

/* ─── STATS ───────────────────────────────────────────────────────────────── */
.stats,
.stats-section {
  background: var(--primary);
  padding-block: var(--section-v);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  text-align: center;
  padding-block: 40px 0;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  line-height: 1;
  color: var(--extra2);
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.6);
  margin-top: 10px;
}

/* ─── SERVICES ────────────────────────────────────────────────────────────── */
.services {
  padding-block: var(--section-v);
  background: var(--cream);
}

.services-intro {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 72px;
}

.services-intro .section-heading,
.services-intro .section-sub {
  text-align: center;
  margin-inline: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.services-list { display: flex; flex-direction: column; gap: 0; }

.service-card {
  background: var(--extra2);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.service-card-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.service-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.18) 100%);
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.service-card:hover .service-card-img img { transform: scale(1.04); }

.service-card-body {
  padding: 28px 28px 32px;
}

.service-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.service-card-body p {
  font-size: 14px;
  color: var(--neutral-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.service-card-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: gap var(--transition), color var(--transition);
}

.service-card-link:hover {
  gap: 10px;
  color: var(--accent);
  text-decoration: none;
}

.service-card-no-img { background: var(--extra2); }

.service-no-image-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px;
  background: var(--extra2);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.service-no-image-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.service-no-image-icon {
  width: 52px;
  height: 52px;
  background: rgba(8, 56, 116, 0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}

.service-no-image-left { display: flex; flex-direction: column; gap: 10px; }
.service-no-image-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(60,152,206,0.1);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
}

.service-divider {
  border: none;
  border-top: 1px solid var(--border-light);
  margin-block: 0;
}

/* Service Row (large feature layout) */
.service-row {
  padding-block: var(--section-v);
}

.service-row:nth-child(even) { background: var(--cream); }
.service-row:nth-child(odd)  { background: var(--extra2); }

.service-row-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

.service-row-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.service-row-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
}

.service-row-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-row-no-image {
  background: var(--cream);
  border-radius: var(--radius);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-row-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  margin-bottom: -12px;
}

.service-row-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 16px;
}

.service-row-title-underline {
  display: inline;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}

.service-row-desc {
  color: var(--neutral-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}

.service-row-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  transition: gap var(--transition), color var(--transition);
}

.service-row-link:hover {
  gap: 10px;
  color: var(--accent);
  text-decoration: none;
}

/* ─── WHY US ──────────────────────────────────────────────────────────────── */
.why-us {
  padding-block: var(--section-v);
  background: var(--extra2);
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}

.why-us-left .section-heading { text-align: left; }
.why-us-left .section-sub { text-align: left; margin-inline: 0; }

.why-list,
.why-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.why-icon {
  width: 44px;
  height: 44px;
  background: rgba(8, 56, 116, 0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.why-check {
  width: 22px;
  height: 22px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--extra2);
  flex-shrink: 0;
  margin-top: 3px;
}

.why-item-text { display: flex; flex-direction: column; gap: 4px; }

.why-item-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.why-item-desc {
  font-size: 14px;
  color: var(--neutral-muted);
  line-height: 1.6;
}

.why-stat-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.why-stat-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 8vw, 80px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.why-stat-desc {
  font-size: 13px;
  color: var(--neutral-muted);
  margin-top: 8px;
}

/* ─── VALUES ──────────────────────────────────────────────────────────────── */
.values-section {
  padding-block: var(--section-v);
  background: var(--cream);
}

.values-heading {
  text-align: center;
  margin-bottom: 64px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.value-card {
  background: var(--extra2);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.value-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  margin-bottom: 16px;
}

.value-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.value-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

.value-body {
  font-size: 14px;
  color: var(--neutral-muted);
  line-height: 1.65;
}

/* ─── PROCESS ─────────────────────────────────────────────────────────────── */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.process-steps { padding-block: var(--section-v); }

.process-step {
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--extra2);
  transition: box-shadow var(--transition), transform var(--transition);
}

.process-step:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.step-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-step h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}

.process-step p {
  font-size: 14px;
  color: var(--neutral-muted);
  line-height: 1.65;
}

/* ─── GALLERY ─────────────────────────────────────────────────────────────── */
.gallery-section,
.gallery {
  padding-block: var(--section-v);
  background: var(--primary-dark);
}

.gallery-header {
  text-align: center;
  margin-bottom: 64px;
}

.gallery-header h2 {
  color: var(--extra2);
}

.gallery-header .eyebrow { color: rgba(255,255,255,0.6); }
.gallery-header p { color: rgba(255,255,255,0.65); margin-inline: auto; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:nth-child(1) { grid-column: span 8; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 4; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 4; }
.gallery-item:nth-child(n+7) { grid-column: span 4; }

.gallery-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-out;
}

.gallery-item:hover .gallery-img-wrap img { transform: scale(1.05); }

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(5,18,36,0.65) 100%);
  opacity: 0;
  transition: opacity 300ms;
}

.gallery-item:hover .gallery-item-overlay { opacity: 1; }

.gallery-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--extra2);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 300ms, transform 300ms;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

.gallery-feature {
  grid-column: 1 / -1;
  min-height: 420px;
}

.gallery-callouts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.gallery-callout {
  text-align: center;
}

.gallery-callout-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  color: var(--extra2);
  line-height: 1;
}

.gallery-callout-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 6px;
}

.gallery-callout-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* ─── ABOUT ───────────────────────────────────────────────────────────────── */
.about-intro-img {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.about-intro-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
}

.about-intro-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-img {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
}

.about-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-text p {
  color: var(--neutral-mid);
  line-height: 1.75;
}

.about-story {
  padding-block: var(--section-v);
  background: var(--cream);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: start;
}

.about-story-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about-story-right { position: relative; }

.about-story-body {
  color: var(--neutral-mid);
  line-height: 1.8;
}

/* ─── CREDENTIALS ─────────────────────────────────────────────────────────── */
.credentials {
  padding-block: var(--section-v);
  background: var(--extra2);
}

.credentials-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}

.credentials-heading { text-align: left; }

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.credential-item {
  padding: 24px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow var(--transition), border-color var(--transition);
}

.credential-item:hover {
  box-shadow: var(--shadow-card);
  border-color: rgba(8, 56, 116, 0.2);
}

.credential-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.credential-item strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.credential-item span {
  font-size: 13px;
  color: var(--neutral-muted);
}

.credentials-specialties { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }

.specialty-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  background: rgba(8, 56, 116, 0.06);
  border: 1px solid rgba(8, 56, 116, 0.14);
  border-radius: var(--radius-pill);
  padding: 5px 14px;
}

/* ─── REVIEWS / TESTIMONIALS ──────────────────────────────────────────────── */
.review-card {
  padding: 32px 28px;
  border-radius: var(--radius);
  background: var(--extra2);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.14);
}

.review-stars {
  display: flex;
  gap: 3px;
}

.review-stars svg {
  color: var(--primary);
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.review-quote {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-mid);
  font-style: italic;
}

.review-attribution {
  font-size: 13px;
  color: var(--neutral-muted);
  opacity: 0.8;
  font-weight: 500;
}

/* ─── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
}

details.faq {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

details.faq:first-child { border-top: 1px solid var(--border); }

details.faq > summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink);
  gap: 20px;
  user-select: none;
}

details.faq > summary::-webkit-details-marker { display: none; }

.faq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  color: var(--neutral-muted);
  transition: transform 200ms, color 200ms, background 200ms;
}

details.faq > summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: var(--neutral-muted);
  transition: transform 200ms, color 200ms;
  line-height: 1;
}

details.faq[open] > summary::after {
  transform: rotate(45deg);
  color: var(--primary);
}

details.faq p {
  margin-top: 14px;
  line-height: 1.7;
  color: var(--neutral-mid);
  font-size: 15px;
  max-width: 72ch;
}

/* ─── CTA BAND ────────────────────────────────────────────────────────────── */
.cta-band {
  background: var(--primary);
  padding-block: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.cta-band-eyebrow { color: rgba(255,255,255,0.6); }

.cta-band-heading,
.cta-band-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--extra2);
  margin-bottom: 20px;
}

.cta-band-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(255,255,255,0.72);
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: 40px;
  line-height: 1.65;
}

.cta-band-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-hours {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 24px;
}

/* ─── CONTACT ─────────────────────────────────────────────────────────────── */
.contact {
  padding-block: var(--section-v);
  background: var(--cream);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}

.contact-left,
.contact-side { display: flex; flex-direction: column; gap: 32px; }

.contact-eyebrow { color: var(--accent); }

.contact-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.05;
  color: var(--ink);
}

.contact-intro { color: var(--neutral-muted); }

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.contact-info-icon,
.contact-icon {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--extra2);
  flex-shrink: 0;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-item-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neutral-muted);
}

.contact-item-value {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}

.contact-item-note {
  font-size: 12px;
  color: var(--neutral-muted);
}

.contact-details { display: flex; flex-direction: column; gap: 16px; }

.contact-photo-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.contact-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
}

.contact-photo-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.contact-photo-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(8, 56, 116, 0.92);
  color: var(--extra2);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  backdrop-filter: blur(6px);
}

.badge-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--extra2);
  line-height: 1;
}

.badge-label {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.contact-side-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(5,18,36,0.6) 100%);
  border-radius: var(--radius);
  pointer-events: none;
}

.contact-right,
.contact-form-side { width: 100%; }

.contact-form-wrap {
  background: var(--extra2);
  border-radius: var(--radius);
  padding: 40px 36px 48px;
  box-shadow: var(--shadow-card);
}

/* ─── FORM ────────────────────────────────────────────────────────────────── */
.form-heading {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 6px;
}

.form-sub {
  font-size: 14px;
  color: var(--neutral-muted);
  margin-bottom: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mid);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(8, 56, 116, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder { color: var(--neutral-muted); opacity: 0.6; }

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

.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--primary);
  color: var(--extra2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  margin-top: 8px;
}

.form-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(8, 56, 116, 0.4);
}

/* ─── SECTION HEADER ──────────────────────────────────────────────────────── */
.section-header {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 72px;
}

.section-header .section-heading,
.section-header .section-title { margin-bottom: 16px; }

/* ─── ANIMATION UTILITIES ─────────────────────────────────────────────────── */
.fade-up,
.fade-left,
.fade-right,
.scale-in {
  opacity: 0;
  transition: opacity 700ms ease-out, transform 700ms ease-out;
}

.fade-up    { transform: translateY(32px); }
.fade-left  { transform: translateX(-32px); }
.fade-right { transform: translateX(32px); }
.scale-in   { transform: scale(0.94); }

.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}

.stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.stagger.visible > *:nth-child(1) { transition-delay: 0ms;   opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: 80ms;  opacity: 1; transform: none; }
.stagger.visible > *:nth-child(3) { transition-delay: 160ms; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(4) { transition-delay: 240ms; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(5) { transition-delay: 320ms; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(6) { transition-delay: 400ms; opacity: 1; transform: none; }

/* ─── FOOTER ──────────────────────────────────────────────────────────────── */
.footer {
  background: var(--neutral-dark);
  color: rgba(255,255,255,0.7);
}

.footer-inner {
  padding-block: 80px 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 320px;
}

.footer-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--extra2);
  letter-spacing: -0.01em;
  text-decoration: none;
}

.footer-logo:hover { color: var(--extra2); text-decoration: none; }

.footer-brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
}

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(255,255,255,0.45);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col-heading,
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--extra2);
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-list a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}

.footer-nav-list a:hover { color: var(--extra2); text-decoration: none; }

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.footer-contact-label {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-contact-value { font-size: 14px; color: rgba(255,255,255,0.75); }

.footer-hours-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  gap: 16px;
}

.footer-hours-list li span:first-child { color: rgba(255,255,255,0.65); }

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.footer-links a:hover { color: rgba(255,255,255,0.8); text-decoration: none; }

.footer-social,
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.footer-social-link:hover {
  border-color: rgba(255,255,255,0.4);
  color: var(--extra2);
  background: rgba(255,255,255,0.06);
  text-decoration: none;
}

.footer-creds { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }

.footer-badge,
.footer-lic-badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

.footer-bottom,
.footer-license-strip {
  padding-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright,
.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.footer-bottom-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-license {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

/* ─── REVERSE / FLIP LAYOUT MODIFIER ─────────────────────────────────────── */
.reverse {
  direction: rtl;
}

.reverse > * {
  direction: ltr;
}

/* ─── SECTION SPACING ─────────────────────────────────────────────────────── */
.sub {
  color: var(--neutral-muted);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.7;
}

/* ─── RESPONSIVE: 640px ───────────────────────────────────────────────────── */
@media (min-width: 640px) {
  .form-row { grid-template-columns: 1fr 1fr; }

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

  .gallery-item:nth-child(1) { grid-column: span 4; grid-row: span 2; }
  .gallery-item:nth-child(2) { grid-column: span 2; }
  .gallery-item:nth-child(3) { grid-column: span 2; }
  .gallery-item:nth-child(n+4) { grid-column: span 2; }

  .gallery-img-wrap { min-height: 240px; }

  .split-photo img { height: 520px; }

  .about-img img { height: 460px; }
}

/* ─── RESPONSIVE: 900px ───────────────────────────────────────────────────── */
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .nav-cta { display: flex; }

  .mobile-call-pill { display: none; }

  .split-intro-inner {
    grid-template-columns: 1fr 1fr;
  }

  .about-inner {
    grid-template-columns: 1fr 1fr;
  }

  .about-story-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-us-grid {
    grid-template-columns: 1fr 1fr;
  }

  .credentials-inner {
    grid-template-columns: 380px 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .contact-inner { gap: 80px; }

  .service-row-content {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }

  .gallery-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .gallery-item:nth-child(1) { grid-column: span 8; grid-row: span 2; min-height: 480px; }
  .gallery-item:nth-child(2) { grid-column: span 4; }
  .gallery-item:nth-child(3) { grid-column: span 4; }
  .gallery-item:nth-child(n+4) { grid-column: span 4; }

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

  .hero-title { font-size: clamp(60px, 9vw, 110px); }
}

/* ─── RESPONSIVE: 1200px ──────────────────────────────────────────────────── */
@media (min-width: 1200px) {
  :root {
    --section-v: 160px;
  }

  .split-photo img { height: 580px; }
  .about-img img { height: 500px; }
  .contact-photo-wrap img { height: 420px; }
}

/* ─── MOBILE TRUST STRIP ─────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .trust-strip-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 24px;
  }
}

/* ─── REDUCED MOTION ──────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }

  .fade-up,
  .fade-left,
  .fade-right,
  .scale-in,
  .stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html { scroll-behavior: auto; }
}
