/* ==========================================================================
   CSS Bundle
   Generated from /src/css by tools/build-site.js.
   ========================================================================== */

/* 1. Design Tokens */
:root {
  --ink: #11303a;
  --muted: #52656b;
  --line: #dce8ea;
  --mist: #f5fbfb;
  --aqua: #23a9b7;
  --teal: #087987;
  --teal-deep: #065f6a;
  --sun: #f7c857;
  --coral: #c84638;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 48, 58, 0.16);
}


/* 2. Reset + Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}

/* 3. Typography */
.kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section h2,
.order-strip h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

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

/* 3. Layout */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  position: relative;
  display: block;
  width: 50px;
  height: 46px;
  flex: 0 0 auto;
}

.bubble {
  position: absolute;
  display: block;
  border: 2px solid rgba(8, 121, 135, 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95) 0 16%, transparent 17%),
    radial-gradient(circle at 66% 72%, rgba(247, 200, 87, 0.42) 0 18%, transparent 19%),
    rgba(210, 250, 251, 0.88);
  box-shadow:
    inset -6px -8px 14px rgba(35, 169, 183, 0.22),
    0 8px 18px rgba(17, 48, 58, 0.12);
}

.bubble-large {
  left: 6px;
  bottom: 2px;
  width: 31px;
  height: 31px;
}

.bubble-medium {
  right: 4px;
  top: 7px;
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95) 0 17%, transparent 18%),
    rgba(222, 252, 250, 0.9);
}

.bubble-small {
  left: 1px;
  top: 9px;
  width: 17px;
  height: 17px;
  border-width: 1.5px;
}

.bubble-tiny {
  right: 13px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-width: 1.5px;
  background: rgba(245, 253, 253, 0.92);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-weight: 800;
}

.main-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--teal);
  border-bottom-color: var(--sun);
}

/* 4. Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(56px, 9vw, 100px) clamp(18px, 5vw, 72px);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 42, 52, 0.86), rgba(5, 42, 52, 0.58) 45%, rgba(5, 42, 52, 0.15)),
    linear-gradient(0deg, rgba(5, 42, 52, 0.3), rgba(5, 42, 52, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(840px, 100%);
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}

.hero .kicker {
  color: #ffe08a;
  font-size: clamp(0.95rem, 1.6vw, 1.25rem);
  font-weight: 950;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  scroll-margin-top: 96px;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.quick-info div {
  min-height: 110px;
  padding: 24px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.quick-info div:last-child {
  border-right: 0;
}

.quick-info span,
.quick-info small,
.pricing-list span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.quick-info strong {
  display: block;
  max-width: 360px;
  margin-top: 6px;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.quick-info small {
  margin-top: 4px;
  font-weight: 700;
}

.quick-info .last-wash {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}


/* 5. Shared Section Layout */
.section {
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.about-section,
.pricing-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.section-text,
.section-heading {
  max-width: 760px;
}

.about-panel {
  padding: 28px;
}

.about-panel h3,
.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.about-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.about-panel li + li {
  margin-top: 12px;
}

/* 6. Shared Components */
.header-action,
.secondary-button,
.order-button,
.inline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
}

button.inline-action {
  border: 0;
  cursor: pointer;
}

.header-action,
.order-button,
.inline-action {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 10px 26px rgba(242, 118, 100, 0.24);
}

.order-button {
  min-width: 174px;
  min-height: 56px;
  font-size: 1rem;
}

.secondary-button {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}

.about-panel,
.service-card,
.pricing-list,
.contact-method,
.map-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

/* 7. Page Sections */
/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-card {
  min-height: 300px;
  padding: 24px;
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 118px;
  margin-bottom: 20px;
}

.service-number {
  color: var(--teal);
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.82;
}

.service-visual {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  color: var(--teal);
  fill: #dcf5f4;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 18px rgba(17, 48, 58, 0.12));
}

.service-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}


/* Pricing */
.pricing-section {
  background: linear-gradient(180deg, var(--mist), #ffffff);
}

.pricing-list {
  overflow: hidden;
}

.pricing-list div {
  display: grid;
  gap: 4px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.pricing-list div:last-child {
  border-bottom: 0;
}

.inline-action {
  margin-top: 12px;
}


/* Contact and map */
.contact-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  scroll-margin-top: 104px;
}

.contact-section .section-text {
  max-width: 860px;
}

.contact-methods {
  display: grid;
  grid-template-columns: minmax(240px, 360px);
  gap: 12px;
  margin-top: 28px;
}

.contact-method {
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 0;
  padding: 18px;
  text-align: center;
}

.contact-method span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: 1.1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.22;
}

a.contact-method:hover,
a.contact-method:focus-visible {
  border-color: var(--aqua);
  box-shadow: 0 18px 44px rgba(35, 169, 183, 0.16);
}

.map-card {
  overflow: hidden;
  min-height: 100%;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
}

.map-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.map-card-footer strong {
  line-height: 1.15;
}

.map-card-footer a {
  color: var(--teal);
  font-weight: 900;
  white-space: nowrap;
}


/* Business inquiries */
.business-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  scroll-margin-top: 104px;
  background: var(--ink);
}

.business-copy {
  color: var(--white);
}

.business-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
}

.business-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

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

.business-card {
  min-height: 250px;
  padding: 22px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.business-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 112px;
  margin-bottom: 20px;
}

.business-number {
  color: var(--sun);
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.82;
}

.business-visual {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  color: var(--sun);
  fill: rgba(247, 200, 87, 0.2);
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.business-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.business-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}


/* Order strip */
.order-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 72px) clamp(46px, 6vw, 72px);
  padding: clamp(28px, 5vw, 48px);
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
}

.order-strip .eyebrow {
  color: var(--white);
}

/* 8. Pricing Modal */
body.modal-open {
  overflow: hidden;
}

.modal[hidden] {
  display: none;
}

.modal:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 5vw, 56px);
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 42, 52, 0.38);
  backdrop-filter: blur(2px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(580px, 100%);
  max-height: min(70vh, 560px);
  overflow: auto;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(17, 48, 58, 0.28);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.modal-header .eyebrow {
  margin-bottom: 6px;
  color: var(--teal-deep);
  font-size: 0.72rem;
}

.modal-header h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  line-height: 1;
}

.modal-close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: var(--mist);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: #e4f6f6;
}

.modal-body {
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.modal-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

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

.price-group {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 10px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-group-wide {
  grid-column: 1 / -1;
}

.price-group h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid rgba(220, 232, 234, 0.9);
}

.price-row span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.25;
}

.price-row strong {
  flex: 0 0 auto;
  color: var(--teal-deep);
  font-size: 0.84rem;
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
}

.price-note {
  padding: 8px 10px;
  background: #fff8df;
  border: 1px solid rgba(247, 200, 87, 0.7);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

/* 9. Policy Pages */
.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(125, 225, 221, 0.18), transparent 32rem),
    var(--mist);
}

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.policy-brand {
  color: var(--ink);
}

.policy-back-link {
  color: var(--teal-deep);
  font-size: 0.95rem;
  font-weight: 900;
}

.policy-content {
  width: min(900px, calc(100% - 36px));
  margin: 48px auto;
  padding: clamp(28px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-content h1 {
  max-width: 780px;
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.98;
}

.policy-content h2 {
  margin: 32px 0 10px;
  color: var(--ink);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.policy-content ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.policy-content a {
  color: var(--teal-deep);
  font-weight: 900;
}

.policy-updated {
  margin-bottom: 22px;
  color: var(--teal-deep);
  font-weight: 900;
}

/* 10. Footer */
.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 18px 28px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.site-footer strong,
.site-footer span {
  display: block;
}

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

.site-footer a {
  color: var(--sun);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 18px;
  min-width: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.footer-links a:hover,
.policy-back-link:hover,
.policy-content a:hover {
  color: var(--sun);
}

.footer-rights {
  justify-self: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.site-footer .footer-map-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--white);
  background: var(--teal-deep);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.site-footer .footer-map-link:visited,
.site-footer .footer-map-link:hover,
.site-footer .footer-map-link:active,
.site-footer .footer-map-link:focus-visible {
  color: var(--white);
}

.site-footer .footer-map-link:hover,
.site-footer .footer-map-link:focus-visible {
  background: var(--aqua);
}

/* 11. Responsive */
@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .quick-info,
  .about-section,
  .pricing-section,
  .contact-section,
  .business-section,
  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .quick-info div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card {
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-rights,
  .footer-map-link {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    max-width: 128px;
    line-height: 1.05;
  }

  .header-action {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: 760px;
    padding-top: 78px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(5, 42, 52, 0.84), rgba(5, 42, 52, 0.58));
  }

  .hero-actions,
  .order-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-links {
    max-width: 340px;
  }

  .footer-links a,
  .footer-rights,
  .footer-map-link {
    width: 100%;
  }

  .footer-map-link {
    max-width: 260px;
  }

  .policy-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-button,
  .secondary-button,
  .inline-action {
    width: 100%;
  }

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

  .map-card iframe {
    height: 280px;
  }

  .map-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .modal:not([hidden]) {
    align-items: center;
    padding: 16px;
  }

  .modal-panel {
    width: min(100%, 420px);
    max-height: 76vh;
    padding: 14px;
    border-radius: 8px;
  }

  .price-menu {
    grid-template-columns: 1fr;
  }

  .price-group-wide {
    grid-column: auto;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .price-row strong {
    text-align: left;
    white-space: normal;
  }
}
