:root {
  --petrol: #004C5C;
  --turquoise: #35BBA5;
  --ink: #17343b;
  --muted: #64777c;
  --cream: #f4f8f7;
  --white: #ffffff;
  --line: #dbe7e4;
  --deep: #003c49;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 20px 55px rgba(0, 76, 92, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,76,92,.08);
}
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; align-items: center; min-width: 190px; }
.brand img { max-height: 58px; width: auto; max-width: 240px; }
nav { display: flex; align-items: center; gap: 25px; font-size: .92rem; }
nav a { text-decoration: none; color: var(--petrol); }
nav a:hover { color: var(--turquoise); }
.nav-cta { padding: 11px 19px; border-radius: 999px; background: var(--petrol); color: var(--white); font-weight: 700; }
.nav-cta:hover { background: var(--turquoise); color: var(--petrol); }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--petrol); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image {
  background-image: url("images/massage_dos.png");
  background-size: cover;
  background-position: center 34%;
  opacity: .82;
  transform: scale(1.01);
}
.hero-overlay { background: linear-gradient(90deg, rgba(0,76,92,.92) 0%, rgba(0,76,92,.68) 50%, rgba(0,76,92,.18) 100%); }
.hero-content { position: relative; z-index: 1; color: var(--white); padding-block: 120px; max-width: 1180px; }
.eyebrow { margin: 0 0 12px; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.teal { color: var(--turquoise); }
.eyebrow.light { color: #8ee3d5; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 20px; letter-spacing: -.025em; }
h1 { max-width: 820px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.4rem, 7.4vw, 6.5rem); font-weight: 500; }
h1 span { color: #86dfd0; }
h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.6rem); color: var(--petrol); font-weight: 600; }
h3 { font-size: 1.4rem; color: var(--petrol); }
.hero-text { max-width: 560px; font-size: 1.15rem; margin: 0 0 30px; color: rgba(255,255,255,.91); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 13px 25px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--turquoise); color: var(--petrol); }
.button-primary:hover { background: var(--white); }
.button-outline { border: 1.5px solid var(--petrol); color: var(--petrol); }
.button-outline:hover { background: var(--petrol); color: var(--white); }
.button-light { background: var(--white); color: var(--petrol); }

.section { padding-block: 100px; }
.section-soft { background: var(--cream); }
.intro { padding-block: 95px 85px; }
.intro p:not(.eyebrow) { font-size: 1.08rem; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.text-link { color: var(--petrol); font-weight: 800; text-decoration: none; white-space: nowrap; }
.text-link:hover { color: var(--turquoise); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 28px rgba(0,76,92,.04); }
.service-card.featured { border-color: rgba(53,187,165,.75); box-shadow: var(--shadow); transform: translateY(-8px); }
.service-image { height: 220px; background-size: cover; background-position: center; }
.image-dos { background-image: url("images/massage_dos.png"); }
.image-cuisse { background-image: url("images/massage_cuisse.png"); }
.image-alt { background-position: center 38%; filter: saturate(.95); }
.service-body { padding: 30px 32px 32px; }
.card-number { color: var(--turquoise); font-weight: 900; font-size: .85rem; letter-spacing: .12em; margin-bottom: 18px; }
.service-body p { color: var(--muted); min-height: 76px; }
.price-list { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 12px; }
.price-list span, .price-grid span { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; font-size: .95rem; }
.price-list strong, .price-grid strong { color: var(--petrol); white-space: nowrap; }
.children-box { margin-top: 25px; padding: 30px 34px; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; background: rgba(255,255,255,.65); }
.children-box h3 { margin-bottom: 4px; }
.children-box p { margin: 0; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-grid span { display: block; text-align: center; padding: 13px; border-radius: 12px; background: var(--white); border: 1px solid var(--line); }
.price-grid strong { display: block; margin-top: 3px; }
.booking-note { margin: 24px 0 0; text-align: center; color: var(--muted); font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.portrait-frame { min-height: 520px; border-radius: 130px 22px 22px 22px; background: linear-gradient(180deg, #eef6f4 0%, #dcece8 100%); position: relative; overflow: hidden; display: flex; align-items: end; justify-content: center; padding: 30px 30px 0; }
.portrait-frame img { width: min(78%, 430px); max-height: 520px; height: auto; object-fit: contain; object-position: bottom center; }
.portrait-caption { position: absolute; left: 22px; bottom: 20px; padding: 9px 13px; border-radius: 10px; background: rgba(0,76,92,.86); color: white; font-size: .82rem; letter-spacing: .03em; }
.content-block p { color: var(--muted); font-size: 1.04rem; }
.content-block .button { margin-top: 12px; }
.section-photo { padding-top: 0; }
.wide-photo { min-height: 430px; border-radius: var(--radius); background-image: linear-gradient(90deg, rgba(0,76,92,.08), rgba(0,76,92,0)), url("images/massage_cuisse.png"); background-size: cover; background-position: center; box-shadow: var(--shadow); }

.section-dark { background: var(--petrol); color: white; }
.section-dark h2 { color: white; }
.section-dark p { color: rgba(255,255,255,.78); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.large { font-size: 1.2rem; line-height: 1.8; margin-bottom: 28px; }
.info-list { display: grid; gap: 12px; }
.info-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.info-item span { font-size: 1.25rem; }
.info-item p { margin: 0; }
.info-item a { color: white; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.info-item a:hover { color: #8ee3d5; }

.booking-cta { background: var(--cream); }
.booking-cta p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.footer { background: var(--deep); color: rgba(255,255,255,.75); padding: 38px 0 95px; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto; gap: 18px 50px; align-items: center; }
.footer strong { display: block; color: white; font-size: 1.1rem; }
.footer span { font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; font-size: .85rem; }
.footer a { text-decoration: none; }
.footer a:hover { color: white; }
.footer small { grid-column: 1 / -1; font-size: .75rem; opacity: .7; }
.mobile-booking { display: none; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .nav-wrap { min-height: 70px; }
  .hero { min-height: 590px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .children-box, .split, .info-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .portrait-frame { min-height: 470px; }
  .info-grid { gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding-block: 70px; }
  .intro { padding-block: 65px; }
  h1 { font-size: clamp(2.9rem, 15vw, 4.15rem); }
  .hero-content { padding-block: 90px 110px; }
  .hero-overlay { background: rgba(0,76,92,.72); }
  .section-heading { display: block; }
  .text-link { display: inline-block; margin-top: 4px; }
  .service-body { padding: 27px; }
  .service-image { height: 205px; }
  .children-box { padding: 27px; }
  .price-grid { grid-template-columns: 1fr; gap: 8px; }
  .price-grid span { display: flex; text-align: left; }
  .price-grid strong { display: inline; }
  .portrait-frame { min-height: 390px; border-radius: 80px 14px 14px 14px; padding-inline: 18px; }
  .portrait-frame img { width: min(84%, 350px); }
  .wide-photo { min-height: 285px; }
  .footer-wrap { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-direction: column; gap: 8px; }
  .footer small { grid-column: auto; }
  .mobile-booking { display: block; position: fixed; z-index: 30; bottom: 14px; left: 14px; right: 14px; padding: 14px 20px; background: var(--turquoise); color: var(--petrol); border-radius: 999px; text-align: center; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
}
