/* Head Spa LP — ivory, beige, brown, relaxed luxury */

.hs-page {
  --hs-ivory: #faf8f4;
  --hs-beige: #f0e8dc;
  --hs-sand: #e8ddd0;
  --hs-brown: #6f5f50;
  --hs-accent: #8b7355;
  --hs-muted: #8a7d70;
}

/* ----- Hero ----- */
.hs-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 5.75rem var(--space-inner) clamp(2rem, 6vw, 3rem);
  background: var(--hs-ivory);
  overflow: hidden;
}

.hs-hero__visual {
  margin: 0;
  order: -1;
}

.hs-hero__frame {
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: min(52svh, 28rem);
  margin-inline: auto;
  width: 100%;
  max-width: 40rem;
  border-radius: var(--radius-soft);
  overflow: hidden;
  border: 1px solid rgba(139, 115, 85, 0.16);
  background: linear-gradient(145deg, var(--hs-beige) 0%, var(--hs-sand) 100%);
}

.hs-hero__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--hs-muted);
}

.hs-hero__placeholder span {
  font-family: var(--font-en);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hs-accent);
}

.hs-hero__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hs-hero__content {
  max-width: 26rem;
  margin-inline: auto;
  width: 100%;
}

.hs-hero__panel {
  padding: clamp(1.4rem, 4vw, 1.75rem);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(139, 115, 85, 0.14);
  border-radius: var(--radius-soft);
  box-shadow: 0 6px 32px rgba(111, 95, 80, 0.05);
}

.hs-hero__label {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hs-accent);
}

.hs-hero__title {
  margin: 0.85rem 0 0;
  font-size: clamp(1.05rem, 4.5vw, 1.45rem);
  font-weight: 500;
  line-height: var(--leading-tight);
  letter-spacing: 0.1em;
  color: var(--hs-brown);
}

.hs-hero__text {
  margin: 1.1rem 0 0;
  font-size: 0.84rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.hs-hero__actions {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.65rem;
}

/* ----- Concerns ----- */
.hs-concerns {
  background: var(--white);
}

.hs-concerns__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
  margin-inline: auto;
}

.hs-concerns__list li {
  padding: 1rem 1.1rem;
  background: var(--hs-ivory);
  border: 1px solid rgba(139, 115, 85, 0.14);
  border-radius: var(--radius-soft);
  font-size: 0.86rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--text);
}

.hs-concerns__list li::before {
  content: "—";
  margin-right: 0.5rem;
  color: var(--hs-accent);
}

.hs-concerns__close {
  margin: 1.75rem auto 0;
  max-width: 26rem;
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--hs-brown);
}

/* ----- About / Value ----- */
.hs-about {
  background: var(--hs-ivory);
}

.hs-about__visual {
  margin: 0 0 1.75rem;
  max-width: 22rem;
  margin-inline: auto;
}

/* ----- Hexagfactor ----- */
.hs-hexag {
  background: var(--white);
}

.hs-hexag__layout {
  display: grid;
  gap: 1.75rem;
  max-width: 28rem;
  margin-inline: auto;
}

.hs-hexag__media {
  margin: 0;
}

.hs-hexag__recommend {
  margin: 1.5rem 0 0;
  padding: 1.25rem 1.15rem;
  background: var(--hs-ivory);
  border: 1px solid rgba(139, 115, 85, 0.14);
  border-radius: var(--radius-soft);
}

.hs-hexag__recommend-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--hs-brown);
}

.hs-hexag__recommend ul {
  margin: 0.85rem 0 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.82rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.hs-hexag__note {
  margin: 1.25rem 0 0;
  padding: 1rem 1.05rem;
  background: rgba(240, 232, 220, 0.55);
  border-radius: var(--radius-soft);
  font-size: 0.74rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--hs-muted);
}

/* ----- Media placeholders ----- */
.hs-media__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-soft);
  overflow: hidden;
  border: 1px solid rgba(139, 115, 85, 0.14);
  background: linear-gradient(160deg, var(--hs-beige) 0%, var(--hs-sand) 100%);
}

.hs-media__frame--portrait {
  aspect-ratio: 3 / 4;
  max-width: 16rem;
  margin-inline: auto;
}

.hs-media__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.45rem;
  padding: 1.25rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--hs-muted);
}

.hs-media__placeholder span {
  font-family: var(--font-en);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hs-accent);
}

.hs-media__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- Flow ----- */
.hs-flow {
  background: var(--hs-ivory);
}

.hs-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  max-width: 28rem;
  margin-inline: auto;
}

.hs-steps__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 1.25rem 1.15rem;
  background: var(--white);
  border: 1px solid rgba(139, 115, 85, 0.12);
  border-radius: var(--radius-soft);
}

.hs-steps__num {
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  font-family: var(--font-en);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--hs-accent);
  border: 1px solid rgba(139, 115, 85, 0.22);
  border-radius: 50%;
  flex-shrink: 0;
}

.hs-steps__title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--hs-brown);
}

.hs-steps__text {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.hs-video {
  margin-top: 2rem;
  max-width: 28rem;
  margin-inline: auto;
}

.hs-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-soft);
  overflow: hidden;
  border: 1px solid rgba(139, 115, 85, 0.14);
  background: linear-gradient(160deg, var(--hs-beige) 0%, #ddd2c4 100%);
}

.hs-video__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.55rem;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: var(--hs-muted);
}

.hs-video__placeholder::before {
  content: "▶";
  font-size: 1.5rem;
  line-height: 1;
  color: var(--hs-accent);
  opacity: 0.55;
}

.hs-video__placeholder span {
  font-family: var(--font-en);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hs-video video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.hs-video__caption {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--hs-muted);
}

/* ----- Price table ----- */
.hs-price {
  background: var(--white);
}

.hs-price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-inline: calc(var(--space-inner) * -0.25);
  padding-inline: calc(var(--space-inner) * 0.25);
}

.hs-price-table {
  width: 100%;
  min-width: 18rem;
  max-width: 32rem;
  margin-inline: auto;
  border-collapse: collapse;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.hs-price-table caption {
  margin-bottom: 0.85rem;
  font-family: var(--font-en);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hs-accent);
  text-align: center;
}

.hs-price-table th,
.hs-price-table td {
  padding: 0.9rem 0.75rem;
  border: 1px solid rgba(139, 115, 85, 0.16);
  vertical-align: top;
  line-height: 1.75;
}

.hs-price-table thead th {
  background: var(--hs-beige);
  font-weight: 500;
  color: var(--hs-brown);
  text-align: center;
  white-space: nowrap;
}

.hs-price-table tbody th {
  background: var(--hs-ivory);
  font-weight: 500;
  color: var(--hs-brown);
  text-align: left;
  white-space: nowrap;
}

.hs-price-table td {
  color: var(--muted);
  background: var(--white);
}

.hs-price-table__amount {
  font-family: var(--font-en);
  color: var(--hs-brown);
  white-space: nowrap;
}

.hs-price__note {
  margin: 1.5rem auto 0;
  max-width: 26rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: var(--muted);
}

/* ----- CTA ----- */
.hs-cta {
  background: linear-gradient(180deg, var(--hs-ivory) 0%, var(--hs-beige) 100%);
}

.hs-cta__message {
  margin: -0.75rem auto 1.75rem;
  max-width: 26rem;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* ----- Desktop ----- */
@media (min-width: 768px) {
  .hs-hero {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 4vw, 3.5rem);
    min-height: 88svh;
    padding-top: 6.5rem;
  }

  .hs-hero__visual {
    order: 1;
    flex: 1 1 50%;
    max-width: 36rem;
  }

  .hs-hero__frame {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .hs-hero__content {
    flex: 0 1 22rem;
    margin-inline: 0;
  }

  .hs-concerns__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }

  .hs-hexag__layout {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
    max-width: none;
    gap: 2rem;
  }

  .hs-hexag__media {
    position: sticky;
    top: 6rem;
  }

  .hs-about__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5rem;
    align-items: center;
    max-width: none;
  }

  .hs-about__visual {
    margin: 0;
    max-width: none;
  }

  .hs-about__body {
    max-width: 28rem;
  }

  .hs-price-table-wrap {
    margin-inline: 0;
    padding-inline: 0;
  }
}
