:root {
  --bg: #f4efe7;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: #fffaf3;
  --text: #182433;
  --muted: #627087;
  --accent: #0d8f93;
  --accent-deep: #0d6570;
  --nav-bg: #182231;
  --nav-text: #efd35e;
  --line: rgba(24, 36, 51, 0.1);
  --shadow: 0 24px 80px rgba(31, 50, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(13, 143, 147, 0.14), transparent 32%),
    radial-gradient(circle at right center, rgba(210, 162, 95, 0.18), transparent 24%),
    linear-gradient(180deg, #f8f4ee 0%, #f2ede4 100%);
}

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

.site-shell {
  width: min(1520px, calc(100% - 20px));
  margin: 0 auto;
  padding: 14px 0 48px;
}

.topbar,
.footer,
.hero,
.trust-strip,
.appointment {
  backdrop-filter: blur(20px);
}

.topbar,
.footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}

.topbar {
  position: sticky;
  top: 10px;
  z-index: 10;
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: var(--shadow);
}

.topbar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent) 0%, #6fc8c6 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.topnav {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  background: var(--nav-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.topnav a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  color: var(--nav-text);
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.topnav a:hover,
.footer-links a:hover {
  color: #fff5c1;
}

.topnav a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.eyebrow,
.card-label {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 800;
  color: var(--accent-deep);
}

.microcopy {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 32px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.glass-panel,
.trust-strip,
.location-card,
.service-card,
.booking-form,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 44px;
}

.hero h1,
.section-heading h2,
.appointment-copy h2,
.trust-strip h2 {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.5rem, 7vw, 6.2rem);
}

.hero-text,
.appointment-copy p,
.section-heading p,
.service-card p,
.location-card p,
.trust-strip p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 48ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.contact-panel,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 18px 40px rgba(13, 101, 112, 0.18);
}

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

.button-ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border: 1px solid rgba(24, 36, 51, 0.08);
  box-shadow: none;
}

.hero-points {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1b26a 0%, var(--accent) 100%);
}

.hero-card {
  display: flex;
}

.glass-panel {
  width: 100%;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(246, 253, 252, 0.92) 100%),
    radial-gradient(circle at top right, rgba(13, 143, 147, 0.2), transparent 36%);
}

.glass-panel h2 {
  margin: 14px 0 12px;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.metrics article {
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 36, 51, 0.08);
}

.metrics strong {
  display: block;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.metrics span {
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  padding: 32px;
}

.trust-strip h2,
.section-heading h2,
.appointment-copy h2 {
  font-size: clamp(2.3rem, 4.8vw, 4.6rem);
}

.trust-grid,
.service-grid,
.location-grid {
  display: grid;
  gap: 18px;
}

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

.trust-grid article {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(24, 36, 51, 0.08);
}

.section-heading {
  margin-bottom: 24px;
  max-width: 780px;
}

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

.service-card,
.location-card {
  padding: 24px;
}

.service-card span {
  font-weight: 800;
  color: #d4a35d;
}

.service-card h3,
.location-card h3,
.trust-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.18rem;
}

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

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: 24px;
  align-items: end;
}

.reviews-carousel {
  display: grid;
  gap: 22px;
}

.reviews-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
  padding: 18px 72px;
}

.reviews-track {
  position: relative;
  min-height: 0;
}

.review-slide {
  display: none;
  margin: 0;
  padding: 18px;
}

.review-slide.is-active {
  display: block;
  animation: reviewFade 420ms ease;
}

.review-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.reviews-thumbs {
  display: flex;
  width: 100%;
  overflow-x: auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
}

.review-thumb,
.review-nav {
  border: 0;
  cursor: pointer;
}

.review-thumb {
  flex: 0 0 140px;
  padding: 0;
  border-radius: 18px;
  background: transparent;
  border: 2px solid transparent;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.review-thumb img {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.review-thumb.is-active {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.review-thumb:hover {
  border-color: rgba(13, 143, 147, 0.42);
}

.review-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  border: 1px solid rgba(24, 36, 51, 0.08);
  box-shadow: var(--shadow);
}

.review-nav-inline[data-direction="prev"] {
  left: 10px;
}

.review-nav-inline[data-direction="next"] {
  right: 10px;
}

.review-nav-arrow {
  font-size: 2rem;
  line-height: 1;
  color: #61bd68;
}

.review-nav:hover,
.review-thumb:hover {
  filter: brightness(0.98);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-card {
  padding: 28px;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--text);
  line-height: 1.8;
}

@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.appointment {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 26px;
  align-items: start;
}

.appointment-copy {
  padding: 14px 0;
}

.contact-panel {
  margin-top: 28px;
}

.contact-panel a {
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-size: 0.96rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(24, 36, 51, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(13, 143, 147, 0.24);
  border-color: rgba(13, 143, 147, 0.4);
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--accent-deep);
  font-weight: 700;
}

.footer {
  margin-top: 10px;
  padding: 22px 8px 0;
  color: var(--muted);
}

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

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

@media (max-width: 1100px) {
  .hero,
  .trust-strip,
  .appointment,
  .reviews-heading,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

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

  .topbar-head {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .topnav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .topnav a {
    flex: 0 1 auto;
  }

  .hero-copy,
  .glass-panel,
  .trust-strip,
  .service-card,
  .location-card,
  .booking-form,
  .reviews-viewport,
  .contact-card {
    border-radius: 24px;
  }

  .hero-copy,
  .glass-panel,
  .booking-form,
  .trust-strip {
    padding: 22px;
  }

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

  .button,
  .button-ghost {
    width: 100%;
  }

  .reviews-controls {
    align-items: stretch;
  }

  .reviews-viewport {
    padding: 14px 52px;
  }

  .review-thumb {
    flex-basis: 116px;
  }
}
