
/* Block 1 */
.hero-banner {
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(18, 10, 14, 0.88) 0%, rgba(18, 10, 14, 0.55) 55%, rgba(18, 10, 14, 0.35) 100%),
    url("images/studio-interior.jpg") center / cover no-repeat;
  color: #fff;
  padding: 120px 0;
}

.hero-content {
  max-width: 720px;
}

.hero-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e8b4c0;
  border: 1px solid rgba(232, 180, 192, 0.45);
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}

.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(100deg, #ffffff 40%, #f3ccd6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 36px;
  max-width: 560px;
}

.hero-cta {
  padding: 14px 36px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(232, 180, 192, 0.35);
}

.hero-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stats span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f3ccd6;
}

.hero-stats li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 576px) {
  .hero-banner {
    padding: 80px 0;
    text-align: center;
  }
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-stats {
    justify-content: center;
    gap: 24px;
  }
}

/* Block 2 */
.signature-treatments {
  background: linear-gradient(180deg, #fdfaf7 0%, #f6efe9 100%);
  padding: 96px 0;
}
.st-header {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}
.st-eyebrow {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b08968;
  margin-bottom: 12px;
}
.st-title {
  font-weight: 700;
  color: #2e2a26;
  margin-bottom: 16px;
}
.st-subtitle {
  color: #6f6862;
  line-height: 1.7;
}
.st-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(46, 42, 38, .08);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}
.st-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(46, 42, 38, .14);
}
.st-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.st-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.st-tag {
  align-self: flex-start;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b08968;
  background: #f6efe9;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.st-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2e2a26;
  margin-bottom: 10px;
}
.st-desc {
  color: #6f6862;
  font-size: .95rem;
  line-height: 1.65;
  flex: 1;
}
.st-meta {
  display: flex;
  gap: 20px;
  color: #8a817a;
  font-size: .88rem;
  margin: 18px 0 14px;
  padding-top: 14px;
  border-top: 1px solid #f0e7de;
}
.st-meta i {
  color: #b08968;
}
.st-link {
  color: #2e2a26;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  transition: color .25s ease;
}
.st-link:hover {
  color: #b08968;
}
.st-link i {
  font-size: .8rem;
  margin-left: 4px;
}
.st-card-consult {
  background: #2e2a26;
  box-shadow: none;
}
.st-consult-inner {
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.st-consult-icon {
  font-size: 2.2rem;
  color: #d8b79a;
  margin-bottom: 16px;
}
.st-card-consult .st-name {
  color: #fdfaf7;
}
.st-card-consult .st-desc {
  color: #c9c0b8;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .signature-treatments {
    padding: 64px 0;
  }
  .st-header {
    margin-bottom: 36px;
  }
}

/* Block 3 */
.ritual-story {
      background: linear-gradient(180deg, #fdf8f5 0%, #f7efe9 100%);
      padding: 5rem 0;
    }
    .rs-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 3rem;
    }
    .rs-visual {
      flex: 1 1 340px;
      min-width: 280px;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .rs-img-main {
      width: 70%;
      border-radius: 1.5rem 1.5rem 1.5rem 0;
      object-fit: cover;
      aspect-ratio: 4 / 5;
      box-shadow: 0 20px 45px rgba(120, 90, 70, 0.18);
    }
    .rs-img-small {
      width: 26%;
      align-self: flex-end;
      border-radius: 1rem 1rem 0 1rem;
      object-fit: cover;
      aspect-ratio: 3 / 4;
      border: 4px solid #ffffff;
      box-shadow: 0 12px 30px rgba(120, 90, 70, 0.15);
    }
    .rs-copy {
      flex: 1 1 380px;
      min-width: 280px;
    }
    .rs-eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 0.8rem;
      color: #b3876a;
      font-weight: 600;
    }
    .rs-title {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 600;
      color: #3c2f28;
      margin: 0.75rem 0 1rem;
      line-height: 1.25;
    }
    .rs-text {
      color: #6b5d54;
      line-height: 1.7;
      margin-bottom: 1.75rem;
    }
    .rs-points {
      list-style: none;
      padding: 0;
      margin: 0 0 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }
    .rs-points li {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    }
    .rs-points i {
      flex: 0 0 auto;
      width: 2.75rem;
      height: 2.75rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #ffffff;
      color: #b3876a;
      font-size: 1.2rem;
      box-shadow: 0 6px 18px rgba(120, 90, 70, 0.12);
    }
    .rs-points strong {
      display: block;
      color: #3c2f28;
      font-weight: 600;
      margin-bottom: 0.15rem;
    }
    .rs-points span {
      color: #6b5d54;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .rs-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.5rem;
    }
    .rs-link-ghost {
      color: #3c2f28;
      text-decoration: none;
      font-weight: 500;
      border-bottom: 1px solid #b3876a;
      padding-bottom: 0.15rem;
    }
    .rs-link-ghost:hover {
      color: #b3876a;
    }

/* Block 4 */
.contact-section { padding: 96px 0; background: linear-gradient(180deg, #fdf9f6 0%, #f7efe9 100%); }
    .contact-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
    .cs-eyebrow { font-size: .85rem; letter-spacing: .18em; text-transform: uppercase; color: #b98a6a; font-weight: 600; margin-bottom: 12px; }
    .cs-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; color: #2f2a26; margin-bottom: 16px; }
    .cs-text { color: #6f675f; line-height: 1.7; }
    .contact-grid { display: flex; flex-wrap: wrap; gap: 48px; align-items: stretch; }
    .contact-aside { flex: 1 1 300px; min-width: 260px; }
    .cs-img { width: 100%; height: 340px; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 45px rgba(47, 42, 38, .12); margin-bottom: 28px; }
    .cs-highlights { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
    .cs-highlights li { display: flex; align-items: center; gap: 12px; color: #2f2a26; font-weight: 500; }
    .cs-highlights i { color: #b98a6a; font-size: 1.2rem; }
    .contact-form { flex: 1 1 420px; min-width: 280px; display: grid; gap: 20px; align-content: start; background: #ffffff; border-radius: 24px; padding: 36px; box-shadow: 0 16px 40px rgba(47, 42, 38, .08); }
    .cs-field { display: flex; flex-direction: column; gap: 8px; }
    .cs-label { font-size: .85rem; font-weight: 600; color: #2f2a26; letter-spacing: .04em; }
    .cs-input { border: 1px solid #e6dcd3; border-radius: 14px; padding: 13px 16px; font-size: 1rem; color: #2f2a26; background: #fdfaf7; transition: border-color .25s ease, box-shadow .25s ease; }
    .cs-input:focus { outline: none; border-color: #b98a6a; box-shadow: 0 0 0 4px rgba(185, 138, 106, .15); }
    .cs-textarea { resize: vertical; min-height: 130px; }
    .cs-submit { justify-self: start; padding: 13px 40px; border-radius: 999px; }
    @media (max-width: 767px) {
      .contact-section { padding: 64px 0; }
      .contact-form { padding: 24px; }
      .cs-img { height: 240px; }
    }
  



/* Global layout and shared components */
:root {
  --ink: #2f2a26;
  --muted: #716861;
  --paper: #fffdfb;
  --soft: #f7efe9;
  --brand: #b7896c;
  --brand-dark: #8f674f;
  --line: #eadfd7;
  --footer: #29231f;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  min-height: 76px;
  background: rgba(255, 253, 251, .94);
  border-bottom: 1px solid rgba(234, 223, 215, .9);
  backdrop-filter: blur(14px);
  box-shadow: 0 5px 24px rgba(47, 42, 38, .05);
}
.site-logo, .footer-logo {
  width: 150px;
  height: 48px;
  object-fit: contain;
}
.site-header .nav-link {
  position: relative;
  color: var(--ink);
  font-weight: 500;
  padding: .65rem .78rem !important;
  transition: color .2s ease;
}
.site-header .nav-link:hover,
.site-header .nav-link:focus { color: var(--brand-dark); }
.site-header .nav-link::after {
  content: "";
  position: absolute;
  left: .78rem;
  right: .78rem;
  bottom: .35rem;
  height: 1px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-header .nav-link:hover::after,
.site-header .nav-link:focus::after { transform: scaleX(1); }
.navbar-toggler { border-color: var(--line); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(183, 137, 108, .18); }

.btn-brand {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  padding: .68rem 1.35rem;
  font-weight: 600;
  box-shadow: 0 7px 18px rgba(183, 137, 108, .18);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn-brand:hover, .btn-brand:focus {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(143, 103, 79, .23);
}

main { min-height: 50vh; }
section { position: relative; }

.site-footer {
  padding: 64px 0 22px;
  background: var(--footer);
  color: rgba(255,255,255,.72);
}
.site-footer h5, .site-footer h6, .brand-name-footer { color: #fff; }
.brand-name-footer { font-weight: 700; letter-spacing: .04em; }
.site-footer p { line-height: 1.7; }
.footer-nav, .footer-contact, .footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li, .footer-contact li { margin-bottom: .7rem; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s ease; }
.site-footer a:hover, .site-footer a:focus { color: #f0cdbc; }
.footer-contact i { color: #d9aa90; margin-right: .45rem; }
.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .9rem;
}
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

.cookie-banner {
  position: fixed;
  z-index: 1080;
  left: 50%;
  bottom: 18px;
  width: min(940px, calc(100% - 28px));
  transform: translateX(-50%);
  background: rgba(255,255,255,.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(47,42,38,.18);
  transition: opacity .35s ease, transform .35s ease;
}
.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
}
.cookie-text { display: flex; align-items: center; gap: 14px; }
.cookie-text p { margin: 0; color: var(--muted); line-height: 1.5; }
.cookie-icon { font-size: 1.55rem; color: var(--brand); flex: 0 0 auto; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.cookie-more { border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.cookie-more:hover { background: var(--soft); }
.cookie-hide { opacity: 0; transform: translate(-50%, 18px); pointer-events: none; }

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: .94rem;
  line-height: 1.45;
}
.form-status.success { background: #edf7f1; color: #285a3b; border: 1px solid #cfe8d8; }
.form-status.error { background: #fff1f0; color: #8b3430; border: 1px solid #f0d0cd; }
.contact-form button[disabled] { opacity: .7; cursor: wait; }

@media (max-width: 991.98px) {
  .site-header .navbar-collapse { padding: 14px 0 18px; }
  .site-header .navbar-nav { align-items: stretch !important; }
  .site-header .nav-item.ms-lg-3 { margin-top: 8px; }
  .site-header .btn-brand { width: 100%; }
  .site-header .nav-link::after { display: none; }
}

@media (max-width: 767.98px) {
  .hero-banner { min-height: auto; padding: 72px 0; }
  .hero-title { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .hero-stats { gap: 18px; }
  .hero-stats li { flex: 1 1 110px; }
  .rs-grid, .contact-grid { gap: 30px; }
  .rs-visual { min-width: 0; }
  .rs-img-main { width: 68%; }
  .rs-img-small { width: 27%; }
  .contact-form { min-width: 0; width: 100%; }
  .cookie-inner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
  .site-logo { width: 128px; height: 42px; }
  .hero-banner { padding: 58px 0; }
  .hero-eyebrow { font-size: .7rem; padding: 7px 14px; }
  .hero-text { font-size: 1rem; }
  .hero-cta { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-stats span { justify-content: center; font-size: 1.25rem; }
  .signature-treatments, .contact-section { padding: 56px 0; }
  .st-img { height: 200px; }
  .contact-form { padding: 20px; border-radius: 18px; }
  .cookie-banner { bottom: 10px; width: calc(100% - 20px); }
  .cookie-text { align-items: flex-start; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
