:root {
  --white: #ffffff;
  --ivory: #fbf8f3;
  --cream: #f4eee6;
  --warm-beige: #d7c5b2;
  --soft-taupe: #9b8a7d;
  --espresso: #15110f;
  --espresso-soft: #38302b;
  --ink: #151515;
  --muted: #6f6862;
  --line: rgba(21, 17, 15, 0.11);
  --shadow: 0 28px 90px rgba(33, 28, 24, 0.08);
  --glow: 0 18px 55px rgba(215, 197, 178, 0.35);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(215, 197, 178, 0.24), transparent 24rem),
    linear-gradient(180deg, #fff, var(--ivory) 48%, #fff);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  color: inherit;
  font: inherit;
}

[data-lucide] {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  justify-content: center;
}

[data-lucide]::before {
  content: "•";
  line-height: 1;
}

[data-lucide="menu"]::before {
  content: "☰";
}

[data-lucide="arrow-up-right"]::before {
  content: "↗";
}

[data-lucide="arrow-left"]::before {
  content: "←";
}

[data-lucide="badge-check"]::before {
  content: "✓";
}

[data-lucide="sparkles"]::before {
  content: "✦";
}

[data-lucide="heart-handshake"]::before {
  content: "♡";
}

[data-lucide="scan-line"]::before {
  content: "▦";
}

[data-lucide="droplets"]::before {
  content: "◌";
}

[data-lucide="message-circle"]::before {
  content: "○";
}

[data-lucide="instagram"]::before {
  content: "IG";
  font-size: 0.72em;
  font-weight: 800;
}

[data-lucide="list"]::before {
  content: "≡";
}

[data-lucide="map-pin"]::before {
  content: "⌖";
}

.scroll-progress {
  background: linear-gradient(90deg, var(--warm-beige), var(--espresso));
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 40;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid transparent;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto auto;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 220ms ease, padding 220ms ease;
  z-index: 20;
}

.site-header.scrolled {
  border-color: var(--line);
  padding-block: 12px;
}

.brand,
.desktop-nav,
.header-cta {
  align-items: center;
  display: flex;
}

.brand {
  width: 150px;
}

.brand img {
  height: auto;
  width: 100%;
}

.desktop-nav {
  gap: clamp(18px, 3vw, 38px);
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a,
.footer a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.footer a:hover {
  color: var(--soft-taupe);
}

.header-cta {
  background: var(--espresso);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 42px;
  padding: 0 18px;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(21, 17, 15, 0.12);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  display: none;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mobile-nav {
  background: rgba(255, 253, 249, 0.98);
  border-bottom: 1px solid var(--line);
  display: none;
  left: 0;
  padding: 86px 24px 22px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}

.mobile-nav a {
  border-top: 1px solid var(--line);
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  padding: 12px 0;
}

.mobile-nav.open {
  display: block;
}

.hero {
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 243, 0.88) 44%, rgba(244, 238, 230, 0.62)),
    radial-gradient(circle at 70% 25%, rgba(215, 197, 178, 0.24), transparent 24rem);
  display: flex;
  gap: clamp(34px, 6vw, 96px);
  justify-content: space-between;
  min-height: 96svh;
  overflow: hidden;
  padding: 120px clamp(20px, 6vw, 96px) 70px;
  position: relative;
}

.hero-content {
  max-width: 660px;
  position: relative;
  z-index: 1;
}

.hero-orbit {
  border: 1px solid rgba(21, 17, 15, 0.08);
  border-radius: 999px;
  height: 54vw;
  max-height: 720px;
  max-width: 720px;
  position: absolute;
  right: 0;
  top: 12%;
  width: 54vw;
}

.hero-orbit::after {
  border: 1px solid rgba(21, 17, 15, 0.06);
  border-radius: inherit;
  content: "";
  inset: 44px;
  position: absolute;
}

.hero-logo {
  display: block;
  height: auto;
  margin-bottom: 36px;
  max-width: 280px;
  width: min(56vw, 280px);
}

.trust-badge,
.section-kicker,
.service-copy span {
  color: var(--soft-taupe);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-badge {
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3.7rem, 9vw, 8.2rem);
  max-width: 780px;
}

.hero-subtitle {
  color: var(--espresso);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 28px 0 38px;
  max-width: 650px;
}

.button {
  align-items: center;
  border: 1px solid var(--espresso);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.button [data-lucide] {
  height: 17px;
  width: 17px;
}

.button-dark {
  background: var(--espresso);
  color: var(--white);
}

.button-dark:hover {
  background: var(--espresso-soft);
}

.button-outline {
  background: transparent;
  color: var(--espresso);
}

.button-outline:hover {
  background: var(--espresso);
  color: var(--white);
}

.hero-showcase {
  align-self: stretch;
  display: grid;
  flex: 0 1 560px;
  min-height: 560px;
  place-items: center;
  position: relative;
  z-index: 1;
}

.showcase-card {
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: absolute;
}

.showcase-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.showcase-main {
  animation: floatSoft 8s ease-in-out infinite;
  aspect-ratio: 0.8 / 1;
  border-radius: 42% 42% 6px 6px;
  height: min(64vh, 620px);
  right: 0;
  top: 4%;
  width: min(36vw, 440px);
}

.showcase-float {
  animation: floatSoft 7s ease-in-out 1s infinite reverse;
  aspect-ratio: 1 / 1.1;
  border: 8px solid rgba(255, 255, 255, 0.9);
  bottom: 8%;
  left: 0;
  width: min(24vw, 275px);
}

.hero-note {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: var(--glow);
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  position: absolute;
  right: 42%;
  top: 18%;
}

.hero-note span {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
}

.hero-note p {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0;
  max-width: 120px;
  text-transform: uppercase;
}

.section {
  padding: clamp(82px, 12vw, 150px) clamp(20px, 6vw, 96px);
}

.about-grid,
.contact-grid {
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about h2,
.section-heading h2,
.contact h2 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  max-width: 900px;
}

.about-copy {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  max-width: 760px;
}

.vision {
  border-left: 1px solid var(--warm-beige);
  color: var(--espresso);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.12;
  margin-top: 34px;
  padding-left: 28px;
}

.trust-grid,
.booking-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(48px, 7vw, 90px);
}

.trust-grid article,
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 220px;
  padding: 34px;
}

.trust-grid svg,
.info-card svg,
.trust-grid [data-lucide],
.info-card [data-lucide] {
  color: var(--espresso);
  font-size: 28px;
  height: 28px;
  margin-bottom: 34px;
  width: 28px;
}

.trust-grid h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.trust-grid p {
  color: var(--muted);
  margin: 0;
}

.services {
  background: linear-gradient(180deg, #fff, var(--ivory));
}

.section-heading {
  margin-bottom: clamp(46px, 8vw, 92px);
}

.section-heading .section-kicker {
  display: inline-block;
  margin-bottom: 18px;
}

.service-row {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  margin-bottom: clamp(54px, 8vw, 105px);
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row-reverse {
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.05fr);
}

.service-row-reverse .service-image {
  order: 2;
}

.service-image {
  aspect-ratio: 1.18 / 1;
  background: var(--cream);
  overflow: hidden;
  position: relative;
}

.service-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.service-row:hover .service-image img {
  transform: scale(1.035);
}

.image-label {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 18px;
  color: var(--espresso);
  font-size: 0.72rem;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.13em;
  padding: 10px 12px;
  position: absolute;
  text-transform: uppercase;
}

.service-copy {
  max-width: 510px;
}

.service-copy h3 {
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  margin: 14px 0 22px;
}

.service-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 32px;
}

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

.info-card {
  color: var(--espresso);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 180ms ease, transform 180ms ease;
}

.info-card:hover {
  border-color: rgba(42, 24, 18, 0.34);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-5px);
}

.info-card span {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.info-card small {
  color: var(--muted);
  display: block;
  margin-top: 12px;
}

.reviews {
  background: #fff;
  border-block: 1px solid var(--line);
  color: var(--ink);
  padding: clamp(86px, 12vw, 150px) 20px;
  text-align: center;
}

.reviews-inner {
  margin: 0 auto;
  max-width: 940px;
}

.reviews .section-kicker,
.reviews .rating-copy {
  color: var(--muted);
}

.reviews h2 {
  color: var(--warm-beige);
  font-family: var(--sans);
  font-size: clamp(2rem, 4vw, 4.4rem);
  letter-spacing: 0.08em;
  margin-top: 22px;
}

.rating-copy {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4.7rem);
  line-height: 1.05;
  margin: 8px auto 40px;
}

.testimonial-slider {
  min-height: 126px;
  position: relative;
}

.testimonial {
  inset: 0;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0;
  position: absolute;
  transform: translateY(12px);
  transition: opacity 400ms ease, transform 400ms ease;
}

.testimonial.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonial p {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 18px;
}

.testimonial cite {
  color: var(--soft-taupe);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact {
  background: linear-gradient(180deg, var(--white), var(--ivory));
}

.contact-copy h2 {
  margin: 16px 0 38px;
}

.contact-list {
  display: grid;
  gap: 22px;
}

.contact-list p {
  color: var(--muted);
  margin: 0;
}

.contact-list strong {
  color: var(--espresso);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-list a {
  border-bottom: 1px solid currentColor;
}

.hours {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 54px);
}

.hours h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 24px;
}

.hours dl {
  margin: 0;
}

.hours dl div {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.hours dt {
  color: var(--espresso);
  font-weight: 700;
}

.hours dd {
  color: var(--muted);
  margin: 0;
  text-align: right;
}

.map-frame {
  aspect-ratio: 16 / 6;
  border: 1px solid var(--line);
  margin-top: clamp(46px, 7vw, 82px);
  min-height: 340px;
  overflow: hidden;
  width: 100%;
}

.map-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.map-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 238, 230, 0.82)),
    repeating-linear-gradient(45deg, rgba(21, 17, 15, 0.035) 0 1px, transparent 1px 18px);
  display: flex;
  justify-content: center;
  padding: 24px;
}

.map-consent {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-width: 520px;
  padding: clamp(28px, 5vw, 46px);
  text-align: center;
}

.map-consent [data-lucide] {
  color: var(--soft-taupe);
  font-size: 2rem;
  margin-bottom: 16px;
}

.map-consent h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 14px;
}

.map-consent p {
  color: var(--muted);
  margin: 0 0 24px;
}

.footer {
  background: #111;
  color: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 6vw, 96px) 30px;
}

.footer h2 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  margin-bottom: 18px;
}

.footer-logo {
  background: #fff;
  display: block;
  height: auto;
  margin-bottom: 24px;
  max-width: 240px;
  padding: 16px;
}

.legal-page {
  background:
    radial-gradient(circle at 80% 10%, rgba(215, 197, 178, 0.22), transparent 26rem),
    linear-gradient(180deg, #fff, var(--ivory));
}

.legal-page .site-header {
  position: sticky;
}

.legal-main {
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 56px) clamp(80px, 10vw, 130px);
}

.legal-back {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.legal-back:hover {
  color: var(--espresso);
}

.legal-back svg {
  height: 17px;
  width: 17px;
}

.legal-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(34px, 7vw, 82px);
}

.legal-card h1 {
  font-size: clamp(3.4rem, 8vw, 7rem);
  margin: 12px 0 clamp(34px, 6vw, 64px);
  overflow-wrap: anywhere;
}

.legal-card section {
  border-top: 1px solid var(--line);
  padding: 26px 0;
}

.legal-card section:last-child {
  padding-bottom: 0;
}

.legal-card h2 {
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.legal-card p {
  color: var(--muted);
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.legal-card a {
  border-bottom: 1px solid currentColor;
  color: var(--espresso);
  overflow-wrap: anywhere;
}

.footer h3 {
  color: var(--warm-beige);
  font-family: var(--sans);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.footer p,
.footer a,
.copyright {
  color: rgba(255, 253, 249, 0.72);
}

.footer a {
  display: block;
  margin-bottom: 10px;
}

.footer-link {
  background: transparent;
  border: 0;
  color: rgba(255, 253, 249, 0.72);
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  transition: color 180ms ease;
}

.footer-link:hover {
  color: var(--soft-taupe);
}

.copyright {
  border-top: 1px solid rgba(255, 253, 249, 0.14);
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 26px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.sticky-booking {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  bottom: 18px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 1px;
  overflow: hidden;
  position: fixed;
  right: 18px;
  z-index: 30;
}

.sticky-booking a {
  align-items: center;
  background: #fff;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.09em;
  min-height: 48px;
  padding: 0 16px;
  text-transform: uppercase;
}

.sticky-booking a:first-child {
  background: var(--espresso);
  color: #fff;
}

.sticky-booking svg,
.sticky-booking [data-lucide] {
  height: 17px;
  width: 17px;
}

.cookie-banner {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  bottom: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 18px;
  padding: 20px;
  position: fixed;
  right: 18px;
  z-index: 45;
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner h2,
.cookie-modal h2 {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 8px;
}

.cookie-banner p,
.cookie-modal p {
  color: var(--muted);
  margin: 0;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-actions .button {
  min-height: 44px;
}

.cookie-modal {
  align-items: center;
  background: rgba(21, 17, 15, 0.38);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 50;
}

.cookie-modal-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-width: 560px;
  padding: clamp(28px, 5vw, 48px);
  width: 100%;
}

.consent-option {
  align-items: flex-start;
  border: 1px solid var(--line);
  display: flex;
  gap: 14px;
  margin: 24px 0;
  padding: 18px;
}

.consent-option input {
  accent-color: var(--espresso);
  margin-top: 5px;
}

.consent-option span {
  color: var(--muted);
}

.consent-option strong {
  color: var(--espresso);
  display: block;
  margin-bottom: 4px;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .showcase-main,
  .showcase-float {
    animation: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero {
    align-items: flex-start;
    flex-direction: column;
    min-height: 92svh;
  }

  .hero-orbit {
    display: none;
  }

  .about-grid,
  .contact-grid,
  .service-row,
  .service-row-reverse {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    flex: none;
    min-height: 520px;
    width: 100%;
  }

  .showcase-main {
    height: 500px;
    right: 0;
    width: min(68vw, 420px);
  }

  .showcase-float {
    width: min(38vw, 260px);
  }

  .service-row-reverse .service-image {
    order: 0;
  }

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

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

  .footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand {
    width: 72px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    align-items: flex-end;
    padding: 104px 18px 54px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5.4rem);
  }

  .hero-logo {
    margin-bottom: 26px;
    max-width: 210px;
  }

  .hero-showcase {
    min-height: 420px;
  }

  .showcase-main {
    height: 380px;
    width: 72vw;
  }

  .showcase-float {
    bottom: 0;
    width: 42vw;
  }

  .hero-note {
    left: 0;
    right: auto;
    top: 26px;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-inline: 18px;
  }

  .trust-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article,
  .info-card {
    min-height: 190px;
    padding: 28px;
  }

  .service-image,
  .map-frame {
    aspect-ratio: 1 / 1.12;
  }

  .service-row {
    transform: none;
  }

  .service-copy,
  .service-image {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .hours dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .hours dd {
    text-align: left;
  }

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

  .sticky-booking {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .sticky-booking a {
    flex: 1;
    justify-content: center;
    padding-inline: 10px;
  }

  .cookie-banner {
    bottom: 86px;
    grid-template-columns: 1fr;
    left: 12px;
    right: 12px;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .button {
    flex: 1;
    min-width: 0;
    padding-inline: 12px;
  }

  .legal-page {
    padding-bottom: 0;
  }

  .legal-card {
    padding: 28px 20px;
  }
}
