:root {
  --ink: #252321;
  --muted: #6f6760;
  --paper: #fbfaf7;
  --warm: #f1e5d8;
  --clay: #9f5d50;
  --clay-dark: #6d3931;
  --sage: #687763;
  --line: rgba(37, 35, 33, .14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(62, 48, 39, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 250, 247, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.header-actions,
.nav,
.hero-actions,
.booking-actions {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav {
  gap: 22px;
  justify-content: center;
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  padding: 8px 0;
}

.header-actions {
  gap: 10px;
}

.language-toggle,
.icon-button {
  align-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 760;
  height: 40px;
  justify-content: center;
  min-width: 44px;
}

.icon-button {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.hero {
  display: grid;
  gap: clamp(28px, 6vw, 74px);
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, .72fr);
  min-height: calc(100svh - 68px);
  padding: clamp(42px, 8vw, 96px) clamp(18px, 4vw, 56px) 42px;
}

.hero-copy {
  align-self: center;
  max-width: 790px;
}

.eyebrow,
.section-kicker {
  color: var(--clay-dark);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(48px, 8vw, 102px);
  letter-spacing: 0;
  line-height: .94;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(31px, 4.5vw, 56px);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 30px;
  max-width: 680px;
}

.hero-actions,
.booking-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.primary-cta,
.secondary-cta,
.booking-actions a {
  align-items: center;
  border: 1px solid var(--ink);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
}

.primary-cta,
.booking-actions a:first-child {
  background: var(--ink);
  color: var(--white);
}

.secondary-cta,
.booking-actions a:last-child {
  background: transparent;
}

.trust-strip {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-top: 34px;
  padding-top: 22px;
}

.trust-strip span {
  color: var(--muted);
}

.trust-strip strong {
  color: var(--ink);
}

.hero-media {
  align-self: stretch;
  background: var(--warm);
  box-shadow: var(--shadow);
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.hero-media::before {
  background: linear-gradient(180deg, rgba(37, 35, 33, 0), rgba(37, 35, 33, .36));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

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

.hero-media figcaption {
  bottom: 14px;
  color: var(--white);
  font-size: 12px;
  left: 14px;
  position: absolute;
  right: 14px;
  z-index: 2;
}

.quick-contact {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 clamp(18px, 4vw, 56px);
}

.quick-contact a {
  border-right: 1px solid rgba(255, 255, 255, .16);
  min-width: 0;
  padding: 22px;
}

.quick-contact a:last-child {
  border-right: 0;
}

.quick-contact span,
.contact-card span {
  color: rgba(255, 255, 255, .66);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.quick-contact strong,
.contact-card strong {
  display: block;
  overflow-wrap: anywhere;
}

.section {
  padding: clamp(56px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.intro-grid,
.two-column,
.contact-section,
.conversion-band {
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(0, .86fr) minmax(280px, 1fr);
}

.intro-copy,
.muted {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 820px;
}

.service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.service-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 285px;
  padding: 28px;
}

.service-number {
  color: var(--sage);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 60px;
}

.service-grid p,
.review-points p {
  color: var(--muted);
}

.conversion-band {
  align-items: center;
  background: var(--warm);
  margin: 0 clamp(18px, 4vw, 56px);
  padding-left: clamp(22px, 4vw, 52px);
  padding-right: clamp(22px, 4vw, 52px);
}

.hours-list {
  background: var(--white);
  border: 1px solid var(--line);
}

.hours-list div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 17px 20px;
}

.hours-list div:last-child {
  border-bottom: 0;
}

.hours-list span {
  color: var(--muted);
}

.review-layout {
  display: grid;
  gap: 1px;
  grid-template-columns: .42fr 1fr;
  margin-top: 34px;
}

.rating-card,
.review-points {
  background: var(--ink);
  color: var(--white);
  min-height: 300px;
  padding: clamp(26px, 4vw, 42px);
}

.rating-card strong {
  display: block;
  font-size: clamp(62px, 10vw, 126px);
  line-height: .9;
}

.rating-card p {
  color: rgba(255, 255, 255, .72);
  max-width: 360px;
}

.review-points {
  background: var(--clay-dark);
  display: grid;
  gap: 18px;
}

.review-points p {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2.1vw, 25px);
  margin: 0;
  padding-bottom: 18px;
}

.review-points p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-card {
  background: var(--ink);
  color: var(--white);
}

.contact-card a {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: block;
  padding: 22px 24px;
}

.contact-card a:last-child {
  border-bottom: 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 56px) 92px;
}

.mobile-cta {
  display: none;
}

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

  .nav {
    display: none;
  }

  .hero,
  .intro-grid,
  .two-column,
  .contact-section,
  .conversion-band,
  .review-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand span:last-child {
    font-size: 14px;
  }

  .hero {
    padding: 34px 14px 22px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions a,
  .booking-actions a {
    width: 100%;
  }

  .quick-contact {
    grid-template-columns: 1fr;
    margin: 0 14px;
  }

  .quick-contact a {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    border-right: 0;
  }

  .quick-contact a:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 56px 14px;
  }

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

  .service-grid article {
    min-height: 230px;
  }

  .service-number {
    margin-bottom: 42px;
  }

  .conversion-band {
    margin: 0 14px;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    background: rgba(251, 250, 247, .94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-cta a {
    background: var(--ink);
    color: var(--white);
    font-weight: 850;
    min-height: 46px;
    padding: 12px;
    text-align: center;
  }
}
