:root {
  --ink: #102337;
  --muted: #63717a;
  --line: #d8e0df;
  --paper: #fbfaf5;
  --mist: #eef5f1;
  --teal: #0b8b78;
  --teal-dark: #063f3d;
  --coral: #e46d4f;
  --gold: #c99a3f;
  --gold-soft: #f5e5bd;
  --navy: #0c233b;
  --white: #ffffff;
  --header-bg: #fffdf8;
  --shadow: 0 28px 70px rgba(12, 35, 59, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdf8 0%, var(--paper) 42%, #f7fbf8 100%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px clamp(18px, 4vw, 46px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(201, 154, 63, 0.22);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.trust-strip {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: clamp(92px, 9vw, 132px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  background: var(--header-bg);
  border-radius: 6px;
  box-shadow: none;
}

.nav {
  gap: 4px;
  position: relative;
}

.nav a,
.header-action,
.login-action,
.session-badge {
  padding: 8px 11px;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.78rem;
}

.nav-services {
  position: relative;
}

.services-trigger {
  display: inline-flex;
}

.services-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 30;
  width: min(720px, calc(100vw - 36px));
  padding: 28px 34px 34px;
  border-radius: 8px;
  color: var(--white);
  background: #080a09;
  box-shadow: 0 28px 80px rgba(12, 35, 59, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-services:hover .services-menu,
.nav-services:focus-within .services-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services-menu h3 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.services-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 18px 70px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.services-menu-grid a {
  padding: 0;
  color: #c5cbd0;
  background: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.services-menu-grid a:hover {
  color: #00d37f;
  background: transparent;
}

.nav a:hover,
.header-action:hover,
.login-action:hover {
  color: var(--teal-dark);
  background: var(--gold-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.session-badge {
  border: 1px solid rgba(201, 154, 63, 0.3);
  color: var(--navy);
  background: rgba(255, 248, 231, 0.72);
}

.login-action {
  border: 1px solid rgba(201, 154, 63, 0.34);
  background: #fffdf8;
  cursor: pointer;
}

.admin-login {
  color: var(--teal-dark);
}

.header-action {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  box-shadow: 0 12px 26px rgba(11, 139, 120, 0.2);
}

.hero {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.92fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
  overflow: hidden;
  padding: clamp(30px, 5vw, 62px) clamp(18px, 4vw, 56px);
  background: #f6f1fb;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  display: grid;
  justify-items: center;
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  color: var(--navy);
  background: #fffdf8;
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-badge::before {
  content: "*";
  margin-right: 6px;
  color: var(--gold);
}

.hero-media {
  height: min(320px, 42vw);
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 18px 42px rgba(12, 35, 59, 0.12);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 14px;
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.5vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.06rem;
}

.hero-copy,
.section-copy p,
.ops-copy p,
.booking-copy p,
.service-card p,
.plan-card p,
.ops-board p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 690px;
  font-size: 1rem;
}

.hero-actions {
  width: min(760px, 100%);
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 18px;
}

.hero-actions .button.primary {
  flex: 1 1 320px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  box-shadow: 0 14px 30px rgba(11, 139, 120, 0.24);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(201, 154, 63, 0.36);
}

.trust-strip {
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  padding: 8px 11px;
  border: 1px solid rgba(201, 154, 63, 0.36);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
}

.section {
  padding: clamp(54px, 8vw, 100px) clamp(18px, 4vw, 56px);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(12, 35, 59, 0.16);
  border-bottom: 1px solid rgba(12, 35, 59, 0.16);
  background: #ddd4e8;
}

.metrics div {
  min-height: 106px;
  padding: 24px 30px;
  background: #fbf9fd;
}

.metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1;
}

.review-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow: hidden;
  padding: 26px clamp(18px, 4vw, 56px);
  background: #fffdf8;
}

.review-strip article {
  min-height: 112px;
  padding: 16px;
  border-left: 1px solid rgba(12, 35, 59, 0.14);
}

.review-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 0.88rem;
}

.review-strip span {
  color: var(--gold);
  font-size: 0.82rem;
}

.review-strip p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.metrics span {
  color: var(--muted);
  font-weight: 700;
}

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

.section-copy {
  position: static;
  max-width: 920px;
}

.section-copy.compact {
  position: static;
  max-width: 860px;
  margin-bottom: 32px;
}

.service-grid,
.plan-grid,
.ops-board {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-service {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 210px;
  padding: 18px;
  border: 2px solid rgba(12, 35, 59, 0.82);
  border-radius: 8px;
  background: #fffdf8;
}

.featured-service img {
  width: 150px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

.featured-service span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
}

.featured-service p {
  color: var(--muted);
}

.featured-service ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 0.92rem;
}

.featured-service li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--teal);
  font-weight: 900;
}

.service-card,
.plan-card,
.ops-board article {
  border: 1px solid rgba(216, 224, 223, 0.92);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(16, 32, 31, 0.06);
}

.service-card {
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  scroll-margin-top: 96px;
}

.service-card:target {
  border-color: rgba(201, 154, 63, 0.86);
  box-shadow: 0 22px 54px rgba(12, 35, 59, 0.16);
}

.service-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card h3,
.service-card p,
.service-card ul,
.service-book-link {
  margin-left: 20px;
  margin-right: 20px;
}

.service-card h3 {
  margin-top: 18px;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.service-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--teal);
  font-weight: 900;
}

.service-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 9px 13px;
  border-radius: 7px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  font-weight: 900;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: linear-gradient(135deg, var(--mist), var(--gold-soft));
}

.service-card svg,
.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-band {
  background:
    linear-gradient(135deg, rgba(12, 35, 59, 0.04), rgba(201, 154, 63, 0.16)),
    var(--mist);
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-card {
  padding: 26px;
}

.plan-card.featured {
  border-color: rgba(201, 154, 63, 0.6);
  box-shadow: var(--shadow);
}

.plan-card strong {
  display: block;
  margin: 18px 0;
  font-size: 2.2rem;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.plan-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.booking {
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 154, 63, 0.24), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--teal-dark));
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

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

.booking-copy .eyebrow,
.booking-copy p {
  color: #d5eee7;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}

fieldset {
  grid-column: 1 / -1;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fffcf6;
}

.time-field select {
  border-color: rgba(201, 154, 63, 0.46);
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255, 248, 231, 0.98), rgba(238, 245, 241, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(14, 118, 111, 0.16);
  border-color: var(--teal);
}

.full {
  grid-column: 1 / -1;
}

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

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffcf6;
  font-weight: 700;
}

.check-option input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal);
}

.quote-box {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(201, 154, 63, 0.4);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff8e7, var(--mist));
}

.quote-box span {
  color: var(--muted);
  font-weight: 800;
}

.quote-box strong {
  color: var(--navy);
  font-size: 1.8rem;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.faq-section {
  padding: clamp(54px, 7vw, 86px) clamp(18px, 4vw, 56px);
  background: #f1f1f1;
}

.faq-section h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.faq-list {
  display: grid;
  gap: 14px;
  width: min(1780px, 100%);
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid rgba(12, 35, 59, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(12, 35, 59, 0.08);
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 14px 18px;
  cursor: pointer;
  color: var(--navy);
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  content: "⌄";
  color: var(--muted);
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.privacy-note {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(201, 154, 63, 0.34);
  border-radius: 8px;
  color: var(--muted);
  background: #fff8e7;
  line-height: 1.5;
  font-size: 0.92rem;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 35, 59, 0.48);
  backdrop-filter: blur(8px);
}

.auth-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(460px, 100%);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(201, 154, 63, 0.4);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 32px 90px rgba(12, 35, 59, 0.28);
}

.auth-card h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.auth-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(201, 154, 63, 0.32);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.ops {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.ops-board {
  grid-template-columns: 1fr;
  gap: 12px;
}

.ops-board article {
  min-height: auto;
  padding: 18px 20px;
  border-left: 3px solid var(--navy);
}

.ops-board span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  padding: 18px clamp(18px, 4vw, 56px) 24px;
  background: #080a09;
  color: #f7f8f5;
}

.footer-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 1.08fr 1.18fr 1fr 1fr;
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.footer-brand-block h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.footer-brand-block p {
  margin: 0;
  color: #aeb6bd;
  font-weight: 800;
  font-size: 1.02rem;
}

.footer-brand-block a,
.footer-column a {
  color: #aeb6bd;
  font-weight: 800;
  line-height: 1.5;
  font-size: 1rem;
}

.footer-brand-block a {
  color: #00d37f;
  font-size: 1.08rem;
}

.footer-column {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer-column h3,
.footer-bottom-grid h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-column a:hover,
.footer-list a:hover {
  color: #00d37f;
}

.footer-divider {
  height: 1px;
  margin: 48px 0;
  background: rgba(255, 255, 255, 0.13);
}

.footer-bottom-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(54px, 9vw, 130px);
}

.footer-list {
  display: grid;
  gap: 14px 56px;
  color: #aeb6bd;
  font-weight: 800;
}

.footer-list.two-col {
  grid-template-columns: repeat(2, minmax(210px, 1fr));
}

.footer-list.three-col {
  grid-template-columns: repeat(3, minmax(130px, 1fr));
}

.footer-list a,
.footer-list span {
  color: #aeb6bd;
  line-height: 1.35;
}

.footer-copyright {
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #8e989f;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    width: 100%;
    height: 280px;
    border-radius: 8px;
  }

  h1 {
    max-width: 760px;
  }

  .metrics,
  .split,
  .booking-panel,
  .ops {
    grid-template-columns: 1fr;
  }

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

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

  .section-copy {
    position: static;
  }

  .plan-grid,
  .ops-board {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-action {
    width: 100%;
    text-align: center;
  }

  .header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .header-actions > * {
    flex: 1 1 140px;
    text-align: center;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .metrics,
  .service-grid,
  .booking-form,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .review-strip {
    grid-auto-columns: minmax(230px, 82vw);
    overflow-x: auto;
  }

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

  .featured-service img {
    width: 100%;
    height: 210px;
  }

  .metrics div {
    min-height: 112px;
    padding: 24px 20px;
  }

  .footer-top,
  .footer-bottom-grid,
  .footer-list.two-col,
  .footer-list.three-col {
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    text-align: center;
  }

}
