/* ═══════════════════════════════════════════
   Patriot Home Improvement, Global Styles
   Navy + Red, Oswald display + Manrope body
   Bold American contractor aesthetic
   ═══════════════════════════════════════════ */

:root {
  /* Brand palette */
  --navy: #0D3858;
  --navy-dark: #083454;
  --navy-deep: #051F30;
  --navy-soft: #14466B;
  --navy-tint: #1F5680;

  --red: #B12E31;
  --red-dark: #A7292C;
  --red-deep: #8B2024;
  --red-bright: #D43A3D;

  --cream: #F7F3EA;
  --cream-warm: #FAF6EE;
  --cream-deep: #ECE4D2;
  --paper: #FFFCF6;

  --stone: #C9BCA0;
  --stone-soft: #DDD3BD;
  --stone-mid: #A89B7E;

  /* Surfaces */
  --bg-page: var(--paper);
  --bg-band: var(--cream);
  --bg-band-deep: var(--cream-deep);
  --bg-card: #FFFFFF;
  --bg-dark: var(--navy);
  --bg-dark-2: var(--navy-deep);

  /* Text */
  --text: var(--navy-deep);
  --text-mid: #2A3F52;
  --text-muted: #54627A;
  --text-faint: #889385;
  --text-inv: #FFFFFF;
  --text-inv-mid: rgba(255, 255, 255, 0.78);
  --text-inv-muted: rgba(255, 255, 255, 0.55);

  /* Arizona copper accents (the state flag star) */
  --copper: #C58838;
  --copper-light: #E0A65A;
  --copper-deep: #A36926;

  /* Borders */
  --border: rgba(13, 56, 88, 0.14);
  --border-strong: rgba(13, 56, 88, 0.28);
  --border-inv: rgba(255, 255, 255, 0.14);

  /* Fonts */
  --font-display: 'Oswald', 'Arial Narrow', 'Impact', sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;

  /* Layout */
  --max-w: 1340px;
  --radius: 4px;
  --radius-md: 6px;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --radius-pill: 999px;

  /* Easings */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-fluid: cubic-bezier(0.32, 0.72, 0, 1);

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(13, 31, 48, 0.06);
  --shadow-md: 0 12px 32px rgba(13, 31, 48, 0.10);
  --shadow-lg: 0 32px 70px rgba(13, 31, 48, 0.18);
  --shadow-red: 0 14px 30px -12px rgba(177, 46, 49, 0.5);
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--bg-page);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
ul, ol { list-style: none; }
input, textarea, select, button { font: inherit; }

/* Focus */
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

/* Selection */
::selection { background: rgba(177, 46, 49, 0.22); color: var(--navy-deep); }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--navy); border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--navy-soft); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-up, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--text);
  line-height: 1.04;
  letter-spacing: -0.005em;
  font-weight: 600;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.6rem, 6.6vw, 5.4rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
h4 { font-size: 1.2rem; letter-spacing: 0.02em; }
p { color: var(--text-mid); }

.font-display { font-family: var(--font-display); }
.text-red { color: var(--red); }
.text-navy { color: var(--navy); }

/* Eyebrow chip */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(177, 46, 49, 0.08);
  border: 1px solid rgba(177, 46, 49, 0.22);
  border-radius: 2px;
  margin-bottom: 1.2rem;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C58838'><path d='M12 1.6 L14.85 8.95 L22.7 9.4 L16.65 14.45 L18.7 22 L12 17.6 L5.3 22 L7.35 14.45 L1.3 9.4 L9.15 8.95 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

/* Section title */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.04;
  color: var(--navy-deep);
}
.section-title--compact { font-size: clamp(1.6rem, 3.2vw, 2.2rem); line-height: 1.2; margin-top: 1.5rem; }
.section-title em {
  font-style: normal;
  color: var(--red-bright);
}

.section-intro {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 60ch;
  margin-top: 1rem;
}

/* ── Layout ── */
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.4rem;
}
@media (min-width: 768px) {
  .section-inner { padding: 0 2.5rem; }
}
.section-pad { padding-top: 5.5rem; padding-bottom: 5.5rem; }
@media (min-width: 768px) {
  .section-pad { padding-top: 7.5rem; padding-bottom: 7.5rem; }
}

/* Cream / warm band */
.section-cream {
  background: var(--bg-band);
  position: relative;
}
.section-cream::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 18%, rgba(13, 56, 88, 0.04), transparent 38%),
    radial-gradient(circle at 86% 82%, rgba(177, 46, 49, 0.05), transparent 42%);
  pointer-events: none;
}
.section-cream > * { position: relative; }

/* Dark band */
.section-dark {
  background: var(--bg-dark);
  color: var(--text-inv);
  position: relative;
  isolation: isolate;
}
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.018) 0 2px,
      transparent 2px 12px
    ),
    radial-gradient(circle at 20% 10%, rgba(177, 46, 49, 0.18), transparent 50%),
    radial-gradient(circle at 90% 100%, rgba(31, 86, 128, 0.4), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.section-dark .section-title,
.section-dark h2, .section-dark h3 { color: var(--text-inv); }
.section-dark .section-intro,
.section-dark p { color: var(--text-inv-mid); }
.section-dark .section-label {
  color: #FFE9EA;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.section-dark .section-label::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E0A65A'><path d='M12 1.6 L14.85 8.95 L22.7 9.4 L16.65 14.45 L18.7 22 L12 17.6 L5.3 22 L7.35 14.45 L1.3 9.4 L9.15 8.95 Z'/></svg>");
}

/* American stripe divider */
.stripe-divider {
  height: 6px;
  background:
    linear-gradient(to right,
      var(--red) 0 25%,
      var(--cream) 25% 50%,
      var(--navy) 50% 75%,
      var(--red) 75% 100%);
}

/* ── Buttons ── */
.btn-primary, .btn-ghost, .btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.05rem 2rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform 0.25s var(--ease-snappy), background 0.3s ease,
              color 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--red);
  color: #FFFFFF;
  box-shadow: var(--shadow-red);
  border: 2px solid var(--red);
}
.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -10px rgba(177, 46, 49, 0.55);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: transparent;
  color: var(--navy-deep);
  border: 2px solid var(--navy-deep);
}
.btn-ghost:hover {
  background: var(--navy-deep);
  color: var(--text-inv);
  transform: translateY(-2px);
}
.section-dark .btn-ghost,
.btn-outline-light {
  color: var(--text-inv);
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.section-dark .btn-ghost:hover,
.btn-outline-light:hover {
  background: var(--text-inv);
  color: var(--navy-deep);
  border-color: var(--text-inv);
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.6rem 1.2rem;
  background: var(--red);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.skip-link:focus { left: 0; }

/* ═══════════════════════════════════════════
   HEADER  ,  centered logo, links to either side
   ═══════════════════════════════════════════ */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 252, 246, 0.92);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border-bottom: 1px solid rgba(13, 56, 88, 0.10);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 6px 20px rgba(13, 31, 48, 0.06);
}
.site-header.nav-open {
  background: var(--navy-deep) !important;
  border-color: transparent;
  box-shadow: none;
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0.45rem 1.4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .header-inner { padding: 0.5rem 2.5rem; }
}

.logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
}
.logo-img {
  height: 84px;
  width: auto;
  display: block;
  transition: height 0.3s ease, transform 0.3s var(--ease);
}
.logo-block:hover .logo-img { transform: scale(1.04); }
.site-header.is-scrolled .logo-img { height: 64px; }
@media (max-width: 767px) {
  .logo-img { height: 60px; }
  .site-header.is-scrolled .logo-img { height: 52px; }
}

.nav-cluster-left,
.nav-cluster-right {
  display: none;
  align-items: center;
  gap: 1.6rem;
}
.nav-cluster-left { justify-self: end; }
.nav-cluster-right { justify-self: start; }
@media (min-width: 1080px) {
  .nav-cluster-left,
  .nav-cluster-right { display: flex; }
}
.nav-link {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-deep);
  position: relative;
  padding: 0.4rem 0.1rem;
  transition: color 0.2s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--ease);
}
.nav-link:hover { color: var(--red); }
.nav-link:hover::after { transform: scaleX(1); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.3rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--red);
  color: #FFFFFF;
  border-radius: 2px;
  border: 2px solid var(--red);
  transition: background 0.25s ease, transform 0.2s ease;
}
.nav-cta:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-1px); }

.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.1rem;
  position: relative;
  transition: color 0.2s ease;
}
.nav-dropdown-toggle::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease);
}
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle[aria-expanded="true"] { color: var(--red); }
.nav-dropdown-toggle:hover::after,
.nav-dropdown-toggle[aria-expanded="true"]::after { transform: scaleX(1); }
.nav-dropdown-chevron { transition: transform 0.3s ease; }
.nav-dropdown-toggle[aria-expanded="true"] .nav-dropdown-chevron { transform: rotate(180deg); }

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 460px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  padding: 1.4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s var(--ease), visibility 0s 0.3s;
}
.nav-dropdown-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.25s ease, transform 0.3s var(--ease);
}
.nav-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1rem;
}
.nav-dropdown-grid a {
  display: block;
  padding: 0.65rem 0.85rem;
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--navy-deep);
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-dropdown-grid a:hover { background: var(--cream); color: var(--red); }
.nav-dropdown-all {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}
.nav-dropdown-all a {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--navy-deep);
  border-radius: 2px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: transparent;
  grid-column: 1;
  justify-self: start;
}
@media (min-width: 1080px) { .nav-toggle { display: none; } }
.nav-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 18px;
}
.nav-toggle-bar {
  display: block;
  height: 2px;
  background: currentColor;
  width: 100%;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.9rem;
  background: var(--red);
  color: #FFFFFF;
  border-radius: 2px;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  grid-column: 3;
  justify-self: end;
}
@media (min-width: 1080px) { .header-call { display: none; } }
@media (max-width: 480px) { .header-call span { display: none; } }

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--navy-deep);
  display: flex;
  flex-direction: column;
  padding: 5.5rem 2rem 2rem;
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-snappy);
  overflow-y: auto;
}
.nav-drawer.is-open { transform: translateX(0); }
.nav-drawer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 10%, rgba(177, 46, 49, 0.25), transparent 60%);
  pointer-events: none;
}
.nav-drawer-close {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-drawer-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.nav-drawer-links a,
.nav-drawer-links button {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0.85rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.nav-drawer-links a:hover,
.nav-drawer-links button:hover { color: #FFB8BA; }
.nav-drawer-sub {
  display: none;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.nav-drawer-sub.is-open { display: flex; flex-direction: column; }
.nav-drawer-sub a {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--text-inv-mid);
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.nav-drawer-cta {
  margin-top: 2rem;
  padding: 1rem 2rem;
  background: var(--red);
  color: #FFFFFF;
  border-radius: 2px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-drawer-contact {
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-inv-mid);
  font-size: 0.95rem;
  line-height: 1.8;
}
.nav-drawer-contact a {
  color: #FFFFFF;
  font-weight: 600;
  display: block;
}

/* ═══════════════════════════════════════════
   HERO  ,  centered, bold, with image backdrop
   ═══════════════════════════════════════════ */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 9rem 1rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--navy-deep);
  color: var(--text-inv);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 31, 48, 0.55) 0%, rgba(5, 31, 48, 0.86) 100%),
    radial-gradient(ellipse at center, rgba(13, 56, 88, 0.35) 0%, rgba(5, 31, 48, 0.95) 80%);
}
.hero-stripes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 2;
  background:
    linear-gradient(to right,
      var(--red) 0 33.33%,
      #FFFFFF 33.33% 66.66%,
      var(--navy-soft) 66.66% 100%);
}

.hero-content {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 1.1rem;
  background: rgba(177, 46, 49, 0.18);
  border: 1px solid rgba(177, 46, 49, 0.5);
  border-radius: 2px;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #FFE9EA;
  margin-bottom: 1.6rem;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: var(--red-bright);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.012em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.hero-title em {
  font-style: normal;
  display: inline-block;
  color: var(--red-bright);
}

.hero-lead {
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
  max-width: 660px;
  margin: 0 auto 2.6rem;
  line-height: 1.55;
  letter-spacing: 0.005em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.6rem;
}
.hero-actions .btn-primary,
.hero-actions .btn-ghost,
.hero-actions .btn-outline-light {
  min-width: 200px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 820px;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.hero-trust-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}
.hero-trust-item svg { color: var(--red-bright); flex-shrink: 0; }

.hero-scroll {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation: scroll-bounce 2.6s ease-in-out 1.5s infinite;
  z-index: 1;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.45; }
  50% { transform: translate(-50%, 8px); opacity: 0.85; }
}

/* ── Hero entrance animation ──
   On page load the hero builds in: stripes paint left to right, the bg
   image does a slow cinematic zoom-out, then the content rises in a
   staggered cascade (title, lead, buttons, trust pills, scroll cue). */
@keyframes hero-stripes-paint {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes hero-bg-zoom {
  from { transform: scale(1.07); }
  to   { transform: scale(1); }
}
@keyframes hero-overlay-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hero-rise-soft {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero--home .hero-stripes {
  transform-origin: left center;
  animation: hero-stripes-paint 1.4s var(--ease-snappy) 0.1s both;
}
.hero--home .hero-bg {
  animation: hero-bg-zoom 14s var(--ease-fluid) both;
}
.hero--home .hero-overlay {
  animation: hero-overlay-fade 1s ease both;
}
.hero--home .hero-title,
.hero--home .hero-lead,
.hero--home .hero-actions,
.hero--home .hero-trust-item {
  opacity: 0;
}
.hero--home .hero-title {
  animation: hero-rise 1s var(--ease-snappy) 0.25s forwards;
}
.hero--home .hero-lead {
  animation: hero-rise 0.9s var(--ease-snappy) 0.5s forwards;
}
.hero--home .hero-actions {
  animation: hero-rise 0.85s var(--ease-snappy) 0.7s forwards;
}
.hero--home .hero-trust-item {
  animation: hero-rise-soft 0.7s var(--ease-snappy) forwards;
}
.hero--home .hero-trust-item:nth-child(1) { animation-delay: 0.95s; }
.hero--home .hero-trust-item:nth-child(2) { animation-delay: 1.07s; }
.hero--home .hero-trust-item:nth-child(3) { animation-delay: 1.19s; }

@media (prefers-reduced-motion: reduce) {
  .hero--home .hero-stripes,
  .hero--home .hero-bg,
  .hero--home .hero-overlay,
  .hero--home .hero-title,
  .hero--home .hero-lead,
  .hero--home .hero-actions,
  .hero--home .hero-trust-item,
  .hero-scroll {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── Inner page hero ── */
.hero-page {
  position: relative;
  padding: 9rem 1rem 4rem;
  background: var(--navy-deep);
  color: var(--text-inv);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-page .hero-bg,
.hero-page .hero-overlay { position: absolute; inset: 0; }
.hero-page .hero-bg { z-index: -2; }
.hero-page .hero-overlay { z-index: -1; }
.hero-page-inner { max-width: 880px; margin: 0 auto; }
.hero-page .section-label { color: #FFE9EA; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); }
.hero-page .section-label::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E0A65A'><path d='M12 1.6 L14.85 8.95 L22.7 9.4 L16.65 14.45 L18.7 22 L12 17.6 L5.3 22 L7.35 14.45 L1.3 9.4 L9.15 8.95 Z'/></svg>");
}
.hero-page-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}
.hero-page-title em {
  font-style: normal;
  color: var(--red-bright);
}
.hero-page-lead {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}
.hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.hero-breadcrumb a:hover { color: #FFFFFF; }
.hero-breadcrumb-sep { color: rgba(255, 255, 255, 0.4); }

/* ═══════════════════════════════════════════
   CARDS, service cards, trust cards, info
   ═══════════════════════════════════════════ */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
  margin-top: 3rem;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
  z-index: 2;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(177, 46, 49, 0.3);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card-img {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--cream-deep);
  overflow: hidden;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-badge {
  position: absolute;
  top: 0.95rem;
  left: 0.95rem;
  width: 52px;
  height: 52px;
  background: var(--red);
  color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 8px 18px -4px rgba(177, 46, 49, 0.55);
  transition: transform 0.35s var(--ease), background 0.25s ease;
}
.service-card:hover .service-card-badge {
  transform: scale(1.08) rotate(-4deg);
  background: var(--red-dark);
}
.service-card-body {
  padding: 1.6rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--navy-deep);
  margin-bottom: 0.7rem;
  letter-spacing: 0.005em;
}
.service-card-title a { color: inherit; }
.service-card-title a:hover { color: var(--red); }
.service-card-desc {
  color: var(--text-mid);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 1.4rem;
  flex: 1;
}
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  align-self: flex-start;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid currentColor;
  transition: gap 0.25s ease, color 0.2s ease;
}
.service-card-link:hover { gap: 0.7rem; color: var(--red-dark); }

.trust-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem 1.7rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(177, 46, 49, 0.32);
  box-shadow: var(--shadow-md);
}
.trust-card-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.8rem;
  display: block;
}
.trust-card-title {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--navy-deep);
  margin-bottom: 0.7rem;
}
.trust-card-desc {
  color: var(--text-mid);
  font-size: 0.98rem;
  line-height: 1.65;
}
.trust-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(177, 46, 49, 0.1);
  color: var(--red);
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.info-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.92rem;
  color: var(--navy-deep);
  font-weight: 500;
}
.info-pill svg { color: var(--red); }

/* ═══════════════════════════════════════════
   ABOUT, HOW IT WORKS, TWO-COL LAYOUTS
   ═══════════════════════════════════════════ */

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .two-col-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 5rem;
  }
}
.two-col-grid p { font-size: 1.05rem; line-height: 1.75; margin-bottom: 1.1rem; color: var(--text-mid); }
.two-col-grid p strong { color: var(--navy-deep); }

.about-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-image img,
.about-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/5;
}
.about-image::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: 30%;
  height: 8px;
  background: var(--red);
  z-index: -1;
}

.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .process-steps { grid-template-columns: repeat(3, 1fr); }
}
.process-step {
  position: relative;
  padding: 2.2rem 1.7rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  border-top: 4px solid var(--red);
}
.process-step-num {
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.9;
  color: var(--red);
  display: block;
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
}
.process-step-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy-deep);
  margin-bottom: 0.6rem;
}
.process-step-desc { color: var(--text-mid); font-size: 0.98rem; line-height: 1.65; }

/* ═══════════════════════════════════════════
   QUICKBAR
   ═══════════════════════════════════════════ */
.quickbar {
  background: var(--navy-deep);
  color: var(--text-inv);
  position: relative;
  isolation: isolate;
}
.quickbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(177, 46, 49, 0.18) 0%, transparent 50%);
  z-index: -1;
}
.quickbar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .quickbar-grid { grid-template-columns: repeat(3, 1fr); }
}
.quickbar-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease;
}
.quickbar-card:last-child { border-right: none; }
.quickbar-card:hover { background: rgba(255, 255, 255, 0.04); }
.quickbar-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--red-bright);
  flex-shrink: 0;
}
.quickbar-text-main {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}
.quickbar-text-sub {
  font-size: 0.92rem;
  color: var(--text-inv-mid);
  line-height: 1.45;
}

/* ═══════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════ */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.85rem;
}
.gallery-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream-deep);
  cursor: zoom-in;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 31, 48, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:hover::after { opacity: 1; }

/* ═══════════════════════════════════════════
   CITY GRID & PILLS
   ═══════════════════════════════════════════ */

.city-search { margin-bottom: 1.6rem; }
.city-search-input {
  width: 100%;
  max-width: 500px;
  padding: 0.95rem 1.2rem;
  font-size: 1rem;
  border: 1px solid var(--border-strong);
  background: var(--bg-card);
  border-radius: 4px;
  color: var(--navy-deep);
  transition: border-color 0.2s ease;
}
.city-search-input::placeholder { color: var(--text-faint); }
.city-search-input:focus {
  outline: none;
  border-color: var(--red);
}

.city-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.city-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--navy-deep);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.city-pill:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: #FFFFFF;
  transform: translateY(-2px);
}
.city-pill:hover .city-pill-icon { color: var(--red-bright); }
.city-pill-icon { color: var(--red); flex-shrink: 0; }

.area-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.area-card {
  display: block;
  padding: 1.6rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--red);
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.area-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-left-color: var(--navy-deep);
}
.area-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: rgba(177, 46, 49, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  margin-bottom: 0.8rem;
}
.area-card-title {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--navy-deep);
  margin-bottom: 0.3rem;
}
.area-card-desc {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.55;
  margin-bottom: 0.8rem;
}
.area-card-link {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

.city-pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.city-pagination button {
  min-width: 40px;
  padding: 0.55rem 0.85rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bg-card);
  color: var(--navy-deep);
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.city-pagination button:hover { background: var(--cream); border-color: var(--border-strong); }
.city-pagination button.is-active {
  background: var(--red);
  color: #FFFFFF;
  border-color: var(--red);
}
.city-pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2.5rem;
  max-width: 900px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item.is-open {
  border-color: var(--red);
  box-shadow: var(--shadow-sm);
}
.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.3rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--navy-deep);
  background: transparent;
  cursor: pointer;
  gap: 1rem;
}
.faq-trigger:hover { color: var(--red); }
.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--navy-deep);
  border-radius: 1px;
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; transition: transform 0.25s ease; }
.faq-item.is-open .faq-icon { background: var(--red); transform: rotate(180deg); }
.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after { background: #FFFFFF; }
.faq-item.is-open .faq-icon::after { transform: scaleY(0); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.faq-answer-inner {
  padding: 0 1.5rem 1.4rem;
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   FORM
   ═══════════════════════════════════════════ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 0.9fr 1.1fr; gap: 4rem; }
}
.contact-info { padding-top: 1rem; }
.contact-info-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  border-radius: 4px;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(177, 46, 49, 0.1);
  color: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}
.contact-info-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy-deep);
}
.contact-info-value a:hover { color: var(--red); }

.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .contact-form-wrap { padding: 2.6rem 2.4rem; }
}
.contact-form-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 80px;
  height: 4px;
  background: var(--red);
  border-top-left-radius: 8px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-row-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .form-row-2col { grid-template-columns: 1fr 1fr; }
}
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mid);
}
.form-input {
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--paper);
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  color: var(--navy-deep);
  font-size: 16px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.form-input::placeholder { color: var(--text-faint); }
.form-input:focus {
  outline: none;
  border-color: var(--red);
  background: var(--cream-warm);
}
textarea.form-input { min-height: 120px; resize: vertical; }
.form-foot {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.form-foot strong { color: var(--navy-deep); }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */

.site-footer {
  background: var(--navy-deep);
  color: var(--text-inv);
  position: relative;
  isolation: isolate;
  padding: 4.5rem 0 1.4rem;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right,
    var(--red) 0 33.33%,
    #FFFFFF 33.33% 66.66%,
    var(--navy-tint) 66.66% 100%);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
}
.footer-logo {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.footer-logo img {
  height: 88px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.footer-brand-text {
  color: var(--text-inv-mid);
  font-size: 0.96rem;
  line-height: 1.7;
  max-width: 380px;
}
.footer-meta {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.92rem;
  color: var(--text-inv-mid);
}
.footer-meta a { color: #FFFFFF; font-weight: 600; }
.footer-meta a:hover { color: var(--red-bright); }
.footer-heading {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  transition: color 0.2s ease, padding 0.2s ease;
}
.footer-links a:hover {
  color: var(--red-bright);
  padding-left: 5px;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.65);
}
.footer-bottom a { color: rgba(255, 255, 255, 0.85); }
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
.footer-legal-links {
  display: flex;
  gap: 1.2rem;
}
.footer-legal-links a:hover { color: var(--red-bright); }

/* ═══════════════════════════════════════════
   FLOATING & MOBILE STICKY ELEMENTS
   ═══════════════════════════════════════════ */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 252, 246, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 16px rgba(13, 31, 48, 0.08);
}
.mobile-cta-bar .btn-primary,
.mobile-cta-bar .btn-ghost {
  flex: 1;
  padding: 0.85rem 0.7rem;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) { .mobile-cta-bar { display: none; } }

.floating-cta {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  z-index: 55;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px -4px rgba(177, 46, 49, 0.5);
  transition: transform 0.25s ease, background 0.25s ease;
  animation: cta-pulse 2.4s ease-in-out infinite;
}
.floating-cta:hover { transform: scale(1.08); background: var(--red-dark); }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 12px 28px -4px rgba(177, 46, 49, 0.5); }
  50% { box-shadow: 0 12px 28px -4px rgba(177, 46, 49, 0.5), 0 0 0 14px rgba(177, 46, 49, 0); }
}
@media (min-width: 768px) {
  .floating-cta { bottom: 1.6rem; right: 1.6rem; }
}

/* ═══════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════ */
.final-cta {
  background: var(--navy-deep);
  color: var(--text-inv);
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 46, 49, 0.32), transparent 60%),
    radial-gradient(ellipse at 100% 100%, rgba(31, 86, 128, 0.5), transparent 70%);
  z-index: -1;
}
.final-cta .section-title { color: #FFFFFF; }
.final-cta .section-title em { color: var(--red-bright); }
.final-cta .section-intro { color: rgba(255, 255, 255, 0.86); margin-left: auto; margin-right: auto; }
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.6rem;
}
.final-cta-actions .btn-primary,
.final-cta-actions .btn-ghost,
.final-cta-actions .btn-outline-light {
  min-width: 220px;
}

/* ═══════════════════════════════════════════
   FIND US (map + info)
   ═══════════════════════════════════════════ */
.find-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .find-us-grid { grid-template-columns: 1fr 1fr; }
}
.find-us-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.find-us-details li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}
.find-us-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(13, 56, 88, 0.06);
  color: var(--navy-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.find-us-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}
.find-us-value, .find-us-details a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy-deep);
}
.find-us-details a:hover { color: var(--red); }
.find-us-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.find-us-map {
  border-radius: 8px;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid var(--border);
  position: relative;
}
.find-us-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: none;
  display: block;
}

/* ═══════════════════════════════════════════
   SERVICE DETAIL
   ═══════════════════════════════════════════ */
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .service-detail-grid { grid-template-columns: 1.6fr 1fr; gap: 4rem; }
}
.service-detail-main h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-top: 2.4rem;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  color: var(--navy-deep);
}
.service-detail-main h2:first-of-type { margin-top: 0; }
.service-detail-main p { font-size: 1.05rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 1rem; }
.service-area-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1rem 0 1.6rem;
}
.service-area-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 2rem;
  font-size: 1.02rem;
  color: var(--text-mid);
}
.service-area-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 14px;
  height: 2px;
  background: var(--red);
}
.service-area-list a {
  color: var(--navy-deep);
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.service-area-list a:hover { color: var(--red); border-bottom-color: var(--red); }

.service-detail-aside {
  position: sticky;
  top: 7rem;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.service-detail-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.service-detail-cta {
  background: var(--navy-deep);
  color: var(--text-inv);
  padding: 1.8rem 1.6rem;
  border-radius: 8px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.service-detail-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 100%, rgba(177, 46, 49, 0.32), transparent 70%);
  z-index: -1;
}
.service-detail-cta h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}
.service-detail-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
}
.service-detail-cta .btn-primary { width: 100%; }
.service-detail-cta .btn-ghost {
  width: 100%;
  margin-top: 0.6rem;
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.service-detail-cta .btn-ghost:hover {
  background: #FFFFFF;
  color: var(--navy-deep);
}

/* ═══════════════════════════════════════════
   REVEAL ANIMATIONS
   ═══════════════════════════════════════════ */
.reveal, .reveal-up, .reveal-left, .reveal-right {
  opacity: 0;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal { transform: translateY(28px); }
.reveal-up { transform: translateY(40px); }
.reveal-left { transform: translateX(-28px); }
.reveal-right { transform: translateX(28px); }
.reveal.visible,
.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible { opacity: 1; transform: translate(0, 0); }

/* ═══════════════════════════════════════════
   404
   ═══════════════════════════════════════════ */
.not-found {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 1.4rem 4rem;
  background: var(--navy-deep);
  color: var(--text-inv);
  position: relative;
  isolation: isolate;
}
.not-found::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(177, 46, 49, 0.28), transparent 60%);
  z-index: -1;
}
.not-found-num {
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 16rem);
  font-weight: 700;
  line-height: 0.85;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-shadow: 0 0 50px rgba(177, 46, 49, 0.4);
}
.not-found-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.not-found-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  max-width: 500px;
}

/* Hardware acceleration */
.service-card, .gallery-item, .btn-primary, .btn-ghost, .floating-cta, .nav-link, .city-pill, .area-card { will-change: transform; }
