/*
Theme Name: Studio Nacré
Theme URI: https://github.com/jeremiecordier64-byte/studio-nacre
Author: Studio Nacré
Description: Thème sur mesure du Studio Nacré, fidèle au prototype validé.
Version: 1.2.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.2
Text Domain: studio-nacre
*/

:root {
  --ink: #153f43;
  --ink-soft: #436d70;
  --turquoise: #54b9b7;
  --turquoise-dark: #287d7e;
  --turquoise-deep: #164e51;
  --turquoise-wash: #dff4f1;
  --pearl: #f7f4ef;
  --cream: #fffdf9;
  --white: #ffffff;
  --line: rgba(21, 63, 67, 0.13);
  --shadow: 0 24px 70px rgba(28, 73, 75, 0.1);
}

[hidden] { display: none !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #153f43; }
.studio-nacre:not(.modal-open) { overflow: auto !important; }
.modal-open { overflow: hidden !important; }
.service-footer a { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 8px 22px; border: 1px solid var(--ink); border-radius: 999px; background: rgba(253, 249, 242, 0.88); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.service-footer a:hover, .service-footer a:focus-visible { background: var(--ink); color: #fff; }
.gallery-callout > a { flex: 0 0 auto; text-decoration: none; }
.reservation-demo-notice { width: fit-content; margin: 22px auto 0 !important; padding: 10px 16px; border: 1px solid rgba(179,154,105,.5); border-radius: 999px; color: var(--ink) !important; background: rgba(255,253,249,.72); font-size: 12px !important; }
.reservation-intro > p:not(.reservation-kicker):not(.reservation-demo-notice) { max-width: 630px; margin: 22px auto 0; color: var(--ink-soft); font-size: clamp(15px, 1.4vw, 19px); line-height: 1.65; }
.footer-details a { padding: 10px 0; border-bottom: 1px solid var(--gold-deep); color: var(--ink); font-weight: 700; text-decoration: none; }
.mobile-booking-button { text-decoration: none; }
.reservation-page :focus-visible, .site-header :focus-visible, footer :focus-visible { outline: 3px solid #b39a69; outline-offset: 3px; }
.content-page { min-height: 100vh; padding: 0 24px 90px; background: #f7f4ef url("assets/images/studio-nacre-pearl-background-v1.webp") center / cover fixed; color: var(--ink); }
.content-page-header { max-width: 1040px; min-height: 96px; display: flex; align-items: center; margin: 0 auto; border-bottom: 1px solid rgba(179,154,105,.45); }
.content-page-card { max-width: 920px; margin: 64px auto 0; padding: clamp(36px,6vw,84px); border: 1px solid rgba(179,154,105,.45); border-radius: 34px; background: rgba(255,253,249,.86); box-shadow: var(--shadow); }
.content-page-card h1 { margin: 0 0 40px; color: var(--ink); font-family: var(--display-serif); font-size: clamp(48px,7vw,82px); font-weight: 400; letter-spacing: -.04em; }
.content-page-card h2 { margin: 38px 0 12px; color: var(--ink); font-family: var(--display-serif); font-size: 30px; font-weight: 400; }
.content-page-card p, .content-page-card li { color: var(--ink-soft); line-height: 1.75; }

/* ==================================================================
   AJUSTEMENTS ÉDITORIAUX — PRESTATIONS, FIDÉLITÉ ET À PROPOS
   ================================================================== */

.service-card,
.service-card.featured {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch !important;
  justify-content: stretch !important;
  padding: clamp(72px, 5.4vw, 88px) clamp(48px, 4.6vw, 68px)
    clamp(58px, 4.8vw, 76px) !important;
}

.service-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(18px, 1.8vw, 28px);
  text-align: center;
}

.service-copy .service-subtitle {
  margin-top: 0;
}

.service-copy .service-description {
  margin-top: 12px;
}

.service-card .service-footer,
.service-card.featured .service-footer {
  width: min(100%, 176px);
  align-self: end;
  gap: 4px;
  margin: 8px auto 0;
  padding-top: 14px;
}

.service-card .service-footer button,
.service-card.featured .service-footer button {
  min-height: 39px;
  margin-top: 10px;
  padding: 8px 22px;
}

.gallery-callout {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 80px);
  margin-top: clamp(34px, 4vw, 58px);
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.gallery-callout-copy {
  display: grid;
  gap: 7px;
}

.gallery-callout-copy p,
.gallery-callout-copy strong {
  margin: 0;
  color: var(--ink) !important;
  font-family: var(--display-serif);
  font-size: clamp(29px, 3.25vw, 48px) !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05;
  text-transform: none !important;
}

.gallery-callout button {
  min-height: 52px;
  flex: 0 0 auto;
  padding: 0 25px;
  border: 1px solid var(--ink) !important;
  border-radius: 999px;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-callout button:hover {
  background: var(--ink) !important;
  color: #fff !important;
}

.loyalty-teaser,
.ocean-depths .loyalty-teaser {
  grid-template-columns: minmax(320px, 0.82fr) minmax(500px, 1.18fr) !important;
  gap: clamp(48px, 6vw, 96px) !important;
  padding-right: clamp(28px, 5vw, 86px) !important;
  padding-left: clamp(28px, 6.4vw, 112px) !important;
}

.loyalty-copy {
  align-self: center;
}

.loyalty-title,
.ocean-depths .loyalty-title {
  margin: 0;
  color: var(--ink) !important;
  font-family: var(--display-serif);
  font-size: clamp(54px, 6.1vw, 88px) !important;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.loyalty-heading,
.ocean-depths .loyalty-heading {
  margin: clamp(22px, 2.5vw, 36px) 0 0 !important;
  color: var(--ink) !important;
  font-family: var(--display-serif);
  font-size: clamp(29px, 3vw, 44px) !important;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04 !important;
}

.loyalty-description,
.ocean-depths .loyalty-description {
  max-width: 570px;
  margin: clamp(30px, 3vw, 44px) 0 0 !important;
  color: var(--ink-soft) !important;
  font-size: 16px;
  line-height: 1.75 !important;
}

.loyalty-description strong {
  color: var(--ink) !important;
}

.loyalty-copy .text-link.light {
  min-height: 49px;
  margin-top: 30px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.loyalty-copy .text-link.light:hover {
  background: var(--ink);
  color: #fff;
}

.loyalty-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(179, 154, 105, 0.46);
  border-radius: 110px 18px 110px 18px;
  background: rgba(252, 248, 241, 0.74);
  box-shadow: 0 28px 68px rgba(44, 47, 56, 0.13);
}

.loyalty-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.loyalty-status {
  position: absolute;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  left: clamp(14px, 2vw, 28px);
  display: grid;
  gap: 12px;
  padding: 16px 18px 15px;
  border: 1px solid rgba(179, 154, 105, 0.48);
  border-radius: 16px;
  background: rgba(253, 249, 242, 0.9);
  box-shadow: 0 14px 34px rgba(27, 36, 52, 0.12);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.loyalty-status-name {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 17px;
  letter-spacing: 0.01em;
}

.loyalty-shell-progress {
  display: grid;
  grid-template-columns: repeat(10, minmax(28px, 1fr));
  gap: 6px;
}

.loyalty-shell-progress > span {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  font-size: 8px;
}

.loyalty-shell-progress > span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/scallop-shell-outline.png") center / contain no-repeat;
  opacity: 0.66;
}

.loyalty-shell-progress > span.filled::before,
.loyalty-shell-progress > span.reward::before {
  background: var(--turquoise-dark);
  -webkit-mask: url("assets/images/scallop-shell-beige-fill.png") center / contain no-repeat;
  mask: url("assets/images/scallop-shell-beige-fill.png") center / contain no-repeat;
  opacity: 1;
}

.loyalty-shell-progress > span.reward::before {
  background: var(--gold-deep);
}

.loyalty-shell-progress b {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.loyalty-shell-progress .filled b,
.loyalty-shell-progress .reward b {
  color: #fff;
}

.loyalty-status-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 10px;
}

.loyalty-status-detail strong {
  color: var(--ink);
}

.about-section,
.ocean-depths .about-section {
  grid-template-areas: "copy values situation";
  grid-template-columns: minmax(250px, 0.78fr) minmax(330px, 0.96fr)
    minmax(390px, 1.16fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4vw, 70px) !important;
  padding: clamp(72px, 8vw, 120px) clamp(24px, 4.5vw, 78px) !important;
}

.about-section::before,
.about-section::after {
  display: none !important;
}

.about-copy {
  grid-area: copy;
}

.about-copy .eyebrow {
  margin-bottom: 18px;
}

.about-copy h2 {
  font-size: clamp(42px, 4.5vw, 68px) !important;
  line-height: 0.98;
}

.about-copy > p:last-child {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.75;
}

.about-values {
  grid-area: values;
  align-self: center;
}

.about-values article,
.ocean-depths .about-values article {
  padding: 23px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-values strong {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.15;
}

.about-situation {
  grid-area: situation;
  min-width: 0;
  min-height: 610px;
  align-self: stretch;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(179, 154, 105, 0.46);
  border-radius: 120px 18px 120px 18px;
  background: rgba(252, 248, 241, 0.72);
  box-shadow: 0 28px 68px rgba(44, 47, 56, 0.12);
}

.about-situation img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1180px) {
  .about-section,
  .ocean-depths .about-section {
    grid-template-areas:
      "copy situation"
      "values situation";
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr) !important;
  }

  .about-situation {
    min-height: 660px;
  }
}

@media (max-width: 980px) {
  .loyalty-teaser,
  .ocean-depths .loyalty-teaser {
    grid-template-columns: 1fr !important;
  }

  .loyalty-copy {
    max-width: 720px;
  }

  .loyalty-visual {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-section,
  .ocean-depths .about-section {
    grid-template-areas:
      "copy situation"
      "values situation";
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr) !important;
    gap: 34px !important;
  }
}

@media (max-width: 760px) {
  .service-card,
  .service-card.featured {
    padding: 64px 42px 54px !important;
  }

  .gallery-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-callout button {
    width: 100%;
  }

  .loyalty-title,
  .ocean-depths .loyalty-title {
    font-size: clamp(48px, 14vw, 68px) !important;
  }

  .loyalty-visual {
    aspect-ratio: 4 / 3;
    border-radius: 68px 14px 68px 14px;
  }

  .loyalty-status {
    gap: 9px;
    padding: 13px;
  }

  .loyalty-shell-progress {
    gap: 3px;
  }

  .loyalty-status-detail {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .about-section,
  .ocean-depths .about-section {
    grid-template-areas:
      "copy"
      "values"
      "situation";
    grid-template-columns: 1fr !important;
  }

  .about-situation {
    min-height: 470px;
    border-radius: 74px 14px 74px 14px;
  }
}

/* ==================================================================
   LIVRAISON WORDPRESS 1.1 — NAVIGATION, TOUCHES ET RESPONSIVE
   ================================================================== */

.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(19, 40, 70, 0.22);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.78);
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 19px;
  height: 1px;
  display: block;
  margin: 2px auto;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

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

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

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

.home-addons {
  position: relative;
  z-index: 1;
}

.home-addons-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-addons-list li {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(19, 40, 70, 0.15);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.78);
}

.home-addons-list li > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.home-addons-list strong {
  color: var(--ink);
  font-size: 14px;
}

.home-addons-list small {
  font-size: 11px;
}

.home-addons-list b {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.reservation-privacy-notice {
  margin: -8px 0 28px;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 253, 249, 0.72);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.gallery-mosaic {
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.gallery-item {
  scroll-snap-align: start;
}

.services-grid > *,
.about-section > *,
.loyalty-teaser > *,
.stephanie-section > *,
.reservation-layout > *,
.reservation-calendar-layout > * {
  min-width: 0;
}

.reservation-demo-notice,
.service-card,
.content-page-card,
.account-panel {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden !important;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 9px;
  }

  .mobile-menu-toggle {
    z-index: 2;
    display: grid;
  }

  .site-header nav,
  .site-header nav[data-mobile-nav] {
    position: absolute;
    top: calc(100% - 4px);
    right: 18px;
    left: 18px;
    max-height: calc(100svh - 98px);
    display: none !important;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    overflow-y: auto;
    border: 1px solid rgba(179, 154, 105, 0.48);
    border-radius: 20px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: 0 22px 60px rgba(19, 40, 70, 0.18);
    backdrop-filter: blur(18px);
  }

  .site-header nav.is-open,
  .site-header nav[data-mobile-nav].is-open {
    display: flex !important;
  }

  .site-header nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(179, 154, 105, 0.24);
    font-size: 12px;
  }

  .site-header nav a:last-child {
    border-bottom: 0;
  }

  .little-touches.home-addons {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gallery-controls button,
  .account-button,
  .reservation-calendar-header button,
  .reservation-calendar-days button,
  .reservation-time-list button {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 44px 44px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    gap: 0;
  }

  .account-button {
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
  }

  .reservation-demo-notice {
    width: auto;
    max-width: 100%;
    border-radius: 18px;
    line-height: 1.5;
  }

  .little-touches.home-addons {
    padding: 28px 18px;
  }

  .little-touches-title {
    gap: 14px;
  }

  .home-addons-list li {
    align-items: flex-start;
  }

  .home-addons-list strong {
    font-size: 13px;
  }

  .mobile-booking-button {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 430px) {
  .service-card,
  .service-card.featured {
    padding: 58px 36px 48px !important;
  }

  .gallery-callout-copy p,
  .gallery-callout-copy strong {
    font-size: clamp(27px, 8.4vw, 36px) !important;
  }

  .loyalty-status-name {
    font-size: 14px;
  }

  .loyalty-shell-progress > span {
    min-width: 0;
    font-size: 7px;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body:has(.account-layer),
body:has(.confirmation-layer) {
  overflow: hidden;
}

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

button {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 78px);
  border-bottom: 1px solid rgba(21, 63, 67, 0.08);
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(84, 185, 183, 0.45);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #d7f1ef);
}

.brand-mark svg {
  width: 16px;
  fill: var(--turquoise-dark);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}

.site-header nav a {
  position: relative;
  padding: 10px 0;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--turquoise);
  transition: right 0.25s ease;
}

.site-header nav a:hover::after {
  right: 0;
}

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

.account-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 13px;
}

.account-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--turquoise-dark);
  border-radius: 999px;
  background: var(--turquoise-dark);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #1f6c6d;
  box-shadow: 0 12px 28px rgba(40, 125, 126, 0.24);
}

.button:disabled {
  border-color: #b9cecd;
  background: #b9cecd;
  cursor: not-allowed;
}

.button-small {
  min-height: 42px;
  padding: 0 20px;
}

.button-link {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: none;
  cursor: pointer;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 125px) clamp(28px, 7vw, 110px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--turquoise-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.hero h1 em {
  color: var(--turquoise-dark);
  font-weight: 400;
}

.hero-intro {
  max-width: 580px;
  margin: 32px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(21, 63, 67, 0.3);
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 68px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-notes svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--turquoise-dark);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #d9eeeb url("assets/images/studio-nacre-hero.png") 62% center / cover no-repeat;
}

.visual-caption {
  position: absolute;
  bottom: 42px;
  left: 42px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.visual-caption span {
  color: var(--turquoise-dark);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-caption strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.services-section {
  padding: clamp(85px, 10vw, 150px) clamp(24px, 6vw, 90px);
}

.section-heading {
  max-width: 1240px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 50px;
  margin: 0 auto 58px;
}

.section-heading h2,
.loyalty-teaser h2,
.booking-intro h2,
.about-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.5vw, 65px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.section-heading > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.services-grid {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-4px);
  background: white;
  box-shadow: var(--shadow);
}

.service-topline {
  display: flex;
  justify-content: space-between;
  color: #759294;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-top: 32px;
  border-radius: 50%;
  background: var(--turquoise-wash);
}

.service-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--turquoise-dark);
}

.service-subtitle {
  margin: 30px 0 7px;
  color: var(--turquoise-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.service-description {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.service-footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.service-footer button {
  padding: 8px 0 8px 12px;
  border: 0;
  background: none;
  color: var(--turquoise-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.service-footer button span {
  margin-left: 3px;
}

.duration-note {
  max-width: 1240px;
  margin: 18px auto 0;
  color: #71898b;
  font-size: 11px;
}

.nail-gallery {
  max-width: 1240px;
  margin: 105px auto 0;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
}

.gallery-heading .eyebrow {
  margin-bottom: 12px;
}

.gallery-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.gallery-heading > div:first-child > p:last-child {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.marine-icon-cluster {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.marine-icon-cluster span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 1px solid rgba(84, 185, 183, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--turquoise-dark);
}

.marine-icon-cluster span:nth-child(2) {
  transform: translateY(-12px);
  background: var(--turquoise-wash);
}

.marine-icon-cluster svg {
  width: 23px;
  height: 23px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  height: min(78vw, 820px);
}

.gallery-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: #eee8e1;
}

.gallery-item.gallery-tall {
  grid-row: 1 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(12, 41, 43, 0.62), transparent);
  pointer-events: none;
}

.gallery-item figcaption {
  position: absolute;
  right: 24px;
  bottom: 23px;
  left: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: white;
}

.gallery-item figcaption span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-item figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.little-touches {
  max-width: 1240px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  margin: 70px auto 0;
  padding: 42px 48px;
  border-radius: 28px;
  background: linear-gradient(130deg, #f1ece6, #eff8f6);
}

.little-touches-title {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.little-touches-title > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: white;
}

.little-touches-title svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--turquoise-dark);
}

.little-touches-title .eyebrow {
  margin-bottom: 8px;
}

.little-touches-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}

.add-ons-list {
  display: grid;
  gap: 8px;
}

.add-ons-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 16px;
  border: 1px solid rgba(21, 63, 67, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.add-ons-list button:hover {
  transform: translateX(3px);
  border-color: rgba(84, 185, 183, 0.6);
}

.add-ons-list button > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.add-ons-list strong {
  font-size: 13px;
}

.add-ons-list small {
  color: #708c8e;
  font-size: 10px;
}

.add-ons-list b {
  color: var(--turquoise-dark);
  font-size: 12px;
  white-space: nowrap;
}

.loyalty-teaser {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
  overflow: hidden;
  margin: 0 clamp(18px, 3vw, 42px);
  padding: clamp(65px, 7vw, 105px) clamp(30px, 8vw, 130px);
  border-radius: 40px;
  background: linear-gradient(135deg, #164e51, #287d7e);
  color: white;
}

.loyalty-teaser .eyebrow {
  color: #a9e3df;
}

.loyalty-teaser > div > p:not(.eyebrow) {
  max-width: 520px;
  color: #d7eeee;
  line-height: 1.8;
}

.loyalty-marine-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(186, 231, 226, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #bde5e2;
}

.loyalty-marine-icon svg {
  width: 21px;
  height: 21px;
}

.text-link.light {
  margin-top: 14px;
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.loyalty-card {
  position: relative;
  transform: rotate(-1.5deg);
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.97),
    rgba(225, 244, 241, 0.88)
  );
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
  color: var(--ink);
}

.loyalty-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(83, 184, 181, 0.28);
  border-radius: 22px;
  pointer-events: none;
}

.loyalty-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.loyalty-card-head span:last-child {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.loyalty-card > p {
  color: var(--ink-soft);
  font-size: 12px;
}

.pearls-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  margin: 28px 0 26px;
}

.pearls-row span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 125, 126, 0.28);
  border-radius: 50%;
  color: #749496;
  font-size: 10px;
}

.pearls-row span.filled {
  border-color: transparent;
  background: radial-gradient(
    circle at 30% 25%,
    #fff,
    #9dd9d4 55%,
    #4ea7a5
  );
  box-shadow: 0 4px 10px rgba(40, 125, 126, 0.17);
  color: #1e6868;
}

.pearls-row span.reward {
  border: 0;
  background: var(--turquoise-dark);
  color: white;
  font-size: 9px;
  font-weight: 700;
}

.loyalty-card-foot {
  display: flex;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 11px;
}

.loyalty-card-foot strong {
  color: var(--ink);
}

.booking-section {
  padding: clamp(95px, 9vw, 145px) clamp(20px, 5vw, 72px);
}

.booking-intro {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.booking-intro > p:last-child {
  max-width: 560px;
  margin: 25px auto 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.booking-shell {
  max-width: 1260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 355px;
  align-items: start;
  gap: 22px;
  margin: auto;
}

.booking-main {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: 0 20px 70px rgba(28, 73, 75, 0.07);
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fbfdfc;
}

.step-button {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: #6b898b;
  cursor: pointer;
  font-size: 12px;
}

.step-button:last-child {
  border-right: 0;
}

.step-button > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #bcd1d0;
  border-radius: 50%;
  font-size: 10px;
}

.step-button svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.step-button.active {
  background: var(--turquoise-wash);
  color: var(--ink);
  font-weight: 700;
}

.step-button.active > span,
.step-button.complete > span {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-dark);
  color: white;
}

.booking-panel {
  padding: 42px;
}

.panel-heading {
  margin-bottom: 30px;
}

.panel-heading > p {
  margin: 0 0 6px;
  color: var(--turquoise-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.panel-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.service-choice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.service-choice {
  min-height: 76px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.service-choice:hover,
.service-choice.selected {
  border-color: var(--turquoise);
  background: #f4fbfa;
}

.choice-radio {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #a9c1c1;
  border-radius: 50%;
}

.service-choice.selected .choice-radio {
  border-color: var(--turquoise-dark);
}

.choice-radio i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--turquoise-dark);
}

.choice-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.choice-copy strong {
  font-size: 13px;
}

.choice-copy small {
  color: #71898b;
  font-size: 10px;
}

.service-choice > b {
  color: var(--turquoise-dark);
  font-size: 11px;
}

.extras-picker {
  margin-top: 32px;
  padding: 24px;
  border-radius: 18px;
  background: #f7f3ee;
}

.extras-picker > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.extras-picker h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.extras-picker > div > span {
  color: #7a9091;
  font-size: 10px;
  text-transform: uppercase;
}

.extras-picker label {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(21, 63, 67, 0.08);
  cursor: pointer;
}

.extras-picker label > input,
.create-account-check > input,
.terms-check > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-checkbox {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid #abc0c0;
  border-radius: 5px;
  background: white;
}

.custom-checkbox svg {
  width: 13px;
  fill: none;
  stroke: white;
  stroke-width: 2.2;
  opacity: 0;
}

label > input:checked + .custom-checkbox {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-dark);
}

label > input:checked + .custom-checkbox svg {
  opacity: 1;
}

.extras-picker label > span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.extras-picker label strong {
  font-size: 12px;
}

.extras-picker label small {
  color: #7b9091;
  font-size: 10px;
}

.extras-picker label > b {
  color: var(--turquoise-dark);
  font-size: 11px;
}

.booking-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.booking-nav.end {
  justify-content: flex-end;
}

.back-button {
  padding: 10px 0;
  border: 0;
  background: none;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.calendar-time-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 18px;
}

.calendar-card,
.times-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.calendar-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.calendar-head button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

.calendar-head button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.weekday-row {
  margin-bottom: 6px;
}

.weekday-row span {
  padding: 5px 0;
  color: #829899;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}

.date-grid button,
.date-grid .empty {
  aspect-ratio: 1;
}

.date-grid button {
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.date-grid button:hover:not(:disabled) {
  background: var(--turquoise-wash);
}

.date-grid button.selected {
  background: var(--turquoise-dark);
  color: white;
  font-weight: 700;
}

.date-grid button:disabled {
  color: #c4cece;
  cursor: not-allowed;
  text-decoration: line-through;
}

.calendar-legend {
  display: flex;
  gap: 18px;
  margin-top: 18px;
  color: #738a8c;
  font-size: 9px;
}

.calendar-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.calendar-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--turquoise-dark);
}

.calendar-legend i.unavailable {
  background: #d3dddd;
}

.times-card {
  display: flex;
  flex-direction: column;
}

.times-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.times-heading > svg,
.summary-when > svg {
  width: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--turquoise-dark);
  stroke-width: 1.5;
}

.times-heading div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.times-heading span {
  color: #819697;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.times-heading strong {
  font-size: 12px;
}

.times-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.times-list button {
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font-size: 12px;
}

.times-list button:hover,
.times-list button.selected {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-wash);
  color: var(--turquoise-deep);
  font-weight: 700;
}

.time-empty {
  display: grid;
  place-items: center;
  flex: 1;
  padding: 40px 15px;
  color: #8aa0a1;
  text-align: center;
}

.time-empty span {
  color: #afd8d5;
  font-size: 22px;
}

.time-empty p {
  max-width: 160px;
  font-size: 11px;
  line-height: 1.5;
}

.connected-notice {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #b8e0dc;
  border-radius: 14px;
  background: #eff9f7;
}

.connected-notice > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--turquoise-dark);
}

.connected-notice svg {
  width: 17px;
  fill: none;
  stroke: white;
  stroke-width: 2;
}

.connected-notice p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  font-size: 12px;
}

.connected-notice small {
  color: #72898a;
  font-size: 10px;
}

.connected-notice button {
  border: 0;
  background: none;
  color: var(--turquoise-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.booking-form-grid label,
.account-auth form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.booking-form-grid .full-width {
  grid-column: 1 / -1;
}

.booking-form-grid input,
.booking-form-grid textarea,
.account-auth form input {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
  color: var(--ink);
  font-weight: 400;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.booking-form-grid textarea {
  min-height: 86px;
  resize: vertical;
}

.booking-form-grid input:focus,
.booking-form-grid textarea:focus,
.account-auth form input:focus {
  border-color: var(--turquoise);
  box-shadow: 0 0 0 3px rgba(84, 185, 183, 0.12);
}

.create-account-check,
.terms-check {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 20px;
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

.create-account-check {
  padding: 16px;
  border-radius: 13px;
  background: var(--turquoise-wash);
}

.create-account-check > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 700;
}

.create-account-check small {
  color: #668486;
  font-size: 9px;
  font-weight: 400;
}

.terms-check {
  align-items: center;
}

.booking-summary {
  position: sticky;
  top: 105px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #f0f8f6, #f8f3ed);
}

.summary-label {
  margin: 0 0 24px;
  color: var(--turquoise-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.summary-service {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: start;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.summary-service > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
}

.summary-service svg {
  width: 17px;
  fill: var(--turquoise-dark);
}

.summary-service > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.summary-service small,
.summary-when small,
.summary-total small {
  color: #819697;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-service strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.summary-service p {
  margin: 0;
  color: #789091;
  font-size: 10px;
}

.summary-service > b {
  color: var(--turquoise-dark);
  font-size: 11px;
  white-space: nowrap;
}

.summary-extras {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.summary-extras p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.summary-extras b {
  color: var(--turquoise-dark);
}

.summary-when {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.summary-when div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.summary-when strong {
  font-size: 11px;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.summary-total span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.summary-total span:last-child {
  text-align: right;
}

.summary-total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.summary-note {
  margin: 20px 0 0;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #71898b;
  font-size: 9px;
  line-height: 1.5;
}

.summary-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 20px;
  color: #71898b;
  text-align: center;
}

.summary-empty > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
}

.summary-empty svg {
  width: 25px;
  fill: #84c6c2;
}

.summary-empty p {
  max-width: 210px;
  font-size: 12px;
  line-height: 1.6;
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.42fr 1fr 1fr;
  align-items: start;
  gap: clamp(40px, 7vw, 100px);
  overflow: hidden;
  padding: clamp(90px, 10vw, 150px) clamp(25px, 7vw, 110px);
  background: #f3ede7;
}

.about-monogram {
  width: min(18vw, 210px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 125, 126, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #d9eeeb 55%, #b7d7d4);
  box-shadow: 0 18px 60px rgba(40, 125, 126, 0.13);
  color: var(--turquoise-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 5vw, 68px);
  letter-spacing: -0.08em;
}

.about-copy > p:last-child {
  max-width: 560px;
  margin-top: 28px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.about-values {
  display: grid;
}

.about-values article {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 15px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.about-values article:last-child {
  border-bottom: 1px solid var(--line);
}

.about-values span {
  grid-row: 1 / 3;
  color: var(--turquoise-dark);
}

.about-values span svg {
  width: 21px;
  height: 21px;
}

.about-values strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.about-values p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  padding: 55px clamp(24px, 6vw, 90px) 30px;
  background: var(--turquoise-deep);
  color: white;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.footer-brand p {
  margin: 4px 0 0;
  color: #bcd9d8;
  font-size: 10px;
}

.footer-details {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #c9e0df;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-details button {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: none;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

.footer-note {
  grid-column: 1 / -1;
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #86aead;
  font-size: 9px;
}

.mobile-booking-button {
  display: none;
}

.account-layer,
.confirmation-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.panel-backdrop,
.confirmation-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(7, 31, 33, 0.47);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.account-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 500px);
  height: 100%;
  overflow-y: auto;
  padding: 58px 45px;
  background: var(--cream);
  box-shadow: -20px 0 70px rgba(7, 31, 33, 0.2);
  animation: slideIn 0.34s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.panel-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
}

.account-auth h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.account-auth > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0 26px;
  border-bottom: 1px solid var(--line);
}

.auth-tabs button {
  padding: 14px 5px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: #789091;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.auth-tabs button.active {
  border-bottom-color: var(--turquoise-dark);
  color: var(--ink);
}

.account-auth form {
  display: grid;
  gap: 17px;
}

.forgot-button {
  justify-self: end;
  margin-top: -8px;
  padding: 3px 0;
  border: 0;
  background: none;
  color: var(--turquoise-dark);
  cursor: pointer;
  font-size: 10px;
}

.auth-submit {
  width: 100%;
  margin-top: 8px;
}

.demo-account {
  width: 100%;
  margin-top: 15px;
  padding: 13px;
  border: 0;
  background: none;
  color: var(--turquoise-dark);
  cursor: pointer;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.account-welcome {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.account-welcome > span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--turquoise-dark);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
}

.account-welcome div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.account-welcome small {
  color: #7a9293;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-welcome h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.dashboard-loyalty {
  padding: 25px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1b5d60, #328b8b);
  box-shadow: 0 18px 45px rgba(27, 93, 96, 0.2);
  color: white;
}

.dashboard-loyalty > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.mini-pearls {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
  margin: 21px 0 15px;
}

.mini-pearls i {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-size: 6px;
  font-style: normal;
}

.mini-pearls i.filled {
  border-color: white;
  background: radial-gradient(circle at 35% 25%, #fff, #9ed9d4 60%, #57aaa7);
}

.mini-pearls i.reward {
  border: 0;
  background: white;
  color: var(--turquoise-deep);
  font-weight: 700;
}

.dashboard-loyalty p {
  margin: 0;
  color: #cce6e4;
  font-size: 9px;
}

.dashboard-section {
  margin-top: 32px;
}

.dashboard-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dashboard-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.dashboard-title button {
  border: 0;
  background: none;
  color: var(--turquoise-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.appointment-card {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: start;
  gap: 12px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
}

.appointment-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--turquoise-wash);
}

.appointment-card svg {
  width: 18px;
  fill: none;
  stroke: var(--turquoise-dark);
  stroke-width: 1.5;
}

.appointment-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.appointment-card small {
  color: var(--turquoise-dark);
  font-size: 9px;
  font-weight: 700;
}

.appointment-card strong {
  font-size: 12px;
}

.appointment-card p {
  margin: 0;
  color: #7c9293;
  font-size: 9px;
}

.appointment-card > button {
  border: 0;
  background: none;
  cursor: pointer;
  letter-spacing: 2px;
}

.appointment-empty {
  padding: 24px;
  border: 1px dashed #bdd2d1;
  border-radius: 15px;
  text-align: center;
}

.appointment-empty p {
  color: #789091;
  font-size: 11px;
}

.appointment-empty .button {
  min-height: 42px;
  margin-top: 7px;
}

.history article {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 9px;
}

.history article > span {
  color: #819697;
}

.history article strong {
  font-size: 10px;
}

.history article b {
  color: var(--turquoise-dark);
}

.signout-button {
  margin-top: 35px;
  padding: 8px 0;
  border: 0;
  background: none;
  color: #87999a;
  cursor: pointer;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.confirmation-layer {
  display: grid;
  place-items: center;
}

.confirmation-card {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 520px);
  padding: 45px;
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(7, 31, 33, 0.28);
  text-align: center;
  animation: confirmIn 0.3s ease;
}

@keyframes confirmIn {
  from {
    transform: translateY(20px) scale(0.97);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.confirmation-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--turquoise-dark);
}

.confirmation-icon svg {
  width: 27px;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
}

.confirmation-card .eyebrow {
  margin-bottom: 12px;
}

.confirmation-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.confirmation-card > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.confirmation-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 25px 0;
}

.confirmation-details span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  border-radius: 12px;
  background: var(--turquoise-wash);
}

.confirmation-details small {
  color: #769091;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.confirmation-details strong {
  font-size: 10px;
}

.confirmation-card .button {
  width: 100%;
}

.confirmation-close {
  margin-top: 13px;
  padding: 8px;
  border: 0;
  background: none;
  color: #779091;
  cursor: pointer;
  font-size: 9px;
}

@media (max-width: 1080px) {
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
    grid-row: 1;
  }

  .summary-empty {
    min-height: 120px;
  }

  .about-section {
    grid-template-columns: 0.35fr 1fr;
  }

  .about-values {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .about-values article {
    grid-template-columns: 28px 1fr;
    padding-right: 22px;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 660px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .little-touches {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .gallery-mosaic {
    height: 720px;
  }

  .loyalty-teaser {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 720px) {
  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .marine-icon-cluster {
    justify-content: flex-start;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .gallery-item,
  .gallery-item.gallery-tall {
    grid-row: auto;
    aspect-ratio: 1.08;
  }

  .gallery-item.gallery-tall {
    aspect-ratio: 0.82;
  }

  .booking-panel {
    padding: 28px 20px;
  }

  .service-choice-list,
  .calendar-time-grid,
  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-form-grid .full-width {
    grid-column: auto;
  }

  .calendar-time-grid {
    gap: 12px;
  }

  .times-card {
    min-height: 250px;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-monogram {
    width: 130px;
  }

  .about-values {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-details {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 70px;
    padding: 0 18px;
  }

  .brand {
    font-size: 20px;
  }

  .account-button span,
  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: auto;
    padding: 75px 22px 65px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-notes {
    gap: 13px;
    margin-top: 48px;
  }

  .hero-visual {
    min-height: 450px;
    background-position: 62% center;
  }

  .visual-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 350px;
  }

  .little-touches {
    padding: 30px 20px;
  }

  .nail-gallery {
    margin-top: 78px;
  }

  .marine-icon-cluster span {
    width: 49px;
    height: 49px;
  }

  .little-touches-title {
    flex-direction: column;
  }

  .loyalty-teaser {
    margin: 0 10px;
    padding: 60px 20px;
    border-radius: 28px;
  }

  .loyalty-card {
    padding: 25px 18px;
  }

  .pearls-row {
    gap: 4px;
  }

  .loyalty-card-foot {
    gap: 15px;
  }

  .booking-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .booking-intro {
    padding: 0 12px;
  }

  .booking-main,
  .booking-summary {
    border-radius: 20px;
  }

  .step-button {
    min-height: 64px;
    flex-direction: column;
    gap: 5px;
    font-size: 9px;
  }

  .panel-heading h3 {
    font-size: 28px;
  }

  .extras-picker {
    padding: 20px 15px;
  }

  .calendar-card,
  .times-card {
    padding: 18px 14px;
  }

  .booking-nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .booking-nav .button {
    width: 100%;
  }

  .booking-nav.end {
    align-items: stretch;
  }

  .about-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-copy h2 {
    font-size: 39px;
  }

  footer {
    padding-bottom: 100px;
  }

  .mobile-booking-button {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 40;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    background: var(--turquoise-deep);
    box-shadow: 0 12px 35px rgba(22, 78, 81, 0.3);
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-booking-button svg {
    width: 18px;
    fill: none;
    stroke: white;
    stroke-width: 1.5;
  }

  .account-panel {
    padding: 60px 22px 35px;
  }

  .account-auth h2 {
    font-size: 38px;
  }

  .confirmation-card {
    padding: 35px 22px;
  }

  .confirmation-card h2 {
    font-size: 33px;
  }

  .confirmation-details {
    grid-template-columns: 1fr;
  }
}

/* ─────────────────────────────────────────────────────────────
   LIGNE NACRÉE — direction épurée, marine et sans effet « princesse »
   ───────────────────────────────────────────────────────────── */

:root {
  --ink: #123f45;
  --ink-soft: #5f777a;
  --turquoise: #4f9c9a;
  --turquoise-dark: #1e7477;
  --turquoise-deep: #123f45;
  --turquoise-wash: #edf5f3;
  --lagoon: #1e7477;
  --lagoon-deep: #123f45;
  --aqua: #a8d5d0;
  --coral: #4f9c9a;
  --coral-deep: #1e7477;
  --coral-soft: #edf5f3;
  --lilac: #b8cdca;
  --lilac-soft: #f1f5f3;
  --pearl: #f5f2ec;
  --cream: #fbfaf7;
  --line: rgba(18, 63, 69, 0.16);
  --line-art: rgba(30, 116, 119, 0.48);
  --shadow: none;
}

body,
main {
  background: #fbfaf7;
}

.offer-bar,
.beauty-ticker,
.hero-signature,
.floating-pearl,
.hero-float-card,
.favorite-pill {
  display: none !important;
}

.site-header {
  top: 0;
  height: 78px;
  border-bottom: 1px solid rgba(18, 63, 69, 0.11);
  background: rgba(251, 250, 247, 0.94);
  box-shadow: none;
}

.brand {
  color: var(--ink);
  font-weight: 400;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-art);
  background: transparent;
  box-shadow: none;
}

.brand-mark svg {
  fill: none;
  stroke: var(--turquoise-dark);
  stroke-width: 1.3;
}

.site-header nav {
  color: var(--ink-soft);
  font-weight: 500;
}

.site-header nav a::after {
  height: 1px;
  background: var(--turquoise-dark);
}

.account-button:hover {
  background: transparent;
  color: var(--turquoise-dark);
}

.button,
.mobile-booking-button {
  border: 1px solid var(--turquoise-deep);
  background: var(--turquoise-deep);
  box-shadow: none;
  color: white;
}

.button:hover:not(:disabled) {
  background: #1e5f65;
  box-shadow: none;
}

.button:disabled {
  border-color: #a9b8b7;
  background: #a9b8b7;
}

.hero {
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background: #fbfaf7;
}

.hero::before,
.hero::after,
.hero-stage::before,
.hero-stage::after {
  display: none;
}

.hero-copy {
  padding-right: clamp(42px, 6vw, 98px);
}

.hero-kicker > span {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line-art);
  background: transparent;
  color: var(--turquoise-dark);
  box-shadow: none;
}

.hero-kicker p,
.eyebrow {
  color: var(--turquoise-dark);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.hero h1 {
  color: var(--ink);
  font-size: clamp(54px, 5.4vw, 84px);
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--turquoise-dark);
}

.hero h1 em::after {
  display: none;
}

.hero-intro {
  color: var(--ink-soft);
}

.hero-actions .button {
  min-width: 228px;
}

.hero-lookbook {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-dark);
  color: #fff;
}

.hero-lookbook:hover {
  border-color: var(--turquoise-deep);
  background: var(--turquoise-deep);
  color: #fff;
}

.hero-primary {
  min-height: 54px;
}

.text-link {
  border-color: rgba(18, 63, 69, 0.24);
}

.hero-notes {
  display: flex;
  gap: 34px;
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.hero-notes > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-notes i {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-art);
  background: transparent;
  color: var(--turquoise-dark);
}

.hero-notes svg {
  width: 15px;
  height: 15px;
}

.hero-notes b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hero-notes small {
  color: #7a8d8e;
  font-size: 9px;
}

.hero-stage {
  overflow: hidden;
  padding: 38px clamp(38px, 5vw, 78px) 56px 0;
  background: #fbfaf7;
}

.hero-visual {
  min-height: 645px;
  border: 1px solid rgba(30, 116, 119, 0.32);
  border-radius: 48% 48% 4px 4px / 24% 24% 4px 4px;
  background-image: url("assets/images/hero-ocean-nails.webp");
  background-position: center;
  box-shadow: none;
  filter: saturate(0.72) contrast(0.96);
  transform: none;
}

.hero-visual::before {
  display: none;
}

.services-section {
  overflow: hidden;
  padding-top: clamp(105px, 10vw, 155px);
  background: #f7f5f0;
}

.services-section::before {
  display: none;
}

.section-heading {
  max-width: 1280px;
  margin-bottom: clamp(60px, 7vw, 92px);
}

.section-heading h2,
.loyalty-teaser h2,
.booking-intro h2,
.about-copy h2 {
  color: var(--ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
}

.section-heading > p {
  color: var(--ink-soft);
}

.services-grid {
  max-width: 1280px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 44px);
  align-items: stretch;
}

.service-card,
.service-card.featured {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  padding: 50px clamp(24px, 2.8vw, 38px) 34px;
  border: 1px solid var(--line-art);
  border-radius: 50% 50% 38% 38% / 22% 22% 8% 8%;
  background: rgba(251, 250, 247, 0.42);
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}

.service-card:last-child {
  grid-column: 2;
}

.service-card::before,
.service-card.featured::before {
  display: none;
}

.service-card:hover,
.service-card.featured:hover {
  border-color: var(--turquoise-dark);
  background: rgba(237, 245, 243, 0.58);
  box-shadow: none;
  transform: translateY(-3px);
}

.service-topline,
.service-card.featured .service-topline {
  color: #71878a;
}

.service-icon,
.service-card.featured .service-icon {
  width: 66px;
  height: 66px;
  margin: 28px auto 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--turquoise-dark);
}

.service-icon svg,
.service-card.featured .service-icon svg {
  width: 38px;
  height: 38px;
  stroke: var(--turquoise-dark);
  stroke-width: 1.05;
}

.service-subtitle,
.service-card.featured .service-subtitle {
  margin-top: 18px;
  color: var(--turquoise-dark);
  font-size: 9px;
  font-weight: 600;
}

.service-card h3,
.service-card.featured h3 {
  color: var(--ink);
  font-size: clamp(25px, 2.2vw, 31px);
  line-height: 1.04;
}

.service-description,
.service-card.featured .service-description {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.service-footer {
  gap: 22px;
  justify-content: center;
  align-self: center;
  border-color: rgba(18, 63, 69, 0.12);
}

.service-footer strong,
.service-card.featured .service-footer strong {
  color: var(--ink);
}

.service-footer button,
.service-card.featured .service-footer button {
  color: var(--turquoise-dark);
}

.service-card:nth-last-child(-n + 3),
.service-card:last-child {
  border-bottom: 1px solid var(--line-art);
}

.duration-note {
  max-width: 1280px;
  margin-top: 28px;
  color: #788b8d;
  text-align: center;
}

.little-touches {
  max-width: 1280px;
  border-color: var(--line);
}

.little-touches-title > span {
  border-color: var(--line-art);
  background: transparent;
  color: var(--turquoise-dark);
}

.little-touches-title > span svg {
  stroke-width: 1.1;
}

.little-touches-title h3 {
  color: var(--ink);
}

.add-ons-list button,
.add-ons-list button:first-child {
  border-color: var(--line);
}

.add-ons-list button:hover {
  border-color: rgba(30, 116, 119, 0.32);
  background: rgba(237, 245, 243, 0.52);
}

.add-ons-list b {
  color: var(--turquoise-dark);
}

.nail-gallery {
  padding-top: clamp(120px, 10vw, 160px);
  border-radius: 50% 50% 0 0 / 4% 4% 0 0;
  background: #164f55;
}

.nail-gallery::before {
  top: 42px;
  right: 12%;
  width: 38%;
  height: 115px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: none;
  transform: none;
}

.gallery-heading .eyebrow {
  color: #b7d8d4;
}

.gallery-heading h3 {
  color: white;
  font-size: clamp(38px, 4.2vw, 58px);
}

.gallery-heading h3 em {
  color: #b7d8d4;
}

.gallery-heading > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.67);
}

.marine-icon-cluster {
  padding: 0 8px 8px 0;
  color: #b7d8d4;
}

.marine-icon-cluster > svg {
  width: 72px;
  height: 72px;
  stroke-width: 0.9;
}

.gallery-item,
.gallery-item.gallery-tall,
.gallery-item:nth-child(n) {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.gallery-item img {
  filter: saturate(0.84) contrast(0.98);
}

.gallery-item figcaption span {
  color: #b7d8d4;
}

.gallery-callout {
  border-color: rgba(255, 255, 255, 0.22);
}

.gallery-callout-orbit {
  border-color: rgba(255, 255, 255, 0.52);
}

.gallery-callout button {
  border-color: rgba(255, 255, 255, 0.58);
  border-radius: 2px;
  background: transparent;
  color: white;
}

.gallery-callout button:hover {
  background: white;
  color: var(--ink);
}

.loyalty-teaser {
  background: #164f55;
}

.loyalty-teaser::before,
.loyalty-teaser::after {
  display: none;
}

.loyalty-teaser .eyebrow {
  color: #b7d8d4;
}

.loyalty-teaser h2 {
  color: white;
}

.loyalty-teaser h2 em {
  color: #b7d8d4;
}

.loyalty-marine-icon {
  width: 58px;
  height: 58px;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #b7d8d4;
  backdrop-filter: none;
}

.loyalty-card {
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  background: #f4f1ea;
  box-shadow: none;
  color: var(--ink);
  transform: none;
}

.loyalty-card::before,
.loyalty-card::after {
  display: none;
}

.loyalty-card-head span:last-child {
  color: var(--turquoise-dark);
}

.pearls-row span {
  border-color: rgba(18, 63, 69, 0.24);
  background: transparent;
}

.pearls-row span.filled {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-wash);
  box-shadow: none;
  color: var(--turquoise-deep);
}

.pearls-row span.reward {
  background: var(--turquoise-deep);
  box-shadow: none;
}

.booking-section {
  margin-top: 0;
  padding-top: clamp(100px, 10vw, 150px);
  border-top: 1px solid rgba(18, 63, 69, 0.1);
  background: #f7f5f0;
}

.booking-section::before {
  display: none;
}

.booking-shell {
  gap: clamp(32px, 4vw, 54px);
}

.booking-steps {
  border-color: var(--line);
}

.step-button.active {
  border-bottom-color: var(--turquoise-dark);
  color: var(--turquoise-dark);
}

.step-button.active > span,
.step-button.complete > span {
  border-color: var(--turquoise-deep);
  background: var(--turquoise-deep);
}

.panel-heading > p {
  color: var(--turquoise-dark);
}

.service-choice:hover,
.service-choice.selected {
  border-color: rgba(30, 116, 119, 0.36);
  background: rgba(237, 245, 243, 0.68);
}

.service-choice.selected .choice-radio {
  border-color: var(--turquoise-dark);
}

.choice-radio i {
  background: var(--turquoise-dark);
}

.service-choice > b,
.times-heading > svg,
.summary-when > svg {
  color: var(--turquoise-dark);
}

.extras-picker {
  border-color: var(--line);
}

.extras-picker label > input:checked + .custom-checkbox,
.create-account-check > input:checked + .custom-checkbox,
.terms-check > input:checked + .custom-checkbox {
  border-color: var(--turquoise-deep);
  background: var(--turquoise-deep);
}

.calendar-card,
.times-card {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: rgba(251, 250, 247, 0.74);
  box-shadow: none;
}

.calendar-head button:not(:disabled):hover,
.date-grid button:hover:not(:disabled) {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-wash);
  color: var(--turquoise-dark);
}

.date-grid button.selected,
.times-list button:hover,
.times-list button.selected {
  border-color: var(--turquoise-deep);
  background: var(--turquoise-deep);
  box-shadow: none;
}

.times-list button {
  border-radius: 2px;
}

.booking-form-grid input,
.booking-form-grid textarea,
.account-auth form input {
  border-color: var(--line);
  border-radius: 2px;
  background: rgba(251, 250, 247, 0.78);
}

.booking-form-grid input:focus,
.booking-form-grid textarea:focus,
.account-auth form input:focus {
  border-color: var(--turquoise-dark);
  box-shadow: 0 0 0 3px rgba(30, 116, 119, 0.08);
}

.connected-notice,
.create-account-check {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--turquoise-wash);
}

.booking-summary {
  border: 1px solid rgba(18, 63, 69, 0.26);
  border-radius: 3px;
  background: var(--turquoise-deep);
  box-shadow: none;
}

.booking-summary::before {
  display: none;
}

.summary-note {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  background: transparent;
}

.about-section {
  border-top: 1px solid var(--line);
  background: #fbfaf7;
}

.about-section::before {
  display: none;
}

.about-monogram {
  border: 1px solid var(--line-art);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: var(--turquoise-dark);
  transform: none;
}

.about-monogram::after {
  display: none;
}

.about-values span {
  border-color: var(--line-art);
}

footer {
  border-radius: 0;
  background: var(--turquoise-deep);
}

.account-panel {
  background: #fbfaf7;
}

.auth-tabs,
.auth-tabs button.active {
  border-radius: 2px;
  background: var(--turquoise-wash);
  box-shadow: none;
}

.dashboard-loyalty {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--turquoise-deep);
  box-shadow: none;
}

.mini-pearls i.filled {
  background: var(--turquoise-wash);
}

.mini-pearls i.reward {
  background: #2b7779;
}

.confirmation-card {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fbfaf7;
}

.confirmation-icon {
  background: var(--turquoise-deep);
  box-shadow: none;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    padding: 20px clamp(30px, 8vw, 76px) 76px;
  }

  .hero-visual {
    border-radius: 48% 48% 4px 4px / 20% 20% 4px 4px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 18px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px;
  }

  .hero-copy {
    padding-top: 62px;
  }

  .hero-stage {
    padding: 10px 18px 60px;
  }

  .hero-visual {
    min-height: 470px;
    border-radius: 48% 48% 3px 3px / 17% 17% 3px 3px;
  }

  .hero-notes {
    display: grid;
    gap: 18px;
  }

  .services-section {
    padding-top: 86px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-card,
  .service-card.featured,
  .service-card:last-child {
    grid-column: auto;
    width: 100%;
    min-height: 425px;
    border-radius: 50% 50% 36% 36% / 20% 20% 8% 8%;
  }

  .nail-gallery {
    padding-top: 95px;
    border-radius: 50% 50% 0 0 / 2% 2% 0 0;
  }

  .marine-icon-cluster > svg {
    width: 54px;
    height: 54px;
  }

  .gallery-item,
  .gallery-item.gallery-tall,
  .gallery-item:nth-child(n) {
    border-radius: 2px;
  }

  .loyalty-card,
  .calendar-card,
  .times-card,
  .booking-summary {
    border-radius: 3px;
  }

  .booking-section {
    padding-top: 92px;
  }

  footer {
    padding-top: 66px;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   OCEAN COUTURE — direction artistique v2
   ───────────────────────────────────────────────────────────── */

:root {
  --ink: #083b49;
  --ink-soft: #456d75;
  --turquoise: #54d4c5;
  --turquoise-dark: #087f86;
  --turquoise-deep: #063f4c;
  --turquoise-wash: #dff9f5;
  --lagoon: #088e95;
  --lagoon-deep: #053943;
  --aqua: #71e3d1;
  --coral: #1684ad;
  --coral-deep: #075f86;
  --coral-soft: #dceff6;
  --lilac: #5fa9c4;
  --lilac-soft: #e9f3f7;
  --pearl: #f0f7f9;
  --cream: #fffaf6;
  --white: #fff;
  --line: rgba(8, 59, 73, 0.13);
  --shadow: 0 30px 80px rgba(7, 74, 84, 0.13);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(95, 169, 196, 0.15), transparent 22%),
    radial-gradient(circle at 90% 30%, rgba(113, 227, 209, 0.14), transparent 24%),
    var(--cream);
}

.offer-bar {
  position: relative;
  z-index: 35;
  min-height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #1684ad 0%, #348caf 44%, #14aeb2 100%);
  color: white;
}

.offer-track {
  width: min(100%, 1060px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 9px 24px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-track span {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.offer-track svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.7;
}

.site-header {
  height: 78px;
  border-bottom: 1px solid rgba(8, 59, 73, 0.09);
  background: rgba(255, 250, 246, 0.84);
  box-shadow: 0 10px 35px rgba(5, 57, 67, 0.04);
}

.brand {
  color: var(--lagoon-deep);
  font-size: 25px;
  font-weight: 600;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border: 0;
  background: linear-gradient(135deg, #fff 8%, #dcecf2 42%, #aaf1e5 70%, #cbe7f0 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 8px 20px rgba(62, 156, 155, 0.18);
}

.brand-mark svg {
  fill: var(--coral-deep);
}

.site-header nav {
  gap: clamp(20px, 2.8vw, 40px);
  color: #315e67;
  font-size: 12px;
  font-weight: 700;
}

.site-header nav a::after {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--lilac), var(--aqua));
}

.account-button {
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.account-button:hover {
  background: var(--lilac-soft);
  color: var(--coral-deep);
}

.button {
  min-height: 52px;
  border: 0;
  background: linear-gradient(110deg, var(--coral-deep), var(--coral) 45%, #2d8daf);
  box-shadow: 0 13px 30px rgba(7, 95, 134, 0.22);
  letter-spacing: 0.04em;
}

.button:hover:not(:disabled) {
  background: linear-gradient(110deg, #075474, var(--coral) 48%, #2584a7);
  box-shadow: 0 17px 34px rgba(7, 95, 134, 0.31);
}

.button:disabled {
  background: #aebfc1;
  box-shadow: none;
}

.button-small {
  min-height: 43px;
  padding: 0 22px;
}

.hero {
  position: relative;
  min-height: max(720px, calc(100vh - 116px));
  grid-template-columns: minmax(460px, 0.92fr) minmax(540px, 1.08fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(22, 132, 173, 0.16), transparent 30%),
    radial-gradient(circle at 42% 84%, rgba(95, 169, 196, 0.22), transparent 34%),
    linear-gradient(140deg, #fffaf6 5%, #f5fafc 54%, #e8f3f7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 34%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(8, 142, 149, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.13), 0 0 0 110px rgba(255, 255, 255, 0.09);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  padding: clamp(72px, 7vw, 116px) clamp(32px, 5.8vw, 96px);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-kicker > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral-soft), var(--lilac-soft));
  color: var(--coral-deep);
  box-shadow: inset 0 0 0 1px rgba(7, 95, 134, 0.13);
}

.hero-kicker svg {
  width: 16px;
}

.hero-kicker p {
  margin: 0;
  color: var(--lagoon);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  color: var(--lagoon-deep);
  font-size: clamp(58px, 5.7vw, 92px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--coral-deep);
  font-weight: 400;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -5px;
  left: 5px;
  height: 11px;
  border-top: 2px solid var(--aqua);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 555px;
  margin-top: 30px;
  color: #476f76;
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 34px;
}

.hero-primary {
  min-height: 58px;
  gap: 11px;
  padding: 0 31px;
}

.hero-primary span {
  font-size: 17px;
  transition: transform 0.2s ease;
}

.hero-primary:hover span {
  transform: translate(2px, -2px);
}

.text-link {
  border-color: rgba(8, 59, 73, 0.25);
}

.hero-notes {
  max-width: 570px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
  padding: 0;
  border: 0;
}

.hero-notes > span {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(8, 59, 73, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.57);
  box-shadow: 0 10px 30px rgba(21, 86, 92, 0.05);
}

.hero-notes i {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(140deg, #fff, var(--turquoise-wash));
  color: var(--lagoon);
}

.hero-notes svg {
  width: 19px;
  height: 19px;
}

.hero-notes b {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 600;
}

.hero-notes small {
  color: #789398;
  font-size: 10px;
}

.hero-signature {
  position: absolute;
  right: -5px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(8, 59, 73, 0.29);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.08em;
  transform: rotate(-4deg);
}

.hero-signature svg {
  width: 38px;
}

.hero-stage {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 46px) clamp(24px, 3.6vw, 60px) clamp(24px, 3vw, 46px) 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(22, 132, 173, 0.55), transparent 24%),
    radial-gradient(circle at 14% 80%, rgba(95, 169, 196, 0.72), transparent 31%),
    linear-gradient(145deg, #075766 0%, #07969a 45%, #58d9c8 100%);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 45% 55% 52% 48% / 58% 43% 57% 42%;
  pointer-events: none;
}

.hero-stage::before {
  width: 520px;
  height: 520px;
  right: -280px;
  bottom: -180px;
  transform: rotate(22deg);
}

.hero-stage::after {
  width: 330px;
  height: 330px;
  top: -210px;
  left: -110px;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.04), 0 0 0 80px rgba(255, 255, 255, 0.025);
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 645px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 44% 44% 26px 26px;
  background-image: linear-gradient(180deg, transparent 52%, rgba(3, 46, 56, 0.56)), url("assets/images/hero-ocean-nails.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 0 38px 80px rgba(3, 54, 63, 0.35), inset 0 0 60px rgba(255, 255, 255, 0.12);
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.25), transparent 30%, rgba(107, 228, 210, 0.1));
  mix-blend-mode: screen;
}

.hero-stamp {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(7, 84, 95, 0.37);
  color: white;
  backdrop-filter: blur(12px);
  transform: rotate(7deg);
}

.hero-stamp span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero-stamp svg {
  width: 20px;
  margin: 5px;
}

.hero-stamp strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.visual-caption {
  right: 28px;
  bottom: 27px;
  left: 28px;
  padding: 18px 21px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 18px;
  background: rgba(4, 65, 75, 0.45);
  color: white;
  backdrop-filter: blur(13px);
}

.visual-caption span {
  color: var(--aqua);
}

.visual-caption strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 500;
}

.floating-pearl {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, white 0 12%, #e7f4f8 26%, #a6ede4 58%, rgba(255, 141, 165, 0.8) 100%);
  box-shadow: 0 14px 38px rgba(6, 57, 67, 0.25), inset -7px -8px 16px rgba(87, 111, 160, 0.13);
  animation: pearlFloat 5s ease-in-out infinite;
}

.floating-pearl-one {
  top: 12%;
  left: 5px;
  width: 38px;
  height: 38px;
}

.floating-pearl-two {
  right: 3%;
  bottom: 26%;
  width: 27px;
  height: 27px;
  animation-delay: -2.2s;
}

.hero-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  background: rgba(255, 252, 250, 0.88);
  box-shadow: 0 20px 45px rgba(3, 57, 66, 0.2);
  backdrop-filter: blur(14px);
}

.hero-float-card p {
  margin: 0;
  color: #477078;
  font-size: 10px;
  line-height: 1.4;
}

.hero-float-card strong {
  display: block;
  color: var(--lagoon-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.hero-float-loyalty {
  bottom: 16%;
  left: -34px;
  transform: rotate(-3deg);
}

.hero-float-loyalty > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), #4ba0bd);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.hero-float-art {
  top: 27%;
  right: 10px;
  transform: rotate(2deg);
}

.hero-float-art > svg {
  width: 29px;
  padding: 6px;
  border-radius: 50%;
  background: var(--lilac-soft);
  color: #0b6f9a;
}

.beauty-ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(8, 59, 73, 0.09);
  background: linear-gradient(90deg, #eef7fb, #e8f2f6 45%, #dffaf6);
}

.beauty-ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
  color: var(--lagoon-deep);
  animation: tickerFlow 32s linear infinite;
}

.beauty-ticker span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.13em;
}

.beauty-ticker i {
  color: var(--coral);
  font-size: 11px;
}

.services-section {
  position: relative;
  padding: clamp(90px, 10vw, 155px) clamp(24px, 6vw, 96px);
  background:
    radial-gradient(circle at 92% 8%, rgba(113, 227, 209, 0.25), transparent 24%),
    linear-gradient(180deg, #fffaf6 0%, #fff 45%, #f5fafc 100%);
}

.services-section::before {
  content: "";
  position: absolute;
  top: 66px;
  right: -90px;
  width: 270px;
  height: 110px;
  border-top: 1px solid rgba(8, 142, 149, 0.22);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.section-heading {
  max-width: 1320px;
  align-items: end;
  margin: 0 auto clamp(50px, 6vw, 80px);
}

.section-heading h2,
.loyalty-teaser h2,
.booking-intro h2,
.about-copy h2 {
  color: var(--lagoon-deep);
  font-size: clamp(44px, 5vw, 73px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.section-heading > p {
  max-width: 445px;
  color: #5c7e84;
  font-size: 15px;
  line-height: 1.75;
}

.eyebrow {
  color: var(--coral-deep);
  letter-spacing: 0.21em;
}

.services-grid {
  max-width: 1320px;
  gap: 16px;
  margin: 0 auto;
}

.service-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(8, 59, 73, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 15px 45px rgba(5, 57, 67, 0.055);
}

.service-card::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(113, 227, 209, 0.2), rgba(95, 169, 196, 0.12));
  transition: transform 0.35s ease;
}

.service-card:nth-child(2)::before,
.service-card:nth-child(5)::before {
  background: linear-gradient(145deg, rgba(22, 132, 173, 0.18), rgba(255, 217, 223, 0.2));
}

.service-card:hover {
  border-color: rgba(8, 142, 149, 0.28);
  box-shadow: 0 24px 55px rgba(5, 75, 83, 0.12);
  transform: translateY(-7px);
}

.service-card:hover::before {
  transform: scale(1.25);
}

.service-card.featured {
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 132, 173, 0.42), transparent 33%),
    linear-gradient(145deg, #064958, #07848c);
  color: white;
  box-shadow: 0 28px 60px rgba(5, 71, 81, 0.25);
}

.service-card.featured::before {
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(113, 227, 209, 0.12);
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.025);
}

.service-card.featured .service-topline,
.service-card.featured .service-description {
  color: rgba(255, 255, 255, 0.68);
}

.service-card.featured .service-icon {
  background: rgba(255, 255, 255, 0.13);
  color: var(--aqua);
}

.service-card.featured .service-subtitle {
  color: #b7ddea;
}

.service-card.featured h3,
.service-card.featured .service-footer strong,
.service-card.featured .service-footer button {
  color: white;
}

.favorite-pill {
  position: absolute;
  top: 20px;
  right: 64px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.favorite-pill svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--turquoise-wash), var(--lilac-soft));
  color: var(--lagoon);
}

.service-subtitle {
  color: var(--coral-deep);
}

.service-card h3 {
  color: var(--lagoon-deep);
  font-size: clamp(25px, 2vw, 31px);
}

.service-footer button {
  position: relative;
  z-index: 2;
  color: var(--lagoon);
}

.duration-note {
  max-width: 1320px;
  margin: 23px auto 0;
}

.nail-gallery {
  position: relative;
  max-width: 1400px;
  margin: clamp(100px, 11vw, 170px) auto 0;
  padding: clamp(54px, 6vw, 90px);
  overflow: hidden;
  border-radius: 52px;
  background:
    radial-gradient(circle at 95% 8%, rgba(22, 132, 173, 0.42), transparent 24%),
    radial-gradient(circle at 3% 90%, rgba(95, 169, 196, 0.45), transparent 25%),
    linear-gradient(145deg, #053b48, #076e79 52%, #0b999b);
  color: white;
  box-shadow: 0 45px 100px rgba(5, 57, 67, 0.22);
}

.nail-gallery::before {
  content: "";
  position: absolute;
  top: -170px;
  right: 13%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 48% 52% 46% 54%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.018);
}

.gallery-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
}

.gallery-heading .eyebrow {
  color: var(--aqua);
}

.gallery-heading h3 {
  color: white;
  font-size: clamp(43px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.gallery-heading h3 em {
  color: #78bdd5;
  font-weight: 400;
}

.gallery-heading > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.69);
}

.marine-icon-cluster span {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  backdrop-filter: blur(8px);
}

.marine-icon-cluster span:nth-child(2) {
  background: var(--coral);
  color: white;
}

.gallery-mosaic {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 13px;
  min-height: 650px;
}

.gallery-item,
.gallery-item.gallery-tall {
  min-height: 0;
  border-radius: 24px;
  background: #0a5661;
}

.gallery-item:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.gallery-item:nth-child(2) {
  grid-column: 5 / 9;
  grid-row: 1;
}

.gallery-item:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1;
}

.gallery-item:nth-child(4) {
  grid-column: 5 / 10;
  grid-row: 2;
}

.gallery-item:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2;
}

.gallery-item::after {
  background: linear-gradient(180deg, transparent 42%, rgba(3, 37, 45, 0.8));
}

.gallery-item img {
  filter: saturate(1.04) contrast(1.02);
}

.gallery-item figcaption {
  right: 18px;
  bottom: 17px;
  left: 18px;
}

.gallery-item figcaption span {
  color: var(--aqua);
}

.gallery-callout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 0.7fr 1.8fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  margin-top: 16px;
  padding: 23px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 25px;
  background: linear-gradient(100deg, rgba(22, 132, 173, 0.95), rgba(186, 120, 218, 0.86));
  box-shadow: 0 18px 45px rgba(3, 46, 56, 0.18);
}

.gallery-callout-orbit {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.gallery-callout-orbit span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.gallery-callout p {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gallery-callout > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: 500;
  line-height: 1.25;
}

.gallery-callout button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: white;
  color: var(--coral-deep);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes pearlFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@keyframes tickerFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-42%); }
}

.little-touches {
  max-width: 1320px;
  margin: clamp(70px, 8vw, 115px) auto 0;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(7, 95, 134, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 100%, rgba(95, 169, 196, 0.25), transparent 34%),
    linear-gradient(115deg, #eef7fb, #edf6f9 55%, #e7fbf7);
  box-shadow: 0 20px 55px rgba(88, 70, 118, 0.07);
}

.little-touches-title > span {
  width: 58px;
  height: 58px;
  border: 0;
  background: linear-gradient(140deg, var(--coral), #3d94b4);
  color: white;
  box-shadow: 0 13px 28px rgba(7, 95, 134, 0.24);
}

.little-touches-title h3 {
  color: var(--lagoon-deep);
  font-size: clamp(29px, 3vw, 42px);
}

.add-ons-list {
  gap: 9px;
}

.add-ons-list button {
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid rgba(8, 59, 73, 0.08);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 9px 24px rgba(69, 52, 90, 0.045);
}

.add-ons-list button:hover {
  border-color: rgba(7, 95, 134, 0.28);
  background: white;
  transform: translateX(4px);
}

.add-ons-list b {
  color: var(--coral-deep);
}

.loyalty-teaser {
  position: relative;
  min-height: 690px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(55px, 9vw, 140px);
  padding: clamp(88px, 10vw, 150px) clamp(28px, 8vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(22, 132, 173, 0.58), transparent 21%),
    radial-gradient(circle at 4% 95%, rgba(95, 169, 196, 0.55), transparent 28%),
    linear-gradient(125deg, #042f3b, #075969 48%, #078f94 100%);
}

.loyalty-teaser::before,
.loyalty-teaser::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 46% 54% 51% 49% / 44% 42% 58% 56%;
  pointer-events: none;
}

.loyalty-teaser::before {
  width: 520px;
  height: 330px;
  top: -195px;
  left: 23%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.025), 0 0 0 100px rgba(255, 255, 255, 0.018);
}

.loyalty-teaser::after {
  width: 440px;
  height: 440px;
  right: -260px;
  bottom: -290px;
}

.loyalty-teaser > div {
  position: relative;
  z-index: 2;
}

.loyalty-teaser .eyebrow {
  color: var(--aqua);
}

.loyalty-teaser h2 {
  color: white;
}

.loyalty-teaser h2 em {
  color: #8dc9dd;
  font-weight: 400;
}

.loyalty-teaser > div > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.loyalty-teaser > div > p strong {
  color: white;
}

.loyalty-marine-icon {
  width: 72px;
  height: 72px;
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(113, 227, 209, 0.15));
  color: var(--aqua);
  backdrop-filter: blur(12px);
}

.text-link.light {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.loyalty-card {
  width: min(100%, 640px);
  min-height: 370px;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 8%, rgba(22, 132, 173, 0.24), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(113, 227, 209, 0.27), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 239, 255, 0.91));
  color: var(--lagoon-deep);
  box-shadow: 0 42px 80px rgba(3, 38, 48, 0.36), inset 0 0 0 8px rgba(255, 255, 255, 0.3);
  transform: rotate(2deg);
}

.loyalty-card::before {
  content: "STUDIO NACRÉ";
  position: absolute;
  right: 27px;
  bottom: 20px;
  color: rgba(8, 59, 73, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  letter-spacing: -0.05em;
}

.loyalty-card::after {
  top: 55px;
  right: -22px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: radial-gradient(circle at 30% 25%, #fff, #dceef5 30%, #8fe6dc 62%, #4aa4c4);
  box-shadow: 0 17px 35px rgba(3, 57, 67, 0.24);
}

.loyalty-card-head span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
}

.loyalty-card-head span:last-child {
  color: var(--coral-deep);
}

.loyalty-card > p {
  color: #638188;
}

.pearls-row {
  position: relative;
  z-index: 2;
  gap: 10px;
}

.pearls-row span {
  width: 43px;
  height: 43px;
  border-color: rgba(8, 59, 73, 0.13);
  background: rgba(255, 255, 255, 0.62);
}

.pearls-row span.filled {
  border-color: rgba(255, 255, 255, 0.75);
  background: radial-gradient(circle at 30% 25%, white 0 12%, #e4f2f7 32%, #83e0d6 67%, #78bdd5 100%);
  color: #07525d;
  box-shadow: 0 7px 18px rgba(59, 116, 124, 0.18);
}

.pearls-row span.reward {
  background: linear-gradient(145deg, var(--coral-deep), #4198bb);
  color: white;
  box-shadow: 0 9px 20px rgba(7, 95, 134, 0.26);
}

.booking-section {
  position: relative;
  padding: clamp(95px, 11vw, 165px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 8% 12%, rgba(22, 132, 173, 0.17), transparent 22%),
    radial-gradient(circle at 91% 82%, rgba(113, 227, 209, 0.24), transparent 24%),
    linear-gradient(145deg, #eef7fa, #f9fbfb 47%, #ebfbf8);
}

.booking-section::before {
  content: "";
  position: absolute;
  top: 75px;
  left: -80px;
  width: 260px;
  height: 105px;
  border-top: 1px solid rgba(7, 95, 134, 0.2);
  border-radius: 50%;
  transform: rotate(8deg);
}

.booking-intro {
  max-width: 790px;
  margin-bottom: 55px;
}

.booking-intro h2 {
  max-width: 760px;
}

.booking-intro > p:last-child {
  color: #648189;
}

.booking-shell {
  max-width: 1360px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 59, 73, 0.09);
  border-radius: 35px;
  background: white;
  box-shadow: 0 38px 90px rgba(42, 69, 87, 0.13);
}

.booking-main {
  border-radius: 0;
  box-shadow: none;
}

.booking-steps {
  padding: 0 48px;
  background: #fff;
}

.step-button {
  color: #8b9fa3;
}

.step-button.active {
  border-color: var(--coral);
  color: var(--coral-deep);
}

.step-button.active > span,
.step-button.complete > span {
  border-color: var(--coral-deep);
  background: linear-gradient(135deg, var(--coral-deep), var(--coral));
  color: white;
}

.booking-panel {
  padding: 45px 48px 52px;
}

.panel-heading > p {
  color: var(--coral-deep);
}

.panel-heading h3 {
  color: var(--lagoon-deep);
  font-size: clamp(30px, 3vw, 43px);
}

.service-choice-list {
  gap: 9px;
}

.service-choice {
  min-height: 78px;
  border-radius: 18px;
  background: #fffefd;
}

.service-choice:hover,
.service-choice.selected {
  border-color: rgba(7, 95, 134, 0.45);
  background: linear-gradient(100deg, #f2f8fb, #eff7fa);
  box-shadow: 0 9px 25px rgba(136, 86, 114, 0.07);
}

.service-choice.selected .choice-radio {
  border-color: var(--coral-deep);
}

.choice-radio i {
  background: var(--coral-deep);
}

.service-choice > b {
  color: var(--lagoon);
}

.extras-picker {
  border-radius: 22px;
  background: linear-gradient(130deg, #f3fbfa, #f1f8fb);
}

.custom-checkbox {
  border-radius: 6px;
}

.extras-picker label > input:checked + .custom-checkbox,
.create-account-check > input:checked + .custom-checkbox,
.terms-check > input:checked + .custom-checkbox {
  border-color: var(--coral-deep);
  background: var(--coral-deep);
}

.calendar-card,
.times-card {
  border-radius: 22px;
  background: #fffefd;
}

.calendar-head button:not(:disabled):hover {
  background: var(--lilac-soft);
  color: var(--coral-deep);
}

.date-grid button:hover:not(:disabled) {
  border-color: var(--coral);
  background: #f1f8fb;
}

.date-grid button.selected {
  border-color: var(--coral-deep);
  background: linear-gradient(145deg, var(--coral-deep), var(--coral));
  box-shadow: 0 8px 17px rgba(7, 95, 134, 0.25);
}

.times-heading > svg,
.summary-when > svg {
  color: var(--coral-deep);
}

.times-list button {
  border-radius: 14px;
}

.times-list button:hover,
.times-list button.selected {
  border-color: var(--coral-deep);
  background: linear-gradient(145deg, var(--coral-deep), var(--coral));
  box-shadow: 0 8px 18px rgba(7, 95, 134, 0.2);
}

.booking-form-grid input,
.booking-form-grid textarea,
.account-auth form input {
  border-radius: 13px;
  background: #fffefd;
}

.booking-form-grid input:focus,
.booking-form-grid textarea:focus,
.account-auth form input:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(22, 132, 173, 0.11);
}

.connected-notice {
  border-color: rgba(8, 142, 149, 0.18);
  border-radius: 18px;
  background: linear-gradient(110deg, #e7faf7, #edf6f9);
}

.booking-summary {
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 105% -5%, rgba(22, 132, 173, 0.56), transparent 30%),
    linear-gradient(150deg, #064654, #087c83);
  color: white;
}

.booking-summary::before {
  content: "";
  position: absolute;
  right: -105px;
  bottom: 9%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255, 255, 255, 0.025);
}

.booking-summary > * {
  position: relative;
  z-index: 1;
}

.summary-label,
.summary-service small,
.summary-when small,
.summary-total small,
.summary-service p,
.summary-note,
.summary-empty p {
  color: rgba(255, 255, 255, 0.64);
}

.summary-service,
.summary-extras,
.summary-when,
.summary-total {
  border-color: rgba(255, 255, 255, 0.15);
}

.summary-service > span,
.summary-empty > span {
  background: rgba(255, 255, 255, 0.12);
  color: var(--aqua);
}

.summary-service > b,
.summary-extras b {
  color: #b7ddea;
}

.summary-note {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.about-section {
  position: relative;
  grid-template-columns: 0.45fr 1fr 1fr;
  gap: clamp(35px, 6vw, 90px);
  padding: clamp(90px, 11vw, 165px) clamp(28px, 8vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 5%, rgba(95, 169, 196, 0.33), transparent 23%),
    radial-gradient(circle at 93% 94%, rgba(113, 227, 209, 0.32), transparent 23%),
    #fffaf6;
}

.about-section::before {
  content: "BEAUTY FLOWS HERE";
  position: absolute;
  right: -12px;
  bottom: -23px;
  color: rgba(8, 59, 73, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(80px, 12vw, 190px);
  font-style: italic;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.about-monogram {
  position: relative;
  width: clamp(130px, 13vw, 190px);
  height: clamp(130px, 13vw, 190px);
  border: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.85), transparent 12%),
    linear-gradient(145deg, var(--coral), #388eaf 52%, var(--aqua));
  color: white;
  box-shadow: 0 27px 55px rgba(136, 86, 114, 0.2), inset 0 0 0 8px rgba(255, 255, 255, 0.17);
  transform: rotate(-6deg);
}

.about-monogram::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(7, 95, 134, 0.18);
  border-radius: 50%;
}

.about-copy {
  position: relative;
  z-index: 2;
}

.about-copy h2 {
  font-size: clamp(39px, 4.3vw, 65px);
}

.about-copy > p:last-child {
  color: #638087;
}

.about-values {
  position: relative;
  z-index: 2;
}

.about-values article {
  padding: 22px 0;
  border-color: rgba(8, 59, 73, 0.1);
}

.about-values span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--turquoise-wash), var(--lilac-soft));
  color: var(--lagoon);
}

.about-values strong {
  color: var(--lagoon-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

footer {
  position: relative;
  border: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(22, 132, 173, 0.27), transparent 25%),
    #032f3a;
  color: white;
}

.footer-brand p,
.footer-note,
.footer-details {
  color: rgba(255, 255, 255, 0.62);
}

.footer-details button {
  border-color: var(--aqua);
  color: var(--aqua);
}

.account-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 132, 173, 0.14), transparent 23%),
    #fffaf7;
}

.auth-tabs {
  border-radius: 16px;
  background: var(--lilac-soft);
}

.auth-tabs button.active {
  color: var(--coral-deep);
  box-shadow: 0 8px 20px rgba(104, 76, 120, 0.09);
}

.dashboard-loyalty {
  border: 0;
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 132, 173, 0.42), transparent 34%),
    linear-gradient(145deg, #075465, #078c91);
  color: white;
  box-shadow: 0 20px 40px rgba(5, 72, 82, 0.18);
}

.dashboard-loyalty p {
  color: rgba(255, 255, 255, 0.69);
}

.mini-pearls i {
  border-color: rgba(255, 255, 255, 0.22);
}

.mini-pearls i.filled {
  border-color: rgba(255, 255, 255, 0.65);
  background: radial-gradient(circle at 30% 25%, #fff, #dcecf3 33%, #83e0d6 68%, #4aa4c4);
}

.mini-pearls i.reward {
  background: var(--coral);
}

.confirmation-card {
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 132, 173, 0.19), transparent 25%),
    radial-gradient(circle at 0 100%, rgba(113, 227, 209, 0.2), transparent 25%),
    white;
}

.confirmation-icon {
  background: linear-gradient(145deg, var(--coral-deep), var(--coral));
  box-shadow: 0 13px 28px rgba(7, 95, 134, 0.25);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(400px, 0.95fr) minmax(470px, 1.05fr);
  }

  .hero-copy {
    padding-right: 46px;
    padding-left: 46px;
  }

  .hero h1 {
    font-size: clamp(58px, 6.3vw, 78px);
  }

  .hero-float-loyalty {
    left: -14px;
  }

  .gallery-callout {
    grid-template-columns: auto 1fr auto;
  }

  .gallery-callout > p {
    display: none;
  }

  .booking-shell {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: relative;
    grid-row: 1;
    min-height: 260px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
  }

  .booking-summary .summary-label,
  .booking-summary .summary-note,
  .booking-summary .summary-empty {
    grid-column: 1 / -1;
  }

  .booking-summary .summary-total {
    align-self: end;
  }

  .about-section {
    grid-template-columns: 0.42fr 1fr;
  }

  .about-values {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .offer-track span:nth-child(2) {
    display: none;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 680px;
    padding: 85px clamp(30px, 9vw, 90px) 76px;
  }

  .hero h1 {
    max-width: 750px;
    font-size: clamp(63px, 10vw, 92px);
  }

  .hero-intro {
    max-width: 630px;
  }

  .hero-notes {
    max-width: 590px;
  }

  .hero-signature {
    right: 7%;
    bottom: 18px;
  }

  .hero-stage {
    min-height: 710px;
    padding: 38px clamp(30px, 8vw, 76px);
  }

  .hero-visual {
    min-height: 640px;
    border-radius: 45% 45% 30px 30px;
    background-position: center;
  }

  .hero-float-loyalty {
    left: 4%;
  }

  .hero-float-art {
    right: 4%;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-mosaic {
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    min-height: 560px;
    height: auto;
  }

  .loyalty-teaser {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .loyalty-card {
    justify-self: center;
  }

  .little-touches {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .offer-track {
    justify-content: space-between;
    gap: 18px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 9px;
  }

  .offer-track span:nth-child(3) {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading h2,
  .loyalty-teaser h2,
  .booking-intro h2,
  .about-copy h2 {
    font-size: clamp(42px, 9vw, 62px);
  }

  .nail-gallery {
    padding: 48px 24px 24px;
    border-radius: 36px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gallery-heading h3 {
    font-size: clamp(42px, 10vw, 62px);
  }

  .marine-icon-cluster {
    justify-content: flex-start;
  }

  .gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: 0;
  }

  .gallery-item,
  .gallery-item.gallery-tall,
  .gallery-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 0.92;
  }

  .gallery-item:nth-child(1) {
    grid-row: span 2;
    aspect-ratio: auto;
  }

  .gallery-item:nth-child(4) {
    grid-column: 1 / -1;
    aspect-ratio: 1.8;
  }

  .gallery-callout {
    grid-template-columns: auto 1fr;
    padding: 20px;
  }

  .gallery-callout button {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .booking-summary {
    display: block;
  }

  .calendar-time-grid,
  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-form-grid .full-width {
    grid-column: auto;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-values {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .offer-bar {
    min-height: 34px;
  }

  .offer-track {
    justify-content: center;
    padding: 8px 14px;
  }

  .site-header {
    height: 68px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
  }

  .hero-copy {
    min-height: 0;
    padding: 64px 22px 58px;
  }

  .hero-kicker {
    margin-bottom: 23px;
  }

  .hero-kicker p {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 67px);
    line-height: 0.92;
  }

  .hero-break {
    display: none;
  }

  .hero-intro {
    margin-top: 26px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    gap: 20px;
  }

  .hero-primary {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-notes {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 36px;
  }

  .hero-signature {
    display: none;
  }

  .hero-stage {
    min-height: 520px;
    padding: 24px 16px 31px;
  }

  .hero-visual {
    min-height: 465px;
    border-radius: 42% 42% 24px 24px;
    background-position: 58% center;
  }

  .hero-stamp {
    top: 20px;
    right: 17px;
    width: 86px;
    height: 86px;
  }

  .hero-stamp strong {
    font-size: 14px;
  }

  .hero-float-card {
    padding: 9px 12px;
  }

  .hero-float-loyalty {
    bottom: 16%;
    left: 4px;
  }

  .hero-float-art {
    top: 35%;
    right: 2px;
  }

  .hero-float-card p {
    display: none;
  }

  .visual-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px 16px;
  }

  .visual-caption strong {
    font-size: 15px;
  }

  .beauty-ticker > div {
    gap: 16px;
  }

  .services-section {
    padding: 82px 14px 88px;
  }

  .section-heading {
    padding: 0 9px;
    margin-bottom: 42px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 350px;
    border-radius: 24px;
  }

  .favorite-pill {
    right: 56px;
  }

  .duration-note {
    padding: 0 9px;
  }

  .nail-gallery {
    margin-top: 83px;
    padding: 44px 14px 14px;
    border-radius: 30px;
  }

  .gallery-heading {
    padding: 0 9px;
  }

  .gallery-mosaic {
    gap: 8px;
  }

  .gallery-item,
  .gallery-item.gallery-tall {
    border-radius: 17px;
  }

  .gallery-item figcaption {
    right: 12px;
    bottom: 11px;
    left: 12px;
  }

  .gallery-item figcaption strong {
    font-size: 14px;
  }

  .gallery-callout {
    gap: 13px;
    border-radius: 20px;
  }

  .gallery-callout > strong {
    font-size: 17px;
  }

  .gallery-callout-orbit {
    width: 46px;
    height: 46px;
  }

  .little-touches {
    margin-top: 70px;
    padding: 28px 18px;
    border-radius: 27px;
  }

  .little-touches-title {
    align-items: flex-start;
  }

  .little-touches-title > span {
    width: 52px;
    height: 52px;
  }

  .add-ons-list button {
    min-height: 72px;
    padding: 14px;
  }

  .add-ons-list b {
    font-size: 11px;
  }

  .loyalty-teaser {
    min-height: 0;
    margin: 0;
    padding: 82px 20px;
    border-radius: 0;
  }

  .loyalty-card {
    min-height: 0;
    padding: 28px 17px;
    border-radius: 27px;
    transform: none;
  }

  .loyalty-card::before {
    font-size: 31px;
  }

  .loyalty-card::after {
    right: -9px;
    width: 45px;
    height: 45px;
  }

  .loyalty-card-head span:first-child {
    font-size: 22px;
  }

  .pearls-row {
    gap: 4px;
  }

  .pearls-row span {
    width: 31px;
    height: 31px;
    font-size: 9px;
  }

  .booking-section {
    padding: 82px 9px;
  }

  .booking-intro {
    padding: 0 13px;
    margin-bottom: 36px;
  }

  .booking-shell {
    border-radius: 25px;
  }

  .booking-summary {
    border-radius: 0;
  }

  .booking-steps {
    padding: 0 13px;
  }

  .booking-panel {
    padding: 31px 17px 38px;
  }

  .step-button {
    min-height: 68px;
  }

  .calendar-card,
  .times-card {
    padding: 18px 12px;
  }

  .booking-nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .booking-nav .button {
    width: 100%;
  }

  .about-section {
    padding: 84px 22px 110px;
  }

  .about-monogram {
    width: 125px;
    height: 125px;
  }

  footer {
    padding-bottom: 100px;
  }

  .mobile-booking-button {
    background: linear-gradient(110deg, var(--coral-deep), var(--coral), #368fad);
    box-shadow: 0 14px 34px rgba(7, 95, 134, 0.34);
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 50px;
  }

  .hero-float-art {
    display: none;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.gallery-tall,
  .gallery-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 0.95;
  }

  .gallery-item:nth-child(1) {
    aspect-ratio: 0.82;
  }

  .pearls-row span {
    width: 29px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-pearl,
  .beauty-ticker > div {
    animation: none !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   NATURAL FLOW — des sections qui se fondent les unes aux autres
   ───────────────────────────────────────────────────────────── */

main {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 132, 173, 0.1), transparent 24%),
    radial-gradient(circle at 88% 27%, rgba(113, 227, 209, 0.13), transparent 26%),
    linear-gradient(180deg, #fffaf6 0%, #f9fbfb 34%, #f1f8fb 66%, #effbf8 100%);
}

.hero {
  overflow: visible;
  background:
    radial-gradient(ellipse at 84% 28%, rgba(113, 227, 209, 0.22), transparent 31%),
    radial-gradient(ellipse at 15% 10%, rgba(22, 132, 173, 0.13), transparent 28%),
    linear-gradient(145deg, #fffaf6 3%, #f6fafb 53%, #ecf5f8 100%);
}

.hero::before {
  top: -210px;
  left: 27%;
  opacity: 0.65;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 36%;
  bottom: -130px;
  width: 430px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(95, 169, 196, 0.21), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-copy {
  padding-right: clamp(28px, 4vw, 68px);
}

.hero-stage {
  overflow: visible;
  padding: clamp(34px, 4vw, 62px) clamp(34px, 5vw, 78px) clamp(52px, 5vw, 78px) 0;
  background: transparent;
}

.hero-stage::before {
  top: 2%;
  right: -18%;
  bottom: auto;
  left: auto;
  width: 108%;
  height: 92%;
  border: 0;
  border-radius: 48% 52% 45% 55% / 38% 47% 53% 62%;
  background:
    radial-gradient(circle at 78% 18%, rgba(22, 132, 173, 0.62), transparent 28%),
    radial-gradient(circle at 14% 82%, rgba(95, 169, 196, 0.66), transparent 31%),
    linear-gradient(145deg, #075766, #07969a 48%, #58d9c8);
  box-shadow: none;
  transform: rotate(3deg);
  filter: saturate(0.95);
}

.hero-stage::after {
  top: auto;
  right: auto;
  bottom: 8%;
  left: -10%;
  width: 42%;
  height: 32%;
  border: 1px solid rgba(8, 142, 149, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(113, 227, 209, 0.045), 0 0 0 68px rgba(95, 169, 196, 0.025);
}

.hero-visual {
  min-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 48% 36% 44% 28% / 34% 46% 39% 52%;
  box-shadow: 0 34px 70px rgba(5, 70, 79, 0.24), inset 0 0 55px rgba(255, 255, 255, 0.08);
  transform: rotate(0.8deg);
}

.hero-stamp {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(7, 84, 95, 0.24);
  box-shadow: none;
}

.visual-caption {
  border: 0;
  border-radius: 30px 18px 34px 18px;
  background: linear-gradient(100deg, rgba(4, 65, 75, 0.58), rgba(4, 65, 75, 0.25));
  box-shadow: none;
}

.hero-float-card {
  border: 0;
  border-radius: 28px 18px 30px 18px;
  background: rgba(255, 252, 250, 0.82);
  box-shadow: 0 16px 35px rgba(3, 57, 66, 0.14);
}

.beauty-ticker {
  z-index: 6;
  margin: -19px -2vw 0;
  border: 0;
  background: linear-gradient(90deg, rgba(255, 240, 242, 0.76), rgba(236, 232, 255, 0.78) 45%, rgba(223, 250, 246, 0.76));
  box-shadow: 0 8px 25px rgba(75, 77, 112, 0.045);
  transform: rotate(-0.8deg);
}

.beauty-ticker > div {
  padding: 12px 0;
}

.services-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: clamp(105px, 11vw, 170px);
  padding-bottom: 0;
  background:
    radial-gradient(circle at 95% 10%, rgba(113, 227, 209, 0.18), transparent 22%),
    radial-gradient(circle at 5% 45%, rgba(22, 132, 173, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 246, 0.1), #fffaf6 45%, #f9fbfb 100%);
}

.services-section::before {
  top: 110px;
  right: -70px;
  width: 310px;
  opacity: 0.65;
}

.section-heading {
  order: 1;
}

.services-grid {
  order: 2;
  width: 100%;
  max-width: 1320px;
  column-gap: clamp(24px, 3.5vw, 56px);
  row-gap: 0;
  border: 0;
}

.service-card {
  min-height: 345px;
  overflow: visible;
  padding: 28px 2px 34px;
  border: 0;
  border-top: 1px solid rgba(8, 59, 73, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-card::before {
  display: none;
}

.service-card:nth-last-child(-n + 3) {
  border-bottom: 1px solid rgba(8, 59, 73, 0.14);
}

.service-card:hover {
  z-index: 2;
  border-color: rgba(8, 142, 149, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(238, 249, 247, 0.22));
  box-shadow: none;
  transform: translateY(-3px);
}

.service-card.featured {
  border-top: 2px solid var(--coral);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 225, 231, 0.33), transparent 76%);
  box-shadow: none;
  color: var(--ink);
}

.service-card.featured .service-topline,
.service-card.featured .service-description {
  color: var(--ink-soft);
}

.service-card.featured .service-icon {
  background: linear-gradient(145deg, rgba(255, 217, 223, 0.72), rgba(238, 233, 255, 0.72));
  color: var(--coral-deep);
}

.service-card.featured .service-subtitle {
  color: var(--coral-deep);
}

.service-card.featured h3,
.service-card.featured .service-footer strong {
  color: var(--lagoon-deep);
}

.service-card.featured .service-footer button {
  color: var(--lagoon);
}

.favorite-pill {
  top: 52px;
  right: 2px;
  border-radius: 999px;
  box-shadow: none;
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-top: 26px;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(8, 142, 149, 0.17);
}

.service-subtitle {
  margin-top: 27px;
}

.service-description {
  max-width: 350px;
}

.service-footer {
  border-color: rgba(8, 59, 73, 0.09);
}

.duration-note {
  order: 3;
  width: 100%;
  max-width: 1320px;
}

.little-touches {
  order: 4;
  width: 100%;
  max-width: 1320px;
  margin-top: clamp(70px, 8vw, 110px);
  padding: clamp(45px, 5vw, 72px) 0;
  border: 0;
  border-top: 1px solid rgba(8, 59, 73, 0.12);
  border-bottom: 1px solid rgba(8, 59, 73, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.little-touches-title > span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(7, 95, 134, 0.24);
  background: transparent;
  color: var(--coral-deep);
  box-shadow: none;
}

.add-ons-list {
  gap: 0;
}

.add-ons-list button {
  min-height: 66px;
  padding: 15px 3px;
  border: 0;
  border-bottom: 1px solid rgba(8, 59, 73, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.add-ons-list button:first-child {
  border-top: 1px solid rgba(8, 59, 73, 0.1);
}

.add-ons-list button:hover {
  padding-right: 10px;
  padding-left: 10px;
  border-color: rgba(7, 95, 134, 0.22);
  background: linear-gradient(90deg, rgba(255, 217, 223, 0.2), rgba(238, 233, 255, 0.16), transparent);
  transform: none;
}

.nail-gallery {
  order: 5;
  align-self: center;
  width: 100vw;
  max-width: none;
  margin: clamp(100px, 11vw, 160px) 0 -1px;
  padding: clamp(140px, 12vw, 190px) clamp(24px, 8vw, 130px) clamp(80px, 8vw, 125px);
  border-radius: 50% 50% 0 0 / 7% 7% 0 0;
  background:
    radial-gradient(circle at 88% 13%, rgba(22, 132, 173, 0.38), transparent 25%),
    radial-gradient(circle at 4% 82%, rgba(95, 169, 196, 0.38), transparent 25%),
    linear-gradient(180deg, #064754 0%, #075f6b 48%, #087d83 100%);
  box-shadow: none;
}

.nail-gallery::before {
  top: 28px;
  right: 18%;
  width: 46%;
  height: 165px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.018), 0 0 0 72px rgba(255, 255, 255, 0.012);
  transform: rotate(-3deg);
}

.gallery-heading,
.gallery-mosaic,
.gallery-callout {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-heading {
  margin-bottom: 52px;
}

.gallery-mosaic {
  gap: clamp(12px, 1.4vw, 20px);
}

.gallery-item,
.gallery-item.gallery-tall {
  border-radius: 36px 110px 42px 76px;
}

.gallery-item:nth-child(2) {
  border-radius: 90px 34px 74px 32px;
}

.gallery-item:nth-child(3) {
  border-radius: 34px 86px 30px 72px;
}

.gallery-item:nth-child(4) {
  border-radius: 70px 34px 92px 32px;
}

.gallery-item:nth-child(5) {
  border-radius: 32px 75px 38px 88px;
}

.gallery-callout {
  margin-top: 34px;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gallery-callout button {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(8px);
}

.gallery-callout button:hover {
  background: white;
  color: var(--coral-deep);
}

.loyalty-teaser {
  min-height: 640px;
  margin: 0;
  padding-top: clamp(50px, 6vw, 90px);
  padding-bottom: clamp(115px, 11vw, 170px);
  border-radius: 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(22, 132, 173, 0.26), transparent 24%),
    radial-gradient(circle at 6% 84%, rgba(95, 169, 196, 0.26), transparent 26%),
    linear-gradient(180deg, #087d83 0%, #075d6b 48%, #064552 100%);
}

.loyalty-teaser::before {
  top: 11%;
  left: -14%;
  width: 48%;
  height: 280px;
  opacity: 0.68;
  transform: rotate(-8deg);
}

.loyalty-teaser::after {
  right: -16%;
  bottom: -22%;
}

.loyalty-card {
  min-height: 350px;
  border-radius: 52px 110px 52px 84px;
  box-shadow: 0 30px 65px rgba(3, 38, 48, 0.24), inset 0 0 0 7px rgba(255, 255, 255, 0.22);
  transform: rotate(1deg);
}

.booking-section {
  overflow: hidden;
  margin-top: -1px;
  padding-top: clamp(175px, 15vw, 235px);
  background:
    radial-gradient(circle at 8% 24%, rgba(22, 132, 173, 0.12), transparent 24%),
    radial-gradient(circle at 94% 78%, rgba(113, 227, 209, 0.18), transparent 25%),
    linear-gradient(180deg, #eef7fa 0%, #fafcfb 44%, #eefbf8 100%);
}

.booking-section::before {
  top: -145px;
  right: auto;
  bottom: auto;
  left: -10%;
  width: 120%;
  height: 260px;
  border: 0;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background:
    radial-gradient(circle at 80% 15%, rgba(22, 132, 173, 0.2), transparent 24%),
    linear-gradient(180deg, #064552, #075b68);
  transform: rotate(-1.2deg);
}

.booking-intro {
  position: relative;
  z-index: 2;
}

.booking-shell {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  gap: clamp(30px, 4vw, 58px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-main {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-steps {
  padding: 0;
  border-bottom: 1px solid rgba(8, 59, 73, 0.13);
  background: transparent;
}

.step-button {
  border-right: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
}

.step-button.active {
  border-bottom-color: var(--coral);
  background: transparent;
}

.booking-panel {
  padding: 46px 0 0;
}

.service-choice-list {
  gap: 0 28px;
}

.service-choice {
  min-height: 82px;
  padding: 15px 3px;
  border: 0;
  border-bottom: 1px solid rgba(8, 59, 73, 0.11);
  border-radius: 0;
  background: transparent;
}

.service-choice:hover,
.service-choice.selected {
  border-color: rgba(7, 95, 134, 0.35);
  background: linear-gradient(90deg, rgba(255, 225, 231, 0.3), rgba(238, 233, 255, 0.18), transparent);
  box-shadow: none;
}

.extras-picker {
  margin-top: 34px;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid rgba(8, 59, 73, 0.11);
  border-bottom: 1px solid rgba(8, 59, 73, 0.11);
  border-radius: 0;
  background: transparent;
}

.calendar-card,
.times-card {
  border: 0;
  border-radius: 34px 70px 34px 54px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(57, 77, 93, 0.07);
}

.times-card {
  border-radius: 64px 32px 72px 34px;
}

.booking-form-grid input,
.booking-form-grid textarea,
.account-auth form input {
  border-color: rgba(8, 59, 73, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.connected-notice {
  border: 0;
  border-radius: 24px 40px 24px 36px;
}

.create-account-check {
  border-radius: 26px 42px 24px 34px;
  background: linear-gradient(110deg, rgba(231, 250, 247, 0.8), rgba(242, 239, 255, 0.8));
}

.booking-summary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 46px 46px 120px 46px;
  box-shadow: 0 25px 65px rgba(5, 72, 82, 0.18);
}

.summary-note {
  border: 0;
  border-radius: 20px 12px 24px 12px;
}

.about-section {
  margin-top: -1px;
  padding-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid rgba(8, 59, 73, 0.08);
  background:
    radial-gradient(circle at 6% 14%, rgba(95, 169, 196, 0.18), transparent 25%),
    radial-gradient(circle at 92% 82%, rgba(113, 227, 209, 0.2), transparent 25%),
    linear-gradient(180deg, #eefbf8, #fffaf6 84%);
}

.about-monogram {
  border-radius: 48% 52% 42% 58% / 52% 43% 57% 48%;
  box-shadow: 0 18px 45px rgba(136, 86, 114, 0.12), inset 0 0 0 7px rgba(255, 255, 255, 0.15);
  transform: rotate(-4deg);
}

.about-values span {
  border: 1px solid rgba(8, 142, 149, 0.16);
  background: transparent;
}

footer {
  margin-top: -1px;
  padding-top: 90px;
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(22, 132, 173, 0.2), transparent 25%),
    linear-gradient(145deg, #043541, #064d59);
}

@media (max-width: 1180px) {
  .booking-shell {
    gap: 0;
  }

  .booking-summary {
    margin-bottom: 42px;
    border-radius: 42px 42px 85px 42px;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    padding: 28px clamp(30px, 8vw, 76px) 78px;
  }

  .hero-stage::before {
    right: -8%;
    width: 92%;
  }

  .hero-visual {
    border-radius: 45% 38% 34% 28% / 28% 43% 35% 50%;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }

  .service-card:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .service-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(8, 59, 73, 0.14);
  }

  .little-touches {
    gap: 46px;
  }

  .nail-gallery {
    padding-top: 130px;
    border-radius: 50% 50% 0 0 / 4% 4% 0 0;
  }

  .loyalty-teaser {
    padding-top: 45px;
  }
}

@media (max-width: 760px) {
  .hero-stage::before {
    right: -16%;
    width: 108%;
  }

  .services-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nail-gallery {
    margin-top: 95px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .gallery-item,
  .gallery-item.gallery-tall,
  .gallery-item:nth-child(n) {
    border-radius: 28px 54px 30px 46px;
  }

  .gallery-item:nth-child(even) {
    border-radius: 50px 26px 46px 30px;
  }

  .gallery-callout {
    padding-right: 0;
    padding-left: 0;
  }

  .booking-section {
    padding-top: 160px;
  }

  .booking-section::before {
    top: -165px;
    height: 250px;
  }

  .booking-summary {
    border-radius: 36px 36px 72px 36px;
  }
}

@media (max-width: 640px) {
  .hero-stage {
    padding: 20px 14px 62px;
  }

  .hero-stage::before {
    top: 0;
    right: -28%;
    width: 125%;
    height: 93%;
  }

  .hero-visual {
    min-height: 470px;
    border-radius: 43% 33% 31% 24% / 25% 39% 30% 44%;
  }

  .beauty-ticker {
    margin-top: -13px;
  }

  .services-section {
    padding-top: 92px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .service-card,
  .service-card:nth-last-child(-n + 3) {
    min-height: 315px;
    border-bottom: 0;
  }

  .service-card:last-child {
    border-bottom: 1px solid rgba(8, 59, 73, 0.14);
  }

  .favorite-pill {
    right: 0;
  }

  .little-touches {
    padding: 42px 0;
  }

  .little-touches-title {
    flex-direction: row;
  }

  .add-ons-list button {
    padding-right: 2px;
    padding-left: 2px;
  }

  .nail-gallery {
    margin-top: 82px;
    padding: 108px 14px 82px;
    border-radius: 50% 50% 0 0 / 2.5% 2.5% 0 0;
  }

  .gallery-heading {
    padding: 0 8px;
  }

  .gallery-mosaic {
    gap: 9px;
  }

  .gallery-callout {
    margin-top: 24px;
    padding: 24px 7px;
  }

  .loyalty-teaser {
    padding: 42px 20px 128px;
  }

  .loyalty-card {
    border-radius: 38px 62px 38px 54px;
  }

  .booking-section {
    padding: 150px 14px 90px;
  }

  .booking-intro {
    padding: 0 8px;
  }

  .booking-steps {
    padding: 0;
  }

  .booking-panel {
    padding: 34px 0 0;
  }

  .service-choice {
    padding-right: 2px;
    padding-left: 2px;
  }

  .calendar-card,
  .times-card {
    border-radius: 28px 48px 28px 40px;
  }

  .booking-summary {
    border-radius: 32px 32px 62px 32px;
  }

  .about-section {
    padding-top: 70px;
  }

  footer {
    padding-top: 78px;
    border-radius: 50% 50% 0 0 / 9% 9% 0 0;
  }
}


/* ================================================================
   STUDIO NACRÉ — OCÉAN LIGNE FINE
   Dernière couche visuelle : bleu océan, nacre et coquilles.
   ================================================================ */

:root {
  --ink: #083b4b;
  --ink-soft: #456d79;
  --turquoise: #43aebc;
  --turquoise-dark: #0d7396;
  --turquoise-deep: #06465d;
  --turquoise-wash: #e7f5f8;
  --pearl: #f8f7f2;
  --cream: #fdfcf8;
  --line: rgba(8, 59, 75, 0.14);
  --coral: #1684ad;
  --coral-deep: #075f86;
  --coral-soft: #dceff6;
  --lilac: #5fa9c4;
  --lilac-soft: #edf7fa;
  --aqua: #42b8bf;
  --aqua-soft: #e6f6f7;
  --lagoon: #0c7594;
  --lagoon-deep: #063f55;
}

body,
main {
  background: var(--cream);
}

.site-header {
  border-bottom: 1px solid rgba(6, 70, 93, 0.12);
  background: rgba(253, 252, 248, 0.95);
}

.brand-mark {
  border-color: rgba(13, 115, 150, 0.42);
  background: transparent;
  box-shadow: none;
}

.brand-mark svg {
  fill: var(--turquoise-dark);
}

.button,
.hero-primary,
.account-submit,
.confirmation-close {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-dark);
  box-shadow: none;
  color: #fff;
}

.button:hover:not(:disabled),
.hero-primary:hover,
.account-submit:hover,
.confirmation-close:hover {
  border-color: var(--turquoise-deep);
  background: var(--turquoise-deep);
  box-shadow: none;
}

.eyebrow,
.hero h1 em,
.section-heading h2 em,
.booking-intro h2 em,
.about-copy h2 em {
  color: var(--turquoise-dark);
}

.hero-kicker,
.hero-notes,
.offer-bar,
.beauty-ticker,
.hero-signature,
.hero-float-card,
.hero-stamp,
.visual-caption {
  display: none !important;
}

.hero {
  overflow: hidden;
  background: #f6fafb;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-copy {
  padding-top: clamp(80px, 9vw, 135px);
  padding-bottom: clamp(80px, 9vw, 135px);
}

.hero-intro {
  color: var(--ink-soft);
}

.hero-stage {
  overflow: hidden;
  padding: clamp(38px, 5vw, 72px) clamp(34px, 5vw, 76px);
  background: #0c7594;
}

.hero-stage::before,
.hero-stage::after {
  display: none;
}

.hero-visual {
  min-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 48% 48% 4px 4px / 18% 18% 4px 4px;
  box-shadow: none;
  filter: saturate(0.82) contrast(0.98);
  transform: none;
}

.services-section {
  overflow: hidden;
  background:
    linear-gradient(rgba(244, 249, 249, 0.58), rgba(232, 244, 246, 0.66)),
    url("assets/images/soft-seabed-background.png") center top / cover no-repeat;
}

.services-section::before,
.services-section::after {
  display: none;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 38px);
  max-width: 1320px;
  border: 0;
}

.section-heading {
  grid-template-columns: 1fr;
  max-width: 1320px;
}

.service-card,
.service-card.featured {
  position: relative;
  isolation: isolate;
  aspect-ratio: 0.92;
  min-height: 0;
  overflow: visible;
  justify-content: flex-start;
  padding: clamp(62px, 4.8vw, 74px) clamp(42px, 4.2vw, 62px) clamp(72px, 5.6vw, 88px);
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}

.service-card::before,
.service-card::after,
.service-card.featured::before,
.service-card.featured::after {
  display: none;
}

.service-shell-outline {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/scallop-shell-outline.png") center / 100% 100% no-repeat;
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-shell-fill {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/scallop-shell-beige-fill.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.service-shell-outline {
  z-index: 0;
}

.service-card > :not(.service-shell-outline):not(.service-shell-fill) {
  position: relative;
  z-index: 1;
}

.service-card:hover,
.service-card.featured:hover {
  border: 0;
  background: transparent !important;
  box-shadow: none;
  transform: translateY(-5px);
}

.service-card:hover .service-shell-outline {
  opacity: 1;
  transform: scale(1.008);
}

.service-card:last-child {
  grid-column: 2;
}

.service-topline,
.service-card.featured .service-topline {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  align-self: center;
  margin: 0 auto;
  color: #66828a;
}

.service-topline span:last-child {
  display: inline-flex;
  align-items: center;
}

.service-topline span:last-child::before {
  content: "";
  width: 18px;
  height: 1px;
  margin: 0 12px;
  background: rgba(13, 115, 150, 0.38);
}

.service-icon,
.service-card.featured .service-icon {
  width: 42px;
  height: 42px;
  margin: clamp(13px, 1.4vw, 18px) auto 0;
  border: 1px solid rgba(13, 115, 150, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  color: var(--turquoise-dark);
}

.service-icon svg,
.service-card.featured .service-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--turquoise-dark);
}

.service-subtitle,
.service-card.featured .service-subtitle {
  margin: clamp(11px, 1.2vw, 15px) auto 6px;
  color: var(--turquoise-dark);
}

.service-card h3,
.service-card.featured h3 {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  color: var(--ink);
  font-size: clamp(23px, 2.15vw, 31px);
  line-height: 1.02;
}

.service-description,
.service-card.featured .service-description {
  max-width: 260px;
  margin: 8px auto 0;
  color: var(--ink-soft);
  font-size: 12.5px;
  line-height: 1.42;
}

.service-footer {
  width: 150px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin: clamp(13px, 1.4vw, 18px) auto 0;
  padding-top: 9px;
  border-top: 1px solid rgba(8, 59, 75, 0.12);
}

.service-duration {
  color: #5f7d86;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: nowrap;
}

.service-footer strong,
.service-card.featured .service-footer strong {
  color: var(--ink);
  font-size: 21px;
  white-space: nowrap;
}

.service-footer button,
.service-card.featured .service-footer button {
  width: auto;
  height: auto;
  margin-top: 4px;
  padding: 7px 17px;
  border: 1px solid var(--turquoise-dark);
  border-radius: 999px;
  background: #fbf7ef;
  color: var(--turquoise-dark);
  font-weight: 700;
  white-space: nowrap;
}

.service-footer button:hover,
.service-card.featured .service-footer button:hover {
  background: var(--turquoise-dark);
  color: #fff;
}

.duration-note {
  border-color: rgba(8, 59, 75, 0.13);
  color: #607b84;
}

.little-touches {
  gap: clamp(40px, 5vw, 76px);
  margin-top: clamp(75px, 8vw, 110px);
  padding: clamp(44px, 5vw, 70px);
  border: 1px solid rgba(13, 115, 150, 0.24);
  border-top: 4px solid var(--turquoise-dark);
  border-radius: 8px;
  background: #eaf5f8;
}

.little-touches-title > span {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(13, 115, 150, 0.46);
  background: #fff;
  color: var(--turquoise-dark);
}

.little-touches-title svg {
  width: 27px;
  height: 27px;
  stroke: var(--turquoise-dark);
}

.little-touches-title .eyebrow {
  color: var(--turquoise-dark);
}

.little-touches-title h3 {
  max-width: 430px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
}

.add-ons-list {
  gap: 12px;
}

.add-ons-list button,
.add-ons-list button:first-child {
  min-height: 78px;
  padding: 17px 18px;
  border: 1px solid rgba(13, 115, 150, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
}

.add-ons-list button:hover {
  padding-right: 18px;
  padding-left: 18px;
  border-color: var(--turquoise-dark);
  background: #fff;
  transform: translateX(3px);
}

.add-ons-list strong {
  color: var(--ink);
  font-size: 15px;
}

.add-ons-list small {
  color: #5f7e88;
  font-size: 11px;
}

.add-ons-list b {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--turquoise-dark);
  color: #fff;
  font-size: 13px;
}

.nail-gallery {
  background: #075a78;
}

.nail-gallery::before,
.nail-gallery::after {
  display: none;
}

.gallery-heading .eyebrow,
.gallery-heading h3 em {
  color: #a9ddea;
}

.gallery-callout button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--turquoise-deep);
}

.loyalty-teaser {
  background: #0a6688;
  color: #fff;
}

.loyalty-teaser::before,
.loyalty-teaser::after {
  display: none;
}

.loyalty-teaser .eyebrow,
.loyalty-marine-icon {
  color: #bfe7f1;
}

.loyalty-teaser > div > p:not(.eyebrow) {
  color: #e1f1f5;
}

.loyalty-card {
  min-height: 350px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(6, 70, 93, 0.28);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 50px rgba(3, 49, 67, 0.18);
  color: var(--ink);
  transform: none;
}

.loyalty-card::before,
.loyalty-card::after {
  display: none;
}

.loyalty-card-head,
.loyalty-card-head span:first-child,
.loyalty-card-head span:last-child {
  color: var(--ink);
}

.loyalty-card-head span:last-child {
  color: var(--turquoise-dark);
}

.loyalty-card > p {
  color: #456d79;
}

.loyalty-card-foot {
  color: #456d79;
}

.loyalty-card-foot strong {
  color: var(--ink);
}

.pearls-row span.filled {
  background: #d9eef4;
  box-shadow: none;
  color: var(--turquoise-deep);
}

.pearls-row span.reward {
  background: var(--turquoise-dark);
  color: #fff;
}

.booking-section {
  background: #f1f7f9;
}

.booking-section::before,
.booking-section::after {
  display: none;
}

.step-button.active {
  border-bottom-color: var(--turquoise-dark);
  color: var(--turquoise-dark);
}

.service-choice:hover,
.service-choice.selected {
  border-color: rgba(13, 115, 150, 0.42);
  background: #e5f2f6;
}

.extras-picker label > input:checked + .custom-checkbox,
.calendar-day.selected,
.time-slot.selected {
  border-color: var(--turquoise-dark);
  background: var(--turquoise-dark);
  color: #fff;
}

.about-section {
  background: #f8fbfb;
}

.about-section::before,
.about-section::after {
  display: none;
}

.about-monogram {
  border-radius: 50%;
  background: #dceff4;
  box-shadow: none;
  color: var(--turquoise-deep);
  transform: none;
}

footer {
  background: #053f56;
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - clamp(20px, 2.6vw, 38px)) / 2);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .hero-stage {
    padding: 28px clamp(22px, 7vw, 56px) 54px;
  }

  .little-touches {
    padding: 36px 26px;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .hero-stage {
    padding: 24px 14px 42px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .hero-visual {
    min-height: 470px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card,
  .service-card.featured,
  .service-card:last-child {
    grid-column: auto;
    width: min(100%, 390px);
    min-height: 0;
    justify-self: center;
    padding: 56px 32px 68px;
  }

  .service-card h3,
  .service-card.featured h3 {
    font-size: clamp(22px, 7.4vw, 28px);
  }

  .service-description,
  .service-card.featured .service-description {
    max-width: 245px;
    font-size: 12px;
    line-height: 1.38;
  }

  .service-icon,
  .service-card.featured .service-icon {
    margin-top: 12px;
  }

  .service-footer {
    width: 142px;
    gap: 1px;
    margin-top: 12px;
  }

  .little-touches {
    padding: 34px 20px;
    border-top-width: 3px;
  }

  .little-touches-title {
    align-items: flex-start;
  }

  .little-touches-title > span {
    width: 52px;
    height: 52px;
  }

  .little-touches-title h3 {
    font-size: 35px;
  }

  .add-ons-list button {
    min-height: 74px;
    padding: 14px;
  }

  .add-ons-list b {
    padding: 8px 10px;
    font-size: 12px;
  }

  .loyalty-card {
    border-radius: 8px;
  }
}

/* Ocean immersion — continuous scenery and floating hero hands */
.ocean-opening,
.ocean-depths {
  position: relative;
  isolation: isolate;
}

.ocean-opening {
  background:
    linear-gradient(180deg, rgba(4, 48, 88, 0.16) 0%, rgba(5, 61, 98, 0.28) 42%, rgba(4, 49, 78, 0.18) 100%),
    url("assets/images/ocean-opening-background.png") center top / cover no-repeat;
}

.ocean-opening .hero,
.ocean-opening .services-section {
  background: transparent;
}

.ocean-opening .hero {
  grid-template-columns: minmax(440px, 0.92fr) minmax(470px, 1.08fr);
  min-height: max(760px, calc(100vh - 88px));
}

.ocean-opening .hero-copy {
  align-self: center;
  padding-top: clamp(88px, 9vw, 148px);
  padding-bottom: clamp(88px, 9vw, 148px);
}

.ocean-opening .hero h1 {
  color: #fffdf8;
  text-shadow: 0 4px 24px rgba(1, 38, 66, 0.28);
}

.ocean-opening .hero h1 em {
  color: #bfeaf2;
}

.ocean-opening .hero-intro {
  color: rgba(247, 253, 253, 0.88);
  text-shadow: 0 2px 14px rgba(1, 38, 66, 0.24);
}

.ocean-opening .hero-actions .button {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #08789b;
}

.ocean-opening .hero-actions .button:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: #05627f;
}

.ocean-opening .hero-stage {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  padding: clamp(70px, 8vw, 120px) 0 0;
  background: transparent;
}

.hero-hands {
  width: min(132%, 1080px);
  max-height: 790px;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 28px 30px rgba(1, 40, 65, 0.2));
  transform: translate(5%, 3%);
}

.ocean-opening .services-section {
  padding-top: clamp(110px, 10vw, 165px);
}

.ocean-opening .section-heading h2,
.ocean-opening .duration-note {
  color: #fffdf8;
  text-shadow: 0 3px 20px rgba(1, 37, 65, 0.3);
}

.ocean-opening .little-touches {
  border-color: rgba(255, 255, 255, 0.58);
  border-top-color: #08789b;
  background: rgba(251, 247, 239, 0.94);
  box-shadow: 0 24px 70px rgba(2, 42, 68, 0.16);
  backdrop-filter: blur(8px);
}

.ocean-opening .nail-gallery {
  border-radius: 0;
  background: linear-gradient(180deg, rgba(3, 57, 82, 0.38), rgba(2, 49, 72, 0.62));
  backdrop-filter: blur(2px);
}

.ocean-depths {
  background:
    linear-gradient(180deg, rgba(12, 97, 130, 0.12), rgba(235, 246, 246, 0.22) 42%, rgba(247, 241, 225, 0.18)),
    url("assets/images/ocean-depths-background.png") center top / cover no-repeat;
}

.ocean-depths .loyalty-teaser {
  background: linear-gradient(180deg, rgba(5, 94, 126, 0.9), rgba(4, 69, 98, 0.82));
  backdrop-filter: blur(2px);
}

.ocean-depths .booking-section {
  background: rgba(238, 248, 249, 0.78);
  backdrop-filter: blur(5px);
}

.ocean-depths .about-section {
  background: rgba(251, 247, 239, 0.76);
  backdrop-filter: blur(4px);
}

@media (max-width: 980px) {
  .ocean-opening {
    background-position: 56% top;
  }

  .ocean-opening .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ocean-opening .hero-copy {
    padding-bottom: 28px;
  }

  .ocean-opening .hero-stage {
    min-height: 500px;
    padding: 0;
  }

  .hero-hands {
    width: min(118%, 900px);
    max-height: 650px;
    margin-left: auto;
    transform: translate(4%, 2%);
  }
}

@media (max-width: 640px) {
  .ocean-opening {
    background-position: 58% top;
  }

  .ocean-opening .hero-copy {
    padding: 74px 24px 20px;
  }

  .ocean-opening .hero-stage {
    min-height: 380px;
    padding: 0;
  }

  .hero-hands {
    width: 155%;
    max-width: none;
    max-height: 480px;
    transform: translate(7%, 1%);
  }

  .ocean-opening .services-section {
    padding-top: 82px;
  }

  .ocean-opening .nail-gallery {
    backdrop-filter: none;
  }
}

/* Continuity, spacing and founder portrait — final refinement */
.ocean-opening .hero {
  position: relative;
  z-index: 2;
  min-height: clamp(640px, 72vh, 760px);
  overflow: visible;
}

.ocean-opening .hero-copy {
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(64px, 7vw, 104px);
}

.ocean-opening .hero-stage {
  overflow: visible;
  padding-top: clamp(48px, 6vw, 88px);
}

.ocean-opening .hero-hands {
  max-height: 730px;
  transform: translate(5%, 8%);
}

.ocean-opening .services-section {
  position: relative;
  z-index: 1;
  padding-top: clamp(52px, 5vw, 78px);
}

.ocean-opening .nail-gallery {
  margin-bottom: -2px;
  border: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 75, 107, 0) 0%,
    rgba(3, 75, 107, 0.24) 36%,
    #034b6b 100%
  );
}

.ocean-depths .loyalty-teaser {
  margin-top: -2px;
  background: linear-gradient(
    180deg,
    #034b6b 0%,
    rgba(5, 94, 126, 0.9) 28%,
    rgba(4, 69, 98, 0.82) 100%
  );
}

.ocean-depths .loyalty-teaser .loyalty-card > p {
  color: #315e69;
}

.ocean-depths .about-section {
  padding-bottom: clamp(58px, 6vw, 88px);
}

.stephanie-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
  padding: 0 clamp(28px, 8vw, 130px) clamp(96px, 10vw, 150px);
  background: rgba(251, 247, 239, 0.76);
  backdrop-filter: blur(4px);
}

.stephanie-copy {
  max-width: 650px;
  padding-left: clamp(20px, 3vw, 42px);
  border-left: 1px solid rgba(13, 115, 150, 0.38);
}

.stephanie-copy .eyebrow {
  margin-bottom: 18px;
}

.stephanie-copy h2 {
  margin: 0;
  color: var(--turquoise-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.stephanie-copy > p:last-child {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}

.stephanie-portrait {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
  justify-self: end;
}

.stephanie-portrait::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -20px;
  bottom: -20px;
  left: 28px;
  border: 1px solid rgba(13, 115, 150, 0.28);
  pointer-events: none;
}

.stephanie-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

@media (max-width: 980px) {
  .ocean-opening .hero {
    min-height: auto;
    overflow: hidden;
  }

  .ocean-opening .hero-copy {
    padding-top: 74px;
    padding-bottom: 24px;
  }

  .ocean-opening .hero-hands {
    transform: translate(4%, 5%);
  }

  .ocean-opening .services-section {
    padding-top: 54px;
  }

  .stephanie-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .stephanie-portrait {
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .ocean-opening .hero-copy {
    padding: 68px 24px 18px;
  }

  .ocean-opening .services-section {
    padding-top: 42px;
  }

  .ocean-opening .nail-gallery {
    padding-top: 92px;
  }

  .stephanie-section {
    gap: 38px;
    padding: 0 24px 92px;
  }

  .stephanie-copy {
    padding-left: 20px;
  }

  .stephanie-copy > p:last-child {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.75;
  }

  .stephanie-portrait::before {
    top: 16px;
    right: -10px;
    bottom: -10px;
    left: 16px;
  }
}

/* Reservation pleine largeur et hero sans recadrage */
.booking-section {
  padding-right: clamp(22px, 3vw, 48px);
  padding-left: clamp(22px, 3vw, 48px);
}

.booking-intro {
  max-width: none;
}

.booking-shell {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-right: 0;
  margin-left: 0;
}

.booking-main {
  width: 100%;
  max-width: none;
}

.ocean-opening .hero-hands {
  width: min(175%, 1420px);
  max-height: 900px;
  object-position: right center;
  transform: translate(5%, 4%);
}

@media (max-width: 980px) {
  .ocean-opening {
    overflow: hidden;
  }

  .ocean-opening .hero {
    overflow: visible;
  }

  .ocean-opening .hero-hands {
    width: min(148%, 1120px);
    max-height: 760px;
    transform: translate(4%, 2%);
  }
}

@media (max-width: 640px) {
  .booking-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ocean-opening .hero-hands {
    width: 205%;
    max-height: 580px;
    transform: translate(8%, 1%);
  }
}

/* Hero, galerie et fidélité — composition finale */
.ocean-opening .hero h1 em {
  font-style: normal;
}

.ocean-opening .hero-stage {
  justify-content: flex-end;
}

.ocean-opening .hero-hands {
  width: min(220%, 1680px);
  max-width: none;
  max-height: none;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  object-position: right center;
  transform: translate(13.5%, 7%);
}

.ocean-opening .nail-gallery .gallery-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.gallery-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
}

.gallery-controls button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #08789b;
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.gallery-controls button:hover {
  background: #05627f;
  transform: translateY(-2px);
}

.gallery-controls svg {
  width: 24px;
  height: 24px;
}

.ocean-opening .nail-gallery .gallery-mosaic {
  height: auto;
  display: flex;
  grid-template-columns: none;
  grid-template-rows: none;
  gap: clamp(14px, 1.7vw, 24px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 1px 18px;
  scroll-behavior: smooth;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.ocean-opening .nail-gallery .gallery-mosaic::-webkit-scrollbar {
  display: none;
}

.ocean-opening .nail-gallery .gallery-item,
.ocean-opening .nail-gallery .gallery-item:nth-child(n) {
  flex: 0 0 clamp(270px, 30vw, 405px);
  width: clamp(270px, 30vw, 405px);
  aspect-ratio: 4 / 5;
  min-height: 0;
  border-radius: 34px 74px 34px 54px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.ocean-opening .nail-gallery .gallery-item:nth-child(even) {
  border-radius: 70px 32px 56px 34px;
}

.ocean-opening .nail-gallery .gallery-item::after,
.ocean-opening .nail-gallery .gallery-item figcaption {
  display: none;
}

.ocean-depths .loyalty-teaser {
  min-height: 0;
  grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
  padding-top: clamp(58px, 6vw, 82px);
  padding-bottom: clamp(58px, 6vw, 82px);
}

.ocean-depths .loyalty-card {
  width: min(100%, 820px);
  min-height: 0;
  display: grid;
  align-content: center;
  gap: clamp(14px, 1.7vw, 22px);
  justify-self: end;
  padding: clamp(28px, 3vw, 42px);
}

.ocean-depths .loyalty-card-head,
.ocean-depths .loyalty-card > p,
.ocean-depths .loyalty-card-foot,
.ocean-depths .pearls-row {
  margin: 0;
}

.ocean-depths .pearls-row {
  grid-template-columns: repeat(10, minmax(48px, 1fr));
  gap: clamp(5px, 0.7vw, 10px);
  align-items: center;
  padding: 4px 0;
}

.ocean-depths .pearls-row span,
.ocean-depths .pearls-row span.filled,
.ocean-depths .pearls-row span.reward {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0d7396;
}

.ocean-depths .pearls-row span::before,
.ocean-depths .pearls-row span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.ocean-depths .pearls-row span::before {
  z-index: 0;
  background: transparent;
  -webkit-mask-image: url("assets/images/scallop-shell-beige-fill.png");
  mask-image: url("assets/images/scallop-shell-beige-fill.png");
}

.ocean-depths .pearls-row span::after {
  z-index: 1;
  background: #0d7396;
  -webkit-mask-image: url("assets/images/scallop-shell-outline.png");
  mask-image: url("assets/images/scallop-shell-outline.png");
}

.ocean-depths .pearls-row span.filled::before {
  background: #d9eef4;
}

.ocean-depths .pearls-row span.reward::before {
  background: #0d7396;
}

.ocean-depths .pearls-row span b {
  position: relative;
  z-index: 2;
  padding-top: 8%;
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 500;
}

.ocean-depths .pearls-row span.reward b {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 980px) {
  .ocean-opening .hero-hands {
    width: min(148%, 1480px);
    transform: translate(13.5%, 5%);
  }

  .ocean-depths .loyalty-teaser {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ocean-depths .loyalty-card {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .ocean-opening .hero-hands {
    width: 235%;
    transform: translate(13.5%, 3%);
  }

  .ocean-opening .nail-gallery .gallery-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gallery-controls {
    justify-content: flex-end;
  }

  .gallery-controls button {
    width: 48px;
    height: 48px;
  }

  .ocean-opening .nail-gallery .gallery-item,
  .ocean-opening .nail-gallery .gallery-item:nth-child(n) {
    flex-basis: min(82vw, 330px);
    width: min(82vw, 330px);
  }

  .ocean-depths .loyalty-teaser {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ocean-depths .loyalty-card {
    gap: 14px;
    padding: 26px 20px;
  }

  .ocean-depths .pearls-row {
    grid-template-columns: repeat(5, minmax(42px, 1fr));
    gap: 8px;
  }

  .ocean-depths .loyalty-card-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

/* Hero mains — entrée nette depuis le bord droit */
.ocean-opening .hero-stage {
  position: relative;
  overflow: visible;
}

.ocean-opening .hero-hands {
  position: absolute;
  top: 50%;
  right: -1px;
  width: auto;
  height: min(108%, 880px);
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: right center;
  filter: none;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 980px) {
  .ocean-opening .hero-hands {
    right: -1px;
    width: auto;
    height: min(108%, 720px);
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .ocean-opening .hero-hands {
    right: -1px;
    width: auto;
    height: 410px;
    transform: translateY(-50%);
  }
}

/* ==================================================================
   STUDIO NACRÉ — IDENTITÉ NACRE, BLEU NUIT ET OR
   Couche finale inspirée du monogramme de marque fourni.
   ================================================================== */

:root {
  --ink: #132846;
  --ink-soft: #55647a;
  --turquoise: #315f83;
  --turquoise-dark: #173d66;
  --turquoise-deep: #102a4d;
  --turquoise-wash: rgba(225, 236, 241, 0.72);
  --pearl: #f6f1e9;
  --cream: #fbf8f3;
  --white: #ffffff;
  --gold: #b39a69;
  --gold-deep: #806536;
  --line: rgba(19, 40, 70, 0.14);
  --shadow: 0 24px 64px rgba(42, 55, 76, 0.1);
  --display-serif: Didot, "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  --body-sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

html {
  background: #f6f1e9;
}

body {
  min-height: 100%;
  background-color: #f6f1e9;
  background-image: url("assets/images/studio-nacre-pearl-background-v1.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--body-sans);
}

main,
.ocean-opening,
.ocean-depths,
.ocean-opening .hero,
.ocean-opening .services-section,
.ocean-opening .nail-gallery,
.ocean-depths .loyalty-teaser,
.ocean-depths .booking-section,
.ocean-depths .about-section,
.stephanie-section,
footer {
  background: transparent !important;
  background-image: none !important;
}

.ocean-opening,
.ocean-depths {
  isolation: auto;
}

h1,
h2,
h3,
.brand,
.footer-brand strong,
.account-panel h2,
.confirmation-card h2 {
  color: var(--ink);
  font-family: var(--display-serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.025em;
}

em {
  font-style: normal !important;
}

p,
small,
.duration-note {
  color: var(--ink-soft);
}

.eyebrow {
  color: var(--gold-deep) !important;
  font-family: var(--body-sans);
  font-weight: 600;
  letter-spacing: 0.26em;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 94px;
  padding-right: clamp(24px, 5vw, 84px);
  padding-left: clamp(24px, 5vw, 84px);
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.brand {
  gap: 13px;
  color: var(--ink);
  font-size: 25px;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-shell-mark,
.hero-shell-mark {
  display: block;
  background: var(--gold);
  -webkit-mask-image: url("assets/images/scallop-shell-outline.png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("assets/images/scallop-shell-outline.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.brand-shell-mark {
  width: 30px;
  height: 30px;
}

.site-header nav {
  gap: clamp(22px, 2.8vw, 44px);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header nav a::after {
  bottom: 2px;
  background: var(--gold);
}

.account-button {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.button,
.hero-primary,
.hero-lookbook,
.button-small,
.account-submit,
.confirmation-close {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.button:hover:not(:disabled),
.hero-primary:hover,
.hero-lookbook:hover,
.account-submit:hover,
.confirmation-close:hover {
  border-color: var(--gold-deep);
  background: var(--gold-deep);
  color: #fff;
  box-shadow: 0 14px 30px rgba(77, 65, 44, 0.15);
}

.hero.hero-brand,
.ocean-opening .hero.hero-brand {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
  padding: clamp(140px, 14vw, 200px) clamp(24px, 6vw, 96px) clamp(86px, 9vw, 132px);
}

.hero.hero-brand::before,
.hero.hero-brand::after {
  display: none;
}

.hero-brand-lockup {
  width: min(100%, 1580px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-logo {
  position: relative;
  width: clamp(142px, 14.5vw, 248px);
  aspect-ratio: 1;
  flex: 0 0 auto;
}

.hero-shell-mark {
  position: absolute;
  inset: 0;
}

.hero-logo-pearl {
  position: absolute;
  z-index: 2;
  bottom: 8.8%;
  left: 50%;
  width: clamp(28px, 3.4vw, 54px);
  aspect-ratio: 1;
  border: 1px solid rgba(179, 154, 105, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff 0 12%, transparent 34%),
    radial-gradient(circle at 55% 64%, #f0e9e1 0 25%, #fffdf9 68%, #d9d1c7 100%);
  box-shadow: 0 5px 16px rgba(54, 48, 43, 0.12);
  transform: translateX(-50%);
}

.hero-brand-lockup h1,
.ocean-opening .hero-brand-lockup h1 {
  margin: clamp(18px, 2.8vw, 36px) 0 0;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: clamp(64px, 10.1vw, 166px);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.065em;
  line-height: 0.92;
  text-shadow: none;
  white-space: nowrap;
}

.hero-brand-divider {
  width: min(390px, 42vw);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-top: clamp(30px, 3.4vw, 46px);
}

.hero-brand-divider::before,
.hero-brand-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-brand-divider::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-brand-divider span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(179, 154, 105, 0.08);
}

.hero-brand-tagline {
  margin: 20px 0 0;
  color: var(--gold-deep);
  font-size: clamp(10px, 1vw, 15px);
  font-weight: 500;
  letter-spacing: 0.48em;
  line-height: 1.4;
}

.hero-brand .hero-actions,
.ocean-opening .hero-brand .hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(40px, 4.2vw, 62px);
}

.hero-brand .hero-actions .button,
.ocean-opening .hero-brand .hero-actions .button {
  min-width: 210px;
  min-height: 54px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-brand .hero-actions .button:hover,
.ocean-opening .hero-brand .hero-actions .button:hover {
  border-color: var(--gold-deep);
  background: var(--gold-deep);
}

.services-section,
.ocean-opening .services-section {
  padding-top: clamp(48px, 5.5vw, 82px);
  padding-bottom: clamp(54px, 6vw, 92px);
}

.section-heading,
.gallery-heading,
.booking-intro,
.about-copy,
.stephanie-copy {
  position: relative;
}

.section-heading h2,
.ocean-opening .section-heading h2,
.gallery-heading h3,
.loyalty-teaser h2,
.booking-intro h2,
.about-copy h2,
.stephanie-copy h2 {
  color: var(--ink);
  font-family: var(--display-serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.section-heading h2,
.ocean-opening .section-heading h2 {
  max-width: 920px;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.98;
}

.ocean-opening .duration-note,
.duration-note {
  color: var(--ink-soft);
  text-shadow: none;
}

.service-card h3,
.service-card.featured h3,
.little-touches-title h3 {
  color: var(--ink);
  font-family: var(--display-serif);
  font-style: normal;
  font-weight: 400;
}

.service-shell-fill {
  filter: saturate(0.78) brightness(1.015);
}

.service-shell-outline {
  filter: saturate(0.55) hue-rotate(8deg) brightness(0.65);
}

.service-icon,
.service-card.featured .service-icon {
  border-color: rgba(179, 154, 105, 0.45);
  background: rgba(255, 252, 246, 0.72);
  color: var(--gold-deep);
}

.service-icon svg,
.service-card.featured .service-icon svg {
  stroke: var(--gold-deep);
}

.service-subtitle,
.service-card.featured .service-subtitle {
  color: var(--gold-deep);
}

.service-footer button,
.service-card.featured .service-footer button {
  border-color: var(--ink);
  background: rgba(253, 249, 242, 0.88);
  color: var(--ink);
}

.service-footer button:hover,
.service-card.featured .service-footer button:hover {
  background: var(--ink);
  color: #fff;
}

.little-touches,
.ocean-opening .little-touches {
  border: 1px solid rgba(179, 154, 105, 0.46);
  border-top: 3px solid var(--gold);
  background: rgba(252, 248, 241, 0.72);
  box-shadow: 0 22px 58px rgba(48, 47, 54, 0.08);
  backdrop-filter: blur(11px);
}

.little-touches-title > span {
  border-color: rgba(179, 154, 105, 0.52);
  background: rgba(255, 253, 249, 0.8);
  color: var(--gold-deep);
}

.little-touches-title svg {
  stroke: var(--gold-deep);
}

.add-ons-list button,
.add-ons-list button:first-child {
  border-color: rgba(19, 40, 70, 0.15);
  background: rgba(255, 253, 249, 0.78);
}

.add-ons-list b {
  background: var(--ink);
}

.nail-gallery,
.ocean-opening .nail-gallery {
  width: 100%;
  margin-top: clamp(34px, 3.8vw, 58px);
  margin-bottom: 0;
  padding: clamp(48px, 5vw, 74px) clamp(24px, 7vw, 112px) clamp(68px, 7vw, 104px);
  border: 0;
  color: var(--ink);
  backdrop-filter: none;
}

.nail-gallery::before,
.nail-gallery::after,
.ocean-opening .nail-gallery::before,
.ocean-opening .nail-gallery::after {
  display: none;
}

.gallery-heading,
.ocean-opening .nail-gallery .gallery-heading {
  width: 100%;
  max-width: none;
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.gallery-heading h3,
.gallery-heading h3 em,
.ocean-opening .gallery-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 86px);
  font-style: normal;
  line-height: 0.98;
}

.gallery-heading > div:first-child > p:last-child {
  display: none;
}

.gallery-controls button {
  border: 1px solid var(--ink);
  background: rgba(250, 246, 239, 0.78);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.gallery-controls button:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.ocean-opening .nail-gallery .gallery-item,
.ocean-opening .nail-gallery .gallery-item:nth-child(n) {
  border: 1px solid rgba(179, 154, 105, 0.3);
  box-shadow: 0 18px 42px rgba(39, 45, 58, 0.12);
}

.gallery-callout {
  border-color: rgba(179, 154, 105, 0.42);
  background: rgba(252, 248, 241, 0.74);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.gallery-callout p,
.gallery-callout strong {
  color: var(--ink);
}

.gallery-callout button {
  border-color: var(--ink);
  color: var(--ink);
}

.loyalty-teaser,
.ocean-depths .loyalty-teaser {
  margin-top: 0;
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(68px, 7vw, 104px);
  color: var(--ink);
  backdrop-filter: none;
}

.loyalty-teaser .eyebrow,
.loyalty-marine-icon {
  color: var(--gold-deep) !important;
}

.loyalty-teaser h2,
.loyalty-teaser h2 span {
  color: var(--ink);
  font-style: normal;
}

.loyalty-teaser > div > p:not(.eyebrow),
.ocean-depths .loyalty-teaser > div > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.text-link.light {
  border-color: var(--gold-deep);
  color: var(--ink);
}

.loyalty-card,
.ocean-depths .loyalty-card {
  border: 1px solid rgba(179, 154, 105, 0.46);
  background: rgba(253, 249, 242, 0.8);
  box-shadow: 0 24px 60px rgba(44, 47, 56, 0.1);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.loyalty-card-head,
.loyalty-card-head span:first-child,
.loyalty-card-head span:last-child,
.loyalty-card > p,
.loyalty-card-foot,
.loyalty-card-foot strong {
  color: var(--ink);
}

.booking-section,
.ocean-depths .booking-section {
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 108px);
  backdrop-filter: none;
}

.booking-intro {
  max-width: 980px;
  margin: 0 auto clamp(38px, 4vw, 58px);
  text-align: center;
}

.booking-intro h2 {
  color: var(--ink);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.98;
}

.booking-intro > p:last-child {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: var(--ink-soft);
}

.booking-shell {
  border: 1px solid rgba(179, 154, 105, 0.46);
  background: rgba(250, 247, 240, 0.82);
  box-shadow: 0 24px 64px rgba(44, 47, 56, 0.1);
  backdrop-filter: blur(13px);
}

.booking-main,
.booking-panel {
  background: transparent;
}

.step-button.active {
  border-bottom-color: var(--gold-deep);
  color: var(--ink);
}

.service-choice:hover,
.service-choice.selected {
  border-color: rgba(179, 154, 105, 0.58);
  background: rgba(234, 226, 211, 0.48);
}

.extras-picker label > input:checked + .custom-checkbox,
.calendar-day.selected,
.time-slot.selected {
  border-color: var(--ink);
  background: var(--ink);
}

.about-section,
.ocean-depths .about-section {
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(58px, 6vw, 90px);
  backdrop-filter: none;
}

.about-monogram {
  border: 1px solid rgba(179, 154, 105, 0.48);
  background: rgba(250, 246, 239, 0.62);
  color: var(--ink);
}

.about-values article {
  border-color: rgba(179, 154, 105, 0.34);
  background: rgba(252, 248, 241, 0.56);
  backdrop-filter: blur(8px);
}

.stephanie-section {
  padding-top: clamp(26px, 3vw, 46px);
  backdrop-filter: none;
}

.stephanie-copy {
  border-left-color: rgba(179, 154, 105, 0.58);
}

.stephanie-copy h2 {
  color: var(--ink);
}

.stephanie-portrait::before {
  border-color: rgba(179, 154, 105, 0.5);
}

footer {
  border-top: 1px solid rgba(179, 154, 105, 0.42);
  border-radius: 0;
  color: var(--ink);
}

.footer-brand strong,
.footer-brand p,
.footer-note,
.footer-details,
.footer-details button {
  color: var(--ink);
}

.footer-details button {
  border-bottom-color: var(--gold-deep);
}

.mobile-booking-button {
  border-color: var(--ink);
  background: var(--ink);
}

@media (max-width: 980px) {
  body {
    background-attachment: scroll;
    background-size: auto 100vh;
  }

  .site-header {
    height: 82px;
  }

  .hero.hero-brand,
  .ocean-opening .hero.hero-brand {
    min-height: 100svh;
    padding-top: 132px;
  }

  .hero-brand-lockup h1,
  .ocean-opening .hero-brand-lockup h1 {
    font-size: clamp(58px, 11vw, 104px);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-right: 22px;
    padding-left: 22px;
  }

  .brand {
    font-size: 22px;
  }

  .hero.hero-brand,
  .ocean-opening .hero.hero-brand {
    min-height: 92svh;
    padding: 118px 22px 72px;
  }

  .hero-logo {
    width: clamp(126px, 38vw, 178px);
  }

  .hero-brand-lockup h1,
  .ocean-opening .hero-brand-lockup h1 {
    max-width: 100%;
    font-size: clamp(43px, 13vw, 68px);
    letter-spacing: 0.035em;
    line-height: 0.94;
    white-space: normal;
  }

  .hero-brand-tagline {
    padding-left: 0.42em;
    font-size: 9px;
    letter-spacing: 0.38em;
  }

  .hero-brand .hero-actions,
  .ocean-opening .hero-brand .hero-actions {
    width: min(100%, 370px);
    flex-direction: column;
  }

  .hero-brand .hero-actions .button,
  .ocean-opening .hero-brand .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .services-section,
  .ocean-opening .services-section {
    padding-top: 36px;
  }

  .section-heading h2,
  .ocean-opening .section-heading h2,
  .gallery-heading h3,
  .ocean-opening .gallery-heading h3,
  .loyalty-teaser h2,
  .booking-intro h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .nail-gallery,
  .ocean-opening .nail-gallery {
    margin-top: 24px;
    padding: 44px 22px 72px;
  }

  .gallery-heading,
  .ocean-opening .nail-gallery .gallery-heading {
    gap: 20px;
    margin-bottom: 28px;
  }

  .loyalty-teaser,
  .ocean-depths .loyalty-teaser,
  .booking-section,
  .ocean-depths .booking-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .booking-shell {
    border-radius: 24px;
  }

  footer {
    padding-top: 64px;
  }
}

/* ==================================================================
   FINITIONS — LOGO EXACT, NACRE FIXE ET RESERVATION DEDIEE
   ================================================================== */

html {
  min-height: 100%;
  background: #f6f1e9;
}

body {
  position: relative;
  min-height: 100%;
  isolation: isolate;
  background: none !important;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: -2px;
  pointer-events: none;
  background: #f6f1e9 url("assets/images/studio-nacre-pearl-background-v1.webp") center / cover no-repeat;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.brand-mark img,
.hero-logo img,
.reservation-brand img,
.reservation-summary-logo,
.reservation-confirmation-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-mark {
  width: 42px;
  height: 42px;
}

.hero.hero-brand,
.ocean-opening .hero.hero-brand {
  overflow: visible;
}

.hero-brand-lockup {
  width: 100%;
  max-width: 1680px;
  overflow: visible;
}

.hero-logo {
  width: clamp(162px, 17vw, 270px);
}

.hero-brand-lockup h1,
.ocean-opening .hero-brand-lockup h1 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: var(--ink);
  font-size: clamp(54px, 8.1vw, 132px) !important;
  letter-spacing: 0.045em;
  line-height: 0.94;
  text-align: center;
  white-space: nowrap;
}

.section-heading {
  display: block !important;
  text-align: center;
}

.section-heading > div {
  width: 100%;
}

.section-heading h2,
.ocean-opening .section-heading h2 {
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.service-icon,
.service-card.featured .service-icon {
  display: none !important;
}

.service-card,
.service-card.featured {
  justify-content: center;
  padding-top: clamp(56px, 4.4vw, 70px);
}

.service-subtitle,
.service-card.featured .service-subtitle {
  margin-top: 0;
}

.service-shell-fill {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.9), transparent 31%),
    radial-gradient(circle at 76% 50%, rgba(219, 199, 230, 0.5), transparent 39%),
    radial-gradient(circle at 42% 72%, rgba(247, 224, 205, 0.6), transparent 36%),
    linear-gradient(145deg, #fbf4e7 0%, #f3e6ed 42%, #f8eddf 67%, #e8ddf0 100%) !important;
  -webkit-mask: url("assets/images/scallop-shell-beige-fill.png") center / 100% 100% no-repeat;
  mask: url("assets/images/scallop-shell-beige-fill.png") center / 100% 100% no-repeat;
  filter: none !important;
  opacity: 0.98;
}

.service-shell-outline {
  filter: sepia(0.28) saturate(0.52) brightness(0.72) !important;
  opacity: 0.82;
}

.booking-section,
.ocean-depths .booking-section {
  display: none !important;
}

.nail-gallery,
.ocean-opening .nail-gallery {
  padding-bottom: clamp(34px, 4vw, 58px);
}

.gallery-callout {
  margin-bottom: 0 !important;
}

.loyalty-teaser,
.ocean-depths .loyalty-teaser {
  min-height: 0 !important;
  align-items: center !important;
  margin-top: 0 !important;
  padding-top: clamp(34px, 4vw, 58px) !important;
  padding-bottom: clamp(58px, 5.5vw, 84px) !important;
}

.loyalty-teaser > div,
.ocean-depths .loyalty-teaser > div {
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
}

/* Page de réservation, volontairement absente de la navigation principale. */

.reservation-page {
  --reservation-panel: rgba(252, 248, 241, 0.84);
  --reservation-panel-strong: rgba(253, 250, 245, 0.94);
  width: 100%;
  min-height: 100svh;
  padding: 0 clamp(18px, 3.2vw, 56px) clamp(54px, 7vw, 104px);
  color: var(--ink);
  background: transparent !important;
  font-family: var(--body-sans);
}

.reservation-page button,
.reservation-page input,
.reservation-page textarea {
  font: inherit;
}

.reservation-header {
  width: 100%;
  max-width: 1540px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(179, 154, 105, 0.46);
}

.reservation-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.reservation-brand img {
  width: 48px;
  height: 48px;
}

.reservation-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(19, 40, 70, 0.5);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.reservation-back-link svg {
  width: 18px;
  height: 18px;
}

.reservation-intro {
  max-width: 1020px;
  margin: clamp(56px, 7vw, 96px) auto clamp(36px, 4vw, 58px);
  text-align: center;
}

.reservation-kicker {
  margin: 0 0 14px;
  color: var(--gold-deep) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.reservation-intro h1,
.reservation-confirmation-card h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: clamp(52px, 6.4vw, 92px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.reservation-intro > p:last-child {
  max-width: 630px;
  margin: 22px auto 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.65;
}

.reservation-progress {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  margin: 0 auto clamp(24px, 2.6vw, 38px);
  border: 1px solid rgba(179, 154, 105, 0.46);
  border-radius: 24px;
  background: rgba(252, 248, 241, 0.69);
  box-shadow: 0 18px 44px rgba(38, 48, 64, 0.06);
  backdrop-filter: blur(14px);
}

.reservation-progress button {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 20px;
  border: 0;
  border-right: 1px solid rgba(179, 154, 105, 0.32);
  background: transparent;
  color: rgba(19, 40, 70, 0.46);
  cursor: pointer;
}

.reservation-progress button:last-child {
  border-right: 0;
}

.reservation-progress button::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 2px;
  background: transparent;
}

.reservation-progress button > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 40, 70, 0.26);
  border-radius: 50%;
  font-size: 12px;
}

.reservation-progress button > span svg {
  width: 16px;
  height: 16px;
}

.reservation-progress button b {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.reservation-progress button.is-active {
  color: var(--ink);
}

.reservation-progress button.is-active::after {
  background: var(--gold);
}

.reservation-progress button.is-active > span,
.reservation-progress button.is-complete > span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.reservation-progress button.is-complete {
  color: var(--ink);
}

.reservation-layout {
  width: 100%;
  max-width: 1540px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  align-items: start;
  gap: clamp(20px, 2.2vw, 34px);
  margin: 0 auto;
}

.reservation-workspace,
.reservation-summary,
.reservation-confirmation-card {
  border: 1px solid rgba(179, 154, 105, 0.5);
  background: var(--reservation-panel);
  box-shadow: 0 28px 72px rgba(43, 47, 60, 0.1);
  backdrop-filter: blur(18px);
}

.reservation-workspace {
  overflow: hidden;
  border-radius: 34px;
}

.reservation-step-panel {
  padding: clamp(32px, 4.8vw, 72px);
}

.reservation-panel-heading {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2.4vw, 34px);
  margin-bottom: clamp(32px, 4vw, 56px);
}

.reservation-panel-heading > span {
  min-width: 48px;
  padding-top: 9px;
  border-top: 1px solid var(--gold);
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.reservation-panel-heading p,
.reservation-extras-heading p {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reservation-panel-heading h2,
.reservation-extras-heading h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.reservation-panel-heading h2 {
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 0.98;
}

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

.reservation-service-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(19, 40, 70, 0.13);
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.58);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.reservation-service-card:hover {
  border-color: rgba(179, 154, 105, 0.72);
  transform: translateY(-2px);
}

.reservation-service-card.is-selected {
  border-color: var(--gold);
  background:
    radial-gradient(circle at 82% 18%, rgba(219, 199, 230, 0.32), transparent 34%),
    rgba(249, 243, 233, 0.93);
  box-shadow: inset 0 0 0 1px rgba(179, 154, 105, 0.24);
}

.reservation-service-check,
.reservation-extra-check {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 40, 70, 0.3);
  border-radius: 50%;
  color: #fff;
}

.reservation-service-card.is-selected .reservation-service-check,
.reservation-extra-list label.is-selected .reservation-extra-check {
  border-color: var(--ink);
  background: var(--ink);
}

.reservation-service-check svg,
.reservation-extra-check svg {
  width: 14px;
  height: 14px;
}

.reservation-service-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reservation-service-copy small {
  overflow: hidden;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.reservation-service-copy strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.reservation-service-copy em {
  color: var(--ink-soft);
  font-size: 11px;
}

.reservation-service-card > b {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.reservation-extras {
  margin-top: clamp(42px, 4.6vw, 66px);
  padding-top: clamp(34px, 3.5vw, 50px);
  border-top: 1px solid rgba(179, 154, 105, 0.4);
}

.reservation-extras-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.reservation-extras-heading h3 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.reservation-extras-heading > span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reservation-extra-list {
  display: grid;
  gap: 10px;
}

.reservation-extra-list label {
  min-height: 72px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(19, 40, 70, 0.12);
  border-radius: 17px;
  background: rgba(255, 253, 249, 0.5);
  cursor: pointer;
}

.reservation-extra-list label.is-selected {
  border-color: var(--gold);
  background: rgba(248, 241, 232, 0.9);
}

.reservation-extra-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reservation-extra-list label > span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.reservation-extra-list strong {
  color: var(--ink);
  font-size: 14px;
}

.reservation-extra-list small {
  color: var(--ink-soft);
  font-size: 11px;
}

.reservation-extra-list b {
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
}

.reservation-panel-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(36px, 4vw, 58px);
  padding-top: 28px;
  border-top: 1px solid rgba(179, 154, 105, 0.34);
}

.reservation-panel-actions.align-right {
  justify-content: flex-end;
}

.reservation-primary-button,
.reservation-secondary-button,
.reservation-text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  cursor: pointer;
}

.reservation-primary-button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.reservation-primary-button:hover:not(:disabled) {
  border-color: var(--gold-deep);
  background: var(--gold-deep);
}

.reservation-primary-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.reservation-secondary-button {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reservation-text-button {
  padding-right: 4px;
  padding-left: 4px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
}

.reservation-text-button svg {
  width: 17px;
  height: 17px;
}

.reservation-summary {
  position: sticky;
  top: 24px;
  overflow: hidden;
  padding: 38px 34px 34px;
  border-radius: 32px;
}

.reservation-summary::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 198, 230, 0.34), transparent 68%);
  pointer-events: none;
}

.reservation-summary-logo {
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
}

.reservation-summary > .reservation-kicker {
  text-align: center;
}

.reservation-summary h2 {
  margin: 8px 0 28px;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.reservation-summary dl {
  margin: 0;
}

.reservation-summary dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(19, 40, 70, 0.11);
}

.reservation-summary dt {
  color: var(--ink-soft);
  font-size: 11px;
}

.reservation-summary dd {
  max-width: 190px;
  margin: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-align: right;
}

.reservation-summary-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 22px;
}

.reservation-summary-total span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reservation-summary-total strong {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 34px;
  font-weight: 400;
}

.reservation-summary > small {
  display: block;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.55;
}

.reservation-summary-empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
}

.reservation-summary-empty p {
  max-width: 230px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.reservation-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
}

.reservation-calendar,
.reservation-times {
  min-height: 470px;
  padding: clamp(22px, 2.6vw, 36px);
  border: 1px solid rgba(19, 40, 70, 0.13);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.56);
}

.reservation-calendar-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.reservation-calendar-header strong {
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.reservation-calendar-header button,
.reservation-gallery-control {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 40, 70, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  cursor: pointer;
}

.reservation-calendar-header button:disabled {
  opacity: 0.26;
  cursor: default;
}

.reservation-calendar-header svg {
  width: 18px;
  height: 18px;
}

.reservation-calendar-weekdays,
.reservation-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}

.reservation-calendar-weekdays {
  margin-bottom: 8px;
}

.reservation-calendar-weekdays span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 650;
  text-align: center;
  text-transform: uppercase;
}

.reservation-calendar-days button,
.reservation-calendar-days > span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
}

.reservation-calendar-days button {
  cursor: pointer;
}

.reservation-calendar-days button:hover:not(:disabled) {
  border-color: rgba(179, 154, 105, 0.7);
  background: rgba(239, 229, 218, 0.65);
}

.reservation-calendar-days button:disabled {
  color: rgba(19, 40, 70, 0.2);
  text-decoration: line-through;
  cursor: default;
}

.reservation-calendar-days button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.reservation-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 9px;
}

.reservation-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.reservation-calendar-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.reservation-calendar-legend i.is-unavailable {
  background: rgba(19, 40, 70, 0.18);
}

.reservation-times {
  display: flex;
  flex-direction: column;
}

.reservation-times-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(19, 40, 70, 0.11);
}

.reservation-times-heading > svg {
  width: 24px;
  height: 24px;
  color: var(--gold-deep);
}

.reservation-times-heading span,
.reservation-times-heading strong {
  display: block;
}

.reservation-times-heading span {
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reservation-times-heading strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.reservation-time-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.reservation-time-list button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(19, 40, 70, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  cursor: pointer;
}

.reservation-time-list button:hover,
.reservation-time-list button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.reservation-time-list svg {
  width: 16px;
  height: 16px;
}

.reservation-times-empty {
  flex: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.reservation-times-empty img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  opacity: 0.68;
}

.reservation-times-empty p {
  max-width: 230px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

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

.reservation-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.reservation-form-grid label.is-full-width {
  grid-column: 1 / -1;
}

.reservation-form-grid input,
.reservation-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(19, 40, 70, 0.17);
  border-radius: 15px;
  outline: 0;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.reservation-form-grid input {
  height: 56px;
  padding: 0 17px;
}

.reservation-form-grid textarea {
  min-height: 126px;
  padding: 16px 17px;
  resize: vertical;
}

.reservation-form-grid input:focus,
.reservation-form-grid textarea:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(179, 154, 105, 0.12);
}

.reservation-consents {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.reservation-consents label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  cursor: pointer;
}

.reservation-consents input {
  position: absolute;
  opacity: 0;
}

.reservation-consents label > span {
  width: 23px;
  height: 23px;
  display: grid;
  grid-row: 1;
  grid-column: 1;
  place-items: center;
  border: 1px solid rgba(19, 40, 70, 0.28);
  border-radius: 7px;
  color: transparent;
}

.reservation-consents input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.reservation-consents svg {
  width: 13px;
  height: 13px;
}

.reservation-consents p {
  grid-row: 1;
  grid-column: 2;
  margin: 1px 0 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.reservation-consents small {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 10px;
}

.reservation-confirmed {
  display: grid;
  place-items: center;
  padding-top: clamp(34px, 5vw, 72px);
}

.reservation-confirmation-card {
  width: min(100%, 900px);
  padding: clamp(42px, 6vw, 88px);
  border-radius: 36px;
  text-align: center;
}

.reservation-confirmation-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto 28px;
}

.reservation-confirmation-copy {
  max-width: 590px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.reservation-confirmation-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
  border-top: 1px solid rgba(179, 154, 105, 0.42);
  border-bottom: 1px solid rgba(179, 154, 105, 0.42);
}

.reservation-confirmation-details > div {
  padding: 24px 18px;
  border-right: 1px solid rgba(179, 154, 105, 0.32);
}

.reservation-confirmation-details > div:last-child {
  border-right: 0;
}

.reservation-confirmation-details dt {
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reservation-confirmation-details dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.reservation-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

@media (max-width: 1120px) {
  .reservation-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .reservation-service-grid {
    grid-template-columns: 1fr;
  }

  .reservation-calendar-layout {
    grid-template-columns: 1fr;
  }

  .reservation-calendar,
  .reservation-times {
    min-height: auto;
  }

  .reservation-times-empty {
    min-height: 260px;
  }
}

@media (max-width: 860px) {
  .hero-brand-lockup h1,
  .ocean-opening .hero-brand-lockup h1 {
    font-size: clamp(44px, 10.5vw, 78px) !important;
    white-space: nowrap;
  }

  .reservation-layout {
    grid-template-columns: 1fr;
  }

  .reservation-summary {
    position: static;
    order: -1;
  }

  .reservation-summary-logo,
  .reservation-summary > .reservation-kicker,
  .reservation-summary > small {
    display: none;
  }

  .reservation-summary h2 {
    margin-top: 0;
  }

  .reservation-summary-empty {
    min-height: 100px;
  }
}

@media (max-width: 640px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero.hero-brand,
  .ocean-opening .hero.hero-brand {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-logo {
    width: clamp(132px, 39vw, 176px);
  }

  .hero-brand-lockup h1,
  .ocean-opening .hero-brand-lockup h1 {
    font-size: clamp(34px, 10.8vw, 52px) !important;
    letter-spacing: 0.025em;
  }

  .loyalty-teaser,
  .ocean-depths .loyalty-teaser {
    padding-top: 30px !important;
  }

  .reservation-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .reservation-header {
    min-height: 78px;
    padding: 0 5px;
  }

  .reservation-brand {
    gap: 9px;
    font-size: 20px;
  }

  .reservation-brand img {
    width: 38px;
    height: 38px;
  }

  .reservation-back-link {
    border-bottom: 0;
    font-size: 0;
  }

  .reservation-back-link svg {
    width: 24px;
    height: 24px;
  }

  .reservation-intro {
    margin-top: 42px;
  }

  .reservation-progress {
    border-radius: 18px;
  }

  .reservation-progress button {
    min-height: 68px;
    flex-direction: column;
    gap: 6px;
    padding: 10px 4px;
  }

  .reservation-progress button > span {
    width: 28px;
    height: 28px;
  }

  .reservation-progress button b {
    font-size: 9px;
  }

  .reservation-workspace,
  .reservation-summary {
    border-radius: 24px;
  }

  .reservation-step-panel {
    padding: 28px 18px;
  }

  .reservation-panel-heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .reservation-panel-heading > span {
    min-width: 34px;
  }

  .reservation-panel-heading h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .reservation-service-card {
    grid-template-columns: 25px minmax(0, 1fr);
    padding: 17px 16px;
  }

  .reservation-service-card > b {
    grid-column: 2;
    font-size: 18px;
  }

  .reservation-extras-heading {
    align-items: flex-start;
  }

  .reservation-extra-list label {
    grid-template-columns: 25px minmax(0, 1fr);
  }

  .reservation-extra-list label > b {
    grid-column: 2;
  }

  .reservation-panel-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .reservation-panel-actions.align-right {
    align-items: stretch;
  }

  .reservation-primary-button,
  .reservation-secondary-button {
    width: 100%;
  }

  .reservation-summary {
    padding: 28px 22px;
  }

  .reservation-calendar,
  .reservation-times {
    padding: 20px 14px;
    border-radius: 20px;
  }

  .reservation-calendar-days,
  .reservation-calendar-weekdays {
    gap: 3px;
  }

  .reservation-time-list,
  .reservation-form-grid,
  .reservation-confirmation-details {
    grid-template-columns: 1fr;
  }

  .reservation-form-grid label.is-full-width {
    grid-column: auto;
  }

  .reservation-confirmation-card {
    padding: 40px 20px;
    border-radius: 26px;
  }

  .reservation-confirmation-details > div {
    border-right: 0;
    border-bottom: 1px solid rgba(179, 154, 105, 0.3);
  }

  .reservation-confirmation-details > div:last-child {
    border-bottom: 0;
  }

  .reservation-confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Ajustements de lisibilité demandés — août 2026 */

.loyalty-description br {
  display: block;
  content: "";
  margin-top: 7px;
}

.about-copy > p:last-child {
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.78 !important;
}

.about-values strong {
  font-size: clamp(21px, 1.7vw, 28px) !important;
}

.about-values p {
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.65 !important;
}

@media (max-width: 760px) {
  .about-copy > p:last-child {
    font-size: 16px !important;
  }

  .about-values strong {
    font-size: 23px !important;
  }

  .about-values p {
    font-size: 14px !important;
  }
}

/* Les règles de navigation doivent rester en dernier dans la cascade. */
@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 44px 44px;
  }
}

.header-actions .button-small,
.service-footer a {
  min-height: 44px;
}

/* Widget WhatsApp flottant — réglé depuis Apparence > Studio Nacré. */
.studio-nacre-whatsapp {
  position: fixed;
  right: max(28px, env(safe-area-inset-right));
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 12px;
}

.studio-nacre-whatsapp__link {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 46% 54% 52% 48% / 48% 45% 55% 52%;
  background: linear-gradient(145deg, var(--turquoise), var(--turquoise-deep));
  box-shadow: 0 13px 32px rgba(6, 63, 76, 0.28), 0 2px 7px rgba(6, 63, 76, 0.17);
  color: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.studio-nacre-whatsapp__link svg {
  width: 31px;
  height: 31px;
  display: block;
  fill: currentColor;
}

.studio-nacre-whatsapp__link:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 17px 38px rgba(6, 63, 76, 0.32), 0 3px 9px rgba(6, 63, 76, 0.19);
}

.studio-nacre-whatsapp__link:focus-visible {
  outline: 3px solid var(--gold-deep, #9b7d48);
  outline-offset: 4px;
}

.studio-nacre-whatsapp__tooltip {
  max-width: 230px;
  padding: 11px 15px;
  border: 1px solid rgba(179, 154, 105, 0.38);
  border-radius: 999px 999px 8px 999px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 10px 28px rgba(6, 63, 76, 0.16);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.studio-nacre-whatsapp:hover .studio-nacre-whatsapp__tooltip,
.studio-nacre-whatsapp:focus-within .studio-nacre-whatsapp__tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 760px) {
  .studio-nacre-whatsapp {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  .home .studio-nacre-whatsapp {
    bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .studio-nacre-whatsapp__link {
    width: 56px;
    height: 56px;
  }

  .studio-nacre-whatsapp__link svg {
    width: 28px;
    height: 28px;
  }

  .studio-nacre-whatsapp__tooltip {
    display: none;
  }

  body.nav-open .studio-nacre-whatsapp {
    opacity: 0;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-nacre-whatsapp__link,
  .studio-nacre-whatsapp__tooltip {
    transition: none;
  }

  .studio-nacre-whatsapp__link:hover {
    transform: none;
  }
}

/* Intégration SimplyBook.me : un seul moteur, dans l'écrin Studio Nacré. */
.reservation-page-simplybook {
  padding-bottom: clamp(68px, 8vw, 124px);
}

.reservation-page-simplybook .reservation-intro {
  margin-bottom: clamp(30px, 4vw, 52px);
}

.reservation-page-simplybook .reservation-intro > p:not(.reservation-kicker, .reservation-selected-service) {
  max-width: 660px;
}

.reservation-selected-service {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 24px auto 0 !important;
  padding: 11px 18px;
  border: 1px solid rgba(179, 154, 105, 0.52);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 12px 32px rgba(21, 63, 67, 0.07);
  color: var(--ink) !important;
  font-size: 13px !important;
}

.reservation-selected-service span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reservation-selected-service strong {
  font-weight: 700;
}

.simplybook-shell {
  width: min(100%, 1240px);
  overflow: hidden;
  margin: 0 auto;
  padding: clamp(22px, 3.6vw, 54px);
  border: 1px solid rgba(179, 154, 105, 0.5);
  border-radius: clamp(24px, 3vw, 38px);
  background: rgba(252, 248, 241, 0.88);
  box-shadow: 0 28px 72px rgba(43, 47, 60, 0.1);
  backdrop-filter: blur(18px);
}

.simplybook-shell-heading {
  max-width: 720px;
  margin: 0 auto clamp(22px, 3vw, 38px);
  text-align: center;
}

.simplybook-shell-heading h2,
.simplybook-unavailable h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-serif);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.simplybook-shell-heading > p:last-child,
.simplybook-unavailable p {
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.simplybook-widget-frame {
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(21, 63, 67, 0.11);
  border-radius: 24px;
  background: var(--cream);
}

.simplybook-widget-frame iframe {
  width: 100% !important;
  min-height: 680px;
  display: block;
  border: 0;
}

.simplybook-unavailable {
  min-height: 420px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(21, 63, 67, 0.11);
  border-radius: 24px;
  background: var(--cream);
  text-align: center;
}

.simplybook-unavailable img {
  width: 90px;
  margin-bottom: 24px;
}

@media (max-width: 720px) {
  .reservation-page-simplybook {
    padding-right: 12px;
    padding-left: 12px;
  }

  .reservation-page-simplybook .reservation-header {
    padding-right: 6px;
    padding-left: 6px;
  }

  .reservation-selected-service {
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    border-radius: 18px;
    text-align: left;
  }

  .simplybook-shell {
    padding: 14px;
    border-radius: 24px;
  }

  .simplybook-shell-heading {
    padding: 18px 10px 0;
  }

  .simplybook-widget-frame,
  .simplybook-widget-frame iframe {
    min-height: 760px;
    border-radius: 18px;
  }
}
