:root {
  --ink: #151922;
  --muted: #5f6470;
  --line: rgba(183, 142, 61, 0.24);
  --gold: #b9872e;
  --gold-dark: #936716;
  --gold-soft: #f4ead8;
  --cream: #fbf8f2;
  --paper: #ffffff;
  --green: #164a43;
  --shadow: 0 20px 55px rgba(36, 28, 16, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 24%, rgba(185, 135, 46, 0.08), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fbf8f2 46%, #fff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

body.booking-open {
  overflow: hidden;
}

body.price-open {
  overflow: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.35rem;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 1.1rem 0;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  width: 100%;
  padding: 0.8rem max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(26, 22, 15, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 0.22rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.65rem);
  color: #1f2630;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 0.8rem 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  gap: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #c99a42, #9b6b19);
  box-shadow: 0 14px 28px rgba(185, 135, 46, 0.22);
}

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

.button-ghost {
  color: var(--gold-dark);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-light {
  color: var(--gold-dark);
  background: #fff;
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(45%, 680px);
  align-items: stretch;
  min-height: 720px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7.4rem) clamp(1.4rem, 6vw, 5rem) clamp(2.8rem, 5vw, 4.5rem) max(24px, calc((100vw - 1180px) / 2));
}

.hero-copy::after {
  position: absolute;
  top: 7%;
  right: -11rem;
  bottom: 0;
  z-index: -1;
  width: 23rem;
  content: "";
  border-right: 2px solid rgba(185, 135, 46, 0.42);
  border-radius: 50%;
}

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

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

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

h1 {
  max-width: 660px;
  margin-bottom: 1.45rem;
  font-size: clamp(3rem, 6vw, 5.55rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 3.6vw, 3.3rem);
}

h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.09rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.1rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 720px;
  margin-top: clamp(3.4rem, 6vw, 5.5rem);
}

.hero-proof article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.75rem;
  align-items: start;
}

.hero-proof span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold-dark);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-proof strong {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hero-proof p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hero-media {
  position: relative;
  margin-left: -6rem;
  min-height: 600px;
  overflow: hidden;
  clip-path: ellipse(88% 92% at 100% 50%);
}

.hero-media::before {
  position: absolute;
  inset: 0 auto 0 -2px;
  z-index: 1;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 42%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-media::after {
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 0;
  z-index: 2;
  width: 1px;
  content: "";
  border-left: 2px solid rgba(185, 135, 46, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.section {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 5rem 0;
}

.services {
  position: relative;
  margin-top: -2.5rem;
  padding: clamp(3rem, 5vw, 4rem) clamp(1rem, 3vw, 2.2rem) 4rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.section-heading {
  max-width: 650px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.service-card {
  min-height: 225px;
  padding: 1.45rem 1rem;
  text-align: center;
  border: 1px solid rgba(28, 30, 37, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(28, 26, 20, 0.07);
}

.service-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 1rem;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1.55rem;
}

.service-card h3 {
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.testimonials {
  padding-top: 4.4rem;
}

.testimonial-row {
  display: grid;
  grid-auto-columns: minmax(280px, 360px);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.2rem 0.1rem 1rem;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(185, 135, 46, 0.32) rgba(28, 30, 37, 0.06);
  scrollbar-width: thin;
}

.testimonial-row::-webkit-scrollbar {
  height: 8px;
}

.testimonial-row::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(28, 30, 37, 0.05);
}

.testimonial-row::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(185, 135, 46, 0.34);
}

.testimonial-row::-webkit-scrollbar-thumb:hover {
  background: rgba(27, 104, 91, 0.42);
}

.testimonial-card {
  min-height: 270px;
  padding: 1.35rem;
  border: 1px solid rgba(28, 30, 37, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.82), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 38px rgba(28, 26, 20, 0.07);
  scroll-snap-align: start;
}

.testimonial-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
}

.testimonial-head > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(27, 104, 91, 0.2);
  border-radius: 999px;
  background: rgba(229, 242, 238, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-head strong,
.testimonial-head p {
  display: block;
}

.testimonial-head strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.testimonial-head p {
  margin: 0.2rem 0 0;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.testimonial-card blockquote {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.testimonial-card blockquote::before {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(185, 135, 46, 0.5);
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
}

.testimonial-action {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.promo-band {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 2rem;
  align-items: center;
  width: min(100% - 40px, 1180px);
  margin: 1rem auto 0;
  padding: 2.2rem;
  color: var(--ink);
  border: 1px solid rgba(185, 135, 46, 0.2);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 16%, rgba(185, 135, 46, 0.18), transparent 18rem),
    linear-gradient(135deg, #fffaf0 0%, #f4ead8 100%);
  box-shadow: 0 18px 42px rgba(93, 68, 23, 0.09);
}

.promo-band .eyebrow {
  color: var(--gold-dark);
}

.promo-band h2 {
  margin-bottom: 0;
}

.promo-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.promo-list article {
  padding: 1.25rem;
  border: 1px solid rgba(185, 135, 46, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
}

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

.promo-list strong {
  margin-bottom: 0.65rem;
}

.promo-list span {
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 800;
}

.promo-list small {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.prices {
  padding-top: 5.5rem;
}

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

.price-card {
  padding: 1.35rem;
  border: 1px solid rgba(28, 30, 37, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(28, 26, 20, 0.07);
}

.price-card h3 {
  margin-bottom: 1rem;
  color: var(--green);
  text-transform: uppercase;
}

.price-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: baseline;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(28, 30, 37, 0.08);
}

.price-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.price-card strong {
  color: var(--gold-dark);
  font-size: 0.9rem;
  white-space: nowrap;
}

.price-card-more {
  margin-top: 1.15rem;
  border-top: 1px solid rgba(28, 30, 37, 0.08);
  padding-top: 1rem;
}

.price-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  color: var(--gold-dark);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.price-more-link:hover {
  color: var(--green);
}

.price-card-more.is-open::before {
  position: fixed;
  inset: 0;
  z-index: 80;
  content: "";
  background: rgba(14, 18, 25, 0.62);
  backdrop-filter: blur(8px);
}

.price-card-more .price-table {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 81;
  width: min(calc(100vw - 40px), 760px);
  max-height: min(72vh, 680px);
  overflow: auto;
  padding: 1.35rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  transform: translate(-50%, -50%);
}

.price-card-more:not(.is-open) .price-table {
  display: none;
}

.price-card-more:not(.is-open) .price-lightbox-close {
  display: none;
}

.price-lightbox-close {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0 0 0.75rem auto;
  color: var(--gold-dark);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.price-lightbox-title {
  margin: 0 3.3rem 0.9rem 0;
  color: var(--green);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.price-table {
  padding: 1rem;
  border: 1px solid rgba(28, 30, 37, 0.08);
  border-radius: 10px;
  background: #fff;
}

.price-table.wide {
  grid-column: span 1;
}

.price-table h3 {
  margin-bottom: 0.85rem;
  color: var(--green);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.price-table ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-table li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(28, 30, 37, 0.08);
}

.price-table li:last-child {
  border-bottom: 0;
}

.price-info {
  display: inline-grid;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  margin-left: 0.28rem;
  padding: 0;
  color: var(--gold-dark);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: help;
  font-size: 0.78rem;
  vertical-align: -0.08rem;
}

.price-info:hover,
.price-info:focus-visible,
.price-info[aria-expanded="true"] {
  color: var(--green);
  outline: none;
}

.price-tooltip {
  position: fixed;
  z-index: 100;
  width: max-content;
  max-width: min(320px, calc(100vw - 32px));
  padding: 0.7rem 0.8rem;
  color: #fff;
  border-radius: 6px;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(14, 18, 25, 0.24);
  font-size: 0.78rem;
  line-height: 1.45;
  pointer-events: none;
}

.price-tooltip[hidden] {
  display: none;
}

.price-table .price-subhead {
  display: block;
  margin-top: 0.65rem;
  padding: 0.62rem 0.7rem;
  border: 0;
  border-radius: 8px;
  background: var(--gold-soft);
}

.price-table .price-subhead span {
  display: block;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-table span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.price-table strong {
  color: var(--gold-dark);
  font-size: 0.88rem;
  white-space: nowrap;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: center;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 5rem 0;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 0 110px 0 0;
  box-shadow: var(--shadow);
}

.about-image::after {
  position: absolute;
  inset: 1rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 0 96px 0 0;
  pointer-events: none;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.about-copy .button {
  margin-top: 0.8rem;
}

.cta-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: linear-gradient(135deg, #c99a42, #9b6b19);
}

.cta-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: var(--gold-dark);
  border: 8px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: #fff;
  font-size: 1.6rem;
}

.cta-strip p {
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.cta-strip h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1.1fr;
  gap: 3rem;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 4rem 0 2rem;
}

.footer h3 {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer .brand {
  margin-bottom: 1rem;
}

.footer i {
  width: 1.2rem;
  color: var(--gold);
}

.footer-hours {
  display: flex;
  gap: 0.35rem;
  align-items: flex-start;
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-hours p {
  margin-bottom: 0.2rem;
}

.footer-hours strong {
  color: var(--ink);
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #c99a42, #9b6b19);
}

.social-links i {
  width: auto;
  color: #fff;
}

.footer .copyright {
  grid-column: 1 / -1;
  margin: 1.2rem 0 0;
  padding-top: 1.4rem;
  text-align: center;
  border-top: 1px solid rgba(28, 30, 37, 0.08);
}

.floating-booking {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  min-height: 52px;
  padding: 0 1.15rem;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c99a42, #9b6b19);
  box-shadow: 0 16px 38px rgba(112, 72, 10, 0.32);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  padding: 24px;
}

.booking-modal.is-open {
  display: grid;
  place-items: center;
}

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 25, 0.62);
  backdrop-filter: blur(8px);
}

.booking-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(420px, 70vh);
  width: min(100%, 980px);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.booking-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  align-items: center;
  padding: 1.3rem 1.5rem;
  border-bottom: 1px solid rgba(28, 30, 37, 0.08);
}

.booking-header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.booking-header h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.booking-header a {
  color: var(--gold-dark);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--gold-dark);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.booking-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }

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

  .hero-copy {
    padding-right: max(24px, calc((100vw - 1180px) / 2));
  }

  .hero-copy::after,
  .hero-media::before,
  .hero-media::after {
    display: none;
  }

  .hero-media {
    margin-left: 0;
    min-height: 420px;
    clip-path: none;
  }

  .services {
    margin-top: 0;
  }

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

  .promo-band,
  .about {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 720px) {
  .site-header,
  .site-header.is-scrolled {
    width: 100%;
    padding: 0.75rem 18px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-mark img {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .menu-button {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: var(--gold-dark);
  }

  .site-nav {
    position: fixed;
    inset: 72px 18px auto;
    display: none;
    padding: 1rem;
    text-align: center;
    border: 1px solid rgba(28, 30, 37, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  body.menu-open .site-nav {
    display: grid;
    gap: 0.2rem;
  }

  .hero-copy {
    padding: 3.5rem 20px 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-proof,
  .service-grid,
  .promo-list,
  .price-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .price-card-more .price-table {
    width: min(calc(100vw - 24px), 760px);
    max-height: 76vh;
    padding: 1rem;
  }

  .hero-media {
    min-height: 330px;
  }

  .section,
  .promo-band,
  .about,
  .footer {
    width: min(100% - 32px, 1180px);
  }

  .services {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .promo-band {
    padding: 1.45rem;
  }

  .about {
    padding: 3.5rem 0;
  }

  .about-image {
    border-radius: 0 70px 0 0;
  }

  .cta-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-icon {
    margin: 0 auto;
  }

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

  .floating-booking {
    right: 16px;
    bottom: 16px;
    min-height: 50px;
    padding: 0 1rem;
  }

  .booking-modal {
    padding: 12px;
  }

  .booking-dialog {
    grid-template-rows: auto minmax(430px, 74vh);
    max-height: calc(100vh - 24px);
    border-radius: 12px;
  }

  .booking-header {
    grid-template-columns: 1fr;
    padding: 1rem 3.6rem 1rem 1rem;
  }

  .booking-header a {
    font-size: 0.76rem;
  }
}
