:root {
  --ink: #073f57;
  --teal: #2aa5a8;
  --sky: #88d7ee;
  --sea: #20a8c5;
  --cream: #fff8e8;
  --paper: #faf6eb;
  --coral: #f15d43;
  --yellow: #f3bd38;
  --green: #62aa7a;
  --line: #e8c99a;
  --muted: #476a72;
  --white: #ffffff;
  --page-surround: #e9e4d9;
  --trust: #fff9ec;
  --pricing-start: #fff9e9;
  --pricing-end: #fff3d9;
  --range: #cceaea;
  --neutral-line: #dddddd;
  --neutral-hover: #f1f5f9;
  --neutral-text: #5e5e5e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page-surround);
  font: 16px/1.5 Arial, Helvetica, sans-serif;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, legend {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
}
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 60px rgba(6, 63, 87, .17);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 10px 28px;
  background: rgba(255, 244, 216, .96);
  border-bottom: 2px solid rgba(7, 63, 87, .14);
  backdrop-filter: blur(12px);
}
.site-logo { width: 190px; max-height: 56px; object-fit: contain; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  font: 700 14px Georgia, "Times New Roman", serif;
}
.site-nav a { text-decoration: none; }
.button,
button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid var(--teal);
  border-radius: 8px;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-decoration: none;
}
.button.primary,
button.primary,
.site-nav .book-link {
  color: white;
  border-color: var(--coral);
  background: var(--coral);
}
button:disabled { cursor: not-allowed; opacity: .5; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.hero {
  position: relative;
  padding: 46px 34px 0;
  overflow: hidden;
  background: var(--sky);
}
.hero-copy { position: relative; z-index: 8; max-width: 680px; margin: 0 auto; text-align: center; }
.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: var(--coral);
  border-block: 2px solid var(--coral);
  font: italic 700 16px Georgia, "Times New Roman", serif;
}
.hero h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 8vw, 68px);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero-copy p { max-width: 560px; margin: 0 auto 18px; font-size: 19px; line-height: 1.45; }
.hero-art { position: relative; min-height: 370px; margin: 10px -34px 0; }
.beach-huts { position: absolute; z-index: 3; bottom: 0; width: 106%; }
.hero-cat { position: absolute; z-index: 5; bottom: 0; left: 8%; width: 180px; filter: drop-shadow(0 12px 3px rgba(7, 63, 87, .12)); transform: scaleX(-1); }
.hero-price {
  position: absolute;
  z-index: 7;
  top: 38px;
  right: 8%;
  display: grid;
  width: 168px;
  aspect-ratio: 1;
  place-content: center;
  padding: 18px;
  color: var(--cream);
  border: 7px solid var(--cream);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 8px 4px rgba(7, 63, 87, .12);
  text-align: center;
  transform: rotate(3deg);
}
.hero-price strong { font: 700 64px/1.05 Georgia, "Times New Roman", serif; }
.hero-price span { font-size: 18px; line-height: 1.25; }

.section { padding: 52px 34px; border-top: 1px solid rgba(7, 63, 87, .12); }
.section-title { position: relative; margin-bottom: 28px; text-align: center; }
.section-title::before { position: absolute; top: 50%; right: 0; left: 0; border-top: 2px solid var(--teal); content: ""; opacity: .55; }
.section-title h2 { position: relative; z-index: 2; display: inline-block; margin: 0; padding: 0 18px; background: var(--paper); font-size: 31px; }
.services, .trust-grid { display: grid; max-width: 892px; margin-inline: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.service, .trust-card {
  padding: 20px 16px;
  border: 1px solid rgba(7, 63, 87, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .28);
  text-align: center;
}
.service-icon, .trust-icon { display: grid; width: 60px; height: 60px; margin: 0 auto 12px; place-items: center; font-size: 30px; }
.service-icon { background-image: var(--service-icons); background-repeat: no-repeat; background-size: 300% 200%; overflow: hidden; }
.service-icon-food { background-position: 0 0; }
.service-icon-water { background-position: 50% 0; }
.service-icon-litter { background-position: 100% 0; }
.service-icon-play { background-position: 0 100%; }
.service-icon-medication { background-position: 50% 100%; }
.service-icon-whatsapp { background-position: 100% 100%; }
.service h3, .trust-card h3 { margin: 0 0 5px; font-size: 18px; }
.service p, .trust-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.trust { background: var(--trust); }
.trust .section-title h2 { background: var(--trust); }
.trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-card { border: 0; background: transparent; }
.trust-icon { background-image: var(--trust-icons); background-repeat: no-repeat; background-size: 200% 200%; overflow: hidden; }
.trust-icon-location { background-position: 0 0; }
.trust-icon-reliable { background-position: 100% 0; }
.trust-icon-insured { background-position: 0 100%; }
.trust-icon-dbs { background-position: 100% 100%; }
.steps { display: grid; max-width: 760px; margin-inline: auto; gap: 12px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 18px; border: 1px solid rgba(7, 63, 87, .13); border-radius: 10px; background: rgba(255, 255, 255, .25); }
.step-no { display: grid; width: 42px; height: 42px; place-items: center; color: white; border-radius: 50%; background: var(--coral); font: 700 20px Georgia, serif; }
.step h3 { margin: 0 0 5px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); }
.pricing { background: linear-gradient(180deg, var(--pricing-start), var(--pricing-end)); }
.pricing .section-title h2 { background: var(--pricing-start); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 650px; margin: auto; }
.price-card { padding: 24px; border: 2px solid var(--coral); border-radius: 14px; background: rgba(255, 255, 255, .42); text-align: center; }
.price-card .amount { color: var(--teal); font: 700 54px/1 Georgia, "Times New Roman", serif; }
.price-card h3 { margin: 8px 0 4px; }
.price-card p { margin: 0; color: var(--muted); }
.meet-banner { width: min(100%, 520px); margin: 24px auto 0; }
.note { max-width: 570px; margin: 14px auto 22px; color: var(--muted); text-align: center; }
.about { display: grid; max-width: 760px; margin-inline: auto; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; }
.about-badge { display: grid; width: 150px; height: 150px; place-items: center; overflow: hidden; border: 8px solid var(--cream); border-radius: 50%; background: linear-gradient(180deg, var(--sky) 0 52%, var(--sea) 52% 100%); box-shadow: 0 0 0 2px var(--teal); }
.about-badge img { width: 84px; margin-top: 18px; }
.about h2 { margin: 0 0 10px; font-size: 30px; }
.about p { margin: 0; color: var(--muted); }
.site-footer { padding: 54px max(34px, calc((100% - 1160px) / 2)); color: var(--white); background: var(--teal); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 64px; }
.footer-brand img { width: 300px; max-width: 100%; }
.footer-brand p { max-width: 440px; margin: 28px 0 0; font-size: 18px; line-height: 1.7; }
.site-footer h2 { margin: 0 0 18px; color: var(--white); font: 700 18px Arial, Helvetica, sans-serif; text-transform: uppercase; }
.footer-links { display: grid; gap: 14px; }
.footer-links a { font-size: 18px; text-decoration: none; }
.footer-contact a { display: block; margin-bottom: 14px; font-size: 18px; text-decoration: none; }
.footer-contact span { display: inline-block; width: 30px; font-size: 22px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 44px; border-top: 1px solid rgba(255, 255, 255, .2); }
.footer-bottom p { margin: 0; }
.footer-tagline { font: italic 700 22px Georgia, "Times New Roman", serif; }

.booking-main { width: min(100%, 700px); margin: 0 auto; padding: 52px 28px 70px; }
.booking-intro { margin-bottom: 26px; text-align: center; }
.booking-intro h1 { margin-bottom: 8px; font-size: clamp(38px, 7vw, 54px); line-height: 1; }
.booking-intro p { margin: 0; color: var(--muted); }
.message { margin: 16px 0; padding: 14px 16px; border-left: 4px solid var(--teal); border-radius: 6px; background: rgba(18, 155, 160, .1); }
form { display: grid; gap: 18px; }
fieldset, .form-card { margin: 0; padding: 22px; border: 1px solid rgba(7, 63, 87, .16); border-radius: 12px; background: rgba(255, 255, 255, .35); }
legend { padding: 0 8px; font-size: 22px; font-weight: 700; }
label { display: block; margin: 12px 0 5px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); border: 2px solid rgba(7, 63, 87, .28); border-radius: 8px; background: var(--white); }
input:focus, select:focus, textarea:focus { border-color: var(--teal); outline: 3px solid rgba(243, 189, 56, .55); }
.hint { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.field-status { min-height: 1.5em; margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.field-status.is-success { color: var(--teal); }
.field-status.is-error { color: var(--coral); }
.radio-fieldset { margin: 18px 0 0; padding: 0; border: 0; background: none; }
.radio-fieldset legend { padding: 0; font: 700 16px/1.5 Arial, Helvetica, sans-serif; }
.radio-group { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-group label { display: flex; min-height: 46px; flex: 1; gap: 8px; align-items: center; margin: 0; padding: 10px 12px; border: 2px solid rgba(7, 63, 87, .28); border-radius: 8px; background: var(--white); font-weight: 400; }
.radio-group input { width: auto; min-height: auto; accent-color: var(--teal); }
.date-range-control { position: relative; }
.date-range-control::before { position: absolute; top: 11px; left: 13px; content: "▦"; color: var(--teal); font-size: 19px; pointer-events: none; }
.date-range-control input { padding-left: 42px; }
.flatpickr-calendar { color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
span.flatpickr-weekday,
.flatpickr-day { color: var(--ink); fill: var(--ink); }
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay { color: var(--muted); opacity: .45; }
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover { border-color: var(--teal); background: var(--teal); }
.flatpickr-day.inRange { border-color: var(--range); background: var(--range); box-shadow: -5px 0 0 var(--range), 5px 0 0 var(--range); }
.intro-times { padding: 0; border: 0; background: none; }
.intro-times legend { padding: 0; font: 700 16px/1.5 Arial, Helvetica, sans-serif; }
#introDate { display: none; }
#introForm .flatpickr-calendar.inline { margin: 0 auto; background: transparent; box-shadow: none; }
#introForm .flatpickr-current-month .flatpickr-monthDropdown-months,
#introForm .flatpickr-current-month input.cur-year { min-height: 0; }
.time-slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 8px; margin-top: 8px; }
.time-slots button { min-height: 40px; }
.time-slots button.is-selected { color: white; border-color: var(--teal); background: var(--teal); }
.row { display: flex; flex-wrap: wrap; gap: 16px; }
.row > * { flex: 1; min-width: 180px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 16px; }
.form-actions button { margin: 0; }
.suggestions { position: relative; z-index: 10; overflow: hidden; margin-top: 4px; border: 1px solid rgba(7, 63, 87, .25); border-radius: 8px; background: white; box-shadow: 0 8px 20px rgba(7, 63, 87, .12); }
.suggestions button { display: block; width: 100%; margin: 0; padding: 11px 12px; justify-content: flex-start; border: 0; border-bottom: 1px solid var(--neutral-line); border-radius: 0; background: white; font-family: Arial, Helvetica, sans-serif; font-weight: 400; text-align: left; }
.suggestions button:hover, .suggestions button:focus { background: var(--neutral-hover); }
.google-maps { padding: 8px 12px; color: var(--neutral-text); font: 400 12px sans-serif; white-space: nowrap; }
.selected-address { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin: 10px 0 0; padding: 10px 12px; border-left: 4px solid var(--teal); border-radius: 6px; background: rgba(18, 155, 160, .1); }
.selected-address span { min-width: 0; overflow-wrap: anywhere; }
.selected-address button { min-height: 36px; flex: 0 0 auto; padding: 0 12px; font-size: 14px; }
.name-input { margin-bottom: 8px; }
.additional-pets { display: grid; gap: 10px; }
.additional-pet { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; padding: 12px; border: 1px solid rgba(7, 63, 87, .16); border-radius: 8px; background: rgba(255, 255, 255, .5); }
.additional-pet label { margin: 0 0 5px; font-size: 14px; }
.additional-pet textarea { min-height: 42px; resize: vertical; }
.additional-pet-notes { grid-column: 1 / -1; }
.remove-additional-pet { width: 46px; min-height: 46px; grid-column: 2; grid-row: 1; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 20px; }
.checks label { display: flex; gap: 8px; align-items: center; }
.checks input { width: auto; min-height: auto; }
.booking-progress { margin: 0 0 28px; overflow-x: auto; }
.booking-progress ol { display: flex; min-width: 560px; margin: 0; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 6px; align-items: center; color: var(--muted); font: 700 14px Georgia, "Times New Roman", serif; text-align: center; }
.booking-progress li:not(:last-child)::after { position: absolute; top: 14px; right: calc(-50% + 20px); left: calc(50% + 20px); height: 2px; background: var(--line); content: ""; }
.booking-progress li.is-complete { color: var(--teal); }
.booking-progress li.is-complete:not(:last-child)::after { background: var(--teal); }
.booking-progress li.is-active { color: var(--ink); }
.step-number { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: var(--ink); border: 2px solid var(--line); border-radius: 50%; background: var(--cream); font: 700 14px Arial, Helvetica, sans-serif; }
.booking-progress li.is-complete .step-number,
.booking-progress li.is-active .step-number { color: white; border-color: var(--teal); background: var(--teal); }
.booking-progress li.is-active .step-number { border-color: var(--coral); background: var(--coral); }
.step-panel { display: grid; gap: 18px; scroll-margin-top: 96px; }
.step-panel > h2 { margin: 0; font-size: 30px; }
.summary-list { display: grid; grid-template-columns: minmax(130px, .45fr) 1fr; gap: 8px 18px; margin: 0; }
.summary-list dt { color: var(--muted); font-weight: 700; }
.summary-list dd { margin: 0; }
.booking-complete { padding: 28px 22px; border: 2px solid var(--green); border-radius: 12px; background: rgba(98, 170, 122, .12); text-align: center; }
.booking-complete h2 { margin-bottom: 8px; color: var(--teal); }
.booking-complete p { margin: 0; }
.status-page { display: grid; min-height: 70vh; place-content: center; padding: 40px 24px; text-align: center; }
.hidden { display: none !important; }

@media (max-width: 700px) {
  .site-header { padding: 10px 16px; }
  .site-logo { width: 145px; }
  .site-nav { gap: 10px; }
  .site-nav a:not(.book-link) { display: none; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .hero-art { min-height: 320px; margin-right: -20px; margin-left: -20px; }
  .hero-price { top: 44px; right: 4%; width: 142px; }
  .hero-price strong { font-size: 30px; }
  .hero-cat { left: 4%; width: 145px; }
  .section { padding: 44px 22px; }
  .booking-progress { margin-right: -4px; margin-left: -4px; }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr; text-align: center; }
  .about-badge { margin: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; padding-top: 30px; }
}

@media (max-width: 430px) {
  .services, .trust-grid, .pricing-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .hero-art { min-height: 285px; }
  .hero-price { top: 52px; width: 124px; padding: 12px; border-width: 5px; }
  .hero-price strong { font-size: 26px; }
  .hero-price span { font-size: 13px; }
  .hero-cat { width: 122px; }
  .booking-main { padding: 38px 18px 54px; }
  fieldset, .form-card { padding: 18px; }
  .summary-list { grid-template-columns: 1fr; gap: 2px; }
  .summary-list dd { margin-bottom: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
