/* Sarah Nails & Spa — brand overlay, video hero, dark spa section, contrast */

html,
body.jd-body {
  overflow-x: clip;
}

body.jd-body h1 em,
body.jd-body h2 em,
body.jd-body .jd-display em {
  line-height: 1.14;
  padding-bottom: 0.1em;
}

body.jd-body .jd-logo img {
  height: 78px;
  max-height: 78px;
  width: auto;
  max-width: 210px;
}

body.jd-body .jd-about-home,
body.jd-body #about.jd-about-home {
  color: #1c1a16;
  background-color: #f4eee4;
  background-image:
    linear-gradient(105deg, rgba(244, 238, 228, 0.94), rgba(250, 246, 238, 0.92)),
    url("../photos/sarah/studio-interior.jpg");
}

body.jd-body .jd-about-home .jd-eyebrow,
body.jd-body .jd-about-home .jd-about-home__service-label {
  color: #6a5428 !important;
}

body.jd-body .jd-about-home .jd-display,
body.jd-body .jd-about-home h2 {
  color: #1a1814 !important;
  line-height: 1.08;
}

body.jd-body .jd-about-home .jd-display em,
body.jd-body .jd-about-home h2 em {
  color: #6a5428 !important;
  line-height: 1.14;
  padding-bottom: 0.08em;
}

body.jd-body .jd-about-home__intro p,
body.jd-body .jd-about-home__service > p,
body.jd-body .jd-about-home__hero > figcaption,
body.jd-body .jd-about-home__details figcaption,
body.jd-body .jd-about-home__stats span {
  color: #3a3630 !important;
}

body.jd-body .jd-about-home__intro p strong,
body.jd-body .jd-about-home__stats strong,
body.jd-body .jd-about-home__link {
  color: #1a1814 !important;
}

@media (max-width: 900px) {
  body.jd-body .jd-logo img {
    height: 64px;
    max-height: 64px;
    max-width: 168px;
  }
}

@font-face {
  font-family: "Sarah Cinzel";
  src: url("../fonts/CinzelDecorative-Black.ttf") format("truetype");
  font-display: swap;
}

/* Homepage hero — warm editorial layout, retaining the original film and copy. */
body.jd-body .jd-hero.jd-hero--film {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: calc(var(--jd-header-h) + 3rem) clamp(1.5rem, 5vw, 5rem) 3.5rem;
  background: #f4eee4;
  overflow: hidden;
}
body.jd-body .jd-hero.jd-hero--film::before,
body.jd-body .jd-hero.jd-hero--film::after { display: none; }
body.jd-body .jd-hero--film .jd-hero-film__bg {
  position: absolute;
  inset: 0 0 0 68%;
  z-index: -1;
  background: #e7ddcd;
  pointer-events: none;
}
body.jd-body .jd-hero--film .jd-hero-film {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  max-width: 1160px;
  margin: 0 auto;
}
body.jd-body .jd-hero--film .jd-hero-film__copy { min-width: 0; text-align: left; }
body.jd-body .jd-hero--film .jd-hero__eyebrow {
  justify-content: flex-start;
  margin: 0 0 1.8rem;
  color: #775c37 !important;
  font-family: "Manrope", sans-serif;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .22em;
}
body.jd-body .jd-hero--film h1 {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  transform: none;
  color: #322b24;
  text-align: left;
  white-space: normal;
}
body.jd-body .jd-hero--film .jd-hero-film__script {
  display: block;
  color: #322b24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5.5rem, 9vw, 8.5rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.055em;
  line-height: .95;
  padding: 0 0 .12em;
  text-shadow: none;
}
body.jd-body .jd-hero--film .jd-hero-film__caps {
  display: block;
  margin: .55rem 0 0;
  color: #775c37;
  font-family: "Manrope", sans-serif;
  font-size: clamp(.9rem, 1.4vw, 1.1rem);
  font-weight: 500;
  letter-spacing: .32em;
  line-height: 1.5;
  text-transform: uppercase;
}
body.jd-body .jd-hero--film .jd-hero__lead {
  max-width: 33ch;
  margin: 1.7rem 0 0;
  padding: 0;
  color: #64594d !important;
  font-family: "Manrope", sans-serif;
  font-size: .95rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  text-transform: none;
}
body.jd-body .jd-hero--film .jd-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 1.9rem 0 0;
  gap: 1.5rem;
}
body.jd-body .jd-hero--film .jd-hero__actions .jd-btn {
  width: auto;
  min-width: 0;
  min-height: 3.25rem;
  padding: 1rem 1.8rem;
  border-radius: 2px;
  font-size: .68rem;
  transition: background .2s, color .2s, transform .2s;
}
body.jd-body .jd-hero--film .jd-hero__actions .online-booking {
  background: #775c37 !important;
  border-color: #775c37 !important;
  color: #fffaf2 !important;
}
body.jd-body .jd-hero--film .jd-hero__actions .online-booking:hover {
  background: #594127 !important;
  border-color: #594127 !important;
}
body.jd-body .jd-hero--film .jd-hero__actions .jd-btn--light {
  padding-inline: 0;
  color: #473a2b !important;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #9d8b70;
  box-shadow: none;
}
body.jd-body .jd-hero--film .jd-btn--light:hover { color: #846536 !important; }
body.jd-body .jd-hero--film a:focus-visible { outline: 2px solid #775c37; outline-offset: 5px; }
body.jd-body .jd-hero--film .jd-btn:active { transform: translateY(1px); }
body.jd-body .jd-hero--film .jd-hero__info {
  position: static;
  display: grid;
  grid-template-columns: 1fr;
  gap: .7rem;
  margin: 2.6rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid #d6cab7;
  color: #473a2b;
}
body.jd-body .jd-hero--film .jd-hero__info > div {
  display: grid;
  grid-template-columns: 4.7rem minmax(0, 1fr);
  align-items: baseline;
  gap: .6rem;
  padding: 0;
  border: 0;
}
body.jd-body .jd-hero--film .jd-hero__info span {
  margin: 0;
  color: #796a57 !important;
  font-family: "Manrope", sans-serif;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .13em;
}
body.jd-body .jd-hero--film .jd-hero__info a,
body.jd-body .jd-hero--film .jd-hero__info p {
  margin: 0;
  color: #473a2b !important;
  font-size: .73rem;
  line-height: 1.65;
}
body.jd-body .jd-hero--film .jd-hero-film__frame {
  position: relative;
  width: 100%;
  max-width: 390px;
  justify-self: end;
  margin: 0;
  padding: 9px;
  border: 1px solid #b4a184;
  border-radius: 180px 180px 3px 3px;
  background: #efe5d6;
  box-shadow: 0 20px 45px -30px #695035;
}
body.jd-body .jd-hero--film .jd-hero-film__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 448 / 672;
  border-radius: 170px 170px 0 0;
  background: #0c0b0a;
}
body.jd-body .jd-hero--film .jd-hero-film__clip {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 900px) {
  body.jd-body .jd-hero.jd-hero--film {
    padding: calc(var(--jd-header-h) + 2.5rem) 1.75rem 2.5rem;
  }
  body.jd-body .jd-hero--film .jd-hero-film { gap: 2rem; grid-template-columns: 1.1fr .9fr; }
  body.jd-body .jd-hero--film .jd-hero-film__script { font-size: 5.5rem; }
}
@media (max-width: 640px) {
  body.jd-body .jd-hero.jd-hero--film { padding: calc(var(--jd-header-h) + 2rem) 1.5rem 2rem; }
  body.jd-body .jd-hero--film .jd-hero-film { grid-template-columns: 1fr; gap: 2.25rem; }
  body.jd-body .jd-hero--film .jd-hero-film__bg { inset: 66% 0 0 25%; }
  body.jd-body .jd-hero--film .jd-hero__eyebrow { margin-bottom: 1.25rem; font-size: .6rem; }
  body.jd-body .jd-hero--film .jd-hero-film__script { font-size: clamp(5rem, 22vw, 7rem); }
  body.jd-body .jd-hero--film .jd-hero__lead { margin-top: 1.25rem; font-size: .9rem; }
  body.jd-body .jd-hero--film .jd-hero__actions { margin-top: 1.5rem; }
  body.jd-body .jd-hero--film .jd-hero__info { margin-top: 2rem; }
  body.jd-body .jd-hero--film .jd-hero-film__frame { max-width: 340px; justify-self: center; }
}

body.jd-body .jd-header .jd-nav a,
body.jd-body .jd-logo__text,
body.jd-body .jd-drawer__panel a,
body.jd-body .jd-drawer__head-title {
  color: #2a2926 !important;
}

body.jd-body .jd-header .jd-nav a:hover,
body.jd-body .jd-header .jd-nav a.is-active,
body.jd-body .jd-header .jd-nav a:focus-visible {
  color: #141312 !important;
  background: rgba(197, 173, 126, .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: #2a2926;
}

body.jd-body .jd-footer,
body.jd-body .jd-footer__bottom {
  color: #ece6d8;
  background: #141312;
  border-color: rgba(212, 193, 155, .18);
}

body.jd-body .jd-footer h4,
body.jd-body .jd-footer p,
body.jd-body .jd-footer a,
body.jd-body .jd-footer__brand,
body.jd-body .jd-footer__bottom p,
body.jd-body .jd-footer__bottom a {
  color: #ece6d8 !important;
}

body.jd-body .jd-footer a:hover,
body.jd-body .jd-footer a:focus-visible {
  color: #f3e6c8 !important;
}

body.jd-body .blanc-menu-tab,
body.jd-body .jd-menu-home__filter {
  color: #2a2926;
  background: #f4eee3;
}

body.jd-body .blanc-menu-tab.active,
body.jd-body .jd-menu-home__filter.is-active {
  color: #f7f1e4 !important;
  background: #1a1815 !important;
}

.svc-search {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.svc-search__label {
  color: #3d3b36;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-search input {
  width: 100%;
  max-width: 32rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(42, 41, 38, .28);
  border-radius: 999px;
  background: #fff;
  color: #1c1a16;
  font-size: 1rem;
}

.svc-search input::placeholder {
  color: #6b675f;
}

.svc-search input:focus {
  outline: 2px solid #c5ad7e;
  outline-offset: 2px;
}

.svc-card__price del {
  margin-right: 0.35rem;
  color: #7a756c;
  font-weight: 500;
}

.svc-card__price strong {
  color: #8a6a2a;
}

.jd-spa-dark .jd-btn--light {
  color: #1c1a16 !important;
  background: #f3e6c8 !important;
  border-color: #f3e6c8 !important;
}

.jd-spa-dark {
  position: relative;
  overflow: hidden;
  color: #f4eee3;
  background: #12110f;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.jd-spa-dark__layout {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.jd-spa-dark__head .jd-display {
  max-width: 12ch;
  color: #f7f1e4;
  line-height: 1.08;
  padding-bottom: 0.12em;
}

.jd-spa-dark__head em {
  color: #e4c98a;
}

.jd-spa-dark__head p {
  max-width: 58ch;
  margin-top: 1rem;
  color: #d8d0c3;
  line-height: 1.7;
}

.jd-spa-dark__card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(228, 201, 138, .18);
  background: #1a1815;
}

.jd-spa-dark__card--flip {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.jd-spa-dark__card--flip figure {
  order: 2;
}

.jd-spa-dark__card figure {
  margin: 0;
  overflow: hidden;
  min-height: 22rem;
}

.jd-spa-dark__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jd-spa-dark__card h3 {
  margin: 0 0 0.75rem;
  color: #f7f1e4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
}

.jd-spa-dark__card p,
.jd-spa-dark__card li {
  color: #d8d0c3;
  line-height: 1.7;
}

.jd-spa-dark__card ul {
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.jd-spa-dark__card li + li {
  margin-top: 0.35rem;
}

@media (max-width: 900px) {
  #gallery .jd-gallery-tile--8 {
    grid-column: 1 / -1 !important;
    aspect-ratio: 2.1 / 1 !important;
  }

  .jd-spa-dark__card,
  .jd-spa-dark__card--flip {
    grid-template-columns: 1fr;
  }

  .jd-spa-dark__card--flip figure {
    order: 0;
  }

  .jd-spa-dark__card figure {
    min-height: 16rem;
  }

  .jd-spa-dark {
    padding-inline: 1rem;
  }
}

@media (min-width: 901px) {
  #gallery .jd-gallery-tile--7 {
    grid-column: 1 / span 6;
    grid-row: 7 / span 3;
    min-height: 220px;
  }

  #gallery .jd-gallery-tile--8,
  #gallery .jd-gallery-tile.is-wide {
    grid-column: 7 / span 6;
    grid-row: 7 / span 3;
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.jd-body .jd-hero--film .jd-hero-film__clip {
    display: none;
  }

  body.jd-body .jd-hero--film .jd-hero-film__stage {
    aspect-ratio: 448 / 672;
    background: #0c0b0a url("../photos/sarah/hero-poster.jpg") center / contain no-repeat;
  }
}

/* Horizontal mobile brand lockup. */
@media (max-width: 900px) {
  body.jd-body .jd-header__bar,
  body.jd-body .jd-header.is-scrolled .jd-header__bar {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: .75rem;
  }
  body.jd-body .jd-header .jd-logo {
    grid-column: 1;
    justify-self: start;
    display: flex;
    align-items: center;
    gap: .65rem;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    flex: initial;
    text-decoration: none;
  }
  body.jd-body .jd-header .jd-logo img {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    flex: 0 0 52px;
  }
  body.jd-body .jd-header .jd-logo__text {
    position: static;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.2rem, 5.5vw, 1.65rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.025em;
    text-transform: none;
    color: #775c37 !important;
  }
  body.jd-body .jd-header__cta { grid-column: 2; }
}
