:root {
  --ink: #17201d;
  --muted: #52635d;
  --line: #d8e3dd;
  --paper: #fbfcf9;
  --panel: #ffffff;
  --teal: #1f766d;
  --teal-dark: #14514b;
  --coral: #d46d5a;
  --sage: #dce9df;
  --gold: #b88a2d;
  --shadow: 0 18px 50px rgba(23, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(251, 252, 249, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(16px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 52px;
  object-fit: contain;
  padding: 4px;
  width: 52px;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 12px;
}

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

nav a {
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  padding: 8px 10px;
  text-decoration: none;
}

nav a:hover,
.nav-cta {
  background: var(--sage);
  color: var(--teal-dark);
}

.hero {
  min-height: 78vh;
  overflow: hidden;
  position: relative;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(11, 23, 20, 0.78), rgba(11, 23, 20, 0.4) 46%, rgba(11, 23, 20, 0.08));
  inset: 0;
  position: absolute;
}

.hero-content {
  color: white;
  max-width: 760px;
  padding: clamp(72px, 12vw, 140px) clamp(18px, 6vw, 76px) 72px;
  position: relative;
}

.eyebrow {
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd3ca;
}

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

h1 {
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  margin-bottom: 0;
}

h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  max-width: 640px;
}

.hero-actions,
.form-footer,
.panel-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button {
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  text-decoration: none;
}

.primary,
form button,
#exportCsv {
  background: var(--coral);
  color: white;
}

.secondary {
  background: white;
  color: var(--teal-dark);
}

.hidden {
  display: none !important;
}

.section {
  padding: 64px clamp(16px, 5vw, 70px);
}

.section-heading {
  margin-bottom: 24px;
  max-width: 780px;
}

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

.service-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 190px;
  padding: 22px;
}

.icon {
  align-items: center;
  background: var(--sage);
  border-radius: 8px;
  color: var(--teal-dark);
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-bottom: 18px;
  width: 40px;
}

.booking-section {
  background: #eef5f0;
}

.pricing-section {
  background: #fff8f3;
}

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

.price-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.featured-price {
  border-color: var(--coral);
  box-shadow: var(--shadow);
}

.price-label {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.price-card h3 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

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

.price-card li {
  color: var(--muted);
}

.pricing-note {
  color: var(--muted);
  margin: 18px 0 0;
  max-width: 860px;
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
}

.booking-form,
.info-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-form {
  padding: 24px;
}

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

label,
legend {
  color: var(--ink);
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}

input,
select,
textarea {
  border: 1px solid #b9c9c2;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
  padding: 18px;
}

fieldset label,
.consent {
  align-items: center;
  display: flex;
  font-weight: 600;
}

input[type="checkbox"] {
  accent-color: var(--teal);
  min-height: auto;
  width: auto;
}

.form-footer {
  justify-content: space-between;
  margin-top: 18px;
}

.form-message {
  color: var(--teal-dark);
  font-weight: 700;
  margin: 14px 0 0;
}

.info-panel {
  padding: 20px;
  position: sticky;
  top: 90px;
}

.panel-header {
  justify-content: space-between;
  margin-bottom: 16px;
}

.panel-header h3 {
  margin: 0;
}

.call-summary {
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 14px;
}

.call-summary strong,
.call-summary span {
  display: block;
}

.call-summary span {
  color: var(--muted);
  font-size: 13px;
}

.next-steps {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.next-steps li {
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 44px clamp(16px, 5vw, 70px) 24px;
}

.site-footer p,
.site-footer h2,
.site-footer h3 {
  margin: 0;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(210px, 1.05fr) minmax(280px, 1.45fr) minmax(120px, 0.75fr) minmax(260px, 1.2fr);
  max-width: 1180px;
  margin: 0 auto;
}

.footer-grid > div {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.footer-brand {
  max-width: 260px;
}

.footer-logo-small {
  background: white;
  border-radius: 8px;
  display: block;
  height: auto !important;
  max-height: 86px !important;
  max-width: 86px !important;
  object-fit: contain;
  padding: 5px;
  width: 86px !important;
}

.site-footer h3 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
  margin-top: 34px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
}

.privacy-page {
  max-width: 900px;
}

.privacy-page h1 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 52px);
}

.privacy-page h2 {
  font-size: 24px;
  margin-top: 28px;
}

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

  nav {
    justify-content: flex-start;
  }

  .service-grid,
  .pricing-grid,
  .booking-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .info-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .brand small {
    display: none;
  }

  nav a {
    padding: 6px 8px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(11, 23, 20, 0.78), rgba(11, 23, 20, 0.3));
  }

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

  .booking-form {
    padding: 18px;
  }
}
