:root {
  --green: #2f5d50;
  --green-dark: #1e3d35;
  --green-soft: #e8f3ef;
  --gold: #d7a928;
  --cream: #f7fbf9;
  --paper: #ffffff;
  --ink: #1f2f2a;
  --muted: #6b7f78;
  --red: #a12a22;
  --red-dark: #7b1d16;
  --line: rgba(47, 93, 80, .14);
  --shadow: 0 22px 70px rgba(0, 40, 30, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  padding-top: 76px;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 4%, rgba(47, 93, 80, .18), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(30, 61, 53, .15), transparent 32rem),
    linear-gradient(180deg, #f7fbf9 0%, #eef6f2 42%, #f7fbf9 100%);
  overflow-x: hidden;
}

a { color: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255, 253, 247, .86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 230px; }
.brand img { width: 78px; height: auto; display: block; }
.brand-text { display: grid; gap: 1px; line-height: 1.05; }
.brand-text strong { font-size: 1rem; letter-spacing: .04em; color: var(--ink); }
.brand-text span { font-size: .78rem; color: var(--muted); }
.links { display: flex; align-items: center; gap: 22px; color: #4f3a31; font-size: .94rem; }
.links a { text-decoration: none; opacity: .9; }
.links a:hover { opacity: 1; color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 18px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid transparent; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--green), #3c7a68 54%, #86b3a6); color: white; box-shadow: 0 13px 28px rgba(30, 61, 53, .3); }
.btn-secondary { background: transparent; border: 1px solid rgba(47, 93, 80, .35); color: var(--green-dark); }

.hero { position: relative; overflow: hidden; padding: 72px 0 54px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 52px; align-items: center; }
.eyebrow, .legal-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 8px 13px; border: 1px solid rgba(215, 169, 40, .44); border-radius: 999px; background: rgba(255, 249, 237, .68); color: #7c5513; font-size: .9rem; font-weight: 700; }
.eyebrow::before, .legal-kicker::before { content: ""; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(215, 169, 40, .18); }
h1 { margin: 0; max-width: 780px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1.05; letter-spacing: -.035em; }
.hero-lead { margin: 24px 0 0; max-width: 650px; color: #5d463b; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: nowrap; align-items: center; gap: 12px; margin-top: 32px; }
.hero-actions .btn { width: auto; min-width: 0; white-space: nowrap; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; max-width: 680px; }
.trust { padding: 15px; border-radius: 20px; background: rgba(255, 255, 255, .62); border: 1px solid rgba(143, 23, 20, .11); }
.trust strong { display: block; color: var(--ink); font-size: 1.08rem; }
.trust span { display: block; margin-top: 3px; color: var(--muted); font-size: .86rem; white-space: nowrap; }
.hero-card { position: relative; align-self: center; border-radius: 42px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,244,216,.75)); border: 1px solid rgba(143, 23, 20, .14); box-shadow: var(--shadow); }
.hero-photo { min-height: 390px; border-radius: 32px; background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55)), url('spa-hero.webp') center/cover no-repeat; display: flex; align-items: flex-end; overflow: hidden; position: relative; }
.hero-overlay-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; color: white; backdrop-filter: none; -webkit-backdrop-filter: none; background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.25) 55%, rgba(0,0,0,0)); }
.hero-overlay-text h2, .hero-overlay-text p { text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-overlay-text h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1.2; }
.hero-overlay-text p { margin: 0; font-size: 0.95rem; line-height: 1.5; color: rgba(255,255,255,.9); }

@media (min-width: 981px) {
  .hero-grid { align-items: stretch; }
  .hero-card { align-self: stretch; display: flex; }
  .hero-photo { flex: 1; width: 100%; min-height: clamp(430px, 42vw, 540px); }
}

.booking-box { display: none; }
.booking-section { padding-top: 34px; }
.booking-embed-card { overflow: hidden; border-radius: 34px; background: rgba(255, 255, 255, .78); border: 1px solid rgba(47, 93, 80, .16); box-shadow: var(--shadow); padding: 14px; }
.booking-embed-card iframe { display: block; width: 100%; min-height: 760px; border: 0; border-radius: 24px; background: white; }
.section { padding: 78px 0; }
.section-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-kicker { color: #9b6d16; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; }
.section h2 .section-kicker { display: block; margin-bottom: 10px; }
.section h2 { margin: 9px 0 12px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.06; letter-spacing: -.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }

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

.faq-grid .text-panel {
  height: 100%;
}

@media (max-width: 680px) {
  body { padding-top: 68px; }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

.faq-grid .text-panel {
  height: 100%;
}

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 320px; border-radius: var(--radius); background-size: cover; background-position: center; border: 1px solid rgba(143, 23, 20, .12); box-shadow: 0 16px 45px rgba(66, 26, 13, .08); display: flex; align-items: flex-end; transform: translateY(0); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; isolation: isolate; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.30) 42%, rgba(0,0,0,0.82) 100%); z-index: 1; transition: opacity .28s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 18%, rgba(255,255,255,.22), transparent 24rem), radial-gradient(circle at calc(100% + 30px) calc(100% + 55px), rgba(215,169,40,.28), transparent 9rem); opacity: 0; z-index: 1; transition: opacity .28s ease; pointer-events: none; }
.service-card:hover, .service-card:focus-within { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(0, 40, 30, .2); border-color: rgba(215, 169, 40, .42); }
.service-card:hover::after, .service-card:focus-within::after { opacity: 1; }
.service-card-content { position: relative; z-index: 2; padding: 24px; color: white; text-shadow: 0 2px 12px rgba(0,0,0,.65); transform: translateY(6px); transition: transform .28s ease; }
.service-card:hover .service-card-content, .service-card:focus-within .service-card-content { transform: translateY(0); }
.service-traditional { background-image: url('traditional.webp'); }
.service-wellness { background-image: url('wellness.webp'); }
.service-paarmassage { background-image: url('paarmassage.webp'); }
.service-card h3 { margin: 0 0 10px; color: white; font-size: 1.32rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.92); line-height: 1.62; }
.service-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.price, .service-link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 12px; border-radius: 999px; font-weight: 800; text-shadow: none; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.16); transition: transform .28s ease, background .28s ease; }
.price { background: rgba(255,255,255,.9); color: var(--green-dark); }
.service-link { background: rgba(215,169,40,.96); color: #2f2110; }
.service-card:hover .price, .service-card:focus-within .price, .service-card:hover .service-link, .service-card:focus-within .service-link { transform: translateY(-2px); background: white; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.image-stack { position: relative; min-height: 520px; }
.image-main, .image-small { position: absolute; border-radius: 34px; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.76); overflow: hidden; }
.image-main { inset: 0 54px 70px 0; }
.image-small { right: 0; bottom: 0; width: 46%; height: 46%; }
.image-main picture,
.image-small picture,
.gallery-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.image-main img,
.image-small img,
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.text-panel { padding: 36px; border-radius: 34px; background: rgba(255, 253, 247, .7); border: 1px solid rgba(143, 23, 20, .12); box-shadow: 0 16px 45px rgba(66, 26, 13, .07); }
.text-panel h2 { text-align: left; }
.text-panel p { color: var(--muted); line-height: 1.78; font-size: 1.05rem; }
.checks { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: #49372f; }
.checks li::before { content: "✓"; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: rgba(215,169,40,.22); color: var(--red); font-weight: 900; }

.cta-band { padding: 38px; border-radius: 36px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; align-items: center; color: white; background: radial-gradient(circle at 12% 20%, rgba(215, 169, 40, .26), transparent 20rem), linear-gradient(135deg, var(--green-dark), var(--green) 58%, #5f8f7f); box-shadow: 0 24px 70px rgba(30, 61, 53, .26); }
.cta-band h2 { margin: 0 0 8px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3vw, 3rem); letter-spacing: -.03em; }
.cta-band p { margin: 0; color: rgba(255,255,255,.86); line-height: 1.65; }
.cta-band .btn-secondary { background: rgba(255,255,255,.96); color: var(--green-dark); border-color: rgba(255,255,255,.7); justify-self: end; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 220px; gap: 16px; }
.gallery-item { border-radius: 30px; overflow: hidden; box-shadow: 0 16px 45px rgba(66, 26, 13, .09); border: 1px solid rgba(143, 23, 20, .11); }
.gallery-item:first-child { grid-row: span 2; }
.reviews-band .section-kicker { color: rgba(255,255,255,.78); margin-bottom: 8px; }
.reviews-band { background: radial-gradient(circle at 12% 20%, rgba(215, 169, 40, .22), transparent 20rem), linear-gradient(135deg, #1b382f, #2f5d50 62%, #628f7f); }
.google-rating-preview { margin-top: 12px; font-size: 1.1rem; color: #fff; opacity: .95; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: stretch; }
.contact-card, .map-card { border-radius: 34px; background: rgba(255,255,255,.68); border: 1px solid rgba(143, 23, 20, .12); box-shadow: 0 16px 45px rgba(66, 26, 13, .08); overflow: hidden; }
.contact-card { padding: 30px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(143, 23, 20, .1); border-radius: 12px; }
.contact-line:last-child { border-bottom: 0; }
.contact-icon { width: 22px; height: 22px; flex: 0 0 22px; color: var(--green-dark); transition: transform .15s ease; }
.contact-icon svg { display: block; width: 100%; height: 100%; }
.contact-content { display: grid; gap: 4px; min-width: 0; }
.contact-main { color: var(--ink); font-size: 1.02rem; font-weight: 500; line-height: 1.45; text-decoration: none; overflow-wrap: anywhere; }
.route-link { display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin-top: 4px; color: var(--green-dark); font-size: .9rem; font-weight: 600; text-decoration: none; }
.route-link svg { width: 16px; height: 16px; flex: 0 0 16px; }
.route-link:hover { color: var(--red); }
.contact-line.whatsapp .contact-icon, .contact-line.whatsapp .contact-main { color: #25D366; }
.contact-line.whatsapp .contact-main { font-weight: 600; }
.google-map { display: block; width: 100%; height: 100%; min-height: 100%; border: 0; border-radius: 34px; }

@media (hover: hover) and (pointer: fine) {
  .contact-line { transition: background .2s ease, transform .15s ease, box-shadow .2s ease; }
  .contact-line:hover { background: rgba(47, 93, 80, 0.04); transform: translateX(3px); box-shadow: 0 6px 18px rgba(0, 40, 30, 0.08); }
  .contact-line:hover .contact-icon { transform: scale(1.08); }
  .contact-line:hover .contact-main { color: var(--green-dark); }
}

.legal-hero { padding: 62px 0 26px; }
.legal-intro { margin: 20px 0 0; max-width: 760px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.legal-card { margin: 24px 0 82px; padding: clamp(24px, 4vw, 46px); border-radius: 34px; background: rgba(255,255,255,.72); border: 1px solid rgba(47, 93, 80, .14); box-shadow: 0 16px 45px rgba(66, 26, 13, .07); }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 38px 0 14px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.7vw, 2.2rem); line-height: 1.15; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 10px; color: var(--green-dark); font-size: 1.1rem; line-height: 1.35; }
.legal-content p { margin: 0 0 14px; color: #40554e; line-height: 1.78; font-size: 1rem; }
.legal-content a { color: var(--green-dark); font-weight: 700; text-decoration-thickness: .08em; text-underline-offset: .18em; overflow-wrap: anywhere; }
.legal-content .source { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }

footer { padding: 34px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .94rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-inner a { color: var(--green-dark); text-decoration: none; font-weight: 700; }

@media (max-width: 980px) {
  .links { display: none; }
  .hero-grid, .split, .cta-band, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { order: -1; }
  .hero-photo { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .cta-band .btn-secondary { justify-self: start; }
  .map-card { min-height: 420px; }
  .image-stack { min-height: 490px; }
  .image-small { right: 18px; bottom: 0; width: 48%; height: 250px; }
  .image-small img { object-position: center 28%; }
}

@media (prefers-reduced-motion: reduce) {
  .btn, .service-card, .service-card::before, .service-card::after, .service-card-content, .price, .service-link, .contact-line, .contact-icon { transition: none; }
  .btn:hover, .service-card:hover, .service-card:focus-within, .service-card-content, .service-card:hover .price, .service-card:focus-within .price, .service-card:hover .service-link, .service-card:focus-within .service-link, .contact-line:hover, .contact-line:hover .contact-icon { transform: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-text { display: none; }
  .brand { min-width: auto; }
  .brand img { width: 72px; }
  .nav { min-height: 68px; gap: 10px; }
  .nav-actions { gap: 6px; }
  .nav-actions .btn { min-height: 40px; padding: 0 12px; font-size: 0.85rem; }
  .hero { padding-top: 28px; }
  .hero-grid { gap: 26px; }
  .hero-actions { flex-direction: column; align-items: stretch; flex-wrap: nowrap; }
  .hero-actions .btn { width: 100%; white-space: normal; text-align: center; }
  .hero-card { padding: 10px; border-radius: 30px; }
  .hero-photo { min-height: 390px; border-radius: 23px; }
  .hero-overlay-text { padding: 22px; }
  .hero-overlay-text h2 { font-size: 1.45rem; }
  .hero-overlay-text p { font-size: .9rem; }
  .trust-row { grid-template-columns: 1fr; max-width: 100%; gap: 8px; }
  .trust { padding: 12px 10px; border-radius: 16px; }
  .trust strong { font-size: .98rem; }
  .trust span { font-size: .82rem; white-space: normal; }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 28px; }
  .section h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 300px; border-radius: 22px; }
  .service-card-content { padding: 18px; }
  .service-card h3 { font-size: 1.18rem; }
  .service-card p { font-size: .95rem; }
  .service-card-actions { gap: 8px; }
  .price, .service-link { font-size: .9rem; padding: 7px 10px; }
  .text-panel { padding: 24px; }
  .image-stack { min-height: 470px; }
  .image-main { inset: 0 0 145px 0; }
  .image-small { right: 18px; bottom: 0; width: 48%; height: 230px; }
  .image-small img { object-position: center 28%; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 170px; gap: 12px; }
  .gallery-item:first-child { grid-row: span 2; }
  .cta-band { padding: 26px; border-radius: 28px; }
  .contact-card { padding: 24px; }
  .contact-line { gap: 12px; }
  .legal-hero { padding-top: 38px; }
  .legal-card { border-radius: 26px; padding: 22px; margin-bottom: 58px; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 24px, 1160px); }
  .nav-actions .btn { padding: 0 10px; font-size: .82rem; }
  .hero-photo { min-height: 330px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item:first-child { grid-row: span 1; }
  .contact-grid { gap: 14px; }
  .map-card { min-height: 360px; }
}

.embed-consent {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(143, 23, 20, .12);
  background: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.embed-placeholder {
  text-align: center;
  padding: 30px;
}

.embed-placeholder p {
  margin-bottom: 16px;
  color: var(--muted);
}

.map-card .embed-consent {
  width: 100%;
  height: 100%;
  min-height: 370px;
  border-radius: 34px;
}

.map-card .embed-consent iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  border: 0;
  border-radius: 34px;
}

.map-card .embed-consent {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 370px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(143, 23, 20, .12);
  box-shadow: 0 16px 45px rgba(66, 26, 13, .08);
}

.map-card .embed-consent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('map-preview.jpg') center/cover no-repeat;
  filter: blur(6px) brightness(0.85);
  transform: scale(1.05);
  z-index: 1;
}

.map-card .embed-consent::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(30, 61, 53, .65), rgba(47, 93, 80, .45)),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.2), transparent 18rem);
  z-index: 2;
}

.map-card .embed-placeholder {
  position: relative;
  z-index: 3;
  min-height: 370px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  color: white;
}

.map-card .embed-placeholder-inner {
  max-width: 420px;
}

.map-card .embed-placeholder h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 2rem;
  color: white;
}

.map-card .embed-placeholder p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.9);
}

.map-card .embed-consent iframe {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  border: 0;
  border-radius: 34px;
}

.etermin-consent {
  min-height: 320px;
}

.etermin-consent iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 24px;
}

