:root {
  --charcoal: #2b302c;
  --charcoal-deep: #202521;
  --sage: #84927f;
  --sage-light: #a9b4a4;
  --clay: #9b796e;
  --copper: #bd6d3e;
  --cream: #f1e9dc;
  --paper: #fffaf3;
  --pink: #fde8e8;
  --white: #fffdf9;
  --muted-light: #c8cfc8;
  --radius: 26px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--charcoal);
  color: var(--charcoal);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); }
h2 em, h1 em { color: var(--pink); font-style: normal; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--paper);
  border-radius: 10px;
  font-weight: 700;
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: relative;
  z-index: 20;
  background: var(--charcoal);
  color: var(--cream);
}
.header-inner {
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 108px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.logo-link, .footer-logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.logo-link { width: min(390px, 42vw); }
.logo-link img { width: 54px; height: 70px; object-fit: contain; }
.logo-link span, .footer-logo span { display: block; }
.logo-link strong, .logo-link small, .footer-logo strong, .footer-logo small { display: block; }
.logo-link strong, .footer-logo strong {
  color: #b59489;
  font: 800 1.55rem "Manrope", sans-serif;
  letter-spacing: -.045em;
  line-height: 1;
}
.logo-link small, .footer-logo small {
  margin-top: 6px;
  color: var(--sage);
  font: 800 .58rem "Manrope", sans-serif;
  letter-spacing: .13em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .88rem;
  font-weight: 700;
}
.main-nav > a:not(.nav-call) {
  color: var(--sage-light);
  transition: color .2s;
}
.main-nav > a:not(.nav-call):hover { color: var(--cream); }
.nav-call {
  padding: 12px 17px;
  border: 1px solid var(--sage);
  border-radius: 999px;
}
.menu-button { display: none; }
.trust-bar {
  min-height: 88px;
  display: flex;
  justify-content: center;
  gap: clamp(40px, 8vw, 110px);
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--sage-light); font-size: .9rem; }
.trust-item small { color: #7f8b81; font-size: .7rem; }
.trust-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background: var(--cream);
  color: var(--charcoal);
  font: 800 1rem "Manrope", sans-serif;
  box-shadow: inset 0 0 0 2px var(--sage);
}
.trust-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 100px 24px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.10), transparent 33%),
    linear-gradient(135deg, #a78276 0%, var(--clay) 56%, #88675f 100%);
  color: var(--white);
  text-align: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.hero-watermark {
  position: absolute;
  right: max(2vw, 10px);
  bottom: -180px;
  width: clamp(28rem, 62vw, 52rem);
  opacity: .08;
  transform: rotate(4deg);
}
.hero-watermark img {
  width: 100%;
  height: auto;
}
.hero-content { position: relative; z-index: 1; max-width: 990px; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--sage);
  font: 800 .73rem "Manrope", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--pink); }
.hero h1 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 7vw, 6.3rem);
  text-wrap: balance;
}
.hero-copy {
  max-width: 690px;
  margin: 0 auto;
  color: #f6eae4;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 38px 0 22px;
}
.button {
  min-width: 205px;
  min-height: 58px;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  font: 800 1rem "Manrope", sans-serif;
  letter-spacing: .01em;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, .service-card a:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}
.button-outline {
  background: transparent;
  color: var(--white);
  box-shadow: inset 0 0 0 2px var(--cream);
}
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-whatsapp {
  background: var(--sage);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(32,37,33,.18);
}
.button-whatsapp:hover { background: #74836f; }
.button-kicker {
  display: block;
  font: 600 .61rem "DM Sans", sans-serif;
  letter-spacing: .05em;
  opacity: .78;
}
.whatsapp-mark { font-size: 1.35rem; }
.hero-note {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: .77rem;
}

.section-dark {
  background: var(--charcoal);
  color: var(--cream);
}
.services { padding: 110px 24px 120px; }
.section-heading {
  width: min(730px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}
.section-heading h2 { margin-bottom: 22px; }
.section-heading p:last-child { margin: auto; color: var(--muted-light); max-width: 600px; }
.service-grid {
  width: min(var(--max-width), 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.service-card {
  min-height: 330px;
  padding: 25px 22px 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius);
  background: linear-gradient(150deg, #8f9e8a, #798776);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  transition: transform .25s, box-shadow .25s;
}
.service-card:nth-child(even) { transform: translateY(20px); }
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(0,0,0,.2);
}
.service-card:nth-child(even):hover { transform: translateY(15px); }
.service-card img {
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
}
.service-card h3 { min-height: 45px; margin-bottom: 14px; font-size: 1.05rem; color: var(--white); }
.service-card p { color: #eef1eb; font-size: .83rem; line-height: 1.65; }
.service-card a {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
}
.service-card a span { color: var(--pink); margin-left: 4px; }

.areas {
  padding: 12px;
  background: var(--sage);
}
.areas-inner {
  min-height: 610px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  background: var(--cream);
}
.areas-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background: #e9dece;
}
.areas-visual::after {
  display: none;
}
.areas-visual img { position: relative; z-index: 1; width: 150px; margin-bottom: 28px; }
.areas-visual p, .areas-visual a { position: relative; z-index: 1; }
.areas-visual p { margin-bottom: 3px; color: var(--sage); font-weight: 600; }
.areas-visual a { color: var(--copper); font-weight: 800; }
.section-number {
  position: absolute;
  top: 30px;
  left: 38px;
  color: rgba(43,48,44,.08);
  font: 800 8rem "Manrope", sans-serif;
  line-height: 1;
}
.areas-copy { padding: clamp(60px, 9vw, 120px); }
.areas-copy h2 { margin-bottom: 20px; color: var(--sage); }
.areas-intro { max-width: 570px; color: #6e786f; }
.location-list {
  max-width: 680px;
  margin: 38px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 44px;
  list-style: none;
}
.location-list li {
  position: relative;
  padding-left: 20px;
  color: var(--sage);
  font: 800 clamp(1rem, 2vw, 1.18rem) "Manrope", sans-serif;
}
.location-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
}
.areas-footnote { color: #867f74; font-size: .82rem; }

.booking { padding: 115px 24px 120px; }
.booking-heading { margin-bottom: 28px; }
.booking-heading h2 { color: var(--sage); }
.booking-steps {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
}
.booking-steps li {
  position: relative;
  min-width: 0;
  text-align: center;
}
.booking-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 43%;
  right: -17px;
  width: 28px;
  border-top: 1px dashed rgba(241,233,220,.28);
}
.booking-steps img {
  width: min(250px, 100%);
  margin: 0 auto -5px;
  transition: transform .25s;
}
.booking-steps li:hover img { transform: translateY(-6px) rotate(-1deg); }
.booking-steps h3 { min-height: 50px; margin-bottom: 12px; color: var(--cream); font-size: 1.2rem; }
.booking-steps p { max-width: 240px; margin: auto; color: #aeb8b0; font-size: .82rem; }
.step-number {
  position: absolute;
  top: 40px;
  right: 12%;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--clay);
  color: var(--white);
  font: 800 .68rem "Manrope", sans-serif;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.booking-actions {
  width: min(760px, 100%);
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.booking-actions > div { text-align: center; }
.booking-actions > div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--sage-light);
  font-size: .76rem;
  font-weight: 700;
}
.booking-actions .button { width: 100%; }

.closing-cta {
  min-height: 230px;
  padding: 55px max(24px, calc((100vw - var(--max-width)) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  background: var(--clay);
  color: var(--white);
}
.closing-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.closing-cta .eyebrow { color: var(--pink); }
.button-light { background: var(--cream); color: var(--charcoal); }
.button-light:hover { background: var(--white); }

.site-footer {
  min-height: 270px;
  padding: 60px max(24px, calc((100vw - var(--max-width)) / 2)) 28px;
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr auto;
  align-items: center;
  gap: 45px;
  background: var(--sage);
  color: var(--cream);
}
.footer-logo { width: 340px; max-width: 100%; }
.footer-logo img { width: 56px; height: 74px; object-fit: contain; }
.footer-logo .footer-logo-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-logo strong { color: var(--cream); }
.footer-logo small { color: #d3dccf; font-size: .47rem; }
.site-footer > p { margin: 0; color: #e1e6df; }
.footer-links { display: flex; gap: 22px; font-weight: 700; }
.footer-links a:hover { color: var(--charcoal); }
.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #d2dacd;
}
.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(even) { transform: none; }
  .service-card:nth-child(even):hover { transform: translateY(-5px); }
  .booking-steps { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .booking-steps li:not(:last-child)::after { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
  .site-footer > p { grid-row: 2; }
}

@media (max-width: 780px) {
  body { padding-bottom: 64px; }
  .header-inner { min-height: 82px; width: min(100% - 32px, var(--max-width)); }
  .logo-link { width: 285px; max-width: calc(100% - 64px); }
  .logo-link img { width: 42px; height: 56px; }
  .logo-link strong { font-size: 1.15rem; }
  .logo-link small { font-size: .43rem; letter-spacing: .1em; }
  .menu-button {
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: transparent;
  }
  .menu-button span:not(.sr-only) {
    width: 21px;
    height: 2px;
    background: var(--cream);
    transition: transform .2s, opacity .2s;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    height: calc(100vh - 82px);
    padding: 45px 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--charcoal-deep);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 1rem; }
  .nav-call { margin-top: 20px; text-align: center; }
  .trust-bar { gap: 12px; justify-content: space-around; }
  .trust-item { gap: 7px; }
  .trust-item small { display: none; }
  .trust-symbol { width: 31px; height: 31px; }
  .trust-icon { width: 34px; height: 34px; }
  .hero { min-height: 620px; padding: 80px 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 360px; margin-left: auto; margin-right: auto; }
  .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .areas-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .areas-visual {
    min-height: 0;
    padding: 54px 24px;
  }
  .areas-visual img {
    width: 116px;
    margin-bottom: 20px;
  }
  .areas-copy { padding: 60px 30px; }
  .location-list { gap: 10px 25px; }
  .closing-cta { align-items: flex-start; flex-direction: column; }
  .closing-cta .button { width: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { justify-self: start; }
  .site-footer > p { grid-row: auto; }
  .mobile-actions {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    box-shadow: 0 -8px 25px rgba(0,0,0,.18);
  }
  .mobile-actions a {
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--charcoal);
    font-weight: 800;
  }
  .mobile-actions a:last-child { background: var(--sage); color: var(--white); }
}

@media (max-width: 530px) {
  .trust-bar { padding: 14px 10px; }
  .trust-item strong { max-width: 90px; font-size: .68rem; line-height: 1.2; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .services, .booking { padding: 82px 18px; }
  .service-grid, .booking-steps, .booking-actions { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .booking-steps { gap: 20px; }
  .booking-steps li {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 8px;
    text-align: left;
  }
  .booking-steps img { width: 150px; margin: 0; }
  .booking-steps h3 { min-height: 0; font-size: 1rem; }
  .booking-steps p { margin: 0; font-size: .76rem; }
  .step-number { top: 18px; left: 10px; right: auto; }
  .booking-actions { margin-top: 50px; }
  .areas-visual { padding: 46px 20px; }
  .areas-visual img { width: 108px; }
  .areas-copy { padding: 55px 24px; }
  .location-list { grid-template-columns: 1fr; }
  .closing-cta { padding-top: 48px; padding-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Wireframe-led refinement */
.header-inner {
  min-height: 148px;
  justify-content: center;
}
.logo-link {
  width: auto;
  max-width: calc(100% - 32px);
}
.logo-link img {
  width: 72px;
  height: 92px;
}
.logo-link strong {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}
.logo-link small {
  font-size: clamp(.46rem, 1vw, .64rem);
}
.trust-bar {
  min-height: 100px;
  border-top: 0;
  padding-top: 12px;
  padding-bottom: 28px;
}
.hero {
  min-height: 500px;
  padding: 78px 24px;
}
.hero h1 {
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  letter-spacing: -.045em;
}
.hero h1 em { color: var(--white); }
.hero-copy {
  max-width: 600px;
  font-size: 1rem;
  opacity: .88;
}
.hero-actions { margin-top: 32px; }
.hero-watermark { opacity: .08; }
.services {
  padding-top: 64px;
  padding-bottom: 84px;
}
.services .section-heading {
  margin-bottom: 36px;
}
.services .section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.service-grid { gap: 12px; }
.service-card {
  min-height: 255px;
  padding: 19px 17px 17px;
  border-radius: 30px;
  box-shadow: none;
}
.service-card:nth-child(even),
.service-card:nth-child(even):hover {
  transform: none;
}
.service-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.service-card h3 {
  min-height: 38px;
  margin-bottom: 10px;
  font-size: .9rem;
}
.service-card p {
  font-size: .75rem;
  line-height: 1.5;
}
.areas {
  padding: 6px;
}
.areas-inner { min-height: 570px; }
.areas-visual img { width: 180px; }
.areas-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}
.booking {
  padding-top: 76px;
  padding-bottom: 86px;
}
.booking-heading { margin-bottom: 10px; }
.booking-heading h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}
.booking-steps img {
  width: min(225px, 100%);
}
.booking-steps h3 {
  font-size: 1.08rem;
}
.booking-actions { margin-top: 52px; }
.site-footer {
  min-height: 230px;
}

@media (max-width: 780px) {
  .header-inner {
    min-height: 112px;
  }
  .logo-link {
    width: auto;
    max-width: calc(100% - 28px);
  }
  .logo-link img {
    width: 54px;
    height: 70px;
  }
  .logo-link strong { font-size: 1.45rem; }
  .logo-link small { font-size: .49rem; }
  .trust-bar {
    min-height: 82px;
    padding-bottom: 18px;
  }
  .hero { min-height: 520px; }
}

@media (max-width: 530px) {
  .logo-link { gap: 9px; }
  .logo-link img {
    width: 44px;
    height: 60px;
  }
  .logo-link strong { font-size: 1.18rem; }
  .logo-link small {
    max-width: 220px;
    font-size: .39rem;
  }
  .hero {
    min-height: 490px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .services .section-heading p:last-child { display: none; }
}

.header-logo-only {
  width: min(470px, 68vw);
}
.logo-link.header-logo-only img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.appointment-banner {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 9px 16px 9px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 253, 249, .38);
  border-radius: 999px;
  background: rgba(43, 48, 44, .18);
  color: var(--white);
  font: 700 .76rem "Manrope", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.moon-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--clay);
  font: 800 1.25rem Georgia, serif;
}

@media (max-width: 780px) {
  .header-logo-only {
    width: min(390px, 82vw);
  }
}

@media (max-width: 530px) {
  .header-logo-only {
    width: min(315px, 88vw);
  }
  .appointment-banner {
    margin-bottom: 20px;
    padding-right: 13px;
    font-size: .64rem;
    letter-spacing: .025em;
  }
  .moon-icon {
    width: 27px;
    height: 27px;
    font-size: 1.1rem;
  }
}
