:root {
  --ink: #17312c;
  --muted: #65766f;
  --paper: #fffaf1;
  --sand: #f4e8d4;
  --shell: #fff6e8;
  --aqua: #037f8c;
  --aqua-dark: #075c66;
  --terracotta: #c65f3a;
  --leaf: #2e6b4f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 49, 44, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 32, 29, 0.64), rgba(12, 32, 29, 0));
}

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

.brand-logo-wrap {
  flex: 0 0 122px;
  display: flex;
  width: 122px;
  height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.brand-logo {
  display: block;
  width: 118px !important;
  height: 50px !important;
  max-width: 118px;
  max-height: 50px;
  object-fit: contain;
  object-position: center;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand small {
  opacity: 0.78;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.nav-cta,
.facebook-link,
.button,
.rate-card a,
.site-footer a {
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta,
.facebook-link,
.button,
.rate-card a {
  border-radius: 999px;
  font-weight: 800;
}

.nav-cta {
  padding: 12px 18px;
  color: var(--white);
  background: var(--terracotta);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 34px rgba(198, 95, 58, 0.34);
}

.facebook-link {
  padding: 12px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 29, 27, 0.62), rgba(9, 29, 27, 0.2), rgba(9, 29, 27, 0.04)),
    linear-gradient(0deg, rgba(9, 29, 27, 0.42), rgba(9, 29, 27, 0.02) 52%);
}

.hero-content {
  position: relative;
  max-width: 860px;
  padding: 150px clamp(20px, 6vw, 80px) 58px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd19d;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 8vw, 104px);
}

h2 {
  font-size: clamp(36px, 5vw, 66px);
}

h3 {
  font-size: 24px;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.button.primary {
  color: var(--white);
  background: var(--terracotta);
  box-shadow: 0 14px 36px rgba(198, 95, 58, 0.34);
}

.button.messenger-button,
.messenger-submit {
  color: var(--white);
  background: #1877f2;
  box-shadow: 0 14px 36px rgba(24, 119, 242, 0.26);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 42px 0 0;
}

.hero-stats div {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.hero-stats dd {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 900;
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: end;
}

.intro p:last-child,
.booking-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  padding-top: 0;
}

.feature-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 92, 102, 0.2), rgba(7, 92, 102, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
    var(--aqua);
  box-shadow: var(--shadow);
}

.pool-card {
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(7, 92, 102, 0.08), rgba(7, 92, 102, 0.82)),
    url("assets/pool-loungers.jpg") center/cover;
}

.feature-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

.feature-card p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.video-tour {
  padding-top: 0;
}

.video-frame {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-fallback {
  margin: 14px 16px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  line-height: 1.5;
}

.video-fallback a {
  color: #ffd19d;
  font-weight: 900;
}

.gallery {
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(23, 49, 44, 0.12);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(9, 29, 27, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.amenity-list,
.capacity-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.amenity-list div,
.capacity-list li {
  min-height: 132px;
  padding: 22px;
  border-radius: 8px;
  background: var(--shell);
  border: 1px solid rgba(23, 49, 44, 0.08);
}

.capacity-panel {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.capacity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capacity-list li {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding-left: 56px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.capacity-list li::before {
  content: "✓";
  position: absolute;
  left: 22px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--leaf);
  font-size: 13px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 92, 102, 0.24), rgba(7, 92, 102, 0.92)),
    url("assets/front-exterior.jpg") center/cover;
  box-shadow: var(--shadow);
}

.contact-card strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.contact-card a,
.contact-card span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  color: #17312c !important;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.95);
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

.facebook-icon {
  color: #ffffff !important;
  background: #1877f2;
}

.gmail-icon {
  color: #c5221f !important;
}

.amenity-list strong,
.amenity-list span {
  display: block;
}

.amenity-list strong {
  font-size: 18px;
}

.amenity-list span {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.trust {
  padding-top: 0;
}

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

.review-note {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.review-facebook-link {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: #1877f2;
  font-weight: 900;
  text-decoration: none;
}

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(23, 49, 44, 0.08);
}

.stars {
  margin: 0 0 18px;
  color: #d98c1f;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.review-card blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.16;
}

.review-card cite {
  margin-top: auto;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.review-cta {
  color: var(--white);
  background: var(--aqua-dark);
}

.review-cta .stars,
.review-cta cite,
.review-cta blockquote {
  color: var(--white);
}

.review-cta a {
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.location {
  display: block;
  padding-top: 0;
}

.location-copy {
  max-width: 980px;
}

.location-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.location-points div {
  padding: 20px;
  border-radius: 8px;
  background: var(--shell);
  border-left: 5px solid var(--aqua);
}

.location-points strong,
.location-points span {
  display: block;
}

.location-points strong {
  font-size: 20px;
}

.location-points span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.location-points a {
  color: var(--aqua-dark);
  font-weight: 900;
}

.map-section {
  padding-top: 0;
}

.map-frame {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(23, 49, 44, 0.14);
}

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

.rates {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1160px) / 2));
  background: var(--sand);
}

.rates-note {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.rate-card {
  position: relative;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(23, 49, 44, 0.08);
}

.featured-rate {
  color: var(--white);
  background: var(--leaf);
  transform: translateY(-14px);
}

.tag {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.rate {
  margin: 18px 0 8px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.05;
}

.rate-card p:not(.rate):not(.tag) {
  color: var(--muted);
  line-height: 1.7;
}

.featured-rate p:not(.rate):not(.tag) {
  color: rgba(255, 255, 255, 0.78);
}

.rate-card a {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  color: var(--aqua-dark);
  background: var(--sand);
}

.faq {
  padding-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(23, 49, 44, 0.1);
  box-shadow: 0 12px 30px rgba(23, 49, 44, 0.06);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.7;
}

.booking {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.booking-note {
  margin-top: 26px;
  padding: 18px;
  border-radius: 8px;
  background: var(--shell);
  border-left: 5px solid var(--terracotta);
}

.booking-note span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.booking-purpose {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  color: var(--ink);
  background: #fff7ea;
  border: 1px solid rgba(205, 94, 55, 0.16);
}

.booking-purpose h3 {
  margin: 0 0 10px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
}

.booking-purpose ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}

.availability-widget {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(23, 49, 44, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 49, 44, 0.1);
}

.availability-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.availability-widget-header strong {
  color: var(--ink);
  font-size: 18px;
}

.availability-widget-header button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--leaf);
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.availability-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.availability-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.availability-legend i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.legend-available {
  background: #dff5eb;
  border: 1px solid #48a66c;
}

.legend-booked {
  background: #ffe5df;
  border: 1px solid var(--terracotta);
}

.availability-sync-status {
  margin: 14px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.availability-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.calendar-weekday {
  padding: 6px 0;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-day {
  min-height: 40px;
  border: 1px solid rgba(23, 49, 44, 0.1);
  border-radius: 8px;
  color: var(--ink);
  background: #f4fbf6;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.calendar-day:hover:not(:disabled),
.calendar-day.is-selected {
  color: var(--white);
  background: var(--terracotta);
  border-color: var(--terracotta);
}

.calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.calendar-day.is-booked {
  color: #9b3a25;
  background: #ffe5df;
  border-color: rgba(205, 94, 55, 0.3);
  text-decoration: line-through;
}

.calendar-day.is-past {
  color: rgba(23, 49, 44, 0.38);
  background: #f4f1ea;
}

.field-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.field-status.is-error {
  color: #b34022;
}

.field-status.is-ok {
  color: var(--leaf);
}

.booking-form {
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 49, 44, 0.16);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fffdf8;
  font: inherit;
}

textarea {
  resize: vertical;
}

.estimate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0 18px;
  padding: 18px;
  border-radius: 8px;
  background: #edf8f6;
}

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

.estimate strong {
  font-size: 26px;
}

.submit-button {
  width: 100%;
}

.messenger-submit {
  width: 100%;
  margin-top: 12px;
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--leaf);
  font-weight: 800;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 70px);
  color: var(--white);
  background: var(--ink);
}

.footer-brand img {
  width: 112px;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-top: 10px;
  font-weight: 900;
  color: #ffd19d;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.55);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.sticky-booking {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow: 0 18px 48px rgba(23, 49, 44, 0.22);
}

.sticky-booking a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--terracotta);
  font-weight: 900;
  text-decoration: none;
}

.sticky-booking a:first-child {
  background: #1877f2;
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .hero-content {
    padding: 112px 20px 110px;
  }

  .hero-stats,
  .intro,
  .experience-grid,
  .gallery-grid,
  .amenity-list,
  .capacity-panel,
  .capacity-list,
  .review-grid,
  .location-points,
  .rate-cards,
  .booking,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .featured-rate {
    transform: none;
  }

  .pool-card {
    min-height: 320px;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-large,
  .gallery-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .section {
    width: min(100% - 32px, 1160px);
    padding: 60px 0;
  }

  .review-card,
  .rate-card,
  .booking-form {
    padding: 22px;
  }

  .review-card {
    min-height: 210px;
  }

  .review-card blockquote {
    font-size: 26px;
  }

  .map-frame {
    height: 320px;
    border-radius: 18px;
  }

  .sticky-booking {
    display: grid;
  }
}

@media (max-width: 540px) {
  body {
    padding-bottom: 86px;
  }

  .brand small {
    display: none;
  }

  .brand-logo-wrap {
    flex-basis: 96px;
    width: 96px;
    height: 42px;
  }

  .brand-logo {
    width: 92px !important;
    height: 40px !important;
    max-width: 92px;
    max-height: 40px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero {
    min-height: 92svh;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 28px;
  }

  .hero-stats div {
    padding: 14px;
  }

  .hero-stats dd {
    font-size: 16px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .availability-widget,
  .booking-purpose {
    padding: 14px;
  }

  .availability-widget-header button {
    width: 42px;
    height: 42px;
  }

  .availability-calendar {
    gap: 5px;
  }

  .calendar-weekday {
    font-size: 10px;
  }

  .calendar-day {
    min-height: 42px;
    padding: 0;
    font-size: 15px;
  }

  .booking-form {
    padding: 18px;
  }

  .estimate {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .estimate strong {
    font-size: 22px;
    line-height: 1.2;
  }

  .contact-card {
    gap: 10px;
    padding: 22px;
    background:
      linear-gradient(180deg, rgba(7, 92, 102, 0.2), rgba(7, 92, 102, 0.94)),
      url("assets/front-exterior.jpg") center/cover;
  }

  .contact-card strong {
    max-width: 12ch;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 0.98;
  }

  .contact-action {
    gap: 12px;
    padding: 11px 12px;
    font-size: 15px;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .contact-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-card > span {
    font-size: 15px;
    line-height: 1.45;
  }

  input,
  select,
  textarea {
    font-size: 16px;
    padding: 13px 14px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 112px;
  }

  .footer-links {
    justify-content: flex-start;
  }

}

@media (max-width: 380px) {
  .section {
    width: min(100% - 24px, 1160px);
  }

  .availability-widget {
    padding: 12px;
  }

  .availability-calendar {
    gap: 4px;
  }

  .calendar-day {
    min-height: 38px;
    border-radius: 7px;
    font-size: 14px;
  }

  .calendar-weekday {
    font-size: 9px;
  }

  .booking-form {
    padding: 16px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-card strong {
    font-size: 31px;
  }

  .contact-action {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .contact-icon svg {
    width: 19px;
    height: 19px;
  }

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