@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --brand-blue: #0b3a8f;
  --brand-blue-deep: #071c55;
  --brand-cyan: #119bd3;
  --brand-sky: #dff5ff;
  --brand-red: #e63846;
  --mint: #1fbf9a;
  --ink: #102033;
  --muted: #667487;
  --paper: #f4f8fb;
  --white: #ffffff;
  --line: #d8e5ef;
  --shadow: 0 22px 54px rgba(7, 28, 85, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

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

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

a {
  color: inherit;
}

section[id] {
  scroll-margin-top: 118px;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: 6.6rem;
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--brand-blue-deep);
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.16;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(112px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 64px;
  padding: 6px clamp(20px, 6vw, 84px);
  border-bottom: 1px solid rgba(216, 229, 239, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: block;
  width: 84px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  border-radius: 4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.menu-toggle {
  display: none;
}

.nav-links a {
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--brand-blue-deep);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover {
  background: var(--brand-sky);
  color: var(--brand-blue);
}

.header-action,
.primary-button,
.secondary-button,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.header-action {
  justify-self: end;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--brand-cyan);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(17, 155, 211, 0.28);
}

.header-action svg,
.menu-toggle svg {
  width: 21px;
  height: 21px;
}

.header-action:hover,
.primary-button:hover {
  background: #0c85bd;
}

.hero {
  position: relative;
  display: grid;
  min-height: 620px;
  height: calc(100svh - 104px);
  max-height: 720px;
  overflow: hidden;
  background: var(--brand-blue-deep);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 28, 85, 0.9) 0%, rgba(7, 28, 85, 0.7) 42%, rgba(7, 28, 85, 0.16) 76%),
    linear-gradient(180deg, rgba(17, 155, 211, 0.26), rgba(7, 28, 85, 0.52));
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bubble-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.bubble-layer span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 8px 10px 18px rgba(255, 255, 255, 0.1);
  animation: bubbleFloat 18s ease-in-out infinite;
  will-change: transform;
}

.bubble-layer span:nth-child(1) {
  top: 42px;
  left: 8%;
  width: 88px;
  height: 88px;
  animation-duration: 24s;
}

.bubble-layer span:nth-child(2) {
  top: 118px;
  left: 38%;
  width: 28px;
  height: 28px;
  animation-delay: -5s;
  animation-duration: 20s;
}

.bubble-layer span:nth-child(3) {
  top: 68px;
  right: 16%;
  width: 52px;
  height: 52px;
  animation-delay: -9s;
  animation-duration: 26s;
}

.bubble-layer span:nth-child(4) {
  right: 28%;
  bottom: 70px;
  width: 132px;
  height: 132px;
  animation-delay: -14s;
  animation-duration: 30s;
}

.bubble-layer span:nth-child(5) {
  right: 8%;
  bottom: 150px;
  width: 68px;
  height: 68px;
  animation-delay: -7s;
  animation-duration: 22s;
}

.bubble-layer span:nth-child(6) {
  left: 18%;
  bottom: 82px;
  width: 44px;
  height: 44px;
  animation-delay: -12s;
  animation-duration: 21s;
}

@keyframes bubbleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  35% {
    transform: translate3d(14px, -22px, 0) scale(1.05);
  }

  70% {
    transform: translate3d(-10px, 18px, 0) scale(0.96);
  }
}

.hero-content {
  align-self: center;
  width: min(780px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 84px);
  padding: 36px 0 120px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 12px;
  color: #9ee4ff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.primary-button,
.secondary-button {
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-button {
  background: var(--brand-cyan);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(7, 28, 85, 0.22);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.hero-panel {
  position: absolute;
  right: clamp(20px, 6vw, 84px);
  bottom: 26px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  width: min(760px, calc(100% - 40px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.hero-panel div {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.hero-panel strong {
  display: block;
  font-size: 1rem;
  line-height: 1.28;
}

.info-row svg,
.hours-grid svg,
.contact-actions svg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  color: var(--brand-cyan);
}

.section {
  padding: 88px clamp(20px, 6vw, 84px);
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 780px;
}

.section-heading p:not(.section-kicker),
.feature-band p,
.gallery-copy p,
.local-seo p,
.faq-grid p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading .section-kicker,
.price-section .section-kicker,
.sb-section .section-kicker,
.hours-section .section-kicker,
.faq-section .section-kicker,
.contact-section .section-kicker,
.gallery-section .section-kicker,
.feature-band .section-kicker {
  color: var(--brand-blue);
}

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

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

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(7, 28, 85, 0.08);
}

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

.service-card div {
  padding: 22px;
}

.service-icon,
.step-grid span,
.price-top span {
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-cyan);
  color: var(--white);
  font-weight: 900;
}

.service-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  padding: 8px;
}

.service-card p,
.price-card li,
.info-row p,
.step-grid p,
.hours-grid p,
.hours-grid span {
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  background: var(--white);
}

.feature-band > div {
  align-self: center;
  padding: 84px clamp(20px, 6vw, 84px);
}

.feature-band h2 {
  margin-bottom: 30px;
}

.feature-band p:not(.section-kicker) {
  max-width: 620px;
}

.feature-band img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.price-section {
  background: linear-gradient(180deg, #f7fbfe, #eaf7fd);
}

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

.price-card {
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card.highlight {
  border-color: rgba(17, 155, 211, 0.42);
  background: linear-gradient(180deg, var(--brand-blue-deep), var(--brand-blue));
  color: var(--white);
  box-shadow: var(--shadow);
}

.price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.price-top span {
  width: 40px;
  height: 40px;
}

.price-top strong {
  color: var(--brand-cyan);
  font-size: 2rem;
}

.price-card.highlight .price-top strong {
  color: #9ee4ff;
}

.price-card.highlight li {
  color: rgba(255, 255, 255, 0.78);
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.new-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-right: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff0f2;
  color: #c71933;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.price-card.highlight .new-pill {
  background: rgba(255, 255, 255, 0.92);
}

.info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(48px, 6vw, 78px);
}

.info-row article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.sb-section {
  background: var(--white);
}

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

.step-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f2fbff);
}

.step-grid span {
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
}

.gallery-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: start;
  padding: 88px clamp(20px, 6vw, 84px);
  background: var(--brand-blue-deep);
  color: var(--white);
}

.gallery-copy {
  position: sticky;
  top: 160px;
  align-self: start;
}

.gallery-copy h2 {
  color: var(--white);
  margin-bottom: 24px;
}

.gallery-section .section-kicker {
  color: #9ee4ff;
}

.gallery-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
  max-width: 520px;
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.hours-section {
  background: linear-gradient(180deg, #f8fbfe, var(--paper));
}

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

.hours-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.hours-grid strong {
  display: block;
  margin: 14px 0;
  color: var(--brand-blue-deep);
  font-size: 1.55rem;
  line-height: 1.1;
}

.hours-grid span {
  display: block;
}

.faq-section {
  background: var(--white);
}

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

.faq-grid details {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.faq-grid summary {
  cursor: pointer;
  color: var(--brand-blue-deep);
  font-weight: 900;
}

.faq-grid p {
  margin: 16px 0 0;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 20px;
  padding: 88px clamp(20px, 6vw, 84px);
  background:
    linear-gradient(135deg, rgba(7, 28, 85, 0.95), rgba(11, 58, 143, 0.9)),
    url("Waschpark%20Andernach/Waschpark_Andernach-Mittelrhein_02.jpg") center / cover;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.contact-bubbles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.contact-bubbles span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 8px 10px 18px rgba(255, 255, 255, 0.08);
  animation: bubbleFloat 24s ease-in-out infinite;
}

.contact-bubbles span:nth-child(1) {
  top: 18%;
  left: 8%;
  width: 88px;
  height: 88px;
  animation-delay: -6s;
}

.contact-bubbles span:nth-child(2) {
  right: 14%;
  top: 16%;
  width: 56px;
  height: 56px;
  animation-delay: -12s;
  animation-duration: 28s;
}

.contact-bubbles span:nth-child(3) {
  left: 46%;
  bottom: 12%;
  width: 132px;
  height: 132px;
  animation-delay: -18s;
  animation-duration: 32s;
}

.contact-bubbles span:nth-child(4) {
  right: 6%;
  bottom: 22%;
  width: 42px;
  height: 42px;
  animation-delay: -4s;
  animation-duration: 20s;
}

.contact-section h2,
.contact-section h3 {
  color: var(--white);
}

.contact-section .section-kicker {
  color: #9ee4ff;
}

.contact-copy,
.local-seo {
  position: relative;
  z-index: 1;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

address {
  margin: 20px 0 26px;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 900;
}

.contact-actions {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.contact-actions a {
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-weight: 850;
}

.contact-actions svg {
  margin-bottom: 0;
  color: #9ee4ff;
}

.local-seo p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
}

.contact-form input {
  min-height: 46px;
  padding: 10px 12px;
}

.contact-form textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(158, 228, 255, 0.36);
  border-color: #9ee4ff;
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-cyan);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.contact-form button:hover {
  background: #0c85bd;
}

.contact-form button svg {
  width: 20px;
  height: 20px;
}

.legal-main {
  background: linear-gradient(180deg, #f7fbfe, var(--paper));
}

.legal-hero {
  padding: 88px clamp(20px, 6vw, 84px) 46px;
  background:
    linear-gradient(135deg, rgba(7, 28, 85, 0.96), rgba(11, 58, 143, 0.9)),
    url("Waschpark%20Andernach/Waschpark_Andernach-Mittelrhein_02.jpg") center / cover;
  color: var(--white);
}

.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(3.2rem, 8vw, 6.4rem);
}

.legal-hero .section-kicker {
  color: #9ee4ff;
}

.legal-content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 88px;
}

.legal-content h2 {
  margin: 44px 0 16px;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.08;
}

.legal-content h3 {
  margin: 34px 0 12px;
  color: var(--brand-blue-deep);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.16;
}

.legal-content h4 {
  margin: 26px 0 10px;
  color: var(--brand-blue-deep);
  font-size: 1.08rem;
}

.legal-content p,
.legal-content li {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 0 0 22px;
  padding-left: 22px;
}

.legal-content strong {
  color: var(--brand-blue-deep);
}

.legal-content a {
  color: var(--brand-blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 6vw, 84px);
  background: #061641;
  color: var(--white);
}

.site-footer img {
  width: 150px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

svg {
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 5.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .service-grid,
  .price-grid,
  .step-grid,
  .hours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band,
  .gallery-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 0;
  }

  section[id] {
    scroll-margin-top: 128px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .hero {
    height: auto;
    min-height: 720px;
  }

  .hero-content {
    align-self: start;
    padding: 96px 0 260px;
  }

  .hero-panel {
    right: 20px;
    left: 20px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .info-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 0;
  }

  section[id] {
    scroll-margin-top: 102px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 58px;
    padding: 8px 16px;
    gap: 10px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: 68px;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    grid-column: 2;
    grid-row: 1;
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--brand-blue-deep);
    cursor: pointer;
  }

  .menu-toggle:hover {
    background: var(--brand-sky);
  }

  .menu-toggle .close-icon {
    display: none;
  }

  .site-header.menu-open .menu-toggle .menu-icon {
    display: none;
  }

  .site-header.menu-open .menu-toggle .close-icon {
    display: block;
  }

  .site-header.menu-open .nav-links {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0 2px;
    border-top: 1px solid var(--line);
  }

  .site-header.menu-open .nav-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    background: var(--paper);
  }

  .header-action {
    grid-column: 3;
    grid-row: 1;
    width: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
  }

  .header-action .call-label {
    display: none;
  }

  .hero {
    display: block;
    height: auto;
    max-height: none;
    min-height: 650px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 28, 85, 0.78), rgba(7, 28, 85, 0.8)),
      linear-gradient(90deg, rgba(7, 28, 85, 0.78), rgba(7, 28, 85, 0.16));
  }

  .hero-bg {
    object-position: 60% center;
  }

  .hero-content {
    position: relative;
    z-index: 1;
    width: calc(100% - 32px);
    margin-left: 16px;
    padding: 38px 0 18px;
  }

  .hero-panel {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0 16px 28px;
  }

  h1 {
    max-width: 8ch;
    font-size: 3.12rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 32px);
  }

  .contact-actions,
  .contact-actions a {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    justify-content: center;
    min-height: 48px;
    padding: 12px 10px;
    font-size: 0.92rem;
  }

  .hero-panel div {
    padding: 12px 16px;
  }

  .hero-panel span {
    font-size: 0.78rem;
  }

  .hero-panel strong {
    font-size: 0.95rem;
  }

  .service-grid,
  .price-grid,
  .hours-grid,
  .step-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .step-grid {
    overflow-x: visible;
  }

  .step-grid article {
    min-height: auto;
  }

  .step-grid span {
    margin-bottom: 18px;
  }

  .section,
  .gallery-section,
  .contact-section,
  .legal-hero {
    padding: 64px 16px;
  }

  .legal-content {
    width: calc(100% - 32px);
    padding: 42px 0 64px;
  }

  .gallery-copy {
    top: 86px;
  }

  .feature-band > div {
    padding: 64px 16px;
  }

  .feature-band img {
    min-height: 320px;
  }

  .price-card,
  .hours-grid article {
    min-height: auto;
  }

  .gallery-grid img {
    min-height: 0;
  }

  .contact-copy,
  .local-seo {
    padding: 24px;
  }

  .contact-form button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .bubble-layer span,
  .bubble-layer span::before,
  .bubble-layer span::after {
    animation: none;
  }
}
