:root {
  --emerald: #003f49;
  --emerald-bright: #00606d;
  --deep: #002d34;
  --gold: #d2ad66;
  --gold-light: #f3dfad;
  --pearl: #f7f9f8;
  --mist: #eaf0ef;
  --ink: #10292d;
  --line: rgba(0, 63, 73, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font:
    16px/1.55 "DM Sans",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
h1,
h2,
h3,
blockquote,
.hero-script {
  font-family: "Italiana", serif;
  font-weight: 400;
}
em {
  font-style: italic;
  color: var(--gold-light);
}
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 108px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.logo img {
  width: 255px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.header nav {
  display: flex;
  gap: 38px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.header nav a {
  transition: 0.2s;
}
.header nav a:hover {
  color: var(--gold-light);
}
.nav-book {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
}
.care-access {
  position: absolute;
  z-index: 19;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 88vw);
  padding: 6px;
  border: 1px solid rgba(216, 181, 105, 0.48);
  border-radius: 999px;
  background: rgba(3, 46, 53, 0.9);
  box-shadow: 0 18px 50px rgba(0, 23, 28, 0.24);
  backdrop-filter: blur(16px);
}
.care-access a {
  min-width: 0;
  padding: 10px 14px;
  color: #fff;
  text-align: center;
  border-radius: 999px;
}
.care-access a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.care-access a:first-child,
.care-access a:nth-child(2) {
  background: rgba(209, 174, 99, 0.12);
}
.care-access small,
.care-access strong {
  display: block;
}
.care-access small {
  margin-bottom: 2px;
  color: var(--gold-light);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.care-access strong {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 760px;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("assets/institut.jpeg") center/cover no-repeat;
  filter: blur(8px) saturate(0.84) brightness(1.06);
  transform: scale(1.05);
  animation: cinema 16s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 30, 36, 0.97) 0%,
      rgba(0, 49, 57, 0.91) 43%,
      rgba(0, 36, 43, 0.46) 100%
    ),
    linear-gradient(0deg, rgba(0, 25, 30, 0.7), transparent 55%);
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 28px;
  border: 1px solid rgba(243, 223, 173, 0.5);
  pointer-events: none;
}
.hero-center {
  position: absolute;
  z-index: 5;
  left: 7vw;
  top: 49%;
  transform: translateY(-43%);
  width: 48vw;
  max-width: 760px;
  isolation: isolate;
}
.hero-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -68px -95px -58px -70px;
  background: radial-gradient(
    ellipse at 35% 50%,
    rgba(0, 35, 42, 0.6) 0%,
    rgba(0, 42, 49, 0.32) 48%,
    transparent 76%
  );
  filter: blur(9px);
  pointer-events: none;
}
.hero-kicker {
  margin: 0 0 38px;
  color: var(--gold-light);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 16px rgba(0, 18, 23, 0.62);
}
.hero-script {
  margin: 0 0 -18px;
  color: rgba(243, 223, 173, 0.2);
  font-size: clamp(6rem, 10vw, 10rem);
  line-height: 0.58;
  letter-spacing: -0.05em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3.7rem, 5.7vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 22px rgba(0, 20, 25, 0.48);
}
.hero-center > p:not(.hero-script):not(.hero-kicker) {
  max-width: 520px;
  margin: 28px 0 34px;
  color: #edf4f3;
  font-size: 1.05rem;
  text-shadow: 0 2px 14px rgba(0, 18, 23, 0.55);
}
.hero-film {
  position: absolute;
  z-index: 3;
  right: 7vw;
  top: 135px;
  bottom: 76px;
  width: min(31vw, 440px);
  overflow: hidden;
  border: 1px solid rgba(243, 223, 173, 0.76);
  box-shadow: 0 36px 90px rgba(0, 15, 20, 0.55);
}
.hero-film:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.hero-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.08) contrast(1.035) saturate(0.96);
}
.film-caption {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 25px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(transparent, rgba(0, 30, 35, 0.96));
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  text-shadow: 0 2px 12px rgba(0, 15, 20, 0.7);
}
.film-caption button {
  border: 0;
  border-bottom: 1px solid var(--gold);
  padding: 4px 0;
  background: none;
  color: var(--gold-light);
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.hero-bottom {
  position: absolute;
  z-index: 5;
  left: 7vw;
  bottom: 44px;
  display: flex;
  gap: 44px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e1ebea;
  text-shadow: 0 2px 12px rgba(0, 18, 23, 0.65);
}
.scroll {
  position: absolute;
  z-index: 5;
  right: 4vw;
  bottom: 43px;
  color: var(--gold-light);
  font-size: 1.3rem;
}
@keyframes cinema {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 17px 22px;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-position 0.55s ease;
}
.cta:hover {
  transform: translateY(-2px);
}
.cta-gold {
  background: linear-gradient(110deg, #bd9550 0%, #ead092 48%, #c79e56 100%);
  background-size: 180% 100%;
  color: var(--deep);
  box-shadow: 0 12px 30px rgba(202, 164, 93, 0.16);
}
.cta-gold:hover {
  background-position: 100% 0;
  box-shadow: 0 16px 38px rgba(202, 164, 93, 0.27);
}
.cta-outline {
  border: 1px solid rgba(243, 223, 173, 0.68);
  color: #fff;
}
.cta-outline:hover {
  background: var(--gold);
  color: var(--deep);
}
.signature {
  min-height: 350px;
  background: var(--emerald);
  color: #fff;
  padding: 65px 6vw;
  display: grid;
  grid-template-columns: 0.65fr 1.5fr 1.15fr auto;
  align-items: center;
  gap: 5vw;
  border-top: 1px solid var(--gold);
}
.signature-label {
  display: flex;
  align-items: center;
  gap: 16px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.signature-label span {
  color: var(--gold-light);
  font:
    1.15rem "Italiana",
    serif;
}
.signature-label small {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.58rem;
}
.signature-main p {
  margin: 0 0 10px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.68rem;
}
.signature h2 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1;
  margin: 0;
}
.prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.prices div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  border-left: 1px solid rgba(239, 220, 174, 0.35);
  padding-left: 25px;
}
.prices span {
  grid-column: 1/-1;
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.prices strong {
  font:
    4.3rem/1 "Italiana",
    serif;
  color: var(--gold-light);
}
.prices sup {
  font-size: 0.65rem;
  margin: 0 0 10px 5px;
}
.prices del {
  grid-column: 1/-1;
  opacity: 0.55;
  font-size: 0.68rem;
}
.section-tag {
  color: var(--emerald-bright);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 28px;
}
.section-tag.gold {
  color: var(--gold-light);
}
.manifesto {
  padding: 150px 7vw 130px;
  text-align: center;
  background: #fff;
}
.manifesto h2 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: 1.03;
  color: var(--emerald);
}
.manifesto h2 em {
  color: var(--gold);
}
.manifesto-copy {
  max-width: 650px;
  margin: 45px auto 0;
  color: #536a6d;
}
.manifesto h2 em,
.cabins-heading h2 em,
.founder-copy h2 em {
  color: #a97a32;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}
.founder-name,
.expertise-list span,
.expertise-list b,
.quote .stars {
  color: #97681f;
}
.expertise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}
.expertise-lead {
  background: linear-gradient(145deg, var(--emerald), #005562);
  color: #fff;
  padding: 100px 7vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index {
  position: absolute;
  top: 45px;
  right: 45px;
  color: var(--gold-light);
  font:
    5rem/1 "Italiana",
    serif;
  opacity: 0.22;
}
.mini {
  color: var(--gold-light);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.expertise-lead h3 {
  font-size: clamp(2.7rem, 4vw, 4.7rem);
  line-height: 1.02;
  margin: 16px 0 30px;
}
.expertise-lead > p:not(.mini) {
  color: #d0dedd;
  max-width: 420px;
}
.expertise-lead > a {
  align-self: flex-start;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.expertise-list {
  background: var(--mist);
  display: flex;
  flex-direction: column;
}
.expertise-list > a {
  flex: 1;
  padding: 25px 5vw;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: 0.25s;
}
.expertise-list > a:hover {
  background: #fff;
  padding-left: 5.6vw;
}
.expertise-list span {
  color: var(--gold);
  font-size: 0.7rem;
}
.expertise-list small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #657a7c;
  font-size: 0.62rem;
}
.expertise-list h3 {
  margin: 2px 0 0;
  color: var(--emerald);
  font-size: clamp(1.6rem, 2.4vw, 2.7rem);
}
.expertise-list b {
  color: var(--gold);
  font-weight: 400;
}
.method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--deep);
  color: #fff;
}
.method-photo {
  min-height: 800px;
  overflow: hidden;
}
.method-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}
.method-copy {
  padding: 110px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.method-copy h2,
.house-card h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1;
  margin: 0;
}
.method-copy > p:not(.section-tag) {
  color: #c4d2d1;
  max-width: 550px;
  margin: 35px 0 48px;
}
.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.method-steps > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: 35px 120px 1fr;
  gap: 18px;
  align-items: center;
}
.method-steps span {
  color: var(--gold);
  font-size: 0.66rem;
}
.method-steps strong {
  font:
    1.35rem "Italiana",
    serif;
  color: var(--gold-light);
}
.method-steps small {
  color: #aebfbd;
}
.cabins {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1fr 0.82fr;
  gap: 2.2vw;
  align-items: end;
  padding: 145px 6vw 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #f9fbfa 0%, #e8f0ef 100%);
}
.cabins:before {
  content: "GLOW";
  position: absolute;
  left: 3vw;
  top: 9px;
  color: rgba(0, 63, 73, 0.045);
  font:
    clamp(9rem, 21vw, 22rem)/1 "Italiana",
    serif;
  letter-spacing: 0.05em;
}
.cabins-heading {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-right: 2vw;
}
.cabins-heading h2 {
  margin: 0;
  color: var(--emerald);
  font-size: clamp(3.1rem, 4.8vw, 5.6rem);
  line-height: 1;
}
.cabins-heading h2 em {
  color: var(--gold);
}
.cabins-heading > p:last-child {
  max-width: 420px;
  margin: 34px 0 0;
  color: #536a6d;
}
.cabin-card {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: var(--deep);
  box-shadow: 0 32px 75px rgba(0, 45, 52, 0.17);
}
.cabin-card-main {
  height: 680px;
}
.cabin-card-private {
  height: 560px;
  margin-bottom: 58px;
}
.cabin-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.cabin-card:hover img {
  transform: scale(1.035);
}
.cabin-card:after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(239, 220, 174, 0.62);
  pointer-events: none;
}
.cabin-card figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 55px 35px 28px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 35, 42, 0.9));
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.67rem;
}
.cabin-card figcaption span {
  margin-right: 18px;
  color: var(--gold-light);
}
.founder {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) 1.1fr;
  min-height: 800px;
  background: linear-gradient(135deg, #f8faf9, #e6efed);
}
.founder-photo {
  margin: 80px 0 80px 7vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 48, 55, 0.16);
}
.founder-photo:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(239, 220, 174, 0.78);
}
.founder-photo img {
  height: 100%;
  object-fit: cover;
}
.founder-copy {
  padding: 100px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-name {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.founder-copy h2 {
  margin: 0;
  color: var(--emerald);
  font-size: clamp(3.1rem, 5vw, 5.7rem);
  line-height: 1;
}
.founder-copy h2 em {
  color: var(--gold);
}
.founder-copy > p:not(.section-tag):not(.founder-name) {
  max-width: 640px;
  margin: 35px 0;
  color: #50676a;
}
.founder-signature {
  color: var(--emerald);
  font:
    italic 3.3rem "Italiana",
    serif;
}
.founder-copy small {
  margin-top: 5px;
  color: #657a7c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.quote {
  padding: 145px 10vw;
  text-align: center;
  background: #fff;
}
.stars {
  color: var(--gold);
  letter-spacing: 0.2em;
}
.quote blockquote {
  max-width: 1050px;
  margin: 35px auto;
  font-size: clamp(2.5rem, 4.4vw, 5rem);
  line-height: 1.12;
  color: var(--emerald);
}
.quote p {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: #607577;
}
.newsletter {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8vw;
  align-items: center;
  padding: 125px 8vw;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(210, 173, 102, 0.14),
      transparent 28%
    ),
    linear-gradient(135deg, #002d34, #004a55);
  color: #fff;
  overflow: hidden;
}
.newsletter:after {
  content: "G";
  position: absolute;
  right: -0.05em;
  bottom: -0.35em;
  color: rgba(243, 223, 173, 0.045);
  font:
    32rem/1 "Italiana",
    serif;
  pointer-events: none;
}
.newsletter-copy,
.newsletter-form {
  position: relative;
  z-index: 1;
}
.newsletter h2 {
  margin: 0 0 30px;
  font:
    clamp(3.4rem, 5.3vw, 6.1rem)/0.98 "Italiana",
    serif;
}
.newsletter h2 em {
  color: var(--gold-light);
}
.newsletter-copy > p:not(.section-tag) {
  max-width: 620px;
  color: #d4e2e0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.newsletter-copy > small {
  display: block;
  margin-top: 24px;
  color: #9fb7b4;
  font-size: 0.76rem;
}
.newsletter-form {
  display: grid;
  gap: 14px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(243, 223, 173, 0.48);
  box-shadow: 0 30px 70px rgba(0, 20, 25, 0.28);
  backdrop-filter: blur(14px);
}
.newsletter-form label > span {
  display: block;
  margin-bottom: 8px;
  color: #dce8e6;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 55px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep);
  font:
    1rem "DM Sans",
    sans-serif;
  outline: none;
}
.newsletter-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(210, 173, 102, 0.18);
}
.newsletter-consent {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0;
}
.newsletter-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}
.newsletter-consent span {
  margin: 0 !important;
  color: #d9e5e3 !important;
  font-size: 0.8rem !important;
  line-height: 1.5;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.newsletter-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 21px;
  border: 0;
  background: linear-gradient(110deg, #bd9550, #ead092, #c79e56);
  color: var(--deep);
  font:
    600 0.75rem "DM Sans",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.newsletter-status {
  min-height: 22px;
  margin: 0;
  color: #dce8e6;
  font-size: 0.82rem;
}
.newsletter-status.is-success {
  color: #c8f1dc;
}
.newsletter-status.is-error {
  color: #ffd1cb;
}
.doctor-event {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 7vw;
  align-items: center;
  padding: 105px 9vw;
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(234, 208, 146, 0.2), transparent 28%),
    linear-gradient(135deg, #001f25, #004650);
}
.doctor-event h2 {
  margin: 18px 0 28px;
  font: clamp(3.4rem, 5.6vw, 6.2rem)/0.98 "Italiana", serif;
}
.doctor-event h2 em {
  color: var(--gold-light);
  font-style: normal;
}
.doctor-event-copy > p:not(.section-tag) {
  max-width: 650px;
  color: #e2edeb;
  font-size: 1.08rem;
  line-height: 1.8;
}
.doctor-event-copy > small {
  display: block;
  max-width: 650px;
  margin-top: 24px;
  padding-top: 20px;
  color: #b8ceca;
  border-top: 1px solid rgba(234, 208, 146, 0.35);
  line-height: 1.55;
}
.doctor-event-form {
  background: rgba(255, 255, 255, 0.085);
}

.glow-concierge {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  font-family: "DM Sans", sans-serif;
}
.concierge-launcher {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 56px;
  padding: 8px 18px 8px 8px;
  color: #fff;
  border: 1px solid rgba(238, 216, 163, 0.72);
  border-radius: 999px;
  background: #003b44;
  box-shadow: 0 18px 45px rgba(0, 24, 29, 0.3);
  cursor: pointer;
}
.concierge-launcher span,
.concierge-panel header > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #07323a;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3dfad, #c69b50);
  font: 1.45rem "Italiana", serif;
}
.concierge-launcher strong { font-size: 0.85rem; letter-spacing: 0.02em; }
.concierge-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  color: #123b40;
  border: 1px solid rgba(185, 143, 71, 0.38);
  background: #f8fbfa;
  box-shadow: 0 28px 80px rgba(0, 28, 34, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transform-origin: right bottom;
  transition: 180ms ease;
}
.glow-concierge.is-open .concierge-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.concierge-panel header {
  display: grid;
  grid-template-columns: 42px 1fr 34px;
  gap: 12px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: linear-gradient(120deg, #00343d, #00505c);
}
.concierge-panel header strong,
.concierge-panel header small { display: block; }
.concierge-panel header strong { margin-bottom: 3px; font-size: 0.96rem; }
.concierge-panel header small { color: #c9dcd9; font-size: 0.68rem; }
.concierge-panel header button {
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 1.55rem;
  cursor: pointer;
}
.concierge-conversation {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding: 20px 20px 12px;
  scroll-behavior: smooth;
}
.concierge-message {
  margin: 0;
  padding: 15px 17px;
  color: #244b4f;
  border: 1px solid #dce7e5;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.55;
}
.concierge-bubble { max-width: 91%; }
.concierge-bubble p {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #dce7e5;
  background: #fff;
  font-size: 0.84rem;
  line-height: 1.55;
  white-space: pre-line;
}
.concierge-bubble.is-user { align-self: flex-end; }
.concierge-bubble.is-user p {
  color: #fff;
  border-color: #07545e;
  background: #07505a;
}
.concierge-bubble.is-waiting { opacity: 0.65; }
.concierge-bubble.is-waiting p::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  animation: concierge-dots 1.2s steps(4, end) infinite;
}
@keyframes concierge-dots {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75%, 100% { content: "..."; }
}
.concierge-choices { display: grid; gap: 8px; padding: 0 20px 20px; }
.concierge-choices button,
.concierge-reset {
  min-height: 44px;
  padding: 9px 13px;
  color: #0b4149;
  border: 1px solid #b9cfcc;
  background: transparent;
  text-align: left;
  font: 500 0.8rem "DM Sans", sans-serif;
  cursor: pointer;
}
.concierge-choices button:hover { border-color: #c49a50; background: #fff; }
.concierge-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 4px 20px 10px;
}
.concierge-form textarea {
  width: 100%;
  min-height: 48px;
  max-height: 112px;
  resize: none;
  padding: 12px 13px;
  color: #123b40;
  border: 1px solid #b9cfcc;
  border-radius: 0;
  outline: none;
  background: #fff;
  font: 0.84rem/1.4 "DM Sans", sans-serif;
}
.concierge-form textarea:focus { border-color: #b98f47; box-shadow: 0 0 0 2px rgba(185, 143, 71, 0.12); }
.concierge-form button {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  color: #fff;
  border: 0;
  background: #003b44;
  cursor: pointer;
}
.concierge-form button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.concierge-form button b { font-size: 1.25rem; }
.concierge-form button:disabled { opacity: 0.55; cursor: wait; }
.concierge-disclaimer {
  margin: 0;
  padding: 0 20px 12px;
  color: #678083;
  font-size: 0.65rem;
  line-height: 1.4;
}
.concierge-result {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 14px 16px;
  color: #072f36;
  background: linear-gradient(110deg, #bd9550, #ead092, #c79e56);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.concierge-panel footer { padding: 15px 20px; border-top: 1px solid #dce7e5; background: #edf4f2; }
.concierge-panel footer a { color: #0a444c; font-size: 0.76rem; font-weight: 600; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .doctor-event { grid-template-columns: 1fr; gap: 45px; padding: 78px 7vw; }
  .doctor-event h2 { font-size: clamp(3rem, 13vw, 4.1rem); }
  .glow-concierge { right: 14px; bottom: 82px; }
  .concierge-launcher { min-height: 52px; }
  .concierge-panel { bottom: 66px; max-height: min(610px, calc(100svh - 170px)); overflow-y: auto; }
}
.house {
  min-height: 800px;
  position: relative;
  background: var(--emerald);
  padding: 70px;
}
.house-photo {
  position: absolute;
  inset: 70px 30% 70px 70px;
}
.house-photo img {
  height: 100%;
  object-fit: cover;
}
.house-card {
  position: absolute;
  right: 7vw;
  top: 50%;
  transform: translateY(-50%);
  width: min(510px, 46vw);
  padding: 65px;
  background: rgba(0, 45, 52, 0.96);
  color: #fff;
  border: 1px solid rgba(202, 164, 93, 0.55);
  box-shadow: 0 35px 80px rgba(0, 24, 29, 0.28);
}
.house-card p:not(.section-tag) {
  color: #d0dddc;
}
.parking {
  color: var(--gold-light) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  margin: 28px 0;
}
.house-card .cta {
  margin-top: 15px;
}
footer {
  background: #fff;
  padding: 65px 6vw 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--line);
}
footer img {
  width: 245px;
}
footer p {
  margin: 0;
  color: #637779;
}
footer div {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
footer small {
  grid-column: 1/-1;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: #819092;
}
.mobile-cta {
  display: none;
}
@media (max-width: 1000px) {
  .header nav {
    display: none;
  }
  .care-access {
    display: grid;
  }
  .hero-center {
    width: 46vw;
  }
  .hero-film {
    width: 38vw;
    right: 5vw;
  }
  .hero-bottom span:nth-child(2) {
    display: none;
  }
  .signature {
    grid-template-columns: 1fr 1fr;
  }
  .signature-label {
    display: none;
  }
  .signature-main {
    grid-column: 1/-1;
  }
  .expertise {
    grid-template-columns: 1fr;
  }
  .method {
    grid-template-columns: 1fr;
  }
  .method-photo {
    min-height: 650px;
  }
  .cabins {
    grid-template-columns: 1fr 1fr;
    padding: 110px 6vw;
  }
  .cabins-heading {
    grid-column: 1/-1;
    max-width: 720px;
    margin-bottom: 30px;
  }
  .cabin-card-main,
  .cabin-card-private {
    height: 620px;
    margin: 0;
  }
  .founder {
    grid-template-columns: 1fr 1fr;
  }
  .founder-photo {
    margin-left: 5vw;
  }
  .founder-copy {
    padding: 80px 5vw;
  }
  .house-photo {
    inset: 50px 18% 50px 50px;
  }
  .house-card {
    width: 52vw;
  }
}
@media (max-width: 650px) {
  body {
    padding-bottom: 58px;
  }
  .header {
    height: 80px;
    padding: 0 7vw;
  }
  .care-access {
    top: 88px;
    width: 92vw;
  }
  .care-access a {
    padding: 9px 7px;
  }
  .care-access small {
    font-size: 0.52rem;
  }
  .care-access strong {
    font-size: 0.74rem;
  }
  .logo img {
    width: 190px;
  }
  .nav-book {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 0;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
  }
  .hero:after {
    inset: 12px;
  }
  .hero-image {
    filter: blur(12px);
  }
  .hero-shade {
    background: rgba(0, 39, 46, 0.94);
  }
  .hero-film {
    order: 1;
    position: relative;
    inset: auto;
    width: auto;
    height: 58svh;
    margin: 22px 8vw 0;
  }
  .hero-center {
    order: 2;
    position: relative;
    inset: auto;
    transform: none;
    width: auto;
    padding: 58px 8vw 78px;
  }
  .hero-kicker {
    margin-bottom: 28px;
  }
  .hero-script {
    font-size: 6.2rem;
    margin-bottom: -8px;
  }
  .hero h1 {
    font-size: 3.45rem;
  }
  .hero-center > p:not(.hero-script):not(.hero-kicker) {
    font-size: 0.95rem;
  }
  .hero-bottom {
    display: none;
  }
  .scroll {
    display: none;
  }
  .signature {
    grid-template-columns: 1fr;
    padding: 65px 8vw;
    gap: 40px;
  }
  .prices {
    grid-template-columns: 1fr;
  }
  .prices strong {
    font-size: 3.6rem;
  }
  .signature .cta {
    justify-self: start;
  }
  .manifesto {
    padding: 95px 7vw;
  }
  .manifesto h2 {
    font-size: 3.3rem;
  }
  .expertise-lead {
    padding: 90px 8vw;
  }
  .expertise-lead h3 {
    font-size: 3rem;
  }
  .expertise-list > a {
    padding: 28px 8vw;
  }
  .method-photo {
    min-height: 520px;
  }
  .method-copy {
    padding: 85px 8vw;
  }
  .method-copy h2 {
    font-size: 3.4rem;
  }
  .method-steps > div {
    grid-template-columns: 28px 1fr;
  }
  .method-steps small {
    grid-column: 2;
  }
  .cabins {
    display: block;
    padding: 90px 7vw;
  }
  .cabins:before {
    top: 60px;
  }
  .cabins-heading {
    margin-bottom: 45px;
  }
  .cabins-heading h2 {
    font-size: 3.45rem;
  }
  .cabin-card-main,
  .cabin-card-private {
    height: 590px;
    margin: 0 0 28px;
  }
  .cabin-card figcaption {
    padding: 55px 28px 25px;
  }
  .founder {
    grid-template-columns: 1fr;
  }
  .founder-photo {
    height: 620px;
    margin: 65px 7vw 0;
  }
  .founder-copy {
    padding: 75px 8vw 90px;
  }
  .founder-copy h2 {
    font-size: 3.5rem;
  }
  .quote {
    padding: 90px 7vw;
  }
  .quote blockquote {
    font-size: 2.5rem;
  }
  .newsletter {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 85px 7vw;
  }
  .newsletter h2 {
    font-size: 3.35rem;
  }
  .newsletter-form {
    padding: 27px 22px;
  }
  .house {
    min-height: auto;
    padding: 0;
  }
  .house-photo {
    position: relative;
    inset: auto;
    height: 500px;
  }
  .house-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    margin: -80px 5vw 0;
    padding: 45px 30px;
  }
  .house-card h2 {
    font-size: 3.4rem;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 55px 8vw 25px;
  }
  footer div {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer small {
    grid-column: auto;
  }
  .mobile-cta {
    display: block;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: var(--gold);
    color: var(--deep);
    padding: 18px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
}

/* Une respiration éditoriale qui relie la préoccupation cliente à la technologie. */
.treatment-empathy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 8vw;
  align-items: end;
  padding: 92px 9vw 88px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(225, 197, 133, 0.18), transparent 29%),
    linear-gradient(135deg, #002f38 0%, #004c58 100%);
  border-top: 1px solid rgba(243, 223, 173, 0.28);
  border-bottom: 1px solid rgba(243, 223, 173, 0.28);
}
.treatment-empathy h2 {
  max-width: 760px;
  margin: 17px 0 0;
  color: #fff;
  font: clamp(2.75rem, 4.8vw, 5.3rem)/1.02 "Italiana", serif;
}
.treatment-empathy h2 em {
  color: #efdba9;
  font-style: normal;
}
.treatment-empathy > p {
  max-width: 610px;
  margin: 0;
  padding: 24px 0 2px;
  color: #eef7f5;
  border-top: 1px solid rgba(239, 219, 169, 0.45);
  font-size: 1.05rem;
  line-height: 1.78;
}
@media (max-width: 700px) {
  .treatment-empathy {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 74px 7vw 70px;
  }
  .treatment-empathy h2 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }
  .treatment-empathy > p {
    padding-top: 20px;
    font-size: 1rem;
  }
}

/* Service pages */
.service-page {
  background: #f7faf9;
}
.service-header {
  position: absolute;
}
.service-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--deep);
  color: #fff;
}
.service-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 7vw 90px;
}
.service-back {
  align-self: flex-start;
  margin-bottom: 55px;
  color: #bed0ce;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.service-hero h1 {
  margin: 24px 0 30px;
  font:
    clamp(4.2rem, 6.3vw, 7.4rem)/0.95 "Italiana",
    serif;
}
.service-hero h1 em,
.service-problem h2 em,
.service-protocol h2 em,
.laser-offer h2 em,
.service-faq h2 em,
.service-final-cta h2 em {
  color: var(--gold);
  font-style: normal;
}
.service-hero-copy > p:not(.section-tag) {
  max-width: 670px;
  color: #d3dfdd;
  font-size: 1.03rem;
  line-height: 1.8;
}
.service-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}
.service-text-link {
  color: var(--gold-light);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.service-trust {
  display: flex;
  gap: 25px;
  margin-top: 58px;
  color: #a9bfbd;
  font-size: 0.69rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.service-hero-photo {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}
.service-hero-photo:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(239, 220, 174, 0.55);
}
.service-hero-photo img {
  height: 100%;
  object-fit: cover;
}
.service-hero-photo > span {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  padding: 15px 20px;
  border-left: 1px solid var(--gold);
  background: rgba(0, 38, 43, 0.72);
  font-size: 0.68rem;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.service-problem {
  padding: 140px 7vw;
  background: #f7faf9;
}
.service-problem h2,
.service-protocol h2,
.laser-offer h2,
.service-faq h2,
.service-final-cta h2 {
  margin: 25px 0 60px;
  color: var(--emerald);
  font:
    clamp(3.3rem, 5.2vw, 6rem)/1 "Italiana",
    serif;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.problem-grid article {
  padding: 52px 42px;
  background: #fff;
}
.problem-grid span,
.protocol-list > li > span {
  color: var(--gold);
  font:
    1.15rem "Italiana",
    serif;
}
.problem-grid h3,
.protocol-list h3 {
  margin: 38px 0 18px;
  color: var(--emerald);
  font:
    2rem "Italiana",
    serif;
}
.problem-grid p,
.protocol-list p {
  color: #5d7375;
  line-height: 1.75;
}
.service-protocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--emerald);
  color: #fff;
}
.protocol-intro {
  padding: 120px 7vw;
}
.service-protocol h2 {
  color: #fff;
}
.protocol-intro > p:last-child {
  max-width: 560px;
  color: #c8d8d6;
  line-height: 1.8;
}
.protocol-list {
  margin: 0;
  padding: 80px 6vw;
  list-style: none;
  background: #fff;
}
.protocol-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.protocol-list h3 {
  margin: 0 0 12px;
}
.protocol-list p {
  margin: 0;
}
.laser-offer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 5vw;
  align-items: center;
  padding: 115px 7vw;
  background: #eef4f3;
}
.laser-offer h2 {
  margin-bottom: 24px;
}
.laser-offer > div:first-child > p:last-child {
  color: #607678;
}
.laser-offer-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.laser-offer-prices article {
  padding: 30px 26px;
  background: #fff;
  border: 1px solid rgba(0, 64, 72, 0.12);
}
.laser-offer-prices article > p {
  min-height: 42px;
  margin: 0;
  color: #38575a;
}
.laser-offer-prices article div {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.laser-offer-prices strong {
  color: var(--emerald);
  font:
    4.6rem/1 "Italiana",
    serif;
}
.laser-offer-prices span {
  padding-bottom: 9px;
  color: var(--gold);
  font-size: 0.75rem;
}
.laser-offer-prices del {
  color: #8b9b9c;
  font-size: 0.75rem;
}
.service-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  padding: 130px 7vw;
  background: #fff;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 0;
  color: var(--emerald);
  font-size: 1.08rem;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--gold);
  font-size: 1.5rem;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 780px;
  margin: 0;
  padding: 0 45px 30px 0;
  color: #5c7274;
  line-height: 1.75;
}
.service-final-cta {
  text-align: center;
  padding: 125px 7vw;
  background: var(--deep);
  color: #fff;
}
.service-final-cta > p {
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.service-final-cta h2 {
  color: #fff;
  margin-bottom: 45px;
}

/* Real booking activity: hidden unless a verified feed provides public entries. */
.booking-pulse {
  position: fixed;
  z-index: 60;
  left: 28px;
  bottom: 28px;
  width: min(410px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  background: linear-gradient(
    135deg,
    rgba(0, 45, 52, 0.98),
    rgba(0, 67, 77, 0.97)
  );
  color: #fff;
  border: 1px solid rgba(243, 223, 173, 0.68);
  box-shadow:
    0 24px 65px rgba(0, 25, 30, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  backdrop-filter: blur(15px);
}
.booking-pulse:before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(243, 223, 173, 0.16);
  pointer-events: none;
}
.booking-pulse.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.booking-pulse-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(210, 173, 102, 0.08);
  color: var(--gold-light);
  font:
    1.35rem "Italiana",
    serif;
}
.booking-pulse small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 0.61rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.booking-pulse p {
  margin: 0;
  color: #f7fbfa;
  font-size: 0.84rem;
  line-height: 1.42;
}
.booking-pulse em {
  display: block;
  margin-top: 4px;
  color: #a9bfbd;
  font:
    normal 0.66rem "DM Sans",
    sans-serif;
  letter-spacing: 0.03em;
}
.booking-pulse button {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: 0;
  background: none;
  border: 0;
  color: #c6d4d2;
  font-size: 1.25rem;
  cursor: pointer;
}
.booking-pulse[data-type="review"] .booking-pulse-mark {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

/* Public activity and verified Google signals. */
.live-proof {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 7vw;
  align-items: center;
  padding: 115px 7vw;
  background: var(--deep);
  color: #fff;
}
.live-proof-heading {
  position: relative;
}
.live-proof-heading .section-tag {
  display: inline-block;
  margin-left: 20px;
}
.live-dot {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58d6b3;
  box-shadow: 0 0 0 7px rgba(88, 214, 179, 0.12);
}
.live-proof h2 {
  margin: 25px 0 28px;
  font:
    clamp(3.4rem, 5.1vw, 5.8rem)/1 "Italiana",
    serif;
}
.live-proof h2 em {
  color: var(--gold);
  font-style: normal;
}
.live-proof-heading > p:last-child {
  max-width: 450px;
  color: #b8cdca;
}
.live-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px;
  background: rgba(217, 187, 122, 0.28);
  border: 1px solid rgba(217, 187, 122, 0.28);
}
.live-proof-grid article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 25px;
  background: #0a383c;
}
.live-proof-grid strong {
  color: var(--gold-light);
  font:
    clamp(3rem, 4.5vw, 5.2rem)/1 "Italiana",
    serif;
}
.live-proof-grid strong small {
  font-size: 0.28em;
}
.live-proof-grid span {
  margin-top: 18px;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.live-proof-grid article > small {
  margin-top: 7px;
  color: #8eaaa7;
  font-size: 0.68rem;
}

@media (max-width: 900px) {
  .service-hero {
    grid-template-columns: 1fr;
  }
  .service-hero-copy {
    padding-top: 140px;
  }
  .service-hero-photo {
    min-height: 650px;
  }
  .service-problem {
    padding: 100px 7vw;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .service-protocol {
    grid-template-columns: 1fr;
  }
  .laser-offer {
    grid-template-columns: 1fr;
  }
  .service-faq {
    grid-template-columns: 1fr;
  }
  .service-trust {
    flex-wrap: wrap;
  }
  .laser-offer > .cta {
    justify-self: start;
  }
  .live-proof {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .service-hero-copy {
    padding: 120px 8vw 70px;
  }
  .service-back {
    margin-bottom: 38px;
  }
  .service-hero h1 {
    font-size: 3.65rem;
  }
  .service-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-trust {
    flex-direction: column;
    gap: 9px;
    margin-top: 42px;
  }
  .service-hero-photo {
    min-height: 570px;
  }
  .service-problem,
  .protocol-intro,
  .protocol-list,
  .laser-offer,
  .service-faq,
  .service-final-cta {
    padding: 85px 8vw;
  }
  .service-problem h2,
  .service-protocol h2,
  .laser-offer h2,
  .service-faq h2,
  .service-final-cta h2 {
    font-size: 3.2rem;
  }
  .problem-grid article {
    padding: 38px 28px;
  }
  .laser-offer-prices {
    grid-template-columns: 1fr 1fr;
  }
  .laser-offer-prices article {
    padding: 24px 18px;
  }
  .laser-offer-prices strong {
    font-size: 3.4rem;
  }
  .booking-pulse {
    left: 18px;
    bottom: 78px;
  }
  .live-proof {
    padding: 85px 8vw;
  }
  .live-proof h2 {
    font-size: 3.2rem;
  }
  .live-proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .live-proof-grid article {
    min-height: 170px;
    padding: 24px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-image {
    animation: none;
  }
  .cta {
    transition: none;
  }
}

/* Final art-direction pass: cinematic depth, clearer type and quiet movement. */
.cabins-heading h2 em,
.founder-copy h2 em {
  color: #a97a32;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}
.founder-name,
.expertise-list span,
.expertise-list b,
.quote .stars {
  color: #97681f;
}

/* The offer is understood first through the treatment image, then through two large prices. */
.laser-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  min-height: 760px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #002d34 0%, #00434d 58%, #00343d 100%);
  color: #fff;
  border-top: 1px solid rgba(243, 223, 173, 0.5);
  border-bottom: 1px solid rgba(243, 223, 173, 0.5);
}
.laser-offer:before {
  content: "OFFRE";
  position: absolute;
  z-index: 0;
  right: -0.03em;
  top: -0.12em;
  color: rgba(243, 223, 173, 0.05);
  font:
    clamp(9rem, 20vw, 19rem)/1 "Italiana",
    serif;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.laser-offer-visual {
  position: relative;
  z-index: 1;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: var(--deep);
}
.laser-offer-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(0, 34, 40, 0.72) 100%
  );
  pointer-events: none;
}
.laser-offer-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.94) contrast(1.02);
}
.laser-offer-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 28px;
  padding: 10px 13px;
  background: rgba(0, 39, 46, 0.7);
  border-left: 1px solid var(--gold-light);
  color: #fff;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 12px rgba(0, 15, 20, 0.72);
  backdrop-filter: blur(8px);
}
.laser-offer-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 7vw;
}
.laser-offer .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 0.76rem;
}
.laser-offer .section-tag:before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.laser-offer .laser-offer-title {
  margin: 14px 0 34px;
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.02;
  text-shadow: 0 3px 24px rgba(0, 16, 20, 0.42);
}
.laser-offer .laser-offer-title em {
  color: var(--gold-light);
  text-shadow: 0 2px 18px rgba(0, 15, 20, 0.42);
}
.laser-offer-lead {
  max-width: 430px;
  margin: 0 0 34px;
  color: #d6e3e1;
  font-size: 1.03rem;
  line-height: 1.7;
}
.laser-offer-overlay {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: rgba(0, 38, 45, 0.9);
  border: 1px solid rgba(243, 223, 173, 0.68);
  box-shadow: 0 22px 55px rgba(0, 15, 20, 0.42);
  backdrop-filter: blur(15px);
}
.laser-offer-overlay article {
  position: relative;
  min-height: 172px;
  padding: 24px 25px;
  color: #fff;
}
.laser-offer-overlay article + article {
  border-left: 1px solid rgba(243, 223, 173, 0.3);
}
.laser-offer-overlay article > p {
  min-height: 0;
  margin: 0 0 9px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.laser-offer-overlay article div {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.laser-offer-overlay strong {
  color: var(--gold-light);
  font:
    4.7rem/0.9 "Italiana",
    serif;
  text-shadow: 0 2px 18px rgba(0, 15, 20, 0.45);
}
.laser-offer-overlay .laser-price-featured strong {
  font-size: 5.25rem;
}
.laser-offer-overlay span {
  padding-bottom: 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
}
.laser-offer-overlay del {
  color: #afbfbd;
  font-size: 0.74rem;
}
.laser-offer-content > .cta {
  align-self: flex-start;
  min-width: 260px;
  box-shadow: 0 18px 40px rgba(0, 16, 20, 0.3);
}
.laser-offer-note {
  margin-top: 18px;
  color: #afc4c1;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}
.motion-ready main > section:not(.hero) {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s ease,
    transform 1.05s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.motion-ready main > section.is-in-view {
  opacity: 1;
  transform: none;
}
.motion-ready .cabin-card img {
  transform: scale(1.04);
  transition: transform 1.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.motion-ready .cabins.is-in-view .cabin-card img {
  transform: scale(1);
}
.motion-ready .cabin-card:hover img {
  transform: scale(1.025);
}

@media (max-width: 900px) {
  .laser-offer {
    grid-template-columns: 1fr;
  }
  .laser-offer-visual {
    min-height: 0;
    height: 680px;
  }
  .laser-offer-content {
    padding: 70px 8vw 90px;
  }
}

@media (max-width: 650px) {
  .hero-image {
    filter: blur(12px) brightness(1.07);
  }
  .hero-shade {
    background: rgba(0, 39, 46, 0.92);
  }
  .hero-center:before {
    inset: 10px 2vw 18px;
    background: radial-gradient(
      ellipse at 35% 48%,
      rgba(0, 29, 35, 0.68),
      rgba(0, 42, 49, 0.24) 62%,
      transparent 84%
    );
  }
  .hero-kicker {
    font-size: 0.76rem;
    line-height: 1.6;
  }
  .hero-script {
    font-size: 5.9rem;
  }
  .hero h1 {
    font-size: 3.18rem;
    line-height: 1.01;
  }
  .hero-center > p:not(.hero-script):not(.hero-kicker) {
    font-size: 1rem;
    line-height: 1.65;
  }
  .film-caption {
    font-size: 0.72rem;
  }
  .manifesto h2 {
    font-size: 3.08rem;
    line-height: 1.05;
  }
  .expertise-lead h3 {
    font-size: 2.82rem;
    line-height: 1.06;
  }
  .method-copy h2,
  .house-card h2 {
    font-size: 3.15rem;
    line-height: 1.04;
  }
  .cabins-heading h2 {
    font-size: 3.18rem;
    line-height: 1.04;
  }
  .cabin-card figcaption {
    font-size: 0.74rem;
  }
  .founder-copy h2 {
    font-size: 3.2rem;
    line-height: 1.04;
  }
  .quote blockquote {
    font-size: 2.35rem;
    line-height: 1.16;
  }
  .mobile-cta {
    background: linear-gradient(110deg, #bd9550, #ead092, #c79e56);
    font-size: 0.74rem;
  }
  .laser-offer {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0;
  }
  .laser-offer:before {
    top: 49%;
    right: -0.08em;
    font-size: 9rem;
  }
  .laser-offer-visual {
    min-height: 0;
    height: 510px;
  }
  .laser-offer-visual img {
    object-position: center 44%;
  }
  .laser-offer-visual figcaption {
    left: 18px;
    top: 18px;
    font-size: 0.68rem;
  }
  .laser-offer-content {
    padding: 48px 7vw 92px;
  }
  .laser-offer .section-tag {
    margin-bottom: 10px;
  }
  .laser-offer .laser-offer-title {
    font-size: 2.58rem;
    line-height: 1.04;
    margin: 12px 0 30px;
  }
  .laser-offer-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1.08fr 0.92fr;
  }
  .laser-offer-overlay article {
    min-height: 145px;
    padding: 20px 16px;
  }
  .laser-offer-overlay article > p {
    margin-bottom: 8px;
    font-size: 0.7rem;
    line-height: 1.25;
  }
  .laser-offer-overlay strong,
  .laser-offer-overlay .laser-price-featured strong {
    font-size: 3.35rem;
  }
  .laser-offer-overlay span {
    padding-bottom: 6px;
    font-size: 0.66rem;
  }
  .laser-offer-overlay del {
    font-size: 0.68rem;
  }
  .laser-offer-lead {
    margin-bottom: 28px;
    font-size: 0.98rem;
  }
  .laser-offer-content > .cta {
    width: 100%;
    margin-top: 2px;
  }
  .laser-offer-note {
    font-size: 0.72rem;
  }
}

/* Shared editorial showcase for the new expertise pages */
.service-highlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #002e35, #004650 64%, #00353d);
}
.service-highlight > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 8vw;
}
.service-highlight h2 {
  margin: 22px 0 30px;
  color: #fff;
  font:
    clamp(3.4rem, 5vw, 6rem)/0.99 "Italiana",
    serif;
  text-shadow: 0 4px 28px rgba(0, 17, 22, 0.35);
}
.service-highlight h2 em {
  color: var(--gold-light);
  font-style: normal;
}
.service-highlight > div > p:not(.section-tag) {
  max-width: 570px;
  margin: 0 0 38px;
  color: #dbe8e6;
  font-size: 1.04rem;
  line-height: 1.8;
}
.service-highlight .cta {
  align-self: flex-start;
}
.service-highlight figure {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
}
.service-highlight figure:after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(243, 223, 173, 0.58);
  pointer-events: none;
}
.service-highlight figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-highlight figcaption {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 40px;
  padding: 12px 18px;
  color: #fff;
  background: rgba(0, 42, 49, 0.8);
  border: 1px solid rgba(243, 223, 173, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.service-skin .service-hero-photo img {
  object-position: center 52%;
}
.service-body .service-hero-photo img {
  object-position: center 42%;
}
.service-ink .service-hero-photo img {
  filter: saturate(0.82) contrast(1.04);
  object-position: center 54%;
}

.face-care-menu {
  padding: 120px 8vw;
  background: linear-gradient(145deg, #f7faf9, #eaf2f1);
  color: var(--deep);
}
.face-care-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.2fr 0.8fr;
  align-items: end;
  gap: 4vw;
  margin-bottom: 60px;
}
.face-care-heading h2 {
  margin: 0;
  font:
    clamp(3.4rem, 5.5vw, 6.2rem)/0.98 "Italiana",
    serif;
}
.face-care-heading h2 em {
  color: #a8782f;
  font-style: normal;
}
.face-care-heading > p:last-child {
  margin: 0;
  color: #405b5f;
  font-size: 1rem;
  line-height: 1.7;
}
.face-care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 42px;
}
.face-care-grid .care-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 63, 73, 0.13);
  box-shadow: 0 22px 48px rgba(0, 45, 52, 0.14);
  transition: box-shadow 0.35s ease;
}
.face-care-grid .care-card:before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--gold),
    var(--gold-light),
    transparent
  );
}
.care-card summary {
  display: grid;
  grid-template-rows: 270px 1fr;
  height: 100%;
  cursor: pointer;
  list-style: none;
}
.care-card summary::-webkit-details-marker {
  display: none;
}
.care-card summary > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.96) contrast(1.04);
  transition: transform 0.7s ease;
}
.care-card summary:hover > img {
  transform: scale(1.035);
}
.face-care-grid .care-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 27px;
  background: linear-gradient(145deg, #fff, #f4f8f7);
}
.face-care-grid .care-card.is-tech {
  color: #fff;
  background: linear-gradient(145deg, #00353e, #00515c);
}
.face-care-grid .care-card.is-tech .care-copy {
  background: linear-gradient(145deg, #00353e, #00515c);
}
.face-care-grid .care-copy > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(169, 122, 50, 0.5);
  border-radius: 50%;
  color: #8d611f;
  background: #fffaf0;
}
.face-care-grid small {
  display: block;
  margin-top: 24px;
  color: #9a6f2d;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
}
.face-care-grid h3 {
  margin: 14px 0 20px;
  font:
    2.25rem/1.08 "Italiana",
    serif;
}
.face-care-grid p {
  margin: 0;
  color: #405b5f;
  line-height: 1.68;
}
.face-care-grid .is-tech small,
.face-care-grid .is-tech h3 {
  color: var(--gold-light);
}
.face-care-grid .is-tech p {
  color: #dce8e6;
}
.care-copy b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 25px;
  color: #8a6229;
  border-top: 1px solid rgba(0, 63, 73, 0.14);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.care-copy b i {
  font:
    1.3rem/1 Arial,
    sans-serif;
  transition: transform 0.3s ease;
}
.care-card[open] {
  grid-column: 1/-1;
  box-shadow: 0 34px 75px rgba(0, 45, 52, 0.19);
}
.care-card[open] summary {
  grid-template-columns: minmax(280px, 0.78fr) 1.22fr;
  grid-template-rows: 420px;
  height: auto;
}
.care-card[open] summary > img {
  height: 420px;
}
.care-card[open] .care-copy {
  min-height: 420px;
  padding: 45px 5vw;
}
.care-card[open] .care-copy b i {
  transform: rotate(45deg);
}
.care-detail {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 7vw;
  padding: 68px 6vw;
  background: #fff;
  border-top: 1px solid rgba(0, 63, 73, 0.12);
  color: var(--deep);
}
.care-detail small {
  margin: 0 0 16px;
}
.care-detail h4 {
  margin: 0 0 24px;
  font:
    clamp(2.25rem, 4vw, 4.2rem)/1.04 "Italiana",
    serif;
}
.care-detail p {
  font-size: 1.02rem;
  line-height: 1.8;
}
.care-detail ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.care-detail li {
  padding: 16px 0;
  color: #405b5f;
  border-bottom: 1px solid rgba(0, 63, 73, 0.13);
  line-height: 1.6;
}
.care-detail li strong {
  display: block;
  color: #9a6f2d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}
.care-detail > a,
.care-detail > div > a {
  display: inline-block;
  margin-top: 28px;
  color: #07505a;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}
.care-detail-film {
  grid-template-columns: 0.9fr 1.1fr;
  padding: 0;
  background: linear-gradient(145deg, #002f37, #064f59);
  color: #fff;
}
.care-detail-film > div {
  padding: 60px 5vw;
}
.care-detail-film p,
.care-detail-film li {
  color: #dce8e6;
}
.care-detail-film h4 {
  color: #fff;
}
.care-detail-film > div > a {
  color: var(--gold-light);
}
.care-detail-film .mesojet-film {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
}
.care-detail-film .mesojet-film:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(243, 223, 173, 0.6);
  pointer-events: none;
}
.care-detail-film figcaption {
  position: absolute;
  right: 35px;
  bottom: 32px;
  padding: 10px 15px;
  color: #fff;
  background: rgba(0, 42, 49, 0.82);
  border: 1px solid rgba(243, 223, 173, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.face-care-menu > .cta {
  width: max-content;
  margin: auto;
}
.mesojet-film video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .service-highlight {
    grid-template-columns: 1fr;
  }
  .service-highlight > div {
    padding: 90px 8vw;
  }
  .service-highlight figure {
    min-height: 560px;
    order: -1;
  }
  .face-care-heading {
    grid-template-columns: 1fr 1fr;
  }
  .face-care-heading .section-tag {
    grid-column: 1/-1;
  }
  .face-care-grid {
    grid-template-columns: 1fr 1fr;
  }
  .care-detail {
    gap: 4vw;
    padding: 55px 5vw;
  }
  .care-detail-film {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .service-highlight {
    min-height: 0;
  }
  .service-highlight figure {
    min-height: 430px;
  }
  .service-highlight figure:after {
    inset: 12px;
  }
  .service-highlight figcaption {
    right: 22px;
    bottom: 22px;
    font-size: 0.58rem;
  }
  .service-highlight > div {
    padding: 72px 7vw 88px;
  }
  .service-highlight h2 {
    margin: 18px 0 25px;
    font-size: 2.75rem;
    line-height: 1.04;
  }
  .service-highlight > div > p:not(.section-tag) {
    font-size: 1rem;
    line-height: 1.68;
  }
  .service-highlight .cta {
    width: 100%;
  }
  .face-care-menu {
    padding: 78px 7vw 90px;
  }
  .face-care-heading {
    display: block;
    margin-bottom: 42px;
  }
  .face-care-heading h2 {
    margin: 20px 0 24px;
    font-size: 2.82rem;
  }
  .face-care-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }
  .care-card summary {
    grid-template-rows: 310px auto;
  }
  .care-card summary > img {
    height: 310px;
    object-position: center 35%;
  }
  .face-care-grid .care-copy {
    min-height: 0;
    padding: 25px 24px 30px;
  }
  .face-care-grid small {
    margin-top: 22px;
  }
  .face-care-grid h3 {
    font-size: 2rem;
  }
  .care-card[open] summary {
    grid-template-columns: 1fr;
    grid-template-rows: 330px auto;
  }
  .care-card[open] summary > img {
    height: 330px;
  }
  .care-card[open] .care-copy {
    min-height: 0;
    padding: 30px 24px 35px;
  }
  .care-detail,
  .care-detail-film {
    display: block;
    padding: 38px 24px;
  }
  .care-detail h4 {
    font-size: 2.25rem;
  }
  .care-detail-film > div {
    padding: 0;
  }
  .care-detail-film .mesojet-film {
    min-height: 520px;
    margin: 38px -24px -38px;
  }
  .care-detail-film .mesojet-film:after {
    inset: 12px;
  }
  .care-detail-film figcaption {
    right: 22px;
    bottom: 22px;
  }
  .face-care-menu > .cta {
    width: 100%;
  }
}

/* Face caméra laser — confidence before protocol */
.laser-facecam {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.66fr);
  align-items: center;
  gap: 8vw;
  padding: 120px 10vw;
  overflow: hidden;
  background: linear-gradient(135deg, #002d34 0%, #00424b 58%, #00343c 100%);
  color: #fff;
}
.laser-facecam:before {
  content: "GLOW";
  position: absolute;
  left: -0.04em;
  bottom: -0.24em;
  color: rgba(243, 223, 173, 0.045);
  font:
    clamp(10rem, 22vw, 22rem)/1 "Italiana",
    serif;
  pointer-events: none;
}
.laser-facecam-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.laser-facecam-copy h2 {
  margin: 22px 0 30px;
  color: #fff;
  font:
    clamp(3.4rem, 5.4vw, 6.4rem)/0.98 "Italiana",
    serif;
  text-shadow: 0 4px 26px rgba(0, 15, 20, 0.42);
}
.laser-facecam-copy h2 em {
  color: var(--gold-light);
  font-style: normal;
}
.laser-facecam-copy > p:not(.section-tag) {
  max-width: 570px;
  margin: 0 0 35px;
  color: #d9e6e4;
  font-size: 1.04rem;
  line-height: 1.8;
}
.laser-facecam-copy .service-text-link {
  color: var(--gold-light);
  border-bottom: 1px solid rgba(243, 223, 173, 0.55);
  padding-bottom: 7px;
}
.laser-facecam-film {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(243, 223, 173, 0.72);
  box-shadow: 0 40px 90px rgba(0, 15, 20, 0.5);
}
.laser-facecam-film:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.laser-facecam-film video {
  display: block;
  width: 100%;
  aspect-ratio: 512/910;
  object-fit: cover;
  background: #062f35;
}
.laser-facecam-film figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 9px 7px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
}
.laser-facecam-film figcaption small {
  color: var(--gold-light);
  font-size: 0.62rem;
  text-align: right;
}

@media (max-width: 900px) {
  .laser-facecam {
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 95px 8vw;
  }
  .laser-facecam-copy {
    text-align: center;
    margin: 0 auto;
  }
  .laser-facecam-copy > p:not(.section-tag) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .laser-facecam {
    gap: 42px;
    padding: 76px 7vw 88px;
  }
  .laser-facecam-copy {
    text-align: left;
  }
  .laser-facecam-copy h2 {
    margin: 18px 0 25px;
    font-size: 2.85rem;
  }
  .laser-facecam-copy > p:not(.section-tag) {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.68;
  }
  .laser-facecam-film {
    width: 100%;
    padding: 8px;
  }
  .laser-facecam-film:before {
    inset: 16px;
  }
  .laser-facecam-film figcaption {
    padding: 15px 6px 5px;
    font-size: 0.66rem;
  }
  .laser-facecam-film figcaption small {
    font-size: 0.57rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready main > section:not(.hero) {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .motion-ready .cabin-card img {
    transform: none;
    transition: none;
  }
}

/* Laser page refinement: assured navigation, editorial cards and a stronger mobile opening. */
.service-header {
  background: linear-gradient(
    90deg,
    rgba(0, 34, 40, 0.88),
    rgba(0, 45, 52, 0.82)
  );
  border-bottom-color: rgba(243, 223, 173, 0.32);
  box-shadow: 0 12px 34px rgba(0, 18, 23, 0.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.service-header nav a,
.service-header .nav-book {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 16, 20, 0.72);
}
.service-header nav a {
  font-weight: 500;
}

.service-problem {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 96, 109, 0.08), transparent 27%),
    linear-gradient(145deg, #f9fbfa 0%, #edf4f3 100%);
}
.service-problem:before {
  content: "01 — 03";
  position: absolute;
  right: 5vw;
  top: 48px;
  color: rgba(0, 63, 73, 0.055);
  font:
    clamp(5rem, 9vw, 9rem)/1 "Italiana",
    serif;
  letter-spacing: 0.03em;
  pointer-events: none;
}
.service-problem > .section-tag,
.service-problem > h2,
.problem-grid {
  position: relative;
  z-index: 1;
}
.service-problem > .section-tag {
  font-weight: 600;
}
.service-problem > h2 {
  width: min(1080px, 100%);
  margin: 25px 0 0;
  padding: 48px 54px 82px;
  color: #fff;
  background: linear-gradient(128deg, #00343d 0%, #00515d 72%, #003d47 100%);
  border: 1px solid rgba(243, 223, 173, 0.44);
  box-shadow: 0 30px 72px rgba(0, 38, 44, 0.22);
  text-shadow: 0 3px 24px rgba(0, 18, 23, 0.34);
}
.service-problem > h2 em {
  color: #f0d594;
  text-shadow: 0 2px 18px rgba(0, 15, 20, 0.42);
}
.problem-grid {
  gap: 18px;
  margin-top: -39px;
  padding: 0 28px;
  background: transparent;
}
.problem-grid article {
  position: relative;
  min-height: 305px;
  padding: 46px 38px 40px;
  overflow: hidden;
  border: 1px solid rgba(0, 63, 73, 0.13);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 58px rgba(0, 45, 52, 0.15);
}
.problem-grid article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--gold),
    var(--gold-light),
    transparent 82%
  );
}
.problem-grid span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(169, 122, 50, 0.48);
  border-radius: 50%;
  color: #8d611f;
  background: #fffaf0;
  font-size: 1rem;
}
.problem-grid h3 {
  margin: 28px 0 14px;
  color: #003f49;
  font-size: 2.05rem;
  line-height: 1.08;
}
.problem-grid p {
  margin: 0;
  color: #304e52;
  font-size: 1rem;
  line-height: 1.7;
}

.protocol-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(145deg, #f7faf9, #e8f0ef);
}
.protocol-list li {
  position: relative;
  grid-template-columns: 58px 1fr;
  gap: 4px;
  padding: 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 63, 73, 0.13);
  background: #fff;
  box-shadow: 0 20px 42px rgba(0, 45, 52, 0.11);
}
.protocol-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(var(--gold-light), var(--gold));
}
.protocol-list > li > span {
  display: grid;
  place-items: center;
  align-self: start;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(169, 122, 50, 0.48);
  border-radius: 50%;
  color: #8d611f;
  background: #fffaf0;
  font-size: 1rem;
}
.protocol-list h3 {
  color: #003f49;
  font-size: 1.9rem;
  line-height: 1.08;
}
.protocol-list p {
  color: #304e52;
  font-size: 1rem;
  line-height: 1.65;
}

.service-faq {
  position: relative;
  background: linear-gradient(145deg, #fff 0%, #edf4f3 100%);
  box-shadow: inset 0 20px 60px rgba(0, 45, 52, 0.045);
}
.service-faq h2 em {
  color: #95671f;
  text-shadow: 0 1px 0 #fff;
}
.faq-list {
  display: grid;
  align-content: start;
  gap: 12px;
}
.faq-list details,
.faq-list details:last-child {
  border: 1px solid rgba(0, 63, 73, 0.13);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 34px rgba(0, 45, 52, 0.08);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.faq-list details[open] {
  border-color: rgba(169, 122, 50, 0.42);
  box-shadow: 0 22px 45px rgba(0, 45, 52, 0.13);
  transform: translateY(-2px);
}
.faq-list summary {
  padding: 25px 25px;
  font-weight: 500;
}
.faq-list details p {
  padding: 0 58px 27px 25px;
  color: #304e52;
  font-size: 1rem;
}

.care-deep-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 34px;
}
.care-deep-links a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 17px 18px;
  color: var(--deep);
  background: #fff;
  border: 1px solid rgba(0, 63, 73, 0.13);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 45, 52, 0.07);
  font-size: 0.84rem;
  font-weight: 600;
}
.care-deep-links span {
  color: #a67932;
  font-family: "Italiana", serif;
}
.treatment-page {
  color: var(--deep);
  background: #f0f6f5;
}
.treatment-page .header {
  background: rgba(0, 39, 46, 0.92);
}
.treatment-filter {
  position: sticky;
  z-index: 12;
  top: 0;
  padding: 21px 7vw 18px;
  background: rgba(247, 250, 249, 0.94);
  border-bottom: 1px solid rgba(0, 63, 73, 0.13);
  box-shadow: 0 14px 38px rgba(0, 45, 52, 0.08);
  backdrop-filter: blur(16px);
}
.treatment-filter p {
  margin: 0 0 12px;
  color: #526b6f;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.treatment-filter div {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: none;
}
.treatment-filter div::-webkit-scrollbar {
  display: none;
}
.treatment-filter button {
  flex: 0 0 auto;
  border: 1px solid rgba(0, 63, 73, 0.18);
  border-radius: 999px;
  padding: 11px 17px;
  background: #fff;
  color: #23484d;
  font:
    600 0.76rem "DM Sans",
    sans-serif;
  letter-spacing: 0.055em;
  cursor: pointer;
  transition: 0.25s;
}
.treatment-filter button:hover,
.treatment-filter button.is-active {
  border-color: var(--emerald);
  background: var(--emerald);
  color: #fff;
  box-shadow: 0 9px 24px rgba(0, 63, 73, 0.18);
}
.treatment-index-card[hidden] {
  display: none;
}
.body-care-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 72px 6vw 120px;
  background: linear-gradient(145deg, #eef5f4, #f8faf9);
}
.body-care-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  color: var(--deep);
  border: 1px solid rgba(0, 63, 73, 0.13);
  box-shadow: 0 22px 48px rgba(0, 45, 52, 0.13);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.body-care-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 31px 64px rgba(0, 45, 52, 0.2);
}
.body-care-card figure {
  height: 255px;
  margin: 0;
  overflow: hidden;
}
.body-care-card figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.body-care-card:hover figure img {
  transform: scale(1.04);
}
.body-care-card > div {
  position: relative;
  min-height: 330px;
  padding: 28px 28px 30px;
}
.body-care-card > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.body-care-card small {
  color: #95671f;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.body-care-card h2 {
  margin: 22px 0 13px;
  font:
    2rem/1.03 "Italiana",
    serif;
}
.body-care-card p {
  margin: 0;
  color: #405c60;
  line-height: 1.6;
}
.body-card-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 63, 73, 0.12);
}
.body-card-meta b {
  color: var(--emerald);
  font-size: 0.82rem;
}
.body-card-meta span {
  text-align: right;
  color: #9b6e2a;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.45;
}
.body-care-card em {
  position: absolute;
  left: 28px;
  bottom: 27px;
  color: #95671f;
  font:
    600 0.72rem "DM Sans",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.body-care-intro {
  color: #fff;
  background: linear-gradient(145deg, #00353e, #00515c);
}
.body-care-intro p {
  color: #dce9e7;
}
.body-care-intro small,
.body-care-intro em,
.body-care-intro .body-card-meta span {
  color: var(--gold-light);
}
.body-care-intro .body-card-meta {
  border-color: rgba(243, 223, 173, 0.2);
}
.body-care-intro .body-card-meta b {
  color: #fff;
}
.laser-menu {
  padding: 115px 7vw 125px;
  background: linear-gradient(145deg, #f1f6f5, #fff);
}
.laser-menu-heading {
  max-width: 850px;
  margin-bottom: 52px;
}
.laser-menu-heading h2 {
  margin: 18px 0 24px;
  color: var(--emerald);
  font:
    clamp(3rem, 5vw, 5.6rem)/1 "Italiana",
    serif;
}
.laser-menu-heading h2 em {
  color: #a97a32;
  font-style: normal;
}
.laser-menu-heading > p:last-child {
  max-width: 650px;
  color: #405c60;
  line-height: 1.7;
}
.laser-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}
.laser-zone-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  padding: 24px 24px 22px;
  background: #fff;
  border: 1px solid rgba(0, 63, 73, 0.13);
  box-shadow: 0 13px 30px rgba(0, 45, 52, 0.075);
  transition: 0.25s;
}
.laser-zone-grid a:hover {
  border-color: rgba(169, 122, 50, 0.48);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 45, 52, 0.13);
}
.laser-zone-grid span {
  grid-column: 1/-1;
  color: var(--emerald);
  font:
    1.35rem "Italiana",
    serif;
}
.laser-zone-grid small {
  color: #607578;
}
.laser-zone-grid strong {
  color: #95671f;
  text-align: right;
}
.laser-zone-grid i {
  grid-column: 1/-1;
  margin-top: 7px;
  color: #95671f;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.treatment-index-hero {
  padding: 190px 9vw 100px;
  color: #fff;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(203, 166, 96, 0.2),
      transparent 25%
    ),
    linear-gradient(145deg, #002f37, #064f59);
}
.treatment-index-hero h1 {
  margin: 22px 0;
  font:
    clamp(4rem, 8vw, 8rem)/0.92 "Italiana",
    serif;
}
.treatment-index-hero h1 em {
  color: var(--gold-light);
  font-style: normal;
}
.treatment-index-hero > p:last-child {
  max-width: 720px;
  color: #dce9e7;
  font-size: 1.08rem;
  line-height: 1.8;
}
.treatment-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 85px 7vw 120px;
}
.treatment-index-card {
  position: relative;
  min-height: 310px;
  padding: 38px;
  color: var(--deep);
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: 0 20px 48px rgba(0, 45, 52, 0.1);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.treatment-index-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(0, 45, 52, 0.17);
}
.treatment-index-card.featured {
  color: #fff;
  background: linear-gradient(145deg, #00353e, #00515c);
}
.treatment-index-card small {
  color: #9a6f2d;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.treatment-index-card.featured small {
  color: var(--gold-light);
}
.treatment-index-card h2 {
  margin: 35px 0 18px;
  font:
    2.35rem/1.05 "Italiana",
    serif;
}
.treatment-index-card p {
  color: #496267;
  line-height: 1.65;
}
.treatment-index-card.featured p {
  color: #dce9e7;
}
.treatment-index-card span {
  position: absolute;
  left: 38px;
  bottom: 34px;
  color: #9a6f2d;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.treatment-index-card.featured span {
  color: var(--gold-light);
}
.treatment-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
  padding-top: 90px;
  background: linear-gradient(145deg, #002f37, #064f59);
  color: #fff;
}
.treatment-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 7vw;
}
.treatment-hero h1 {
  margin: 18px 0 28px;
  font:
    clamp(3.4rem, 5.7vw, 6.4rem)/0.95 "Italiana",
    serif;
}
.treatment-hero h1 em {
  color: var(--gold-light);
  font-style: normal;
}
.treatment-lead {
  max-width: 680px;
  color: #dbe9e7;
  font-size: 1.08rem;
  line-height: 1.8;
}
.treatment-hero .cta {
  align-self: flex-start;
  margin-top: 28px;
}
.treatment-hero figure {
  position: relative;
  margin: 0;
  min-height: 730px;
  overflow: hidden;
}
.treatment-hero figure:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(243, 223, 173, 0.58);
}
.treatment-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.treatment-hero figcaption {
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 45px;
  max-width: 340px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(0, 39, 46, 0.82);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.treatment-film-label {
  position: absolute;
  z-index: 3;
  top: 44px;
  left: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(0, 39, 46, 0.84);
  border: 1px solid rgba(243, 223, 173, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.treatment-film-label:before {
  content: "▶";
  color: var(--gold-light);
  font-size: 0.7rem;
}
.treatment-guide-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 48px 6vw 0;
}
.treatment-guide-nav a {
  padding: 13px 18px;
  color: #003f49;
  background: #fff;
  border: 1px solid rgba(0, 63, 73, 0.18);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 45, 52, 0.07);
}
.treatment-guide-nav a:hover,
.treatment-guide-nav a:focus-visible {
  color: #fff;
  background: #004955;
  border-color: #004955;
}
.treatment-guide-intro {
  padding-bottom: 70px;
}
.treatment-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0 7vw 110px;
}
.treatment-guide-card {
  padding: 42px;
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: 0 22px 55px rgba(0, 45, 52, 0.1);
}
.treatment-guide-card.is-dark {
  color: #fff;
  background: linear-gradient(145deg, #003840, #00515c);
}
.treatment-guide-card small {
  display: block;
  margin-bottom: 20px;
  color: #9a6f2d;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.treatment-guide-card.is-dark small {
  color: var(--gold-light);
}
.treatment-guide-card h3 {
  margin: 0 0 18px;
  font: 2rem/1.1 "Italiana", serif;
}
.treatment-guide-card p,
.treatment-guide-card li {
  color: #405b5f;
  font-size: 1rem;
  line-height: 1.72;
}
.treatment-guide-card.is-dark p,
.treatment-guide-card.is-dark li {
  color: #dce9e7;
}
.treatment-guide-card ul,
.treatment-guide-card ol {
  margin: 0;
  padding-left: 1.2em;
}
.treatment-guide-card li + li {
  margin-top: 9px;
}
.care-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  grid-column: 1 / -1;
}
.care-detail-actions a {
  display: inline-flex;
  padding: 13px 16px;
  color: #fff;
  background: #004955;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.care-detail-actions a:last-child {
  color: #003f49;
  background: var(--gold-light);
}
.treatment-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -38px 5vw 0;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 25px 65px rgba(0, 45, 52, 0.16);
}
.treatment-facts div {
  padding: 31px;
  border-right: 1px solid rgba(0, 63, 73, 0.13);
}
.treatment-facts small {
  display: block;
  margin-bottom: 10px;
  color: #9a6f2d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.treatment-facts strong {
  font-size: 1rem;
}
.treatment-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
  padding: 130px 9vw 110px;
}
.treatment-story h2,
.treatment-answer h2,
.mesojet-showcase h2 {
  margin: 20px 0;
  font:
    clamp(2.8rem, 5vw, 5.4rem)/1 "Italiana",
    serif;
}
.treatment-story h2 em,
.treatment-answer h2 em,
.mesojet-showcase h2 em {
  color: #a97a32;
  font-style: normal;
}
.treatment-story > div:last-child {
  padding-top: 58px;
}
.treatment-story p,
.treatment-answer p,
.mesojet-showcase p {
  font-size: 1.05rem;
  line-height: 1.82;
  color: #405b5f;
}
.treatment-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 6vw 110px;
}
.treatment-steps article {
  min-height: 275px;
  padding: 42px;
  background: #fff;
  border-top: 3px solid var(--gold);
  box-shadow: 0 20px 45px rgba(0, 45, 52, 0.08);
}
.treatment-steps span {
  color: #ad7d32;
  font-family: "Italiana", serif;
}
.treatment-steps h3 {
  margin: 36px 0 16px;
  font:
    2rem "Italiana",
    serif;
}
.treatment-steps p {
  color: #496267;
  line-height: 1.65;
}
.treatment-answer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #003f49;
  color: #fff;
}
.treatment-answer > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}
.treatment-answer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7vw;
}
.treatment-answer p {
  color: #dce9e7;
}
.treatment-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.92rem !important;
}
.mesojet-showcase {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 6vw;
  padding: 100px 8vw;
  background: #00353e;
  color: #fff;
}
.mesojet-showcase > div {
  align-self: center;
}
.mesojet-showcase p {
  color: #dce9e7;
}
.mesojet-showcase figure {
  margin: 0;
}
.mesojet-showcase video {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border: 1px solid rgba(243, 223, 173, 0.55);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}
.mesojet-showcase figcaption {
  margin-top: 14px;
  color: #c7d7d5;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .body-care-grid {
    grid-template-columns: 1fr 1fr;
  }
  .laser-zone-grid {
    grid-template-columns: 1fr 1fr;
  }
  .treatment-index-grid {
    grid-template-columns: 1fr 1fr;
  }
  .care-deep-links {
    grid-template-columns: 1fr 1fr;
  }
  .treatment-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .treatment-hero > div {
    order: 2;
    padding: 70px 7vw;
  }
  .treatment-hero figure {
    order: 1;
    min-height: 620px;
  }
  .treatment-facts {
    grid-template-columns: 1fr 1fr;
  }
  .treatment-story,
  .treatment-answer,
  .mesojet-showcase {
    grid-template-columns: 1fr;
  }
  .treatment-story {
    gap: 20px;
  }
  .treatment-story > div:last-child {
    padding-top: 0;
  }
  .treatment-answer > img {
    min-height: 550px;
  }
  .treatment-steps {
    grid-template-columns: 1fr;
  }
  .service-header {
    background: rgba(0, 39, 46, 0.9);
  }
  .service-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .service-hero-photo {
    order: 1;
    height: 62svh;
    min-height: 520px;
    max-height: 720px;
  }
  .service-hero-photo img {
    object-position: center 46%;
  }
  .service-hero-copy {
    order: 2;
    position: relative;
    z-index: 3;
    margin-top: -118px;
    padding-top: 118px;
    background: linear-gradient(180deg, transparent 0, var(--deep) 112px);
  }
  .service-hero-photo > span {
    right: 28px;
    top: 132px;
    bottom: auto;
  }
  .problem-grid article {
    min-height: 0;
  }
}

@media (max-width: 650px) {
  .body-care-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 5vw 90px;
  }
  .body-care-card figure {
    height: 290px;
  }
  .body-care-card > div {
    min-height: 300px;
    padding: 26px 25px 28px;
  }
  .body-care-card > div:before {
    left: 25px;
  }
  .body-care-card h2 {
    font-size: 2.1rem;
  }
  .body-care-card em {
    left: 25px;
  }
  .laser-menu {
    padding: 78px 6vw 90px;
  }
  .laser-menu-heading {
    margin-bottom: 34px;
  }
  .laser-menu-heading h2 {
    font-size: 2.85rem;
  }
  .laser-zone-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .laser-zone-grid a {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding: 19px 20px;
  }
  .laser-zone-grid span {
    grid-column: auto;
    font-size: 1.22rem;
  }
  .laser-zone-grid i {
    display: none;
  }
  .treatment-index-hero {
    padding: 128px 7vw 64px;
  }
  .treatment-index-hero h1 {
    font-size: 3.35rem;
  }
  .treatment-index-hero > p:last-child {
    font-size: 1rem;
    line-height: 1.65;
  }
  .treatment-filter {
    top: 0;
    padding: 16px 6vw 13px;
  }
  .treatment-filter p {
    margin-bottom: 9px;
  }
  .treatment-filter button {
    padding: 10px 15px;
  }
  .treatment-index-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 5vw 90px;
  }
  .treatment-index-card {
    min-height: 250px;
    padding: 28px 27px;
    border-top: 0;
    border-left: 3px solid var(--gold);
    border-radius: 2px;
    box-shadow: 0 22px 48px rgba(0, 45, 52, 0.14);
  }
  .treatment-index-card:after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(0, 63, 73, 0.08);
    pointer-events: none;
  }
  .treatment-index-card.featured:after {
    border-color: rgba(243, 223, 173, 0.25);
  }
  .treatment-index-card h2 {
    margin: 24px 0 13px;
    font-size: 2.15rem;
  }
  .treatment-index-card p {
    margin: 0;
    padding-bottom: 42px;
    font-size: 0.96rem;
    line-height: 1.55;
  }
  .treatment-index-card span {
    left: 27px;
    bottom: 25px;
  }
  .care-deep-links {
    grid-template-columns: 1fr;
  }
  .treatment-hero {
    padding-top: 76px;
  }
  .treatment-hero figure {
    min-height: 490px;
  }
  .treatment-hero figure:after {
    inset: 12px;
  }
  .treatment-hero figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }
  .treatment-film-label {
    top: 24px;
    left: 24px;
  }
  .treatment-guide-nav {
    justify-content: flex-start;
    padding: 42px 6vw 0;
  }
  .treatment-guide-nav a {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }
  .treatment-guide-grid {
    grid-template-columns: 1fr;
    padding: 0 6vw 78px;
  }
  .treatment-guide-card {
    padding: 32px 28px;
  }
  .treatment-hero > div {
    padding: 56px 7vw 70px;
  }
  .treatment-hero h1 {
    font-size: 3.35rem;
  }
  .treatment-lead {
    font-size: 1rem;
    line-height: 1.7;
  }
  .treatment-facts {
    grid-template-columns: 1fr;
    margin: -22px 6vw 0;
  }
  .treatment-facts div {
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 63, 73, 0.13);
  }
  .treatment-story {
    padding: 85px 7vw 65px;
  }
  .treatment-story h2,
  .treatment-answer h2,
  .mesojet-showcase h2 {
    font-size: 3rem;
  }
  .treatment-steps {
    padding: 0 6vw 78px;
  }
  .treatment-steps article {
    min-height: 0;
    padding: 32px;
  }
  .treatment-steps h3 {
    margin: 25px 0 12px;
  }
  .treatment-answer > img {
    min-height: 480px;
  }
  .treatment-answer > div {
    padding: 68px 7vw;
  }
  .mesojet-showcase {
    padding: 75px 7vw;
  }
  .mesojet-showcase video {
    max-height: 580px;
  }
  .service-header {
    height: 76px;
    padding: 0 6vw;
  }
  .service-header .logo img {
    width: 174px;
  }
  .service-hero-photo {
    height: 56svh;
    min-height: 430px;
    max-height: 590px;
  }
  .service-hero-photo:after {
    inset: 11px;
  }
  .service-hero-photo > span {
    top: 96px;
    right: 18px;
    padding: 11px 14px;
    font-size: 0.62rem;
  }
  .service-hero-copy {
    margin-top: -104px;
    padding: 92px 7vw 68px;
  }
  .service-back {
    margin-bottom: 30px;
    color: #e4efed;
    font-size: 0.67rem;
  }
  .service-hero-copy .section-tag {
    margin-bottom: 20px;
  }
  .service-hero h1 {
    margin: 14px 0 24px;
    font-size: clamp(2.9rem, 14vw, 3.55rem);
    line-height: 0.96;
  }
  .service-hero-copy > p:not(.section-tag) {
    font-size: 1rem;
    line-height: 1.65;
  }
  .service-actions {
    gap: 22px;
    margin-top: 30px;
  }
  .service-actions .cta {
    width: 100%;
  }
  .service-text-link {
    align-self: center;
  }
  .service-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(243, 223, 173, 0.24);
    line-height: 1.45;
  }
  .service-trust span:last-child {
    grid-column: 1/-1;
  }

  .service-problem {
    padding: 78px 7vw 88px;
  }
  .service-problem:before {
    top: 25px;
    right: 3vw;
    font-size: 5.5rem;
  }
  .service-problem h2,
  .service-protocol h2,
  .service-faq h2,
  .service-final-cta h2 {
    margin: 20px 0 42px;
    font-size: 2.75rem;
    line-height: 1.04;
  }
  .service-problem > h2 {
    margin: 20px -7vw 0;
    width: auto;
    padding: 38px 7vw 68px;
  }
  .problem-grid {
    gap: 14px;
    margin-top: -31px;
    padding: 0;
  }
  .problem-grid article {
    padding: 30px 26px 31px;
  }
  .problem-grid h3 {
    margin: 22px 0 12px;
    font-size: 1.85rem;
  }
  .problem-grid p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .protocol-intro {
    padding: 80px 7vw 72px;
  }
  .protocol-intro > p:last-child {
    color: #e0eae8;
    font-size: 1rem;
    line-height: 1.7;
  }
  .protocol-list {
    gap: 13px;
    padding: 28px 5vw 74px;
  }
  .protocol-list li {
    grid-template-columns: 48px 1fr;
    padding: 25px 21px;
  }
  .protocol-list > li > span {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
  .protocol-list h3 {
    font-size: 1.68rem;
  }
  .protocol-list p {
    font-size: 1rem;
    line-height: 1.62;
  }
  .service-faq {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .faq-list {
    gap: 10px;
  }
  .faq-list summary {
    padding: 22px 20px;
    font-size: 1rem;
    line-height: 1.45;
  }
  .faq-list details p {
    padding: 0 20px 24px;
    font-size: 1rem;
    line-height: 1.62;
  }
}
.treatment-hero figure video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.treatment-hero figure video,
.service-hero-photo video {
  filter: brightness(1.025) contrast(1.025) saturate(0.94);
}
.treatment-film-landscape video {
  object-position: center center;
}
.service-hero-photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #002f37;
}

.real-results {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 6vw;
  padding: 110px 7vw;
  color: #fff;
  background: linear-gradient(145deg, #002f37, #064f59);
}
.real-results-copy {
  align-self: center;
}
.real-results h2 {
  margin: 18px 0 25px;
  font:
    clamp(2.8rem, 5vw, 5.2rem) / 1 "Italiana",
    serif;
}
.real-results h2 em {
  color: var(--gold-light);
  font-style: normal;
}
.real-results-copy > p:last-child {
  max-width: 520px;
  color: #dce9e7;
  font-size: 1.02rem;
  line-height: 1.78;
}
.real-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.real-results figure {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(243, 223, 173, 0.55);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 60px rgba(0, 18, 22, 0.25);
}
.real-results img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.real-results figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(0, 39, 46, 0.84);
  backdrop-filter: blur(10px);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.results-library {
  padding: 110px 0;
  color: #fff;
  background: linear-gradient(145deg, #002f37, #064f59);
  overflow: hidden;
}
.results-library-heading,
.results-series-title {
  padding-right: 7vw;
  padding-left: 7vw;
}
.results-library-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  column-gap: 7vw;
  align-items: end;
  margin-bottom: 70px;
}
.results-library-heading .section-tag {
  grid-column: 1 / -1;
}
.results-library-heading h2 {
  margin: 18px 0 0;
  font: clamp(2.8rem, 5vw, 5.2rem)/1 "Italiana", serif;
}
.results-library-heading h2 em {
  color: var(--gold-light);
  font-style: normal;
}
.results-library-heading > p:last-child {
  color: #dce9e7;
  font-size: 1.02rem;
  line-height: 1.78;
}
.results-series + .results-series {
  margin-top: 75px;
}
.results-series-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.results-series-title > span {
  color: var(--gold-light);
  font: 2rem "Italiana", serif;
}
.results-series-title small {
  color: var(--gold-light);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.results-series-title h3 {
  margin: 5px 0 0;
  font: 1.7rem "Italiana", serif;
}
.results-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 30vw);
  gap: 16px;
  padding: 0 7vw 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--gold) rgba(255,255,255,.12);
}
.results-strip figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(243, 223, 173, 0.5);
  background: rgba(255,255,255,.06);
  scroll-snap-align: start;
}
.results-strip img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}
.results-strip figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  background: rgba(0,39,46,.84);
  backdrop-filter: blur(10px);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 850px) {
  .real-results {
    grid-template-columns: 1fr;
    padding: 85px 7vw;
  }
}

@media (max-width: 650px) {
  .real-results-grid {
    grid-template-columns: 1fr;
  }
  .real-results img {
    min-height: 360px;
  }
  .results-library {
    padding: 85px 0;
  }
  .results-library-heading {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }
  .results-library-heading > p:last-child {
    margin-top: 24px;
  }
  .results-strip {
    grid-auto-columns: 84vw;
  }
  .results-strip figure,
  .results-strip img {
    min-height: 380px;
  }
}
.service-price-ribbon {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1px;
  max-width: 920px;
  margin: -34px auto 0;
  background: rgba(0, 63, 73, 0.16);
  border: 1px solid rgba(210, 173, 102, 0.38);
  box-shadow: 0 24px 60px rgba(0, 45, 52, 0.18);
}
.service-price-ribbon > div {
  padding: 24px 34px;
  background: #fff;
}
.service-price-ribbon small {
  display: block;
  margin-bottom: 6px;
  color: #6a7f81;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.service-price-ribbon strong {
  color: var(--emerald);
  font:
    1.65rem "Italiana",
    serif;
}
.service-price-ribbon a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 24px 35px;
  background: linear-gradient(115deg, #bd9550, #ead092, #c79e56);
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.service-price-ribbon a:hover {
  filter: brightness(1.04);
}
@media (max-width: 650px) {
  .service-price-ribbon {
    grid-template-columns: 1fr 1fr;
    margin: -20px 5vw 24px;
  }
  .service-price-ribbon > div {
    padding: 20px 18px;
  }
  .service-price-ribbon strong {
    font-size: 1.4rem;
  }
  .service-price-ribbon a {
    grid-column: 1/-1;
    padding: 18px 22px;
  }
}
.treatment-index-card.treatment-index-visual {
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border-top: 0;
  background: #fff;
}
.treatment-index-visual .treatment-card-photo {
  position: relative;
  height: 245px;
  margin: 0;
  overflow: hidden;
}
.treatment-index-visual .treatment-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.treatment-index-visual:hover .treatment-card-photo img {
  transform: scale(1.045);
}
.treatment-index-visual .treatment-card-photo b {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(0, 52, 61, 0.92);
  border: 1px solid rgba(243, 223, 173, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}
.treatment-index-visual > div {
  padding: 27px 32px 70px;
}
.treatment-index-visual h2 {
  margin: 20px 0 13px;
}
.treatment-index-visual span {
  left: 32px;
  bottom: 28px;
}
.complete-price-menu {
  border-top: 1px solid rgba(169, 122, 50, 0.22);
}
.complete-price-menu .laser-zone-grid a {
  min-height: 145px;
}
.complete-price-menu .laser-zone-grid span {
  min-height: 2.7em;
}
.complete-price-menu .laser-menu-heading h2 {
  max-width: 900px;
}
@media (max-width: 650px) {
  .treatment-index-card.treatment-index-visual {
    min-height: 510px;
    padding: 0;
    border-left: 0;
  }
  .treatment-index-visual .treatment-card-photo {
    height: 270px;
  }
  .treatment-index-visual > div {
    padding: 25px 26px 68px;
  }
  .treatment-index-visual span {
    left: 26px;
  }
  .complete-price-menu .laser-zone-grid a {
    min-height: 0;
  }
  .complete-price-menu .laser-zone-grid span {
    min-height: 0;
  }
}
.care-starting-price {
  display: inline-block;
  margin: 8px 0 3px;
  padding: 7px 11px;
  color: #fff;
  background: var(--emerald);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.treatment-card-price {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 28px;
  padding: 8px 11px;
  color: #fff;
  background: var(--emerald);
  border: 1px solid rgba(243, 223, 173, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}
.treatment-index-card.featured > .treatment-card-price {
  color: var(--deep);
  background: var(--gold-light);
}

/* Tarifs : lecture immédiate, pensée comme une carte de soins plutôt qu'une grille administrative. */
.complete-price-menu {
  background: linear-gradient(145deg, #edf4f3 0%, #fff 68%);
}
.complete-price-menu .laser-menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  column-gap: 7vw;
  align-items: end;
  max-width: none;
}
.complete-price-menu .laser-menu-heading .section-tag,
.complete-price-menu .laser-menu-heading h2 {
  grid-column: 1;
}
.complete-price-menu .laser-menu-heading > p:last-child {
  grid-column: 2;
  grid-row: 1/3;
  margin: 0;
  padding: 24px 0 8px;
  border-top: 1px solid rgba(0, 63, 73, 0.25);
  font-size: 1rem;
}
.complete-price-menu .laser-zone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.complete-price-menu .laser-zone-grid a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 10px 22px;
  min-height: 0;
  padding: 25px 28px;
  border: 0;
  border-left: 4px solid var(--gold);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 45, 52, 0.1);
}
.complete-price-menu .laser-zone-grid span {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
  color: #063f49;
  font:
    600 1.04rem/1.35 "DM Sans",
    sans-serif;
}
.complete-price-menu .laser-zone-grid small {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  color: #536d71;
  font-size: 0.88rem;
  font-weight: 500;
}
.complete-price-menu .laser-zone-grid strong {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  min-width: 104px;
  color: #8d611e;
  font:
    2rem/1 "Italiana",
    serif;
  text-align: right;
  white-space: nowrap;
}
.complete-price-menu .laser-zone-grid i {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  margin: 0;
  color: #063f49;
  font-size: 0.72rem;
  text-align: right;
}
.complete-price-menu .laser-zone-grid a:hover {
  border-left-color: #8d611e;
  background: #fffdf8;
  transform: translateY(-3px);
}
.complete-price-menu .laser-zone-grid a[data-booking-service="laser-full"],
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-intimate-offer"] {
  border-left-color: var(--gold-light);
  background: linear-gradient(125deg, #003d47, #005966);
  box-shadow: 0 20px 44px rgba(0, 45, 52, 0.22);
}
.complete-price-menu .laser-zone-grid a[data-booking-service="laser-full"] span,
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-full"]
  small,
.complete-price-menu .laser-zone-grid a[data-booking-service="laser-full"] i,
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-intimate-offer"]
  span,
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-intimate-offer"]
  small,
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-intimate-offer"]
  i {
  color: #fff;
}
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-full"]
  strong,
.complete-price-menu
  .laser-zone-grid
  a[data-booking-service="laser-intimate-offer"]
  strong {
  color: var(--gold-light);
}
@media (max-width: 650px) {
  .complete-price-menu .laser-menu-heading {
    display: block;
  }
  .complete-price-menu .laser-menu-heading > p:last-child {
    margin-top: 24px;
    padding-top: 18px;
  }
  .complete-price-menu .laser-zone-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .complete-price-menu .laser-zone-grid a {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 21px 19px 20px;
    gap: 8px 15px;
    border-left-width: 3px;
  }
  .complete-price-menu .laser-zone-grid span {
    font-size: 1rem;
    line-height: 1.35;
  }
  .complete-price-menu .laser-zone-grid strong {
    min-width: 88px;
    font-size: 1.72rem;
  }
  .complete-price-menu .laser-zone-grid i {
    display: block;
    font-size: 0.68rem;
  }
}

.laser-gesture {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 8vw;
  padding: 110px 9vw;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(210, 173, 102, 0.13),
      transparent 30%
    ),
    linear-gradient(135deg, #002f37, #004d58);
  color: #fff;
  overflow: hidden;
}
.laser-gesture-copy {
  max-width: 520px;
}
.laser-gesture h2 {
  margin: 20px 0 25px;
  font:
    clamp(3rem, 4.7vw, 5.4rem)/1 "Italiana",
    serif;
}
.laser-gesture h2 em {
  color: var(--gold-light);
}
.laser-gesture-copy > p:last-child {
  max-width: 440px;
  color: #d5e2e0;
  font-size: 1.03rem;
  line-height: 1.72;
}
.laser-gesture figure {
  position: relative;
  height: 570px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 223, 173, 0.5);
  box-shadow: 0 35px 75px rgba(0, 19, 24, 0.34);
}
.laser-gesture video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  background: #002f37;
}
.laser-gesture figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(0, 45, 52, 0.78);
  backdrop-filter: blur(10px);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .laser-gesture {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 82px 7vw;
  }
  .laser-gesture h2 {
    font-size: 3.05rem;
  }
  .laser-gesture figure {
    height: 590px;
  }
  .laser-gesture video {
    object-fit: cover;
  }
  .laser-gesture figcaption {
    left: 16px;
    bottom: 16px;
    font-size: 0.64rem;
  }
}

/* Contrast pass: editorial clarity on pale cards and image-led sections. */
.treatment-steps article,
.problem-grid article,
.body-care-card > div,
.face-care-grid .care-copy,
.care-detail,
.treatment-guide-card,
.laser-zone-grid a {
  color: #123f46;
}
.treatment-steps p,
.problem-grid p,
.body-care-card p,
.face-care-grid p,
.care-detail p,
.care-detail li,
.treatment-guide-card p,
.treatment-guide-card li,
.laser-zone-grid small {
  color: #304f54;
}
.treatment-steps h3,
.problem-grid h3,
.body-care-card h2,
.face-care-grid h3,
.care-detail h4,
.treatment-guide-card h3,
.laser-zone-grid span {
  color: #073f49;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}
.treatment-steps article,
.problem-grid article,
.body-care-card,
.face-care-grid .care-card,
.treatment-guide-card,
.laser-zone-grid a {
  border-color: rgba(0, 63, 73, 0.2);
  box-shadow: 0 22px 52px rgba(0, 45, 52, 0.13);
}
.body-care-intro h2,
.body-care-intro p,
.body-care-intro small,
.body-care-intro em,
.face-care-grid .care-card.is-tech h3,
.face-care-grid .care-card.is-tech p,
.care-detail-film h4,
.care-detail-film p,
.care-detail-film li,
.treatment-answer h2,
.treatment-answer p,
.mesojet-showcase h2,
.mesojet-showcase p,
.laser-facecam-copy h2,
.laser-facecam-copy > p:not(.section-tag) {
  color: #f4faf8;
  text-shadow: 0 2px 18px rgba(0, 17, 21, 0.52);
}
.hero-center h1,
.hero-center > p:not(.hero-kicker),
.film-caption,
.treatment-hero h1,
.treatment-lead {
  text-shadow: 0 3px 24px rgba(0, 13, 17, 0.78);
}
.film-caption,
.treatment-film-label,
.care-detail-film figcaption {
  background: rgba(0, 38, 45, 0.9);
  border: 1px solid rgba(243, 223, 173, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
@media (max-width: 650px) {
  .treatment-steps article,
  .problem-grid article,
  .body-care-card > div,
  .face-care-grid .care-copy,
  .treatment-guide-card {
    box-shadow: 0 16px 38px rgba(0, 45, 52, 0.14);
  }
}

/* Tarifs premium : une lecture immédiate, plus luxueuse et moins administrative. */
.complete-price-menu {
  position: relative;
  padding-top: 92px;
  padding-bottom: 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 7%, rgba(210, 173, 102, 0.2), transparent 27%),
    linear-gradient(145deg, #eef5f4 0%, #fbfdfc 58%, #fffaf0 100%);
}
.complete-price-menu::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -105px;
  top: 34%;
  border: 1px solid rgba(169, 122, 50, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(169, 122, 50, 0.035);
  pointer-events: none;
}
.complete-price-menu .laser-menu-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}
.complete-price-menu .laser-menu-heading > p:last-child {
  max-width: 420px;
  color: #294c52;
  font-weight: 500;
}
.complete-price-menu .laser-zone-grid {
  position: relative;
  z-index: 1;
  gap: 20px;
}
.complete-price-menu .laser-zone-grid a {
  isolation: isolate;
  min-height: 232px;
  padding: 28px 30px 27px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 20px auto 34px 42px;
  gap: 11px 22px;
  border: 1px solid rgba(0, 63, 73, 0.13);
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 240, 0.97));
  box-shadow:
    0 24px 55px rgba(0, 45, 52, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.complete-price-menu .laser-zone-grid a::before {
  content: "Soin Glow";
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
  color: #9a6b25;
  font: 600 0.67rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-discovery"]::before {
  content: "Découverte";
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-30"]::before {
  content: "À la carte";
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack5"]::before {
  content: "Cure 5 séances";
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"]::before {
  content: "Le plus choisi";
}
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack5"]::before {
  content: "Cure combinée";
}
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"]::before {
  content: "Cure signature";
}
.complete-price-menu .laser-zone-grid span {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  max-width: 390px;
  min-height: 0;
  color: #043e48;
  font: 1.34rem/1.25 "Italiana", serif;
  text-shadow: none;
}
.complete-price-menu .laser-zone-grid strong {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 132px;
  color: #9b6a20;
  font: clamp(2.3rem, 3vw, 3.25rem)/0.9 "Italiana", serif;
  letter-spacing: -0.035em;
}
.complete-price-menu .laser-zone-grid small {
  grid-column: 1 / -1;
  grid-row: 3;
  justify-self: start;
  align-self: center;
  padding: 7px 12px;
  color: #244b51;
  border: 1px solid rgba(0, 63, 73, 0.18);
  border-radius: 999px;
  background: rgba(233, 243, 241, 0.86);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.complete-price-menu .laser-zone-grid i {
  grid-column: 1 / -1;
  grid-row: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  color: #063f49;
  border: 1px solid rgba(169, 122, 50, 0.58);
  background: linear-gradient(100deg, #e1c585, #c99f50);
  font-size: 0.7rem;
  text-align: left;
}
.complete-price-menu .laser-zone-grid a:hover {
  border-color: rgba(169, 122, 50, 0.5);
  background: #fffdf8;
  transform: translateY(-5px);
  box-shadow: 0 31px 65px rgba(0, 45, 52, 0.18);
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"],
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"] {
  border-color: rgba(225, 197, 133, 0.58);
  background:
    radial-gradient(circle at 93% 8%, rgba(225, 197, 133, 0.2), transparent 30%),
    linear-gradient(135deg, #003943, #005562);
  box-shadow: 0 30px 65px rgba(0, 38, 45, 0.28);
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"]::after,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"]::after {
  content: "1 séance offerte";
  position: absolute;
  top: 22px;
  right: 26px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"]::before,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"]::before,
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"] strong,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"] strong {
  color: #efdba9;
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"] span,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"] span {
  color: #fff;
  text-shadow: none;
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"] small,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"] small {
  color: #fff;
  border-color: rgba(239, 219, 169, 0.38);
  background: rgba(255, 255, 255, 0.09);
}
.complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"] i,
.complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"] i {
  color: #063f49;
}
@media (max-width: 650px) {
  .complete-price-menu {
    padding-top: 74px;
    padding-bottom: 86px;
  }
  .complete-price-menu .laser-menu-heading {
    margin-bottom: 28px;
  }
  .complete-price-menu .laser-menu-heading > p:last-child {
    margin-top: 18px;
    padding-top: 14px;
    font-size: 0.91rem;
  }
  .complete-price-menu .laser-zone-grid {
    gap: 15px;
  }
  .complete-price-menu .laser-zone-grid a {
    min-height: 218px;
    padding: 24px 22px 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 18px auto 32px 42px;
    gap: 10px 12px;
    border-left-width: 0;
  }
  .complete-price-menu .laser-zone-grid span {
    max-width: 230px;
    font-size: 1.18rem;
  }
  .complete-price-menu .laser-zone-grid strong {
    min-width: 92px;
    font-size: 2.25rem;
  }
  .complete-price-menu .laser-zone-grid a[data-booking-service="rf-pack10"]::after,
  .complete-price-menu .laser-zone-grid a[data-booking-service="combo-pack10"]::after {
    top: 20px;
    right: 20px;
    font-size: 0.62rem;
  }
}
