:root {
  --milk: #f5f2ec;
  --paper: #fcfbf8;
  --blush: #ebe6e2;
  --rose: #d6bbc3;
  --berry: #8c2f4d;
  --berry-dark: #65223a;
  --plum: #242628;
  --chrome: #c8c2ba;
  --white: #fff;
  --line: rgba(36, 38, 40, .14);
  --text-soft: #6f7072;
  --ink: var(--plum);
  --coral: var(--berry);
  --coral-dark: var(--berry-dark);
  --sage: #eeebe6;
  --sage-dark: #5f6467;
  --shadow: 0 16px 45px rgba(20, 22, 24, .08);
  --font-display: Georgia, "Times New Roman", serif;
  --font-ui: "Segoe UI", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--milk);
  color: var(--plum);
  font-family: var(--font-ui);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

[hidden] { display: none !important; }

a { color: inherit; }
button,
input,
select,
textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }

.shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}

.section-pad { padding: 112px 0; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--plum);
  color: #fff;
}

.skip-link:focus { transform: none; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal.visible { opacity: 1; transform: none; }

.section-kicker,
.eyebrow {
  margin: 0 0 19px;
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-kicker.light { color: var(--rose); }
.eyebrow span { margin-right: 12px; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr);
  align-items: end;
  gap: 55px;
  margin-bottom: 56px;
}

.section-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -36px; }

.section-heading h2,
.story-copy h2,
.place-copy h2,
.schedule-copy h2,
.calculator-copy h2,
.booking-bonus-copy h2,
.faq-title h2,
.service-title h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(47px, 6vw, 82px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

h1 em,
h2 em {
  color: var(--berry);
  font-weight: 400;
}

.section-heading > p:last-child,
.story-copy > p,
.place-copy > p,
.schedule-copy > p,
.calculator-copy > p,
.booking-bonus-copy > p,
.faq-title > p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
}

.section-heading.compact h2 { font-size: clamp(44px, 5.6vw, 72px); }

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .035em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible { outline: 3px solid rgba(183, 45, 93, .28); outline-offset: 3px; }

.button-large { min-height: 56px; padding-inline: 27px; }
.button-berry,
.button-accent { background: var(--berry); color: #fff; box-shadow: 0 11px 28px rgba(183, 45, 93, .19); }
.button-berry:hover,
.button-accent:hover { background: var(--berry-dark); }
.button-cream { border-color: var(--line); background: rgba(255,255,255,.68); color: var(--plum); }
.button-cream:hover { background: #fff; }
.button-dark { background: var(--plum); color: #fff; }

/* Shared navigation */
.site-header {
  position: sticky;
  z-index: 800;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 244, .9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.skd-brand { flex: 0 0 auto; }

.brand-monogram {
  position: relative;
  padding-right: 13px;
  border-right: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: 1;
}

.brand-monogram i {
  position: absolute;
  top: -8px;
  right: 4px;
  color: var(--berry);
  font-family: var(--font-ui);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
}

.brand-word { display: grid; gap: 1px; line-height: 1; }
.brand-word b { color: var(--berry); font-size: 15px; letter-spacing: .17em; }
.brand-word small { color: var(--text-soft); font-family: var(--font-display); font-size: 9px; font-style: italic; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 32px);
  margin-left: auto;
}

.desktop-nav a,
.nav-link {
  position: relative;
  color: var(--plum);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--berry);
  content: "";
  transition: transform .2s ease;
}

.desktop-nav a:hover::after { transform: scaleX(1); }
.booking-nav a span { color: var(--berry); }
.nav-actions { display: flex; align-items: center; gap: 16px; }

.menu-button {
  width: 46px;
  height: 42px;
  display: none;
  place-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-button span { width: 18px; height: 1px; display: block; background: var(--plum); }

.mobile-menu {
  position: fixed;
  z-index: 799;
  inset: 76px 0 0;
  padding: 34px 24px;
  overflow-y: auto;
  background: var(--blush);
}

.mobile-menu a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font: 30px/1.05 var(--font-display);
  text-decoration: none;
}

/* Rental hero */
.skd-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.9) 0 10%, transparent 30%),
    linear-gradient(125deg, #fff8f4 0 48%, #f4cfda 48% 100%);
}

.skd-hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  left: 36%;
  border: 1px solid rgba(183,45,93,.18);
  border-radius: 50%;
  content: "";
}

.skd-hero-grid {
  min-height: 725px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr);
  align-items: center;
  gap: 62px;
  padding-top: 56px;
  padding-bottom: 73px;
}

.skd-hero-copy { position: relative; z-index: 2; }

.skd-hero-copy h1,
.client-hero-copy h1,
.booking-intro h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(62px, 7.5vw, 106px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.skd-hero-copy h1 em,
.client-hero-copy h1 em,
.booking-intro h1 em { display: inline-block; padding-right: .06em; color: var(--berry); }

.hero-lead {
  max-width: 700px;
  margin: 31px 0 0;
  color: #65525b;
  font-size: clamp(16px, 1.6vw, 20px);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }

.hero-footnotes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin-top: 30px;
  color: var(--text-soft);
  font-size: 11px;
  text-transform: uppercase;
}

.hero-footnotes b { color: var(--berry); font-size: 15px; }

.beauty-cover {
  position: relative;
  min-height: 585px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(42,23,32,.18);
  border-radius: 240px 240px 34px 34px;
  background:
    radial-gradient(circle at 68% 28%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(145deg, #b72d5d 0 32%, #ed9eb5 32% 62%, #f9e5ea 62%);
  box-shadow: 22px 26px 0 rgba(125,23,61,.11);
}

.beauty-cover::after {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -70px;
  bottom: -50px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  content: "";
}

.cover-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}

.cover-star {
  position: absolute;
  top: 62px;
  right: 34px;
  color: rgba(255,255,255,.9);
  font-size: 72px;
  line-height: 1;
  animation: starPulse 4s ease-in-out infinite;
}

@keyframes starPulse {
  50% { transform: rotate(18deg) scale(1.08); }
}

.cover-copy {
  position: relative;
  z-index: 3;
  display: grid;
  margin-top: 115px;
  color: #fff;
}

.cover-copy small { font-size: 10px; font-weight: 900; letter-spacing: .26em; }
.cover-copy strong { font: 700 clamp(74px, 8vw, 116px)/.84 var(--font-display); letter-spacing: -.08em; }
.cover-copy em { margin: 13px 0 0 8px; font: italic 20px var(--font-display); }

.nail-fan {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 125px;
  width: 235px;
  height: 165px;
}

.nail-fan i {
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 145px;
  transform-origin: bottom center;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 28px 28px 18px 18px;
  box-shadow: inset 11px 9px 18px rgba(255,255,255,.33);
}

.nail-fan i:nth-child(1) { left: 0; transform: rotate(-29deg); background: #7d173d; }
.nail-fan i:nth-child(2) { left: 45px; transform: rotate(-13deg); background: #f6dce4; }
.nail-fan i:nth-child(3) { left: 94px; background: #e94376; }
.nail-fan i:nth-child(4) { left: 143px; transform: rotate(13deg); background: #fff6ee; }
.nail-fan i:nth-child(5) { left: 188px; transform: rotate(29deg); background: #c4c4cc; }

.member-card {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 16px;
  background: rgba(42,23,32,.86);
  color: #fff;
  backdrop-filter: blur(12px);
}

.member-card span,
.member-card small { font-size: 8px; letter-spacing: .14em; }
.member-card b { grid-column: 1 / -1; font-size: 11px; letter-spacing: .08em; }
.member-card small { grid-column: 2; grid-row: 1; }

.star-ribbon {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.25);
  background: var(--plum);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  white-space: nowrap;
}

.star-ribbon i { color: var(--rose); font-size: 17px; font-style: normal; }

/* Story */
.brand-story { background: var(--paper); }

.brand-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: 80px;
}

.story-stamp {
  position: relative;
  min-height: 410px;
  display: grid;
  place-content: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 50% 50% 18px 18px;
  background: var(--blush);
  text-align: center;
}

.story-stamp::before,
.story-stamp::after {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 1px solid var(--berry);
  border-radius: 50%;
  content: "";
}

.story-stamp::before { top: 22px; left: 22px; }
.story-stamp::after { right: 22px; bottom: 22px; }
.story-stamp > span { color: var(--berry); font: 700 85px/.9 var(--font-display); letter-spacing: -.09em; }
.story-stamp b { margin-top: 20px; font-size: 12px; letter-spacing: .16em; line-height: 1.6; }
.story-stamp i { margin-top: 20px; color: var(--berry); font-size: 27px; font-style: normal; }

.story-copy h2 { max-width: 850px; font-size: clamp(42px, 5.4vw, 75px); }
.story-copy > p:not(.section-kicker) { max-width: 740px; margin-top: 30px; }
.story-copy > strong { display: block; margin-top: 27px; color: var(--berry); font: italic 25px var(--font-display); }

/* Format and promises */
.format-section { background: var(--milk); }

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.promise-card {
  position: relative;
  min-height: 350px;
  padding: 32px;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.promise-card:last-child { border-right: 0; }
.promise-card > span { color: var(--text-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.promise-card > i { position: absolute; top: 25px; right: 27px; color: var(--berry); font-size: 30px; font-style: normal; }
.promise-card h3 { margin: 125px 0 14px; font: 400 clamp(34px, 3.6vw, 50px)/1 var(--font-display); }
.promise-card p { margin: 0; color: var(--text-soft); font-size: 13px; }
.promise-card-pink { background: var(--blush); }
.promise-card-dark { background: var(--plum); color: #fff; }
.promise-card-dark p,
.promise-card-dark > span { color: rgba(255,255,255,.62); }
.promise-card-dark > i { color: var(--rose); }

/* Place */
.place-section { overflow: hidden; background: var(--blush); }

.place-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, .86fr);
  gap: 80px;
  align-items: center;
}

.place-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(42,23,32,.24);
  border-radius: 250px 250px 28px 28px;
  background:
    radial-gradient(circle at 50% 10%, #fff 0 4%, transparent 32%),
    linear-gradient(#fdf3f5 0 57%, #c9c8ce 57% 58%, #9e7b85 58%);
  box-shadow: 22px 26px 0 rgba(183,45,93,.1);
}

.place-label {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
}

.place-label span { font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.place-label b { color: var(--berry); font: 65px/.8 var(--font-display); }

.desk-scene { position: absolute; inset: 95px 0 0; }

.desk-lamp { position: absolute; z-index: 2; width: 170px; height: 275px; top: 40px; right: 90px; }
.desk-lamp i { position: absolute; width: 7px; height: 210px; top: 45px; left: 82px; transform: rotate(-13deg); border-radius: 5px; background: #adadb6; }
.desk-lamp b { position: absolute; width: 125px; height: 60px; top: 17px; left: 17px; transform: rotate(-13deg); border-radius: 60px 60px 15px 15px; background: linear-gradient(145deg, #fefefe, #a7a7b0); box-shadow: 0 18px 30px rgba(42,23,32,.15); }

.polish-row { position: absolute; z-index: 3; top: 265px; left: 70px; display: flex; align-items: end; gap: 13px; }
.polish-row i { width: 35px; height: 52px; display: block; border-radius: 5px 5px 11px 11px; background: var(--berry); box-shadow: inset 6px 7px 9px rgba(255,255,255,.26); }
.polish-row i::before { width: 18px; height: 18px; display: block; margin: -17px auto 0; border-radius: 3px 3px 0 0; background: var(--plum); content: ""; }
.polish-row i:nth-child(2) { height: 62px; background: #e987a7; }
.polish-row i:nth-child(3) { background: #faf2eb; }
.polish-row i:nth-child(4) { height: 67px; background: #6d1837; }
.polish-row i:nth-child(5) { background: #c3c3ca; }

.desk-top { position: absolute; z-index: 2; height: 36px; top: 317px; right: 44px; left: 44px; border-radius: 20px 20px 5px 5px; background: #fff; box-shadow: 0 16px 40px rgba(42,23,32,.16); }
.desk-drawer { position: absolute; z-index: 1; top: 348px; right: 79px; left: 79px; height: 145px; display: flex; justify-content: space-between; padding: 33px; border-radius: 5px 5px 20px 20px; background: #f0ecec; color: var(--text-soft); font-size: 9px; letter-spacing: .15em; }
.desk-drawer::before,
.desk-drawer::after { position: absolute; width: 12px; height: 150px; top: 110px; background: #aa9a9f; content: ""; }
.desk-drawer::before { left: 35px; }
.desk-drawer::after { right: 35px; }

.place-price {
  position: absolute;
  z-index: 4;
  right: 25px;
  bottom: 24px;
  left: 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 20px;
  border-radius: 15px;
  background: var(--plum);
  color: #fff;
}

.place-price small { font-size: 9px; letter-spacing: .14em; }
.place-price strong { grid-column: 1; margin-top: 5px; font: 32px var(--font-display); }
.place-price span { grid-column: 2; grid-row: 2; color: rgba(255,255,255,.6); font-size: 10px; }

.included-list { display: grid; gap: 0; margin: 33px 0 25px; padding: 0; list-style: none; }
.included-list li { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(42,23,32,.13); }
.included-list li span { color: var(--berry); font-size: 10px; }
.included-list li b { font-size: 13px; }
.honest-note { padding-left: 17px; border-left: 2px solid var(--berry); font-size: 11px !important; }

/* Schedule */
.schedule-section { background: var(--plum); color: #fff; }

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: 75px;
}

.schedule-copy h2 { font-size: clamp(47px, 5.6vw, 78px); }
.schedule-copy h2 em { color: var(--rose); }
.schedule-copy > p:not(.section-kicker) { margin-top: 28px; color: rgba(255,255,255,.66); }
.schedule-points { display: grid; gap: 12px; margin-top: 28px; color: rgba(255,255,255,.78); font-size: 13px; }
.schedule-points i { margin-right: 8px; color: var(--rose); font-style: normal; }

.beauty-calendar { padding: 28px; border: 1px solid rgba(255,255,255,.18); background: #fff; color: var(--plum); box-shadow: 18px 18px 0 rgba(239,144,171,.25); }
.calendar-head { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .13em; }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 22px; border: 1px solid var(--line); }
.calendar-days > div { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 14px 9px; border-right: 1px solid var(--line); }
.calendar-days > div:last-child { border-right: 0; }
.calendar-days small { color: var(--text-soft); font-size: 9px; }
.calendar-days b { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; letter-spacing: .09em; }
.calendar-days span { font-size: 8px; }
.calendar-days .rose { background: #f5d7e0; }
.calendar-days .cream { background: #fff8f4; }
.calendar-days .berry { background: var(--berry); color: #fff; }
.calendar-days .berry small { color: rgba(255,255,255,.65); }
.calendar-days .silver { background: #d4d4da; }
.beauty-calendar > p { margin: 17px 0 0; color: var(--text-soft); font-size: 9px; }

/* Tariffs */
.tariffs-section { background: var(--paper); }

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.tariff-card {
  position: relative;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  padding: 29px;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.tariff-card:last-child { border-right: 0; }
.tariff-card > span { color: var(--berry); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.tariff-card h3 { margin: 52px 0 8px; font: 34px/1 var(--font-display); }
.tariff-card p { margin: 0; color: var(--text-soft); font-size: 12px; }
.tariff-card strong { margin-top: auto; font: 31px var(--font-display); }
.tariff-card strong small { font: 10px var(--font-ui); }
.tariff-card a { margin-top: 18px; color: var(--berry); font-size: 11px; font-weight: 850; text-decoration: none; }
.tariff-card.featured { background: var(--blush); }
.tariff-star { position: absolute; top: -13px; right: 15px; padding: 7px 11px; border-radius: 999px; background: var(--berry); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .09em; }

.month-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 29px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--plum);
  color: #fff;
}

.month-line div { display: grid; gap: 3px; }
.month-line span { color: var(--rose); font-size: 9px; letter-spacing: .14em; }
.month-line b { font: 24px var(--font-display); }
.month-line a { color: #fff; font-size: 11px; text-decoration: none; }
.tariff-note { max-width: 760px; margin: 22px 0 0; color: var(--text-soft); font-size: 10px; }

/* Calculator */
.calculator-section { background: var(--berry); color: #fff; }

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 70px;
}

.calculator-copy h2 { font-size: clamp(43px, 5vw, 70px); }
.calculator-copy h2 em { color: #ffd7e3; }
.calculator-copy > p:not(.section-kicker) { margin-top: 27px; color: rgba(255,255,255,.72); }
.calculator-copy > small { display: block; margin-top: 22px; color: rgba(255,255,255,.54); font-size: 9px; }
.calc-quote { display: flex; align-items: center; gap: 15px; margin-top: 30px; font: italic 19px var(--font-display); }
.calc-quote i { font-size: 31px; font-style: normal; }

.rent-calculator {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 28px 28px 6px 28px;
  background: var(--milk);
  color: var(--plum);
  box-shadow: 18px 18px 0 var(--berry-dark);
}

.calc-head span,
.panel-head > span { color: var(--berry); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.calc-head h3,
.panel-head h3 { margin: 6px 0 0; font: 38px/1 var(--font-display); }
.calc-zone { margin-top: 25px; }
.calc-zone button { min-height: 35px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--blush); color: var(--berry-dark); font-size: 9px; font-weight: 850; cursor: pointer; }

.calc-fields { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 10px; margin-top: 18px; }
.calc-fields label,
.field { display: grid; gap: 7px; color: #5d4c54; font-size: 10px; font-weight: 850; letter-spacing: .045em; }

.calc-fields input,
.calc-fields select,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--plum);
}

.field textarea { resize: vertical; }

.calc-result {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  margin-top: 17px;
  padding: 21px;
  border-radius: 17px;
  background: var(--blush);
}

.calc-main-result { display: grid; align-content: center; }
.calc-main-result small,
.calc-metrics small { color: var(--text-soft); font-size: 8px; letter-spacing: .1em; }
.calc-main-result strong { margin-top: 5px; font: 27px/1 var(--font-display); }
.calc-main-result span { margin-top: 4px; color: var(--text-soft); font-size: 9px; }
.calc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.calc-metrics div { display: grid; align-content: center; gap: 4px; padding-left: 9px; border-left: 1px solid rgba(42,23,32,.13); }
.calc-metrics b { font-size: 12px; }
.calc-metrics b.negative { color: #aa244e; }
.calc-cta { width: 100%; margin-top: 16px; }
.calc-cta i,
.submit-button i { margin-left: auto; font-style: normal; }

/* Booking bonus */
.booking-bonus { overflow: hidden; background: var(--blush); }

.booking-bonus-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(430px, 1.28fr);
  align-items: center;
  gap: 90px;
}

.booking-phone {
  position: relative;
  width: min(100%, 360px);
  min-height: 630px;
  margin-inline: auto;
  padding: 22px;
  border: 10px solid var(--plum);
  border-radius: 55px;
  background: var(--paper);
  box-shadow: 23px 25px 0 rgba(183,45,93,.18);
}

.booking-phone::before { position: absolute; width: 90px; height: 20px; top: 7px; left: 50%; transform: translateX(-50%); border-radius: 12px; background: var(--plum); content: ""; }
.phone-bar { display: flex; justify-content: space-between; margin: 6px 3px 44px; font-size: 8px; }
.phone-bar i { font-style: normal; }
.phone-brand { color: var(--berry); font-family: var(--font-display); font-weight: 700; letter-spacing: .08em; }
.booking-phone > small { display: block; margin-top: 55px; color: var(--berry); font-size: 8px; letter-spacing: .16em; }
.booking-phone h3 { margin: 7px 0 25px; font: 54px/1 var(--font-display); }
.phone-service { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0; border-block: 1px solid var(--line); font-size: 10px; }
.phone-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 23px; }
.phone-days i { height: 48px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-style: normal; }
.phone-days i.active { background: var(--berry); color: #fff; }
.booking-phone button { width: 100%; min-height: 50px; margin-top: 90px; border: 0; border-radius: 999px; background: var(--berry); color: #fff; font-size: 10px; font-weight: 850; }

.booking-bonus-copy h2 { margin-top: 19px; }
.booking-bonus-copy > p:not(.section-kicker):not(.honest-note) { max-width: 650px; margin-top: 28px; }
.free-badge { display: inline-block; padding: 7px 11px; border-radius: 999px; background: var(--berry); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.bonus-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 27px; font-size: 12px; }
.bonus-list i { color: var(--berry); font-style: normal; }
.booking-bonus-copy .honest-note { max-width: 690px; margin-top: 29px; }

/* Location */
.location-section { background: var(--paper); }

.location-layout {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(360px, .82fr);
  gap: 75px;
  align-items: stretch;
}

.location-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
  border-radius: 240px 240px 25px 25px;
  background: var(--berry);
  color: #fff;
}

.location-card::before { position: absolute; width: 370px; height: 370px; top: -180px; right: -120px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.location-card > span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.location-card h2 { margin: 35px 0 0; font: 400 clamp(52px, 6vw, 78px)/.88 var(--font-display); letter-spacing: -.06em; }
.location-card h2 em { color: #ffd8e4; }
.location-card p { margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.location-star { position: absolute; right: 45px; bottom: 36px; color: rgba(255,255,255,.85); font-size: 65px; }

.location-copy { display: flex; flex-direction: column; justify-content: center; }
.location-copy h3 { margin: 0; font: 400 clamp(42px, 4.5vw, 63px)/.93 var(--font-display); letter-spacing: -.05em; }
.location-copy > p:not(.section-kicker) { margin: 25px 0; color: var(--text-soft); }
.location-copy dl { margin: 0 0 27px; }
.location-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.location-copy dt { color: var(--berry); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.location-copy dd { margin: 0; font-size: 12px; font-weight: 800; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* FAQ */
.faq-section { background: var(--milk); }
.faq-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(480px, 1.28fr); gap: 90px; }
.faq-title h2 { font-size: clamp(44px, 5vw, 67px); }
.faq-title > p:last-child { margin-top: 26px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 3px; font: 24px/1.1 var(--font-display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 35px; height: 35px; display: grid; flex: 0 0 auto; place-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); font: 18px var(--font-ui); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -2px 0 24px; color: var(--text-soft); font-size: 13px; }

/* Forms */
.lead-section { background: var(--plum); color: #fff; }
.lead-layout { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(500px, 1.22fr); gap: 75px; align-items: start; }
.lead-copy h2 { margin: 0; font: 400 clamp(53px, 6vw, 82px)/.9 var(--font-display); letter-spacing: -.06em; text-transform: uppercase; }
.lead-copy h2 em { color: var(--rose); }
.lead-copy > p:not(.section-kicker) { max-width: 550px; margin-top: 27px; color: rgba(255,255,255,.67); }
.lead-copy > a { display: inline-block; margin-top: 25px; color: #fff; font: 28px var(--font-display); text-decoration: none; }
.lead-signature { display: grid; gap: 5px; margin-top: 70px; color: var(--rose); }
.lead-signature span { font: 700 19px var(--font-display); letter-spacing: .07em; }
.lead-signature small { color: rgba(255,255,255,.5); font: italic 11px var(--font-display); }

.form-panel {
  padding: 35px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 30px 30px 7px 30px;
  background: var(--milk);
  color: var(--plum);
  box-shadow: 18px 18px 0 var(--berry);
}

.panel-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.panel-head p { margin: 8px 0 0; color: var(--text-soft); font-size: 11px; }
.form-panel form { display: grid; gap: 16px; margin-top: 23px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label,
.calc-fields label { display: flex; justify-content: space-between; align-items: end; }
.field label span { color: var(--text-soft); font-size: 8px; font-weight: 500; }
.field-help { color: var(--text-soft); font-size: 9px; }

.day-picker { display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px; }
.day-picker button { min-height: 42px; padding: 0 6px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 9px; font-weight: 850; cursor: pointer; }
.day-picker button:hover,
.day-picker button.active { border-color: var(--berry); background: var(--blush); color: var(--berry-dark); }
.day-picker button.flexible { font-size: 8px; }

.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--text-soft); font-size: 9px; }
.consent input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--berry); }
.consent a { color: var(--berry-dark); }
.submit-button { width: 100%; min-height: 55px; border: 0; }
.form-status { min-height: 20px; font-size: 11px; }
.form-status.success { padding: 12px; border-radius: 10px; background: #e4f5e7; color: #2b6537; }
.form-status.error { padding: 12px; border-radius: 10px; background: #fde5e9; color: #972548; }
.honey-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }
.visually-hidden-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }

/* Client hero */
.client-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 60% -10%, rgba(255,255,255,.85), transparent 35%),
    linear-gradient(118deg, #fff8f4 0 58%, #f5d7e0 58%);
}

.client-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  align-items: center;
  gap: 65px;
  padding-block: 65px;
}

.client-hero-copy h1 { max-width: 870px; font-size: clamp(52px, 6.7vw, 91px); }
.client-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 30px 0 0; color: var(--text-soft); font-size: 18px; }

.client-editorial {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 220px 220px 20px 20px;
  background: var(--berry);
  color: #fff;
  box-shadow: 18px 20px 0 rgba(125,23,61,.1);
}

.editorial-top { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .13em; }
.editorial-star { position: absolute; top: 56px; right: 32px; font-size: 55px; }
.client-editorial > p { position: relative; z-index: 2; margin: 110px 0 0; font: 400 36px/.98 var(--font-display); letter-spacing: -.04em; }
.client-editorial > p em { color: #ffdce5; }
.client-editorial > small { position: absolute; right: 25px; bottom: 20px; left: 25px; font-size: 8px; letter-spacing: .12em; }

.editorial-hands { position: absolute; right: 16px; bottom: 45px; width: 260px; height: 180px; }
.editorial-hands i { position: absolute; bottom: 0; width: 52px; height: 160px; border: 2px solid rgba(255,255,255,.55); border-radius: 28px 28px 18px 18px; background: var(--rose); box-shadow: inset 10px 9px 15px rgba(255,255,255,.2); }
.editorial-hands i:nth-child(1) { left: 0; transform: rotate(-24deg); background: #f5d7e0; }
.editorial-hands i:nth-child(2) { left: 62px; transform: rotate(-8deg); background: #d64c7a; }
.editorial-hands i:nth-child(3) { left: 124px; transform: rotate(8deg); background: #f7e7dd; }
.editorial-hands i:nth-child(4) { left: 186px; transform: rotate(24deg); background: #c4c4cc; }

.client-proof { border-top: 1px solid var(--line); background: var(--plum); color: #fff; }
.client-proof-grid { min-height: 65px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.client-proof-grid span { padding: 0 30px; border-right: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); font-size: 11px; text-align: center; }
.client-proof-grid span:last-child { border-right: 0; }
.client-proof-grid b { margin-right: 6px; color: var(--rose); font: 20px var(--font-display); }

.demo-banner { background: var(--blush); color: var(--plum); }
.demo-banner .shell { min-height: 46px; display: flex; align-items: center; gap: 13px; font-size: 9px; }
.demo-banner b { flex: 0 0 auto; color: var(--berry); letter-spacing: .12em; }
.demo-banner span { color: var(--text-soft); }

/* Client masters */
.client-masters { background: var(--paper); }
.client-heading { grid-template-columns: 1.3fr .7fr; }

.beauty-master-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.beauty-master-card { min-width: 0; }
.master-card-main { min-height: 615px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 185px 185px 17px 17px; background: var(--milk); color: inherit; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.master-card-main:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.master-card-top { display: flex; justify-content: space-between; padding: 25px 27px 0; color: var(--berry); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.master-card-top i { font-size: 25px; font-style: normal; }
.master-portrait { position: relative; width: 220px; height: 240px; display: grid; flex: 0 0 auto; place-content: center; margin: 20px auto 25px; border-radius: 110px 110px 28px 28px; background: var(--blush); }
.master-portrait b { font: 100px/.8 var(--font-display); }
.master-portrait span { position: absolute; right: -20px; bottom: 22px; padding: 9px 11px; border-radius: 9px; background: var(--berry); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-align: center; white-space: pre-line; }
.master-elena .master-portrait { background: #d9d9df; }
.master-tatyana .master-portrait { background: #edd5c8; }
.master-elena .master-portrait span { background: var(--plum); }
.master-tatyana .master-portrait span { background: #d14e72; }
.master-info { padding: 0 27px; }
.master-info small { color: var(--berry); font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.master-info h3 { margin: 7px 0 10px; font: 47px/.95 var(--font-display); }
.master-info p { margin: 0; color: var(--text-soft); font-size: 12px; }
.master-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 16px; }
.master-tags span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-soft); font-size: 8px; }
.master-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 22px 27px; border-top: 1px solid var(--line); }
.master-card-bottom strong { font: 22px var(--font-display); }
.master-card-bottom span { color: var(--berry); font-size: 9px; font-weight: 850; }

/* Client services and visit */
.client-services { background: var(--plum); color: #fff; }
.service-showcase { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(480px, 1.28fr); gap: 80px; align-items: start; }
.service-title h2 { font-size: clamp(46px, 5vw, 71px); }
.service-title h2 em { color: var(--rose); }
.service-title > p:not(.section-kicker) { margin: 27px 0; color: rgba(255,255,255,.62); }
.service-menu { border-top: 1px solid rgba(255,255,255,.2); }
.service-menu > div { min-height: 82px; display: grid; grid-template-columns: 1fr auto 110px; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-menu span { font: 20px var(--font-display); }
.service-menu span i { margin-right: 17px; color: var(--rose); font: 9px var(--font-ui); }
.service-menu b { color: #fff; font: 20px var(--font-display); }
.service-menu small { color: rgba(255,255,255,.52); font-size: 9px; }
.service-menu > p { margin: 17px 0 0; color: rgba(255,255,255,.45); font-size: 9px; }

.visit-section { background: var(--milk); }
.visit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.visit-grid article { position: relative; min-height: 280px; padding: 27px; border-right: 1px solid var(--line); background: var(--paper); }
.visit-grid article:last-child { border-right: 0; }
.visit-grid article > i { position: absolute; top: 22px; right: 24px; color: var(--berry); font-size: 24px; font-style: normal; }
.visit-grid article > span { color: var(--berry); font-size: 9px; }
.visit-grid h3 { margin: 110px 0 12px; font: 28px/1 var(--font-display); }
.visit-grid p { margin: 0; color: var(--text-soft); font-size: 11px; }

.client-location { background: var(--blush); }
.client-final { padding: 85px 0; background: var(--berry); color: #fff; }
.client-final-layout { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.client-final-layout span { color: #ffd8e4; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.client-final-layout h2 { margin: 8px 0 0; font: 400 clamp(44px, 5.4vw, 70px)/.9 var(--font-display); letter-spacing: -.05em; }
.client-final-layout h2 em { color: #ffd8e4; }
.client-final .button-berry { background: #fff; color: var(--berry); box-shadow: none; }

/* Booking page */
.skd-booking-page { background: var(--paper); }
.booking-intro { padding: 62px 0 50px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, var(--milk) 0 65%, var(--blush) 65%); }
.booking-intro-grid { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 70px; }
.booking-intro h1 { font-size: clamp(57px, 7vw, 91px); }
.booking-intro-note { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 120px 120px 14px 14px; background: rgba(255,255,255,.55); }
.booking-intro-note i { position: absolute; top: 18px; right: 24px; color: var(--berry); font-size: 28px; font-style: normal; }
.booking-intro-note p { margin: 55px 0 20px; color: var(--text-soft); font-size: 12px; }
.booking-intro-note span { color: var(--berry); font-size: 9px; font-weight: 850; letter-spacing: .1em; }

.booking-workspace { background: var(--paper); }
.booking-app { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(430px, .9fr); gap: 58px; align-items: start; }
.booking-step-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.booking-step-head > span { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-content: center; border-radius: 50%; background: var(--blush); color: var(--berry); font-size: 10px; font-weight: 900; }
.booking-step-head small { color: var(--berry); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.booking-step-head h2 { margin: 2px 0 0; font: 40px/1 var(--font-display); }
.booking-form-column { position: sticky; top: 103px; }
.booking-panel { border-color: var(--line); background: var(--milk); box-shadow: 14px 14px 0 var(--blush); }
.booking-panel .panel-head { padding-right: 45px; }
.booking-master-grid { display: grid; gap: 11px; }

.master-item {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 17px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 55px 13px 13px 55px;
  background: var(--milk);
}

.master-item:nth-child(2) { background: #f1f1f4; }
.master-item:nth-child(3) { background: #f3e4dc; }
.master-avatar { width: 92px; height: 116px; display: grid; grid-row: 1 / span 4; place-content: center; border-radius: 50px 50px 17px 17px; background: var(--blush); color: var(--berry-dark); font: 48px var(--font-display); }
.master-item:nth-child(2) .master-avatar { background: #d7d7de; }
.master-item:nth-child(3) .master-avatar { background: #ead0c5; }
.master-specialty { grid-column: 2; color: var(--berry); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.master-item h3 { grid-column: 2; margin: -3px 0 0; font: 34px/.9 var(--font-display); }
.master-item > p { grid-column: 2; margin: 0; color: var(--text-soft); font-size: 10px; }
.service-preview { grid-column: 2; display: grid; gap: 3px; margin-top: 4px; }
.service-preview span { display: flex; justify-content: space-between; gap: 10px; font-size: 8px; }
.service-preview b { font-weight: 650; }
.service-preview em { color: var(--berry); font-style: normal; }
.master-item .button { grid-column: 3; grid-row: 1 / span 4; min-width: 120px; padding-inline: 15px; }
.empty-masters { padding: 28px; border: 1px dashed var(--line); border-radius: 16px; }
.empty-masters h3 { margin: 0; font: 28px var(--font-display); }
.empty-masters p { color: var(--text-soft); font-size: 11px; }
.skeleton-card { height: 155px; border-radius: 80px 14px 14px 80px; background: linear-gradient(90deg, #f5e6e9, #fff, #f5e6e9); background-size: 200% 100%; animation: skeleton 1.4s linear infinite; }
@keyframes skeleton { to { background-position: -200% 0; } }

.slot-hint { min-height: 18px; color: var(--berry); font-size: 9px; }
.form-divider { position: relative; margin: 4px 0; border-top: 1px solid var(--line); }
.form-divider span { position: relative; top: -8px; padding-right: 9px; background: var(--milk); color: var(--text-soft); font-size: 8px; letter-spacing: .11em; }
.booking-help { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; font-size: 10px; }
.booking-help i { color: var(--berry); font-style: normal; }
.booking-help a { margin-left: auto; color: var(--berry); font-weight: 850; text-decoration: none; }

/* Footer */
.site-footer { padding: 70px 0 22px; background: var(--plum); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 45px; }
.footer-brand { display: grid; align-content: start; gap: 8px; }
.footer-logo { color: var(--rose); font: 700 26px var(--font-display); letter-spacing: .04em; }
.footer-brand strong { font: italic 17px var(--font-display); }
.footer-brand p { max-width: 300px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div:not(:first-child) b { margin-bottom: 7px; color: var(--rose); font-size: 9px; letter-spacing: .13em; }
.footer-grid a { color: rgba(255,255,255,.68); font-size: 10px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid .muted-link { color: rgba(255,255,255,.3); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.35); font-size: 8px; }
.compact-footer { padding-top: 50px; }

.mobile-dock { display: none; }

/* Legal and internal screens */
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  font: 700 14px var(--font-display);
}

.brand-copy { display: grid; line-height: 1.1; }
.brand-copy b { color: inherit; font-size: 12px; letter-spacing: .07em; }
.brand-copy small { margin-top: 3px; color: currentColor; opacity: .55; font-size: 8px; }

.legal-page { background: var(--paper); }
.legal-header { padding: 15px 0; border-bottom: 1px solid var(--line); background: var(--milk); }
.legal-shell { width: min(calc(100% - 40px), 900px); margin-inline: auto; }
.legal-content { padding-top: 65px; padding-bottom: 90px; }
.legal-content .section-index { color: var(--berry); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-content h1 { margin: 12px 0 30px; font: 400 clamp(42px, 6vw, 65px)/.98 var(--font-display); letter-spacing: -.04em; }
.legal-content h2 { margin: 38px 0 10px; font: 400 28px var(--font-display); }
.legal-content p,
.legal-content li { color: #55454d; font-size: 13px; }
.legal-content li + li { margin-top: 6px; }
.legal-meta { padding: 20px; border-left: 3px solid var(--berry); background: var(--blush); font-size: 11px; }
.legal-note { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--milk); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .skd-hero-grid,
  .client-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); gap: 35px; }
  .beauty-cover { min-height: 525px; }
  .place-layout,
  .schedule-layout,
  .calculator-layout,
  .booking-bonus-layout,
  .location-layout,
  .faq-layout,
  .lead-layout { gap: 45px; }
  .tariff-card { padding: 23px; }
  .tariff-card h3 { font-size: 28px; }
  .tariff-card strong { font-size: 25px; }
  .booking-app { grid-template-columns: 1fr; }
  .booking-form-column { position: static; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 25px; }
}

@media (max-width: 850px) {
  .section-pad { padding: 85px 0; }
  .section-heading,
  .section-heading.client-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-heading .section-kicker { margin-bottom: -7px; }
  .skd-hero { background: linear-gradient(160deg, #fff8f4 0 62%, #f4cfda 62%); }
  .skd-hero-grid,
  .client-hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .beauty-cover,
  .client-editorial { width: min(100%, 560px); margin-inline: auto; }
  .brand-story-grid,
  .place-layout,
  .schedule-layout,
  .calculator-layout,
  .booking-bonus-layout,
  .location-layout,
  .faq-layout,
  .lead-layout,
  .service-showcase,
  .booking-intro-grid { grid-template-columns: 1fr; }
  .story-stamp { width: min(100%, 480px); margin-inline: auto; }
  .promise-grid,
  .beauty-master-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-card:last-child { border-bottom: 0; }
  .promise-card h3 { margin-top: 70px; }
  .place-visual { width: min(100%, 600px); margin-inline: auto; }
  .tariff-grid { grid-template-columns: 1fr 1fr; }
  .tariff-card:nth-child(2) { border-right: 0; }
  .tariff-card { min-height: 310px; border-bottom: 1px solid var(--line); }
  .tariff-card:nth-child(3),
  .tariff-card:nth-child(4) { border-bottom: 0; }
  .calc-fields { grid-template-columns: 1fr 1fr; }
  .calc-fields label:first-child { grid-column: 1 / -1; }
  .calc-result { grid-template-columns: 1fr; }
  .booking-phone { order: 2; }
  .client-proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .client-proof-grid span { padding: 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .client-proof-grid span:last-child { border-bottom: 0; }
  .beauty-master-grid { max-width: 560px; margin-inline: auto; }
  .master-card-main { min-height: 580px; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-grid article:nth-child(2) { border-right: 0; }
  .visit-grid article { border-bottom: 1px solid var(--line); }
  .visit-grid article:nth-child(3),
  .visit-grid article:nth-child(4) { border-bottom: 0; }
  .booking-intro { background: linear-gradient(160deg, var(--milk) 0 72%, var(--blush) 72%); }
  .booking-intro-note { max-width: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), 1240px); }
  .section-pad { padding: 68px 0; }
  .desktop-only { display: none !important; }
  .nav-shell { min-height: 68px; }
  .mobile-menu { top: 68px; }
  .brand-monogram { font-size: 25px; }
  .brand-word b { font-size: 13px; }
  .brand-word small { display: none; }
  .skd-hero-grid { min-height: auto; padding-top: 48px; padding-bottom: 55px; }
  .skd-hero-copy h1,
  .client-hero-copy h1,
  .booking-intro h1 { font-size: clamp(48px, 15vw, 69px); line-height: .87; }
  .hero-lead,
  .client-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-footnotes { display: grid; grid-template-columns: 1fr 1fr; }
  .beauty-cover { min-height: 500px; padding: 22px; border-radius: 180px 180px 25px 25px; box-shadow: 10px 13px 0 rgba(125,23,61,.11); }
  .cover-copy { margin-top: 105px; }
  .cover-copy strong { font-size: 72px; }
  .cover-star { top: 55px; right: 22px; font-size: 50px; }
  .nail-fan { right: 3px; transform: scale(.8); transform-origin: right bottom; }
  .member-card { right: 18px; bottom: 18px; left: 18px; }
  .star-ribbon { justify-content: flex-start; padding-inline: 18px; }
  .star-ribbon span:nth-of-type(n+4),
  .star-ribbon i:nth-of-type(n+4) { display: none; }
  .story-stamp { min-height: 360px; padding: 25px; }
  .story-stamp > span { font-size: 72px; }
  .section-heading h2,
  .story-copy h2,
  .place-copy h2,
  .schedule-copy h2,
  .calculator-copy h2,
  .booking-bonus-copy h2,
  .faq-title h2,
  .service-title h2 { font-size: clamp(40px, 12.5vw, 57px); }
  .place-visual { min-height: 540px; border-radius: 170px 170px 22px 22px; box-shadow: 10px 13px 0 rgba(183,45,93,.1); }
  .desk-lamp { right: 25px; transform: scale(.85); }
  .polish-row { left: 35px; transform: scale(.8); transform-origin: left bottom; }
  .place-price strong { font-size: 26px; }
  .calendar-days { overflow-x: auto; grid-template-columns: repeat(7, minmax(57px, 1fr)); }
  .beauty-calendar { padding: 17px; box-shadow: 9px 9px 0 rgba(239,144,171,.25); }
  .tariff-grid { grid-template-columns: 1fr; }
  .tariff-card { min-height: 270px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .tariff-card:last-child { border-bottom: 0 !important; }
  .month-line { align-items: flex-start; flex-direction: column; }
  .rent-calculator,
  .form-panel { padding: 23px 17px; border-radius: 22px 22px 6px 22px; box-shadow: 9px 9px 0 var(--berry-dark); }
  .lead-section .form-panel { box-shadow: 9px 9px 0 var(--berry); }
  .calc-fields,
  .field-row { grid-template-columns: 1fr; }
  .calc-fields label:first-child { grid-column: auto; }
  .calc-metrics { grid-template-columns: 1fr; }
  .calc-metrics div { min-height: 50px; }
  .day-picker { grid-template-columns: repeat(4, 1fr); }
  .bonus-list { grid-template-columns: 1fr; }
  .booking-phone { min-height: 590px; border-width: 8px; }
  .phone-days { grid-template-columns: repeat(4, 1fr); }
  .location-card { min-height: 400px; padding: 36px 27px; border-radius: 170px 170px 20px 20px; }
  .location-card h2 { font-size: 55px; }
  .faq-list summary { min-height: 68px; font-size: 20px; }
  .lead-copy > a { font-size: 23px; }
  .lead-signature { margin-top: 35px; }
  .client-hero-grid { padding-block: 48px; }
  .client-editorial { min-height: 470px; border-radius: 170px 170px 18px 18px; }
  .client-editorial > p { font-size: 31px; }
  .editorial-hands { right: -15px; transform: scale(.82); transform-origin: bottom right; }
  .demo-banner .shell { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 9px; }
  .master-card-main { min-height: 585px; border-radius: 160px 160px 15px 15px; }
  .master-portrait { width: 190px; height: 215px; }
  .service-menu > div { grid-template-columns: 1fr auto; padding: 16px 0; }
  .service-menu small { grid-column: 1 / -1; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .visit-grid article:last-child { border-bottom: 0 !important; }
  .visit-grid h3 { margin-top: 80px; }
  .client-final-layout { align-items: stretch; flex-direction: column; }
  .client-final-layout .button { width: 100%; }
  .booking-intro { padding-top: 42px; }
  .booking-app { display: block; }
  .booking-form-column { margin-top: 55px; }
  .master-item { grid-template-columns: 72px 1fr; padding: 13px; border-radius: 45px 12px 12px 45px; }
  .master-avatar { width: 72px; height: 96px; grid-row: 1 / span 3; font-size: 38px; }
  .master-item > p { display: none; }
  .service-preview { grid-column: 1 / -1; padding: 0 8px; }
  .master-item .button { grid-column: 1 / -1; grid-row: auto; width: 100%; margin-top: 5px; }
  .booking-help { align-items: flex-start; flex-wrap: wrap; }
  .booking-help a { width: 100%; margin-left: 26px; }
  .site-footer { padding-bottom: 90px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-dock {
    position: fixed;
    z-index: 700;
    right: 9px;
    bottom: 9px;
    left: 9px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: var(--plum);
    color: #fff;
    box-shadow: 0 12px 35px rgba(42,23,32,.3);
  }
  .mobile-dock a { display: grid; gap: 1px; padding: 12px 15px; border-right: 1px solid rgba(255,255,255,.15); text-decoration: none; }
  .mobile-dock a:last-child { border-right: 0; background: var(--berry); }
  .mobile-dock small { color: rgba(255,255,255,.55); font-size: 7px; }
  .mobile-dock b { font-size: 10px; }
  .legal-shell { width: min(calc(100% - 28px), 900px); }
}

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

/* SKD STARS · calm studio edition */
.section-pad { padding: 88px 0; }

.section-kicker,
.eyebrow {
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: .13em;
}

.section-heading {
  gap: 48px;
  margin-bottom: 42px;
}

.section-heading h2,
.story-copy h2,
.place-copy h2,
.schedule-copy h2,
.calculator-copy h2,
.booking-bonus-copy h2,
.faq-title h2,
.service-title h2 {
  font-family: var(--font-ui);
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 650;
  line-height: 1.01;
  letter-spacing: -.045em;
  text-transform: none;
}

h1 em,
h2 em {
  color: var(--berry);
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
}

.button {
  min-height: 45px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
}

.button-large { min-height: 52px; }
.button-berry,
.button-accent { box-shadow: none; }

.site-header {
  background: rgba(245, 242, 236, .94);
  backdrop-filter: blur(16px);
}

.nav-shell { min-height: 70px; }
.brand-monogram { font-family: var(--font-ui); font-size: 24px; font-weight: 750; letter-spacing: -.04em; }
.brand-word b { color: var(--plum); font-size: 13px; letter-spacing: .14em; }
.brand-word small { font-family: var(--font-ui); font-style: normal; font-size: 8px; }
.mobile-menu { inset-block-start: 70px; background: var(--milk); }
.mobile-menu a { font-family: var(--font-ui); font-size: 24px; font-weight: 600; }

.skd-hero {
  background: var(--milk);
}

.skd-hero::before { display: none; }

.skd-hero-grid {
  min-height: 650px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 58px;
  padding-top: 52px;
  padding-bottom: 60px;
}

.skd-hero-copy h1,
.client-hero-copy h1,
.booking-intro h1 {
  font-family: var(--font-ui);
  font-size: clamp(54px, 6vw, 80px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.055em;
  text-transform: none;
}

.skd-hero-copy h1 em,
.client-hero-copy h1 em,
.booking-intro h1 em {
  color: var(--berry);
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
}

.hero-lead {
  max-width: 680px;
  margin-top: 27px;
  color: var(--text-soft);
  font-size: 18px;
}

.hero-footnotes {
  gap: 10px 23px;
  color: var(--text-soft);
  font-size: 11px;
  text-transform: none;
}

.hero-footnotes b { color: var(--plum); font-size: 14px; }

.beauty-cover {
  min-height: 490px;
  padding: 30px;
  border-color: rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(145deg, #242628, #343638);
  box-shadow: none;
}

.beauty-cover::after {
  width: 190px;
  height: 190px;
  right: -65px;
  bottom: -80px;
  border-color: rgba(255,255,255,.1);
}

.cover-top { color: rgba(255,255,255,.58); font-size: 9px; }
.cover-star,
.nail-fan { display: none; }

.cover-copy {
  margin-top: 78px;
  color: #fff;
}

.cover-copy small { color: var(--rose); font-size: 10px; letter-spacing: .16em; }
.cover-copy strong {
  max-width: 520px;
  margin-top: 11px;
  font: 650 clamp(38px, 4.6vw, 58px)/.98 var(--font-ui);
  letter-spacing: -.045em;
}
.cover-copy em { margin: 14px 0 0; color: rgba(255,255,255,.66); font: 400 15px var(--font-ui); }

.studio-card-facts {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.14);
}

.studio-card-facts > div {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px;
  background: #2c2e30;
}

.studio-card-facts small { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .1em; }
.studio-card-facts b { color: #fff; font-size: 11px; }

.member-card {
  right: 30px;
  bottom: 25px;
  left: 30px;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.star-ribbon {
  min-height: 44px;
  justify-content: center;
  gap: 31px;
  border-top: 1px solid var(--line);
  background: #242628;
  font-size: 10px;
}

.star-ribbon i {
  color: rgba(255,255,255,.28);
  font-size: 12px;
}

.brand-story { background: var(--paper); }

.brand-story-grid {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 65px;
}

.story-stamp {
  min-height: 240px;
  padding: 30px;
  border-radius: 14px;
  background: #e7e3dd;
}

.story-stamp::before,
.story-stamp::after { display: none; }
.story-stamp > span { color: var(--plum); font: 700 58px/.9 var(--font-ui); letter-spacing: -.06em; }
.story-stamp b { margin-top: 16px; color: var(--text-soft); font-size: 10px; letter-spacing: .1em; }
.story-copy h2 { max-width: 820px; font-size: clamp(38px, 4.5vw, 58px); }
.story-copy > strong { color: var(--berry); font: 600 17px var(--font-ui); }

.promise-grid { border-radius: 14px; overflow: hidden; }
.promise-card {
  min-height: 280px;
  padding: 28px;
  background: var(--paper);
}
.promise-card-pink,
.promise-card-dark { background: var(--paper); color: var(--plum); }
.promise-card-dark p,
.promise-card-dark > span { color: var(--text-soft); }
.promise-card > i { display: none; }
.promise-card h3 { margin-top: 85px; font: 600 32px/1.05 var(--font-ui); }

.place-section { background: #e8e4de; }
.place-layout { gap: 65px; }
.place-visual {
  min-height: 575px;
  border-radius: 16px;
  background:
    linear-gradient(#f8f7f3 0 57%, #cac7c1 57% 58%, #9b9690 58%);
  box-shadow: none;
}
.place-label b { color: var(--plum); font-family: var(--font-ui); font-size: 54px; font-weight: 650; }
.place-price { border-radius: 10px; background: #242628; }
.included-list li span { color: var(--berry); }

.schedule-section { background: #242628; }
.schedule-copy h2 em { color: var(--rose); }
.schedule-points { gap: 0; }
.schedule-points span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.schedule-points i { display: none; }
.beauty-calendar { border-radius: 12px; box-shadow: none; }
.calendar-days .rose { background: #e9e6e1; }
.calendar-days .cream { background: #f8f7f4; }
.calendar-days .berry { background: var(--berry); }
.calendar-days .silver { background: #d3d0ca; }

.tariffs-section { background: var(--paper); }
.tariff-grid { overflow: hidden; border-radius: 14px 14px 0 0; }
.tariff-card { min-height: 325px; background: #fff; }
.tariff-card.featured { box-shadow: inset 0 0 0 2px var(--berry); background: #fff; }
.tariff-card h3 { font-family: var(--font-ui); font-size: 26px; font-weight: 650; }
.tariff-card strong { font-family: var(--font-ui); font-size: 26px; font-weight: 650; }
.tariff-star { top: 18px; right: 18px; border-radius: 6px; background: var(--berry); }
.month-line { border-radius: 0 0 14px 14px; background: #242628; }

.calculator-section { background: #303234; }
.calculator-copy h2 em { color: var(--rose); }
.calc-quote { padding-left: 16px; border-left: 2px solid var(--berry); font: 500 16px var(--font-ui); }
.rent-calculator {
  border-radius: 14px;
  background: #f8f7f4;
  box-shadow: none;
}
.calc-head h3,
.panel-head h3 { font-family: var(--font-ui); font-size: 31px; font-weight: 650; }
.calc-zone button { border-radius: 7px; background: #ece9e4; }
.calc-result { border-radius: 10px; background: #e9e6e1; }
.calc-main-result strong { font-family: var(--font-ui); font-size: 22px; font-weight: 650; }

.booking-bonus { background: #e8e4de; }
.booking-phone {
  min-height: 590px;
  border-width: 7px;
  border-radius: 34px;
  box-shadow: none;
}
.booking-bonus-copy .free-badge { border-radius: 6px; }
.bonus-list { gap: 0 28px; }
.bonus-list span { padding: 11px 0; border-bottom: 1px solid var(--line); }
.bonus-list i { display: none; }

.location-section { background: var(--paper); }
.location-card {
  min-height: 420px;
  padding: 45px;
  border-radius: 16px;
  background: #303234;
}
.location-card h2 { font-family: var(--font-ui); font-size: clamp(48px, 5vw, 68px); font-weight: 650; }
.location-star { display: none; }
.location-copy h3 { font-family: var(--font-ui); font-size: clamp(37px, 4vw, 53px); font-weight: 650; }

.faq-list summary { min-height: 70px; font-family: var(--font-ui); font-size: 20px; font-weight: 600; }
.faq-list summary span { border-radius: 8px; }

.lead-section { background: #242628; }
.lead-copy h2 {
  font-family: var(--font-ui);
  font-size: clamp(44px, 5vw, 67px);
  font-weight: 650;
  line-height: 1;
  text-transform: none;
}
.lead-signature span { font-family: var(--font-ui); font-size: 16px; }
.lead-signature small { font-family: var(--font-ui); font-style: normal; }
.form-panel {
  border-radius: 14px;
  background: #f8f7f4;
  box-shadow: none;
}
.calc-fields input,
.calc-fields select,
.field input,
.field select,
.field textarea { border-radius: 8px; }
.day-picker button { border-radius: 7px; }

.client-hero {
  background: var(--milk);
}
.client-hero-grid { min-height: 620px; gap: 58px; padding-block: 55px; }
.client-hero-copy h1 { max-width: 850px; }
.client-editorial {
  min-height: 460px;
  padding: 30px;
  border-radius: 16px;
  background: #303234;
  box-shadow: none;
}
.editorial-star,
.editorial-hands { display: none; }
.client-editorial > p {
  margin-top: 75px;
  font: 650 37px/1.05 var(--font-ui);
  letter-spacing: -.035em;
}
.client-editorial > p em { color: var(--rose); font-family: var(--font-display); }
.editorial-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(255,255,255,.14);
}
.editorial-metrics > div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 11px;
  background: #37393b;
}
.editorial-metrics small { color: rgba(255,255,255,.44); font-size: 8px; }
.editorial-metrics b { color: #fff; font-size: 11px; }
.client-proof { border-bottom: 1px solid var(--line); background: var(--paper); color: var(--plum); }
.client-proof-grid span { border-color: var(--line); color: var(--text-soft); }
.client-proof-grid b { color: var(--berry); font-family: var(--font-ui); font-size: 16px; }
.demo-banner { border-bottom: 1px solid var(--line); background: #e9e6e1; }

.master-card-main {
  min-height: 570px;
  border-radius: 14px;
  background: #fff;
}
.master-card-top { padding: 22px 23px 0; }
.master-card-top i { display: none; }
.master-portrait {
  width: calc(100% - 44px);
  height: 215px;
  margin: 18px 22px 23px;
  border-radius: 10px;
  background: #e7e3dd;
}
.master-portrait b { font: 650 76px var(--font-ui); }
.master-portrait span {
  right: 12px;
  bottom: 12px;
  max-width: 145px;
  border-radius: 6px;
  background: #303234;
}
.master-elena .master-portrait { background: #dcddd9; }
.master-tatyana .master-portrait { background: #e6dfd8; }
.master-info { padding-inline: 23px; }
.master-info h3 { font-size: 38px; }
.master-card-bottom { padding: 19px 23px; }

.client-services { background: #242628; }
.service-title h2 em { color: var(--rose); }
.visit-grid { overflow: hidden; border-radius: 14px; }
.visit-grid article { min-height: 245px; background: #fff; }
.visit-grid article > i { display: none; }
.visit-grid h3 { margin-top: 78px; font-family: var(--font-ui); font-size: 23px; font-weight: 650; }
.client-location { background: #e8e4de; }
.client-final { padding: 72px 0; background: #303234; }
.client-final-layout h2 { font-family: var(--font-ui); font-size: clamp(38px, 4.5vw, 58px); font-weight: 650; }
.client-final-layout h2 em { color: var(--rose); }

.booking-intro {
  padding: 54px 0 42px;
  background: var(--milk);
}
.booking-intro h1 { font-size: clamp(49px, 5.8vw, 73px); }
.booking-intro-note {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
}
.booking-intro-note i { display: none; }
.booking-intro-note p { margin: 0 0 18px; }
.booking-step-head > span { border-radius: 8px; background: #e9e6e1; }
.booking-step-head h2 { font-family: var(--font-ui); font-size: 31px; font-weight: 650; }
.booking-panel { border-radius: 14px; box-shadow: none; }
.master-item,
.skeleton-card {
  border-radius: 12px;
  background: #fff;
}
.master-item:nth-child(2),
.master-item:nth-child(3) { background: #fff; }
.master-avatar,
.master-item:nth-child(2) .master-avatar,
.master-item:nth-child(3) .master-avatar {
  border-radius: 9px;
  background: #e7e3dd;
  font-family: var(--font-ui);
}
.master-item h3 { font-family: var(--font-ui); font-size: 28px; font-weight: 650; }
.booking-help { border-radius: 9px; }
.booking-help i { display: none; }

.site-footer { background: #242628; }
.footer-logo { color: #fff; font-family: var(--font-ui); font-size: 20px; font-weight: 700; }
.footer-brand strong { font-family: var(--font-ui); font-size: 14px; font-style: normal; }

@media (max-width: 850px) {
  .section-pad { padding: 72px 0; }
  .skd-hero-grid,
  .client-hero-grid { grid-template-columns: 1fr; }
  .beauty-cover,
  .client-editorial { width: 100%; }
  .brand-story-grid { grid-template-columns: 200px minmax(0, 1fr); gap: 35px; }
  .place-visual { width: 100%; }
  .master-card-main { min-height: 540px; }
}

@media (max-width: 620px) {
  .section-pad { padding: 58px 0; }
  .nav-shell { min-height: 66px; }
  .mobile-menu { top: 66px; }
  .skd-hero-copy h1,
  .client-hero-copy h1,
  .booking-intro h1 { font-size: clamp(42px, 12vw, 58px); line-height: 1; }
  .hero-lead,
  .client-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .beauty-cover {
    min-height: 540px;
    padding: 22px;
    border-radius: 14px;
  }
  .cover-copy { margin-top: 58px; }
  .cover-copy strong { font-size: 38px; }
  .studio-card-facts { grid-template-columns: 1fr; margin-top: 28px; }
  .studio-card-facts > div { min-height: 54px; }
  .member-card { right: 22px; bottom: 18px; left: 22px; }
  .star-ribbon { justify-content: flex-start; gap: 15px; overflow-x: auto; padding-inline: 15px; }
  .star-ribbon span,
  .star-ribbon i { display: inline !important; }
  .brand-story-grid { grid-template-columns: 1fr; }
  .story-stamp { width: 100%; min-height: 165px; }
  .section-heading h2,
  .story-copy h2,
  .place-copy h2,
  .schedule-copy h2,
  .calculator-copy h2,
  .booking-bonus-copy h2,
  .faq-title h2,
  .service-title h2 { font-size: clamp(35px, 10.5vw, 48px); }
  .place-visual { min-height: 500px; border-radius: 12px; }
  .rent-calculator,
  .form-panel { border-radius: 12px; box-shadow: none; }
  .location-card { min-height: 360px; border-radius: 12px; }
  .client-editorial { min-height: 430px; border-radius: 12px; }
  .client-editorial > p { margin-top: 55px; font-size: 31px; }
  .editorial-metrics { grid-template-columns: 1fr; margin-top: 30px; }
  .editorial-metrics > div { min-height: 46px; }
  .master-card-main { min-height: 535px; border-radius: 12px; }
  .master-portrait { width: calc(100% - 32px); margin-inline: 16px; }
  .master-item { grid-template-columns: 68px 1fr; border-radius: 10px; }
  .master-avatar { width: 68px; border-radius: 8px; }
  .mobile-dock { border-radius: 10px; }
}
