/* ==========================================================================
   Kim Nails Spa Simcoe — gold metallic editorial layer
   Loaded after jd-design.css. Dark ink + champagne gold on the spa canvas.
   ========================================================================== */

@font-face {
  font-family: "Kim Script";
  src: url("../fonts/GreatVibes-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --jd-primary: #c4a056;
  --jd-primary-hover: #a8863c;
  --jd-primary-soft: rgba(196, 160, 86, 0.16);
  --jd-secondary: #14110e;
  --jd-accent: #d4b06a;
  --jd-accent-soft: #f3e6c8;
  --jd-gold: #c4a056;
  --jd-gold-bright: #e0c27a;
  --jd-champagne: #f7f1e6;

  --jd-bg: #fbf7f1;
  --jd-bg-deep: #f3ebe0;
  --jd-surface: rgba(255, 252, 248, 0.82);
  --jd-surface-2: rgba(255, 255, 255, 0.7);

  --jd-text: #14110e;
  --jd-text-muted: #3f3428;
  --jd-text-inverse: #fffdf8;
  --jd-border: rgba(168, 134, 70, 0.28);
  --jd-border-strong: rgba(168, 134, 70, 0.48);

  --jd-shadow-sm: 0 4px 16px rgba(90, 68, 32, 0.08);
  --jd-shadow-md: 0 18px 46px rgba(90, 68, 32, 0.12);
  --jd-shadow-lg: 0 32px 80px rgba(90, 68, 32, 0.16);
  --jd-shadow-glow: 0 14px 36px rgba(196, 160, 86, 0.28);

  --jd-font-display: "Playfair Display", "Times New Roman", Georgia, serif;
  --jd-font-script: "Playfair Display", Georgia, serif;
  --jd-font-body: "Outfit", system-ui, -apple-system, sans-serif;

  --kim-ink: #14110e;
  --kim-ink-soft: rgba(20, 17, 14, 0.86);
  --kim-gold: #c4a056;
  --kim-gold-2: #5c3d0e;
  --kim-line: rgba(168, 134, 70, 0.3);
  --kim-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

body.jd-body {
  --jd-primary: #c4a056;
  --jd-primary-hover: #a8863c;
  --jd-primary-soft: rgba(196, 160, 86, 0.16);
  --jd-secondary: #14110e;
  --jd-accent: #d4b06a;
  --jd-gold: #c4a056;
  --jd-gold-bright: #e0c27a;
  --jd-champagne: #f7f1e6;
  --jd-bg: #fbf7f1;
  --jd-bg-deep: #f3ebe0;
  --jd-surface: rgba(255, 252, 248, 0.82);
  --jd-surface-2: rgba(255, 255, 255, 0.7);
  --jd-text: #14110e;
  --jd-text-muted: #3f3428;
  --jd-text-inverse: #fffdf8;
  --jd-border: rgba(168, 134, 70, 0.28);
  --jd-font-display: "Playfair Display", Georgia, serif;
  --jd-font-body: "Outfit", system-ui, sans-serif;
  color: var(--jd-text);
  background-color: #f7f1e8;
  background-image:
    linear-gradient(180deg, rgba(255, 252, 247, 0.62), rgba(255, 252, 247, 0.5)),
    url("../photos/bg-marble.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: var(--jd-font-body);
}

body.jd-body::before {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.35), transparent 26rem),
    linear-gradient(180deg, rgba(255, 252, 247, 0.12), rgba(247, 241, 232, 0.08));
}

body.jd-body h1,
body.jd-body h2,
body.jd-body h3,
body.jd-body .jd-display,
body.jd-body .jd-footer__brand {
  font-family: var(--jd-font-display);
  color: #14110e;
}

body.jd-body em,
body.jd-body .jd-display em,
body.jd-body .jd-hero__center h1 em {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: #5c3d0e;
  font-weight: 500;
}

/* Grain — fixed overlay only */
body.jd-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

/* Skip link */
.kim-skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.7rem 1.1rem;
  background: var(--kim-gold);
  color: var(--jd-text-inverse);
  border-radius: 999px;
  font-weight: 600;
}
.kim-skip:focus {
  top: 1rem;
}

/* --------------------------------------------------------------------------
   Header — floating dark island
   -------------------------------------------------------------------------- */
.jd-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fbf8f2;
  padding: 0;
  border-bottom: 1px solid rgba(196, 160, 86, 0.18);
}

.jd-header__bar {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 84px;
  max-height: none;
  padding: 0.55rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.jd-header.is-scrolled .jd-header__bar {
  background: rgba(255, 252, 247, 0.94);
}

.jd-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  text-decoration: none;
}

.jd-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 42%;
  background: #f3eee6;
  border: 1px solid rgba(196, 148, 112, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 230, 0.35);
}

.jd-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #14110e !important;
  font-family: var(--jd-font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.jd-logo__text small {
  display: block;
  margin-top: 0.2rem;
  color: #5c3d0e;
  font-family: var(--jd-font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jd-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.jd-nav a {
  position: relative;
  padding: 0.55rem 0.7rem;
  color: #1a1512 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.jd-nav a::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.28rem;
  height: 1px;
  background: var(--kim-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--kim-ease);
}

.jd-nav a:hover,
.jd-nav a.is-active {
  color: #5c3d0e !important;
}

.jd-nav a:hover::after,
.jd-nav a.is-active::after {
  transform: scaleX(1);
}

.jd-header__socials {
  display: none;
}

.jd-header__cta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.jd-menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--kim-line);
  border-radius: 50%;
  background: transparent;
  color: #14110e;
}

.jd-menu-toggle span,
.jd-menu-toggle span::before,
.jd-menu-toggle span::after {
  background: #14110e;
}

.jd-menu-toggle:hover {
  border-color: var(--kim-gold);
  background: rgba(198, 163, 90, 0.12);
}

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

/* Drawer */
.jd-drawer__panel {
  background: #fffdf8;
  color: #14110e;
  border-left: 1px solid var(--kim-line);
}

.jd-drawer__head-title,
.jd-drawer__panel a,
.jd-drawer__close {
  color: #14110e !important;
}

.jd-drawer__panel a:hover,
.jd-drawer__close:hover {
  color: #5c3d0e !important;
}

.jd-drawer__backdrop {
  background: rgba(42, 34, 24, 0.42);
}

/* --------------------------------------------------------------------------
   Buttons — gold metal, dark ink type
   -------------------------------------------------------------------------- */
.jd-btn,
.btn-book-now,
.online-booking.jd-btn,
a.button.button-primary.btn-book-now,
a.button.button-primary.btn-call-us {
  --btn-bg: linear-gradient(180deg, #ead18a 0%, #c6a35a 58%, #9e7c38 100%);
  --btn-fg: #120f0b;
  background: var(--btn-bg) !important;
  color: #120f0b !important;
  border-color: #d4b56a !important;
  box-shadow: var(--jd-shadow-glow);
}

.jd-btn:hover,
.btn-book-now:hover,
a.button.button-primary.btn-book-now:hover,
a.button.button-primary.btn-call-us:hover {
  background: linear-gradient(180deg, #f2dc9a 0%, #d4b56a 58%, #b08a42 100%) !important;
  color: #120f0b !important;
  filter: none;
}

.jd-btn__icon {
  background: rgba(18, 15, 11, 0.14);
  color: #120f0b;
}

.jd-btn--ghost,
.jd-btn--ghost:hover {
  --btn-bg: transparent;
  --btn-fg: #14110e;
  background: rgba(255, 252, 247, 0.55) !important;
  color: #14110e !important;
  border-color: var(--jd-border-strong) !important;
  box-shadow: none;
}

.jd-btn--ghost .jd-btn__icon {
  background: rgba(198, 163, 90, 0.16);
  color: var(--kim-gold-2);
}

.jd-btn--light {
  --btn-bg: #f3e6c6;
  --btn-fg: #120f0b;
  background: #f3e6c6 !important;
  color: #120f0b !important;
}

.jd-btn--light .jd-btn__icon {
  background: rgba(18, 15, 11, 0.1);
  color: #120f0b;
}

/* --------------------------------------------------------------------------
   Hero — cinematic full-bleed slider
   -------------------------------------------------------------------------- */
.kim-hero,
.jd-hero.kim-hero {
  position: relative;
  min-height: 100dvh;
  padding: 0.85rem 0 1.6rem;
  background: transparent !important;
}

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

.kim-slider {
  position: relative;
  width: min(1320px, calc(100% - 1.4rem));
  min-height: min(42rem, calc(100dvh - 8.2rem));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(196, 160, 86, 0.42);
  background: #f3ebe0;
  box-shadow: 0 28px 80px rgba(28, 10, 16, 0.45);
}

.kim-slider__track {
  position: absolute;
  inset: 0;
}

.kim-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 1.15s var(--kim-ease);
}

.kim-slider__slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.kim-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  will-change: transform;
}

.kim-slider__slide.is-active img {
  animation: kim-kenburns 8.4s var(--kim-ease) both;
}

@keyframes kim-kenburns {
  from { transform: scale(1.08) translate3d(-1.4%, 0, 0); }
  to { transform: scale(1.16) translate3d(1.6%, -1.2%, 0); }
}

.kim-slider__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 8, 10, 0.88) 0%, rgba(12, 8, 10, 0.58) 42%, rgba(12, 8, 10, 0.32) 100%),
    linear-gradient(180deg, rgba(12, 8, 10, 0.28) 0%, rgba(12, 8, 10, 0.12) 40%, rgba(12, 8, 10, 0.78) 100%);
}

.kim-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(42rem, calc(100dvh - 8.2rem));
  padding: clamp(1.8rem, 5vw, 4.6rem);
  max-width: 38rem;
  background: transparent;
}

.kim-hero__copy h1 {
  margin: 0;
  color: #fffdf8;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.kim-hero__name {
  display: block;
  font-family: var(--jd-font-display);
  font-size: clamp(4.4rem, 9vw, 8.1rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.9;
  color: #fffdf8;
}

.kim-hero__script {
  display: block;
  margin: 0.12em 0 0;
  padding-bottom: 0.14em;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.18;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.kim-hero__lead {
  max-width: 32ch;
  margin: 1.15rem 0 0;
  color: #fff8ee;
  font-family: var(--jd-font-body);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.kim-hero__copy .jd-hero__actions {
  justify-content: flex-start;
  margin-top: 1.55rem;
}

.kim-slider__controls {
  position: absolute;
  z-index: 4;
  right: 1.3rem;
  bottom: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.kim-slider__arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(240, 199, 160, 0.4);
  background: rgba(28, 10, 16, 0.55);
  color: #f8efe4;
  cursor: pointer;
  transition: transform 0.45s var(--kim-ease), background 0.35s var(--kim-ease), border-color 0.35s var(--kim-ease);
}

.kim-slider__arrow:hover {
  background: rgba(240, 199, 160, 0.92);
  border-color: #f0c7a0;
  color: #2a1418;
}

.kim-slider__arrow:active {
  transform: scale(0.96);
}

.kim-slider__dots {
  display: flex;
  gap: 0.4rem;
  padding: 0 0.2rem;
}

.kim-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(248, 239, 228, 0.35);
  cursor: pointer;
  transition: transform 0.45s var(--kim-ease), background 0.35s var(--kim-ease), width 0.45s var(--kim-ease);
}

.kim-slider__dot.is-active {
  width: 1.35rem;
  background: #f0c7a0;
}

.kim-hero .jd-hero__info {
  width: min(1320px, calc(100% - 1.4rem));
  margin: 0.85rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  padding: 0;
  background: transparent;
}

.kim-hero .jd-hero__info > div {
  padding: 0.95rem 1.1rem;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(168, 134, 70, 0.3);
  border-radius: 1.1rem;
}

.kim-hero .jd-hero__info span {
  display: block;
  margin-bottom: 0.3rem;
  color: #5c3d0e;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kim-hero .jd-hero__info a,
.kim-hero .jd-hero__info p {
  margin: 0;
  color: #14110e;
  font-size: 0.92rem;
}

.kim-hero .jd-hero__video-shell,
.kim-hero .jd-hero__scenes,
.kim-hero .jd-hero__video-overlay,
.kim-hero .jd-hero__center,
.kim-hero .jd-hero__eyebrow,
.kim-hero__panel,
.kim-hero__media {
  display: none;
}

@media (max-width: 1024px) {
  .kim-slider,
  .kim-hero__copy {
    min-height: min(40rem, calc(100dvh - 7.2rem));
  }

  .kim-hero__name {
    font-size: clamp(3.5rem, 15vw, 5.4rem);
  }
}

@media (max-width: 768px) {
  .kim-slider {
    width: calc(100% - 1rem);
    border-radius: 1.35rem;
    min-height: min(38rem, calc(100dvh - 6.4rem));
  }

  .kim-hero__copy {
    min-height: min(38rem, calc(100dvh - 6.4rem));
    padding: 1.4rem 1.15rem 5.4rem;
    max-width: none;
  }

  .kim-slider__controls {
    left: 1rem;
    right: 1rem;
    justify-content: space-between;
  }

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

@media (prefers-reduced-motion: reduce) {
  .kim-slider__slide {
    transition: none;
  }

  .kim-slider__slide img,
  .kim-slider__slide.is-active img {
    animation: none;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Hero — match kimnailspa.com: banner, left copy, drifting smoke
   -------------------------------------------------------------------------- */
body.jd-body .kim-hero--welcome,
body.jd-body .jd-hero.kim-hero--welcome {
  position: relative;
  min-height: 960px;
  padding: 0 !important;
  overflow: hidden;
  background: #faf7f2 !important;
  background-image: none !important;
}

body.jd-body .kim-hero__banner,
.kim-hero__banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

body.jd-body .kim-hero__video,
.kim-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block !important;
  opacity: 0.48 !important;
  visibility: visible !important;
  max-width: none;
  filter: blur(9px) saturate(0.72) brightness(1.08);
  transform: scale(1.035);
}

.kim-hero__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 247, 242, 0.97) 0%, rgba(250, 247, 242, 0.87) 34%, rgba(250, 247, 242, 0.52) 62%, rgba(250, 247, 242, 0.35) 100%),
    linear-gradient(0deg, rgba(255, 252, 247, 0.42), transparent 40%);
}

.kim-hero--welcome::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0) 100%);
}

.kim-welcome {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  min-height: 870px;
  padding: 108px 0 40px;
}

.kim-welcome__copy {
  width: min(560px, 100%);
  margin-top: -40px;
  padding: 0;
  min-height: 0;
  background: transparent;
}

.kim-welcome__media {
  position: relative;
  z-index: 3;
  width: min(100%, 510px);
  justify-self: end;
  padding: 14px;
}

.kim-welcome__media::before,
.kim-welcome__media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.kim-welcome__media::before {
  inset: -12px 34px 28px -18px;
  border: 1px solid rgba(174, 132, 52, 0.38);
}

.kim-welcome__media::after {
  width: 74px;
  height: 74px;
  right: -6px;
  bottom: -4px;
  border-right: 1px solid rgba(174, 132, 52, 0.72);
  border-bottom: 1px solid rgba(174, 132, 52, 0.72);
}

.kim-video-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  padding: 9px;
  background: rgba(255, 252, 247, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 70px rgba(78, 54, 28, 0.2), inset 0 0 0 1px rgba(172, 130, 50, 0.16);
  backdrop-filter: blur(10px);
}

.kim-video-frame__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.kim-video-frame__label {
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 10px 14px;
  background: rgba(250, 247, 242, 0.88);
  color: #3d2c1d;
  font-family: var(--jd-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.kim-video-frame__mark {
  position: absolute;
  top: 25px;
  right: 25px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(34, 24, 18, 0.42);
  color: #f4e6bd;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  backdrop-filter: blur(8px);
}

.kim-welcome__brand {
  margin: 0 0 8px;
  color: #1a1512 !important;
  -webkit-text-fill-color: #1a1512;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.kim-welcome__copy h1 {
  margin: 0;
  color: #1a1512 !important;
  -webkit-text-fill-color: #1a1512;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 5vw, 78px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 0.89;
  text-shadow: none;
}

.kim-welcome__copy p,
.kim-welcome__lead {
  max-width: 600px;
  margin: 18px 0 0;
  color: #1a1512 !important;
  -webkit-text-fill-color: #1a1512;
  font-family: var(--jd-font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-shadow: none;
}

.kim-welcome__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 24px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(100deg, #b99137, #ecdfa1 50%, #bb9339);
  background-size: 200% 100%;
  color: #3b2a12 !important;
  -webkit-text-fill-color: #3b2a12;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.5s ease;
}

.kim-welcome__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(159, 119, 36, 0.24);
  background-position: 100% 0;
  filter: none;
}

.kim-hero__smoke {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.kim-cloud {
  position: absolute;
  display: block;
  width: 86vw;
  height: 48vw;
  min-width: 760px;
  min-height: 420px;
  background: url("../photos/kim/hero-smoke.webp") center / contain no-repeat;
  opacity: 0.42;
  filter: blur(2px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.kim-cloud--one {
  right: -20vw;
  bottom: -20vw;
  animation: kim-cloud-one 18s ease-in-out infinite alternate;
}

.kim-cloud--two {
  right: 8vw;
  top: -20vw;
  opacity: 0.25;
  transform: scaleX(-1) rotate(8deg);
  animation: kim-cloud-two 24s ease-in-out infinite alternate;
}

.kim-cloud--three {
  left: -35vw;
  bottom: -26vw;
  opacity: 0.3;
  animation: kim-cloud-three 21s ease-in-out infinite alternate;
}

@keyframes kim-cloud-one {
  from { transform: translate3d(0, 0, 0) scale(1.08) rotate(-3deg); opacity: 0.3; }
  to { transform: translate3d(-5vw, -3vw, 0) scale(1.18) rotate(2deg); opacity: 0.5; }
}

@keyframes kim-cloud-two {
  from { transform: translate3d(0, 0, 0) scaleX(-1) scale(1.04) rotate(8deg); }
  to { transform: translate3d(7vw, 4vw, 0) scaleX(-1) scale(1.14) rotate(2deg); }
}

@keyframes kim-cloud-three {
  from { transform: translate3d(0, 0, 0) scale(1.05); }
  to { transform: translate3d(8vw, -2vw, 0) scale(1.16); }
}

.kim-hero--welcome .kim-slider,
.kim-hero--welcome .jd-hero__info,
.kim-hero--welcome .kim-hero__copy,
.kim-welcome__collage,
.kim-bubble {
  display: none;
}

@media (max-width: 980px) {
  body.jd-body .kim-hero--welcome,
  body.jd-body .jd-hero.kim-hero--welcome {
    min-height: 760px;
  }

  .kim-hero__video {
    object-position: 58% center;
  }

  .kim-hero__banner::after {
    background:
      linear-gradient(90deg, rgba(250, 247, 242, 0.96) 0%, rgba(250, 247, 242, 0.84) 54%, rgba(250, 247, 242, 0.28) 100%),
      linear-gradient(0deg, rgba(255, 252, 247, 0.34), transparent 40%);
  }

  .kim-welcome {
    min-height: 700px;
    padding-top: 76px;
    width: min(1320px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.7fr);
    gap: 28px;
  }

  .kim-welcome__copy {
    width: 100%;
    margin-top: 40px;
  }

  .kim-welcome__media {
    width: min(100%, 350px);
  }

  .kim-welcome__brand {
    font-size: 24px;
  }

  .kim-welcome__copy h1 {
    font-size: clamp(48px, 10vw, 66px);
    letter-spacing: -1px;
  }

  .kim-welcome__copy p,
  .kim-welcome__lead {
    font-size: 14px;
  }

}

@media (max-width: 720px) {
  body.jd-body .kim-hero--welcome,
  body.jd-body .jd-hero.kim-hero--welcome {
    min-height: 1040px;
  }

  .kim-welcome {
    min-height: 980px;
    grid-template-columns: 1fr;
    gap: 48px;
    align-content: center;
    padding: 110px 0 90px;
  }

  .kim-welcome__copy {
    margin-top: 0;
  }

  .kim-welcome__media {
    width: min(86vw, 330px);
    justify-self: center;
  }

  .kim-video-frame {
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-cloud {
    animation: none;
  }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.jd-section,
.jd-section:not(.jd-cta):not(.jd-footer):not(.jd-why) {
  background-color: rgba(255, 252, 247, 0.78);
  backdrop-filter: none;
}

.jd-section--deep,
.mnb-reviews-section,
.jd-services,
.svc-menu,
.jd-section--surface,
.jd-overview,
.jd-page-overview .jd-overview {
  background-color: rgba(255, 252, 247, 0.78) !important;
  background-image: none !important;
}

.jd-eyebrow {
  color: #5c3d0e !important;
}

.jd-card,
.mnb-review-card,
.svc-preview__card,
.jd-service-card,
.jd-contact__panel,
.jd-contact__card,
.jd-connect__item,
.jd-hours-card,
.jd-value-card,
.svc-card,
.blanc-service-api-card {
  background: rgba(255, 252, 248, 0.94) !important;
  border: 1px solid var(--kim-line) !important;
  color: #14110e;
  box-shadow: var(--jd-shadow-md);
}

.jd-contact__card h3,
.svc-card h3,
.blanc-service-api-title,
.jd-value-card h3 {
  color: #14110e;
}

.jd-page-hero {
  background: #f3ebe0;
}

.jd-page-hero__bg img {
  opacity: 0.55;
}

.jd-page-hero__bg::after {
  background: linear-gradient(90deg, rgba(251, 247, 241, 0.88), rgba(251, 247, 241, 0.42));
  opacity: 1;
}

.jd-page-hero__content h1,
.jd-page-hero__content p {
  color: #14110e;
}

.jd-brand-interlude {
  background: transparent;
}

.jd-brand-interlude__line {
  background: var(--kim-line);
}

.jd-cta {
  background: transparent;
}

.jd-cta__bg::after {
  background: linear-gradient(105deg, rgba(42, 34, 24, 0.72), rgba(42, 34, 24, 0.42));
}

.jd-footer {
  background:
    linear-gradient(rgba(255, 252, 247, 0.72), rgba(243, 235, 224, 0.88)),
    url("../photos/bg-marble.png") center / cover no-repeat;
  color: #14110e;
  border-top: 1px solid var(--kim-line);
}

.jd-footer a:hover {
  color: #5c3d0e;
}

.jd-float .button.button-primary {
  background: linear-gradient(180deg, #ead18a, #c6a35a) !important;
  color: #120f0b !important;
  border: 0;
}

.jd-social-fab__toggle {
  background: #fffdf8;
  color: #5c3d0e;
  border: 1px solid var(--kim-line);
}

/* Gallery mosaic */
.jd-gallery-section,
.jd-gallery-section--ritual {
  background: rgba(255, 252, 247, 0.78);
}

.jd-gallery-tile__meta {
  color: #14110e;
  text-shadow: none;
}

.jd-gallery-tile__view {
  color: #f7f1e6;
  text-shadow: none;
}

.jd-connect {
  background: transparent;
}

.jd-connect-card {
  background: rgba(255, 252, 248, 0.86);
  border: 1px solid var(--kim-line);
  color: #14110e;
}

.jd-why-boutique,
.vv-invite,
.jd-team-section,
.jd-menu-home,
.jd-about-home,
.jd-offers {
  background-color: rgba(255, 252, 247, 0.78);
}

.jd-menu-home__filter,
.svc-tabs button,
.blanc-menu-filter button {
  background: rgba(255, 252, 247, 0.7);
  color: #14110e;
  border: 1px solid var(--kim-line);
}

.jd-menu-home__filter.is-active,
.svc-tabs button.is-active,
.blanc-menu-filter button.is-active,
.jd-menu-home__filter:hover {
  background: var(--kim-gold);
  color: #120f0b;
  border-color: var(--kim-gold);
}

.blanc-service-api-time,
.svc-card__time-icon {
  color: var(--kim-gold-2);
}

/* Legal */
.jd-legal,
.jd-legal__block,
.mnb-policy-card {
  color: var(--jd-text);
}

.jd-legal__block,
.mnb-policy-card {
  background: rgba(255, 252, 248, 0.86);
  border: 1px solid var(--kim-line);
}

.jd-announcement__dialog {
  background: #fffdf8;
  color: #14110e;
  border: 1px solid var(--kim-line);
}

/* Contrast: muted text stays gold-sand, never grey-on-dark */
body.jd-body p,
body.jd-body li {
  color: var(--jd-text);
}

body.jd-body .jd-text-muted,
body.jd-body .jd-offers__sub,
body.jd-body .jd-menu-home__lead,
body.jd-body .jd-why-boutique__lead {
  color: var(--jd-text-muted);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .jd-nav {
    display: none;
  }

  .kim-hero__name {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }
}

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

  .jd-header {
    padding-top: 0.55rem;
  }

  .jd-header__bar {
    width: calc(100% - 1rem);
    border-radius: 1.4rem;
    max-height: none;
  }

  .jd-logo__text {
    font-size: 0.92rem;
  }

  .kim-hero {
    padding-top: 0.6rem;
  }

  .kim-hero__copy {
    padding: 1.4rem 1.15rem 5.4rem;
  }

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

  .kim-hero .jd-hero__actions {
    flex-wrap: wrap;
  }

  .jd-overview-new__head,
  .jd-why-boutique__stage,
  .vv-invite__layout,
  .jd-about-home__layout {
    display: block;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .jd-header__bar {
    background: #fffdf8;
    backdrop-filter: none;
  }
}

/* 8-tile homepage mosaic */
#gallery .jd-gallery-mosaic__grid,
.jd-gallery-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.jd-gallery-tile--1 { grid-column: span 2; grid-row: span 2; }
.jd-gallery-tile--8 { grid-column: span 2; }

#gallery-page .gallery-item img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.isotope-item {
  margin-bottom: 1rem;
}

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

.jd-menu-toggle.is-open span::before,
.jd-menu-toggle.is-open span::after {
  background: #5c3d0e !important;
}

.jd-about-home__link,
.jd-news-story a {
  color: var(--kim-gold-2) !important;
}

.svc-hero__copy h1,
.svc-hero__copy p {
  color: #fffdf8;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);
}

.svc-note {
  background: rgba(255, 252, 248, 0.86);
  border: 1px solid var(--kim-line);
  color: #14110e;
}

.svc-hero {
  background: #f3ebe0;
}

.svc-hero__veil {
  background: linear-gradient(90deg, rgba(42, 34, 24, 0.72), rgba(42, 34, 24, 0.22));
}

#continue-booking-btn,
.mnb-policy-cta-btn {
  background: linear-gradient(180deg, #ead18a, #c6a35a) !important;
  color: #120f0b !important;
  border: 0;
}

.modal-content-custom {
  background: #fffdf8;
  color: #14110e;
}

.jd-float .button.button-primary:hover {
  color: #120f0b !important;
}

@media (max-width: 900px) {
  #gallery .jd-gallery-mosaic__grid,
  .jd-gallery-mosaic__grid {
    grid-template-columns: 1fr 1fr;
  }
  .jd-gallery-tile--1,
  .jd-gallery-tile--8 {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  #gallery .jd-gallery-mosaic__grid,
  .jd-gallery-mosaic__grid {
    grid-template-columns: 1fr;
  }
  .jd-gallery-tile--1,
  .jd-gallery-tile--8 {
    grid-column: span 1;
  }
}

/* Specificity hammer: let the marble canvas show through */
body.jd-body #about,
body.jd-body .svc-menu,
body.jd-body .jd-news-notes,
body.jd-body .vv-invite,
body.jd-body .jd-legal,
body.jd-body .jd-offers__bg,
body.jd-body .jd-brand-interlude,
body.jd-body .jd-section,
body.jd-body .jd-why-boutique,
body.jd-body .jd-menu-home,
body.jd-body .jd-team-section,
body.jd-body .jd-gallery-section {
  background-color: rgba(255, 252, 247, 0.78) !important;
  background-image: none !important;
}

body.jd-body .jd-header .jd-logo img,
body.jd-body .jd-logo img {
  width: 84px !important;
  height: 84px !important;
  max-height: 84px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center 42%;
  background: #f3eee6;
}

body.jd-body .jd-header__bar {
  min-height: 104px;
}

@media (max-width: 900px) {
  body.jd-body .jd-header .jd-logo img,
  body.jd-body .jd-logo img {
    width: 56px !important;
    height: 56px !important;
    max-height: 56px !important;
  }

  body.jd-body .jd-header__bar {
    min-height: 84px;
  }
}

body.jd-body .jd-about-home,
body.jd-body .jd-overview,
body.jd-body .jd-page-overview .jd-overview,
body.jd-body .jd-section--surface,
body.jd-body .jd-section--deep {
  background: rgba(255, 252, 247, 0.78) !important;
}

body.jd-body .jd-display em,
body.jd-body h1 em,
body.jd-body h2 em {
  font-family: "Playfair Display", Georgia, serif !important;
  font-style: italic;
  color: #5c3d0e !important;
}

/* --------------------------------------------------------------------------
   Readability lock — espresso type on ivory marble
   -------------------------------------------------------------------------- */
body.jd-body,
body.jd-body p,
body.jd-body li,
body.jd-body address,
body.jd-body .jd-lead,
body.jd-body .jd-text-muted,
body.jd-body .jd-offers__sub,
body.jd-body .jd-menu-home__lead,
body.jd-body .jd-why-boutique__lead,
body.jd-body .jd-team-section__lead,
body.jd-body .jd-gallery-section__lead,
body.jd-body .vv-invite__lead {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
}

body.jd-body h1,
body.jd-body h2,
body.jd-body h3,
body.jd-body h4,
body.jd-body .jd-display,
body.jd-body .jd-footer__brand,
body.jd-body .blanc-service-api-title,
body.jd-body .svc-card h3,
body.jd-body .jd-value-card h3,
body.jd-body .jd-contact__card h3,
body.jd-body .jd-why-point h3,
body.jd-body .jd-experience h3 {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
  font-family: "Playfair Display", Georgia, serif !important;
}

body.jd-body a:not(.jd-btn):not(.button):not(.btn-book-now):not(.btn-call-us) {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
  text-decoration-color: #c4a056;
}

body.jd-body a:not(.jd-btn):not(.button):not(.btn-book-now):not(.btn-call-us):hover {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e;
}

body.jd-body .jd-nav a,
body.jd-body .jd-logo__text,
body.jd-body .jd-drawer__panel a,
body.jd-body .jd-drawer__head-title,
body.jd-body .jd-drawer__close {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
}

body.jd-body .jd-nav a.is-active,
body.jd-body .jd-nav a:hover,
body.jd-body .jd-logo__text small {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e;
}

body.jd-body .jd-header,
body.jd-body .jd-header.is-scrolled {
  background: #fbf8f2 !important;
}

body.jd-body .jd-header__bar,
body.jd-body .jd-header.is-scrolled .jd-header__bar {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.jd-body .jd-header .jd-btn--sm {
  border-radius: 8px;
  padding: 0.72rem 1.15rem 0.72rem 1.15rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.jd-body .jd-header .jd-btn--sm .jd-btn__icon {
  display: none;
}

body.jd-body a.kim-welcome__cta {
  color: #3b2a12 !important;
  -webkit-text-fill-color: #3b2a12;
  text-decoration: none;
}

body.jd-body .kim-welcome__copy h1,
body.jd-body .kim-welcome__brand,
body.jd-body .kim-welcome__copy p {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
}

body.jd-body .jd-contact__card,
body.jd-body .jd-contact__card p,
body.jd-body .jd-contact__card li,
body.jd-body .jd-contact__card a:not(.jd-btn),
body.jd-body .jd-contact__card .jd-contact__label,
body.jd-body .jd-contact__card h3,
body.jd-body .jd-hours-card,
body.jd-body .jd-card,
body.jd-body .svc-card,
body.jd-body .blanc-service-api-card,
body.jd-body .blanc-service-api-desc,
body.jd-body .blanc-service-api-time,
body.jd-body .jd-connect-card,
body.jd-body .jd-connect-card__name,
body.jd-body .jd-connect-card__handle,
body.jd-body .jd-connect-card__blurb,
body.jd-body .jd-connect__copy p,
body.jd-body .jd-legal,
body.jd-body .jd-legal__block,
body.jd-body .mnb-policy-card,
body.jd-body .mnb-policy-card p,
body.jd-body .mnb-policy-card li,
body.jd-body .jd-footer,
body.jd-body .jd-footer p,
body.jd-body .jd-footer a,
body.jd-body .jd-footer h4,
body.jd-body .jd-page-hero__content h1,
body.jd-body .jd-page-hero__content p,
body.jd-body .svc-note,
body.jd-body .svc-note p,
body.jd-body .svc-note h3,
body.jd-body #business-hour,
body.jd-body #business-hour li {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
}

body.jd-body .jd-eyebrow,
body.jd-body .jd-contact__label,
body.jd-body .blanc-service-api-time,
body.jd-body .jd-experience__number {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e;
}

body.jd-body .kim-hero .kim-hero__name,
body.jd-body .kim-hero .kim-hero__copy h1,
body.jd-body .kim-hero .kim-hero__lead,
body.jd-body .svc-hero__copy h1,
body.jd-body .svc-hero__copy p {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8;
}

body.jd-body .kim-hero .jd-hero__info a,
body.jd-body .kim-hero .jd-hero__info p {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e;
}

body.jd-body .kim-hero .kim-hero__script {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

body.jd-body .kim-hero .jd-btn--ghost {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8;
  border-color: rgba(255, 248, 240, 0.7) !important;
  background: rgba(42, 34, 24, 0.35) !important;
}

body.jd-body .jd-cta h2,
body.jd-body .jd-cta p,
body.jd-body .svc-cta h2,
body.jd-body .svc-cta p,
body.jd-body .jd-news-cta h2 {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8;
}

@media (prefers-reduced-motion: reduce) {
  .kim-hero__panel,
  .jd-btn,
  .jd-nav a::after {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Beat ID-level white type from jd-design (gallery / connect / contact)
   -------------------------------------------------------------------------- */
body.jd-body #gallery.jd-gallery-section--ritual,
body.jd-body #gallery.jd-gallery-section,
body.jd-body #connect.jd-connect,
body.jd-body #contact.jd-section--deep,
body.jd-body .jd-footer {
  background-color: rgba(255, 252, 247, 0.88) !important;
  background-image: none !important;
  color: #14110e !important;
}

body.jd-body #gallery .jd-gallery-section__bg,
body.jd-body #connect .jd-connect__bg {
  display: none;
}

body.jd-body #gallery .jd-display,
body.jd-body #gallery .jd-display em,
body.jd-body #gallery .jd-gallery-section__lead,
body.jd-body #gallery .jd-gallery-section__services,
body.jd-body #gallery .jd-eyebrow,
body.jd-body #connect .jd-display,
body.jd-body #connect .jd-eyebrow,
body.jd-body #connect .jd-connect__copy p,
body.jd-body #connect .jd-connect__copy .brand,
body.jd-body #contact .jd-display,
body.jd-body #contact .jd-eyebrow,
body.jd-body #contact .jd-services__head > p,
body.jd-body #why-us .jd-display,
body.jd-body #why-us .jd-why-boutique__lead,
body.jd-body #services .jd-display,
body.jd-body #about .jd-display,
body.jd-body #about .jd-about-home__intro p,
body.jd-body #our-team .jd-display,
body.jd-body #our-team .jd-team-section__lead {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

body.jd-body #gallery .jd-display em,
body.jd-body #why-us .jd-display em,
body.jd-body #about .jd-display em,
body.jd-body #services .jd-display em {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
}

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

body.jd-body #gallery .jd-gallery-section__head .jd-display {
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.jd-body #gallery .jd-gallery-section__lead {
  align-self: start;
  max-width: 46ch;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Clean 8-tile bento — no overlapping 12-col ritual slots */
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,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-mosaic::after {
  display: none !important;
}

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

body.jd-body #gallery .jd-gallery-tile,
body.jd-body #gallery.jd-gallery-section--ritual .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-section--ritual .jd-gallery-tile--1,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--2,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--3,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--4,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--5,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--6,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--7 {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 0 !important;
  border-radius: 1.1rem !important;
  overflow: hidden;
  border: 1px solid rgba(168, 134, 70, 0.22) !important;
  box-shadow: 0 10px 28px rgba(90, 68, 32, 0.08);
}

body.jd-body #gallery .jd-gallery-tile--1,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--1 {
  grid-column: 1 / span 2 !important;
  grid-row: 1 / span 2 !important;
}

body.jd-body #gallery .jd-gallery-tile--8,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--8 {
  grid-column: 3 / span 2 !important;
  grid-row: 3 / span 1 !important;
}

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

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

@media (max-width: 900px) {
  body.jd-body #gallery.jd-gallery-section--ritual #blanc-gallery-grid-js,
  body.jd-body #gallery #blanc-gallery-grid-js {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: minmax(170px, 38vw) !important;
  }

  body.jd-body #gallery .jd-gallery-tile--1,
  body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--1 {
    grid-column: 1 / span 2 !important;
    grid-row: 1 / span 1 !important;
  }

  body.jd-body #gallery .jd-gallery-tile--8,
  body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--8 {
    grid-column: 1 / span 2 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 560px) {
  body.jd-body #gallery.jd-gallery-section--ritual #blanc-gallery-grid-js,
  body.jd-body #gallery #blanc-gallery-grid-js {
    grid-template-columns: 1fr !important;
    grid-auto-rows: minmax(220px, 58vw) !important;
  }

  body.jd-body #gallery .jd-gallery-tile--1,
  body.jd-body #gallery .jd-gallery-tile--8,
  body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--1,
  body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile--8 {
    grid-column: 1 / span 1 !important;
    grid-row: auto !important;
  }
}

/* --------------------------------------------------------------------------
   Contrast lock — cream marble gets espresso type; photo bands stay ivory
   -------------------------------------------------------------------------- */

/* Inner page heroes: cream wash so espresso headings read */
body.jd-body .jd-page-hero,
body.jd-body .jd-overview-hero,
body.jd-body.jd-page-overview .jd-overview-hero,
body.jd-body.jd-page-contact .jd-page-hero,
body.jd-body.jd-page-legal .jd-page-hero {
  background: #f4eee6 !important;
}

body.jd-body .jd-page-hero__bg img,
body.jd-body .jd-overview-hero .jd-page-hero__bg img,
body.jd-body.jd-page-overview .jd-overview-hero .jd-page-hero__bg img,
body.jd-body.jd-page-contact .jd-page-hero__bg img,
body.jd-body.jd-page-legal .jd-page-hero__bg img {
  opacity: 0.32 !important;
  filter: saturate(0.62) contrast(0.92);
}

body.jd-body .jd-page-hero__bg::after,
body.jd-body .jd-overview-hero .jd-page-hero__bg::after,
body.jd-body.jd-page-overview .jd-overview-hero .jd-page-hero__bg::after,
body.jd-body.jd-page-contact .jd-page-hero__bg::after,
body.jd-body.jd-page-legal .jd-page-hero__bg::after {
  background: linear-gradient(
    100deg,
    rgba(251, 247, 241, 0.94) 0%,
    rgba(251, 247, 241, 0.72) 48%,
    rgba(251, 247, 241, 0.42) 100%
  ) !important;
  opacity: 1 !important;
}

body.jd-body .jd-page-hero h1,
body.jd-body .jd-page-hero p,
body.jd-body .jd-page-hero .jd-eyebrow,
body.jd-body .jd-page-hero__content h1,
body.jd-body .jd-page-hero__content p,
body.jd-body .jd-overview-hero h1,
body.jd-body .jd-overview-hero p,
body.jd-body.jd-page-overview .jd-overview-hero .jd-page-hero__content h1,
body.jd-body.jd-page-overview .jd-overview-hero .jd-page-hero__content p,
body.jd-body.jd-page-contact .jd-page-hero h1,
body.jd-body.jd-page-contact .jd-page-hero p,
body.jd-body.jd-page-legal .jd-page-hero h1,
body.jd-body.jd-page-legal .jd-page-hero p {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  text-shadow: none !important;
}

body.jd-body .jd-page-hero h1 em,
body.jd-body .jd-page-hero__content h1 em,
body.jd-body .jd-overview-hero h1 em {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
}

/* Connect — paper shell, not a dark island */
body.jd-body #connect.jd-connect .jd-connect__shell,
body.jd-body #connect .jd-connect-card {
  background: rgba(255, 252, 247, 0.96) !important;
  border-color: rgba(168, 134, 70, 0.28) !important;
  box-shadow: 0 18px 40px rgba(90, 68, 32, 0.08);
}

body.jd-body #connect .jd-display,
body.jd-body #connect .jd-eyebrow,
body.jd-body #connect .jd-connect__copy p,
body.jd-body #connect .jd-connect__copy .brand,
body.jd-body #connect .jd-connect__meta a,
body.jd-body #connect .jd-connect-card__name,
body.jd-body #connect .jd-connect-card__handle,
body.jd-body #connect .jd-connect-card__blurb {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

body.jd-body #connect .jd-connect-card__handle {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
}

/* Contact cards on cream — beat ID-level ivory type */
body.jd-body #contact .jd-contact__card,
body.jd-body #contact.jd-section--deep .jd-contact__card {
  background: #fffdf8 !important;
  border-color: rgba(168, 134, 70, 0.22) !important;
  box-shadow: 0 16px 36px rgba(90, 68, 32, 0.08);
}

body.jd-body #contact .jd-contact__card h3,
body.jd-body #contact .jd-contact__card p,
body.jd-body #contact .jd-contact__card li,
body.jd-body #contact .jd-contact__card a:not(.jd-btn),
body.jd-body #contact .jd-contact__card .jd-contact__label,
body.jd-body #contact .jd-contact__card #business-hour li,
body.jd-body #contact.jd-section--deep h2,
body.jd-body #contact.jd-section--deep h3,
body.jd-body #contact.jd-section--deep p {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

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

body.jd-body #contact .jd-contact__map {
  background: #f4eee6 !important;
  border-color: rgba(168, 134, 70, 0.22) !important;
}

/* News CTA has no photo — do not keep ivory type on marble */
body.jd-body .jd-news-cta,
body.jd-news-page .jd-news-cta {
  background: rgba(255, 252, 247, 0.9) !important;
  color: #14110e !important;
}

body.jd-body .jd-news-cta h2,
body.jd-news-page .jd-news-cta h2 {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

/* Photo cards and the home CTA keep ivory type */
body.jd-body .jd-experience h3,
body.jd-body .jd-experience__content,
body.jd-body .jd-experience__content p,
body.jd-body .jd-experience__content li,
body.jd-body .jd-overview .jd-experience__content h3,
body.jd-body .jd-overview .jd-experience__content p,
body.jd-body .jd-overview .jd-experience__content li,
body.jd-body .jd-overview-new__ritual h3,
body.jd-body .jd-overview-new__ritual-copy p,
body.jd-body .jd-overview-new__sensory span,
body.jd-page-overview #overview .jd-experience h3,
body.jd-page-overview #overview .jd-overview-new__ritual h3 {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.jd-body .jd-experience__number {
  color: #e6c88f !important;
  -webkit-text-fill-color: #e6c88f !important;
}

body.jd-body .jd-cta h2,
body.jd-body .jd-cta p,
body.jd-body .svc-cta h2,
body.jd-body .svc-cta p,
body.jd-body .svc-hero__copy h1,
body.jd-body .svc-hero__copy p {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

/* About page values / team were dark type systems on cream sections */
body.jd-page-overview #values,
body.jd-page-overview #team {
  background: rgba(255, 252, 247, 0.88) !important;
  color: #14110e !important;
}

body.jd-page-overview #values .jd-display,
body.jd-page-overview #values .jd-services__head > p,
body.jd-page-overview #values .jd-value-card h3,
body.jd-page-overview #values .jd-value-card p,
body.jd-page-overview #team .jd-services__head .jd-display,
body.jd-page-overview #team .jd-services__head > p,
body.jd-page-overview #team .jd-team-card,
body.jd-page-overview #team .jd-team-card__name,
body.jd-page-overview #team .jd-team-card__bio {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

body.jd-page-overview #values .jd-value-card,
body.jd-page-overview #team .jd-team-card {
  background: #fffdf8 !important;
  border-color: rgba(168, 134, 70, 0.22) !important;
}

body.jd-page-overview #values .jd-eyebrow,
body.jd-page-overview #team .jd-services__head .jd-eyebrow,
body.jd-page-overview #team .jd-team-card__role,
body.jd-page-overview #team .jd-team-card__cta {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
}

/* Floating Call Us — dark pill needs ivory type, not inherited espresso fill */
body.jd-body .floating-button a.btn-call-us,
body.jd-body .jd-float a.btn-call-us,
body.jd-body .floating-button a.button.button-primary.btn-call-us,
body.jd-body a.button.button-primary.btn-call-us {
  background: #14110e !important;
  background-image: none !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  border-color: #14110e !important;
  box-shadow: 0 10px 24px rgba(20, 17, 14, 0.28) !important;
}

body.jd-body .floating-button a.btn-call-us:hover,
body.jd-body .jd-float a.btn-call-us:hover,
body.jd-body a.button.button-primary.btn-call-us:hover {
  background: #1c1814 !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.jd-body .floating-button a.btn-call-us span,
body.jd-body .floating-button a.btn-call-us .icon,
body.jd-body a.button.button-primary.btn-call-us span {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

/* --------------------------------------------------------------------------
   Services page — editorial spa menu (API-driven chapters)
   -------------------------------------------------------------------------- */
body.jd-page-services .kim-svc-hero {
  padding: calc(var(--jd-header-h, 84px) + 2.4rem) 0 3.2rem;
  background: transparent;
}

body.jd-page-services .kim-svc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
}

body.jd-page-services .kim-svc-hero__copy h1 {
  margin: 0;
  max-width: 8ch;
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.jd-page-services .kim-svc-hero__copy h1 em {
  display: block;
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 0.12em;
}

body.jd-page-services .kim-svc-hero__copy p {
  max-width: 38ch;
  margin: 1.15rem 0 1.6rem;
  color: #3f3428 !important;
  -webkit-text-fill-color: #3f3428 !important;
  font-size: 1.05rem;
  line-height: 1.6;
}

body.jd-page-services .kim-svc-hero__mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.7rem;
  min-height: 26rem;
}

body.jd-page-services .kim-svc-hero__mosaic figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #efe8dc;
}

body.jd-page-services .kim-svc-hero__mosaic figure:first-child {
  grid-row: 1 / span 2;
}

body.jd-page-services .kim-svc-hero__mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.jd-page-services .kim-menu {
  padding-top: 1rem;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  background: rgba(255, 252, 247, 0.78) !important;
}

body.jd-page-services .kim-menu__shell {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.4rem);
  align-items: start;
}

body.jd-page-services .kim-menu__rail {
  position: sticky;
  top: calc(var(--jd-header-h, 84px) + 0.75rem);
  padding: 1.1rem 1rem 1.2rem;
  border: 1px solid rgba(168, 134, 70, 0.22);
  border-radius: 1.2rem;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 16px 36px rgba(90, 68, 32, 0.06);
}

body.jd-page-services .kim-menu__rail-kicker {
  margin: 0 0 0.7rem;
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.jd-page-services .kim-menu__tabs,
body.jd-page-services #menu-filter.blanc-menu-filter {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  overflow: visible;
  white-space: normal;
}

body.jd-page-services .kim-menu-tab,
body.jd-page-services #menu-filter .blanc-menu-tab {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.7rem;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: 0.7rem;
  background: transparent !important;
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

body.jd-page-services .kim-menu-tab small {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

body.jd-page-services .kim-menu-tab:hover,
body.jd-page-services #menu-filter .blanc-menu-tab:hover {
  background: rgba(196, 160, 86, 0.12) !important;
}

body.jd-page-services .kim-menu-tab.active,
body.jd-page-services #menu-filter .blanc-menu-tab.active {
  background: #14110e !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.jd-page-services .kim-menu-tab.active small {
  color: #e6c88f !important;
  -webkit-text-fill-color: #e6c88f !important;
}

body.jd-page-services #menu-container,
body.jd-page-services .kim-menu__chapters {
  display: flex !important;
  flex-direction: column;
  gap: 2.6rem;
  grid-template-columns: none !important;
}

body.jd-page-services .kim-menu-chapter {
  padding-bottom: 0.4rem;
}

body.jd-page-services .kim-menu-chapter__head {
  display: grid;
  grid-template-columns: 11.5rem minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: end;
  margin-bottom: 0.35rem;
}

body.jd-page-services .kim-menu-chapter__media {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #efe8dc;
  aspect-ratio: 4 / 5;
}

body.jd-page-services .kim-menu-chapter__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.jd-page-services .kim-menu-chapter__intro h2 {
  margin: 0;
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.jd-page-services .kim-menu-chapter__intro p {
  max-width: 48ch;
  margin: 0.45rem 0 0.55rem;
  color: #3f3428 !important;
  -webkit-text-fill-color: #3f3428 !important;
  font-size: 0.98rem;
  line-height: 1.55;
}

body.jd-page-services .kim-menu-chapter__count {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.jd-page-services .kim-menu-list {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(168, 134, 70, 0.22);
}

body.jd-page-services .kim-menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem 1.4rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(168, 134, 70, 0.16);
}

body.jd-page-services .kim-menu-row:last-child {
  border-bottom: 0;
}

body.jd-page-services .kim-menu-row__copy h3,
body.jd-page-services .kim-menu-row .blanc-service-api-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.25;
}

body.jd-page-services .kim-menu-row__copy a,
body.jd-page-services .kim-menu-row .blanc-service-api-title a {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  text-decoration: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.jd-page-services .kim-menu-row__copy a:hover {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
}

body.jd-page-services .kim-menu-row__desc,
body.jd-page-services .kim-menu-row .blanc-service-api-desc {
  margin-top: 0.25rem;
  color: #3f3428 !important;
  -webkit-text-fill-color: #3f3428 !important;
  font-size: 0.9rem;
}

body.jd-page-services .kim-menu-row__meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

body.jd-page-services .kim-menu-row .blanc-service-api-time {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 0.82rem;
  font-weight: 500;
}

body.jd-page-services .kim-menu-row__price,
body.jd-page-services .kim-menu-row .svc-card__price {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  min-width: 5.2rem;
  text-align: right;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 500;
}

body.jd-page-services .kim-menu-row .jd-service-book-btn {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.jd-page-services .kim-menu-row .jd-service-book-btn:hover {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

body.jd-page-services .kim-menu__note,
body.jd-page-services .svc-note.kim-menu__note {
  margin-top: 2.4rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(168, 134, 70, 0.22);
  border-radius: 1rem;
  background: rgba(255, 252, 247, 0.9);
}

body.jd-page-services .kim-menu__note h3,
body.jd-page-services .kim-menu__note p {
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
}

body.jd-page-services .kim-menu-empty {
  padding: 2rem 0;
  color: #14110e !important;
}

body.jd-page-services .svc-cta h2,
body.jd-page-services .svc-cta p {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

@media (max-width: 980px) {
  body.jd-page-services .kim-svc-hero__grid,
  body.jd-page-services .kim-menu__shell,
  body.jd-page-services .kim-menu-chapter__head {
    grid-template-columns: 1fr;
  }

  body.jd-page-services .kim-svc-hero {
    padding-top: calc(var(--jd-header-h, 84px) + 1.4rem);
  }

  body.jd-page-services .kim-svc-hero__mosaic {
    min-height: 18rem;
    order: -1;
  }

  body.jd-page-services .kim-menu__rail {
    position: sticky;
    top: var(--jd-header-h, 76px);
    z-index: 12;
    padding: 0.7rem 0 0.55rem;
    border: 0;
    border-radius: 0;
    background: rgba(255, 252, 247, 0.94);
    box-shadow: none;
  }

  body.jd-page-services .kim-menu__rail-kicker {
    display: none;
  }

  body.jd-page-services .kim-menu__tabs,
  body.jd-page-services #menu-filter.blanc-menu-filter {
    flex-direction: row;
    gap: 0.4rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }

  body.jd-page-services .kim-menu-tab,
  body.jd-page-services #menu-filter .blanc-menu-tab {
    flex: 0 0 auto;
    width: auto;
    padding: 0.48rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.9) !important;
    border: 1px solid rgba(168, 134, 70, 0.28);
    white-space: nowrap;
  }

  body.jd-page-services .kim-menu-tab.active,
  body.jd-page-services #menu-filter .blanc-menu-tab.active {
    background: #14110e !important;
    border-color: #14110e;
  }

  body.jd-page-services .kim-menu-chapter__media {
    max-width: 16rem;
    aspect-ratio: 16 / 10;
  }

  body.jd-page-services .kim-menu-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  body.jd-page-services .kim-menu-row__meta {
    justify-content: flex-start;
  }

  body.jd-page-services .kim-menu-row__price {
    min-width: 0;
    text-align: left;
  }
}

@media (max-width: 560px) {
  body.jd-page-services .kim-svc-hero__mosaic {
    min-height: 14rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 9rem 7rem;
  }

  body.jd-page-services .kim-svc-hero__mosaic figure:first-child {
    grid-row: 1;
    grid-column: 1 / span 2;
  }
}

/* --------------------------------------------------------------------------
   Navbar lockup — mark on top, salon name underneath
   -------------------------------------------------------------------------- */
body.jd-body {
  --jd-header-h: 158px;
}

body.jd-body .jd-header,
body.jd-body .jd-header.is-scrolled {
  height: var(--jd-header-h) !important;
}

body.jd-body .jd-header__bar,
body.jd-body .jd-header.is-scrolled .jd-header__bar {
  height: var(--jd-header-h) !important;
  min-height: var(--jd-header-h) !important;
  grid-template-rows: 108px 50px !important;
}

body.jd-body .jd-header .jd-logo,
body.jd-body .jd-logo {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  text-decoration: none;
}

body.jd-body .jd-header .jd-logo__text,
body.jd-body .jd-logo__text {
  position: static !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin: 0;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap;
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

body.jd-body .jd-header .jd-logo__text small,
body.jd-body .jd-logo__text small {
  display: block;
  margin-top: 0.12rem;
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-family: "Outfit", system-ui, sans-serif !important;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.jd-body {
    --jd-header-h: 136px;
  }

  body.jd-body .jd-header,
  body.jd-body .jd-header.is-scrolled,
  body.jd-body .jd-header__bar,
  body.jd-body .jd-header.is-scrolled .jd-header__bar {
    position: relative !important;
    height: 136px !important;
    min-height: 136px !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-rows: 1fr !important;
  }

  body.jd-body .jd-header .jd-logo,
  body.jd-body .jd-logo {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    padding-bottom: 0.2rem;
  }

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

  body.jd-body .jd-header .jd-logo__text,
  body.jd-body .jd-logo__text {
    white-space: nowrap;
    text-align: center;
    font-size: 0.76rem;
    line-height: 1.1;
  }

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

  body.jd-body .jd-header {
    overflow: visible !important;
  }

  body.jd-body .jd-header .jd-header__cta {
    position: absolute !important;
    top: 50%;
    right: 0.7rem;
    display: flex !important;
    align-items: center;
    transform: translateY(-50%);
    z-index: 5;
  }

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

  body.jd-body .jd-header .jd-menu-toggle {
    display: inline-flex !important;
    width: 42px;
    height: 42px;
    color: #14110e !important;
    border: 1px solid rgba(20, 17, 14, 0.22) !important;
    background: transparent !important;
  }

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

@media (max-width: 400px) {
  body.jd-body .jd-header .jd-logo__text,
  body.jd-body .jd-logo__text {
    font-size: 0.68rem;
  }
}
/* Happy clients — image and reviews powered by main.js */
.kim-happy-clients { position:relative; overflow:hidden; padding:clamp(100px,11vw,168px) 0 clamp(112px,12vw,184px); background:#f2eadf; }
.kim-happy-clients::before { content:""; position:absolute; width:42vw; height:42vw; right:-18vw; top:-18vw; border:1px solid rgba(157,116,45,.18); border-radius:50%; box-shadow:0 0 0 70px rgba(157,116,45,.035),0 0 0 140px rgba(157,116,45,.025); }
.kim-happy-clients__layout { position:relative; display:grid; grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr); gap:clamp(56px,8vw,124px); align-items:center; }
.kim-happy-clients__visual { position:relative; margin:0; padding:10px; background:rgba(255,252,247,.74); box-shadow:0 34px 80px rgba(78,53,29,.18); }
.kim-happy-clients__visual::before { content:""; position:absolute; inset:-22px 32px 34px -22px; z-index:-1; border:1px solid rgba(163,120,45,.42); }
.kim-happy-clients__visual img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; }
.kim-happy-clients__visual figcaption { position:absolute; right:-30px; bottom:28px; padding:14px 18px; background:#292019; color:#d8b66b; font:600 12px/1.2 var(--jd-font-body); letter-spacing:.12em; text-transform:uppercase; }
.kim-happy-clients__visual figcaption span { display:block; margin-top:5px; color:#fffaf0; font-size:9px; }
.kim-happy-clients__head { max-width:670px; margin-bottom:38px; }
.kim-happy-clients__eyebrow { margin:0 0 14px; color:#8c682a; font:600 12px/1 var(--jd-font-body); letter-spacing:.18em; text-transform:uppercase; }
.kim-happy-clients__head h2 { margin:0; color:#201914; font-size:clamp(54px,6vw,88px); line-height:.92; letter-spacing:-.045em; }
.kim-happy-clients__description { max-width:610px; margin:25px 0 0; color:#5d5047; font-size:17px; line-height:1.7; }
.kim-happy-clients__reviews { border-top:1px solid rgba(77,58,40,.18); }
.kim-client-review { display:grid; grid-template-columns:110px minmax(0,1fr) 135px; gap:25px; align-items:center; padding:27px 0; border-bottom:1px solid rgba(77,58,40,.18); transition-delay:var(--review-delay,0ms); }
.kim-client-review__top { display:flex; flex-direction:column; gap:9px; }
.kim-client-review__stars { display:flex; gap:2px; color:rgba(132,96,34,.24); font-size:12px; }
.kim-client-review__stars .is-filled { color:#a77b2d; }
.kim-client-review__number { color:#9e8d7f; font:500 10px/1 var(--jd-font-body); letter-spacing:.12em; }
.kim-client-review blockquote { margin:0; color:#2d241e; font-family:"Playfair Display",Georgia,serif; font-size:clamp(17px,1.5vw,21px); font-style:italic; line-height:1.5; }
.kim-client-review footer { display:flex; flex-direction:column; gap:5px; }
.kim-client-review footer strong { color:#241c17; font:600 13px/1.2 var(--jd-font-body); }
.kim-client-review footer span { color:#8a796c; font:500 10px/1.3 var(--jd-font-body); letter-spacing:.08em; text-transform:uppercase; }
.kim-happy-clients__book { display:inline-flex; gap:12px; align-items:center; margin-top:32px; color:#5d421a; font:600 12px/1 var(--jd-font-body); letter-spacing:.13em; text-decoration:none; text-transform:uppercase; }
.kim-happy-clients__book span { font-size:18px; transition:transform .25s ease; }
.kim-happy-clients__book:hover span { transform:translate(3px,-3px); }
@media (max-width:980px) {
  .kim-happy-clients__layout { grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr); gap:48px; }
  .kim-client-review { grid-template-columns:82px minmax(0,1fr); }
  .kim-client-review footer { grid-column:2; }
}
@media (max-width:720px) {
  .kim-happy-clients { padding:92px 0 108px; }
  .kim-happy-clients__layout { grid-template-columns:1fr; }
  .kim-happy-clients__visual { width:min(86vw,430px); }
  .kim-happy-clients__visual figcaption { right:-8px; }
  .kim-client-review { grid-template-columns:72px minmax(0,1fr); gap:15px; }
}

/* --------------------------------------------------------------------------
   Homepage highlights: proof strip, lookbook, studio extras
   -------------------------------------------------------------------------- */

.kim-proof {
  position: relative;
  z-index: 5;
  margin-top: -2.5rem;
  padding: 0 0 0.25rem;
  background: transparent;
  border: 0;
}

.kim-proof__row {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 1.35rem 1.75rem !important;
  background: #f6eee3;
  border: 1px solid rgba(168, 134, 70, 0.28);
  box-shadow: 0 18px 46px rgba(90, 68, 32, 0.1);
}

.kim-proof__stat {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-width: 0;
  padding: 0.35rem 1.5rem;
  text-decoration: none;
  color: inherit;
  border-left: 1px solid rgba(168, 134, 70, 0.28);
}

.kim-proof__stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.kim-proof__stat strong {
  color: #14110e;
  font-family: var(--jd-font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.kim-proof__stat--rating strong {
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  letter-spacing: -0.05em;
  line-height: 0.88;
}

.kim-proof__stat small {
  color: #6a5a4c;
  font-family: var(--jd-font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: normal;
}

.kim-proof__stars {
  display: flex;
  gap: 0.18rem;
  margin-top: 0.15rem;
}

.kim-proof__stars span {
  width: 0.72rem;
  height: 0.72rem;
  background: #c4a056;
  clip-path: polygon(50% 4%, 61% 38%, 98% 38%, 68% 59%, 79% 93%, 50% 72%, 21% 93%, 32% 59%, 2% 38%, 39% 38%);
}

.kim-proof__stars span:last-child {
  opacity: 0.4;
}

a.kim-proof__stat:hover strong,
a.kim-proof__stat:focus-visible strong {
  color: #5c3d0e;
}

a.kim-proof__stat:focus-visible {
  outline: 2px solid #c4a056;
  outline-offset: 6px;
}

.kim-looks {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8.75rem) 0 clamp(6rem, 10vw, 9.5rem);
  background: rgba(255, 252, 247, 0.78);
}

.kim-looks__head {
  max-width: 42rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.kim-looks__head h2,
.kim-studio-more__head h2 {
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.kim-looks__head p,
.kim-studio-more__head p {
  max-width: 36rem;
  margin: 1.15rem 0 0;
  color: #5d5047;
  font-size: 1.05rem;
  line-height: 1.65;
}

.kim-looks__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  grid-template-rows: minmax(220px, 1fr) minmax(210px, 1fr);
  gap: 0.85rem 0.9rem;
}

.kim-looks__tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.kim-looks__tile--hero {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.kim-looks__tile--wide {
  grid-column: 2 / -1;
}

.kim-looks__frame {
  display: flex;
  overflow: hidden;
  padding: 6px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 36px rgba(78, 54, 28, 0.08), inset 0 0 0 1px rgba(172, 130, 50, 0.14);
}

.kim-looks__tile--hero .kim-looks__frame {
  flex: 1 1 auto;
  min-height: 24rem;
}

.kim-looks__tile--wide .kim-looks__frame {
  aspect-ratio: 16 / 7.2;
}

.kim-looks__tile:not(.kim-looks__tile--hero):not(.kim-looks__tile--wide) .kim-looks__frame {
  aspect-ratio: 4 / 5;
}

.kim-looks__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.8s cubic-bezier(0.32, 0.72, 0, 1);
}

.kim-looks__tile:hover img,
.kim-looks__tile:focus-visible img {
  transform: scale(1.045);
}

.kim-looks__tile:focus-visible {
  outline: 2px solid #c4a056;
  outline-offset: 6px;
}

.kim-looks__caption {
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
  color: #6a5a4c;
  font-family: var(--jd-font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kim-studio-more {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8.75rem) 0 clamp(6rem, 10vw, 9.5rem);
  background: #f2eadf;
}

.kim-studio-more__head {
  max-width: 42rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.kim-studio-more__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.82fr);
  grid-template-rows: auto auto;
  gap: 0.9rem 1.35rem;
}

.kim-studio-more__feature {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.kim-studio-more__media,
.kim-studio-more__card figure {
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 6px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 36px rgba(78, 54, 28, 0.08), inset 0 0 0 1px rgba(172, 130, 50, 0.14);
}

.kim-studio-more__media img,
.kim-studio-more__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.32, 0.72, 0, 1);
}

.kim-studio-more__media {
  flex: 1 1 auto;
  min-height: 18rem;
  aspect-ratio: auto;
}

.kim-studio-more__card figure {
  aspect-ratio: 16 / 10;
}

.kim-studio-more__feature:hover img,
.kim-studio-more__card:hover img {
  transform: scale(1.04);
}

.kim-studio-more__copy {
  margin-top: auto;
  padding: 1.35rem 0 0;
}

.kim-studio-more__copy h3,
.kim-studio-more__card h3 {
  margin: 0;
  color: #201914;
  font-family: var(--jd-font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.kim-studio-more__copy p,
.kim-studio-more__card p {
  max-width: 34rem;
  margin: 0.7rem 0 0;
  color: #5d5047;
  font-size: 0.98rem;
  line-height: 1.65;
}

.kim-studio-more__copy a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.15rem;
  color: #5d421a;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.kim-studio-more__copy a:hover {
  color: #3d2c12;
}

.kim-studio-more__copy a:focus-visible,
.kim-studio-more__card:focus-visible {
  outline: 2px solid #c4a056;
  outline-offset: 6px;
}

.kim-studio-more__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.kim-studio-more__card h3 {
  margin-top: 0.95rem;
  font-size: 1.55rem;
}

.kim-looks,
.kim-studio-more,
.kim-happy-clients {
  scroll-margin-top: 5.5rem;
}

@media (max-width: 980px) {
  .kim-proof__row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0;
  }

  .kim-proof__stat:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .kim-looks__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .kim-looks__tile--hero,
  .kim-looks__tile--wide,
  .kim-looks__tile:last-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .kim-looks__tile--hero .kim-looks__frame {
    min-height: 0;
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .kim-looks__tile:last-child .kim-looks__frame {
    aspect-ratio: 16 / 10;
  }

  .kim-studio-more__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .kim-studio-more__feature {
    grid-column: 1 / -1;
    grid-row: auto;
    height: auto;
  }

  .kim-studio-more__media {
    flex: none;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .kim-proof {
    margin-top: -1.5rem;
    padding: 0 0 0.5rem;
  }

  .kim-proof__row {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 0;
    padding: 1.15rem 1rem !important;
  }

  .kim-proof__stat {
    padding: 0.2rem 0 0.2rem 0.85rem;
  }

  .kim-proof__stat:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .kim-proof__stat:nth-child(3) {
    padding-left: 0;
  }

  .kim-proof__stat strong {
    font-size: 1.35rem;
  }

  .kim-proof__stat--rating strong {
    font-size: 2.35rem;
  }

  .kim-looks,
  .kim-studio-more {
    padding: 4.5rem 0 5.25rem;
  }

  .kim-looks__head h2,
  .kim-studio-more__head h2 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
  }

  .kim-looks__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 1rem 0.7rem;
  }

  .kim-looks__tile--hero,
  .kim-looks__tile--wide,
  .kim-looks__tile:last-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .kim-looks__tile--hero .kim-looks__frame {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .kim-looks__tile--wide .kim-looks__frame {
    aspect-ratio: 16 / 10;
  }

  .kim-studio-more__grid {
    grid-template-columns: 1fr;
  }

  .kim-studio-more__card h3 {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-looks__frame img,
  .kim-studio-more__media img,
  .kim-studio-more__card img {
    transition: none;
  }
}

/* Gallery labels: solid chips so type never picks up the photo underneath */
body.jd-body #gallery .jd-gallery-tile__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(20, 17, 14, 0.5) 0%, rgba(20, 17, 14, 0.16) 36%, transparent 56%);
}

body.jd-body #gallery .jd-gallery-tile__meta,
body.jd-body #gallery.jd-gallery-section--ritual .jd-gallery-tile__meta {
  position: absolute !important;
  left: 0.8rem !important;
  right: auto !important;
  bottom: 0.8rem !important;
  z-index: 4 !important;
  max-width: calc(100% - 1.6rem);
  padding: 0.42rem 0.78rem !important;
  border: 1px solid rgba(20, 17, 14, 0.12) !important;
  border-radius: 999px !important;
  background: #f7f1e6 !important;
  color: #14110e !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: 0 8px 18px rgba(20, 17, 14, 0.16);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.jd-body #gallery .jd-gallery-tile__view,
body.jd-body #gallery .jd-gallery-tile.is-hero .jd-gallery-tile__view,
body.jd-body #gallery .jd-gallery-tile.is-wide .jd-gallery-tile__view {
  z-index: 4 !important;
  background: #14110e !important;
  color: #f7f1e6 !important;
  border: 1px solid #14110e !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 0 !important;
}

body.jd-body #gallery .jd-gallery-tile:hover .jd-gallery-tile__view,
body.jd-body #gallery .jd-gallery-tile:focus-within .jd-gallery-tile__view {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

@media (max-width: 900px) {
  body.jd-body #gallery .jd-gallery-tile__meta {
    left: 0.6rem !important;
    bottom: 0.6rem !important;
    padding: 0.36rem 0.64rem !important;
    font-size: 0.58rem !important;
  }

  body.jd-body #gallery .jd-gallery-tile.is-hero .jd-gallery-tile__view,
  body.jd-body #gallery .jd-gallery-tile.is-wide .jd-gallery-tile__view {
    opacity: 0 !important;
    background: #14110e !important;
    color: #f7f1e6 !important;
  }
}

/* Ritual strip: cream seal so Norfolk Street stays readable on the dark card */
body.jd-body .jd-overview-new__ritual {
  align-items: start;
  gap: clamp(1.35rem, 3.2vw, 2.75rem);
}

body.jd-body .jd-overview-new__seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 6.5rem;
  min-width: 6.5rem;
  padding: 0.85rem 0.7rem;
  background: #f4eadc;
  border: 1px solid #c4a056;
  box-shadow: inset 0 0 0 5px rgba(196, 160, 86, 0.2);
  color: #14110e;
}

body.jd-body .jd-overview-new__seal span {
  color: #5c3d0e !important;
  -webkit-text-fill-color: #5c3d0e !important;
  font-size: 1.05rem;
  line-height: 1;
}

body.jd-body .jd-overview-new__seal small {
  max-width: 8ch;
  color: #14110e !important;
  -webkit-text-fill-color: #14110e !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.jd-body .jd-overview-new__ritual-copy h3 {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

body.jd-body .jd-overview-new__ritual-copy > p {
  color: rgba(255, 253, 248, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 253, 248, 0.9) !important;
}

body.jd-body .jd-overview-new__sensory span {
  color: #f3eadc !important;
  -webkit-text-fill-color: #f3eadc !important;
}

@media (max-width: 640px) {
  body.jd-body .jd-overview-new__seal {
    width: 5.5rem;
    min-width: 5.5rem;
  }
}
