:root {
  color-scheme: light;
  --ink: #25211f;
  --ink-soft: #342b27;
  --muted: #756b66;
  --line: #e7ddd8;
  --paper: #fffaf7;
  --soft: #f6ebe6;
  --rose: #b87468;
  --rose-dark: #875349;
  --sage: #78846a;
  --gold: #b38b55;
  --blue: #31556f;
  --danger: #a33b35;
  --shadow: 0 18px 50px rgba(84, 55, 45, 0.14);
  --shadow-hover: 0 24px 64px rgba(84, 55, 45, 0.2);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: Heebo, Assistant, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 2026-06-03 focused refinement: softer premium studio UI */
:root {
  --refined-body: Assistant, Rubik, Heebo, "Noto Sans Hebrew", system-ui, sans-serif;
  --refined-heading: Rubik, "Noto Sans Hebrew", Assistant, system-ui, sans-serif;
  --refined-text: #372d28;
  --refined-muted: #81726b;
  --refined-line: rgba(156, 128, 112, 0.22);
  --refined-pearl: rgba(255, 252, 248, 0.78);
  --refined-glass: rgba(255, 255, 255, 0.64);
  --refined-champagne: #c4a178;
  --refined-shadow: 0 22px 70px rgba(74, 54, 42, 0.11);
}

body {
  font-family: var(--refined-body);
  color: var(--refined-text);
}

.brand-text,
.nav,
.primary-btn,
.secondary-btn,
.chip,
.choice,
.date-tile,
.time-tile,
.booking-flow,
.booking-summary,
.site-footer {
  font-family: var(--refined-body);
}

.hero-editorial h1,
[dir="rtl"] .hero-editorial h1,
.section-header h2,
[dir="rtl"] .section-header h2,
.services-luxury .service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
.booking-title,
.cta-band strong {
  font-family: var(--refined-heading);
  font-weight: 500;
  letter-spacing: 0;
}

.hero-editorial {
  align-items: start;
  padding-top: 48px;
}

.hero-editorial .hero-media {
  height: min(74vh, 700px);
  min-height: 620px;
  margin-top: -34px;
}

.hero-editorial .main-photo {
  object-position: center 38%;
}

.hero-signature {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 243, 0.5)),
    rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 68px rgba(74, 54, 42, 0.14);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 760px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.quick-facts div {
  position: relative;
  min-height: 96px;
  padding: 16px 16px 15px;
  border: 1px solid var(--refined-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 240, 234, 0.58));
  box-shadow: 0 16px 42px rgba(86, 60, 44, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transform: none;
}

.quick-facts div::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border: 1px solid rgba(196, 161, 120, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(196, 161, 120, 0.24), rgba(255, 255, 255, 0.4)),
    rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.quick-facts div::after {
  content: "";
  position: absolute;
  inset-inline-start: 16px;
  bottom: 12px;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--refined-champagne), transparent);
}

.quick-facts div:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(86, 60, 44, 0.1);
}

.quick-facts strong {
  display: block;
  margin: 0 0 4px;
  color: var(--refined-text);
  font-size: 15px;
  font-weight: 600;
}

.quick-facts span {
  color: var(--refined-muted);
  font-size: 13px;
  line-height: 1.45;
}

.services-luxury .service-grid {
  counter-reset: service-menu;
  gap: 16px;
}

.services-luxury .service-card,
.service-card {
  counter-increment: service-menu;
  min-height: 158px;
  padding: 20px 22px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(250, 244, 239, 0.58)),
    var(--refined-glass);
  border: 1px solid var(--refined-line);
  box-shadow: 0 18px 54px rgba(74, 54, 42, 0.08);
}

.services-luxury .service-card::before,
.service-card::before {
  content: "0" counter(service-menu);
  position: absolute;
  inset-inline-end: 20px;
  top: 18px;
  color: rgba(116, 88, 72, 0.36);
  font-family: var(--refined-heading);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.services-luxury .service-card::after,
.service-card::after {
  content: "";
  position: absolute;
  inset-inline-start: 22px;
  inset-inline-end: 22px;
  top: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.6), transparent);
}

.services-luxury .service-card:hover,
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(74, 54, 42, 0.12);
}

.services-luxury .service-card .chip,
.service-card .chip {
  width: auto;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58) !important;
  color: var(--refined-muted);
  font-size: 12px;
  border: 1px solid rgba(196, 161, 120, 0.24);
}

.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--refined-text);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
}

.services-luxury .service-card p,
.service-card p {
  color: var(--refined-muted);
  font-size: 14px;
  line-height: 1.45;
}

.service-card .meta-row,
.service-card .price-row {
  color: var(--refined-text);
}

.gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery img,
.gallery img:first-child,
.gallery img:nth-child(2),
.gallery img:nth-child(4) {
  grid-row: auto;
  grid-column: auto;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(250, 244, 239, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(74, 54, 42, 0.1);
}

.gallery img:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(74, 54, 42, 0.13);
}

.instagram-section {
  display: none;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(190px, 230px);
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(250, 243, 237, 0.6));
  border: 1px solid var(--refined-line);
  box-shadow: 0 18px 54px rgba(74, 54, 42, 0.08);
}

.cta-copy {
  display: grid;
  gap: 6px;
}

.cta-band strong {
  color: var(--refined-text);
  font-size: 22px;
}

.cta-band span {
  color: var(--refined-muted);
  line-height: 1.45;
}

.cta-instagram-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  color: var(--refined-text);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 12px 30px rgba(74, 54, 42, 0.06);
}

.cta-instagram-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 18px 38px rgba(74, 54, 42, 0.1);
}

.cta-instagram-card .instagram-mark {
  width: 38px;
  height: 38px;
  box-shadow: none;
}

.cta-instagram-card strong {
  display: block;
  font-size: 13px;
  font-family: var(--refined-body);
  font-weight: 600;
  word-break: break-word;
}

.cta-instagram-card small {
  display: block;
  color: var(--refined-muted);
  font-size: 12px;
}

.footer-instagram,
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-instagram svg,
.footer-whatsapp svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .hero-editorial {
    padding-top: 34px;
  }

  .hero-editorial .hero-media {
    height: 56vh;
    min-height: 500px;
    margin-top: -14px;
  }

  .hero-editorial .main-photo {
    object-position: center 40%;
  }

  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: start;
  }

  .cta-instagram-card {
    max-width: 260px;
  }

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }
}

@media (max-width: 720px) {
  .hero-editorial {
    padding: 28px 14px 72px;
  }

  .hero-editorial .hero-media {
    height: 430px;
    min-height: 430px;
    margin-top: -8px;
  }

  .hero-editorial .main-photo {
    object-position: center 42%;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .quick-facts div {
    min-height: 88px;
    padding: 13px;
  }

  .quick-facts div::before {
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
  }

  .quick-facts strong {
    font-size: 14px;
  }

  .quick-facts span {
    font-size: 12px;
  }

  .services-luxury .service-grid,
  .service-grid {
    gap: 12px;
  }

  .services-luxury .service-card,
  .service-card {
    min-height: 138px;
    padding: 18px;
    border-radius: 18px;
  }

  .services-luxury .service-card::after,
  .service-card::after {
    inset-inline-start: 18px;
    inset-inline-end: 18px;
  }

  .services-luxury .service-card h3,
  .service-card h3,
  [dir="rtl"] .services-luxury .service-card h3,
  [dir="rtl"] .service-card h3 {
    font-size: 22px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 176px;
    gap: 10px;
  }

  .gallery img,
  .gallery img:first-child,
  .gallery img:nth-child(2),
  .gallery img:nth-child(4) {
    padding: 5px;
    border-radius: 16px;
  }

  .cta-band {
    padding: 18px;
    gap: 14px;
  }

  .cta-band strong {
    font-size: 20px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .primary-btn,
  .cta-actions .secondary-btn {
    flex: 1 1 145px;
  }

  .cta-instagram-card {
    width: 100%;
    max-width: none;
  }
}

/* True EOF overrides: latest user-requested micro fixes */
.quick-facts div::before,
.quick-facts div::after {
  display: none !important;
}

.quick-facts div > svg {
  width: 27px;
  height: 27px;
  margin-bottom: 11px;
  color: #a77d62;
  filter: drop-shadow(0 6px 14px rgba(112, 75, 54, 0.12));
}

.services-luxury .service-card::before,
.service-card::before,
.services-luxury .service-card::after,
.service-card::after {
  display: none !important;
}

.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.services-luxury .service-card h3::before,
.services-luxury .service-card h3::after,
.service-card h3::before,
.service-card h3::after {
  content: "";
  flex: 1 1 36px;
  height: 1px;
  min-width: 22px;
  pointer-events: none;
}

.services-luxury .service-card h3::before,
.service-card h3::before {
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.52));
}

.services-luxury .service-card h3::after,
.service-card h3::after {
  background: linear-gradient(90deg, rgba(196, 161, 120, 0.52), transparent);
}

.cta-instagram-card {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(157, 122, 95, 0.24);
  color: var(--final-text);
  box-shadow: 0 14px 34px rgba(74, 54, 42, 0.08);
}

.cta-instagram-card .instagram-mark {
  width: 22px;
  height: 22px;
  padding: 0;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
  box-shadow: none;
}

.cta-instagram-card .instagram-mark .btn-icon {
  width: 16px;
  height: 16px;
  color: #fff;
}

.cta-instagram-card small {
  display: none;
}

.footer-instagram .btn-icon {
  width: 17px;
  height: 17px;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
}

@media (max-width: 720px) {
  .quick-facts div > svg {
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
  }

  .services-luxury .service-card h3,
  .service-card h3,
  [dir="rtl"] .services-luxury .service-card h3,
  [dir="rtl"] .service-card h3 {
    gap: 10px;
  }

  .services-luxury .service-card h3::before,
  .services-luxury .service-card h3::after,
  .service-card h3::before,
  .service-card h3::after {
    min-width: 16px;
  }

  .cta-instagram-card {
    width: 100%;
  }
}

/* Final micro fixes requested after 2026-06-03 pass */
.quick-facts div::before,
.quick-facts div::after {
  display: none;
}

.quick-facts div > svg {
  width: 27px;
  height: 27px;
  margin-bottom: 11px;
  color: #a77d62;
  filter: drop-shadow(0 6px 14px rgba(112, 75, 54, 0.12));
}

.services-luxury .service-card::before,
.service-card::before {
  display: none;
}

.services-luxury .service-card::after,
.service-card::after {
  display: none;
}

.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.services-luxury .service-card h3::before,
.services-luxury .service-card h3::after,
.service-card h3::before,
.service-card h3::after {
  content: "";
  flex: 1 1 36px;
  height: 1px;
  min-width: 22px;
  pointer-events: none;
}

.services-luxury .service-card h3::before,
.service-card h3::before {
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.52));
}

.services-luxury .service-card h3::after,
.service-card h3::after {
  background: linear-gradient(90deg, rgba(196, 161, 120, 0.52), transparent);
}

.cta-instagram-card {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(157, 122, 95, 0.24);
  color: var(--final-text);
  box-shadow: 0 14px 34px rgba(74, 54, 42, 0.08);
}

.cta-instagram-card .instagram-mark {
  width: 22px;
  height: 22px;
  padding: 0;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
  box-shadow: none;
}

.cta-instagram-card .instagram-mark .btn-icon {
  width: 16px;
  height: 16px;
  color: #fff;
}

.cta-instagram-card small {
  display: none;
}

.footer-instagram .btn-icon {
  width: 17px;
  height: 17px;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
}

@media (max-width: 720px) {
  .quick-facts div > svg {
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
  }

  .services-luxury .service-card h3,
  .service-card h3,
  [dir="rtl"] .services-luxury .service-card h3,
  [dir="rtl"] .service-card h3 {
    gap: 10px;
  }

  .services-luxury .service-card h3::before,
  .services-luxury .service-card h3::after,
  .service-card h3::before,
  .service-card h3::after {
    min-width: 16px;
  }

  .cta-instagram-card {
    width: 100%;
  }
}
*** End of File

/* True final overrides for the precise 2026-06-03 corrections */
@media (max-width: 720px) {
  .hero-editorial .hero-media {
    order: -1;
    height: 410px;
    min-height: 410px;
    margin-top: -4px;
    margin-bottom: 92px;
  }

  .hero-editorial .hero-copy {
    order: 1;
  }

  .hero-editorial .main-photo {
    height: 100%;
    min-height: 410px;
    object-position: center 38%;
  }

  .hero-signature {
    width: calc(100% - 28px);
    inset-inline: 14px;
    bottom: -82px;
    padding: 16px 18px;
    border-radius: 20px;
  }
}

/* End-of-file mobile hero correction */
@media (max-width: 720px) {
  .hero-editorial .hero-media {
    order: -1;
    height: 410px;
    min-height: 410px;
    margin-top: -4px;
    margin-bottom: 92px;
  }

  .hero-editorial .hero-copy {
    order: 1;
  }

  .hero-editorial .main-photo {
    height: 100%;
    min-height: 410px;
    object-position: center 38%;
  }

  .hero-signature {
    width: calc(100% - 28px);
    inset-inline: 14px;
    bottom: -82px;
    padding: 16px 18px;
    border-radius: 20px;
  }
}

/* Final mobile hero and compact menu tuning */
.service-meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(196, 161, 120, 0.24);
}

.service-meta strong {
  font-family: var(--final-heading);
  font-size: 18px;
  font-weight: 500;
}

.service-meta span {
  color: var(--final-muted);
  font-size: 13px;
}

@media (max-width: 720px) {
  .hero-editorial .hero-media {
    order: -1;
    height: 410px;
    min-height: 410px;
    margin-top: -4px;
    margin-bottom: 92px;
  }

  .hero-editorial .hero-copy {
    order: 1;
  }

  .hero-editorial .main-photo {
    height: 100%;
    min-height: 410px;
    object-position: center 38%;
  }

  .hero-signature {
    width: calc(100% - 28px);
    inset-inline: 14px;
    bottom: -82px;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .hero-signature strong {
    font-size: 23px;
  }

  .hero-signature p {
    gap: 8px;
  }

  .hero-signature p span,
  .hero-signature small {
    font-size: 11px;
  }

  .services-luxury .service-card,
  .service-card {
    min-height: 124px;
  }

  .services-luxury .service-card p,
  .service-card p {
    font-size: 13px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  animation: page-in 540ms var(--ease) both;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 247, 0.88);
  border-bottom: 1px solid rgba(231, 221, 216, 0.8);
  backdrop-filter: blur(16px);
  transform: translateZ(0);
  will-change: auto;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1160px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 132px;
  max-height: 50px;
  height: auto;
  object-fit: contain;
  transition: transform 220ms var(--ease), filter 220ms var(--ease);
}

.brand:hover img {
  filter: saturate(1.06);
  transform: translateY(-1px) scale(1.02);
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 18px;
}

.brand-text span {
  color: var(--muted);
  font-size: 12px;
}

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

.nav a,
.nav button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 10px 12px;
  text-decoration: none;
  position: relative;
  transition: background 220ms var(--ease), color 220ms var(--ease), transform 220ms var(--ease);
}

.nav a:hover,
.nav button:hover {
  background: var(--soft);
  color: var(--ink);
  transform: translateY(-1px);
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.danger-btn,
.btn-primary,
.btn-secondary,
.btn-ghost,
.btn-danger,
.btn-wa {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
  white-space: nowrap;
}

.btn-sm {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.btn-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.secondary-btn.whatsapp-btn,
.whatsapp-btn,
.btn-wa {
  background: linear-gradient(180deg, #ffffff, #f5fbf7);
  color: #1e5b47;
  border: 1px solid rgba(30, 91, 71, 0.34);
  box-shadow: 0 10px 24px rgba(31, 111, 85, 0.12);
}

.secondary-btn.whatsapp-btn:hover,
.whatsapp-btn:hover,
.btn-wa:hover {
  background: linear-gradient(180deg, #f7fff9, #eaf6ef);
  color: #153f32;
  border-color: rgba(30, 91, 71, 0.48);
  box-shadow: 0 14px 30px rgba(31, 111, 85, 0.18);
}

.whatsapp-btn .btn-icon,
.btn-wa .btn-icon,
.footer-whatsapp .btn-icon {
  color: #238a63;
}

.primary-btn,
.btn-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 12px 30px rgba(37, 33, 31, 0.2);
}

.primary-btn:hover,
.btn-primary:hover {
  background: #000;
  transform: translateY(-1px);
}

.primary-btn:active,
.secondary-btn:active,
.ghost-btn:active,
.danger-btn:active,
.btn-primary:active,
.btn-secondary:active,
.btn-ghost:active,
.btn-danger:active,
.btn-wa:active {
  transform: translateY(0) scale(0.98);
}

.secondary-btn,
.btn-secondary {
  background: var(--soft);
  color: var(--ink);
}

.secondary-btn:hover,
.ghost-btn:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(184, 116, 104, 0.38);
  box-shadow: 0 10px 24px rgba(84, 55, 45, 0.08);
  transform: translateY(-1px);
}

.ghost-btn,
.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
}

.danger-btn,
.btn-danger {
  background: #fff2ef;
  color: var(--danger);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 36px;
  align-items: center;
  max-width: 1160px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 44px 22px 70px;
}

.hero-copy {
  max-width: 570px;
  animation: rise-in 650ms var(--ease) 90ms both;
}

.eyebrow,
.section-eyebrow {
  color: var(--rose-dark);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 14px 0 16px;
  max-width: 620px;
  font-family: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--ink-soft);
}

.hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-hook {
  margin-top: -4px;
  color: var(--rose-dark) !important;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.quick-facts div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  transition: transform 220ms var(--ease), border-color 220ms var(--ease);
}

.quick-facts div:hover {
  border-color: rgba(184, 116, 104, 0.7);
  transform: translateY(-2px);
}

.quick-facts strong {
  display: block;
  font-size: 18px;
}

.quick-facts span {
  color: var(--muted);
  font-size: 13px;
}

.hero-media {
  position: relative;
  min-height: 0;
  display: grid;
  gap: 14px;
  animation: rise-in 720ms var(--ease) 180ms both;
}

.hero-media .main-photo {
  width: 100%;
  height: min(64vh, 620px);
  min-height: 480px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: none;
}

.floating-card {
  position: static;
  width: 100%;
  border: 1px solid rgba(231, 221, 216, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 16px 18px;
  box-shadow: 0 12px 32px rgba(84, 55, 45, 0.08);
  backdrop-filter: blur(12px);
  display: block;
  padding-inline-start: 34px;
  text-align: start;
}

.floating-card::before {
  content: "";
  position: absolute;
  inset-inline-start: 18px;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--rose), var(--gold));
}

.floating-card strong {
  display: block;
  margin-bottom: 6px;
}

.floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 22px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}

.section-header h2 {
  margin: 0;
  font-family: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: 0;
}

.section-header p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.55;
}

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

.service-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease), background 220ms var(--ease);
}

.service-card:hover {
  border-color: rgba(184, 116, 104, 0.45);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card .chip {
  align-self: flex-start;
  border-radius: 999px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
}

.service-card .chip::before {
  content: "*";
  margin-inline-end: 6px;
}

.service-card h3 {
  margin: 0;
  font-size: 20px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  color: var(--ink);
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 260px;
  gap: 12px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 420ms var(--ease), filter 420ms var(--ease), box-shadow 420ms var(--ease);
}

.gallery img:hover {
  filter: saturate(1.06);
  transform: scale(1.015);
  box-shadow: var(--shadow);
}

.gallery img:first-child {
  grid-row: span 2;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 36px rgba(84, 55, 45, 0.08);
  display: grid;
  gap: 10px;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.testimonial-card:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 116, 104, 0.24);
  box-shadow: 0 18px 44px rgba(84, 55, 45, 0.12);
}

.testimonial-card-with-image {
  padding: 12px;
  background: linear-gradient(180deg, #fff, #fffaf8);
}

.testimonial-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.testimonial-image {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 6px;
  box-shadow: 0 8px 24px rgba(84, 55, 45, 0.08);
}

.testimonial-card-with-image strong {
  padding-inline: 6px;
}

.testimonial-card-with-image p {
  padding-inline: 6px;
  font-size: 14px;
}

.cta-band,
.instagram-section,
.site-footer {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 36px rgba(84, 55, 45, 0.08);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 18px;
}

.cta-band strong,
.cta-band span {
  display: block;
}

.cta-band span,
.instagram-section p,
.site-footer span {
  color: var(--muted);
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.instagram-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 760px;
  margin: 28px auto 0;
  padding: 14px 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 38px rgba(129, 52, 175, 0.08);
}

.instagram-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.instagram-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background: linear-gradient(135deg, #f58529, #dd2a7b 46%, #8134af 72%, #515bd4);
  box-shadow: 0 10px 24px rgba(221, 42, 123, 0.2);
}

.instagram-section h2 {
  margin: 2px 0 4px;
  font-size: clamp(20px, 2.4vw, 25px);
}

.instagram-section p {
  margin: 0;
}

.instagram-btn {
  border: 1px solid rgba(221, 42, 123, 0.16);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  color: #6f2e63;
  background: #fff6fb;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), background 200ms var(--ease);
}

.instagram-btn:hover {
  background: #fff0f8;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(221, 42, 123, 0.14);
}

.site-footer {
  max-width: 1160px;
  margin: 30px auto 50px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  color: #1e5b47;
  border: 1px solid rgba(30, 91, 71, 0.28);
  box-shadow: 0 8px 18px rgba(31, 111, 85, 0.1);
}

.builder-credit {
  display: flex !important;
  align-items: center;
  grid-template-columns: none !important;
  gap: 10px !important;
  color: var(--muted);
  font-size: 13px;
}

.builder-credit img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
}

.builder-credit strong {
  color: var(--ink);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.55fr);
  gap: 22px;
  align-items: start;
  overflow-anchor: none;
}

.booking-panel,
.section,
.hero {
  scroll-margin-top: 86px;
}

.booking-flow,
.summary-panel,
.booking-summary,
.admin-card,
.modal-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.booking-flow {
  padding: 28px;
  overflow-anchor: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 247, 0.94), rgba(255, 255, 255, 0.98)),
    #fff;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  transition: background 220ms var(--ease), border-color 220ms var(--ease), color 220ms var(--ease), transform 220ms var(--ease);
}

.step.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

.booking-title {
  margin: 0 0 18px;
  font-size: 28px;
}

.booking-title.small {
  margin-top: 0;
  font-size: 22px;
}

.booking-step-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: -6px 0 16px;
}

.inline-times {
  border: 1px solid rgba(184, 116, 104, 0.22);
  border-radius: 20px;
  background: #fff7f4;
  padding: 16px;
  margin: 0 0 14px;
  animation: rise-in 260ms var(--ease) both;
}

.phone-first,
.music-picker,
.returning-client {
  border: 1px solid rgba(184, 116, 104, 0.18);
  border-radius: 18px;
  background: #fff8f5;
  padding: 16px;
  margin-bottom: 16px;
}

.phone-first h4,
.music-picker h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.music-heading p {
  margin: 0 0 14px;
  color: var(--muted);
}

.music-heading span {
  color: var(--rose-dark);
}

.genre-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.genre-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 9px 13px;
  transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.genre-pill.selected {
  background: var(--ink-soft);
  color: #fff;
  border-color: var(--ink-soft);
  box-shadow: 0 10px 24px rgba(37, 33, 31, 0.14);
}

.returning-client {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.returning-client p {
  flex: 1 1 100%;
  margin: 0;
  color: var(--muted);
}

.step-hint {
  margin: -8px 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.service-mode-toggle {
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 4px;
  margin: -4px 0 14px;
}

.service-mode-toggle button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  min-height: 36px;
  padding: 0 14px;
  transition: background 180ms var(--ease), color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.service-mode-toggle button.selected {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 33, 31, 0.14);
}

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

.choice {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 18px;
  text-align: start;
  min-height: 112px;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition: background 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.choice::after {
  content: "";
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  transform: scale(0.86);
  opacity: 0;
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.choice:hover {
  border-color: rgba(184, 116, 104, 0.42);
  box-shadow: 0 12px 30px rgba(84, 55, 45, 0.08);
}

.choice.selected {
  border-color: var(--rose);
  background: #fff4f1;
  box-shadow: 0 12px 30px rgba(184, 116, 104, 0.12);
}

.choice.selected::after {
  opacity: 1;
  border-color: var(--rose);
  background: radial-gradient(circle at center, var(--rose) 0 38%, #fff 41%);
  transform: scale(1);
}

.choice h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.choice p,
.choice span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.date-grid,
.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.date-time-picker {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
  gap: 14px;
  align-items: start;
}

.date-column,
.time-column {
  border: 1px solid rgba(184, 116, 104, 0.16);
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  min-height: 320px;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.time-column {
  position: sticky;
  top: 98px;
  background: #fffaf8;
}

.time-column.active {
  border-color: rgba(184, 116, 104, 0.28);
  box-shadow: 0 14px 36px rgba(184, 116, 104, 0.1);
}

.booking-subhead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.booking-subhead strong {
  font-size: 18px;
}

.booking-subhead span,
.time-placeholder {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.time-placeholder {
  min-height: 170px;
  border: 1px dashed rgba(184, 116, 104, 0.26);
  border-radius: 16px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.date-tile,
.time-tile {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  min-height: 64px;
  display: grid;
  place-items: center;
  gap: 2px;
  transition: background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.time-tile small {
  font-size: 11px;
  color: inherit;
  opacity: 0.72;
}

.date-tile:hover,
.time-tile:hover {
  border-color: rgba(184, 116, 104, 0.45);
  box-shadow: 0 10px 24px rgba(84, 55, 45, 0.08);
  transform: translateY(-2px);
}

.date-tile.selected,
.time-tile.selected {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 33, 31, 0.18);
}

.time-tile.occupied,
.time-tile:disabled {
  cursor: not-allowed;
  color: rgba(117, 107, 102, 0.72);
  background: repeating-linear-gradient(-45deg, #f6efeb, #f6efeb 8px, #fffaf7 8px, #fffaf7 16px);
  border-color: rgba(117, 107, 102, 0.22);
  box-shadow: none;
}

.time-tile.occupied:hover,
.time-tile:disabled:hover {
  transform: none;
  box-shadow: none;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span {
  color: var(--muted);
  font-size: 13px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  transition: background 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: rgba(184, 116, 104, 0.62);
  box-shadow: 0 0 0 4px rgba(184, 116, 104, 0.12);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.flow-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.inline-flow-actions {
  border-top: 1px solid rgba(184, 116, 104, 0.16);
  margin-top: 16px;
  padding-top: 14px;
}

.summary-panel,
.booking-summary {
  position: sticky;
  top: 98px;
  padding: 18px;
  overflow-anchor: none;
}

.summary-panel h3,
.booking-summary h3 {
  margin: 0 0 16px;
}

.booking-summary {
  background:
    linear-gradient(180deg, rgba(255, 250, 247, 0.98), rgba(255, 255, 255, 0.98)),
    #fff;
}

.booking-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.booking-summary-head span {
  color: var(--muted);
  font-size: 13px;
}

.booking-summary-head strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.summary-list {
  display: grid;
  gap: 10px;
}

.summary-item {
  border: 1px solid rgba(231, 221, 216, 0.78);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 14px;
  display: grid;
  gap: 5px;
  color: var(--muted);
}

.summary-item span,
.summary-total span {
  color: var(--muted);
  font-size: 12px;
}

.summary-item strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.summary-item small {
  color: var(--muted);
}

.summary-total {
  margin-top: 14px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.summary-total span,
.summary-total strong {
  color: #fff;
}

.summary-total strong {
  font-size: 24px;
}

.notice,
.notice-box {
  border-radius: 8px;
  background: #fff4f1;
  color: var(--rose-dark);
  padding: 12px;
  line-height: 1.45;
}

.admin-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 22px 80px;
  gap: 22px;
}

.login-page {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 44px 22px;
}

.login-card {
  width: min(440px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 28px;
  animation: rise-in 560ms var(--ease) both;
}

.login-card h1 {
  margin: 10px 0 8px;
  font-family: Assistant, Heebo, Arial, "Noto Sans Hebrew", system-ui, sans-serif;
  font-size: 36px;
  line-height: 1.08;
}

.login-card p,
.login-sub {
  color: var(--muted);
  line-height: 1.5;
}

.login-card form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.login-card .primary-btn,
.login-card .btn-primary {
  width: 100%;
}

.admin-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.admin-sidebar button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  min-height: 42px;
  padding: 0 12px;
  text-align: start;
  color: var(--muted);
}

.admin-sidebar button.active {
  background: var(--ink);
  color: #fff;
}

.admin-main {
  display: grid;
  gap: 16px;
}

.admin-card {
  padding: 18px;
  box-shadow: none;
}

.admin-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-card h2,
.admin-card h3 {
  margin: 0;
}

.admin-header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-header {
  align-items: center;
  margin-bottom: 16px;
}

.admin-header h2 {
  font-family: Assistant, Heebo, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.05;
}

.admin-grid,
.admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric,
.admin-metric {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--paper);
}

.metric span,
.admin-metric span {
  color: var(--muted);
  font-size: 13px;
}

.metric strong,
.admin-metric strong {
  display: block;
  margin-top: 6px;
  font-size: 28px;
}

.admin-save-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(184, 116, 104, 0.18);
  border-radius: 16px;
  background: #fff7f4;
  padding: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.admin-save-bar span {
  color: var(--muted);
  font-size: 13px;
}

.admin-save-bar .primary-btn {
  min-width: 128px;
}

.appointment-section {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 14px;
  margin-top: 16px;
}

.appointment-section-header,
.blocked-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.appointment-section-header h4,
.block-box h4,
.blocked-summary h4,
.customer-form h4 {
  margin: 0 0 4px;
  font-size: 18px;
}

.appointment-section-header span,
.block-box p,
.customer-row span,
.customer-row p,
.empty-state {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.value-pill {
  border: 1px solid rgba(184, 116, 104, 0.18);
  border-radius: 16px;
  background: #fff;
  padding: 10px 14px;
  min-width: 190px;
  text-align: center;
}

.value-pill span,
.value-pill strong {
  display: block;
}

.value-pill strong {
  margin-top: 3px;
  color: var(--rose-dark);
  font-size: 22px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 12px 10px;
  text-align: start;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.status {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 9px;
  background: #eef4ed;
  color: #42523d;
  font-size: 12px;
}

.status.cancelled {
  background: #fff0ef;
  color: var(--danger);
}

.hours-grid .field,
.block-box,
.customer-form,
.customer-list,
.customer-row {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

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

.hours-day-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 14px;
  transition: border-color 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.hours-day-card.is-open {
  border-color: rgba(120, 132, 106, 0.28);
  background: linear-gradient(180deg, #fff, #fbfdf8);
}

.hours-day-card.is-closed {
  background: #faf7f5;
}

.hours-day-head,
.hours-time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hours-day-head strong {
  font-size: 17px;
}

.availability-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  user-select: none;
}

.availability-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.switch {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #e9ddd7;
  border: 1px solid rgba(84, 55, 45, 0.12);
  position: relative;
  transition: background 180ms var(--ease), border-color 180ms var(--ease);
}

.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(37, 33, 31, 0.18);
  transition: transform 180ms var(--ease);
}

.availability-toggle input:checked + .switch {
  background: var(--sage);
  border-color: var(--sage);
}

.availability-toggle input:checked + .switch::after {
  transform: translateX(-18px);
}

[dir="ltr"] .availability-toggle input:checked + .switch::after {
  transform: translateX(18px);
}

.hours-time-row label {
  display: grid;
  gap: 6px;
  flex: 1;
  color: var(--muted);
  font-size: 13px;
}

.hours-time-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
}

.block-manager,
.customer-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.block-box {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.block-box .secondary-btn,
.customer-form .primary-btn,
.block-box .btn-secondary,
.customer-form .btn-primary {
  justify-self: start;
}

.blocked-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 16px;
}

.blocked-summary section {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
}

.blocked-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.customer-form,
.customer-list {
  padding: 16px;
}

.customer-form {
  display: grid;
  gap: 12px;
}

.customer-list {
  display: grid;
  align-content: start;
  gap: 10px;
}

.customer-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fff;
}

.customer-row strong,
.customer-row span {
  display: block;
}

.customer-row p {
  margin: 6px 0 0;
}

.testimonial-edit {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
}

.testimonial-edit-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.testimonial-upload-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border: 1px solid rgba(184, 116, 104, 0.18);
  border-radius: 16px;
  background: #fff8f5;
  padding: 10px;
}

.testimonial-upload-preview a {
  display: block;
}

.testimonial-upload-preview img {
  width: 100%;
  max-height: 260px;
  border-radius: 14px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fff;
}

.testimonial-upload-preview div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.testimonial-upload-preview span {
  color: var(--muted);
  font-size: 13px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  background: rgba(37, 33, 31, 0.34);
  padding: 18px;
}

.modal-panel {
  width: min(620px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
}

.hidden {
  display: none !important;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 60;
  transform: translateX(-50%);
  border: 1px solid rgba(231, 221, 216, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 16px 22px;
  box-shadow: 0 18px 50px rgba(84, 55, 45, 0.16);
  white-space: pre-line;
  text-align: center;
  line-height: 1.45;
  min-width: min(420px, calc(100vw - 36px));
  backdrop-filter: blur(14px);
}

.toast.success-toast {
  bottom: 34px;
  border-color: rgba(184, 116, 104, 0.2);
  background: linear-gradient(180deg, #fff, #fff9f6);
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  padding: 22px 28px;
  box-shadow: 0 24px 70px rgba(84, 55, 45, 0.18);
}

[dir="rtl"] {
  font-family: Assistant, Heebo, Arial, "Noto Sans Hebrew", system-ui, sans-serif;
}

[dir="rtl"] .hero h1,
[dir="rtl"] .section-header h2 {
  font-family: Assistant, Heebo, Arial, "Noto Sans Hebrew", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.05;
}

[dir="rtl"] .booking-title,
[dir="rtl"] .service-card h3,
[dir="rtl"] .summary-panel h3,
[dir="rtl"] .booking-summary h3 {
  font-family: Assistant, Heebo, Arial, sans-serif;
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .booking-panel,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  .hero-media,
  .hero-media .main-photo {
    min-height: 420px;
  }

  .floating-card {
    width: 100%;
    margin: 0;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-panel,
  .booking-summary,
  .admin-sidebar {
    position: static;
  }

  .admin-sidebar {
    display: flex;
    overflow-x: auto;
  }

  .admin-sidebar button {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    min-height: 68px;
    padding: 0 14px;
    gap: 8px;
  }

  .brand img {
    width: 78px;
    max-height: 42px;
  }

  .brand {
    gap: 8px;
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-text span {
    display: none;
  }

  .nav {
    gap: 4px;
  }

  .nav a:not(.primary-btn):not(.btn-primary) {
    display: none;
  }

  .nav button {
    padding: 8px 9px;
  }

  .nav .primary-btn,
  .nav .btn-primary {
    min-height: 40px;
    padding: 0 13px;
  }

  .hero,
  .section,
  .admin-layout {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .hero p {
    font-size: 17px;
  }

  .hero-media,
  .hero-media .main-photo {
    min-height: 330px;
  }

  .hero-media .main-photo {
    height: 390px;
  }

  .floating-card {
    width: 100%;
    margin: 0;
    border-radius: 16px;
    padding: 14px;
  }

  .booking-flow,
  .summary-panel,
  .booking-summary,
  .admin-card,
  .modal-panel,
  .login-card {
    box-shadow: 0 12px 32px rgba(84, 55, 45, 0.12);
  }

  .booking-flow {
    padding: 18px;
  }

  .quick-facts,
  .service-grid,
  .service-mode-toggle,
  .choice-grid,
  .date-time-picker,
  .date-grid,
  .time-grid,
  .field-grid,
  .hours-grid,
  .admin-grid,
  .admin-metrics,
  .block-manager,
  .blocked-summary,
  .customer-admin-grid,
  .appointment-section-header,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .time-column {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .date-column,
  .time-column {
    min-height: 0;
    padding: 14px;
  }

  .date-time-picker .date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .date-time-picker .time-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-subhead {
    display: grid;
    gap: 3px;
  }

  .hours-day-head,
  .hours-time-row,
  .testimonial-upload-preview {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .testimonial-edit {
    grid-template-columns: 1fr;
  }

  .section-header,
  .admin-header {
    display: block;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }

  .gallery img:first-child {
    grid-row: span 1;
  }

  .stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice,
  .date-tile,
  .time-tile {
    min-height: 72px;
  }

  .flow-actions {
    position: sticky;
    bottom: 0;
    z-index: 8;
    margin: 18px -16px -16px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.92);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .admin-save-bar,
  .cta-band,
  .instagram-section,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .builder-credit {
    align-items: center;
    flex-direction: row;
  }

  .cta-actions,
  .hero-actions {
    width: 100%;
  }

  .cta-actions .primary-btn,
  .cta-actions .secondary-btn,
  .hero-actions .primary-btn,
  .hero-actions .secondary-btn {
    flex: 1 1 100%;
  }

}

@media (hover: none) {
  .choice:hover,
  .date-tile:hover,
  .time-tile:hover,
  .service-card:hover,
  .gallery img:hover {
    transform: none;
  }
}

@keyframes page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Premium visual refresh: UI-only layer, no booking logic changes. */
:root {
  --display-ltr: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --display-rtl: "Noto Serif Hebrew", Assistant, Heebo, serif;
  --premium-ink: #2d2724;
  --premium-soft-ink: #443834;
  --premium-muted: #766a65;
  --premium-line: rgba(113, 86, 76, 0.16);
  --glass-bg: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.84);
  --glass-warm: rgba(255, 249, 246, 0.74);
  --glass-border: rgba(255, 255, 255, 0.72);
  --premium-shadow: 0 22px 70px rgba(70, 48, 41, 0.12);
  --premium-shadow-hover: 0 28px 82px rgba(70, 48, 41, 0.18);
  --premium-radius: 24px;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.98), rgba(250, 241, 236, 0.72) 42%, rgba(255, 250, 247, 0.96)),
    var(--paper);
  color: var(--premium-ink);
  text-rendering: optimizeLegibility;
}

[dir="rtl"],
[dir="rtl"] body {
  font-family: Assistant, Heebo, Arial, "Noto Sans Hebrew", system-ui, sans-serif;
}

.topbar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 249, 246, 0.62));
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 10px 34px rgba(70, 48, 41, 0.06);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.nav a,
.nav button {
  border-radius: 999px;
  color: rgba(68, 56, 52, 0.72);
}

.nav a::after,
.nav button::after {
  content: "";
  position: absolute;
  inset-inline: 14px;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(135, 83, 73, 0.72), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.nav a:hover,
.nav button:hover {
  background: rgba(255, 255, 255, 0.56);
  color: var(--premium-ink);
  box-shadow: 0 10px 24px rgba(70, 48, 41, 0.07);
}

.nav a:hover::after,
.nav button:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  gap: clamp(28px, 5vw, 58px);
}

.hero-copy {
  padding-top: clamp(8px, 2vw, 24px);
}

.hero h1,
.section-header h2 {
  font-family: var(--display-ltr);
  font-weight: 600;
  color: var(--premium-soft-ink);
  letter-spacing: 0.01em;
}

.hero h1 {
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.12;
  margin-block: 16px 18px;
}

.section-header h2 {
  font-size: clamp(31px, 3.7vw, 50px);
  line-height: 1.08;
}

[dir="rtl"] .hero h1,
[dir="rtl"] .section-header h2 {
  font-family: var(--display-rtl);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

[dir="rtl"] .booking-title,
[dir="rtl"] .service-card h3,
[dir="rtl"] .summary-panel h3,
[dir="rtl"] .booking-summary h3,
[dir="rtl"] .choice h3 {
  font-family: Assistant, Heebo, Arial, "Noto Sans Hebrew", system-ui, sans-serif;
  font-weight: 700;
}

.hero p,
.section-header p,
.step-hint,
.choice p,
.choice span,
.service-card p,
.summary-item span,
.summary-item small,
.booking-subhead span {
  color: var(--premium-muted);
}

.hero-media .main-photo {
  border-radius: 28px;
  box-shadow:
    0 30px 78px rgba(61, 42, 36, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero-media .main-photo:hover {
  transform: none;
}

.floating-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 243, 0.54)),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    0 18px 54px rgba(70, 48, 41, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(1.16);
  -webkit-backdrop-filter: blur(24px) saturate(1.16);
  padding: 21px 24px;
  padding-inline-start: 42px;
}

.floating-card::before {
  inset-inline-start: 21px;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: linear-gradient(180deg, rgba(184, 116, 104, 0.86), rgba(179, 139, 85, 0.82));
}

.floating-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 40%, rgba(255, 255, 255, 0.28) 72%, transparent);
  pointer-events: none;
}

.floating-card strong {
  position: relative;
  z-index: 1;
  font-family: var(--display-ltr);
  font-size: 24px;
  font-weight: 600;
  color: var(--premium-soft-ink);
}

[dir="rtl"] .floating-card strong {
  font-family: var(--display-rtl);
  font-size: 23px;
}

.floating-card p {
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: rgba(68, 56, 52, 0.74);
}

.service-card,
.testimonial-card,
.cta-band,
.instagram-section,
.booking-flow,
.booking-summary,
.date-column,
.time-column,
.phone-first,
.music-picker,
.returning-client,
.summary-item,
.choice,
.inline-times {
  border: 1px solid var(--premium-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 246, 0.64)),
    var(--glass-bg);
  box-shadow:
    0 16px 46px rgba(70, 48, 41, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.service-card {
  border-radius: var(--premium-radius);
  padding: 20px;
  min-height: 224px;
}

.service-card:hover {
  border-color: rgba(135, 83, 73, 0.28);
  box-shadow: var(--premium-shadow-hover);
  transform: translateY(-3px);
}

.service-card .chip {
  background: rgba(255, 255, 255, 0.74) !important;
  color: var(--rose-dark);
  border: 1px solid rgba(135, 83, 73, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.service-card .chip::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-inline-end: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.58;
  vertical-align: middle;
}

.service-card h3 {
  color: var(--premium-soft-ink);
  font-size: 20px;
  line-height: 1.24;
}

.service-meta {
  align-items: center;
}

.service-meta strong,
.summary-total strong {
  letter-spacing: 0.01em;
}

.service-meta strong {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(68, 56, 52, 0.07);
  color: var(--premium-soft-ink);
}

.service-meta span {
  color: rgba(68, 56, 52, 0.64);
  font-size: 13px;
}

.booking-panel {
  gap: 26px;
}

.booking-flow,
.booking-summary {
  border-radius: 28px;
  box-shadow: var(--premium-shadow);
}

.booking-flow {
  padding: clamp(20px, 3vw, 32px);
}

.booking-title {
  color: var(--premium-soft-ink);
  line-height: 1.16;
}

.stepper {
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.step {
  border: 0;
  background: transparent;
  color: rgba(68, 56, 52, 0.58);
}

.step.active {
  background: linear-gradient(135deg, #463832, #816357);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(68, 56, 52, 0.18);
}

.service-mode-toggle {
  border-color: var(--premium-line);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.service-mode-toggle button.selected {
  background: linear-gradient(135deg, #433731, #7e6258);
  box-shadow: 0 9px 22px rgba(68, 56, 52, 0.16);
}

.choice-grid {
  gap: 12px;
}

.choice {
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 249, 246, 0.58));
  min-height: 124px;
}

.choice:hover {
  border-color: rgba(135, 83, 73, 0.26);
  box-shadow: 0 18px 46px rgba(70, 48, 41, 0.11);
  transform: translateY(-2px);
}

.choice.selected {
  border-color: rgba(135, 83, 73, 0.5);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 235, 230, 0.76));
  box-shadow:
    0 18px 48px rgba(135, 83, 73, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.choice.selected::after {
  border-color: rgba(135, 83, 73, 0.48);
  background:
    radial-gradient(circle at center, #7d6258 0 34%, transparent 36%),
    rgba(255, 255, 255, 0.74);
}

.date-time-picker {
  gap: 16px;
}

.date-column,
.time-column {
  border-radius: 24px;
}

.time-column {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 243, 0.68));
}

.date-tile,
.time-tile {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(113, 86, 76, 0.14);
  color: var(--premium-soft-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.date-tile:hover,
.time-tile:hover {
  border-color: rgba(135, 83, 73, 0.34);
  box-shadow: 0 13px 28px rgba(70, 48, 41, 0.09);
}

.date-tile.selected,
.time-tile.selected {
  background: linear-gradient(135deg, #443731, #896b60);
  border-color: rgba(68, 56, 52, 0.08);
  box-shadow: 0 18px 36px rgba(68, 56, 52, 0.2);
}

.time-tile.occupied,
.time-tile:disabled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(245, 238, 234, 0.72));
  color: rgba(68, 56, 52, 0.5);
  border-color: rgba(113, 86, 76, 0.16);
}

.field input,
.field select,
.field textarea {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(113, 86, 76, 0.16);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(135, 83, 73, 0.46);
  box-shadow: 0 0 0 4px rgba(135, 83, 73, 0.1);
}

.genre-pill {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(113, 86, 76, 0.16);
  color: rgba(68, 56, 52, 0.7);
}

.genre-pill:hover {
  border-color: rgba(135, 83, 73, 0.28);
  box-shadow: 0 10px 22px rgba(70, 48, 41, 0.08);
}

.genre-pill.selected {
  background: linear-gradient(135deg, #443731, #80645a);
  border-color: transparent;
}

.flow-actions {
  align-items: center;
}

.inline-flow-actions {
  border-top-color: rgba(113, 86, 76, 0.12);
}

.booking-summary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 243, 0.62));
}

.booking-summary-head {
  border-bottom-color: rgba(113, 86, 76, 0.12);
}

.booking-summary-head strong {
  color: var(--premium-soft-ink);
}

.summary-item {
  border-radius: 18px;
}

.summary-item strong {
  color: var(--premium-soft-ink);
}

.summary-total {
  background: linear-gradient(135deg, #40342f, #806359);
  box-shadow: 0 16px 36px rgba(68, 56, 52, 0.18);
}

.primary-btn,
.btn-primary {
  background: linear-gradient(135deg, #39312d, #675149);
  box-shadow: 0 14px 32px rgba(68, 56, 52, 0.18);
}

.primary-btn:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #2e2926, #5c4942);
}

.secondary-btn,
.btn-secondary,
.ghost-btn,
.btn-ghost {
  border: 1px solid rgba(113, 86, 76, 0.14);
  background: rgba(255, 255, 255, 0.58);
}

.secondary-btn.whatsapp-btn,
.whatsapp-btn,
.btn-wa,
.footer-whatsapp {
  background: linear-gradient(135deg, #1f7a5d, #145642);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 30px rgba(20, 86, 66, 0.18);
}

.secondary-btn.whatsapp-btn:hover,
.whatsapp-btn:hover,
.btn-wa:hover,
.footer-whatsapp:hover {
  background: linear-gradient(135deg, #238866, #176049);
  color: #fff;
  box-shadow: 0 18px 38px rgba(20, 86, 66, 0.24);
}

.whatsapp-btn .btn-icon,
.btn-wa .btn-icon,
.footer-whatsapp .btn-icon {
  color: currentColor;
}

.cta-band {
  border-radius: 26px;
  padding: 20px;
}

.testimonial-card {
  border-radius: 24px;
}

.testimonial-image {
  border-radius: 18px;
  border-color: rgba(113, 86, 76, 0.13);
}

.instagram-section {
  max-width: 620px;
  padding: 12px 14px;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 248, 246, 0.7)) padding-box,
    linear-gradient(135deg, rgba(245, 133, 41, 0.5), rgba(221, 42, 123, 0.46), rgba(81, 91, 212, 0.42)) border-box;
  box-shadow: 0 14px 36px rgba(98, 48, 85, 0.08);
}

.instagram-mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(221, 42, 123, 0.16);
}

.instagram-mark svg {
  width: 19px;
  height: 19px;
}

.instagram-section h2 {
  font-size: clamp(18px, 2vw, 22px);
}

.instagram-section p {
  font-size: 13px;
  line-height: 1.42;
}

.instagram-btn {
  min-height: 36px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(221, 42, 123, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.instagram-btn:hover {
  background: rgba(255, 246, 251, 0.84);
}

.gallery img {
  border-radius: 22px;
}

@media (max-width: 920px) {
  .hero h1 {
    font-size: clamp(34px, 8vw, 50px);
  }

  [dir="rtl"] .hero h1 {
    line-height: 1.2;
  }

  .floating-card {
    border-radius: 22px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(31px, 9.6vw, 42px);
    line-height: 1.14;
  }

  [dir="rtl"] .hero h1 {
    line-height: 1.22;
  }

  .hero-media .main-photo {
    border-radius: 22px;
  }

  .floating-card {
    padding: 17px 18px;
    padding-inline-start: 34px;
  }

  .floating-card::before {
    inset-inline-start: 17px;
  }

  .floating-card strong {
    font-size: 21px;
  }

  .service-card {
    min-height: 0;
    border-radius: 22px;
  }

  .stepper {
    border-radius: 20px;
  }

  .step {
    border-radius: 16px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .booking-flow,
  .booking-summary {
    border-radius: 24px;
  }

  .choice,
  .date-column,
  .time-column {
    border-radius: 20px;
  }

  .flow-actions {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
  }

  .instagram-section {
    max-width: calc(100% - 28px);
    padding: 12px;
    gap: 11px;
  }

  .instagram-copy {
    gap: 10px;
  }
}

/* Luxury brand direction: editorial beauty studio, layered glass, reduced card clutter. */
:root {
  --lux-ink: #211d1a;
  --lux-charcoal: #34302d;
  --lux-taupe: #8b7f78;
  --lux-line: rgba(38, 31, 27, 0.1);
  --lux-porcelain: #fffdfb;
  --lux-milk: #f8f1ed;
  --lux-blush: #ead7cf;
  --lux-bronze: #9a7561;
  --lux-shadow: 0 42px 120px rgba(45, 35, 30, 0.14);
  --lux-soft-shadow: 0 18px 60px rgba(45, 35, 30, 0.09);
}

body {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.94), rgba(247, 239, 234, 0.82) 34%, rgba(255, 253, 251, 0.96) 72%),
    linear-gradient(180deg, #fffdfb, #f7eee9);
  color: var(--lux-ink);
  overflow-x: hidden;
}

.topbar {
  background: rgba(255, 253, 251, 0.66);
  border-bottom: 1px solid rgba(35, 28, 24, 0.06);
  box-shadow: none;
}

.topbar-inner {
  min-height: 82px;
}

.brand img {
  width: 118px;
  filter: contrast(0.96) saturate(0.92);
}

.nav {
  gap: 2px;
}

.nav a,
.nav button {
  color: rgba(33, 29, 26, 0.62);
  font-size: 14px;
}

.nav a:hover,
.nav button:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.hero-editorial {
  position: relative;
  grid-template-columns: minmax(420px, 1.02fr) minmax(360px, 0.82fr);
  min-height: calc(100vh - 82px);
  max-width: 1320px;
  gap: clamp(28px, 5vw, 74px);
  padding-top: clamp(54px, 7vw, 96px);
  padding-bottom: clamp(90px, 10vw, 140px);
  isolation: isolate;
}

.hero-ambient {
  position: absolute;
  inset: 64px 22px 80px;
  z-index: -1;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.46), transparent 42%),
    linear-gradient(90deg, rgba(234, 215, 207, 0.24), rgba(255, 255, 255, 0.08) 48%, rgba(154, 117, 97, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.hero-editorial .hero-media {
  height: min(70vh, 720px);
  min-height: 600px;
  align-self: center;
  display: block;
}

.hero-editorial .main-photo {
  height: 100%;
  min-height: 600px;
  border-radius: 0;
  object-position: center 44%;
  clip-path: inset(0 round 38px);
  box-shadow:
    0 54px 130px rgba(39, 29, 24, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.68) inset;
  filter: saturate(1.04) contrast(1.03);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 18px -16px auto auto;
  width: 42%;
  height: 46%;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 30px 80px rgba(45, 35, 30, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  pointer-events: none;
}

[dir="rtl"] .hero-media::before {
  inset: 18px auto auto -16px;
}

.hero-vertical-label {
  position: absolute;
  inset-inline-start: -34px;
  top: 22px;
  z-index: 2;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(33, 29, 26, 0.42);
  font-family: var(--display-ltr);
  font-size: 18px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

[dir="rtl"] .hero-vertical-label {
  font-family: var(--display-rtl);
  letter-spacing: 0.06em;
}

.hero-signature {
  position: absolute;
  z-index: 3;
  width: min(410px, 82%);
  inset-inline-end: -32px;
  bottom: 28px;
  padding: 28px 30px;
  border-radius: 0 30px 30px 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 30px 90px rgba(35, 28, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px) saturate(1.12);
  -webkit-backdrop-filter: blur(30px) saturate(1.12);
}

[dir="rtl"] .hero-signature {
  border-radius: 30px 0 30px 30px;
}

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

.hero-signature span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: rgba(33, 29, 26, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-signature strong {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.95;
}

.hero-signature p {
  max-width: 27ch;
  margin-top: 12px;
  font-size: 14px;
}

.hero-glass-note {
  position: absolute;
  z-index: 3;
  inset-inline-start: 34px;
  top: 44px;
  min-width: 170px;
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 60px rgba(45, 35, 30, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-glass-note strong,
.hero-glass-note span {
  display: block;
}

.hero-glass-note strong {
  color: var(--lux-ink);
  font-size: 14px;
}

.hero-glass-note span {
  color: rgba(33, 29, 26, 0.58);
  font-size: 12px;
}

.hero-editorial .hero-copy {
  max-width: 540px;
  align-self: center;
  padding-top: 0;
}

.hero-editorial .eyebrow,
.section-header .eyebrow {
  color: rgba(33, 29, 26, 0.5);
  font-size: 11px;
  letter-spacing: 0.24em;
}

.hero-editorial h1 {
  font-family: var(--display-ltr);
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.92;
  font-weight: 500;
  max-width: 8.4ch;
  color: var(--lux-ink);
}

[dir="rtl"] .hero-editorial h1 {
  font-family: var(--display-rtl);
  font-size: clamp(44px, 6.6vw, 78px);
  line-height: 1.05;
  max-width: 9ch;
}

.hero-editorial p {
  max-width: 39ch;
  font-size: 17px;
  color: rgba(33, 29, 26, 0.62);
}

.hero-hook {
  color: rgba(84, 61, 52, 0.82) !important;
  font-weight: 700;
}

.hero-actions {
  margin-top: 34px;
}

.primary-btn,
.btn-primary {
  min-height: 48px;
  padding-inline: 24px;
  background: rgba(33, 29, 26, 0.92);
  box-shadow: 0 18px 44px rgba(33, 29, 26, 0.16);
}

.primary-btn:hover,
.btn-primary:hover {
  background: #161311;
  transform: translateY(-2px);
}

.quick-facts {
  display: flex;
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(33, 29, 26, 0.12);
}

.quick-facts div {
  flex: 1;
  border-top: 0;
  padding: 18px 18px 0 0;
}

[dir="rtl"] .quick-facts div {
  padding: 18px 0 0 18px;
}

.quick-facts div + div {
  border-inline-start: 1px solid rgba(33, 29, 26, 0.1);
  padding-inline-start: 18px;
}

.quick-facts strong {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.quick-facts span {
  font-size: 12px;
}

.section {
  max-width: 1280px;
  padding-top: clamp(92px, 10vw, 150px);
  padding-bottom: clamp(92px, 10vw, 150px);
}

.section-header {
  margin-bottom: clamp(42px, 6vw, 74px);
  align-items: start;
}

.section-header h2 {
  font-family: var(--display-ltr);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.95;
  color: var(--lux-ink);
}

[dir="rtl"] .section-header h2 {
  font-family: var(--display-rtl);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.section-header p {
  max-width: 430px;
  font-size: 16px;
}

.services-luxury {
  position: relative;
}

.services-luxury::before {
  content: "";
  position: absolute;
  inset: 72px 22px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 29, 26, 0.22), transparent);
}

.services-luxury .service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-block: 1px solid rgba(33, 29, 26, 0.12);
}

.services-luxury .service-card {
  display: grid;
  grid-template-columns: minmax(130px, 0.18fr) minmax(0, 0.6fr) auto;
  align-items: center;
  gap: clamp(18px, 4vw, 54px);
  min-height: 0;
  padding: clamp(26px, 4vw, 42px) 0;
  border: 0;
  border-bottom: 1px solid rgba(33, 29, 26, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.services-luxury .service-card:last-child {
  border-bottom: 0;
}

.services-luxury .service-card:hover {
  transform: none;
  box-shadow: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
}

.services-luxury .service-card .chip {
  align-self: center;
  width: fit-content;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: rgba(33, 29, 26, 0.44);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services-luxury .service-card .chip::before {
  display: none;
}

.services-luxury .service-card h3 {
  font-family: var(--display-ltr);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  color: var(--lux-ink);
}

[dir="rtl"] .services-luxury .service-card h3 {
  font-family: var(--display-rtl);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
}

.services-luxury .service-card p {
  max-width: 44ch;
  font-size: 15px;
}

.services-luxury .service-meta {
  min-width: 145px;
  display: grid;
  justify-items: end;
  gap: 8px;
}

[dir="rtl"] .services-luxury .service-meta {
  justify-items: start;
}

.services-luxury .service-meta strong {
  background: transparent;
  padding: 0;
  font-family: var(--display-ltr);
  font-size: 34px;
  font-weight: 500;
}

.services-luxury .service-meta span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band {
  max-width: 980px;
  margin: 58px auto 0;
  border-radius: 0;
  border: 1px solid rgba(33, 29, 26, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.36);
  box-shadow: var(--lux-soft-shadow);
  backdrop-filter: blur(28px) saturate(1.04);
  -webkit-backdrop-filter: blur(28px) saturate(1.04);
}

.gallery {
  gap: 18px;
  grid-auto-rows: 320px;
}

.gallery img {
  border-radius: 0;
  box-shadow: 0 24px 80px rgba(45, 35, 30, 0.1);
}

.testimonial-card {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.booking-flow,
.booking-summary {
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.46);
  border-color: rgba(33, 29, 26, 0.1);
  box-shadow: var(--lux-shadow);
}

.booking-panel {
  gap: 30px;
}

.choice {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.46);
}

.choice.selected,
.date-tile.selected,
.time-tile.selected,
.service-mode-toggle button.selected,
.step.active {
  background: #211d1a;
  color: #fff;
}

.instagram-section {
  border-radius: 0;
  max-width: 560px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.28)) padding-box,
    linear-gradient(135deg, rgba(245, 133, 41, 0.48), rgba(221, 42, 123, 0.38), rgba(81, 91, 212, 0.34)) border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-editorial .main-photo {
    animation: lux-image-in 900ms var(--ease) 120ms both;
  }

  .hero-signature,
  .hero-glass-note {
    animation: lux-float-in 780ms var(--ease) 320ms both;
  }

  .services-luxury .service-card {
    transition: background 360ms var(--ease), padding-inline 360ms var(--ease);
  }

  .services-luxury .service-card:hover {
    padding-inline: 18px;
  }
}

@keyframes lux-image-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: saturate(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

@keyframes lux-float-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-editorial {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 76px;
  }

  .hero-editorial .hero-copy {
    order: 1;
  }

  .hero-editorial .hero-media {
    order: 2;
    min-height: 540px;
  }

  .hero-editorial .main-photo {
    min-height: 540px;
  }

  .hero-editorial h1,
  [dir="rtl"] .hero-editorial h1 {
    max-width: 12ch;
  }

  .hero-editorial h1 {
    font-size: clamp(48px, 9vw, 62px);
    line-height: 0.96;
  }

  [dir="rtl"] .hero-editorial h1 {
    font-size: clamp(40px, 7vw, 56px);
    line-height: 1.08;
  }

  .hero-editorial p {
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .quick-facts {
    margin-top: 30px;
  }

  .hero-signature {
    left: 22px;
  }

  .hero-vertical-label {
    inset-inline-start: 18px;
    top: 18px;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 1px 18px rgba(33, 29, 26, 0.18);
  }

  .services-luxury .service-card {
    grid-template-columns: 1fr auto;
  }

  .services-luxury .service-card .chip {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    min-height: 72px;
  }

  .brand img {
    width: 92px;
  }

  .hero-editorial {
    padding-top: 34px;
    padding-bottom: 76px;
  }

  .hero-ambient {
    inset: 28px 10px 42px;
    border-radius: 28px;
  }

  .hero-editorial h1 {
    font-size: clamp(39px, 13vw, 54px);
  }

  [dir="rtl"] .hero-editorial h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    max-width: 10ch;
  }

  .hero-editorial .hero-media,
  .hero-editorial .main-photo {
    min-height: 410px;
  }

  .hero-editorial .main-photo {
    clip-path: inset(0 round 26px);
  }

  .hero-signature {
    width: calc(100% - 34px);
    inset-inline: 17px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .hero-signature strong {
    font-size: 28px;
  }

  .hero-glass-note,
  .hero-vertical-label {
    display: none;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-facts div + div {
    border-inline-start: 0;
    border-top: 1px solid rgba(33, 29, 26, 0.1);
    padding-inline-start: 0;
  }

  .section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .section-header {
    margin-bottom: 34px;
  }

  .services-luxury .service-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .services-luxury .service-meta {
    min-width: 0;
    justify-items: start;
  }

  [dir="rtl"] .services-luxury .service-meta {
    justify-items: end;
  }

  .cta-band {
    border-radius: 22px;
  }

  .booking-flow,
  .booking-summary,
  .choice,
  .instagram-section,
  .testimonial-card {
    border-radius: 22px;
  }
}

/* Exact redesign directive: luxury beauty brand, not booking template. */
:root {
  --directive-bg: #f7f4f1;
  --directive-card: #ffffff;
  --directive-text: #2b2725;
  --directive-muted: #7a706a;
  --directive-accent: #d8c3b5;
  --directive-border: rgba(43, 39, 37, 0.08);
  --directive-glass: rgba(255, 255, 255, 0.55);
  --directive-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  --directive-heading: "Cormorant Garamond", "Noto Serif Hebrew", serif;
  --directive-body: Inter, Assistant, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  background: var(--directive-bg);
}

body {
  background: var(--directive-bg);
  color: var(--directive-text);
  font-family: var(--directive-body);
  font-weight: 400;
  overflow-x: hidden;
}

[dir="rtl"],
[dir="rtl"] body {
  font-family: var(--directive-body);
}

.topbar {
  height: 72px;
  background: rgba(247, 244, 241, 0.86);
  border-bottom: 1px solid var(--directive-border);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar-inner {
  max-width: 1180px;
  min-height: 72px;
  padding: 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.brand {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.brand img {
  width: auto;
  max-height: 42px;
  max-width: 132px;
  filter: none;
}

.brand-text {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  direction: ltr;
}

.nav .primary-btn {
  position: fixed;
  left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  top: 13px;
  z-index: 22;
  order: -1;
}

.nav a:not(.primary-btn),
.nav button {
  justify-self: auto;
}

.nav a,
.nav button {
  font-family: var(--directive-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--directive-muted);
}

.nav a:hover,
.nav button:hover {
  color: var(--directive-text);
  background: transparent;
  box-shadow: none;
}

.hero-editorial {
  position: relative;
  max-width: 1180px;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 64px;
  align-items: center;
  padding: 72px 24px 96px;
  isolation: auto;
  direction: ltr;
}

.hero-ambient,
.hero-vertical-label,
.hero-glass-note,
.hero-media::before {
  display: none !important;
}

.hero-editorial .hero-copy {
  max-width: 480px;
  order: 1;
  padding: 0;
  direction: ltr;
}

[dir="rtl"] .hero-editorial .hero-copy {
  direction: rtl;
}

.hero-editorial .hero-media {
  order: 2;
  position: relative;
  height: min(72vh, 720px);
  min-height: 560px;
  display: block;
}

.hero-editorial .main-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 28px;
  clip-path: none;
  object-fit: cover;
  object-position: center center;
  filter: none;
  box-shadow: 0 28px 80px rgba(43, 39, 37, 0.12);
}

.hero-editorial .eyebrow {
  font-family: var(--directive-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--directive-muted);
  text-transform: uppercase;
}

.hero-editorial h1 {
  max-width: 9.8ch;
  margin: 22px 0 22px;
  font-family: var(--directive-heading);
  font-size: 72px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--directive-text);
}

[dir="rtl"] .hero-editorial h1 {
  font-family: var(--directive-heading);
  font-size: 72px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 10.5ch;
}

.hero-editorial p {
  max-width: 40ch;
  font-family: var(--directive-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--directive-muted);
}

.hero-hook {
  margin-top: 10px;
  color: var(--directive-text) !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-actions {
  margin-top: 32px;
  gap: 12px;
}

.primary-btn,
.btn-primary {
  min-height: 46px;
  border-radius: 999px;
  background: var(--directive-text);
  color: #fff;
  font-family: var(--directive-body);
  font-weight: 500;
  box-shadow: 0 16px 40px rgba(43, 39, 37, 0.14);
}

.primary-btn:hover,
.btn-primary:hover {
  background: #171412;
  transform: translateY(-1px);
}

.secondary-btn.whatsapp-btn,
.whatsapp-btn,
.btn-wa,
.footer-whatsapp {
  background: #1f7a5d;
  color: #fff;
  border-color: rgba(31, 122, 93, 0.1);
  box-shadow: 0 14px 32px rgba(31, 122, 93, 0.18);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--directive-border);
}

.quick-facts div {
  padding: 18px 16px 0 0;
  border-top: 0;
}

[dir="rtl"] .quick-facts div {
  padding: 18px 0 0 16px;
}

.quick-facts div + div {
  border-inline-start: 1px solid var(--directive-border);
  padding-inline-start: 16px;
}

.quick-facts strong {
  font-family: var(--directive-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--directive-text);
}

.quick-facts span {
  font-size: 12px;
  color: var(--directive-muted);
}

.hero-signature {
  position: absolute;
  z-index: 3;
  left: -28px;
  top: 34px;
  bottom: auto;
  width: 320px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--directive-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero-signature::before,
.hero-signature::after {
  display: none;
}

.hero-signature strong {
  display: block;
  margin: 0;
  font-family: var(--directive-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--directive-text) !important;
}

.signature-divider {
  display: block;
  width: 46px;
  height: 1px;
  margin: 16px 0;
  background: var(--directive-accent);
}

.hero-signature p {
  display: grid;
  gap: 6px;
  margin: 0;
  font-family: var(--directive-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  color: var(--directive-text) !important;
}

.hero-signature small {
  display: block;
  font-family: var(--directive-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--directive-muted) !important;
}

.section {
  max-width: 1180px;
  padding: 120px 24px;
}

.section-header {
  margin-bottom: 48px;
  gap: 24px;
}

.section-header h2 {
  font-family: var(--directive-heading);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--directive-text);
}

[dir="rtl"] .section-header h2 {
  font-family: var(--directive-heading);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-header p {
  max-width: 440px;
  font-family: var(--directive-body);
  font-size: 16px;
  color: var(--directive-muted);
}

.services-luxury::before {
  display: none;
}

.services-luxury .service-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}

.services-luxury .service-card,
.service-card {
  display: flex;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--directive-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.services-luxury .service-card:hover,
.service-card:hover {
  transform: none;
  border-color: rgba(43, 39, 37, 0.16);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 60px rgba(43, 39, 37, 0.07);
}

.services-luxury .service-card .chip,
.service-card .chip {
  display: none;
}

.services-luxury .service-card h3,
.service-card h3 {
  font-family: var(--directive-heading);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
  color: var(--directive-text);
}

[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  font-family: var(--directive-heading);
  font-weight: 500;
}

.services-luxury .service-card p,
.service-card p {
  max-width: none;
  font-family: var(--directive-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--directive-muted);
}

.services-luxury .service-meta,
.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  min-width: 0;
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--directive-border);
  direction: ltr;
}

.services-luxury .service-meta strong,
.service-meta strong {
  order: 2;
  padding: 0;
  background: transparent;
  font-family: var(--directive-body);
  font-size: 18px;
  font-weight: 500;
  color: var(--directive-text);
}

.services-luxury .service-meta span,
.service-meta span {
  order: 1;
  font-family: var(--directive-body);
  font-size: 13px;
  color: var(--directive-muted);
  letter-spacing: 0;
  text-transform: none;
  direction: rtl;
}

.gallery {
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.gallery img {
  border-radius: 22px;
  box-shadow: none;
  transition: transform 300ms var(--ease);
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: none;
}

.gallery img:nth-child(2) {
  grid-row: span 2;
}

.gallery img:nth-child(4) {
  grid-column: span 2;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-card {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: var(--directive-glass);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--directive-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.testimonial-card::before {
  content: "“";
  font-family: var(--directive-heading);
  font-size: 58px;
  line-height: 0.8;
  color: var(--directive-accent);
}

.testimonial-card p {
  font-family: var(--directive-body);
  color: var(--directive-muted);
}

.testimonial-card strong::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 10px;
  color: var(--directive-accent);
  letter-spacing: 0.08em;
  font-size: 12px;
}

.testimonial-card-with-image {
  display: none;
}

.screenshot-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 360px);
  gap: 24px;
  margin-top: 32px;
  padding: 6px 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.screenshot-review {
  scroll-snap-align: start;
  border-radius: 24px;
  background: var(--directive-glass);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--directive-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px;
}

.screenshot-review img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  display: block;
}

.instagram-section {
  max-width: 420px;
  padding: 18px;
  border-radius: 24px;
  background: var(--directive-glass);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--directive-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.instagram-mark {
  background: linear-gradient(135deg, #f58529, #dd2a7b 46%, #8134af 72%, #515bd4);
}

.instagram-section h2 {
  font-family: var(--directive-heading);
  font-size: 24px;
  font-weight: 500;
}

.booking-panel {
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 24px;
}

.booking-flow,
.booking-summary {
  padding: 40px;
  border-radius: 28px;
  background: var(--directive-glass);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--directive-shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.stepper {
  background: transparent;
  border: 1px solid var(--directive-border);
}

.step.active {
  background: var(--directive-text);
}

.choice {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--directive-border);
}

.choice.selected {
  border-color: #2b2725;
  background: #f3eeea;
  box-shadow: 0 16px 42px rgba(43, 39, 37, 0.08);
  color: var(--directive-text);
}

.choice.selected h3,
.choice.selected p,
.choice.selected span {
  color: var(--directive-text);
}

.date-tile.selected,
.time-tile.selected,
.service-mode-toggle button.selected,
.genre-pill.selected {
  background: var(--directive-text);
  color: #fff;
}

@media (max-width: 980px) {
  .topbar-inner {
    display: flex;
  }

  .hero-editorial {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 48px;
  }

  .hero-editorial .hero-copy,
  .hero-editorial .hero-media {
    order: initial;
  }

  .hero-editorial .hero-media {
    height: 58vh;
    min-height: 480px;
  }

  .hero-editorial h1,
  [dir="rtl"] .hero-editorial h1 {
    max-width: 13ch;
    font-size: 58px;
  }

  .hero-signature {
    left: 22px;
  }

  .services-luxury .service-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    height: 72px;
  }

  .topbar-inner {
    min-height: 72px;
    padding: 0 14px;
    gap: 12px;
  }

  .brand {
    right: 14px;
  }

  .nav .primary-btn {
    left: 14px;
    top: 13px;
    min-height: 44px;
    padding: 0 13px;
  }

  .brand img {
    max-height: 38px;
    max-width: 96px;
  }

  .nav {
    gap: 8px;
  }

  .hero-editorial {
    padding: 40px 14px 80px;
    gap: 28px;
  }

  .hero-editorial h1,
  [dir="rtl"] .hero-editorial h1 {
    font-size: 46px;
    line-height: 1.05;
  }

  .hero-editorial p {
    font-size: 15px;
  }

  .hero-editorial .hero-media {
    height: 520px;
    min-height: 520px;
  }

  .hero-editorial .main-photo {
    border-radius: 24px;
  }

  .hero-signature {
    width: min(320px, calc(100% - 24px));
    left: 12px;
    top: auto;
    bottom: 12px;
    padding: 20px;
  }

  .quick-facts {
    display: none;
  }

  .section {
    padding: 80px 14px;
  }

  .section-header {
    margin-bottom: 32px;
  }

  .section-header h2,
  [dir="rtl"] .section-header h2 {
    font-size: 42px;
  }

  .services-luxury .service-card,
  .service-card {
    min-height: 0;
    padding: 24px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .gallery img,
  .gallery img:nth-child(2),
  .gallery img:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-carousel {
    grid-auto-columns: minmax(240px, 82vw);
  }

  .booking-flow,
  .booking-summary {
    padding: 22px;
  }
}

/* Final 2026-06-03 overrides: precise Mushky refinement */
:root {
  --final-body: Assistant, Rubik, Heebo, "Noto Sans Hebrew", system-ui, sans-serif;
  --final-heading: Rubik, "Noto Sans Hebrew", Assistant, system-ui, sans-serif;
  --final-text: #372d28;
  --final-muted: #81726b;
  --final-line: rgba(156, 128, 112, 0.22);
  --final-champagne: #c4a178;
}

body,
.brand-text,
.nav,
.primary-btn,
.secondary-btn,
.chip,
.choice,
.date-tile,
.time-tile,
.booking-flow,
.booking-summary,
.site-footer {
  font-family: var(--final-body);
}

.hero-editorial h1,
[dir="rtl"] .hero-editorial h1,
.section-header h2,
[dir="rtl"] .section-header h2,
.services-luxury .service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
.booking-title,
.cta-band strong {
  font-family: var(--final-heading);
  font-weight: 500;
  letter-spacing: 0;
}

.hero-editorial {
  align-items: start;
  padding-top: 48px;
}

.hero-editorial .hero-media {
  height: min(74vh, 700px);
  min-height: 620px;
  margin-top: -34px;
}

.hero-editorial .main-photo {
  object-position: center 38%;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 760px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.quick-facts div,
[dir="rtl"] .quick-facts div {
  position: relative;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--final-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 240, 234, 0.58));
  box-shadow: 0 16px 42px rgba(86, 60, 44, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transform: none;
  text-align: start;
}

.quick-facts div + div {
  border-inline-start: 1px solid var(--final-line);
}

.quick-facts div::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border: 1px solid rgba(196, 161, 120, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(196, 161, 120, 0.24), rgba(255, 255, 255, 0.4));
}

.quick-facts div::after {
  content: "";
  position: absolute;
  inset-inline-start: 16px;
  bottom: 12px;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--final-champagne), transparent);
}

.quick-facts div:hover {
  transform: translateY(-2px);
}

.quick-facts strong {
  color: var(--final-text);
  font-size: 15px;
  font-weight: 600;
}

.quick-facts span {
  color: var(--final-muted);
  font-size: 13px;
  line-height: 1.45;
}

.services-luxury .service-grid {
  counter-reset: service-menu;
  gap: 16px;
}

.services-luxury .service-card,
.service-card {
  counter-increment: service-menu;
  min-height: 158px;
  padding: 20px 22px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(250, 244, 239, 0.58)),
    rgba(255, 255, 255, 0.64);
  border: 1px solid var(--final-line);
  box-shadow: 0 18px 54px rgba(74, 54, 42, 0.08);
}

.services-luxury .service-card::before,
.service-card::before {
  content: "0" counter(service-menu);
  position: absolute;
  inset-inline-end: 20px;
  top: 18px;
  color: rgba(116, 88, 72, 0.36);
  font-family: var(--final-heading);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.services-luxury .service-card::after,
.service-card::after {
  content: "";
  position: absolute;
  inset-inline-start: 22px;
  inset-inline-end: 22px;
  top: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.6), transparent);
}

.services-luxury .service-card .chip,
.service-card .chip {
  width: auto;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58) !important;
  color: var(--final-muted);
  font-size: 12px;
  border: 1px solid rgba(196, 161, 120, 0.24);
}

.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--final-text);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
}

.services-luxury .service-card p,
.service-card p {
  color: var(--final-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery img,
.gallery img:first-child,
.gallery img:nth-child(2),
.gallery img:nth-child(4) {
  grid-row: auto;
  grid-column: auto;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(250, 244, 239, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(74, 54, 42, 0.1);
}

.instagram-section {
  display: none;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(190px, 230px);
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(250, 243, 237, 0.6));
  border: 1px solid var(--final-line);
  box-shadow: 0 18px 54px rgba(74, 54, 42, 0.08);
}

.cta-copy {
  display: grid;
  gap: 6px;
}

.cta-instagram-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  color: var(--final-text);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 12px 30px rgba(74, 54, 42, 0.06);
}

.cta-instagram-card .instagram-mark {
  width: 38px;
  height: 38px;
  box-shadow: none;
}

.cta-instagram-card strong {
  display: block;
  color: var(--final-text);
  font-family: var(--final-body);
  font-size: 13px;
  font-weight: 600;
  word-break: break-word;
}

.cta-instagram-card small {
  display: block;
  color: var(--final-muted);
  font-size: 12px;
}

.footer-instagram,
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-instagram svg,
.footer-whatsapp svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .hero-editorial {
    padding-top: 34px;
  }

  .hero-editorial .hero-media {
    height: 56vh;
    min-height: 500px;
    margin-top: -14px;
  }

  .hero-editorial .main-photo {
    object-position: center 40%;
  }

  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: start;
  }

  .cta-instagram-card {
    max-width: 260px;
  }

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }
}

@media (max-width: 720px) {
  .hero-editorial {
    padding: 28px 14px 72px;
  }

  .hero-editorial .hero-media {
    height: 430px;
    min-height: 430px;
    margin-top: -8px;
  }

  .hero-editorial .main-photo {
    object-position: center 42%;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .quick-facts div,
  [dir="rtl"] .quick-facts div {
    min-height: 88px;
    padding: 13px;
  }

  .quick-facts div::before {
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
  }

  .services-luxury .service-card,
  .service-card {
    min-height: 138px;
    padding: 18px;
    border-radius: 18px;
  }

  .services-luxury .service-card::after,
  .service-card::after {
    inset-inline-start: 18px;
    inset-inline-end: 18px;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 176px;
    gap: 10px;
  }

  .gallery img,
  .gallery img:first-child,
  .gallery img:nth-child(2),
  .gallery img:nth-child(4) {
    padding: 5px;
    border-radius: 16px;
  }

  .cta-band {
    padding: 18px;
    gap: 14px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .primary-btn,
  .cta-actions .secondary-btn {
    flex: 1 1 145px;
  }

  .cta-instagram-card {
    width: 100%;
    max-width: none;
  }
}
/* True EOF overrides: latest user-requested micro fixes */
.quick-facts div::before,
.quick-facts div::after {
  display: none !important;
}

.quick-facts div > svg {
  width: 27px;
  height: 27px;
  margin-bottom: 11px;
  color: #a77d62;
  filter: drop-shadow(0 6px 14px rgba(112, 75, 54, 0.12));
}

.services-luxury .service-card::before,
.service-card::before,
.services-luxury .service-card::after,
.service-card::after {
  display: none !important;
}

.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.services-luxury .service-card h3::before,
.services-luxury .service-card h3::after,
.service-card h3::before,
.service-card h3::after {
  content: "";
  flex: 1 1 36px;
  height: 1px;
  min-width: 22px;
  pointer-events: none;
}

.services-luxury .service-card h3::before,
.service-card h3::before {
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.52));
}

.services-luxury .service-card h3::after,
.service-card h3::after {
  background: linear-gradient(90deg, rgba(196, 161, 120, 0.52), transparent);
}

.cta-instagram-card {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(157, 122, 95, 0.24);
  color: var(--final-text);
  box-shadow: 0 14px 34px rgba(74, 54, 42, 0.08);
}

.cta-instagram-card .instagram-mark {
  width: 22px;
  height: 22px;
  padding: 0;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
  box-shadow: none;
}

.cta-instagram-card .instagram-mark .btn-icon {
  width: 16px;
  height: 16px;
  color: #fff;
}

.cta-instagram-card small {
  display: none;
}

.footer-instagram .btn-icon {
  width: 17px;
  height: 17px;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
}

@media (max-width: 720px) {
  .quick-facts div > svg {
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
  }

  .services-luxury .service-card h3,
  .service-card h3,
  [dir="rtl"] .services-luxury .service-card h3,
  [dir="rtl"] .service-card h3 {
    gap: 10px;
  }

  .services-luxury .service-card h3::before,
  .services-luxury .service-card h3::after,
  .service-card h3::before,
  .service-card h3::after {
    min-width: 16px;
  }

  .cta-instagram-card {
    width: 100%;
  }
}
/* True EOF mobile hero correction */
@media (max-width: 720px) {
  .hero-editorial .hero-media {
    order: -1;
    height: 410px;
    min-height: 410px;
    margin-top: -4px;
    margin-bottom: 92px;
  }

  .hero-editorial .hero-copy {
    order: 1;
  }

  .hero-editorial .main-photo {
    height: 100%;
    min-height: 410px;
    object-position: center 38%;
  }

  .hero-signature {
    width: calc(100% - 28px);
    inset-inline: 14px;
    bottom: -82px;
    padding: 16px 18px;
    border-radius: 20px;
  }
}
/* True latest icon and Instagram consistency fixes */
.quick-facts div > svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: #8f6c58;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
}

.cta-instagram-card,
.site-footer nav .footer-instagram.cta-instagram-card {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(157, 122, 95, 0.24);
  color: var(--final-text, #372d28);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(74, 54, 42, 0.08);
}

.cta-instagram-card .instagram-mark,
.site-footer nav .footer-instagram .instagram-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
  color: #fff;
  box-shadow: none;
}

.cta-instagram-card .instagram-mark .btn-icon,
.site-footer nav .footer-instagram .instagram-mark .btn-icon {
  width: 17px;
  height: 17px;
  color: #fff;
  stroke-width: 1.9;
}

.cta-instagram-card > span:last-child,
.site-footer nav .footer-instagram > span:last-child {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.cta-instagram-card strong,
.site-footer nav .footer-instagram strong {
  color: var(--final-text, #372d28);
  font-family: var(--final-body, Assistant, sans-serif);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.cta-instagram-card small,
.site-footer nav .footer-instagram small {
  display: none;
}

.site-footer nav .footer-instagram .btn-icon {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 720px) {
  .quick-facts div > svg {
    width: 26px;
    height: 26px;
  }

  .cta-instagram-card,
  .site-footer nav .footer-instagram.cta-instagram-card {
    width: 100%;
    justify-content: center;
  }
}
/* True EOF service title line symmetry and music spacing */
.services-luxury .service-card h3,
.service-card h3,
[dir="rtl"] .services-luxury .service-card h3,
[dir="rtl"] .service-card h3 {
  display: grid;
  grid-template-columns: minmax(28px, 1fr) auto minmax(28px, 1fr);
  align-items: center;
  gap: 13px;
}

.services-luxury .service-card h3 span,
.service-card h3 span {
  display: inline-block;
  min-width: 0;
  text-align: center;
}

.services-luxury .service-card h3::before,
.services-luxury .service-card h3::after,
.service-card h3::before,
.service-card h3::after {
  content: "";
  width: 100%;
  min-width: 0;
  height: 1px;
  pointer-events: none;
}

.services-luxury .service-card h3::before,
.service-card h3::before {
  background: linear-gradient(90deg, transparent, rgba(196, 161, 120, 0.52));
}

.services-luxury .service-card h3::after,
.service-card h3::after {
  background: linear-gradient(90deg, rgba(196, 161, 120, 0.52), transparent);
}

.music-picker {
  margin-top: 28px;
}

@media (max-width: 720px) {
  .services-luxury .service-card h3,
  .service-card h3,
  [dir="rtl"] .services-luxury .service-card h3,
  [dir="rtl"] .service-card h3 {
    grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
    gap: 10px;
  }

  .music-picker {
    margin-top: 24px;
  }
}

/* Final booking and testimonial management polish */
.testimonial-card strong::before {
  content: none !important;
}

.public-testimonial-form {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 34px;
  padding: 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(250, 244, 239, 0.58));
  border: 1px solid var(--final-line, rgba(156, 128, 112, 0.22));
  box-shadow: 0 18px 54px rgba(74, 54, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.public-testimonial-form h3 {
  margin: 8px 0;
  color: var(--final-text, #372d28);
  font-family: var(--final-heading, inherit);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
}

.public-testimonial-form p {
  margin: 0;
  max-width: 48ch;
  color: var(--final-muted, #81726b);
  line-height: 1.7;
}

.public-testimonial-fields {
  display: grid;
  gap: 14px;
}

.public-testimonial-fields .secondary-btn {
  justify-self: start;
}

.admin-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.testimonial-admin-sections {
  display: grid;
  gap: 22px;
}

.testimonial-admin-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(156, 128, 112, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
}

.testimonial-admin-section-head {
  display: grid;
  gap: 4px;
}

.testimonial-admin-section-head h4 {
  margin: 0;
  color: var(--final-text, #372d28);
  font-size: 22px;
}

.testimonial-admin-list {
  display: grid;
  gap: 14px;
}

.screenshot-admin-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-edit {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(250, 244, 239, 0.54)),
    rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(196, 161, 120, 0.2);
  box-shadow: 0 14px 38px rgba(74, 54, 42, 0.06);
}

.testimonial-edit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.testimonial-upload-preview {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(156, 128, 112, 0.16);
}

.testimonial-upload-preview img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.testimonial-upload-preview div {
  display: grid;
  gap: 8px;
}

.booking-panel {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  grid-template-areas: "flow summary";
  align-items: start;
  gap: 22px;
}

[dir="rtl"] .booking-panel {
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  grid-template-areas: "summary flow";
}

.booking-flow {
  grid-area: flow;
}

.booking-summary {
  grid-area: summary;
  position: sticky;
  top: 94px;
  align-self: start;
}

.month-picker {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
  color: var(--final-muted, #81726b);
  font-size: 13px;
}

.month-picker select {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(156, 128, 112, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(250, 244, 239, 0.7)),
    #fff;
  color: var(--final-text, #372d28);
  padding: 0 16px;
  font: inherit;
  box-shadow: 0 10px 28px rgba(74, 54, 42, 0.05);
}

.date-column,
.time-column {
  scroll-margin-top: 96px;
}

@media (max-width: 900px) {
  .booking-panel,
  [dir="rtl"] .booking-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "flow";
  }

  .booking-summary {
    position: relative;
    top: auto;
  }

  .screenshot-admin-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .public-testimonial-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .testimonial-upload-preview {
    grid-template-columns: 1fr;
  }

  .booking-panel,
  [dir="rtl"] .booking-panel {
    gap: 14px;
  }

  .booking-summary {
    padding: 18px;
  }
}

/* Final mobile footer and signature refinements */
.hero-signature p {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-signature p span:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .site-footer {
    width: calc(100% - 28px);
    margin: 28px auto 34px;
    padding: 22px 18px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: start;
    gap: 18px;
    text-align: center;
  }

  .site-footer > div:first-child {
    justify-items: center;
    gap: 6px;
  }

  .site-footer > div:first-child strong {
    font-size: 20px;
  }

  .site-footer nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .site-footer nav > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(156, 128, 112, 0.16);
    color: var(--final-text, #372d28);
    text-decoration: none;
    white-space: nowrap;
  }

  .site-footer nav .footer-instagram.cta-instagram-card,
  .site-footer nav .footer-whatsapp {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
  }

  .site-footer nav .footer-instagram.cta-instagram-card {
    grid-template-columns: auto auto;
    border-radius: 999px;
  }

  .site-footer nav .footer-instagram strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-footer .builder-credit {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(156, 128, 112, 0.16);
  }

  .site-footer .builder-credit img {
    max-width: 112px;
    height: auto;
  }

  .site-footer .builder-credit span {
    font-size: 12px;
    line-height: 1.5;
  }

  .public-testimonial-form {
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .site-footer nav {
    grid-template-columns: 1fr;
  }
}
