:root {
  --ink: #201a17;
  --ink-soft: #554b45;
  --muted: #736861;
  --paper: #fffdf9;
  --cloud: #f2f1ef;
  --cream: #f5eee6;
  --gold: #b78752;
  --gold-light: #e1bf91;
  --green: #31564d;
  --whatsapp: #25d366;
  --dark: #171310;
  --line: rgba(57, 44, 35, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 20px 60px rgba(39, 28, 21, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 92px 0;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff;
  background: var(--dark);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: var(--gold-light);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button svg,
.button .whatsapp-mark {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.whatsapp-mark {
  display: block;
  fill: currentColor;
  overflow: visible;
}

.button--dark {
  color: #fff;
  background: var(--dark);
  box-shadow: 0 12px 28px rgba(23, 19, 16, 0.18);
}

.button--gold {
  color: #1e150d;
  background: var(--gold-light);
  box-shadow: 0 12px 32px rgba(183, 135, 82, 0.22);
}

.button--light {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.button--glass {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.button--whatsapp {
  color: #fff;
  background: var(--whatsapp);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.24);
}

.button--whatsapp:hover {
  background: #1fbd5b;
  box-shadow: 0 15px 34px rgba(37, 211, 102, 0.3);
}

.icon-button {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: var(--whatsapp);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.icon-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

.icon-button svg,
.icon-button img {
  width: 25px;
  height: 25px;
}

.topbar {
  position: relative;
  z-index: 90;
  padding: 8px 0;
  color: #ddd5cf;
  background: #0f0d0c;
  font-size: 12px;
  font-weight: 700;
}

.topbar__inner {
  display: flex;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 168px;
  flex: 0 0 168px;
}

.brand img {
  width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 21px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.desktop-nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  border-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.header-actions .button {
  min-height: 43px;
  padding: 9px 14px;
  font-size: 12px;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: #171310;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    repeating-linear-gradient(118deg, transparent 0, transparent 140px, rgba(255, 255, 255, 0.025) 142px, transparent 146px),
    linear-gradient(115deg, rgba(183, 135, 82, 0.12), transparent 32%, rgba(38, 96, 85, 0.12) 72%, transparent);
  background-size: 460px 100%, 100% 100%;
  animation: lineShift 18s linear infinite;
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 13, 12, 0.96) 0%, rgba(15, 13, 12, 0.78) 42%, rgba(15, 13, 12, 0.12) 76%, rgba(15, 13, 12, 0.5) 100%);
  content: "";
}

.hero-lights {
  position: absolute;
  z-index: -2;
  inset: -45% -30%;
  background:
    linear-gradient(112deg, transparent 36%, rgba(225, 191, 145, 0.3) 46%, transparent 57%),
    linear-gradient(38deg, transparent 42%, rgba(47, 133, 117, 0.22) 49%, transparent 58%),
    linear-gradient(154deg, transparent 44%, rgba(161, 64, 86, 0.13) 50%, transparent 58%);
  filter: blur(38px);
  transform: translate3d(-8%, -3%, 0) rotate(-3deg);
  animation: lightSweep 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 58px;
  padding-block: 56px;
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.hero__copy h1 {
  max-width: 700px;
  color: #fff;
}

.hero__copy > p {
  max-width: 590px;
  margin-top: 24px;
  color: #d8d0ca;
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 29px;
}

.hero-instagram {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.hero-instagram:hover {
  transform: translateY(-2px);
  color: #1e150d;
  background: var(--gold-light);
}

.hero-instagram svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 21px;
  margin-top: 26px;
  color: #e7ddd5;
  font-size: 12px;
  font-weight: 700;
}

.hero__facts span {
  position: relative;
  padding-left: 16px;
}

.hero__facts span::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  content: "";
}

.hero__media {
  position: relative;
  min-height: 574px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #0f0d0c;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.4);
}

.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 10, 9, 0.84));
  content: "";
}

.hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 19px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.hero__media figcaption strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 34px;
}

.hero__media figcaption span {
  color: #ece4dd;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.brand-strip {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(99, 74, 54, 0.1);
  background: var(--cream);
}

.brand-marquee {
  overflow: hidden;
  padding: 25px 0;
  background: var(--cream);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.brand-track {
  width: max-content;
  display: flex;
  animation: brandScroll 64s linear infinite;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-set {
  display: flex;
  align-items: center;
  gap: 66px;
  padding-right: 66px;
}

.brand-set img {
  width: 138px;
  height: 54px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.88;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 38px;
}

.section-heading p {
  max-width: 610px;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(38, 27, 19, 0.07);
}

.service-card > img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
}

.service-card__body {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 20px;
}

.service-card__body > span {
  width: max-content;
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card__body h3 {
  font-size: 23px;
}

.service-card__body p {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.58;
}

.service-card__actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
}

.service-card__actions .button {
  min-height: 46px;
  flex: 1;
  padding-inline: 13px;
  font-size: 13px;
}

.service-card.is-booking {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1.14fr);
  grid-template-rows: auto 1fr;
  border-color: rgba(183, 135, 82, 0.46);
  box-shadow: 0 22px 58px rgba(38, 27, 19, 0.14);
}

.service-card.is-booking > img {
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
}

.service-card.is-booking .service-card__body {
  min-height: 0;
  padding-bottom: 12px;
}

.service-card.is-booking .add-service {
  color: #1e150d;
  background: var(--gold-light);
  box-shadow: none;
}

.service-quick-booking {
  grid-column: 2;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0 20px 20px;
  animation: bookingOpen 220ms ease both;
}

.quick-booking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.quick-booking__head strong {
  font-family: var(--serif);
  font-size: 20px;
}

.quick-booking__close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  color: var(--ink);
  background: #fff;
  font-size: 20px;
}

.quick-booking__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-booking__fields label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.quick-booking__fields input,
.quick-booking__fields select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
}

.quick-booking__nails {
  grid-column: 1 / -1;
}

.quick-booking__nails[hidden] {
  display: none;
}

.quick-booking__submit {
  width: 100%;
}

.quick-booking__submit img {
  width: 21px;
  height: 21px;
}

@keyframes bookingOpen {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.results {
  color: #fff;
  background: #1a1715;
}

.section-heading--light h2 {
  color: #fff;
}

.section-heading--light p {
  color: #c9c0b9;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.comparison-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: #24201d;
}

.comparison-title {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
}

.comparison-title > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(225, 191, 145, 0.45);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
}

.comparison-title h3 {
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.25;
}

.image-comparison {
  --position: 50%;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5.4;
  overflow: hidden;
  cursor: ew-resize;
  outline: none;
  user-select: none;
  touch-action: pan-y;
  background: #0f0d0c;
}

.image-comparison:focus-visible {
  box-shadow: inset 0 0 0 4px var(--gold-light);
}

.comparison-after,
.comparison-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.comparison-after {
  z-index: 1;
}

.comparison-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.comparison-badge {
  position: absolute;
  z-index: 4;
  top: 10px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 15, 13, 0.72);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.comparison-badge--before {
  left: 10px;
}

.comparison-badge--after {
  right: 10px;
}

.comparison-divider {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  transform: translateX(-50%);
  background: #fff;
  pointer-events: none;
}

.comparison-divider > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(22, 18, 16, 0.82);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.comparison-divider svg {
  width: 22px;
  height: 22px;
}

.booking {
  background: var(--cream);
}

.booking__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.booking__copy {
  position: sticky;
  top: 112px;
}

.booking__copy p {
  margin-top: 18px;
}

.selected-services {
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  padding: 12px;
  border: 1px dashed rgba(74, 53, 38, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.selected-services > span:first-child:last-child {
  color: var(--muted);
  font-size: 13px;
}

.selected-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.selected-pill button {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 7px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(183, 135, 82, 0.14);
}

.booking-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.booking-form__actions .button {
  flex: 1;
}

.reviews {
  overflow: hidden;
  background: var(--paper);
}

.review-summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 10px;
  text-align: right;
}

.review-summary strong {
  grid-row: 1 / 3;
  font-family: var(--serif);
  font-size: 42px;
}

.review-summary span {
  color: #c39145;
  font-size: 17px;
}

.review-summary small {
  color: var(--muted);
  font-size: 11px;
}

.review-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-block: 2px 18px;
}

.review-track {
  width: max-content;
  display: flex;
  animation: reviewScrollRight 110s linear infinite;
  will-change: transform;
}

.review-track:hover {
  animation-play-state: paused;
}

.review-set {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.review-card {
  width: 310px;
  min-height: 252px;
  display: flex;
  flex: 0 0 310px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.review-card__stars {
  color: #c39145;
  font-size: 16px;
}

.review-card blockquote {
  flex: 1;
  margin: 18px 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.review-card footer {
  display: grid;
  gap: 3px;
}

.review-card footer strong {
  font-family: var(--serif);
  font-size: 17px;
}

.review-card footer span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.visit {
  background: var(--paper);
}

.visit__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  min-height: 590px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hours-panel {
  padding: 42px;
  color: #fff;
  background: var(--green);
}

.hours-panel h2 {
  color: #fff;
  font-size: 42px;
}

.hours-table {
  margin: 27px 0;
  border-top: 1px solid var(--line-light);
}

.hours-table > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-light);
  color: #e9efed;
  font-size: 13px;
}

.map-panel {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--cloud);
}

.map-panel iframe,
.map-panel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
}

.map-panel__caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 5px;
  padding: 17px;
  border-radius: 8px;
  color: #fff;
  background: rgba(23, 19, 16, 0.86);
  backdrop-filter: blur(10px);
}

.map-panel__caption strong {
  font-family: var(--serif);
  font-size: 23px;
}

.map-panel__caption span {
  color: #ddd5cf;
  font-size: 12px;
}

.map-panel__caption a {
  width: max-content;
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
}

.faq {
  background: var(--cloud);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.faq details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 18px;
  transition: transform 180ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  padding: 0 18px 18px;
  font-size: 13px;
  line-height: 1.65;
}

.site-footer {
  padding: 54px 0 24px;
  color: #fff;
  background: #11100f;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer__brand img {
  width: 190px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}

.footer__brand p {
  max-width: 420px;
  margin-top: 12px;
  color: #bcb3ad;
  font-size: 13px;
}

.footer__contact {
  display: grid;
  gap: 7px;
}

.footer__info {
  display: grid;
  gap: 5px;
}

.footer__info strong {
  color: #fff;
  font-size: 13px;
}

.footer__info small {
  color: #aca39d;
  font-size: 11px;
  line-height: 1.5;
}

.footer__label {
  color: #9e948d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
}

.footer__contact .whatsapp-mark {
  width: 22px;
  height: 22px;
}

.footer__socials {
  display: flex;
  gap: 9px;
}

.footer__socials a {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  color: #fff;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.footer__socials a:hover {
  border-color: var(--gold-light);
  color: var(--dark);
  background: var(--gold-light);
}

.footer__socials svg {
  width: 21px;
  height: 21px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  color: #918881;
  font-size: 11px;
}

.developer-credit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.developer-credit img {
  width: 82px;
  height: 38px;
  object-fit: contain;
}

.floating-actions {
  position: fixed;
  z-index: 75;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
}

.floating-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 12px 32px rgba(17, 14, 12, 0.24);
  font-size: 12px;
  font-weight: 800;
}

.floating-actions svg,
.floating-actions .whatsapp-mark {
  width: 20px;
  height: 20px;
}

.floating-reserve {
  background: var(--dark);
}

.floating-whatsapp {
  background: var(--whatsapp);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.28) !important;
}

.booking-form__note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

:where(a, button, input, select, textarea, summary, [role="slider"]):focus-visible {
  outline: 3px solid rgba(190, 145, 60, 0.72);
  outline-offset: 3px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes lightSweep {
  from { transform: translate3d(-8%, -3%, 0) rotate(-3deg); }
  to { transform: translate3d(9%, 7%, 0) rotate(4deg); }
}

@keyframes lineShift {
  to { background-position: 460px 0, 0 0; }
}

@keyframes brandScroll {
  to { transform: translateX(-50%); }
}

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

@media (max-width: 1120px) {
  h1 { font-size: 58px; }
  h2 { font-size: 43px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav {
    position: fixed;
    z-index: 79;
    top: 78px;
    right: 0;
    left: 0;
    max-height: 0;
    display: grid;
    overflow: hidden;
    background: var(--paper);
    box-shadow: 0 18px 35px rgba(28, 20, 15, 0.14);
    transition: max-height 220ms ease;
  }
  .mobile-nav.is-open { max-height: 430px; }
  .mobile-nav a { padding: 15px 24px; border-top: 1px solid var(--line); font-weight: 800; }
  .hero__grid { grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr); gap: 36px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card > img { aspect-ratio: 4 / 4; }
  .service-card__body { min-height: 225px; }
  .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-comparison { aspect-ratio: 4 / 4.6; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 74px 0; }
  h1 { font-size: 50px; }
  h2 { font-size: 39px; }
  .header-reserve { display: none; }
  .hero { min-height: auto; }
  .hero::after { background: linear-gradient(180deg, rgba(15, 13, 12, 0.9), rgba(15, 13, 12, 0.68)); }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 58px; }
  .hero__copy { max-width: 680px; }
  .hero__media { min-height: 520px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking__grid { grid-template-columns: 1fr; gap: 28px; }
  .booking__copy { position: static; }
  .visit__grid { grid-template-columns: 1fr; }
  .map-panel { min-height: 460px; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; align-items: end; }
  .footer__socials { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .container { width: calc(100% - 28px); }
  .section { padding: 62px 0; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  h3 { font-size: 22px; }
  .nav { height: 70px; gap: 12px; }
  .brand { width: 142px; flex-basis: 142px; }
  .header-actions .header-whatsapp {
    width: 43px;
    min-width: 43px;
    min-height: 43px;
    overflow: hidden;
    padding: 0;
    font-size: 0;
  }
  .header-whatsapp span { display: none; }
  .menu-toggle { width: 43px; height: 43px; }
  .mobile-nav { top: 70px; }
  .hero__grid { gap: 30px; padding-block: 45px; }
  .hero__copy > p { font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .button { width: 100%; }
  .hero-instagram { grid-column: 1; }
  .hero__facts { gap: 8px 15px; }
  .hero__media { min-height: 390px; }
  .hero__media figcaption { align-items: start; flex-direction: column; gap: 2px; }
  .hero__media figcaption span { text-align: left; }
  .brand-marquee { padding: 19px 0; }
  .brand-set { gap: 42px; padding-right: 42px; }
  .brand-set img { width: 110px; height: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card > img { aspect-ratio: 5 / 4; }
  .service-card__body { min-height: 214px; }
  .service-card.is-booking { grid-column: auto; display: block; }
  .service-card.is-booking > img { min-height: 0; aspect-ratio: 5 / 4; }
  .service-quick-booking { display: grid; padding: 0 20px 20px; }
  .quick-booking__fields { grid-template-columns: 1fr; }
  .quick-booking__nails { grid-column: auto; }
  .comparison-grid {
    width: calc(100% + 14px);
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 14px 12px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .comparison-card { min-width: 82vw; scroll-snap-align: start; }
  .image-comparison { aspect-ratio: 4 / 4.8; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; }
  .field--full { grid-column: auto; }
  .booking-form__actions { display: grid; }
  .review-summary { text-align: left; }
  .review-card { width: 282px; flex-basis: 282px; }
  .hours-panel { padding: 28px 22px; }
  .hours-panel h2 { font-size: 34px; }
  .map-panel { min-height: 420px; }
  .faq summary { min-height: 60px; font-size: 13px; }
  .footer__grid { grid-template-columns: 1fr; gap: 27px; }
  .footer__socials { grid-column: auto; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .floating-actions {
    right: 10px;
    bottom: 9px;
    left: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .floating-actions a { min-height: 54px; justify-content: center; padding: 9px 12px; border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .brand-track { animation: none; }
  .review-track { animation: none; transform: none; }
  .review-set[aria-hidden="true"] { display: none; }
}


/* Auditoría responsive y sistema de reserva */
html, body { max-width: 100%; overflow-x: clip; }
*, *::before, *::after { min-width: 0; }
img, svg, video, iframe { max-width: 100%; }
.service-card { height: 100%; }
.service-card__price { margin-top: auto; padding-top: 12px; color: var(--gold); font-size: 12px; font-weight: 800; }
.service-card.is-selected { border-color: rgba(183,135,82,.72); box-shadow: 0 18px 45px rgba(38,27,19,.13); }
.service-card.is-selected .add-service { color: #1e150d; background: var(--gold-light); }
.service-card.is-booking { grid-column: auto; display: flex; grid-template-columns: none; grid-template-rows: none; }
.service-card.is-booking > img { min-height: 0; aspect-ratio: 4 / 3; }
.service-quick-booking { display: none !important; }

.booking-cart { margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 14px 36px rgba(38,27,19,.08); scroll-margin-top: 100px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.booking-cart.cart-highlight { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(183,135,82,.14), 0 18px 42px rgba(38,27,19,.12); transform: translateY(-2px); }
.booking-cart.cart-error { border-color: #b5463c; box-shadow: 0 0 0 4px rgba(181,70,60,.12); }
.booking-cart__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.booking-cart__head > div { display: grid; gap: 2px; }
.booking-cart__head span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.booking-cart__head strong { font-family: var(--serif); font-size: 22px; }
.booking-cart__head button { border: 0; cursor: pointer; color: var(--ink-soft); background: transparent; font-size: 12px; font-weight: 800; }
.booking-cart__head button:disabled { opacity: .38; cursor: default; }
.selected-services { min-height: 90px; display: grid; gap: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.cart-empty { align-self: center; margin: 0; padding: 22px 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cart-item { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.cart-item__info { display: grid; gap: 4px; }
.cart-item__info strong { font-size: 14px; }
.cart-item__info span { color: var(--muted); font-size: 11px; }
.cart-item__controls { display: flex; align-items: center; gap: 7px; }
.cart-item__controls button { min-width: 34px; min-height: 34px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: #fff; font-weight: 800; }
.cart-item__controls span { min-width: 24px; text-align: center; font-weight: 800; }
.cart-item__controls .cart-item__remove { min-width: auto; margin-left: 5px; padding: 0 8px; border: 0; border-radius: 0; color: #9a4038; background: transparent; font-size: 11px; }
.booking-cart__summary { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; padding: 16px 18px; background: var(--cream); }
.booking-cart__summary > span { font-size: 13px; font-weight: 800; }
.booking-cart__summary > strong { font-family: var(--serif); font-size: 23px; }
.booking-cart__summary > small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; line-height: 1.45; }
.mobile-cart-bar { display: none; }

@media (max-width: 820px) {
  .nav { width: calc(100% - 24px); }
  .header-actions { margin-left: auto; }
  .booking__grid { gap: 22px; }
  .booking__copy { width: 100%; }
  .booking-form { width: 100%; }
  .field input, .field select, .field textarea { font-size: 16px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 138px; }
  .site-header { width: 100%; }
  .brand { width: 118px; flex-basis: 118px; }
  .brand img { max-height: 50px; }
  .header-actions { gap: 6px; }
  .hero__grid { padding-top: 32px; }
  .hero__media { min-height: 0; aspect-ratio: 4 / 5; }
  .hero__media img { position: absolute; inset: 0; }
  .service-card__body { min-height: 0; }
  .service-card__actions { margin-top: 14px; }
  .service-card__actions .button { min-height: 50px; }
  .booking-cart { margin-top: 18px; }
  .cart-item { grid-template-columns: 1fr; gap: 11px; padding: 15px; }
  .cart-item__controls { justify-content: flex-start; flex-wrap: wrap; }
  .cart-item__controls .cart-item__remove { margin-left: auto; }
  .booking-cart__summary { padding: 15px; }
  .booking-form { padding: 16px; gap: 14px; }
  .booking-form__actions .button { width: 100%; min-height: 52px; }
  .mobile-cart-bar { position: fixed; z-index: 96; right: 10px; bottom: 72px; left: 10px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; cursor: pointer; color: #fff; background: #191614; box-shadow: 0 12px 34px rgba(0,0,0,.28); transform: translateY(130%); opacity: 0; transition: transform .22s ease, opacity .22s ease; }
  body.has-cart-items .mobile-cart-bar { transform: translateY(0); opacity: 1; }
  .mobile-cart-bar span { display: flex; align-items: center; gap: 5px; font-size: 12px; }
  .mobile-cart-bar strong { min-width: 25px; min-height: 25px; display: inline-grid; place-items: center; border-radius: 50%; color: #1e150d; background: var(--gold-light); }
  .mobile-cart-bar b { color: var(--gold-light); font-size: 12px; }
  .floating-actions { bottom: 9px; }
  .map-panel__image { object-position: center center; }
}
