:root {
  --ink: #2d2020;
  --ink-soft: #5f4b49;
  --cream: #fbf8f4;
  --paper: #fffdfb;
  --rose: #b66f73;
  --rose-dark: #8f5055;
  --sand: #e8ddd2;
  --sand-deep: #cfb5a6;
  --sage: #71806e;
  --line: rgba(45, 32, 32, 0.14);
  --shadow: 0 24px 70px rgba(64, 38, 38, 0.12);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: #d8aaa9; color: #261818; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  z-index: 9999;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-shell { padding: 32px 0 72px; }

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 38px;
  padding: 8px 20px;
  color: #fff;
  background: var(--ink);
  font-size: .78rem;
  letter-spacing: .04em;
}
.announcement-bar a { color: #f0c9c9; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(45, 32, 32, .06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 28px; }
.brand { position: relative; display: inline-grid; grid-template-columns: 44px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; }
.brand-mark {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--rose-dark);
  border-radius: 50% 50% 48% 52% / 56% 48% 52% 44%;
  font: 1.6rem/1 var(--serif);
}
.brand-name { font: 1.65rem/1 var(--serif); letter-spacing: .02em; }
.brand-subtitle { font-size: .57rem; letter-spacing: .34em; padding-left: 2px; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; font-size: .88rem; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--rose-dark); transition: right .25s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-link { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }
.icon-link:hover { background: var(--paper); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; margin: 7px auto; transition: transform .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 10px 24px rgba(45,32,32,.16); }
.button-dark:hover { background: #412d2d; box-shadow: 0 14px 30px rgba(45,32,32,.22); }
.button-light { color: var(--ink); background: #fff; }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-danger { color: #8d2f38; background: #fff0f1; border-color: #e7b8bd; }
.button-small { min-height: 42px; padding: 0 19px; font-size: .82rem; }
.button-block { width: 100%; }
.button[disabled] { opacity: .48; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .9rem; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--rose-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ead2cf; }
.centered-eyebrow { justify-content: center; }

.hero { overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); gap: clamp(48px, 7vw, 100px); align-items: center; min-height: 650px; }
.hero-copy { padding: 36px 0 50px; }
.hero h1, .section-heading h2, .experience-copy h2, .testimonial-title h2, .studio-copy h2, .page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 680px; font-size: clamp(4.35rem, 7.2vw, 7rem); }
.hero h1 em, .section-heading h2 em, .experience-copy h2 em, .testimonial-title h2 em, .page-hero h1 em { color: var(--rose-dark); font-style: italic; }
.hero-lead { max-width: 570px; margin: 32px 0 0; color: var(--ink-soft); font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 52px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 42px; height: 42px; border: 3px solid var(--cream); border-radius: 50%; object-fit: cover; }
.avatar-stack img + img { margin-left: -12px; }
.hero-proof > div:last-child { display: grid; }
.hero-proof strong { font-size: .9rem; }
.hero-proof span { color: var(--ink-soft); font-size: .77rem; }
.hero-visual { position: relative; }
.hero-image { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; object-position: center 42%; border-radius: 42px 42px 180px 42px; box-shadow: var(--shadow); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 17px; background: rgba(255, 253, 251, .92); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: 0 14px 38px rgba(67, 39, 39, .14); backdrop-filter: blur(14px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--ink-soft); font-size: .68rem; }
.floating-card strong { margin-top: 2px; font-size: .78rem; }
.floating-card-top { top: 50px; right: -18px; }
.floating-card-bottom { left: -42px; bottom: 48px; }
.status-dot { width: 9px; height: 9px; background: #56a06c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(86,160,108,.12); }
.mini-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--rose); border-radius: 50%; }

.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 16px; min-height: 86px; padding: 18px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: var(--rose-dark); font-size: .68rem; font-weight: 700; }
.trust-grid p { margin: 0; font-size: .84rem; font-weight: 600; }

.section-heading h2, .experience-copy h2, .testimonial-title h2 { font-size: clamp(3.25rem, 5vw, 5.3rem); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-intro { max-width: 430px; padding-bottom: 4px; }
.section-intro p { margin: 0 0 24px; color: var(--ink-soft); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(64,38,38,.11); }
.service-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.55 / 1; background: #eadfd7; }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; transition: transform .5s; }
.service-card:nth-child(2) .service-image-wrap img { object-position: center 34%; }
.service-card:nth-child(3) .service-image-wrap img { object-position: center 38%; }
.service-card:nth-child(4) .service-image-wrap img { object-position: center 28%; }
.service-card:hover .service-image-wrap img { transform: scale(1.025); }
.service-number { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: rgba(45,32,32,.86); border-radius: 50%; font-size: .7rem; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.service-kicker { margin: 0 0 8px; color: var(--rose-dark); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card-body > p { min-height: 74px; margin: 18px 0; color: var(--ink-soft); font-size: .9rem; }
.service-meta { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-block: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.service-meta span:last-child { color: var(--ink-soft); font-weight: 500; }
.service-link { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; font-size: .84rem; font-weight: 700; }
.service-link span { transition: transform .2s; }
.service-link:hover span { transform: translate(3px, -3px); }

.experience-section { color: #fff; background: var(--ink); }
.experience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.experience-visual img { width: 100%; border-radius: 30px; }
.experience-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; font-size: .78rem; }
.experience-caption span { color: #c9b9b5; }
.experience-copy h2 em { color: #e7b8b7; }
.steps-list { list-style: none; margin: 38px 0 36px; padding: 0; }
.steps-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps-list > li > span { color: #dca8a8; font-size: .7rem; font-weight: 700; }
.steps-list h3 { margin: 0 0 5px; font-size: .98rem; }
.steps-list p { margin: 0; color: #c9b9b5; font-size: .84rem; }

.centered { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.centered > p { max-width: 500px; margin: 24px auto 0; color: var(--ink-soft); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card { padding: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 28%; border-radius: 22px; }
.team-info { display: flex; justify-content: space-between; align-items: end; gap: 12px; padding: 20px 8px 8px; }
.team-info h3 { margin: 0; font: 1.55rem/1.2 var(--serif); }
.team-info p { margin: 4px 0 0; color: var(--ink-soft); font-size: .76rem; }
.team-info > span { padding: 5px 9px; color: var(--rose-dark); background: #f4e5e4; border-radius: 999px; font-size: .65rem; font-weight: 700; }

.testimonials-section { background: #f1e8df; }
.testimonial-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.rating-block { display: flex; align-items: center; gap: 18px; margin-top: 36px; }
.rating-block > strong { font: 4rem/1 var(--serif); }
.rating-block div { display: grid; }
.rating-block div span { color: #a86b30; letter-spacing: .11em; }
.rating-block p { margin: 4px 0 0; color: var(--ink-soft); font-size: .72rem; }
.testimonial-slider { position: relative; min-height: 390px; padding: 56px; background: var(--paper); border-radius: 34px; box-shadow: var(--shadow); }
.testimonial { display: none; }
.testimonial.active { display: block; animation: fadeIn .35s ease; }
.testimonial blockquote { margin: 0; font: 2.45rem/1.28 var(--serif); }
.testimonial > div { display: grid; margin-top: 38px; }
.testimonial > div strong { font-size: .88rem; }
.testimonial > div span { color: var(--ink-soft); font-size: .74rem; }
.slider-controls { position: absolute; left: 56px; right: 56px; bottom: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.slider-controls button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.slider-controls button:hover { background: #f4ebe5; }
.slider-controls span { margin: 0 8px; color: var(--ink-soft); font-size: .75rem; }

.studio-section { padding-bottom: 118px; }
.studio-banner { position: relative; display: grid; grid-template-columns: 1fr .55fr; min-height: 430px; overflow: hidden; padding: 70px; color: #fff; background: linear-gradient(90deg, rgba(55,35,35,.92) 0%, rgba(91,53,55,.83) 52%, rgba(133,81,84,.62) 100%), url("../images/salon-interior.jpg") center/cover no-repeat; border-radius: 38px; }
.studio-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 42%, rgba(255,255,255,.18), transparent 28%); }
.studio-copy { position: relative; z-index: 1; }
.studio-copy h2 { max-width: 700px; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.studio-copy p { margin: 26px 0 30px; color: #f0dedd; }
.studio-actions { display: flex; align-items: center; gap: 26px; }
.studio-actions > a:last-child { font-size: .84rem; font-weight: 700; }
.studio-ornament { position: absolute; right: 6%; top: 50%; display: grid; place-items: center; width: 270px; height: 270px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.studio-ornament::before, .studio-ornament::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.studio-ornament::before { inset: 18px; }
.studio-ornament::after { inset: 45px; }
.studio-ornament span { font: 8rem/1 var(--serif); opacity: .85; }
.studio-ornament small { position: absolute; bottom: 48px; letter-spacing: .3em; }

.site-footer { padding: 72px 0 28px; color: #e8d9d5; background: #241919; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .65fr); gap: 60px; }
.brand-footer .brand-mark { background: #9c5d61; }
.brand-footer .brand-name { color: #fff; }
.footer-brand > p { max-width: 330px; margin: 22px 0 0; color: #bba8a3; font-size: .85rem; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid p { color: #bba8a3; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; color: #8d7b77; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

/* Inner pages */
.page-body { background: #f7f2ec; }
.compact-header .header-inner { min-height: 76px; }
.page-hero { padding: 82px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero-inner { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; }
.page-hero h1 { font-size: clamp(3.8rem, 6vw, 6.5rem); }
.page-hero p { max-width: 510px; margin: 0 0 8px; color: var(--ink-soft); }
.page-content { padding: 64px 0 110px; }

.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; align-items: start; }
.booking-panel, .summary-panel, .appointments-panel, .admin-panel, .auth-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(70,42,42,.06); }
.booking-panel { overflow: hidden; }
.booking-progress { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.progress-step { position: relative; display: grid; gap: 6px; padding: 20px 22px; color: #9a8883; border-right: 1px solid var(--line); }
.progress-step:last-child { border-right: 0; }
.progress-step span { font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.progress-step strong { font-size: .78rem; }
.progress-step.active { color: var(--ink); background: #f8f0eb; }
.progress-step.complete::after { content: "✓"; position: absolute; top: 16px; right: 14px; color: #5f8a68; font-weight: 700; }
.booking-step { display: none; padding: 34px; }
.booking-step.active { display: block; animation: fadeIn .3s ease; }
.booking-step h2 { margin: 0; font: 2.55rem/1.1 var(--serif); }
.booking-step > p { margin: 10px 0 28px; color: var(--ink-soft); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.choice-card { position: relative; display: grid; gap: 8px; min-height: 148px; padding: 20px; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s, background .2s, transform .2s; }
.choice-card:hover { transform: translateY(-2px); border-color: #b98f89; }
.choice-card.selected { border-color: var(--rose-dark); background: #fbf1ef; box-shadow: inset 0 0 0 1px var(--rose-dark); }
.choice-card.selected::after { content: "✓"; position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--rose-dark); border-radius: 50%; font-size: .7rem; }
.choice-card h3 { margin: 0; font-size: .92rem; }
.choice-card p { margin: 0; color: var(--ink-soft); font-size: .75rem; }
.choice-card .choice-meta { display: flex; justify-content: space-between; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 700; }
.stylist-choice { grid-template-columns: 64px 1fr; align-items: center; min-height: 108px; }
.stylist-choice img { width: 64px; height: 64px; border-radius: 50%; }
.stylist-choice .choice-meta { grid-column: 1 / -1; }
.booking-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.calendar-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.calendar-box, .time-box { padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.calendar-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.calendar-head button { width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; border-radius: 50%; }
.calendar-head strong { font-size: .9rem; text-transform: capitalize; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.calendar-grid .dow { display: grid; place-items: center; height: 30px; color: var(--ink-soft); font-size: .64rem; font-weight: 700; }
.calendar-day { display: grid; place-items: center; aspect-ratio: 1; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 50%; font-size: .74rem; }
.calendar-day:hover:not([disabled]) { background: #f0e3dc; }
.calendar-day.selected { color: #fff; background: var(--rose-dark); }
.calendar-day.today { border: 1px solid var(--rose); }
.calendar-day[disabled] { color: #c9bbb5; cursor: not-allowed; }
.calendar-day.empty { visibility: hidden; }
.time-box h3 { margin: 0 0 15px; font-size: .85rem; }
.time-slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.time-slot { padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .73rem; }
.time-slot:hover { border-color: var(--rose-dark); }
.time-slot.selected { color: #fff; background: var(--rose-dark); border-color: var(--rose-dark); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .72rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea, .toolbar input, .toolbar select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus, .toolbar input:focus, .toolbar select:focus { border-color: var(--rose-dark); box-shadow: 0 0 0 3px rgba(182,111,115,.12); }
.form-field textarea { min-height: 108px; resize: vertical; }
.checkbox-row { display: flex; align-items: start; gap: 10px; grid-column: 1 / -1; }
.checkbox-row input { margin-top: 4px; }
.checkbox-row label { color: var(--ink-soft); font-size: .75rem; }
.summary-panel { position: sticky; top: 108px; padding: 26px; }
.summary-panel h2 { margin: 0 0 22px; font: 2rem/1.1 var(--serif); }
.summary-list { display: grid; gap: 0; }
.summary-item { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.summary-item:first-child { border-top: 0; padding-top: 0; }
.summary-item span { color: var(--ink-soft); font-size: .72rem; }
.summary-item strong { max-width: 190px; text-align: right; font-size: .76rem; }
.summary-total { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--ink); }
.summary-total strong { font: 1.45rem/1 var(--serif); }
.summary-note { margin: 20px 0 0; padding: 15px; color: var(--ink-soft); background: #f6eee8; border-radius: 12px; font-size: .7rem; }

.success-card { display: none; padding: 52px 34px; text-align: center; }
.success-card.active { display: block; }
.success-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; color: #fff; background: #6d8f72; border-radius: 50%; font-size: 2rem; }
.success-card h2 { margin: 0; font: 3.1rem/1.1 var(--serif); }
.success-card p { max-width: 500px; margin: 14px auto 26px; color: var(--ink-soft); }
.success-details { max-width: 540px; margin: 0 auto 28px; padding: 20px; text-align: left; background: #f7efe9; border-radius: 16px; }
.success-details > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; font-size: .78rem; }

.lookup-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 30px; align-items: start; }
.auth-panel { padding: 30px; }
.auth-panel h2 { margin: 0; font: 2rem/1.1 var(--serif); }
.auth-panel p { margin: 10px 0 24px; color: var(--ink-soft); font-size: .82rem; }
.lookup-form { display: grid; gap: 14px; }
.lookup-form .button { margin-top: 4px; }
.appointments-panel { min-height: 420px; padding: 28px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.panel-head h2 { margin: 0; font: 2rem/1 var(--serif); }
.panel-head p { margin: 7px 0 0; color: var(--ink-soft); font-size: .75rem; }
.appointment-list { display: grid; gap: 14px; }
.appointment-card { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.appointment-date { display: grid; place-items: center; width: 68px; height: 68px; background: #f2e6df; border-radius: 14px; }
.appointment-date strong { font: 1.7rem/1 var(--serif); }
.appointment-date span { color: var(--rose-dark); font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.appointment-main h3 { margin: 0; font-size: .9rem; }
.appointment-main p { margin: 4px 0 0; color: var(--ink-soft); font-size: .73rem; }
.appointment-actions { display: flex; gap: 8px; }
.icon-button { display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0 12px; border: 1px solid var(--line); background: #fff; border-radius: 10px; font-size: .7rem; }
.icon-button:hover { background: #f7eee9; }
.status-badge { display: inline-flex; align-items: center; width: max-content; margin-top: 9px; padding: 4px 8px; border-radius: 999px; font-size: .62rem; font-weight: 700; }
.status-pendiente { color: #8a641e; background: #fff2d4; }
.status-confirmada { color: #356d43; background: #e5f4e8; }
.status-completada { color: #3b5d86; background: #e8f0fa; }
.status-cancelada { color: #8c3b42; background: #fae7e9; }
.empty-state { display: grid; place-items: center; min-height: 330px; padding: 40px; text-align: center; color: var(--ink-soft); }
.empty-state .empty-icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 18px; background: #f1e5de; border-radius: 50%; font-size: 1.7rem; }
.empty-state h3 { margin: 0 0 7px; color: var(--ink); font: 1.7rem/1.2 var(--serif); }
.empty-state p { max-width: 400px; margin: 0; font-size: .78rem; }

.admin-shell { background: #f4eee8; }
.admin-header { position: sticky; top: 0; z-index: 90; color: #fff; background: #251a1a; }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.admin-header .brand-name { color: #fff; }
.admin-header .brand-subtitle { color: #cbb8b3; }
.admin-actions { display: flex; align-items: center; gap: 12px; }
.admin-actions a { font-size: .78rem; }
.admin-main { padding: 42px 0 90px; }
.admin-welcome { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.admin-welcome h1 { margin: 0; font: 3.3rem/1 var(--serif); }
.admin-welcome p { margin: 9px 0 0; color: var(--ink-soft); }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.kpi-card { padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.kpi-card span { color: var(--ink-soft); font-size: .7rem; }
.kpi-card strong { display: block; margin-top: 9px; font: 2.2rem/1 var(--serif); }
.kpi-card small { display: block; margin-top: 8px; color: #63806a; font-size: .65rem; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) 330px; gap: 24px; align-items: start; }
.admin-panel { padding: 24px; }
.toolbar { display: flex; gap: 10px; margin-bottom: 18px; }
.toolbar input { flex: 1; }
.toolbar select { width: 180px; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .72rem; }
.admin-table th, .admin-table td { padding: 14px 10px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
.admin-table th { color: var(--ink-soft); font-size: .63rem; text-transform: uppercase; letter-spacing: .07em; }
.admin-table td strong { display: block; font-size: .74rem; }
.admin-table td small { color: var(--ink-soft); }
.admin-table select { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; font-size: .68rem; }
.admin-side { display: grid; gap: 18px; }
.day-summary { padding: 24px; color: #fff; background: var(--ink); border-radius: 24px; }
.day-summary h2 { margin: 0; font: 2rem/1.1 var(--serif); }
.day-summary p { color: #c7b6b1; font-size: .75rem; }
.day-timeline { display: grid; gap: 14px; margin-top: 22px; }
.timeline-item { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.timeline-item > span { color: #e7b2b0; font-size: .68rem; font-weight: 700; }
.timeline-item strong { display: block; font-size: .75rem; }
.timeline-item small { color: #bba9a4; font-size: .64rem; }
.quick-actions { padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.quick-actions h3 { margin: 0 0 14px; font-size: .8rem; }
.quick-actions .button { margin-top: 8px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 20px; background: rgba(31,20,20,.58); backdrop-filter: blur(8px); }
.modal-backdrop.open { display: grid; }
.modal { width: min(560px, 100%); max-height: 90vh; overflow: auto; padding: 28px; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.modal-head h2 { margin: 0; font: 2rem/1 var(--serif); }
.modal-close { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; border-radius: 50%; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }

.toast { position: fixed; z-index: 500; right: 22px; bottom: 22px; max-width: 360px; padding: 14px 18px; color: #fff; background: var(--ink); border-radius: 12px; box-shadow: 0 16px 40px rgba(31,20,20,.24); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .25s, transform .25s; font-size: .78rem; }
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1060px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .8rem; }
  .header-actions .icon-link { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero h1 { font-size: clamp(3.9rem, 7vw, 5.6rem); }
  .services-grid { gap: 16px; }
  .service-card-body { padding: 22px; }
  .experience-grid { gap: 55px; }
  .testimonial-layout { gap: 50px; }
  .testimonial-slider { padding: 42px; }
  .testimonial blockquote { font-size: 2rem; }
  .slider-controls { left: 42px; right: 42px; }
  .booking-layout { grid-template-columns: 1fr 310px; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-side { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: fixed; inset: 115px 16px auto; z-index: 200; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(4.2rem, 14vw, 6.6rem); }
  .hero-visual { max-width: 680px; margin: 0 auto; }
  .floating-card-top { right: 12px; }
  .floating-card-bottom { left: 12px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .experience-grid, .testimonial-layout, .page-hero-inner, .lookup-wrap { grid-template-columns: 1fr; }
  .split-heading { gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-image-wrap { aspect-ratio: auto; min-height: 330px; }
  .team-grid { gap: 16px; }
  .testimonial-title { max-width: 620px; }
  .studio-banner { grid-template-columns: 1fr; padding: 52px; }
  .studio-ornament { right: -90px; opacity: .55; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .booking-layout { grid-template-columns: 1fr; }
  .summary-panel { position: static; order: -1; }
  .booking-progress { overflow-x: auto; }
  .progress-step { min-width: 150px; }
  .calendar-wrap { grid-template-columns: 1fr; }
  .admin-side { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .announcement-bar { justify-content: space-between; font-size: .66rem; }
  .announcement-bar span { max-width: 62%; }
  .header-inner { min-height: 76px; }
  .brand { grid-template-columns: 38px auto; }
  .brand-mark { width: 36px; height: 36px; font-size: 1.3rem; }
  .brand-name { font-size: 1.35rem; }
  .main-nav { inset: 100px 12px auto; }
  .section-shell { padding-top: 10px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.3rem); }
  .hero-lead { font-size: .94rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 34px; }
  .hero-image { border-radius: 28px 28px 100px 28px; }
  .floating-card { padding: 11px 13px; }
  .floating-card-top { top: 20px; }
  .floating-card-bottom { bottom: 24px; }
  .trust-grid > div { padding: 14px; min-height: 76px; }
  .trust-grid p { font-size: .72rem; }
  .section-heading h2, .experience-copy h2, .testimonial-title h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .service-card { display: flex; }
  .service-image-wrap { min-height: 0; aspect-ratio: 1.25 / 1; }
  .service-card-body > p { min-height: auto; }
  .experience-caption { flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { display: grid; grid-template-columns: 110px 1fr; align-items: center; }
  .team-card img { width: 110px; height: 110px; }
  .team-info { align-items: start; padding: 12px 14px; flex-direction: column; }
  .testimonial-slider { min-height: 420px; padding: 32px 26px; }
  .testimonial blockquote { font-size: 1.75rem; }
  .slider-controls { left: 26px; right: 26px; bottom: 28px; }
  .studio-banner { padding: 42px 28px; border-radius: 28px; }
  .studio-copy h2 { font-size: 3.2rem; }
  .studio-actions { align-items: flex-start; flex-direction: column; }
  .studio-ornament { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 56px 0 38px; }
  .page-hero h1 { font-size: 3.8rem; }
  .page-content { padding: 42px 0 80px; }
  .booking-panel, .summary-panel, .appointments-panel, .admin-panel, .auth-panel { border-radius: 20px; }
  .booking-step { padding: 24px 18px; }
  .choice-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .checkbox-row { grid-column: auto; }
  .booking-nav { flex-direction: column-reverse; }
  .booking-nav .button { width: 100%; }
  .summary-panel { padding: 20px; }
  .lookup-wrap { gap: 18px; }
  .appointments-panel { padding: 18px; }
  .appointment-card { grid-template-columns: 58px 1fr; }
  .appointment-date { width: 56px; height: 56px; }
  .appointment-actions { grid-column: 1 / -1; justify-content: flex-end; }
  .admin-welcome { align-items: flex-start; flex-direction: column; }
  .admin-welcome h1 { font-size: 2.7rem; }
  .kpi-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .kpi-card { padding: 17px; }
  .toolbar { flex-direction: column; }
  .toolbar select { width: 100%; }
}

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

/* ========================================================================== 
   MarisolSalon editorial redesign
   ========================================================================== */
:root {
  --ink: #171310;
  --ink-soft: #655b57;
  --cream: #fbfaf7;
  --paper: #fffefd;
  --rose: #d77288;
  --rose-dark: #bb5f76;
  --blush: #f7e6e8;
  --sand: #eaded8;
  --sand-deep: #d4bbb1;
  --line: rgba(23, 19, 16, 0.14);
  --shadow: 0 26px 70px rgba(58, 39, 34, 0.12);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 1380px;
}

body { background: var(--cream); }
.button { border-radius: 0; min-height: 50px; padding-inline: 26px; text-transform: uppercase; letter-spacing: .17em; font-size: .68rem; font-weight: 700; }
.button-dark { background: var(--ink); box-shadow: none; }
.button-dark:hover { background: #2d2723; box-shadow: none; }
.button-outline { background: transparent; }
.brand { display: inline-flex; align-items: baseline; grid-template: none; gap: 0; }
.brand-name { font: 500 2.15rem/.9 var(--serif); letter-spacing: -.045em; white-space: nowrap; }
.brand-name span { font-style: normal; }
.brand-name em { color: var(--rose); font-style: italic; font-weight: 400; }
.brand-mark, .brand-subtitle { display: none; }

/* Homepage header */
.home-maison { background: var(--cream); }
.home-maison .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  transition: background .25s ease, box-shadow .25s ease;
}
.home-maison .site-header.scrolled {
  background: rgba(251, 248, 246, .94);
  box-shadow: 0 7px 30px rgba(40, 27, 23, .08);
  backdrop-filter: blur(18px);
}
.maison-header-inner {
  width: calc(100% - clamp(44px, 8vw, 150px));
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}
.home-maison .main-nav { margin: 0; justify-content: flex-start; gap: clamp(20px, 2.2vw, 42px); }
.home-maison .main-nav a,
.maison-account-link {
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .21em;
}
.home-maison .main-nav a::after { bottom: -9px; background: var(--rose); }
.maison-brand { justify-self: center; }
.maison-brand .brand-name { font-size: clamp(2rem, 2.5vw, 2.8rem); }
.maison-actions { justify-self: end; gap: 25px; }
.maison-admin-link { display: grid; place-items: center; width: 38px; height: 38px; }
.maison-reserve-top { min-height: 49px; padding-inline: 27px; }
.mobile-only-link { display: none; }

/* Homepage hero */
.maison-hero {
  min-height: 900px;
  height: 100svh;
  max-height: 1040px;
  display: grid;
  grid-template-columns: 52.5% 47.5%;
  overflow: hidden;
  background: var(--blush);
}
.maison-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 145px clamp(52px, 7vw, 142px) 62px clamp(52px, 7.3vw, 148px);
  background: var(--blush);
}
.maison-kicker {
  color: var(--rose);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .34em;
}
.maison-hero h1,
.maison-section-heading h2,
.maison-salon h2,
.maison-journey h2,
.maison-testimonials h2,
.maison-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .87;
  letter-spacing: -.055em;
}
.maison-hero h1 { margin-top: 40px; font-size: clamp(5.7rem, 8.4vw, 10.1rem); }
.maison-hero h1 em,
.maison-section-heading h2 em,
.maison-salon h2 em,
.maison-journey h2 em,
.maison-testimonials h2 em,
.maison-cta h2 em { font-weight: 400; font-style: italic; }
.maison-hero-copy > p {
  max-width: 610px;
  margin: 44px 0 0;
  color: var(--ink-soft);
  font-size: clamp(.95rem, 1.12vw, 1.14rem);
  line-height: 1.85;
}
.maison-hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 45px; }
.maison-button-rose { color: #fff; background: var(--rose); border: 1px solid var(--rose); min-width: 205px; }
.maison-button-rose:hover { background: var(--rose-dark); border-color: var(--rose-dark); }
.maison-button-outline { color: var(--ink); background: transparent; border: 1px solid rgba(23,19,16,.22); min-width: 205px; }
.maison-button-outline:hover { background: rgba(255,255,255,.45); }
.maison-stats { display: flex; gap: clamp(36px, 5vw, 84px); margin-top: 78px; }
.maison-stats > div { display: grid; gap: 2px; }
.maison-stats strong { font: 400 clamp(1.8rem, 2.5vw, 2.6rem)/1 var(--serif); letter-spacing: -.04em; }
.maison-stats span { color: var(--ink-soft); font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.maison-hero-visual { position: relative; min-width: 0; }
.maison-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.availability-card {
  position: absolute;
  left: 46px;
  bottom: 38px;
  width: min(320px, calc(100% - 70px));
  padding: 28px 30px;
  background: rgba(255,252,249,.95);
  box-shadow: 0 18px 45px rgba(37,25,21,.12);
  backdrop-filter: blur(12px);
}
.availability-card > span { color: var(--rose); font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.availability-card p { margin: 15px 0 0; font: 400 1.32rem/1.25 var(--serif); }
.availability-card p strong { font-weight: 500; }

/* Editorial services */
.maison-services { padding: 120px clamp(20px, 2.2vw, 42px) 138px; background: var(--cream); }
.maison-section-heading {
  width: min(1380px, calc(100% - 42px));
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: 1.15fr .55fr;
  align-items: end;
  gap: 80px;
}
.maison-section-heading h2 { margin-top: 23px; font-size: clamp(4.1rem, 6vw, 6.8rem); }
.maison-section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--ink-soft); line-height: 1.8; }
.editorial-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.editorial-service-card { overflow: hidden; background: #fff; border: 1px solid rgba(23,19,16,.13); transition: transform .3s ease, box-shadow .3s ease; }
.editorial-service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 52px rgba(58,39,34,.11); }
.editorial-service-image { display: block; overflow: hidden; aspect-ratio: .82 / 1; background: #eee5df; }
.editorial-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.editorial-service-card:hover .editorial-service-image img { transform: scale(1.025); }
.editorial-service-body { padding: 30px 34px 28px; }
.editorial-service-title { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.editorial-service-title h3 { margin: 0; font: 400 clamp(2rem, 2.6vw, 3rem)/1 var(--serif); letter-spacing: -.04em; }
.editorial-service-title strong { color: var(--rose); font: 400 1.55rem/1 var(--serif); white-space: nowrap; }
.editorial-service-body > p { min-height: 62px; margin: 22px 0 28px; color: var(--ink-soft); font-size: .82rem; line-height: 1.8; }
.editorial-service-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); }
.editorial-service-footer span,
.editorial-service-footer a { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.editorial-service-footer a { color: var(--rose); }
.maison-service-list { width: min(1380px, calc(100% - 42px)); margin: 80px auto 0; border-top: 1px solid var(--line); }
.maison-service-list a { display: grid; grid-template-columns: 75px 1fr auto 30px; align-items: center; gap: 20px; min-height: 92px; border-bottom: 1px solid var(--line); }
.maison-service-list span { color: var(--rose); font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.maison-service-list strong { font: 400 clamp(1.75rem, 2.3vw, 2.45rem)/1 var(--serif); }
.maison-service-list em { color: var(--ink-soft); font-size: .72rem; font-style: normal; text-transform: uppercase; letter-spacing: .16em; }
.maison-service-list b { font-weight: 400; transition: transform .2s ease; }
.maison-service-list a:hover b { transform: translateX(6px); }

/* Salon split */
.maison-salon { display: grid; grid-template-columns: 53% 47%; min-height: 760px; background: var(--blush); }
.maison-salon-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(55px, 8vw, 150px); }
.maison-salon h2 { margin-top: 30px; font-size: clamp(4.6rem, 6.8vw, 7.8rem); }
.maison-salon-copy > p { max-width: 610px; margin: 46px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.9; }
.salon-details { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 62px; }
.salon-details > div { display: grid; gap: 12px; }
.salon-details span { color: var(--ink-soft); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; }
.salon-details strong { font: 400 1.45rem/1.2 var(--serif); }
.maison-text-link { margin-top: 45px; width: fit-content; color: var(--rose-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; }
.maison-salon-image { padding: 105px 42px 105px 0; }
.maison-salon-image img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; }

/* Team */
.maison-team { padding: 130px clamp(24px, 4vw, 70px) 145px; background: #fff; }
.maison-team .maison-section-heading { width: min(1320px, 100%); }
.maison-team-grid { width: min(1320px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.maison-team-card { position: relative; overflow: hidden; min-height: 590px; background: #ece2dc; }
.maison-team-card > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.maison-team-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(16,11,9,.84)); pointer-events: none; }
.maison-team-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 27px; color: #fff; }
.maison-team-card h3 { margin: 0; font: 400 2.4rem/1 var(--serif); }
.maison-team-card p { margin: 8px 0 14px; font-size: .74rem; }
.maison-team-card span { color: #eadbda; font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; }

/* Booking journey */
.maison-journey { min-height: 760px; display: grid; grid-template-columns: 48% 52%; background: #211a17; color: #fff; }
.maison-journey-image { overflow: hidden; }
.maison-journey-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.78); }
.maison-journey-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(55px, 8vw, 145px); }
.maison-journey h2 { margin-top: 28px; font-size: clamp(4.5rem, 6.8vw, 7.7rem); }
.maison-journey ol { list-style: none; margin: 48px 0 42px; padding: 0; }
.maison-journey li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.maison-journey li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.maison-journey li > span { color: var(--rose); font-size: .66rem; font-weight: 700; }
.maison-journey li strong { font: 400 1.55rem/1 var(--serif); }
.maison-journey li p { margin: 8px 0 0; color: #bfb4af; font-size: .78rem; }
.maison-journey .button { width: fit-content; }

/* Testimonials */
.maison-testimonials { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 135px max(5vw, 38px); background: var(--cream); }
.maison-testimonial-intro { padding-left: max(2vw, 0px); }
.maison-testimonials h2 { margin-top: 28px; font-size: clamp(4.1rem, 6.2vw, 7rem); }
.maison-rating { display: flex; align-items: center; gap: 24px; margin-top: 55px; }
.maison-rating > strong { font: 400 4rem/1 var(--serif); }
.maison-rating > span { color: var(--rose); font-size: .78rem; letter-spacing: .18em; }
.maison-rating small { color: var(--ink-soft); font-size: .62rem; letter-spacing: .03em; }
.maison-testimonial-slider { position: relative; min-height: 480px; padding: 65px 65px 90px; color: var(--ink); background: var(--blush); }
.maison-testimonial-slider .testimonial { display: none; }
.maison-testimonial-slider .testimonial.active { display: block; animation: fadeIn .35s ease; }
.maison-testimonial-slider blockquote { margin: 0; font: 400 clamp(2.4rem, 3.4vw, 4rem)/1.13 var(--serif); letter-spacing: -.035em; }
.maison-testimonial-slider .testimonial > div { display: grid; gap: 3px; margin-top: 42px; }
.maison-testimonial-slider .testimonial > div strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.maison-testimonial-slider .testimonial > div span { color: var(--ink-soft); font-size: .72rem; }
.maison-testimonial-slider .slider-controls { position: absolute; left: 65px; right: 65px; bottom: 38px; display: flex; align-items: center; justify-content: flex-end; }
.maison-testimonial-slider .slider-controls button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 0; background: transparent; }

/* Final CTA + footer */
.maison-cta { padding: 115px 40px; text-align: center; color: #fff; background: linear-gradient(rgba(25,18,15,.68), rgba(25,18,15,.74)), url("../images/salon-interior.jpg") center/cover no-repeat; }
.maison-cta h2 { margin-top: 25px; font-size: clamp(4.6rem, 7vw, 8rem); }
.maison-cta > p { margin: 35px 0; color: #eadfda; }
.maison-cta > div { display: flex; justify-content: center; align-items: center; gap: 30px; }
.maison-button-light { color: var(--ink); background: #fff; }
.maison-cta > div > a:last-child { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.maison-footer { padding: 75px max(5vw, 38px) 28px; color: #d9ceca; background: #171310; }
.maison-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); gap: 70px; }
.maison-footer .brand-name { color: #fff; font-size: 2.7rem; }
.maison-footer-brand > p { max-width: 360px; margin: 24px 0 0; color: #9f918b; font-size: .78rem; }
.maison-footer-grid h3 { margin: 0 0 20px; color: #fff; font-size: .62rem; text-transform: uppercase; letter-spacing: .23em; }
.maison-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.maison-footer-grid a, .maison-footer-grid p { color: #9f918b; font-size: .74rem; }
.maison-footer-grid a:hover { color: #fff; }
.maison-footer-grid p { margin: 0; }
.maison-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; color: #776b66; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }

/* Inner pages inherit the MarisolSalon identity while preserving functionality */
.page-body { background: #f8eeee; }
.page-body .site-header { background: rgba(251,250,247,.96); }
.page-body .header-inner { min-height: 84px; }
.page-body .main-nav a { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.page-body .brand-name { font-size: 2rem; }
.page-hero { padding: 95px 0 65px; background: var(--blush); }
.page-hero h1 { font-size: clamp(4.8rem, 7vw, 7.5rem); }
.page-hero h1 em { color: var(--rose-dark); }
.booking-panel, .summary-panel, .appointments-panel, .admin-panel, .auth-panel { border-radius: 0; box-shadow: 0 18px 50px rgba(70,42,42,.055); }
.booking-progress { background: #fff; }
.choice-card, .calendar-box, .time-box, .form-field input, .form-field textarea, .toolbar input, .toolbar select, .admin-table select { border-radius: 0; }
.choice-card.selected, .calendar-day.selected, .time-slot.selected { background: var(--rose-dark); border-color: var(--rose-dark); }
.summary-panel { border-top: 4px solid var(--rose); }
.site-footer:not(.maison-footer) { background: #171310; }
.site-footer:not(.maison-footer) .footer-bottom { color: #a49691; }

.admin-shell { background: #f7eeee; }
.admin-header { background: #171310; }
.admin-header .brand-name { color: #fff; }
.admin-main .eyebrow { color: var(--rose-dark); }
.admin-panel, .kpi-card, .quick-actions, .day-summary { border-radius: 0; }
.day-summary { background: #171310; }

/* Responsive */
@media (max-width: 1280px) {
  .maison-header-inner { width: calc(100% - 55px); gap: 18px; }
  .home-maison .main-nav { gap: 20px; }
  .home-maison .main-nav a { font-size: .6rem; }
  .maison-actions { gap: 16px; }
  .maison-hero-copy { padding-left: 6vw; padding-right: 5vw; }
  .maison-hero h1 { font-size: clamp(5.2rem, 8vw, 8rem); }
  .maison-service-list { width: 100%; }
}

@media (max-width: 1020px) {
  .home-maison .site-header { background: rgba(251,248,246,.93); backdrop-filter: blur(16px); }
  .maison-header-inner { display: flex; min-height: 82px; }
  .home-maison .menu-toggle { display: block; order: 0; }
  .maison-brand { position: absolute; left: 50%; transform: translateX(-50%); }
  .maison-actions { margin-left: auto; }
  .maison-account-link, .maison-admin-link { display: none; }
  .home-maison .main-nav {
    position: fixed;
    inset: 82px 16px auto;
    z-index: 200;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .home-maison .main-nav.open { display: flex; }
  .home-maison .main-nav a { padding: 15px 10px; border-bottom: 1px solid var(--line); font-size: .68rem; }
  .mobile-only-link { display: block; }
  .maison-hero { height: auto; min-height: 0; grid-template-columns: 1fr; padding-top: 82px; }
  .maison-hero-copy { min-height: 720px; padding: 90px 8vw 70px; }
  .maison-hero-visual { min-height: 700px; }
  .editorial-service-grid { grid-template-columns: 1fr 1fr; }
  .editorial-service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .editorial-service-card:last-child .editorial-service-image { aspect-ratio: auto; min-height: 520px; }
  .maison-salon { grid-template-columns: 1fr; }
  .maison-salon-image { padding: 0 7vw 90px; }
  .maison-team-grid { grid-template-columns: 1fr 1fr; }
  .maison-team-card:last-child { grid-column: 1 / -1; }
  .maison-journey { grid-template-columns: 1fr; }
  .maison-journey-image { min-height: 620px; }
  .maison-testimonials { grid-template-columns: 1fr; }
  .maison-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .maison-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .maison-header-inner { width: calc(100% - 28px); }
  .maison-brand .brand-name { font-size: 1.9rem; }
  .maison-reserve-top { min-height: 42px; padding-inline: 15px; font-size: .58rem; }
  .maison-hero-copy { min-height: 650px; padding: 85px 24px 60px; }
  .maison-hero h1 { margin-top: 30px; font-size: clamp(4.4rem, 19vw, 6.2rem); }
  .maison-hero-copy > p { margin-top: 32px; font-size: .9rem; }
  .maison-hero-actions { flex-direction: column; align-items: stretch; }
  .maison-button-rose, .maison-button-outline { width: 100%; min-width: 0; }
  .maison-stats { gap: 30px; margin-top: 52px; }
  .maison-stats strong { font-size: 1.8rem; }
  .maison-stats span { font-size: .52rem; }
  .maison-hero-visual { min-height: 560px; }
  .availability-card { left: 20px; bottom: 20px; }
  .maison-services { padding: 90px 14px; }
  .maison-section-heading { width: 100%; grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .maison-section-heading h2 { font-size: clamp(3.8rem, 16vw, 5.5rem); }
  .editorial-service-grid { grid-template-columns: 1fr; gap: 18px; }
  .editorial-service-card:last-child { grid-column: auto; display: block; }
  .editorial-service-card:last-child .editorial-service-image { aspect-ratio: .82 / 1; min-height: 0; }
  .editorial-service-body { padding: 25px 24px; }
  .maison-service-list { margin-top: 55px; }
  .maison-service-list a { grid-template-columns: 38px 1fr 22px; min-height: 82px; }
  .maison-service-list em { display: none; }
  .maison-service-list strong { font-size: 1.65rem; }
  .maison-salon-copy { padding: 90px 24px 70px; }
  .maison-salon h2 { font-size: clamp(4rem, 17vw, 5.8rem); }
  .maison-salon-copy > p { margin-top: 35px; }
  .salon-details { grid-template-columns: 1fr; gap: 28px; margin-top: 42px; }
  .maison-salon-image { padding: 0 18px 70px; }
  .maison-salon-image img { min-height: 360px; }
  .maison-team { padding: 90px 18px; }
  .maison-team-grid { grid-template-columns: 1fr; }
  .maison-team-card, .maison-team-card > img { min-height: 510px; }
  .maison-team-card:last-child { grid-column: auto; }
  .maison-journey-image { min-height: 480px; }
  .maison-journey-copy { padding: 80px 24px; }
  .maison-journey h2 { font-size: clamp(4rem, 17vw, 5.8rem); }
  .maison-testimonials { padding: 90px 18px; gap: 45px; }
  .maison-testimonials h2 { font-size: clamp(3.8rem, 16vw, 5.5rem); }
  .maison-testimonial-slider { min-height: 480px; padding: 42px 26px 85px; }
  .maison-testimonial-slider blockquote { font-size: 2.25rem; }
  .maison-testimonial-slider .slider-controls { left: 26px; right: 26px; }
  .maison-cta { padding: 90px 20px; }
  .maison-cta h2 { font-size: clamp(4rem, 17vw, 5.7rem); }
  .maison-cta > div { flex-direction: column; }
  .maison-footer { padding: 65px 24px 25px; }
  .maison-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .maison-footer-brand { grid-column: 1 / -1; }
  .maison-footer-grid > div:last-child { grid-column: auto; }
  .maison-footer-bottom { flex-direction: column; }
  .page-body .header-actions .button { display: none; }
}

/* ========================================================================== 
   MarisolSalon booking experience v2
   ========================================================================== */
.booking-v2-page {
  --booking-accent: #6f5bf4;
  --booking-accent-soft: #f2efff;
  --booking-bg: #f5f5f4;
  --booking-border: #dededb;
  --booking-muted: #77736f;
  background: var(--booking-bg);
}
.booking-v2-page .site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e8e7e4;
  backdrop-filter: blur(18px);
}
.booking-v2-page .header-inner { min-height: 76px; }
.booking-v2-page .brand-name { font-size: 1.85rem; }
.booking-v2-main { min-height: calc(100vh - 76px); padding: 42px 0 90px; }
.booking-v2-container { width: min(1540px, calc(100% - 64px)); }
.booking-v2-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}
.booking-v2-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--rose-dark);
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.booking-v2-heading h1 {
  margin: 0;
  color: #171717;
  font: 800 clamp(2.15rem, 3.5vw, 3.25rem)/1.05 var(--sans);
  letter-spacing: -.045em;
}
.booking-v2-heading p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--booking-muted);
  font-size: .92rem;
}
.booking-v2-progress {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 2px;
  padding: 0;
  list-style: none;
}
.booking-v2-progress li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 92px;
  color: #9a9895;
}
.booking-v2-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  height: 2px;
  background: #dddcd9;
}
.booking-v2-progress li span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #6d6965;
  background: #fff;
  border: 1px solid #d8d7d4;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 800;
}
.booking-v2-progress li strong {
  font-size: .66rem;
  font-weight: 700;
}
.booking-v2-progress li.active,
.booking-v2-progress li.complete { color: #171717; }
.booking-v2-progress li.active span {
  color: #fff;
  background: #171717;
  border-color: #171717;
}
.booking-v2-progress li.complete span {
  color: #fff;
  background: var(--booking-accent);
  border-color: var(--booking-accent);
}
.booking-v2-progress li.complete span::before { content: "✓"; }
.booking-v2-progress li.complete span { font-size: 0; }
.booking-v2-progress li.complete span::before { font-size: .75rem; }
.booking-v2-progress li.complete:not(:last-child)::after { background: var(--booking-accent); }

.booking-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 34px;
  align-items: start;
}
.booking-v2-layout.success-mode { grid-template-columns: minmax(0, 920px); justify-content: center; }
.booking-v2-workspace { min-width: 0; }
.booking-v2-step { display: none; }
.booking-v2-step.active { display: block; animation: fadeIn .25s ease; }
.booking-v2-toolbar { position: relative; margin-bottom: 24px; }
.booking-v2-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 8px 8px 0;
  scrollbar-width: thin;
}
.booking-category-pill {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 22px;
  color: #262422;
  background: transparent;
  border: 1px solid #d6d5d2;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 650;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.booking-category-pill:hover { transform: translateY(-1px); border-color: #aaa7a2; }
.booking-category-pill.active { color: #fff; background: #171717; border-color: #171717; }

.booking-service-list,
.booking-stylist-list { display: grid; gap: 15px; }
.booking-service-card,
.booking-stylist-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 190px;
  align-items: stretch;
  gap: 20px;
  padding: 25px 76px 24px 28px;
  color: #171717;
  text-align: left;
  background: #fff;
  border: 1px solid var(--booking-border);
  border-radius: 22px;
  box-shadow: 0 2px 0 rgba(20,20,20,.015);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.booking-service-card:hover,
.booking-stylist-card:hover {
  transform: translateY(-2px);
  border-color: #b8b5b1;
  box-shadow: 0 12px 35px rgba(30,27,24,.07);
}
.booking-service-card.selected,
.booking-stylist-card.selected {
  border-color: var(--booking-accent);
  box-shadow: inset 0 0 0 1px var(--booking-accent), 0 10px 28px rgba(111,91,244,.09);
}
.booking-service-copy {
  display: grid;
  align-content: start;
  width: 100%;
}
.booking-service-copy > strong {
  margin-right: 18px;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.35;
}
.booking-service-copy > small {
  margin-top: 4px;
  color: var(--booking-muted);
  font-size: .78rem;
}
.booking-service-copy > p {
  max-width: 890px;
  margin: 13px 0 22px;
  color: #6f6b67;
  font-size: .84rem;
  line-height: 1.65;
}
.booking-service-copy > b {
  margin-top: auto;
  font-size: .94rem;
  font-weight: 800;
}
.booking-service-control {
  position: absolute;
  right: 24px;
  bottom: 23px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: #202020;
  background: #fff;
  border: 1px solid #e3e2df;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(25,25,25,.09);
  font-size: 1.25rem;
  font-weight: 500;
}
.booking-service-card.selected .booking-service-control,
.booking-stylist-card.selected .booking-service-control {
  color: #fff;
  background: var(--booking-accent);
  border-color: var(--booking-accent);
  font-size: .95rem;
}
.booking-stylist-card { min-height: 144px; align-items: center; padding-left: 20px; }
.booking-stylist-card > img {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 16px;
}
.booking-stylist-copy { display: grid; gap: 5px; }
.booking-stylist-copy > strong { font-size: 1.02rem; }
.booking-stylist-copy > small { color: var(--booking-muted); font-size: .8rem; }
.booking-stylist-copy > em { margin-top: 8px; color: #77726e; font-size: .75rem; font-style: normal; }
.booking-stylist-copy > em b { color: #222; }

.booking-v2-step-head {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  margin-bottom: 24px;
}
.booking-v2-step-head > div > span {
  color: var(--booking-accent);
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.booking-v2-step-head h2 {
  margin: 5px 0 0;
  color: #171717;
  font: 800 clamp(1.75rem, 2.7vw, 2.45rem)/1.1 var(--sans);
  letter-spacing: -.035em;
}
.booking-v2-step-head p { margin: 8px 0 0; color: var(--booking-muted); font-size: .86rem; }
.booking-inline-back {
  align-self: start;
  padding: 6px 0;
  color: #5f5b57;
  background: transparent;
  border: 0;
  font-size: .75rem;
  font-weight: 700;
}
.booking-inline-back:hover { color: #171717; }

.booking-v2-calendar-wrap { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(300px, 1.05fr); gap: 18px; }
.booking-v2-calendar-card,
.booking-v2-time-card {
  min-height: 430px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--booking-border);
  border-radius: 22px;
}
.booking-v2-calendar-card .calendar-head { margin-bottom: 22px; }
.booking-v2-calendar-card .calendar-head button {
  width: 38px;
  height: 38px;
  color: #222;
  background: #fff;
  border: 1px solid #deddd9;
  border-radius: 50%;
}
.booking-v2-calendar-card .calendar-head strong { font-size: .9rem; font-weight: 800; text-transform: capitalize; }
.booking-v2-calendar-card .calendar-grid { gap: 7px; }
.booking-v2-calendar-card .calendar-grid .dow { height: 34px; color: #8b8783; font-size: .68rem; }
.booking-v2-page .calendar-day {
  min-width: 34px;
  color: #242220;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: .77rem;
  font-weight: 650;
}
.booking-v2-page .calendar-day:hover:not([disabled]) { background: var(--booking-accent-soft); border-color: #d7d0ff; }
.booking-v2-page .calendar-day.selected { color: #fff; background: var(--booking-accent); border-color: var(--booking-accent); }
.booking-v2-page .calendar-day.today:not(.selected) { border-color: #c5baff; }
.booking-v2-time-head > span {
  color: var(--booking-accent);
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.booking-v2-time-head h3 { margin: 8px 0 22px; color: #242220; font-size: 1rem; text-transform: capitalize; }
.booking-v2-time-card .time-slots { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.booking-v2-page .time-slot {
  min-height: 46px;
  color: #2b2927;
  background: #fff;
  border: 1px solid #d9d8d4;
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 750;
}
.booking-v2-page .time-slot:hover:not([disabled]) { border-color: var(--booking-accent); }
.booking-v2-page .time-slot.selected { color: #fff; background: var(--booking-accent); border-color: var(--booking-accent); }
.booking-v2-page .time-slot[disabled] { color: #b8b5b0; background: #f4f3f1; cursor: not-allowed; text-decoration: line-through; }
.booking-time-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 28px;
  color: #8c8884;
  text-align: center;
  background: #f7f6f4;
  border-radius: 15px;
  font-size: .8rem;
}
.booking-v2-help { margin: 20px 0 0; color: #918d88; font-size: .7rem; }

.booking-v2-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--booking-border);
  border-radius: 22px;
}
.booking-v2-form .form-field { display: grid; gap: 8px; }
.booking-v2-form .form-field.full { grid-column: 1 / -1; }
.booking-v2-form label { color: #34312f; font-size: .75rem; font-weight: 750; }
.booking-v2-form label span { color: #8f8a85; font-weight: 500; }
.booking-v2-form input,
.booking-v2-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #222;
  background: #fff;
  border: 1px solid #d8d6d2;
  border-radius: 12px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.booking-v2-form textarea { min-height: 120px; resize: vertical; }
.booking-v2-form input:focus,
.booking-v2-form textarea:focus { border-color: var(--booking-accent); box-shadow: 0 0 0 4px rgba(111,91,244,.1); }
.booking-v2-form .checkbox-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  padding-top: 4px;
}
.booking-v2-form .checkbox-row input { width: 18px; min-height: 18px; margin: 1px 0 0; accent-color: var(--booking-accent); }
.booking-v2-form .checkbox-row label { color: #6f6b67; font-size: .72rem; font-weight: 500; line-height: 1.55; }

.booking-v2-summary {
  position: sticky;
  top: 104px;
  min-height: 620px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--booking-border);
  border-radius: 30px;
  box-shadow: 0 10px 35px rgba(30,27,24,.045);
}
.booking-salon-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 17px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #e4e2df;
}
.booking-salon-card img { width: 72px; height: 72px; object-fit: cover; border-radius: 13px; }
.booking-salon-card > div { display: grid; gap: 4px; min-width: 0; }
.booking-salon-card strong { color: #161616; font-size: .9rem; line-height: 1.25; }
.booking-salon-card span { color: #56514d; font-size: .75rem; white-space: nowrap; }
.booking-salon-card span i { color: #efb735; font-style: normal; letter-spacing: .02em; }
.booking-salon-card small { overflow: hidden; color: #85817c; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.booking-summary-empty {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 330px;
  padding: 35px 0;
  text-align: center;
}
.booking-summary-empty[hidden] { display: none; }
.booking-summary-empty-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--booking-accent); background: var(--booking-accent-soft); border-radius: 50%; }
.booking-summary-empty strong { margin-top: 17px; font-size: .88rem; }
.booking-summary-empty p { margin: 7px 0 0; color: #8d8883; font-size: .74rem; }
.booking-summary-content[hidden] { display: none; }
.booking-summary-service {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid #e4e2df;
}
.booking-summary-service > div { display: grid; gap: 5px; }
.booking-summary-service strong { font-size: .87rem; }
.booking-summary-service span { color: #85817c; font-size: .74rem; }
.booking-summary-service > b { font-size: .86rem; white-space: nowrap; }
.booking-summary-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #efeeec;
  font-size: .75rem;
}
.booking-summary-detail[hidden] { display: none; }
.booking-summary-detail span { color: #85817c; }
.booking-summary-detail strong { max-width: 60%; text-align: right; }
.booking-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 24px 0 16px;
  font-size: .93rem;
  font-weight: 800;
}
.booking-v2-feedback { min-height: 20px; margin: 8px 0 10px; color: #77726e; font-size: .7rem; }
.booking-v2-feedback.error { color: #b0343d; }
.booking-v2-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 60px;
  margin-top: auto;
  color: #fff;
  background: #171717;
  border: 0;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
  transition: background .2s, transform .2s, opacity .2s;
}
.booking-v2-primary:hover:not([disabled]) { background: #2c2b2a; transform: translateY(-1px); }
.booking-v2-primary[disabled] { opacity: .36; cursor: not-allowed; }
.booking-v2-primary span { font-size: 1.08rem; }
.booking-v2-secondary { width: 100%; margin-top: 14px; padding: 6px; color: #6e6965; background: transparent; border: 0; font-size: .7rem; font-weight: 700; }
.booking-v2-secure { display: block; margin-top: 15px; color: #96918c; text-align: center; font-size: .63rem; }

.booking-v2-success {
  display: none;
  justify-items: center;
  min-height: 580px;
  padding: 65px 50px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--booking-border);
  border-radius: 28px;
}
.booking-v2-success.active { display: grid; animation: fadeIn .3s ease; }
.booking-v2-success-icon { display: grid; place-items: center; width: 64px; height: 64px; color: #fff; background: var(--booking-accent); border-radius: 50%; font-size: 1.45rem; }
.booking-v2-success > span { margin-top: 22px; color: var(--booking-accent); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.booking-v2-success h2 { margin: 10px 0 0; font: 800 clamp(2.1rem, 4vw, 3.2rem)/1.05 var(--sans); letter-spacing: -.045em; }
.booking-v2-success > p { max-width: 590px; margin: 17px 0 0; color: #77726e; font-size: .86rem; }
.booking-v2-success-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; width: min(620px, 100%); margin-top: 34px; overflow: hidden; background: #e4e2df; border: 1px solid #e4e2df; border-radius: 16px; }
.booking-v2-success-details > div { display: grid; gap: 4px; padding: 16px; background: #faf9f7; }
.booking-v2-success-details span { color: #8d8883; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.booking-v2-success-details strong { font-size: .78rem; }
.booking-v2-success-actions { display: flex; gap: 12px; margin-top: 30px; }
.booking-v2-mobile-action { display: none; }
.booking-v2-footer { margin-top: 0; }

@media (max-width: 1180px) {
  .booking-v2-container { width: min(100% - 42px, 1540px); }
  .booking-v2-layout { grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; }
  .booking-v2-summary { padding: 26px; }
  .booking-v2-progress li { min-width: 76px; }
  .booking-v2-calendar-wrap { grid-template-columns: 1fr; }
  .booking-v2-calendar-card,
  .booking-v2-time-card { min-height: 0; }
}

@media (max-width: 860px) {
  .booking-v2-page { padding-bottom: 86px; }
  .booking-v2-main { padding-top: 30px; }
  .booking-v2-container { width: min(100% - 28px, 1540px); }
  .booking-v2-heading { display: grid; gap: 24px; }
  .booking-v2-heading h1 { font-size: 2.3rem; }
  .booking-v2-progress { width: 100%; justify-content: space-between; }
  .booking-v2-progress li { min-width: 0; flex: 1; }
  .booking-v2-progress li strong { display: none; }
  .booking-v2-layout { grid-template-columns: 1fr; }
  .booking-v2-summary { position: static; min-height: 0; order: 2; padding: 24px; }
  .booking-v2-summary .booking-v2-primary,
  .booking-v2-summary .booking-v2-secondary,
  .booking-v2-summary .booking-v2-secure,
  .booking-v2-summary .booking-v2-feedback { display: none; }
  .booking-summary-empty { min-height: 150px; }
  .booking-v2-mobile-action {
    position: fixed;
    z-index: 190;
    inset: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 82px;
    padding: 12px max(16px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    background: rgba(255,255,255,.96);
    border-top: 1px solid #dfddda;
    box-shadow: 0 -10px 28px rgba(25,25,25,.08);
    backdrop-filter: blur(16px);
  }
  .booking-v2-mobile-action[hidden] { display: none; }
  .booking-v2-mobile-action > div { display: grid; }
  .booking-v2-mobile-action > div span { color: #8a8580; font-size: .61rem; text-transform: uppercase; letter-spacing: .09em; }
  .booking-v2-mobile-action > div strong { margin-top: 2px; font-size: .9rem; }
  .booking-v2-mobile-action button {
    min-width: 180px;
    min-height: 54px;
    color: #fff;
    background: #171717;
    border: 0;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
  }
  .booking-v2-mobile-action button[disabled] { opacity: .35; }
  .booking-v2-footer { display: none; }
}

@media (max-width: 620px) {
  .booking-v2-page .header-inner { min-height: 70px; }
  .booking-v2-page .brand-name { font-size: 1.65rem; }
  .booking-v2-main { padding: 24px 0 45px; }
  .booking-v2-heading { margin-bottom: 26px; }
  .booking-v2-heading p { font-size: .8rem; line-height: 1.6; }
  .booking-v2-progress li span { width: 29px; height: 29px; }
  .booking-v2-progress li:not(:last-child)::after { top: 14px; left: calc(50% + 18px); width: calc(100% - 36px); }
  .booking-category-pill { min-height: 43px; padding: 0 17px; font-size: .74rem; }
  .booking-service-card { min-height: 210px; padding: 21px 66px 20px 20px; border-radius: 18px; }
  .booking-service-copy > strong { font-size: .96rem; }
  .booking-service-copy > p { margin: 11px 0 18px; font-size: .76rem; }
  .booking-service-control { right: 18px; bottom: 18px; width: 40px; height: 40px; }
  .booking-v2-step-head { grid-template-columns: 1fr; gap: 5px; }
  .booking-inline-back { width: fit-content; }
  .booking-v2-step-head h2 { font-size: 1.85rem; }
  .booking-stylist-card { min-height: 130px; padding: 18px 60px 18px 15px; gap: 14px; }
  .booking-stylist-card > img { width: 74px; height: 82px; border-radius: 12px; }
  .booking-stylist-copy > strong { font-size: .9rem; }
  .booking-stylist-copy > small,
  .booking-stylist-copy > em { font-size: .68rem; }
  .booking-v2-calendar-card,
  .booking-v2-time-card { padding: 19px; border-radius: 18px; }
  .booking-v2-time-card .time-slots { grid-template-columns: repeat(2, 1fr); }
  .booking-v2-form { grid-template-columns: 1fr; padding: 20px; border-radius: 18px; }
  .booking-v2-form .form-field.full,
  .booking-v2-form .checkbox-row { grid-column: auto; }
  .booking-v2-summary { padding: 20px; border-radius: 20px; }
  .booking-salon-card { grid-template-columns: 58px 1fr; }
  .booking-salon-card img { width: 58px; height: 58px; }
  .booking-v2-success { min-height: 520px; padding: 46px 20px; border-radius: 20px; }
  .booking-v2-success-details { grid-template-columns: 1fr; }
  .booking-v2-success-actions { width: 100%; flex-direction: column; }
  .booking-v2-success-actions .button { width: 100%; }
  .booking-v2-mobile-action button { min-width: 154px; }
}
