/* ==========================================================================
   Ongles Lotus Spa & Beauté — flyer palette (blush, cream, rose gold)
   Overlay on the existing JD layout. Do not restructure sections.
   ========================================================================== */

:root {
  --jd-primary: #d98982;
  --jd-primary-hover: #c56b68;
  --jd-primary-soft: #f6e3de;
  --jd-secondary: #3d2a26;
  --jd-accent: #c4a06a;
  --jd-accent-soft: #ead7c8;
  --jd-gold: #c4a06a;
  --jd-gold-bright: #d4b896;
  --jd-champagne: #fcf3ee;

  --jd-bg: #fcf3ee;
  --jd-bg-deep: #f5eae2;
  --jd-surface: #fffaf7;
  --jd-surface-2: #faf1ea;

  --jd-text: #3d2a26;
  --jd-text-muted: #8a6e66;
  --jd-text-inverse: #fff8f4;
  --jd-border: rgba(61, 42, 38, 0.12);
  --jd-border-strong: rgba(61, 42, 38, 0.2);

  --jd-shadow-sm: 0 3px 12px rgba(217, 137, 130, 0.12);
  --jd-shadow-md: 0 18px 46px rgba(61, 42, 38, 0.08);
  --jd-shadow-lg: 0 32px 90px rgba(61, 42, 38, 0.12);
  --jd-shadow-glow: 0 18px 52px rgba(217, 137, 130, 0.28);

  --jd-font-display: "Playfair Display", "Times New Roman", Georgia, serif;
  --jd-font-script: "Great Vibes", "Segoe Script", cursive;
  --jd-font-body: "Outfit", system-ui, -apple-system, sans-serif;
  --jd-lh-tight: 1.14;
  --jd-lh-snug: 1.28;
  --jd-lh-body: 1.7;
}

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

body.jd-body {
  --jd-primary: #d98982;
  --jd-primary-hover: #c56b68;
  --jd-primary-soft: #f6e3de;
  --jd-secondary: #3d2a26;
  --jd-accent: #c4a06a;
  --jd-gold: #c4a06a;
  --jd-gold-bright: #d4b896;
  --jd-champagne: #fcf3ee;
  --jd-bg: #fcf3ee;
  --jd-bg-deep: #f5eae2;
  --jd-surface: #fffaf7;
  --jd-surface-2: #faf1ea;
  --jd-text: #3d2a26;
  --jd-text-muted: #8a6e66;
  --jd-text-inverse: #fff8f4;
  color: var(--jd-text);
  font-family: var(--jd-font-body);
  background-color: #f5eae2;
  background-image:
    linear-gradient(rgba(252, 243, 238, 0.92), rgba(250, 241, 234, 0.94)),
    url("../photos/back-lotus.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

body.jd-body::before {
  background: linear-gradient(
    180deg,
    rgba(255, 246, 242, 0.12) 0%,
    rgba(232, 180, 180, 0.06) 54%,
    rgba(61, 43, 36, 0.08) 100%
  );
}

.jd-display,
h1, h2, h3,
.jd-hero h1,
.jd-footer__brand,
.jd-logo__text {
  font-family: var(--jd-font-display);
  letter-spacing: -0.02em;
  padding-bottom: 0.12em;
  line-height: 1.16;
}

.jd-display em,
h1 em,
h2 em {
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 0.14em;
  display: inline-block;
}

/* ---------- Header / nav contrast ---------- */
.jd-header__bar {
  background: rgba(252, 243, 238, 0.96);
  border-color: rgba(234, 199, 192, 0.55);
  box-shadow: 0 10px 28px rgba(217, 137, 130, 0.1);
}

.jd-header.is-scrolled .jd-header__bar {
  background: rgba(252, 243, 238, 0.98);
}

.jd-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.jd-logo img {
  height: 72px;
  width: 72px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  image-rendering: auto;
}

.jd-brand-interlude__logo img {
  height: 110px;
  width: 110px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.jd-logo__text {
  display: block;
}

.jd-logo__text,
.jd-nav a {
  color: #3d2a26;
}

.jd-logo__text span,
.jd-nav a.is-active,
.jd-nav a:hover {
  color: #c56b68;
}

.jd-nav a::after {
  background: #d98982;
}

.jd-header__socials a,
.jd-header__socials svg {
  color: #3d2b24;
}

.jd-header__socials a:hover {
  color: #c56b68;
}

body.jd-body .jd-menu-toggle,
.jd-menu-toggle {
  background: #d98982 !important;
  color: #fff8f4 !important;
  border: 0 !important;
}

body.jd-body .jd-menu-toggle span,
body.jd-body .jd-menu-toggle span::before,
body.jd-body .jd-menu-toggle span::after,
.jd-menu-toggle span,
.jd-menu-toggle span::before,
.jd-menu-toggle span::after {
  background: #fff6f2 !important;
}

.jd-menu-toggle:hover {
  background: #c56b68 !important;
  color: #fff8f4 !important;
}

.jd-menu-toggle.is-open {
  background: #c56b68 !important;
  color: #fff8f4 !important;
}

.jd-menu-toggle.is-open span {
  background: transparent !important;
}

.jd-drawer__panel {
  background: #fff6f2;
  color: #3d2b24;
}

.jd-drawer__panel a {
  color: #3d2b24;
}

.jd-drawer__panel a:hover {
  color: #c56b68;
}

.jd-drawer__head-title {
  color: #3d2b24;
}

.jd-drawer__close {
  color: #3d2b24;
}

/* Language switcher */
.lotus-lang {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-right: 0.55rem;
  border: 1px solid rgba(61, 43, 36, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background: #fff6f2;
  flex-shrink: 0;
}

.lotus-lang button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #3d2b24;
  font-family: var(--jd-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.42rem 0.7rem;
  cursor: pointer;
  line-height: 1;
  min-width: 2.4rem;
}

.lotus-lang button.is-active {
  background: #d98982;
  color: #fff8f4;
}

.lotus-lang button:hover:not(.is-active) {
  background: #f6e3de;
  color: #3d2a26;
}

.lotus-lang button:focus-visible {
  outline: 3px solid #c4a574;
  outline-offset: 2px;
}

/* ---------- Buttons (flyer dusty-rose) ---------- */
.jd-btn,
.btn-book-now,
.online-booking,
.floating-button .button-primary {
  background: #d98982;
  color: #fff8f4 !important;
  border-color: #d98982;
  box-shadow: 0 12px 28px rgba(217, 137, 130, 0.24);
}

.jd-btn:hover,
.btn-book-now:hover,
.online-booking:hover,
.floating-button .button-primary:hover {
  background: #c56b68;
  border-color: #c56b68;
  color: #fff8f4 !important;
}

.jd-btn--light {
  background: #fff6f2 !important;
  color: #3d2b24 !important;
  border-color: #fff6f2;
}

.jd-btn--light:hover {
  background: #f3e4df !important;
  color: #3d2b24 !important;
}

.jd-btn--ghost {
  background: transparent;
  color: #3d2b24 !important;
  border: 1px solid rgba(61, 43, 36, 0.28);
}

.jd-btn--ghost:hover {
  background: #d98982;
  color: #fff8f4 !important;
  border-color: #d98982;
}

.jd-btn__icon {
  background: rgba(255, 248, 239, 0.14);
  color: inherit;
}

/* ---------- Hero ---------- */
.jd-hero,
.jd-hero--kozy {
  background:
    linear-gradient(90deg, rgba(44, 28, 18, 0.55) 0%, rgba(44, 28, 18, 0.22) 55%, rgba(44, 28, 18, 0.12) 100%),
    url("../photos/lotus/hero-cinematic.jpg") center / cover no-repeat;
}

.jd-hero__video-shell {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
}

.jd-hero__video-shell > img.jd-hero__video,
.jd-hero__video-shell > img.jd-hero__still,
.jd-hero__video-shell > video.jd-hero__film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jd-hero__video-overlay {
  background:
    linear-gradient(180deg, rgba(44, 28, 18, 0.28) 0%, rgba(44, 28, 18, 0.55) 100%);
}

.jd-hero h1,
.jd-hero__lead,
.jd-hero__eyebrow,
.jd-hero__side-note,
.jd-hero__info,
.jd-hero__info a,
.jd-hero__info p,
.jd-hero__ghost-word {
  color: #fff8ef;
}

.jd-hero__title-love,
.jd-hero__title-nails {
  color: #fff8ef;
}

.jd-hero h1 em {
  color: #f3d4d0;
  font-family: var(--jd-font-script);
  font-weight: 400;
}

.jd-hero__eyebrow span {
  color: #e8c4c4;
}

/* ---------- Sections ---------- */
.jd-section:not(.jd-cta):not(.jd-footer):not(.jd-why) {
  background-color: rgba(255, 246, 242, 0.9);
}

.jd-section--deep,
.mnb-reviews-section,
.jd-services,
.svc-menu {
  background-color: rgba(243, 228, 223, 0.92);
  background-image:
    linear-gradient(rgba(255, 246, 242, 0.86), rgba(248, 238, 232, 0.9)),
    url("../photos/back-lotus.jpg");
  background-size: auto, cover;
}

.jd-card,
.mnb-review-card,
.svc-preview__card,
.jd-service-card,
.jd-contact__panel,
.jd-connect__item,
.jd-hours-card,
.jd-contact__card,
.jd-menu-card,
.svc-card,
.blanc-service-api-card {
  background: rgba(255, 250, 247, 0.94);
  border-color: rgba(176, 122, 122, 0.16);
  color: #3d2b24;
}

.jd-eyebrow,
.svc-hero__badge,
.mnb-reviews-eyebrow {
  color: #c56b68;
}

.jd-footer {
  background:
    linear-gradient(rgba(219, 132, 134, 0.96), rgba(197, 107, 104, 0.98)),
    url("../photos/back-lotus.jpg") center / cover no-repeat;
}

.jd-footer,
.jd-footer p,
.jd-footer a,
.jd-footer__brand,
.jd-footer h4 {
  color: #fff6f2;
}

.jd-footer a:hover,
.jd-footer__brand span {
  color: #ead7c8;
}

.jd-page-hero {
  background-color: #d98982;
}

.jd-page-hero__bg::after {
  background:
    linear-gradient(90deg, rgba(61, 43, 36, 0.88), rgba(139, 84, 84, 0.72)),
    url("../photos/back-lotus.jpg") center / cover no-repeat;
}

.jd-page-hero__content,
.jd-page-hero h1,
.jd-page-hero p {
  color: #fff6f2;
}

/* Category tabs */
.svc-menu .blanc-menu-tab,
.blanc-menu-tab {
  background: #fff6f2;
  color: #3d2b24;
  border: 1px solid rgba(61, 43, 36, 0.16);
}

.svc-menu .blanc-menu-tab:hover,
.blanc-menu-tab:hover {
  background: #f3e4df;
  color: #3d2b24;
}

.svc-menu .blanc-menu-tab.active,
.blanc-menu-tab.active {
  background: #d98982;
  color: #fff8f4;
  border-color: #d98982;
}

.lotus-menu-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin: 1.1rem 0 1.4rem;
}

.lotus-search {
  flex: 1 1 240px;
  min-width: 0;
}

.lotus-search input {
  width: 100%;
  border: 1px solid rgba(61, 43, 36, 0.18);
  background: #fff6f2;
  color: #3d2b24;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-family: var(--jd-font-body);
  font-size: 0.95rem;
}

.lotus-search input::placeholder {
  color: #7a5c56;
}

.lotus-search input:focus {
  outline: 3px solid #c4a574;
  outline-offset: 2px;
}

.svc-price-old {
  text-decoration: line-through;
  opacity: 0.55;
  margin-right: 0.35rem;
  font-weight: 500;
}

.svc-price-promo {
  color: #c56b68;
  font-weight: 700;
}

.jd-service-book-btn {
  color: #fff8f4 !important;
  background: #d98982;
}

/* Gallery expand */
.jd-gallery-full {
  margin-top: 1.25rem;
}

.jd-gallery-full[hidden] {
  display: none !important;
}

.jd-gallery-full-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.jd-gallery-full-grid .jd-gallery-tile {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  min-width: 0;
}

.jd-gallery-toggle {
  margin-top: 1.4rem;
}

body.jd-gallery-expanded .jd-gallery-mosaic {
  display: none;
}

@media (max-width: 1024px) {
  .jd-gallery-full-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.jd-body {
    background-attachment: scroll;
  }

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

  .lotus-lang button {
    padding: 0.4rem 0.55rem;
  }

  .jd-nav {
    display: none;
  }

  .jd-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 560px) {
  .jd-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.14;
    padding-bottom: 0.18em;
  }
}

body.jd-body .jd-logo img {
  height: 72px;
  width: 72px;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* Final navbar contrast lock: the legacy stylesheet makes the compact header
   transparent after scroll. Keep the flyer-inspired cream surface at every
   breakpoint so the dark wordmark and navigation remain readable. */
body.jd-body .jd-header .jd-header__bar,
body.jd-body .jd-header.is-scrolled .jd-header__bar {
  background: rgba(252, 243, 238, 0.98) !important;
  border-bottom: 1px solid rgba(61, 42, 38, 0.12);
  box-shadow: 0 10px 28px rgba(217, 137, 130, 0.12);
}

/* Crisp navbar brand: mark + two-line wordmark, not a baked-in raster. */
body.jd-body .jd-header .jd-logo {
  color: #3d2a26 !important;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
}

body.jd-body .jd-header .jd-logo__mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, #fffaf7 0%, #f6d8d2 78%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.jd-body .jd-header .jd-logo img,
body.jd-body .jd-header .jd-logo__mark img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  object-fit: contain;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body.jd-body .jd-header .jd-logo__text {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
  color: #3d2a26 !important;
  text-shadow: none !important;
  line-height: 1;
}

body.jd-body .jd-header .jd-logo__text strong {
  display: block;
  color: #3d2a26;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

body.jd-body .jd-header .jd-logo__text em {
  display: block;
  color: #c56b68;
  font-family: var(--jd-font-body);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.jd-body .jd-header .jd-logo__text span {
  color: #c56b68 !important;
}

body.jd-body .jd-header .jd-nav a,
body.jd-body .jd-header:not(.is-scrolled) .jd-nav a,
body.jd-body .jd-header.is-scrolled .jd-nav a {
  color: #3d2a26 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.jd-body .jd-header .jd-nav a:hover,
body.jd-body .jd-header .jd-nav a.is-active {
  color: #b85f5f !important;
}

@media (max-width: 720px) {
  body.jd-body .jd-header .jd-logo__text {
    display: flex !important;
  }
}

/* ========================================================================
   Flyer palette lock — warm ivory, lotus blush, soft coral and champagne.
   This final layer replaces the remaining charcoal legacy surfaces without
   changing any section structure.
   ======================================================================== */
body.jd-body {
  --flyer-ivory: #fff9f5;
  --flyer-cream: #fdf0ea;
  --flyer-blush: #f6d8d2;
  --flyer-coral: #d97978;
  --flyer-coral-deep: #bf5f62;
  --flyer-gold: #c99b50;
  --flyer-espresso: #39231f;
  --flyer-muted: #80645d;
  background: #fff9f5;
  color: var(--flyer-espresso);
}

body.jd-body .jd-section,
body.jd-body .jd-section--deep,
body.jd-body .mnb-reviews-section,
body.jd-body .jd-services,
body.jd-body .jd-gallery-section,
body.jd-body .jd-connect,
body.jd-body #contact {
  background-color: var(--flyer-ivory) !important;
  color: var(--flyer-espresso) !important;
}

body.jd-body .jd-about-home,
body.jd-body .jd-menu-home,
body.jd-body .mnb-reviews-section,
body.jd-body #contact {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(246, 216, 210, 0.42), transparent 28%),
    linear-gradient(180deg, #fffaf7 0%, #fdf0ea 100%) !important;
}

body.jd-body .jd-overview,
body.jd-body .jd-why-boutique,
body.jd-body .staff-section {
  background: #fdf0ea !important;
}

/* Cinematic film hero: image/video is the surface. Copy sits on a warm veil. */

body.jd-body .jd-gallery-section__bg,
body.jd-body .jd-connect__bg {
  opacity: 0.16 !important;
}

body.jd-body .jd-gallery-section__bg::after,
body.jd-body .jd-connect__bg::after {
  background: linear-gradient(180deg, rgba(255, 249, 245, 0.72), rgba(253, 240, 234, 0.9)) !important;
}

body.jd-body .jd-gallery-section :is(h2, h3, p, a),
body.jd-body .jd-connect :is(h2, h3, p, a),
body.jd-body #contact :is(h2, h3, p, a, li, span) {
  color: var(--flyer-espresso) !important;
}

body.jd-body .jd-connect__shell,
body.jd-body .jd-contact__card,
body.jd-body .jd-connect__item,
body.jd-body .blanc-service-api-card,
body.jd-body .mnb-review-card,
body.jd-body .jd-menu-card {
  background: rgba(255, 250, 247, 0.94) !important;
  border-color: rgba(201, 155, 80, 0.2) !important;
  box-shadow: 0 16px 42px rgba(128, 87, 78, 0.09) !important;
}

body.jd-body .jd-cta {
  background: #f6d8d2 !important;
}

body.jd-body .jd-cta__bg img {
  filter: brightness(1.18) saturate(0.74);
}

body.jd-body .jd-cta__bg::after {
  background: linear-gradient(90deg, rgba(217, 121, 120, 0.9), rgba(246, 216, 210, 0.72)) !important;
}

body.jd-body .jd-footer {
  background: linear-gradient(135deg, #dc8582 0%, #c96d70 100%) !important;
}

body.jd-body .jd-btn,
body.jd-body .mnb-reviews-btn,
body.jd-body .jd-service-book-btn {
  background-color: var(--flyer-coral) !important;
  border-color: var(--flyer-coral) !important;
  color: #fffaf7 !important;
}

body.jd-body .jd-btn:hover,
body.jd-body .mnb-reviews-btn:hover,
body.jd-body .jd-service-book-btn:hover {
  background-color: var(--flyer-coral-deep) !important;
  border-color: var(--flyer-coral-deep) !important;
  color: #fff !important;
}

body.jd-body .jd-eyebrow,
body.jd-body .jd-experience__number,
body.jd-body .jd-about-home__service-label,
body.jd-body .jd-contact__label {
  color: var(--flyer-coral-deep) !important;
}

@media (min-width: 721px) {
  body.jd-body .svc-menu .blanc-menu-tab.active {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: #c56b68 !important;
    color: #c56b68 !important;
  }
}

body.jd-body .jd-hero .jd-hero__statement > span {
  background: #e8c4b8 !important;
}

/* Vector logo lockup everywhere. Remove the legacy black tile and fixed
   raster dimensions that made the 300px source look soft and pixelated. */
body.jd-body .jd-brand-interlude__logo {
  width: clamp(15rem, 24vw, 22rem) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.jd-body .jd-brand-interlude__logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  background: transparent !important;
  border-radius: 0 !important;
  image-rendering: auto;
}

body.jd-body .jd-brand-interlude__line {
  background: linear-gradient(90deg, transparent, rgba(201, 155, 80, 0.72)) !important;
}

body.jd-body .jd-brand-interlude__line:last-child {
  background: linear-gradient(90deg, rgba(201, 155, 80, 0.72), transparent) !important;
}

@media (max-width: 560px) {
  body.jd-body .jd-brand-interlude__logo {
    width: min(17rem, 72vw) !important;
  }
}

/* ========================================================================
   Live menu — floral ground, lotus motifs, split photo + list
   ======================================================================== */
body.jd-body .svc-menu {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4.5rem, 8vw, 7.5rem) !important;
  overflow: visible;
  background-color: #f7ebe4 !important;
  background-image:
    linear-gradient(180deg, rgba(255, 249, 245, 0.78) 0%, rgba(253, 240, 234, 0.7) 42%, rgba(255, 249, 245, 0.82) 100%),
    url("../photos/back-lotus.jpg") !important;
  background-size: auto, cover !important;
  background-position: center, right top !important;
  background-repeat: no-repeat !important;
}

body.jd-body .svc-menu__layout {
  position: relative;
  z-index: 1;
  width: min(92%, 1480px);
  margin: 0 auto;
}

body.jd-body .svc-menu__head {
  display: grid;
  grid-template-columns: minmax(16rem, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: stretch;
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

body.jd-body .svc-menu__stage {
  position: relative;
  isolation: isolate;
  min-height: 28rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #3d2a26;
  box-shadow:
    0 0 0 1px rgba(201, 155, 80, 0.28),
    0 24px 50px rgba(61, 42, 38, 0.16);
}

body.jd-body .svc-menu__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 48%, rgba(32, 18, 16, 0.55) 100%);
  pointer-events: none;
}

body.jd-body .svc-menu .svc-cat-hero,
body.jd-body .svc-menu #menu-category-hero {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}

body.jd-body .svc-menu .svc-cat-hero__media,
body.jd-body .svc-menu .svc-cat-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 22% center;
}

body.jd-body .svc-menu .svc-cat-hero__name {
  position: absolute;
  left: 1.2rem;
  bottom: 1.15rem;
  z-index: 2;
  margin: 0;
  color: #fff8ef;
  font-family: var(--jd-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.jd-body .svc-menu__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.4rem 0 0.2rem;
}

body.jd-body .svc-menu__intro h2 {
  max-width: 10ch;
  margin: 0;
  color: #3d2a26 !important;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.jd-body .svc-menu__intro h2::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 2px;
  margin: 1rem 0 0;
  background: linear-gradient(90deg, #c99b50, rgba(201, 155, 80, 0));
}

body.jd-body .svc-menu__intro > p {
  max-width: 38ch;
  margin: 1rem 0 1.5rem;
  color: #8a6e66 !important;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.6;
}

body.jd-body .svc-menu__body {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 0;
}

body.jd-body .svc-menu__wrap {
  display: grid;
  gap: 1.6rem;
}

body.jd-body .svc-menu__index {
  display: grid;
  gap: 1.35rem;
  margin-top: 0.35rem;
}

body.jd-body .svc-menu #menu-filter {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  padding: 0;
  overflow: visible;
  border-top: 1px solid rgba(201, 155, 80, 0.28);
}

body.jd-body .svc-menu .blanc-menu-tab {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  width: 100% !important;
  min-height: 0;
  margin: 0;
  padding: 0.72rem 0.1rem 0.72rem 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(61, 42, 38, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #3d2a26 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: none;
  white-space: normal;
  text-align: left;
  box-shadow: none !important;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.32, 0.72, 0, 1), padding-left 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

body.jd-body .svc-menu .blanc-menu-tab span {
  min-width: 0;
}

body.jd-body .svc-menu .blanc-menu-tab em {
  flex: 0 0 auto;
  color: #8a6e66;
  font-family: var(--jd-font-body);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

body.jd-body .svc-menu .blanc-menu-tab:hover {
  color: #c56b68 !important;
  background: transparent !important;
  border-color: rgba(201, 155, 80, 0.35) !important;
  padding-left: 0.45rem;
}

body.jd-body .svc-menu .blanc-menu-tab.active {
  color: #c56b68 !important;
  background: transparent !important;
  border-bottom-color: #c56b68 !important;
  box-shadow: none !important;
  padding-left: 0.45rem;
}

body.jd-body .svc-menu .blanc-menu-tab.active em {
  color: #c56b68;
}

body.jd-body .svc-menu .lotus-menu-tools {
  margin: 0;
}

body.jd-body .svc-menu .lotus-search {
  display: block;
}

body.jd-body .svc-menu .lotus-search input {
  width: 100%;
  min-height: 2.6rem;
  padding: 0.55rem 0.2rem 0.7rem 1.8rem;
  border: 0;
  border-bottom: 1px solid rgba(61, 42, 38, 0.18);
  border-radius: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2380645d' stroke-width='1.7'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") 0 0.7rem / 1rem no-repeat,
    transparent;
  color: var(--flyer-espresso);
  box-shadow: none;
}

body.jd-body .svc-menu .lotus-search input:focus {
  border-bottom-color: #c56b68;
  outline: none;
}

body.jd-body .svc-menu #menu-container,
body.jd-body .svc-menu #menu-container.blanc-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: 1.55rem 1.5rem 1.35rem !important;
  border: 1px solid rgba(201, 155, 80, 0.22) !important;
  border-radius: 1.15rem !important;
  background: rgba(255, 253, 251, 0.72) !important;
  box-shadow: 0 10px 28px rgba(61, 42, 38, 0.05) !important;
  overflow: visible !important;
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.4s cubic-bezier(0.32, 0.72, 0, 1), background 0.4s cubic-bezier(0.32, 0.72, 0, 1);
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card:nth-of-type(2n) {
  border-right: 1px solid rgba(201, 155, 80, 0.18) !important;
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card:hover {
  z-index: 1;
  background: #fff7f2 !important;
  box-shadow: 0 18px 40px rgba(61, 42, 38, 0.1) !important;
  transform: translateY(-3px);
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card::before {
  display: none !important;
}

body.jd-body .svc-menu .blanc-service-api-ribbon {
  display: none !important;
}

body.jd-body .svc-menu .svc-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  min-width: 0;
}

body.jd-body .svc-menu .svc-card__top .blanc-service-api-title {
  min-width: 0;
  margin: 0;
  padding: 0 0 0.08em;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  overflow: visible !important;
  text-wrap: pretty;
}

body.jd-body .svc-menu .svc-card__top .blanc-service-api-title a {
  color: #3d2a26 !important;
  background: none !important;
  text-decoration: none;
}

body.jd-body .svc-menu .svc-card__price {
  padding-top: 0.2rem;
  color: #c56b68 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

body.jd-body .svc-menu .blanc-service-api-desc {
  max-width: 48ch;
  color: #8a6e66 !important;
  font-size: 0.9rem;
  line-height: 1.6;
}

body.jd-body .svc-menu .svc-card__footer {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(128, 100, 93, 0.12);
}

body.jd-body .svc-menu .blanc-service-api-time {
  color: #8a6e66 !important;
  font-size: 0.78rem;
  font-weight: 600;
}

body.jd-body .svc-menu .jd-service-book-btn {
  padding: 0.58rem 1rem !important;
  border-radius: 999px !important;
  background: #d98982 !important;
  border-color: #d98982 !important;
  color: #fff8f4 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.jd-body .svc-menu .jd-service-book-btn:hover {
  background: #c56b68 !important;
  border-color: #c56b68 !important;
  color: #fff !important;
}

body.jd-body .svc-menu .blanc-service-pagination,
body.jd-body .svc-menu .blanc-service-pagination-meta,
body.jd-body .svc-menu .blanc-service-empty {
  grid-column: 1 / -1;
}

body.jd-body .svc-menu .blanc-service-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0.4rem 0 0;
}

body.jd-body .svc-menu .blanc-service-page {
  min-width: 2.4rem;
  min-height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 42, 38, 0.14);
  background: #fffdfb;
  color: #3d2a26;
}

body.jd-body .svc-menu .blanc-service-page.is-active {
  background: #d98982;
  border-color: #d98982;
  color: #fff8f4;
}

body.jd-body .svc-menu .blanc-service-empty {
  padding: 2.5rem 1rem;
  color: #8a6e66;
  text-align: center;
}

body.jd-body .svc-note {
  margin-top: 1.6rem;
  border: 1px solid rgba(201, 155, 80, 0.22);
  border-radius: 1.15rem;
  background: #fdf0ea;
}

@media (max-width: 980px) {
  body.jd-body .svc-menu__head {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  body.jd-body .svc-menu__stage {
    min-height: 18rem;
    aspect-ratio: 16 / 9;
  }

  body.jd-body .svc-menu__index {
    margin-top: 0.2rem;
  }

  body.jd-body .svc-menu .svc-cat-hero__name {
    left: 1.1rem;
    bottom: 1rem;
  }
}

@media (max-width: 720px) {
  body.jd-body .svc-menu {
    padding: 3.4rem 0 4.5rem !important;
  }

  body.jd-body .svc-menu__layout {
    width: min(92%, 42rem);
  }

  body.jd-body .svc-menu__intro h2 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  body.jd-body .svc-menu__stage {
    min-height: 14rem;
    border-radius: 1.2rem;
  }

  /* Mobile filter: sticky snap chips (Maps / food-app pattern). */
  body.jd-body .svc-menu__index {
    position: sticky;
    top: 68px;
    z-index: 8;
    display: grid;
    gap: 0.7rem;
    margin: 0.35rem -4% 0;
    padding: 0.65rem 4% 0.75rem;
    background: rgba(253, 240, 234, 0.94);
    box-shadow: 0 10px 24px rgba(61, 42, 38, 0.06);
  }

  body.jd-body .svc-menu .lotus-search input {
    min-height: 2.75rem;
    padding: 0.6rem 0.9rem 0.6rem 2.4rem;
    border: 1px solid rgba(61, 42, 38, 0.12);
    border-radius: 999px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2380645d' stroke-width='1.7'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") 0.85rem 50% / 1rem no-repeat,
      rgba(255, 253, 251, 0.92);
  }

  body.jd-body .svc-menu #menu-filter {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.45rem;
    padding: 0.1rem 1.6rem 0.15rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.15rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 1.6rem), transparent 100%);
  }

  body.jd-body .svc-menu #menu-filter::-webkit-scrollbar {
    display: none;
  }

  body.jd-body .svc-menu .blanc-menu-tab {
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-height: 44px;
    padding: 0.55rem 1rem !important;
    border: 1px solid rgba(61, 42, 38, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(255, 253, 251, 0.95) !important;
    color: #3d2a26 !important;
    font-family: var(--jd-font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  body.jd-body .svc-menu .blanc-menu-tab em {
    display: none;
  }

  body.jd-body .svc-menu .blanc-menu-tab:hover,
  body.jd-body .svc-menu .blanc-menu-tab.active {
    padding-left: 1rem !important;
    border-color: #d98982 !important;
    background: #d98982 !important;
    color: #fff8f4 !important;
  }

  body.jd-body .svc-menu #menu-container,
  body.jd-body .svc-menu #menu-container.blanc-menu-grid {
    grid-template-columns: 1fr;
  }

  body.jd-body .svc-menu .svc-card.blanc-service-api-card,
  body.jd-body .svc-menu .svc-card.blanc-service-api-card:nth-of-type(2n) {
    padding: 1.35rem 1.15rem 1.2rem !important;
  }

  body.jd-body .svc-menu .svc-card__top .blanc-service-api-title {
    font-size: 1.18rem !important;
  }
}

/* ========================================================================
   Final colour discipline
   70% ivory / 20% espresso / 10% coral. Champagne is reserved for the logo
   and very small decorative rules so the booking action remains the focus.
   ======================================================================== */
body.jd-body {
  --focus-bg: #fffaf7;
  --focus-bg-alt: #fbf1ed;
  --focus-ink: #3b2925;
  --focus-muted: #806b65;
  --focus-accent: #d87878;
  --focus-accent-deep: #bf5f62;
  --focus-line: rgba(59, 41, 37, 0.13);
  --focus-accent-line: rgba(216, 120, 120, 0.22);
  background: var(--focus-bg) !important;
  color: var(--focus-ink) !important;
}

body.jd-body .jd-about-home,
body.jd-body .jd-menu-home,
body.jd-body .mnb-reviews-section,
body.jd-body #contact {
  background: var(--focus-bg) !important;
}

body.jd-body .jd-overview,
body.jd-body .jd-why-boutique,
body.jd-body .staff-section,
body.jd-body .jd-gallery-section,
body.jd-body .jd-connect {
  background: var(--focus-bg-alt) !important;
}

body.jd-body :is(h1, h2, h3, h4, p, li) {
  text-shadow: none;
}

body.jd-body :is(.jd-eyebrow, .svc-cat-hero__label, .jd-experience__number, .jd-contact__label) {
  color: var(--focus-accent-deep) !important;
}

/* One unmistakable primary action. */
body.jd-body .jd-btn:not(.jd-btn--ghost):not(.jd-btn--light),
body.jd-body .mnb-reviews-btn,
body.jd-body .jd-service-book-btn,
body.jd-body .btn-book-now,
body.jd-body .floating-button a.btn-book-now {
  background: var(--focus-accent) !important;
  border-color: var(--focus-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.jd-body .jd-btn:not(.jd-btn--ghost):not(.jd-btn--light):hover,
body.jd-body .mnb-reviews-btn:hover,
body.jd-body .jd-service-book-btn:hover,
body.jd-body .btn-book-now:hover,
body.jd-body .floating-button a.btn-book-now:hover {
  background: var(--focus-accent-deep) !important;
  border-color: var(--focus-accent-deep) !important;
  color: #fff !important;
}

body.jd-body .jd-btn--ghost {
  background: transparent !important;
  border-color: rgba(59, 41, 37, 0.34) !important;
  color: var(--focus-ink) !important;
  box-shadow: none !important;
}

body.jd-body .jd-btn--ghost:hover {
  background: var(--focus-ink) !important;
  border-color: var(--focus-ink) !important;
  color: #fff !important;
}

body.jd-body .jd-btn--light {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--focus-ink) !important;
  box-shadow: none !important;
}

body.jd-body .floating-button a.btn-call-us {
  background: var(--focus-ink) !important;
  border-color: var(--focus-ink) !important;
  color: #fff !important;
}

/* Quiet surfaces: no competing gold/pink cards. */
body.jd-body :is(
  .jd-menu-card,
  .mnb-review-card,
  .jd-contact__card,
  .jd-connect__item,
  .svc-cat-hero__shell,
  .svc-note
) {
  border-color: var(--focus-line) !important;
  box-shadow: 0 14px 38px rgba(59, 41, 37, 0.07) !important;
}

body.jd-body .svc-menu__intro h2 {
  color: var(--focus-ink) !important;
}

body.jd-body .svc-menu__intro > p {
  color: var(--focus-muted) !important;
}

body.jd-body .svc-menu .svc-cat-hero__name {
  color: #fff8ef !important;
}

body.jd-body .svc-menu__intro,
body.jd-body .svc-menu #menu-container,
body.jd-body .svc-menu #menu-container.blanc-menu-grid {
  border-color: var(--focus-line) !important;
}

body.jd-body .svc-menu .svc-cat-hero__shell,
body.jd-body .svc-note {
  background: var(--focus-bg-alt) !important;
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card {
  border-color: var(--focus-line) !important;
  background: rgba(255, 253, 251, 0.72) !important;
}

body.jd-body .svc-menu .svc-card.blanc-service-api-card:hover {
  background: rgba(255, 247, 242, 0.9) !important;
}

body.jd-body .jd-cta {
  background: var(--focus-accent) !important;
}

body.jd-body .jd-cta__bg::after {
  background: rgba(191, 95, 98, 0.84) !important;
}

body.jd-body .jd-footer {
  background: var(--focus-accent-deep) !important;
}

body.jd-body .jd-footer__brand span,
body.jd-body .jd-footer a:hover {
  color: #fff !important;
}

body.jd-body .lotus-lang button.is-active,
body.jd-body .jd-menu-toggle {
  background: var(--focus-accent) !important;
  color: #fff !important;
}

@media (min-width: 721px) {
  body.jd-body .svc-menu .blanc-menu-tab.active {
    background: transparent !important;
    color: #c56b68 !important;
  }
}

body.jd-body .jd-nav a.is-active,
body.jd-body .jd-nav a:hover {
  color: var(--focus-accent-deep) !important;
}

/* ========================================================================
   Cinematic film hero
   Full-bleed camera-pan video, warm right veil, copy on the right.
   ======================================================================== */

body.jd-body .jd-hero--film {
  padding: 0 !important;
  min-height: 100dvh;
  background: #2a1b18;
  overflow: hidden;
}

body.jd-body .jd-hero--film .jd-hero__video-shell {
  min-height: 100dvh;
  border-radius: 0;
  box-shadow: none;
  background: #2a1b18;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}

body.jd-body .jd-hero--film .jd-hero__still,
body.jd-body .jd-hero--film .jd-hero__film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  z-index: 0;
  pointer-events: none;
}

body.jd-body .jd-hero--film .jd-hero__still {
  transform: scale(1.12);
  transform-origin: 18% 58%;
  filter: saturate(1.04) contrast(1.04);
}

body.jd-body .jd-hero--film .jd-hero__film {
  opacity: 0;
  transform: scale(1.04);
  transform-origin: 20% 50%;
  transition: opacity 0.9s cubic-bezier(0.32, 0.72, 0, 1);
}

body.jd-body .jd-hero--film .jd-hero__film::-webkit-media-controls {
  display: none !important;
}

body.jd-body .jd-hero--film .jd-hero__video-shell.is-playing .jd-hero__film {
  opacity: 1;
}

body.jd-body .jd-hero--film .jd-hero__video-shell.is-playing .jd-hero__still {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.32, 0.72, 0, 1);
}

body.jd-body .jd-hero--film .jd-hero__video-shell.is-still .jd-hero__film {
  display: none;
}

body.jd-body .jd-hero--film .jd-hero__video-shell.is-still .jd-hero__still {
  opacity: 1;
  animation: lotusHeroPan 28s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

body.jd-body .jd-hero--film .jd-hero__video-overlay {
  z-index: 1;
  background:
    linear-gradient(270deg, rgba(32, 18, 16, 0.82) 0%, rgba(32, 18, 16, 0.46) 34%, rgba(32, 18, 16, 0.08) 62%, rgba(32, 18, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(32, 18, 16, 0.18) 0%, transparent 30%, rgba(32, 18, 16, 0.58) 100%) !important;
}

body.jd-body .jd-hero--film .jd-hero__ghost-word,
body.jd-body .jd-hero--film .jd-hero__side-note {
  display: none !important;
}

body.jd-body .jd-hero--film .jd-hero__center {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  z-index: 2;
  width: min(44rem, calc(100% - 3rem));
  margin: 0 0 0 auto;
  padding: 7.5rem clamp(1.4rem, 5vw, 5.5rem) 1.6rem;
  text-align: left;
  color: #fff8ef;
}

body.jd-body .jd-hero--film .jd-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
  color: #f0cfc8 !important;
  font-family: var(--jd-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.jd-body .jd-hero--film .jd-hero__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: #e8c4b8;
}

body.jd-body .jd-hero--film .jd-hero__center h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
}

body.jd-body .jd-hero--film .jd-hero__center h1,
body.jd-body .jd-hero--film .jd-hero__title-love,
body.jd-body .jd-hero--film .jd-hero__title-nails {
  color: #fff8ef !important;
  text-shadow: 0 18px 40px rgba(20, 10, 8, 0.35);
}

body.jd-body .jd-hero--film .jd-hero__title-love,
body.jd-body .jd-hero--film .jd-hero__title-nails {
  display: block;
  grid-column: auto;
  grid-row: auto;
  margin-left: 0;
  font-family: var(--jd-font-display);
  font-size: clamp(3.5rem, 7.2vw, 6.6rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  padding-bottom: 0.06em;
}

body.jd-body .jd-hero--film .jd-hero__title-nails {
  font-style: italic;
  font-weight: 500;
}

body.jd-body .jd-hero--film .jd-hero__center h1 em {
  justify-self: start;
  margin: 0.12em 0 0 0.15em;
  transform: rotate(-5deg);
  color: #f3d4d0 !important;
  font-family: var(--jd-font-script);
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  line-height: 1.14;
  padding-bottom: 0.16em;
}

body.jd-body .jd-hero--film .jd-hero__statement {
  margin-top: 1.5rem;
}

body.jd-body .jd-hero--film .jd-hero__lead,
body.jd-body .jd-hero--film .jd-hero__statement p {
  max-width: 34ch;
  color: rgba(255, 248, 239, 0.9) !important;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.6;
  text-shadow: none !important;
}

body.jd-body .jd-hero--film .jd-hero__actions {
  margin: 1.55rem 0 0 4.4rem;
}

body.jd-body .jd-hero--film .jd-hero__actions .jd-btn {
  min-width: 10.2rem;
}

body.jd-body .jd-hero--film .jd-hero__actions .jd-btn--light {
  background: rgba(255, 248, 244, 0.94) !important;
  color: #3d2b24 !important;
  border-color: transparent;
}

body.jd-body .jd-hero--film .jd-hero__actions .jd-btn--light:hover {
  background: #fff !important;
  color: #3d2b24 !important;
}

body.jd-body .jd-hero--film .jd-hero__actions .online-booking {
  background: #d98982 !important;
  border-color: #d98982 !important;
  color: #fff8f4 !important;
}

body.jd-body .jd-hero--film .jd-hero__actions .online-booking:hover {
  background: #c56b68 !important;
  border-color: #c56b68 !important;
  color: #fff !important;
}

body.jd-body .jd-hero--film .jd-hero__info {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.2fr;
  gap: 0;
  width: min(44rem, calc(100% - 3rem));
  margin: 0 clamp(1.4rem, 5vw, 5.5rem) 1.6rem  auto;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 248, 239, 0.22);
  background: transparent !important;
  color: #fff8ef !important;
}

body.jd-body .jd-hero--film .jd-hero__info,
body.jd-body .jd-hero--film .jd-hero__info *,
body.jd-body .jd-hero--film .jd-hero__info a,
body.jd-body .jd-hero--film .jd-hero__info p {
  color: rgba(255, 248, 239, 0.92) !important;
  text-shadow: none !important;
}

body.jd-body .jd-hero--film .jd-hero__info span {
  color: #f0cfc8 !important;
}

body.jd-body .jd-hero--film .jd-hero__info > div {
  padding: 0.15rem 1.4rem;
  border-left: 1px solid rgba(255, 248, 239, 0.16);
}

body.jd-body .jd-hero--film .jd-hero__info > div:first-child {
  padding-left: 0;
  border-left: 0;
}

@keyframes lotusHeroPan {
  from { transform: scale(1.12) translate3d(0, 0, 0); }
  to { transform: scale(1.2) translate3d(-5%, 1.5%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  body.jd-body .jd-hero--film .jd-hero__video-shell.is-still .jd-hero__still,
  body.jd-body .jd-hero--film .jd-hero__still,
  body.jd-body .jd-hero--film .jd-hero__film {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  body.jd-body .jd-hero--film .jd-hero__center {
    width: calc(100% - 2.4rem);
    margin: 0;
    padding: 6.4rem 1.2rem 1.2rem;
  }

  body.jd-body .jd-hero--film .jd-hero__title-love,
  body.jd-body .jd-hero--film .jd-hero__title-nails {
    font-size: clamp(3.1rem, 13vw, 5.4rem);
  }

  body.jd-body .jd-hero--film .jd-hero__actions {
    margin-left: 0;
  }

  body.jd-body .jd-hero--film .jd-hero__info {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 2.4rem);
    margin: 0 1.2rem 1.2rem;
  }

  body.jd-body .jd-hero--film .jd-hero__info > div:nth-child(3) {
    display: none;
  }

  body.jd-body .jd-hero--film .jd-hero__still,
  body.jd-body .jd-hero--film .jd-hero__film {
    object-position: 12% center;
  }

  body.jd-body .jd-hero--film .jd-hero__video-overlay {
    background:
      linear-gradient(180deg, rgba(32, 18, 16, 0.28) 0%, rgba(32, 18, 16, 0.22) 38%, rgba(32, 18, 16, 0.78) 100%) !important;
  }
}

@media (max-width: 560px) {
  body.jd-body .jd-hero--film .jd-hero__video-shell {
    min-height: 100dvh;
  }

  body.jd-body .jd-hero--film .jd-hero__center {
    padding: 6rem 1.1rem 1rem;
  }

  body.jd-body .jd-hero--film .jd-hero__lead {
    max-width: 34ch;
  }

  body.jd-body .jd-hero--film .jd-hero__info {
    grid-template-columns: 1fr;
    margin: 0 1.1rem 1.1rem;
  }

  body.jd-body .jd-hero--film .jd-hero__info > div {
    padding: 0.55rem 0;
    border-left: 0;
  }

  body.jd-body .jd-hero--film .jd-hero__info > div:nth-child(2) {
    border-top: 1px solid rgba(255, 248, 239, 0.16);
  }
}

/* ========================================================================
   Mobile navbar — left brand lockup, rose hamburger, visible wordmark
   ======================================================================== */
@media (max-width: 900px) {
  body.jd-body .jd-header,
  body.jd-body .jd-header.is-scrolled {
    height: 68px !important;
    background: rgba(252, 243, 238, 0.96) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(61, 42, 38, 0.1);
    box-shadow: 0 10px 28px rgba(217, 137, 130, 0.12);
  }

  body.jd-body .jd-header__bar,
  body.jd-body .jd-header.is-scrolled .jd-header__bar {
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 0.7rem 0 0.65rem !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 1fr !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.jd-body .jd-header .jd-logo,
  body.jd-body .jd-logo {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    height: auto !important;
    max-width: 100%;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.55rem !important;
  }

  body.jd-body .jd-header .jd-logo__mark {
    width: 46px;
    height: 46px;
  }

  body.jd-body .jd-header .jd-logo img,
  body.jd-body .jd-header .jd-logo__mark img,
  body.jd-body .jd-logo img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }

  body.jd-body .jd-header .jd-logo__text {
    display: flex !important;
    min-width: 0;
  }

  body.jd-body .jd-header .jd-logo__text strong {
    font-size: 1.02rem;
    letter-spacing: -0.028em;
  }

  body.jd-body .jd-header .jd-logo__text em {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  body.jd-body .jd-header__cta {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    gap: 0.4rem;
  }

  body.jd-body .jd-header__cta .jd-btn {
    display: none !important;
  }

  body.jd-body .jd-header .lotus-lang {
    margin-right: 0;
    background: #fff8f4;
    border-color: rgba(61, 43, 36, 0.14);
  }

  body.jd-body .jd-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #d98982 !important;
    color: #fff8f4 !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(217, 137, 130, 0.28);
  }

  body.jd-body .jd-menu-toggle span,
  body.jd-body .jd-menu-toggle span::before,
  body.jd-body .jd-menu-toggle span::after {
    background: #fff6f2 !important;
  }

  body.jd-body .jd-menu-toggle.is-open {
    background: #c56b68 !important;
  }

  body.jd-body .jd-menu-toggle.is-open span {
    background: transparent !important;
  }

  body.jd-body .jd-hero--kozy {
    padding: calc(68px + 0.6rem) 1rem 2.5rem;
  }
}

@media (max-width: 400px) {
  body.jd-body .jd-header .jd-logo__mark {
    width: 42px;
    height: 42px;
  }

  body.jd-body .jd-header .jd-logo img,
  body.jd-body .jd-header .jd-logo__mark img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
  }

  body.jd-body .jd-header .jd-logo__text strong {
    font-size: 0.94rem;
  }

  body.jd-body .jd-header .jd-logo__text em {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
  }

  body.jd-body .jd-menu-toggle {
    width: 42px;
    height: 42px;
  }
}

/* ========================================================================
   Portfolio — readable type, no overlapping mosaic
   8 unique cells: hero 2x2, four small, one wide, two small
   ======================================================================== */
body.jd-body #gallery.jd-gallery-section,
body.jd-body #gallery.jd-gallery-section--ritual {
  isolation: isolate;
  overflow: visible;
  padding-block: clamp(4.5rem, 7vw, 7rem) !important;
  background: #fff9f5 !important;
  background-image: none !important;
  color: #3d2a26 !important;
}

body.jd-body #gallery.jd-gallery-section::before,
body.jd-body #gallery.jd-gallery-section--ritual::before {
  display: none !important;
}

body.jd-body #gallery .jd-gallery-section__bg {
  display: none !important;
}

body.jd-body #gallery .jd-gallery-section__head,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-section__head {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  margin: 0 0 2rem !important;
  text-align: left;
}

body.jd-body #gallery .jd-gallery-section__head .jd-eyebrow,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-section__head .jd-eyebrow {
  color: #c56b68 !important;
  margin-bottom: 0.65rem;
}

body.jd-body #gallery .jd-gallery-section__head .jd-display,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-section__head .jd-display,
body.jd-body #gallery .jd-display {
  max-width: 14ch;
  margin: 0 0 0.7rem !important;
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
  font-size: clamp(2.4rem, 5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
}

body.jd-body #gallery .jd-gallery-section__lead,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-section__lead,
body.jd-body #gallery .jd-gallery-section__lead {
  max-width: 42ch;
  margin: 0 !important;
  color: #6d534d !important;
  -webkit-text-fill-color: #6d534d !important;
  font-size: 1.05rem !important;
  line-height: 1.65;
}

body.jd-body #gallery .jd-gallery-mosaic,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-mosaic {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.jd-body #gallery .jd-gallery-mosaic::after {
  display: none !important;
}

body.jd-body #gallery #blanc-gallery-grid-js,
body.jd-body #gallery .jd-gallery-mosaic__grid,
body.jd-body #gallery .blanc-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
  gap: 0.75rem !important;
}

body.jd-body #gallery .blanc-gallery-card,
body.jd-body #gallery .jd-gallery-tile,
body.jd-body #gallery .blanc-gallery-card-large {
  position: relative;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden;
  border: 1px solid rgba(201, 155, 80, 0.22) !important;
  border-radius: 1.05rem !important;
  background: #f3e4df !important;
  box-shadow: 0 10px 28px rgba(61, 42, 38, 0.06) !important;
}

body.jd-body #gallery .jd-gallery-tile--1,
body.jd-body #gallery .jd-gallery-tile.is-hero {
  grid-column: 1 / span 2 !important;
  grid-row: 1 / span 2 !important;
  aspect-ratio: 4 / 5 !important;
}

body.jd-body #gallery .jd-gallery-tile--2 { grid-column: 3 / span 1 !important; grid-row: 1 / span 1 !important; }
body.jd-body #gallery .jd-gallery-tile--3 { grid-column: 4 / span 1 !important; grid-row: 1 / span 1 !important; }
body.jd-body #gallery .jd-gallery-tile--4 { grid-column: 3 / span 1 !important; grid-row: 2 / span 1 !important; }
body.jd-body #gallery .jd-gallery-tile--5 { grid-column: 4 / span 1 !important; grid-row: 2 / span 1 !important; }
body.jd-body #gallery .jd-gallery-tile--6 { grid-column: 1 / span 2 !important; grid-row: 3 / span 1 !important; aspect-ratio: 8 / 5 !important; }
body.jd-body #gallery .jd-gallery-tile--7 { grid-column: 3 / span 1 !important; grid-row: 3 / span 1 !important; }
body.jd-body #gallery .jd-gallery-tile--8,
body.jd-body #gallery .jd-gallery-tile.is-wide {
  grid-column: 4 / span 1 !important;
  grid-row: 3 / span 1 !important;
}

body.jd-body #gallery .jd-gallery-tile__frame,
body.jd-body #gallery .blanc-gallery-card a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.jd-body #gallery .jd-gallery-tile img,
body.jd-body #gallery .jd-gallery-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.jd-body #gallery .jd-gallery-tile__shine,
body.jd-body #gallery .jd-gallery-tile__view,
body.jd-body #gallery .jd-gallery-tile__meta {
  display: none !important;
}

body.jd-body #gallery .jd-gallery-section__action .jd-btn {
  color: #fff8f4 !important;
}

@media (max-width: 900px) {
  body.jd-body #gallery #blanc-gallery-grid-js,
  body.jd-body #gallery .jd-gallery-mosaic__grid,
  body.jd-body #gallery .blanc-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.jd-body #gallery .blanc-gallery-card,
  body.jd-body #gallery .jd-gallery-tile,
  body.jd-body #gallery .jd-gallery-tile--1,
  body.jd-body #gallery .jd-gallery-tile--2,
  body.jd-body #gallery .jd-gallery-tile--3,
  body.jd-body #gallery .jd-gallery-tile--4,
  body.jd-body #gallery .jd-gallery-tile--5,
  body.jd-body #gallery .jd-gallery-tile--6,
  body.jd-body #gallery .jd-gallery-tile--7,
  body.jd-body #gallery .jd-gallery-tile--8,
  body.jd-body #gallery .jd-gallery-tile.is-hero,
  body.jd-body #gallery .jd-gallery-tile.is-wide {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 4 / 5 !important;
  }

  body.jd-body #gallery .jd-gallery-tile--1,
  body.jd-body #gallery .jd-gallery-tile.is-hero {
    grid-column: 1 / -1 !important;
    aspect-ratio: 16 / 10 !important;
  }
}

/* Visit us / Contact — cream ground, espresso type (same contrast lock as Portfolio) */
body.jd-body #contact.jd-section--deep,
body.jd-body #contact {
  background: #fff9f5 !important;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(246, 216, 210, 0.42), transparent 28%),
    linear-gradient(180deg, #fffaf7 0%, #fdf0ea 100%) !important;
  color: #3d2a26 !important;
}

body.jd-body #contact .jd-display,
body.jd-body #contact h2,
body.jd-body #contact.jd-section--deep h2,
body.jd-body #contact.jd-section--deep h3 {
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
}

body.jd-body #contact .jd-eyebrow {
  color: #c56b68 !important;
  -webkit-text-fill-color: #c56b68 !important;
}

body.jd-body #contact .jd-services__head > p,
body.jd-body #contact p,
body.jd-body #contact.jd-section--deep p,
body.jd-body #contact li,
body.jd-body #contact.jd-section--deep a:not(.jd-btn) {
  color: #6d534d !important;
  -webkit-text-fill-color: #6d534d !important;
}

body.jd-body #contact .jd-contact__card {
  background: #fffdfb !important;
  border-color: rgba(201, 155, 80, 0.22) !important;
  color: #3d2a26 !important;
}

body.jd-body #contact .jd-contact__card h3,
body.jd-body #contact .jd-contact__card a:not(.jd-btn),
body.jd-body #contact .jd-contact__card .address,
body.jd-body #contact .jd-contact__card .phone {
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
}

body.jd-body #contact .jd-contact__card p,
body.jd-body #contact .jd-contact__card li,
body.jd-body #contact .jd-contact__card #business-hour li {
  color: #6d534d !important;
  -webkit-text-fill-color: #6d534d !important;
}

body.jd-body #contact .jd-contact__label {
  color: #c56b68 !important;
  -webkit-text-fill-color: #c56b68 !important;
}

body.jd-body #contact .jd-btn,
body.jd-body #contact .jd-btn span {
  color: #fff8f4 !important;
  -webkit-text-fill-color: #fff8f4 !important;
}

body.jd-body #connect.jd-connect {
  background: #fff9f5 !important;
  color: #3d2a26 !important;
}

body.jd-body #connect .jd-connect__bg {
  opacity: 0.12 !important;
  mix-blend-mode: multiply;
}

body.jd-body #connect .jd-connect__bg::after {
  background: linear-gradient(180deg, rgba(255, 249, 245, 0.82), rgba(253, 240, 234, 0.94)) !important;
}

body.jd-body #connect .jd-connect__shell {
  background: rgba(255, 253, 251, 0.86) !important;
  border-color: rgba(201, 155, 80, 0.22) !important;
  box-shadow: 0 16px 42px rgba(61, 42, 38, 0.08) !important;
}

body.jd-body #connect .jd-connect__copy .jd-eyebrow {
  color: #c56b68 !important;
  -webkit-text-fill-color: #c56b68 !important;
}

body.jd-body #connect .jd-connect__copy .jd-display,
body.jd-body #connect .jd-display {
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
  text-shadow: none !important;
}

body.jd-body #connect .jd-connect__copy > p,
body.jd-body #connect .jd-connect__meta a {
  color: #6d534d !important;
  -webkit-text-fill-color: #6d534d !important;
}

body.jd-body #connect .jd-connect__meta a:hover {
  color: #c56b68 !important;
}

/* Header wordmark — undo visually-hidden clip and lock contrast */
body.jd-body .jd-header .jd-logo__text,
body.jd-body .jd-logo__text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: unset !important;
  clip-path: none !important;
  white-space: nowrap !important;
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: inherit !important;
}

body.jd-body .jd-header .jd-logo__text strong {
  display: block !important;
  color: #3d2a26 !important;
  -webkit-text-fill-color: #3d2a26 !important;
  font-size: 1.12rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

body.jd-body .jd-header .jd-logo__text em {
  display: block !important;
  color: #c56b68 !important;
  -webkit-text-fill-color: #c56b68 !important;
  font-size: 0.62rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  body.jd-body .jd-header__bar {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.jd-body .jd-header .jd-logo,
  body.jd-body .jd-logo {
    grid-column: 1 !important;
    justify-self: start !important;
    max-width: calc(100% - 0.5rem) !important;
  }

  body.jd-body .jd-header .jd-logo__text {
    display: flex !important;
  }

  body.jd-body .jd-header .jd-logo__text strong {
    font-size: 1rem !important;
  }
}
