.parallaxbase {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/guasha_facial_stone.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.contact-home-hotspot-desktop {
  top: 6.3%;
  left: 7.2%;
  width: 16.2%;
  height: 10.8%;
}

.contact-home-hotspot-mobile {
  top: 4.9%;
  left: 5.7%;
  width: 35%;
  height: 8.3%;
}

.map-hotspot {
  left: 14.8%;
  top: 58.9%;
  width: 25.2%;
  height: 20.7%;
}

.map-hotspot-mobile {
  left: 22.3%;
  top: 48.2%;
  width: 59.8%;
  height: 11%;
}

.contact-desktop-hotspot {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 13%;
  height: 8%;
  z-index: 1000;
  display: block;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.contact-mobile-hotspot {
  position: absolute;
  z-index: 100;
  top: 10%;
  right: 1.5%;
  width: 18%;
  height: 5%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

/* ---------------------------------------------------------
   Kim Beauty Spa launch navigation hotspots
   --------------------------------------------------------- */

.hero-wrap > a {
  position: absolute;
  z-index: 1000;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.facial-desktop-hotspot {
  top: 4.2%;
  left: 45.8%;
  width: 9%;
  height: 7%;
}

.headspa-desktop-hotspot {
  top: 4.2%;
  left: 56.8%;
  width: 11.5%;
  height: 7%;
}

/* Existing Contact position retained */

.contact-desktop-hotspot {
  top: 2.5%;
  right: 1.5%;
  width: 13%;
  height: 8%;
}

.facial-mobile-hotspot {
  top: 8.8%;
  left: 4%;
  width: 19%;
  height: 4.3%;
}

.headspa-mobile-hotspot {
  top: 8.8%;
  left: 27%;
  width: 21%;
  height: 4.3%;
}

/* Tuned from the current mobile artwork */

.contact-mobile-hotspot {
  top: 8.8%;
  right: 1.5%;
  width: 19%;
  height: 4.3%;
}

/* Optional extra mobile tap targets over the large service cards */

.headspa-mobile-card-hotspot {
  top: 35.3%;
  left: 3%;
  width: 94%;
  height: 21%;
}

.facial-mobile-card-hotspot {
  top: 57.2%;
  left: 3%;
  width: 94%;
  height: 18.5%;
}

/* ---------------------------------------------------------
   Shared Facial / Head Spa page styling
   --------------------------------------------------------- */

:root {
  --kbs-navy: #06141f;
  --kbs-navy-2: #0a1c29;
  --kbs-navy-3: #102635;
  --kbs-gold: #c5953d;
  --kbs-gold-soft: #d8b36b;
  --kbs-blue: #63b7d8;
  --kbs-cream: #f5f1e9;
  --kbs-muted: #bcc8ce;
}

.kbs-service-page {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 78% 8%, rgba(99,183,216,.08), transparent 25rem), linear-gradient(180deg, #05121c 0%, #071722 42%, #06131d 100%);
  color: var(--kbs-cream);
  font-family: Montserrat, Arial, sans-serif;
}

.kbs-header {
  border-bottom: 1px solid rgba(197,149,61,.72);
  background: rgba(4,15,24,.96);
}

.kbs-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 112px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.kbs-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--kbs-cream);
  text-decoration: none !important;
}

.kbs-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.kbs-brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: .9;
  letter-spacing: .24em;
  white-space: nowrap;
}

.kbs-brand-name small {
  display: block;
  margin-top: 8px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--kbs-muted);
}

.kbs-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.kbs-nav a {
  color: var(--kbs-cream);
  font-size: 13px;
  letter-spacing: .11em;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 0 9px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.kbs-nav a:hover, .kbs-nav a:focus, .kbs-nav a.active {
  color: var(--kbs-gold-soft);
  border-color: var(--kbs-gold);
}

.kbs-hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 28px 36px;
  text-align: center;
}

.kbs-kicker {
  color: var(--kbs-gold);
  font-size: 12px;
  letter-spacing: .32em;
  margin-bottom: 10px;
}

.kbs-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 7vw, 74px);
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1;
}

.kbs-lotus-rule {
  width: min(460px, 80%);
  margin: 22px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--kbs-gold), transparent);
  position: relative;
}

.kbs-lotus-rule::after {
  content: "✦";
  color: var(--kbs-gold);
  background: var(--kbs-navy);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 0 13px;
  font-size: 18px;
}

.kbs-intro {
  max-width: 830px;
  margin: 0 auto;
  color: var(--kbs-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.55;
}

.kbs-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 28px 76px;
}

.kbs-note {
  max-width: 930px;
  margin: 10px auto 42px;
  padding: 20px 24px;
  text-align: center;
  background: rgba(13,34,49,.78);
  border: 1px solid rgba(197,149,61,.58);
  border-radius: 14px;
  color: var(--kbs-muted);
  line-height: 1.6;
}

.kbs-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--kbs-gold-soft);
  letter-spacing: .16em;
  font-size: 12px;
}

.kbs-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kbs-service-card {
  border: 1px solid rgba(197,149,61,.38);
  border-radius: 14px;
  padding: 24px 25px 22px;
  background: linear-gradient(145deg, rgba(13,34,49,.85), rgba(6,20,31,.88));
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.kbs-service-card h2 {
  margin: 0 0 4px;
  color: var(--kbs-blue);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}

.kbs-meta {
  color: var(--kbs-gold-soft);
  font-size: 12px;
  letter-spacing: .13em;
  margin-bottom: 12px;
}

.kbs-service-card p, .kbs-single-service p {
  color: #e5e7e6;
  font-size: 14px;
  line-height: 1.72;
  margin: 0;
}

.kbs-single-service {
  max-width: 930px;
  margin: 0 auto;
}

.kbs-primary-service {
  text-align: center;
  padding: 30px 28px;
  margin-bottom: 28px;
  background: rgba(13,34,49,.7);
  border: 1px solid rgba(197,149,61,.6);
  border-radius: 16px;
}

.kbs-primary-service h2 {
  color: var(--kbs-blue);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 5vw, 45px);
  margin: 0 0 6px;
}

.kbs-primary-service .kbs-meta {
  font-size: 14px;
  margin-bottom: 14px;
}

.kbs-includes-title {
  text-align: center;
  color: var(--kbs-gold-soft);
  font-size: 13px;
  letter-spacing: .22em;
  margin: 32px 0 18px;
}

.kbs-experience-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(197,149,61,.35);
}

.kbs-experience {
  padding: 21px 4px 20px;
  border-bottom: 1px solid rgba(197,149,61,.27);
}

.kbs-experience h3 {
  margin: 0 0 7px;
  color: var(--kbs-gold-soft);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
}

.kbs-headspa-quote {
  max-width: 760px;
  margin: 0 auto 10px;
  color: var(--kbs-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
}

.kbs-closing {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(197,149,61,.58);
  background: rgba(13,34,49,.72);
  border-radius: 14px;
  text-align: center;
  color: var(--kbs-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
}

.kbs-footer {
  border-top: 1px solid rgba(197,149,61,.5);
  text-align: center;
  padding: 26px 20px 32px;
  color: var(--kbs-muted);
  font-size: 12px;
}

.kbs-footer a {
  color: var(--kbs-blue);
  text-decoration: none;
}

@media (max-width: 820px) {
  .kbs-header-inner {
    min-height: auto;
    padding: 16px 18px;
    display: block;
  }
}

@media (max-width: 820px) {
  .kbs-brand {
    justify-content: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 820px) {
  .kbs-brand-name {
    font-size: 25px;
  }
}

@media (max-width: 820px) {
  .kbs-nav {
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .kbs-nav a {
    font-size: 11px;
  }
}

@media (max-width: 820px) {
  .kbs-hero {
    padding: 52px 19px 27px;
  }
}

@media (max-width: 820px) {
  .kbs-intro {
    font-size: 19px;
  }
}

@media (max-width: 820px) {
  .kbs-content {
    padding: 10px 18px 58px;
  }
}

@media (max-width: 820px) {
  .kbs-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .kbs-service-card {
    padding: 21px 20px;
  }
}

@media (max-width: 520px) {
  .kbs-brand img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 520px) {
  .kbs-brand-name {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .kbs-nav {
    gap: 12px 18px;
  }
}

@media (max-width: 520px) {
  .kbs-nav a {
    letter-spacing: .07em;
  }
}

.contact-artwork-wrap > a {
  position: absolute;
  z-index: 1000;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

@media (max-width: 520px) {
  .kbs-hero h1 {
    font-size: 47px;
  }
}

@media (max-width: 520px) {
  .kbs-service-card h2 {
    font-size: 25px;
  }
}

