/* ============================================================
   CKGCARWASH — Homepage stylesheet
   Theme: Dark wash-tunnel / spray-nozzle identity
   ============================================================ */

:root {
  --bg: #0C1315;
  --bg-soft: #101B1E;
  --surface: #142226;
  --surface-2: #1A2C31;
  --line: #22383E;
  --line-soft: #1B2E33;
  --text: #E8F4F5;
  --text-soft: #B9CFD1;
  --text-muted: #7C9A9E;
  --tiffany: #0ABAB5;
  --tiffany-deep: #08918D;
  --tiffany-dark: #066B68;
  --ice: #CFFAFE;
  --ice-soft: #A5E8EC;
  --accent-glow: #0ABAB5;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 16px;
  --radius-lg: 26px;
  --maxw: 1160px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

body.home-page {
  background-color: var(--bg);
}

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

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

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

/* ============================================================
   SPRAY NOZZLE NAVIGATION
   ============================================================ */

.spray-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 0;
  background: rgba(12, 19, 21, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}

.spray-nav .container {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
}

.spray-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.spray-wordmark {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--text);
  white-space: nowrap;
}

.spray-wordmark span {
  color: var(--tiffany);
}

/* CSS-drawn spray nozzle */
.spray-nozzle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 30px;
  flex-shrink: 0;
}

.nozzle-body {
  position: absolute;
  left: 4px;
  top: 6px;
  width: 20px;
  height: 14px;
  background: linear-gradient(180deg, var(--tiffany), var(--tiffany-deep));
  border-radius: 3px 8px 2px 2px;
  transform: skewX(-6deg);
}

.nozzle-tip {
  position: absolute;
  left: 23px;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid var(--tiffany);
}

.nozzle-handle {
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 18px;
  background: var(--ice-soft);
  border-radius: 3px;
  transform: rotate(-18deg);
  transform-origin: top center;
}

.nozzle-drop {
  position: absolute;
  border-radius: 50%;
  background: var(--ice);
}

.nozzle-drop.d1 { width: 5px; height: 5px; left: 34px; top: 3px; }
.nozzle-drop.d2 { width: 4px; height: 4px; left: 40px; top: 9px; }
.nozzle-drop.d3 { width: 3px; height: 3px; left: 36px; top: 15px; }

.spray-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 8px;
}

.spray-nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}

.spray-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--tiffany);
  transition: width 0.25s ease;
}

.spray-nav-links a:hover {
  color: var(--ice);
}

.spray-nav-links a:hover::after {
  width: 100%;
}

.spray-cta {
  flex-shrink: 0;
  background-color: var(--tiffany);
  color: #06282A;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 10px;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.spray-cta:hover {
  background-color: var(--ice);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  margin-left: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  padding: 0 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ice);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

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

/* ============================================================
   WASH TUNNEL HERO
   ============================================================ */

.tunnel-hero {
  position: relative;
  padding: 90px 0 100px;
  background:
    radial-gradient(ellipse at 78% 30%, rgba(10, 186, 181, 0.12), transparent 55%),
    radial-gradient(ellipse at 15% 80%, rgba(10, 186, 181, 0.08), transparent 50%),
    var(--bg);
  overflow: hidden;
}

.tunnel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 186, 181, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 186, 181, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 70% 40%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 70% 40%, black, transparent 70%);
  pointer-events: none;
}

.tunnel-hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 620px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ice);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.hero-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tiffany);
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.hero-copy h1 em {
  font-style: normal;
  color: var(--tiffany);
}

.hero-copy p {
  font-size: 1.12rem;
  color: var(--text-soft);
  max-width: 560px;
  margin-bottom: 32px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.2px;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: var(--tiffany);
  color: #06282A;
}

.btn-primary:hover {
  background: var(--ice);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--ice);
  border: 2px solid var(--tiffany-dark);
}

.btn-ghost:hover {
  border-color: var(--tiffany);
  background: rgba(10, 186, 181, 0.08);
  transform: translateY(-2px);
}

/* CSS-drawn wash tunnel visual */
.tunnel-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.tunnel-glow {
  position: absolute;
  inset: 10% 5%;
  background: radial-gradient(circle at 50% 50%, rgba(10, 186, 181, 0.22), transparent 65%);
  filter: blur(10px);
  pointer-events: none;
}

.tunnel-arch {
  position: relative;
  width: 320px;
  height: 360px;
  border: 4px solid var(--tiffany);
  border-bottom: none;
  border-radius: 170px 170px 0 0;
  box-shadow: 0 0 50px rgba(10, 186, 181, 0.25), inset 0 0 40px rgba(10, 186, 181, 0.08);
}

.tunnel-arch::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -12px;
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--surface-2) 0 26px, var(--tiffany-dark) 26px 34px);
  border-radius: 6px;
}

.roller-brush {
  position: absolute;
  top: -14px;
  width: 34px;
  height: 88px;
  background: linear-gradient(180deg, var(--ice), var(--ice-soft));
  border-radius: 8px;
}

.roller-brush::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 22px;
  background: var(--tiffany);
  border-radius: 8px 8px 0 0;
}

.roller-brush.rb1 { left: 44px; }
.roller-brush.rb2 { left: 143px; }
.roller-brush.rb3 { right: 44px; }

.tunnel-droplet {
  position: absolute;
  border-radius: 50%;
  background: var(--ice);
}

.tunnel-droplet.td1 { width: 8px; height: 8px; left: 80px; top: 130px; }
.tunnel-droplet.td2 { width: 6px; height: 6px; left: 150px; top: 90px; }
.tunnel-droplet.td3 { width: 10px; height: 10px; right: 70px; top: 170px; }
.tunnel-droplet.td4 { width: 5px; height: 5px; right: 120px; top: 210px; }
.tunnel-droplet.td5 { width: 7px; height: 7px; left: 110px; top: 230px; }

.tunnel-car {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 44px;
  background: linear-gradient(180deg, var(--ice-soft), var(--tiffany-deep));
  border-radius: 12px 12px 4px 4px;
}

.tunnel-car::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 18px;
  width: 84px;
  height: 22px;
  background: var(--ice-soft);
  border-radius: 10px 10px 2px 2px;
}

/* ============================================================
   STATEMENT ROW (full-width)
   ============================================================ */

.statement-row {
  background: var(--tiffany);
  color: #06282A;
  padding: 72px 0;
  text-align: center;
}

.statement-row .statement-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.statement-row h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
}

.statement-row p {
  font-size: 1.15rem;
  font-weight: 500;
  color: #0A3436;
  max-width: 760px;
  margin: 0 auto;
}

/* ============================================================
   BIG NUMERAL STAT COLUMNS
   ============================================================ */

.stats-section {
  padding: 96px 0;
  background: var(--bg-soft);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.stat-block {
  text-align: center;
  padding: 36px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.stat-block:hover {
  transform: translateY(-6px);
  border-color: var(--tiffany);
}

.stat-numeral {
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: var(--tiffany);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-numeral .suffix {
  color: var(--ice);
}

.stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ============================================================
   ABOUT + SERVICES (two column feature)
   ============================================================ */

.about-section {
  padding: 100px 0;
  background: var(--bg);
}

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

.about-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.about-copy h2 span {
  color: var(--tiffany);
}

.about-copy p {
  color: var(--text-soft);
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  transition: border-color 0.2s ease;
}

.service-list li:hover {
  border-color: var(--tiffany);
}

.service-mark {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--tiffany);
  color: #06282A;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.service-list h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.service-list p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ============================================================
   NUMBERED WASH PROCESS
   ============================================================ */

.process-section {
  padding: 100px 0;
  background: var(--bg-soft);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}

.section-head p {
  color: var(--text-soft);
  font-size: 1.05rem;
}

.process-list {
  list-style: none;
  counter-reset: washstep;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(180deg, var(--tiffany), var(--tiffany-dark));
}

.process-item {
  counter-increment: washstep;
  position: relative;
  padding: 0 0 40px 84px;
}

.process-item:last-child {
  padding-bottom: 0;
}

.process-item::before {
  content: counter(washstep, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--tiffany);
  color: var(--ice);
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.process-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.process-item p {
  color: var(--text-muted);
  max-width: 620px;
}

/* ============================================================
   WASH PLAN COMPARISON TABLE
   ============================================================ */

.plans-section {
  padding: 100px 0;
  background: var(--bg);
}

.plan-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: var(--surface);
}

.plan-table thead th {
  padding: 22px 24px;
  text-align: left;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.plan-table thead th.plan-highlight {
  background: var(--tiffany);
  color: #06282A;
}

.plan-table tbody td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--text-soft);
  vertical-align: top;
}

.plan-table tbody tr:last-child td {
  border-bottom: none;
}

.plan-table td.plan-name {
  font-weight: 700;
  color: var(--text);
}

.plan-table td.plan-highlight-cell {
  background: rgba(10, 186, 181, 0.08);
}

.check {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--tiffany);
  color: #06282A;
  text-align: center;
  line-height: 22px;
  font-weight: 800;
  font-size: 0.8rem;
}

.dash {
  color: var(--text-muted);
  font-weight: 700;
}

.plan-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--tiffany);
}

.plan-price small {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* ============================================================
   TESTIMONIAL ROW
   ============================================================ */

.quotes-section {
  padding: 100px 0;
  background: var(--bg-soft);
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.quote-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  border-left: 5px solid var(--tiffany);
}

.quote-text {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 22px;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tiffany), var(--tiffany-dark));
  color: #06282A;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.quote-author strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
}

.quote-author span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================================
   CONTACT + CTA
   ============================================================ */

.contact-section {
  padding: 100px 0;
  background: var(--bg);
}

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

.contact-info h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}

.contact-info p {
  color: var(--text-soft);
  margin-bottom: 28px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.contact-detail .icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tiffany);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-detail a {
  color: var(--ice);
  font-weight: 600;
}

.contact-detail a:hover {
  color: var(--tiffany);
}

.contact-detail .label {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: block;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
}

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

.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-soft);
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
  color: var(--text);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--tiffany);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
  margin-bottom: 20px;
}

.contact-form .btn {
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.form-note {
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
}

/* ============================================================
   SPLIT CTA BAND
   ============================================================ */

.cta-band {
  position: relative;
  background: linear-gradient(120deg, var(--tiffany) 0%, var(--tiffany-deep) 55%, var(--tiffany-dark) 100%);
  color: #06282A;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.cta-band::after {
  content: "";
  position: absolute;
  right: 120px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.cta-band .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 40px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.cta-copy h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.cta-copy p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #0A3436;
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.btn-dark {
  background: #0C1315;
  color: var(--ice);
}

.btn-dark:hover {
  background: #06282A;
  transform: translateY(-2px);
}

.btn-light {
  background: var(--ice);
  color: #066B68;
}

.btn-light:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #0A1012;
  border-top: 3px solid var(--tiffany);
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tiffany);
  margin-bottom: 18px;
}

.footer-col p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--text-soft);
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: var(--ice);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand .spray-wordmark {
  font-size: 1.05rem;
}

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer-bottom a {
  color: var(--text-soft);
}

.footer-bottom a:hover {
  color: var(--ice);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 960px) {
  .spray-nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 8px 24px;
    display: none;
  }

  .spray-nav-links.open {
    display: flex;
  }

  .spray-nav-links a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .spray-nav-links a:last-child {
    border-bottom: none;
  }

  .spray-cta {
    margin-left: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .tunnel-hero .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

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

  .tunnel-visual {
    min-height: 360px;
  }

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

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

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

  .cta-band .container {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 560px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .tunnel-arch {
    width: 260px;
    height: 300px;
  }

  .hero-copy h1 {
    font-size: 2.1rem;
  }
}
