:root {
  --bg: #f3fbff;
  --bg-deep: #d8eff8;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --line: rgba(14, 76, 105, 0.12);
  --line-strong: rgba(0, 167, 214, 0.22);
  --text: #0d2c3d;
  --text-soft: #47687b;
  --text-muted: #6b8a9c;
  --accent: #00a7d6;
  --accent-2: #5cd8ff;
  --accent-3: #0d6f8c;
  --foam: #ffffff;
  --sand: #ffbf66;
  --success: #35b576;
  --hold: #f3bf4c;
  --danger: #ef6a67;
  --shadow-lg: 0 34px 90px rgba(11, 76, 109, 0.14);
  --shadow-md: 0 20px 44px rgba(11, 76, 109, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(92, 216, 255, 0.34), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 191, 102, 0.2), transparent 22%),
    linear-gradient(180deg, #f6fdff 0%, #e9f6fb 42%, #eef9fc 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background:
    linear-gradient(90deg, rgba(13, 111, 140, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(13, 111, 140, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 94%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.topbar,
.main-shell,
.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-shell {
  position: relative;
  padding-bottom: 1rem;
}

.topbar {
  position: sticky;
  top: 1rem;
  z-index: 10;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  max-width: min(100%, 360px);
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(0, 167, 214, 0.18);
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, #6fe0ff 0%, #11a7d2 58%, #0d6f8c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.brand-mark-small {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 14px;
}

.brand-copy,
.footer-brand-copy {
  display: grid;
  gap: 0.08rem;
  line-height: 1;
}

.brand-copy strong,
.footer-brand-copy strong {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy span,
.footer-brand-copy span {
  color: var(--accent-3);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topbar-actions a {
  color: var(--text-soft);
  font-size: 0.94rem;
  transition: color 180ms ease;
}

.topbar-actions a:hover {
  color: var(--text);
}

.nav-cta,
.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 38px rgba(0, 167, 214, 0.22);
}

.nav-cta {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
}

.main-shell {
  padding: 3rem 0 2rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.hero-copy,
.quote-panel,
.strip-card,
.booking-day,
.faq-list details,
.footer-bar {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 254, 0.88));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
}

.hero-copy,
.quote-panel {
  padding: 1.7rem;
  border-radius: var(--radius-xl);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 167, 214, 0.16);
  color: var(--accent-3);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(0, 167, 214, 0.08);
}

.hero-copy h1,
.calendar-heading h2,
.faq-heading h2,
.strip-card h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(4.5rem, 8vw, 7.4rem);
}

.hero-text,
.detail-card p,
.strip-card li,
.faq-list p,
.calendar-text,
.form-note,
.estimate-card p,
.booking-card p:last-child {
  color: var(--text-soft);
  line-height: 1.72;
}

.hero-text {
  max-width: 36rem;
  margin: 1rem 0 1.4rem;
  font-size: 1rem;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.contact-chip,
.footer-links a {
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.contact-chip:hover,
.footer-links a:hover {
  border-color: rgba(0, 167, 214, 0.26);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.contact-chip-muted {
  color: var(--accent-3);
  font-weight: 600;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.info-pill,
.detail-card,
.estimate-card,
.booking-card {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.info-pill span,
.strip-label,
.payment-quick-label,
.booking-card-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-3);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.info-pill strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.info-pill p,
.detail-card ul {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.62;
}

.detail-card {
  margin-top: 0.95rem;
}

.detail-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
}

.detail-card-accent {
  border-color: var(--line-strong);
  background:
    radial-gradient(circle at top right, rgba(92, 216, 255, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.76);
}

.detail-card ul {
  margin: 0;
  padding-left: 1rem;
}

.quote-panel {
  background:
    radial-gradient(circle at top right, rgba(92, 216, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 253, 0.92));
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(15, 44, 61, 0.12);
  border-radius: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  outline: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(0, 167, 214, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 167, 214, 0.12);
}

.estimate-card {
  border-color: rgba(0, 167, 214, 0.2);
  background:
    radial-gradient(circle at top right, rgba(92, 216, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.76);
}

.estimate-head,
.booking-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.estimate-head span,
.booking-summary span {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 800;
}

.estimate-head strong,
.booking-summary strong {
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.estimate-head strong {
  font-size: clamp(3.4rem, 6vw, 4.4rem);
}

.booking-summary strong {
  font-size: 3rem;
}

.estimate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.5rem 0 0.7rem;
}

.estimate-meta span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 0.84rem;
}

.estimate-card p,
.booking-card h3,
.booking-card p,
.form-note {
  margin: 0;
}

.booking-card {
  border-color: rgba(0, 167, 214, 0.22);
  background:
    linear-gradient(135deg, rgba(0, 167, 214, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.74);
}

.booking-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.16rem;
}

.action-row {
  display: flex;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button-primary,
.button-secondary {
  flex: 1 1 0;
}

.button-primary-alt {
  background: linear-gradient(135deg, #1291b5, #0d6f8c);
}

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

.quick-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.strip-card {
  padding: 1.3rem;
  border-radius: var(--radius-lg);
}

.strip-card h2 {
  font-size: 2.35rem;
}

.strip-card ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.calendar-shell {
  margin-top: 1rem;
  padding: 1rem 0 0;
}

.calendar-heading {
  max-width: 46rem;
  margin-bottom: 1rem;
}

.calendar-heading h2,
.faq-heading h2 {
  font-size: clamp(2.9rem, 5vw, 4.5rem);
}

.calendar-text {
  margin: 0.8rem 0 0;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.85rem;
}

.booking-day {
  width: 100%;
  padding: 1rem;
  border-radius: var(--radius-md);
  text-align: left;
  cursor: pointer;
}

.booking-day.is-selected {
  border-color: rgba(0, 167, 214, 0.34);
  box-shadow: 0 22px 44px rgba(0, 167, 214, 0.12);
}

.booking-weekday,
.booking-date {
  margin: 0;
}

.booking-weekday {
  color: var(--accent-3);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-date {
  margin-top: 0.35rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.booking-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-open {
  color: #08412d;
  border-color: rgba(53, 181, 118, 0.32);
  background: rgba(53, 181, 118, 0.16);
}

.status-held {
  color: #6d5310;
  border-color: rgba(243, 191, 76, 0.34);
  background: rgba(243, 191, 76, 0.16);
}

.status-booked {
  color: #7f2424;
  border-color: rgba(239, 106, 103, 0.28);
  background: rgba(239, 106, 103, 0.14);
}

.booking-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 0;
}

.faq-shell {
  margin-top: 1rem;
  padding: 1rem 0 2rem;
}

.faq-heading {
  max-width: 36rem;
  margin-bottom: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-list details {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list p {
  margin: 0.8rem 0 0;
}

.site-footer {
  padding-bottom: 1rem;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 999px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .topbar,
  .main-shell,
  .site-footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .topbar,
  .footer-bar,
  .topbar-actions,
  .action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar {
    border-radius: 1.5rem;
  }

  .topbar-actions,
  .footer-links,
  .contact-row {
    width: 100%;
  }

  .topbar-actions a,
  .nav-cta,
  .button,
  .contact-chip,
  .footer-links a {
    width: 100%;
  }

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

  .footer-bar {
    border-radius: 1.5rem;
  }
}

@media (max-width: 640px) {
  .hero-copy,
  .quote-panel,
  .strip-card,
  .booking-day,
  .faq-list details {
    padding: 1.2rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .estimate-head,
  .booking-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .estimate-head strong {
    font-size: 3.2rem;
  }
}
