:root {
  --ink: #2c3941;
  --espresso: #33241e;
  --warm: #f57808;
  --coral: #e46b6b;
  --rose: #f7d3c2;
  --cream: #fff8f1;
  --linen: #f4ebe1;
  --moss: #68745b;
  --white: #fffdf9;
  --shadow: 0 24px 70px rgba(44, 57, 65, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.08;
  background-image: radial-gradient(circle at 20% 20%, #2c3941 0 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(1120px, calc(100% - 28px));
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 253, 249, 0.44);
  background: rgba(44, 57, 65, 0.54);
  color: var(--white);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.94);
}
.brand img {
  width: 112px;
  height: auto;
}
.main-nav { justify-self: center; display: flex; gap: 22px; font-size: 13px; }
.main-nav a { opacity: 0.82; transition: opacity 0.2s ease; }
.main-nav a:hover { opacity: 1; }
.social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.social-links a {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 253, 249, 0.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 253, 249, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.social-links a:hover {
  transform: translateY(-2px);
  background: var(--white);
  color: var(--espresso);
}
.social-links i,
.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-links svg path {
  fill: currentColor;
  stroke: none;
}
.header-cta, .menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  color: var(--espresso);
  background: var(--white);
  padding: 0 15px;
  font-weight: 700;
  cursor: pointer;
}
.menu-toggle { display: none; width: 40px; padding: 0; }
i, svg { width: 18px; height: 18px; flex: none; }

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 150px max(28px, calc((100vw - 1120px) / 2)) 76px;
  overflow: hidden;
  background: var(--espresso);
}
.hero-video, .hero-shade, .hero-ambient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-video { object-fit: cover; opacity: 0.58; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(35, 24, 19, 0.86), rgba(35, 24, 19, 0.42) 48%, rgba(35, 24, 19, 0.74)),
    linear-gradient(0deg, rgba(44, 57, 65, 0.78), transparent 34%);
}
.hero-ambient {
  opacity: 0.7;
  background:
    radial-gradient(circle at 28% 42%, rgba(245, 120, 8, 0.36), transparent 26%),
    radial-gradient(circle at 74% 30%, rgba(228, 107, 107, 0.32), transparent 24%);
  animation: ambient 11s ease-in-out infinite alternate;
}
.hero-ambient span {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(255, 248, 241, 0.26);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}
.hero-ambient span:nth-child(1) { left: 8%; top: 20%; }
.hero-ambient span:nth-child(2) { right: 10%; top: 24%; animation-delay: -2s; }
.hero-ambient span:nth-child(3) { left: 52%; bottom: 14%; animation-delay: -4s; }
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: var(--white);
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--warm);
}
h1, h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
h1 { font-size: clamp(54px, 8vw, 112px); line-height: 0.88; max-width: 930px; }
h2 { font-size: clamp(38px, 5vw, 70px); line-height: 0.96; }
h3 { margin: 0; letter-spacing: 0; }
.hero-content > p:not(.eyebrow) {
  max-width: 580px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 253, 249, 0.86);
}
.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--warm); color: var(--white); }
.btn.ghost { border: 1px solid rgba(255, 253, 249, 0.45); color: var(--white); }
.btn.ghost.dark { border-color: rgba(44, 57, 65, 0.2); color: var(--ink); }
.hero-panel {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100vw - 1120px) / 2));
  bottom: 76px;
  width: min(310px, 31vw);
  padding: 22px;
  border: 1px solid rgba(255, 253, 249, 0.28);
  background: rgba(255, 248, 241, 0.13);
  color: var(--white);
  backdrop-filter: blur(14px);
  border-radius: 8px;
}
.hero-panel span { color: var(--rose); font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.12em; }
.hero-panel strong { display: block; margin-top: 10px; font-size: 22px; }
.hero-panel p { margin: 10px 0 0; line-height: 1.5; color: rgba(255, 253, 249, 0.78); }

section { padding: 104px max(28px, calc((100vw - 1120px) / 2)); scroll-margin-top: 108px; }
.section-band { background: var(--linen); }
.section-copy { max-width: 760px; margin-bottom: 34px; }
.section-copy > p:not(.eyebrow) { line-height: 1.7; max-width: 650px; }
.intro-grid, .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.space-gallery {
  background: var(--white);
}
.place-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: 220px 220px 220px;
  gap: 16px;
}
.place-showcase figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--linen);
  box-shadow: var(--shadow);
}
.place-hero {
  grid-row: 1 / span 3;
}
.place-copy {
  display: grid;
  align-content: space-between;
  padding: 28px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}
.place-copy p {
  margin: 0;
  color: rgba(255, 253, 249, 0.82);
  line-height: 1.7;
}
.place-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 900;
}
.place-tile.tall {
  grid-row: span 2;
}
.place-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.place-showcase figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
}
.feature, .team-card, .booking-card, .map-card {
  border: 1px solid rgba(44, 57, 65, 0.11);
  background: rgba(255, 253, 249, 0.7);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.feature { padding: 26px; }
.feature i { color: var(--warm); }
.feature h3 { margin-top: 24px; }
.feature p, .team-card p, .service-row p, .signature-copy p, .booking-card p { color: rgba(44, 57, 65, 0.72); line-height: 1.7; }

.treatments {
  background: var(--white);
  padding-top: 128px;
}
.treatments h2 {
  font-size: clamp(34px, 3.5vw, 52px);
}
.treatments .section-copy,
.treatments .filters,
.treatments .treatment-grid {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
}
.treatments .section-copy {
  text-align: center;
}
.treatments .section-copy > p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}
.filter {
  min-height: 34px;
  border: 1px solid rgba(44, 57, 65, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.filter.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.treatment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.treatment-category {
  padding: 0;
  scroll-margin-top: 0;
  border: 1px solid rgba(44, 57, 65, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(44, 57, 65, 0.045);
}
.treatment-category.is-hidden {
  display: none;
}
.treatment-category-toggle {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.treatment-category-toggle span {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
}
.treatment-category-toggle strong {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: none;
}
.treatment-category-toggle small {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--warm);
  min-width: 104px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.treatment-category-toggle i {
  transition: transform 0.22s ease;
}
.treatment-category.is-open .treatment-category-toggle i {
  transform: rotate(180deg);
}
.treatment-category-body {
  border-top: 1px solid rgba(44, 57, 65, 0.09);
  padding: 10px 12px 12px;
  background: #fffbf7;
}
.category-service-list {
  display: grid;
  gap: 8px;
}
.service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 13px 15px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(44, 57, 65, 0.08);
}
.service-row h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}
.service-row-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  margin-top: 6px;
}
.service-meta,
.service-providers {
  margin: 0;
  line-height: 1.45 !important;
  font-size: 12px;
}
.service-meta {
  color: var(--warm) !important;
  font-weight: 900;
}
.service-providers {
  color: rgba(44, 57, 65, 0.58) !important;
}
.service-description {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55 !important;
  color: rgba(44, 57, 65, 0.62) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.treatment-loading {
  grid-column: 1 / -1;
  color: rgba(44, 57, 65, 0.72);
}
.service-row > a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245, 120, 8, 0.1);
  color: var(--warm);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.service-row > a:hover {
  background: var(--warm);
  color: var(--white);
}

.signature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 52px;
  align-items: center;
}
.signature-media img,
.signature-media video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); background: var(--espresso); }
.signature-copy ul { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; }
.signature-copy li { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.signature-copy li i { color: var(--warm); }

.team { background: #fbf3ed; }
.team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.team-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  grid-template-rows: 210px 1fr;
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 113, 16, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: 1;
}
.team-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--linen);
  transition: transform 0.42s ease, filter 0.42s ease;
}
.team-card > div {
  position: relative;
  z-index: 2;
  padding: 22px;
}
.team-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 113, 16, 0.12);
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease;
}
.team-card h3 { margin-top: 14px; }
.team-card:hover,
.team-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(255, 113, 16, 0.28);
  box-shadow: 0 30px 70px rgba(44, 57, 65, 0.18);
}
.team-card:hover::before,
.team-card:focus-within::before {
  opacity: 1;
}
.team-card:hover > img,
.team-card:focus-within > img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.03);
}
.team-card:hover span,
.team-card:focus-within span {
  background: var(--warm);
  color: var(--white);
  transform: translateY(-2px);
}

.booking {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  background: var(--ink);
}
.booking-card {
  padding: 36px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(255, 248, 241, 0.08), rgba(245, 120, 8, 0.16));
}
.booking-card h2 { color: var(--white); }
.booking-card p { color: rgba(255, 253, 249, 0.76); }
.map-card { min-height: 430px; overflow: hidden; background: var(--linen); }
.map-card iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: sepia(0.18) saturate(0.85); }

.site-footer {
  padding: 58px max(28px, calc((100vw - 1120px) / 2)) 24px;
  background:
    linear-gradient(135deg, rgba(245, 120, 8, 0.12), transparent 34%),
    #1f292f;
  color: rgba(255, 253, 249, 0.78);
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 0.65fr));
  gap: 42px;
  align-items: start;
  padding-bottom: 38px;
}
.footer-brand {
  max-width: 360px;
}
.site-footer img {
  width: 164px;
  display: block;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
}
.footer-brand p,
.footer-column p {
  margin: 18px 0 0;
  color: rgba(255, 253, 249, 0.64);
  line-height: 1.7;
}
.footer-column {
  display: grid;
  gap: 10px;
}
.footer-column span {
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-column a {
  width: fit-content;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-column a:hover {
  color: var(--warm);
  transform: translateX(3px);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 253, 249, 0.12);
}
.site-footer small {
  color: rgba(255, 253, 249, 0.54);
}
.site-footer small a {
  color: var(--white);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer .social-links a {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 253, 249, 0.16);
  color: var(--white);
  background: rgba(255, 253, 249, 0.08);
}
.site-footer .social-links a:hover {
  transform: translateY(-2px);
  background: var(--warm);
  color: var(--white);
}
.footer-social-column .social-links {
  margin-top: 2px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  background: #25d366;
  color: #0d2f1c;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(37, 211, 102, 0.46);
}
.whatsapp-float i {
  width: 22px;
  height: 22px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes ambient {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, 1.5%, 0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.06); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .main-nav {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    padding: 18px;
    border-radius: 8px;
    background: rgba(44, 57, 65, 0.96);
    box-shadow: var(--shadow);
  }
  body.nav-open .main-nav { display: grid; gap: 14px; }
  .header-social { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .hero { min-height: 92vh; padding-top: 120px; }
  .hero-panel { position: relative; right: auto; bottom: auto; width: 100%; max-width: 420px; margin-top: 28px; }
  .intro-grid, .treatment-grid, .team-grid, .signature, .booking, .place-showcase { grid-template-columns: 1fr; }
  .place-showcase { grid-template-rows: auto; }
  .place-showcase figure, .place-hero, .place-tile.tall { grid-row: auto; grid-column: auto; height: 330px; }
  .place-copy { min-height: 220px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-row { grid-template-columns: 1fr; }
  .service-row > a { justify-content: center; width: fit-content; }
}

@media (max-width: 560px) {
  h1 { font-size: 50px; }
  section { padding-block: 76px; }
  .hero-actions, .booking-actions { display: grid; }
  .btn { width: 100%; }
  .team-grid { grid-template-columns: 1fr; }
  .treatment-category-toggle {
    min-height: 64px;
    padding: 10px 14px;
  }
  .treatment-category-toggle span { display: grid; gap: 4px; }
  .treatment-category-toggle small { min-width: 0; }
  .treatment-category-toggle strong {
    font-size: 15px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 54px;
    padding: 0 16px;
  }
  .whatsapp-float span { display: none; }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 44px;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
