:root, [data-theme="light"] {

--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --color-bg: #ffffff;
  --color-text: #0a3d3a;
  --color-text-muted: #145a56;
  --color-primary: #0a3d3a;
  --color-primary-hover: #0d4e4a;
  --shadow-sm: 0 8px 24px rgba(0,0,0,0.08);
  --shadow-md: 0 18px 42px rgba(0,0,0,0.12);
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --font-body: 'Manrope', system-ui, sans-serif;
  --content-default: 1120px;
  --transition: 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-height: 100dvh;
  font-family: var(--font-body);
  background: #2BBCB3;
  color: var(--color-text);
  line-height: 1.6;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute; left: 1rem; top: -3rem;
  background: var(--color-primary); color: #fff;
  padding: .75rem 1rem; border-radius: var(--radius-full); z-index: 999;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(calc(100% - 2rem), var(--content-default));
  margin-inline: auto;
}

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nav-row {
  min-height: 4.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4);
}

.brand { display: flex; align-items: center; gap: var(--space-3); }

.brand span {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase; color: var(--color-text); line-height: 1;
}

.brand img {
  width: 2.75rem; height: 2.75rem; border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  display: none; gap: var(--space-6);
  font-size: var(--text-sm); letter-spacing: .12em;
  text-transform: uppercase; color: var(--color-text-muted);
    white-space: nowrap;
}

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: 0 1.2rem;
  border-radius: var(--radius-full);
  font-size: var(--text-sm); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.button-primary { background: var(--color-primary); color: #fff; }
.button-secondary { background: rgba(43,188,179,0.1); border-color: rgba(43,188,179,0.2); color: var(--color-text); }

.header-buttons { display: flex; gap: 0.5rem; margin-left: auto; }
.header-buttons .button { min-width: 10rem; text-align: center; }
#reviews { padding-top: 2rem; }
.hero {
    min-height: auto;
  display: grid; place-items: center;
  position: relative; overflow: hidden;
    padding: 6rem 0.5rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #2BBCB3 100%);
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid; gap: var(--space-8);
  justify-items: center; text-align: center;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}

.hero-banner {
  position: relative;
  width: 100%;
    max-width: min(96vw, 1600px);
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16 / 9;
}


.hero-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
    width: min(55%, 320px);
  height: auto;
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}
.hero-copy h1 { font-size: var(--text-2xl); text-align: center; }
.hero-copy p { color: rgba(10,61,58,0.75); max-width: 42ch; margin-inline: auto; text-align: center; }

.scroll-note {
  font-size: var(--text-xs); letter-spacing: .22em;
  text-transform: uppercase; color: rgba(10,61,58,0.6);
}

main { position: relative; z-index: 2; background: #2BBCB3; }
section { padding: clamp(4rem, 9vw, 7rem) 0; }

.section-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  backdrop-filter: blur(10px);
}

.section-head { display: grid; gap: var(--space-4); margin-bottom: var(--space-8); }

.eyebrow {
  font-size: var(--text-xs); letter-spacing: .22em;
  text-transform: uppercase; color: var(--color-text-muted); font-weight: 700;
}

h1 { font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: .96; letter-spacing: -.04em; color: #0a3d3a; }
h2 { font-size: var(--text-2xl); line-height: 1; letter-spacing: -.04em; max-width: 12ch; }
h3 { font-size: var(--text-lg); margin-bottom: var(--space-3); }
p { max-width: 64ch; }
.muted { color: var(--color-text-muted); }

.method-grid, .services-grid, .schedule-grid, .contact-grid { display: grid; gap: var(--space-4); }

.info-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
}
#contact { padding-top: clamp(2rem, 4vw, 3rem); }

.tag {
  display: inline-flex; min-height: 2rem; align-items: center;
  padding: 0 .8rem; border-radius: var(--radius-full);
  background: rgba(255,255,255,0.15);
  font-size: var(--text-xs); font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.schedule-card ul { list-style: none; display: grid; gap: var(--space-3); margin-top: var(--space-5); }
.schedule-card li {
  display: flex; justify-content: space-between; gap: var(--space-3);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: var(--text-sm);
}

.reviews-wrap { overflow: hidden; border-radius: var(--radius-xl); }
.review-track { display: flex; gap: var(--space-4); width: max-content; animation: marquee 30s linear infinite; align-items: flex-start; }

.review-card {
  width: min(22rem, calc(100vw - 3rem));
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
  box-shadow: var(--shadow-sm);
}
.review-card span { display: block; margin-top: var(--space-4); font-size: var(--text-sm); color: var(--color-text-muted); }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.footer { padding: var(--space-8) 0 var(--space-10); color: var(--color-text-muted); font-size: var(--text-sm); background: #2BBCB3; }

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .method-grid { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1.1fr .9fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .review-track { animation: none; }
}



.reveal:not(.is-visible) { max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; margin: 0; }

@media (max-width: 767px) {
.nav-row { gap: var(--space-2); }
.brand { gap: var(--space-2); min-width: 0; }
.brand img { width: 2.25rem; height: 2.25rem; }
.brand span { font-size: 0.7rem; letter-spacing: .12em; }
.header-buttons { gap: 0.35rem; flex-wrap: nowrap; }
.header-buttons .button { min-width: 0; padding: 0 0.6rem; min-height: 2.5rem; font-size: var(--text-xs); letter-spacing: .04em; }
  .hero-banner { aspect-ratio: 3 / 4; }
  .hero-logo { width: min(50%, 180px); top: 1rem; right: 1rem; border-radius: 0.75rem; }
}

@media (max-width: 520px) {
  .brand span {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.92rem;
    letter-spacing: 0.14em;
  }.header-buttons .button { padding: 0 0.5rem; }
}

/* Mobile header robustness override */
@media (max-width: 767px) {
.nav-row { flex-wrap: wrap; row-gap: var(--space-2); min-height: 3.75rem; padding-block: 0.5rem; }
.brand { flex: 0 0 auto; }
.header-buttons { margin-left: 0; flex: 1 1 100%; justify-content: flex-start; flex-wrap: wrap; gap: 0.4rem; }
.header-buttons .button { min-width: 0; flex: 0 0 auto; padding: 0 0.7rem; min-height: 2.5rem; font-size: var(--text-xs); letter-spacing: .04em; }
}

@media (max-width: 767px) {
  .brand {
    width: auto;
    justify-content: flex-start;
    flex: 0 0 auto;
    min-width: 0;
  }
}

.booking-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-6);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 1rem;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 6px 24px rgba(0,0,0,0.05);
}
.booking-card h3 {
  margin: 0;
  font-size: var(--text-lg);
}
.booking-card-text {
  margin: 0;
  color: rgba(0,0,0,0.65);
  font-size: var(--text-sm);
  line-height: 1.5;
}
.booking-card .button {
  width: 100%;
  text-align: center;
}
.booking-card .button + .button {
  margin-top: var(--space-2);
}

.booking-email {
display: block;
width: 100%;
padding: 0.85rem 1rem;
border-radius: var(--radius-lg);
background: rgba(255,255,255,0.62);
border: 1px solid var(--color-border);
font-size: var(--text-sm);
font-weight: 600;
color: var(--color-text);
word-break: break-word;
}