:root {
  --bg: #fbfaf7;
  --bg-warm: #f7f1e9;
  --surface: #fffdf9;
  --surface-soft: #faf5ee;
  --surface-strong: #ffffff;
  --ink: #1d1b1b;
  --ink-soft: #403a36;
  --muted: #726a62;
  --muted-soft: #958b80;
  --gold: #d9ad5f;
  --gold-strong: #bd8233;
  --gold-deep: #91662f;
  --gold-soft: #ead7b6;
  --line: rgba(187, 137, 72, 0.22);
  --line-strong: rgba(187, 137, 72, 0.42);
  --line-soft: rgba(77, 57, 39, 0.1);
  --success: #507b46;
  --danger: #b4533f;
  --focus: rgba(217, 173, 95, 0.45);
  --shadow: 0 28px 70px rgba(87, 65, 40, 0.11);
  --shadow-soft: 0 18px 44px rgba(87, 65, 40, 0.08);
  --shadow-lift: 0 22px 52px rgba(149, 104, 48, 0.16);
  --radius-xl: 2rem;
  --radius-lg: 1.35rem;
  --radius-md: 1rem;
  --radius-sm: 0.72rem;
  --container: min(1230px, calc(100% - 7rem));
  --title-font: "Instrument Serif", "Didot", "Bodoni 72", Georgia, serif;
  --body-font: "Manrope", "Segoe UI", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.65;
  background:
    linear-gradient(135deg, rgba(217, 173, 95, 0.12) 0%, rgba(217, 173, 95, 0) 34%),
    linear-gradient(180deg, #fffaf3 0%, #fbf6ee 44%, #f8f1e8 100%);
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body::before {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

main {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  color: inherit;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none !important;
}

[hidden] {
  display: none !important;
}

::selection {
  color: #15110e;
  background: rgba(217, 173, 95, 0.34);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(5rem, 8vw, 8.2rem) 0;
  scroll-margin-top: 8rem;
}

.section-kicker,
.calendar-label,
.service-group-kicker,
.catalog-mini-kicker,
.hero-proof-label,
.signature-title {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--gold-strong);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.section-kicker::before,
.calendar-label::before,
.service-group-kicker::before,
.catalog-mini-kicker::before,
.hero-proof-label::before {
  content: "";
  width: 1.85rem;
  height: 1px;
  background: var(--gold);
}

.section-copy h2,
.contact-copy h2,
.catalog-copy h2,
.appointment-intro h2,
.appointment-panel h3,
.admin-hero h1 {
  max-width: 47rem;
  margin: 1.05rem 0 1.25rem;
  color: #423229;
  font-family: var(--title-font);
  font-size: clamp(3rem, 5.8vw, 5.75rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.03;
}

.section-copy p,
.services-intro,
.contact-copy p,
.catalog-copy p,
.appointment-intro p,
.appointment-panel-head p,
.booking-message,
.booking-loading {
  max-width: 43rem;
  margin: 0 0 1.05rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 1.05rem 0 0;
  pointer-events: none;
  transition: padding 0.24s ease;
}

.header-inner {
  position: relative;
  width: min(1340px, calc(100% - 6rem));
  min-height: 4.35rem;
  margin: 0 auto;
  padding: 0.52rem 1.55rem;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.2rem);
  border: 1px solid rgba(214, 179, 125, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(77, 57, 39, 0.08);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.site-header.scrolled {
  padding-top: 0.72rem;
}

.site-header.scrolled .header-inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(77, 57, 39, 0.1);
  transform: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: max-content;
}

.brand-mark {
  width: 3.35rem;
  height: 3.35rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-strong);
  font-family: var(--title-font);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.46);
}

.brand-copy {
  display: grid;
  gap: 0.18rem;
  line-height: 1.1;
}

.brand-copy strong {
  color: #1f1c1c;
  font-family: var(--title-font);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--gold-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.15rem, 2.1vw, 2rem);
  margin-left: auto;
}

.site-nav a {
  position: relative;
  color: #262222;
  font-family: var(--title-font);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8rem;
  height: 1px;
  background: var(--gold-strong);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: var(--gold-deep);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .site-nav-cta {
  display: none;
}

.site-nav .btn::after,
.header-whatsapp::after {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.08rem;
  height: 1px;
  margin: 0.28rem auto;
  background: var(--ink);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-header.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(0.38rem) rotate(45deg);
}

.site-header.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-0.38rem) rotate(-45deg);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  min-height: 3.35rem;
  padding: 0.9rem 1.42rem;
  border: 1px solid transparent;
  border-radius: 0.42rem;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: rgba(185, 126, 48, 0.22);
  background: linear-gradient(135deg, #e4c481 0%, #d69b42 100%);
  color: #241d17;
  box-shadow: 0 16px 32px rgba(190, 132, 48, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 19px 42px rgba(190, 132, 48, 0.24);
}

.btn-secondary,
.btn-quiet {
  border-color: rgba(188, 130, 58, 0.38);
  background: rgba(255, 255, 255, 0.62);
  color: #2a2420;
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-quiet:hover,
.btn-quiet:focus-visible {
  border-color: var(--gold-strong);
  background: #fffaf2;
  box-shadow: var(--shadow-soft);
}

.btn-quiet {
  color: var(--gold-deep);
}

.btn-large {
  width: min(100%, 24rem);
  min-height: 3.75rem;
}

.header-whatsapp,
.site-nav-cta {
  min-height: 3rem;
  padding-inline: 1.35rem;
  border-radius: 999px;
}

.header-whatsapp::before,
.site-nav-cta::before,
.hero-actions .btn-primary::before,
.booking-hero .btn-primary::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1.5px solid currentColor;
  border-radius: 0.16rem;
  background:
    linear-gradient(currentColor, currentColor) 50% 0.32rem / 70% 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 0.26rem 0 / 1.5px 0.24rem no-repeat,
    linear-gradient(currentColor, currentColor) 0.66rem 0 / 1.5px 0.24rem no-repeat;
  opacity: 0.78;
}

.hero-actions .btn-secondary::before,
.booking-hero .btn-secondary::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1.5px solid currentColor;
  border-radius: 0.16rem;
  background:
    linear-gradient(currentColor, currentColor) 50% 0.32rem / 70% 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 0.26rem 0 / 1.5px 0.24rem no-repeat,
    linear-gradient(currentColor, currentColor) 0.66rem 0 / 1.5px 0.24rem no-repeat;
  color: var(--gold-deep);
  opacity: 0.72;
}

.hero-actions .btn-secondary::after,
.booking-hero .btn-secondary::after {
  content: "\203A";
  margin-left: 0.28rem;
  color: var(--gold-deep);
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 0.7;
}

.hero {
  min-height: auto;
  padding-top: clamp(7.6rem, 10.5vw, 9.6rem);
  padding-bottom: 0;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(28rem, 1.18fr);
  align-items: center;
  column-gap: clamp(3rem, 7vw, 7rem);
  row-gap: clamp(2.2rem, 3vw, 3.1rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(2.4rem, 4vw, 3.35rem);
}

.hero-copy::after {
  content: "\2726";
  position: absolute;
  top: clamp(5.25rem, 7vw, 6.25rem);
  right: 3.8rem;
  color: var(--gold);
  font-size: 1.5rem;
}

.hero-copy h1 {
  max-width: 31rem;
  margin: 1.55rem 0 0;
  color: #1f2023;
  font-family: var(--title-font);
  font-size: clamp(4.75rem, 8.2vw, 6.95rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero-copy h1 em {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
}

.hero-subtitle {
  max-width: 36rem;
  margin: 1.75rem 0 0.95rem;
  color: #2f2b2b;
  font-family: var(--title-font);
  font-size: clamp(1.55rem, 2vw, 1.85rem);
  line-height: 1.28;
}

.hero-text {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  margin: 2.15rem 0 0;
}

.hero-actions .btn {
  padding-inline: 1.18rem;
}

.hero-actions .btn-secondary {
  padding-inline: 1.05rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: -3.1rem;
  right: -3.95rem;
  bottom: -3.8rem;
  left: 8.1rem;
  z-index: -1;
  border: 1px solid rgba(217, 173, 95, 0.46);
  border-left: 0;
  border-radius: 0 5.8rem 5.8rem 0;
}

.hero-visual::after {
  content: "\2726";
  position: absolute;
  right: 1.25rem;
  bottom: -4.55rem;
  color: var(--gold);
  font-size: 1.65rem;
  line-height: 1;
}

.hero-frame {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 1.85rem;
  background: transparent;
  box-shadow: none;
}

.hero-badge,
.hero-caption {
  display: none;
}

.hero-image-wrap {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  min-height: 31rem;
  max-height: 35.5rem;
  border-radius: 1.75rem;
  overflow: hidden;
  background: var(--surface-soft);
  box-shadow: 0 22px 54px rgba(65, 48, 31, 0.08);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: center;
  object-position: 60% 70%;
  filter: none;
}

.hero-image-studio img {
  object-position: 50% 30%;
}

.hero-proof {
  grid-column: 1 / -1;
  padding: 0;
}

.hero-proof-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}

.proof-chip {
  position: relative;
  display: grid;
  grid-template-columns: 4.45rem minmax(0, 1fr);
  gap: 0.95rem;
  min-height: 5.9rem;
  padding: 0.32rem 0.5rem 0.32rem 0;
}

.proof-chip:last-child {
  border-right: 0;
  padding-right: 0;
}

.proof-chip::before {
  content: "";
  width: 3.85rem;
  height: 3.85rem;
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  border-radius: 50%;
  background: #f2ece4 var(--proof-icon) center / 1.62rem 1.62rem no-repeat;
}

.proof-chip:nth-child(1)::before {
  --proof-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%2391662f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.25'/%3E%3Cpath d='M12 7.5v5.2l3.3 1.9'/%3E%3C/svg%3E");
}

.proof-chip:nth-child(2)::before {
  --proof-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%2391662f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.8 12s3.2-5 9.2-5 9.2 5 9.2 5-3.2 5-9.2 5-9.2-5-9.2-5Z'/%3E%3Ccircle cx='12' cy='12' r='2.7'/%3E%3Cpath d='M7.4 5.3 6.2 3.4M12 4.4V2.2M16.6 5.3l1.2-1.9'/%3E%3C/svg%3E");
}

.proof-chip:nth-child(3)::before {
  --proof-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%2391662f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M4 10h16M8.2 13.3h.01M12 13.3h.01M15.8 13.3h.01M8.2 16.4h.01M12 16.4h.01M15.8 16.4h.01'/%3E%3C/svg%3E");
}

.proof-chip:nth-child(4)::before {
  --proof-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%2391662f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6.8-6 6.8-11.2A6.8 6.8 0 0 0 5.2 9.8C5.2 15 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.8' r='2.35'/%3E%3Cpath d='M7.7 21h8.6'/%3E%3C/svg%3E");
}

.proof-chip strong {
  grid-column: 2;
  display: block;
  margin: 0.05rem 0 0.38rem;
  color: #171719;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-chip span {
  grid-column: 2;
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-quote {
  position: relative;
  grid-column: 1 / -1;
  margin-top: 2.1rem;
  padding: 1.62rem 2rem;
  border: 1px solid rgba(217, 173, 95, 0.28);
  border-radius: 1.8rem;
  background: rgba(255, 253, 249, 0.74);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.hero-quote::before {
  content: "\2726";
  position: absolute;
  left: 3.15rem;
  top: 50%;
  color: var(--gold);
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.hero-quote p {
  margin: 0;
  color: #2c2929;
  font-family: var(--title-font);
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1.1;
}

.hero-quote em {
  color: var(--gold-strong);
  font-style: italic;
}

.hero-quote span {
  display: block;
  margin-top: 0.6rem;
  color: var(--gold-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.about {
  background: linear-gradient(180deg, #fbfaf7 0%, #fffdfa 100%);
}

.about-grid,
.studio-grid,
.agenda-grid {
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 5.4rem);
  align-items: center;
}

.portrait-card {
  position: relative;
  margin: 0;
  padding: 1.15rem 1.15rem 0.9rem;
  border: 1px solid rgba(217, 173, 95, 0.28);
  border-radius: 1.72rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  object-position: 50% 32%;
  border-radius: 1.15rem 1.15rem 0 0;
}

.portrait-caption {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  min-height: 6.9rem;
  padding: 4.15rem 0.85rem 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.portrait-caption::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  top: 2.8rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold-soft) 42%, transparent 42%, transparent 58%, var(--gold-soft) 58%, var(--gold-soft));
}

.portrait-caption::after {
  content: "VJ";
  position: absolute;
  left: 50%;
  top: 2.02rem;
  width: 3.1rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  color: var(--gold-strong);
  font-family: var(--title-font);
  font-size: 1.36rem;
  font-weight: 700;
  background: var(--surface);
  transform: translateX(-50%);
}

.portrait-caption span:last-child {
  text-align: right;
}

.about .section-copy {
  max-width: 45.5rem;
}

.about .section-copy p {
  max-width: 43rem;
  color: #625b54;
  font-size: 1.03rem;
}

.tag-row,
.agenda-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 2.05rem;
}

.tag,
.agenda-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 2.62rem;
  padding: 0.62rem 1.05rem;
  border: 1px solid rgba(188, 130, 58, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #5c5148;
  font-size: 0.84rem;
  font-weight: 600;
}

.tag::before {
  color: var(--gold-strong);
  font-family: Georgia, serif;
  font-size: 1.08rem;
  line-height: 1;
}

.tag:nth-child(1)::before {
  content: "\2661";
}

.tag:nth-child(2)::before {
  content: "\25C9";
}

.tag:nth-child(3)::before {
  content: "\2726";
}

.tag:nth-child(4)::before {
  content: "\25CE";
}

.trust {
  background: #fffdfa;
}

.trust-flow {
  display: grid;
  gap: 2.6rem;
}

.trust-flow-copy {
  max-width: 56rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(217, 173, 95, 0.24);
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.process-step {
  min-height: 15.2rem;
  padding: 1.65rem 1.45rem;
  border-right: 1px solid rgba(181, 132, 66, 0.16);
}

.process-step:last-child {
  border-right: 0;
}

.process-step span,
.detail-number,
.service-index {
  display: block;
  color: rgba(189, 130, 51, 0.64);
  font-family: var(--title-font);
  font-size: 2.15rem;
  line-height: 1;
}

.process-step strong,
.detail-card h3 {
  display: block;
  margin: 1.35rem 0 0.55rem;
  color: #251f1c;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-step p,
.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.booking-hero {
  padding-top: clamp(8.8rem, 13vw, 11rem);
  padding-bottom: 3rem;
}

.booking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(19rem, 0.74fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.booking-hero-copy h1 {
  max-width: 56rem;
  margin: 1rem 0 1.15rem;
  color: #2e2723;
  font-family: var(--title-font);
  font-size: clamp(3.4rem, 6.8vw, 6.35rem);
  font-weight: 400;
  line-height: 0.98;
}

.booking-hero-copy p {
  max-width: 43rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.booking-aside,
.appointment-shell,
.contact-card,
.calendar-shell,
.catalog-card {
  border: 1px solid rgba(217, 173, 95, 0.26);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.booking-aside {
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

.booking-aside h2 {
  margin: 0.95rem 0 0.85rem;
  color: #382d26;
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 3vw, 3.3rem);
  font-weight: 400;
  line-height: 1.02;
}

.booking-aside p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.booking-aside-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-top: 1px solid var(--line-soft);
}

.booking-aside-list span {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-aside-list strong {
  color: #312720;
  text-align: right;
}

.copy-link-status {
  min-height: 1.35rem;
  margin: -0.8rem 0 0;
  color: var(--gold-deep);
  font-size: 0.92rem;
}

.booking-system-strip,
.booking-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.booking-system-strip {
  margin-top: 2.2rem;
}

.booking-system-strip article,
.booking-guide article,
.service-group,
.service-card,
.result-card,
.contact-item,
.booking-service-card,
.booking-cart,
.booking-summary article,
.checkout-card,
.checkout-service-line,
.checkout-total-box,
.payment-method,
.admin-card,
.admin-block-card,
.detail-card,
.quote-card,
.signature-card,
.agenda-alert,
.selection-summary {
  border: 1px solid rgba(217, 173, 95, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 40px rgba(62, 43, 25, 0.07);
}

.booking-system-strip article,
.booking-guide article {
  min-height: 9rem;
  padding: 1.15rem;
}

.booking-system-strip span,
.booking-guide span,
.service-group-kicker,
.service-card .service-tag,
.booking-service-card span,
.booking-cart-empty span,
.booking-cart-head span,
.booking-summary article span,
.checkout-total-box span,
.checkout-card-head span,
.contact-item span,
.admin-card span,
.admin-block-card span {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-system-strip strong,
.booking-guide strong {
  display: block;
  margin-top: 0.65rem;
  color: #2b2420;
  font-size: 0.98rem;
  line-height: 1.55;
}

.services,
.results,
.booking-section,
.contact {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(248, 241, 232, 0.56));
}

.booking-flow-section:not(.is-active) {
  display: none;
}

.services-header,
.results-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.4rem;
}

.services-intro {
  align-self: end;
}

.service-groups {
  display: grid;
  gap: 1.35rem;
}

.service-group {
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 242, 0.72));
}

.service-group-head {
  max-width: 48rem;
  margin-bottom: 1.35rem;
}

.service-group-head h3 {
  margin: 0.92rem 0 0.75rem;
  color: #392d26;
  font-family: var(--title-font);
  font-size: clamp(2.15rem, 3.3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.service-group-head p {
  margin: 0;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 17rem;
  padding: 1.35rem;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card-media,
.booking-card-media {
  position: relative;
  margin: -0.55rem -0.55rem 1.05rem;
  aspect-ratio: 16 / 10;
  border-radius: 0.72rem;
  overflow: hidden;
  background: var(--surface-soft);
}

.service-card-media img,
.booking-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-media::after,
.booking-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(36, 28, 21, 0.12));
  pointer-events: none;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.22rem;
  background: linear-gradient(90deg, transparent, rgba(217, 173, 95, 0.72), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.service-card:hover::before {
  opacity: 1;
}

.service-index {
  margin-bottom: 0.72rem;
  font-size: 2rem;
}

.service-card h4 {
  margin: 0 0 0.65rem;
  color: #24201e;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.service-card p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: auto 0 1rem;
}

.service-meta span {
  padding: 0.42rem 0.64rem;
  border: 1px solid rgba(181, 132, 66, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: #6f645b;
  font-size: 0.75rem;
  font-weight: 700;
}

.service-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-soft);
}

.service-price {
  color: #2d2520;
  font-size: 1rem;
  font-weight: 900;
}

.service-tag {
  font-size: 0.72rem;
}

.service-card-action,
.booking-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.8rem;
  margin-top: 1rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(188, 130, 58, 0.34);
  border-radius: 0.42rem;
  background: rgba(255, 250, 242, 0.8);
  color: var(--gold-deep);
  cursor: pointer;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-card-action:hover,
.service-card-action:focus-visible,
.service-card-action.is-selected {
  border-color: var(--gold-strong);
  background: #f2dfbd;
  color: #2c2119;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 13.5rem;
  gap: 1rem;
}

.result-card {
  margin: 0;
  padding: 0.72rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.result-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.result-card-wide {
  grid-column: span 2;
}

.result-card-tall {
  grid-row: span 2;
}

.result-media {
  position: relative;
  min-height: 0;
  border-radius: 0.72rem;
  overflow: hidden;
  background: #eee2d4;
}

.result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) brightness(1.03);
}

.result-placeholder {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5rem 0.95rem 0.9rem;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(30, 22, 17, 0.58));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.result-card:hover .result-placeholder,
.result-card:not(.is-loaded) .result-placeholder {
  opacity: 1;
}

.result-placeholder span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-placeholder strong {
  display: block;
  font-family: var(--title-font);
  font-size: 1.6rem;
  font-weight: 600;
}

.result-card figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem 0.35rem 0.15rem;
}

.result-card figcaption strong {
  color: #2c2520;
  font-size: 0.95rem;
  font-weight: 900;
}

.result-card figcaption span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.booking-section {
  padding-top: 3rem;
}

.appointment-shell {
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.appointment-intro {
  max-width: 56rem;
}

.booking-guide {
  margin: 1.8rem 0;
}

.booking-guide article {
  min-height: 8.4rem;
}

.appointment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.2rem 0 1.4rem;
}

.appointment-step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(181, 132, 66, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: #766a60;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.appointment-step.is-active {
  border-color: rgba(188, 130, 58, 0.5);
  background: #f2dfbd;
  color: #2d221a;
}

.appointment-panel {
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid rgba(217, 173, 95, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 18px 45px rgba(62, 43, 25, 0.07);
}

.appointment-panel-head {
  margin-bottom: 1.2rem;
}

.appointment-panel-head h3,
.appointment-panel h3 {
  margin: 0.7rem 0 0.6rem;
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
}

.booking-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.booking-selection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18.5rem, 22.5rem);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: start;
}

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

.booking-cart-panel {
  position: sticky;
  top: 7.2rem;
  align-self: start;
}

.booking-service-card {
  display: grid;
  gap: 0.65rem;
  min-height: 15rem;
  padding: 1.15rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.booking-card-media {
  width: calc(100% + 1.1rem);
  margin: -0.55rem -0.55rem 0.25rem;
}

.booking-service-card:hover,
.booking-service-card.is-selected {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: #fffaf1;
  box-shadow: var(--shadow-soft);
}

.booking-service-card strong {
  color: #28211d;
  font-size: 1.05rem;
  font-weight: 900;
}

.booking-service-card small,
.booking-service-card em {
  color: var(--muted);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.55;
}

.booking-service-card b {
  color: var(--gold-deep);
  font-size: 1.1rem;
}

.booking-cart {
  margin-top: 0;
  padding: 1.05rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(250, 245, 238, 0.74));
  box-shadow: 0 18px 42px rgba(87, 65, 40, 0.08);
}

.booking-cart-empty {
  display: grid;
  gap: 0.28rem;
  min-height: 12.8rem;
  align-content: center;
}

.booking-cart-empty strong,
.booking-cart-head strong,
.booking-cart-item strong,
.booking-cart-total strong {
  color: #29221d;
}

.booking-cart-empty small,
.booking-cart-item span {
  color: var(--muted);
}

.booking-cart-head,
.booking-cart-item,
.booking-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.booking-cart-head {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line-soft);
}

.booking-cart-head > div {
  display: grid;
  gap: 0.16rem;
}

.booking-cart-head small {
  color: var(--gold-deep);
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

.booking-cart-items {
  display: grid;
  gap: 0.6rem;
  padding: 0.85rem 0;
}

.booking-cart-item {
  padding: 0.75rem;
  border: 1px solid rgba(181, 132, 66, 0.18);
  border-radius: 0.8rem;
  background: rgba(255, 253, 249, 0.72);
}

.booking-cart-item > div:first-child {
  display: grid;
  gap: 0.18rem;
}

.booking-cart-item__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.5rem;
}

.booking-cart-change {
  min-height: 2.75rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(181, 132, 66, 0.28);
  border-radius: 999px;
  background: #fff8eb;
  color: var(--gold-deep);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.booking-cart-remove {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 83, 63, 0.26);
  border-radius: 50%;
  background: rgba(180, 83, 63, 0.06);
  color: var(--danger);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.booking-cart-total {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line-soft);
}

.booking-cart-total span {
  color: var(--muted);
}

.booking-cart-actions {
  margin-top: 0.85rem;
}

.booking-cart-actions .btn {
  width: 100%;
}

.appointment-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.appointment-date-row,
.booking-form,
.admin-filters,
.admin-block-form {
  display: grid;
  gap: 0.9rem;
}

.appointment-date-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

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

.booking-form-full {
  grid-column: 1 / -1;
}

.booking-anti-automation {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid rgba(181, 132, 66, 0.22);
  border-radius: 0.85rem;
  background: rgba(255, 250, 242, 0.68);
}

.booking-anti-automation[hidden] {
  display: none;
}

.booking-anti-automation__label {
  margin: 0;
  color: #5c5148;
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-anti-automation__status {
  min-height: 1.2em;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.booking-anti-automation__status.is-success {
  color: #26643b;
}

.booking-anti-automation__status.is-error {
  color: #8d3027;
  font-weight: 700;
}

label {
  display: grid;
  gap: 0.45rem;
  color: #5c5148;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(181, 132, 66, 0.26);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  padding: 0.84rem 0.95rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-strong);
  box-shadow: 0 0 0 4px rgba(217, 173, 95, 0.16);
  background: #fff;
}

.booking-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  padding: 0.9rem;
  border: 1px solid rgba(181, 132, 66, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 250, 242, 0.68);
}

.booking-form-check input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.18rem;
  padding: 0;
  accent-color: var(--gold-strong);
}

.booking-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.booking-slot {
  min-width: 6.4rem;
  min-height: 3rem;
  border: 1px solid rgba(181, 132, 66, 0.28);
  border-radius: 999px;
  background: #fffaf2;
  color: #342920;
  cursor: pointer;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.booking-slot:hover,
.booking-slot.is-selected {
  border-color: var(--gold-strong);
  background: #f1dab1;
  transform: translateY(-2px);
}

.booking-message,
.booking-loading {
  width: 100%;
  margin: 1rem 0 0;
}

.booking-message.is-error,
.appointment-status.is-error {
  color: var(--danger);
}

.booking-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.booking-summary article {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.booking-summary article strong {
  color: #2d2520;
}

.booking-summary article small,
.booking-summary p {
  color: var(--muted);
}

.booking-summary p {
  grid-column: 1 / -1;
  margin: 0.2rem 0 0;
}

.booking-summary-wide {
  grid-column: span 2;
}

.booking-summary-list {
  display: grid;
  gap: 0.28rem;
}

.payment-box {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: 1rem;
}

.checkout-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.05rem;
}

.checkout-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-soft);
}

.checkout-card h4 {
  margin: 0;
  color: #2d2520;
  font-size: 1.02rem;
}

.checkout-card-head span,
.payment-method em {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.32rem 0.62rem;
  border: 1px solid rgba(80, 123, 70, 0.28);
  border-radius: 999px;
  background: rgba(80, 123, 70, 0.07);
  color: var(--success);
  font-style: normal;
}

.payment-method {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem;
}

.payment-method.is-active {
  border-color: rgba(80, 123, 70, 0.32);
  background: rgba(80, 123, 70, 0.06);
}

.payment-method-icon {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border-radius: 0.82rem;
  background: #f2dfbd;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-method strong,
.checkout-service-line strong,
.checkout-total-box strong {
  display: block;
  color: #2d2520;
}

.payment-method small,
.checkout-service-line span,
.checkout-service-line small,
.checkout-summary p {
  color: var(--muted);
  line-height: 1.55;
}

.payment-provider-note,
.reservation-timer {
  margin: 0;
  padding: 0.95rem;
  border: 1px solid rgba(181, 132, 66, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 250, 242, 0.72);
  color: var(--muted);
}

.payment-provider-note strong {
  color: var(--gold-deep);
}

.checkout-pay-button,
.booking-cancel-button {
  width: 100%;
}

.payment-qr-wrap {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(181, 132, 66, 0.18);
  border-radius: 1rem;
  background: #fff;
  color: #0f0e0d;
}

.payment-qr {
  width: min(14rem, 100%);
  border-radius: 0.8rem;
}

.payment-box textarea {
  font-size: 0.88rem;
}

.checkout-service-line,
.checkout-total-box {
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem;
}

.checkout-total-box {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.checkout-total-box strong {
  color: var(--gold-deep);
  font-size: 1.38rem;
}

.reservation-timer {
  border-color: rgba(80, 123, 70, 0.24);
  background: rgba(80, 123, 70, 0.07);
  color: var(--success);
  font-weight: 800;
}

.appointment-status {
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 700;
}

.appointment-status.is-pending {
  color: var(--gold-deep);
}

.appointment-status.is-success {
  color: var(--success);
}

.contact-card {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  overflow: hidden;
}

.contact-card::after {
  content: "\2726";
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: var(--gold);
  font-size: 1.55rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}

.contact-item {
  display: grid;
  gap: 0.45rem;
  padding: 1.1rem;
}

.contact-item a,
.contact-item p {
  margin: 0;
  color: #2c2520;
  font-weight: 800;
}

.site-footer {
  padding: 3rem 0 2.6rem;
  background: #f8f1e8;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(12rem, 0.65fr) minmax(14rem, 0.7fr);
  gap: clamp(1.6rem, 4vw, 3.2rem);
  padding: 2.3rem 0 1.8rem;
  border-top: 1px solid rgba(181, 132, 66, 0.18);
}

.footer-brand p {
  max-width: 31rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.footer-column-title {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav,
.footer-actions {
  display: grid;
  align-content: start;
  gap: 0.48rem;
}

.footer-nav a,
.footer-link {
  color: #5d534a;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-link:hover {
  color: var(--gold-deep);
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; 
}

.footer-link svg {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0; 
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(181, 132, 66, 0.12);
  color: var(--muted-soft);
  font-size: 0.86rem;
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 960;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.7rem;
  padding: 0.66rem 1.05rem 0.66rem 0.66rem;
  border: 1px solid rgba(80, 123, 70, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #244b2e;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(59, 83, 48, 0.14);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-whatsapp.is-hidden-over-form {
  opacity: 0;
  pointer-events: none;
}

body.cart-open .floating-whatsapp {
  z-index: 1075;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-whatsapp-icon {
  width: 2.58rem;
  height: 2.58rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
}

.floating-whatsapp svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.back-to-top {
  position: fixed;
  right: 1.4rem;
  bottom: 6rem;
  z-index: 950;
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181, 132, 66, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--gold-deep);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(1.1rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal="left"] {
  transform: translateX(1.2rem);
}

[data-reveal="right"] {
  transform: translateX(-1.2rem);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translate(0);
}

.admin-body {
  min-height: 100vh;
  padding: 2rem 0 4rem;
  background:
    linear-gradient(140deg, rgba(217, 173, 95, 0.14), rgba(217, 173, 95, 0) 38%),
    linear-gradient(180deg, #fffaf3, #f8f1e8);
}

.admin-login-body {
  display: grid;
  min-height: 100vh;
  padding: clamp(1rem, 4vw, 2.5rem);
  place-items: center;
  background:
    radial-gradient(circle at 8% 8%, rgba(217, 173, 95, 0.18), transparent 30rem),
    linear-gradient(180deg, #fffaf3, #f8f1e8);
}

.admin-login-shell {
  width: min(100%, 68rem);
}

.admin-login-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.8fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid rgba(217, 173, 95, 0.24);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 56px rgba(62, 43, 25, 0.1);
}

.admin-login-copy h1 {
  margin: 0.35rem 0 0.8rem;
  color: #3b2b24;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.6rem);
  font-weight: 400;
  line-height: 0.94;
}

.admin-login-copy p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.admin-login-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid rgba(217, 173, 95, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.92);
}

.admin-shell {
  width: var(--container);
  margin: 0 auto;
}

.admin-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(217, 173, 95, 0.24);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(62, 43, 25, 0.08);
  backdrop-filter: blur(12px);
}

.admin-hero p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
}

.admin-token {
  display: flex;
  gap: 0.75rem;
  align-items: end;
}

.admin-token input {
  min-width: min(22rem, 100%);
}

.admin-actions-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.admin-nav {
  position: sticky;
  top: 0.75rem;
  z-index: 20;
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.35rem;
  padding: 0.7rem;
  overflow-x: auto;
  border: 1px solid rgba(217, 173, 95, 0.2);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 14px 36px rgba(62, 43, 25, 0.07);
  backdrop-filter: blur(10px);
}

.admin-nav a {
  flex: 0 0 auto;
  padding: 0.58rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #4f4037;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-nav a:hover,
.admin-nav a:focus-visible {
  border-color: rgba(217, 173, 95, 0.28);
  background: rgba(217, 173, 95, 0.1);
  color: var(--gold-deep);
}

.admin-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.admin-overview-card {
  padding: 1rem;
  border: 1px solid rgba(217, 173, 95, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.9);
}

.admin-overview-card span {
  display: block;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-overview-card strong {
  display: block;
  margin-top: 0.4rem;
  color: #2b231e;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1;
}

.admin-section {
  margin-top: 1.35rem;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(217, 173, 95, 0.2);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(62, 43, 25, 0.07);
  backdrop-filter: blur(10px);
}

.admin-filters {
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
  align-items: end;
  margin-top: 1rem;
}

.admin-block-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
  margin-top: 1rem;
}

.admin-grid,
.admin-blocks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.admin-card,
.admin-block-card {
  padding: 1rem;
  background: rgba(255, 253, 249, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.admin-card.is-confirmed {
  border-color: rgba(80, 123, 70, 0.34);
}

.admin-card.is-canceled,
.admin-card.is-payment_failed {
  border-color: rgba(180, 83, 63, 0.28);
}

.admin-card.is-completed {
  border-color: rgba(79, 74, 69, 0.24);
}

.admin-card.is-manual_review {
  border-color: rgba(169, 106, 34, 0.34);
}

.admin-card.is-today {
  box-shadow: inset 0 0 0 2px rgba(217, 173, 95, 0.18);
}

.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.admin-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.68rem;
  border: 1px solid rgba(80, 123, 70, 0.22);
  border-radius: 999px;
  background: rgba(80, 123, 70, 0.08);
  color: var(--success);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-card.is-canceled .admin-status-pill,
.admin-card.is-expired .admin-status-pill,
.admin-card.is-payment_failed .admin-status-pill {
  border-color: rgba(180, 83, 63, 0.22);
  background: rgba(180, 83, 63, 0.07);
  color: var(--danger);
}

.admin-card.is-manual_review .admin-status-pill,
.admin-card.is-pending_payment .admin-status-pill {
  border-color: rgba(169, 106, 34, 0.24);
  background: rgba(169, 106, 34, 0.08);
  color: var(--gold-deep);
}

.admin-card.is-completed .admin-status-pill {
  border-color: rgba(79, 74, 69, 0.18);
  background: rgba(79, 74, 69, 0.06);
  color: var(--muted);
}

.admin-card h2 {
  margin: 0 0 0.35rem;
  color: #2b231e;
  font-size: 1.05rem;
  line-height: 1.35;
}

.admin-card strong,
.admin-block-card strong {
  display: block;
  color: #2b231e;
}

.admin-card p,
.admin-block-card p {
  margin: 0.35rem 0;
  color: var(--muted);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.85rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.admin-card-grid span {
  display: grid;
  gap: 0.2rem;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-card-grid strong {
  color: #2d2520;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.admin-actions .btn.is-loading {
  position: relative;
  opacity: 0.78;
}

.admin-toast-root {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1300;
  display: grid;
  gap: 0.75rem;
  width: min(24rem, calc(100vw - 2rem));
  pointer-events: none;
}

.admin-toast {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(217, 173, 95, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 45px rgba(62, 43, 25, 0.13);
  color: #2b2522;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.admin-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.admin-toast strong {
  font-size: 0.76rem;
  color: var(--gold-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-toast span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.admin-toast.is-error {
  border-color: rgba(180, 83, 63, 0.26);
}

.admin-toast.is-error strong {
  color: var(--danger);
}

.admin-toast.is-warning strong {
  color: var(--gold-deep);
}

.admin-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.6rem, 1fr));
  overflow: visible;
}

.admin-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  text-align: center;
}

.admin-grid,
.admin-blocks-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18.5rem), 1fr));
}

.admin-card,
.admin-block-card {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
  border-radius: var(--radius-md);
}

.admin-card-head {
  align-items: flex-start;
}

.admin-card-head strong {
  text-align: right;
  font-size: 0.82rem;
}

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

.admin-action-button {
  min-height: 2.35rem;
  border-radius: 0.55rem;
}

.admin-action-button.is-danger {
  border-color: rgba(180, 83, 63, 0.34);
  color: var(--danger);
}

.admin-action-button.is-danger:hover,
.admin-action-button.is-danger:focus-visible {
  background: rgba(180, 83, 63, 0.08);
  color: var(--danger);
}

.admin-action-button.is-positive {
  border-color: rgba(80, 123, 70, 0.32);
  color: var(--success);
}

.admin-action-button.is-positive:hover,
.admin-action-button.is-positive:focus-visible {
  background: rgba(80, 123, 70, 0.08);
  color: var(--success);
}

.admin-grid > .booking-message,
.admin-blocks-grid > .booking-message {
  grid-column: 1 / -1;
  min-height: 8rem;
  display: grid;
  place-items: center;
  border-style: dashed;
  background: rgba(255, 253, 249, 0.78);
  text-align: center;
}

.booking-slots-message {
  grid-column: 1 / -1;
}

.cookie-notice {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1250;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 58rem;
  margin-inline: auto;
  padding: 0.85rem 0.95rem 0.85rem 1.05rem;
  border: 1px solid rgba(217, 173, 95, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 45px rgba(62, 43, 25, 0.13);
  color: #2b2522;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-notice .btn {
  min-width: 7rem;
  min-height: 2.75rem;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .cookie-notice {
    display: grid;
    gap: 0.8rem;
  }

  .cookie-notice .btn {
    width: 100%;
  }
}

.quote-card,
.signature-card,
.agenda-alert,
.selection-summary {
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
}

.quote-card p,
.signature-card p {
  margin: 0;
}

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

.detail-card {
  min-height: 13rem;
  padding: 1.35rem;
}

.client-shell {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(217, 173, 95, 0.26);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.client-intro {
  max-width: 56rem;
}

.client-intro h1 {
  max-width: 56rem;
  margin: 1rem 0 1rem;
  color: #2e2723;
  font-family: var(--title-font);
  font-size: clamp(3.2rem, 6.4vw, 5.7rem);
  font-weight: 400;
  line-height: 0.98;
}

.client-intro p {
  max-width: 43rem;
  margin: 0;
  color: var(--muted);
}

.client-policy-note {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(80, 123, 70, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(80, 123, 70, 0.06);
  color: #4e6f45;
  font-weight: 800;
}

.client-login-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
  margin-top: 0.6rem;
}

.client-status {
  min-height: 1.5rem;
  color: var(--muted);
  font-weight: 800;
}

.client-status.is-success {
  color: var(--success);
}

.client-status.is-error {
  color: var(--danger);
}

.client-results {
  display: grid;
  gap: 0.9rem;
}

.client-empty,
.client-appointment-card {
  padding: 1rem;
  border: 1px solid rgba(217, 173, 95, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.72);
}

.client-empty {
  display: grid;
  gap: 0.25rem;
}

.client-appointment-card {
  display: grid;
  gap: 0.95rem;
}

.client-appointment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.client-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(80, 123, 70, 0.22);
  border-radius: 999px;
  background: rgba(80, 123, 70, 0.08);
  color: var(--success);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-appointment-card.is-pending .client-status-pill {
  border-color: rgba(169, 106, 34, 0.26);
  background: rgba(169, 106, 34, 0.08);
  color: var(--gold-deep);
}

.client-appointment-card.is-canceled .client-status-pill,
.client-appointment-card.is-expired .client-status-pill {
  border-color: rgba(145, 64, 53, 0.2);
  background: rgba(145, 64, 53, 0.06);
  color: var(--danger);
}

.client-appointment-card.is-completed .client-status-pill {
  border-color: rgba(79, 74, 69, 0.18);
  background: rgba(79, 74, 69, 0.06);
  color: var(--muted);
}

.client-appointment-head strong {
  color: #352a23;
}

.client-service-block {
  display: grid;
  gap: 0.35rem;
}

.client-service-block span,
.client-notes span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-service-block h2 {
  margin: 0;
  color: #2a231f;
  font-size: 1.15rem;
  line-height: 1.35;
}

.client-appointment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line-soft);
}

.client-metric {
  display: grid;
  gap: 0.28rem;
  min-height: 4.3rem;
  align-content: start;
}

.client-metric span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-metric strong {
  display: block;
  color: #2d2520;
  font-size: 1rem;
}

.client-notes {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line-soft);
}

.client-notes p,
.client-action-note {
  margin: 0;
  color: var(--muted);
}

.client-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 2.75rem;
}

.client-cancel-button {
  min-height: 2.65rem;
}

.client-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(46, 39, 35, 0.38);
}

.client-modal {
  width: min(32rem, 100%);
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(217, 173, 95, 0.28);
  border-radius: var(--radius-md);
  background: #fffdf9;
  box-shadow: var(--shadow);
}

.client-modal h2 {
  margin: 0.75rem 0 0.75rem;
  color: #2d2520;
  font-size: 1.5rem;
  line-height: 1.2;
}

.client-modal p {
  margin: 0;
  color: var(--muted);
}

.client-modal-summary {
  display: grid;
  gap: 0.35rem;
  margin: 1rem 0;
  padding: 0.9rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
}

.client-modal-summary strong {
  color: #2d2520;
}

.client-modal-summary span,
.client-modal-summary small {
  color: var(--muted);
}

.client-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}

@media (max-width: 1180px) {
  .header-inner {
    width: min(1260px, calc(100% - 2rem));
  }

  .brand-copy span {
    display: none;
  }

  .site-nav {
    gap: 1rem;
  }
}

@media (min-width: 1041px) and (max-height: 820px) {
  .hero,
  .booking-hero {
    padding-top: 7.2rem;
  }

  .hero-copy {
    padding-top: 1.35rem;
  }

  .hero-copy::after {
    top: 4.25rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.65rem, 8.2vw, 6.45rem);
  }

  .hero-subtitle {
    margin-top: 1.35rem;
    font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  }

  .hero-text {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .hero-actions {
    margin-top: 1.35rem;
  }

  .hero-image-wrap {
    min-height: 27.5rem;
    max-height: 30.5rem;
  }

  .booking-hero-copy h1 {
    font-size: clamp(3rem, 6vw, 5.45rem);
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .about-grid,
  .studio-grid,
  .agenda-grid,
  .booking-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 3.2rem;
  }

  .hero-copy h1 {
    max-width: 42rem;
  }

  .hero-copy::after {
    right: auto;
    left: min(28rem, 70%);
  }

  .hero-visual {
    width: min(100%, 46rem);
    margin-inline: auto;
  }

  .hero-visual::before {
    right: -1.5rem;
  }

  .hero-proof-grid,
  .process-steps,
  .booking-system-strip,
  .booking-guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-chip:nth-child(2),
  .process-step:nth-child(2) {
    border-right: 0;
  }

  .proof-chip:nth-child(1),
  .proof-chip:nth-child(2),
  .process-step:nth-child(1),
  .process-step:nth-child(2) {
    border-bottom: 1px solid rgba(181, 132, 66, 0.16);
  }

  .services-grid,
  .booking-service-grid,
  .results-grid,
  .admin-grid,
  .admin-blocks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-selection-layout {
    grid-template-columns: 1fr;
  }

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

  .booking-cart-panel {
    position: static;
  }

  .result-card-wide,
  .result-card-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .results-grid {
    grid-auto-rows: 17rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-top: 0.85rem;
  }

  .header-inner {
    min-height: 4.35rem;
    padding: 0.56rem 0.72rem 0.56rem 0.92rem;
    border-radius: 1.4rem;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand-mark {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 0.4rem;
    margin: 0;
    padding: 0.95rem;
    border: 1px solid rgba(217, 173, 95, 0.24);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav a {
    padding: 0.78rem 0.8rem;
    border-radius: 0.7rem;
    font-family: var(--body-font);
    font-size: 0.98rem;
    font-weight: 800;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-current {
    background: #fff7e8;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .site-nav-cta {
    display: inline-flex;
    margin-top: 0.35rem;
    width: 100%;
  }

  .header-whatsapp {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .services-header,
  .results-header,
  .contact-grid,
  .checkout-panel,
  .booking-summary,
  .footer-grid,
  .admin-filters,
  .admin-block-form {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .admin-top,
  .admin-login-card,
  .admin-token {
    flex-direction: column;
  }

  .admin-login-card {
    grid-template-columns: 1fr;
  }

  .admin-token {
    width: 100%;
  }

  .admin-token .btn,
  .admin-actions-top,
  .admin-actions-top .btn,
  .admin-block-form .btn,
  .admin-filters .btn {
    width: 100%;
  }

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

@media (max-width: 720px) {
  :root {
    --container: min(100% - 1.25rem, 1230px);
  }

  body::before {
    display: none;
  }

  .section {
    padding: 4.65rem 0;
    scroll-margin-top: 6rem;
  }

  .site-header.scrolled .header-inner {
    transform: none;
  }

  .brand-copy strong {
    max-width: 10.5rem;
    font-size: 0.78rem;
    line-height: 1.18;
  }

  .hero,
  .booking-hero {
    min-height: auto;
    padding-top: 7.3rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.2rem, 18vw, 5.65rem);
  }

  .hero-subtitle {
    font-size: 1.35rem;
  }

  .hero-actions,
  .appointment-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .hero-image-wrap {
    min-height: 22rem;
    aspect-ratio: 0.95 / 1;
    border-radius: 1.25rem;
  }

  .hero-visual::before {
    top: -1.4rem;
    right: -0.7rem;
    bottom: -1.6rem;
    left: 3.6rem;
    border-radius: 0 3rem 3rem 0;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-proof-grid,
  .process-steps,
  .booking-system-strip,
  .booking-guide,
  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid,
  .results-grid,
  .admin-grid,
  .admin-blocks-grid,
  .booking-form,
  .appointment-date-row,
  .appointment-steps,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .proof-chip,
  .proof-chip:nth-child(2),
  .process-step,
  .process-step:nth-child(2) {
    min-height: auto;
    padding: 0.8rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(181, 132, 66, 0.16);
  }

  .proof-chip:last-child,
  .process-step:last-child {
    border-bottom: 0;
  }

  .hero-quote {
    margin-top: 1.6rem;
    padding: 1.35rem 1rem;
  }

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

  .portrait-card {
    padding: 0.72rem 0.72rem 0.6rem;
    border-radius: 1.2rem;
  }

  .portrait-card img {
    border-radius: 0.86rem 0.86rem 0 0;
  }

  .portrait-caption {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    min-height: 6.2rem;
    padding-top: 3.8rem;
  }

  .portrait-caption span:last-child {
    text-align: left;
  }

  .section-copy h2,
  .contact-copy h2,
  .appointment-intro h2,
  .admin-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
  }

  .booking-hero-copy h1 {
    font-size: clamp(2.9rem, 13vw, 4.45rem);
  }

  .service-group,
  .appointment-shell,
  .contact-card,
  .admin-login-card,
  .admin-section,
  .admin-top {
    border-radius: 1.2rem;
  }

  .results-grid {
    grid-auto-rows: auto;
  }

  .result-media {
    aspect-ratio: 4 / 3;
  }

  .booking-summary-wide,
  .booking-summary p {
    grid-column: auto;
  }

  .checkout-card-head,
  .payment-method,
  .booking-cart-head,
  .booking-cart-item {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .checkout-total-box,
  .booking-cart-total {
    grid-template-columns: 1fr;
  }

  .booking-cart-panel {
    order: -1;
  }

  .booking-cart-empty {
    min-height: auto;
  }

  .floating-whatsapp {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    max-width: calc(100vw - 2rem);
    padding: 0.66rem;
  }

  .floating-whatsapp > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .back-to-top {
    right: 1rem;
    bottom: 5.5rem;
  }
}

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

.booking-selection-layout {
  display: block; 
}
.booking-selection-layout .booking-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1040px) {
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: 1fr;
  }
}

.cart-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: blur(3px);
}
.cart-overlay.ativo {
  opacity: 1; visibility: visible;
}

.carrinho-lateral {
  position: fixed;
  top: 0; left: 0;
  width: 100%; max-width: 420px; height: 100vh; height: 100dvh; max-height: 100dvh;
  background: var(--bg);
  z-index: 1060;
  transform: translateX(-100%); 
  transition: transform 0.3s ease-in-out;
  display: flex; flex-direction: column;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
}
.carrinho-lateral.aberto {
  transform: translateX(0);
}

.carrinho-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem; border-bottom: 1px solid var(--line-soft);
  background: var(--surface);
}
.carrinho-header h2 {
  margin: 0; font-family: var(--title-font); font-size: 2rem; color: #392d26;
}
.btn-fechar {
  background: none; border: none; font-size: 2.2rem;
  color: var(--danger); cursor: pointer; line-height: 1;
}

.carrinho-lateral .booking-cart {
  flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 1.5rem;
  background: transparent; box-shadow: none; margin: 0;
}
.carrinho-actions {
  flex: 0 0 auto;
  padding: 1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-soft);
  background: var(--surface);
}

.btn-flutuante-carrinho {
  position: fixed;
  left: 1.4rem; bottom: 6rem; 
  z-index: 960;
  width: 3.8rem; height: 3.8rem;
  border-radius: 50%; border: none;
  background: var(--gold-strong); color: #fff;
  font-size: 1.5rem; cursor: pointer;
  box-shadow: var(--shadow-lift);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-flutuante-carrinho.is-empty {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.65rem) scale(0.94);
}

.btn-flutuante-carrinho.is-hidden-over-form {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.65rem) scale(0.94);
}

.btn-flutuante-carrinho:hover {
  transform: translateY(-3px) scale(1.05);
  background: var(--gold-deep);
}
#cart-count {
  position: absolute; top: -5px; right: -5px;
  background: var(--danger); color: #fff;
  font-size: 0.75rem; width: 1.4rem; height: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-weight: bold;
}

.variant-selector {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  align-items: end;
  padding: 0;
}

.variant-selector__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 25, 20, 0.58);
  backdrop-filter: blur(4px);
}

.variant-selector__sheet {
  position: relative;
  width: min(100%, 38rem);
  max-height: min(88vh, 42rem);
  max-height: min(88dvh, 42rem);
  margin: 0 auto;
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(217, 173, 95, 0.26);
  border-radius: 1.1rem 1.1rem 0 0;
  background: #fffdf9;
  box-shadow: 0 -18px 45px rgba(44, 34, 25, 0.18);
}

.variant-selector__head,
.variant-selector__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.variant-selector__head span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.variant-selector__head h3 {
  margin: 0.2rem 0 0;
  color: #2d2520;
  font-size: clamp(1.25rem, 6vw, 1.75rem);
  line-height: 1.2;
}

.variant-selector__head p {
  max-width: 31rem;
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.variant-selector__close {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(180, 83, 63, 0.24);
  border-radius: 999px;
  background: rgba(180, 83, 63, 0.08);
  color: var(--danger);
  cursor: pointer;
  font-weight: 900;
}

.variant-selector__options {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 0;
  border: 0;
}

.variant-selector__options legend {
  margin-bottom: 0.3rem;
  color: #2d2520;
  font-weight: 900;
}

.variant-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  min-height: 4.4rem;
  padding: 0.85rem;
  border: 1px solid rgba(181, 132, 66, 0.22);
  border-radius: 0.8rem;
  background: rgba(255, 250, 242, 0.72);
  cursor: pointer;
}

.variant-option:has(input:checked) {
  border-color: var(--gold-strong);
  background: #fff7e7;
  box-shadow: inset 0 0 0 1px rgba(188, 130, 58, 0.24);
}

.variant-option:focus-within {
  outline: 3px solid rgba(188, 130, 58, 0.2);
  outline-offset: 2px;
}

.variant-option input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.2rem;
}

.variant-option span {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.variant-option strong {
  color: #2d2520;
}

.variant-option small,
.variant-option em {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.35;
}

.variant-option .variant-option__summary {
  color: #2d2520;
  font-weight: 900;
}

.variant-option .variant-option__description {
  margin-top: 0.18rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(181, 132, 66, 0.14);
}

.variant-selector__actions {
  position: sticky;
  bottom: calc(-1rem - env(safe-area-inset-bottom));
  margin: 0 -1rem calc(-1rem - env(safe-area-inset-bottom));
  padding: 0.8rem 1rem calc(1rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(181, 132, 66, 0.16);
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 -8px 18px rgba(44, 34, 25, 0.06);
}

.variant-option em {
  color: var(--success);
  font-weight: 900;
}

.variant-selector__actions .btn {
  width: 100%;
  min-height: 3.1rem;
}

@media (max-width: 720px) {
  .booking-cart-item {
    align-items: flex-start;
  }

  .booking-cart-item__actions {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media (min-width: 721px) {
  .variant-selector {
    align-items: center;
    padding: 1.5rem;
  }

  .variant-selector__sheet {
    border-radius: 1.1rem;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 1rem, 1230px);
  }

  .site-header {
    padding-top: 0.75rem;
  }

  .header-inner {
    width: min(100% - 1.55rem, 40rem);
    min-height: 4.15rem;
    padding: 0.5rem 0.62rem 0.5rem 0.78rem;
    border-radius: 1.55rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    max-width: min(12.4rem, 48vw);
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
  }

  .section {
    padding: 3.6rem 0;
  }

  .hero,
  .booking-hero {
    padding-top: 6.65rem;
  }

  .hero-grid {
    gap: 1.8rem;
  }

  .hero-copy {
    padding-top: 1rem;
  }

  .hero-copy::after {
    top: 4.85rem;
    left: auto;
    right: 1.45rem;
    font-size: 1.12rem;
  }

  .hero-copy h1 {
    margin-top: 1.22rem;
    font-size: clamp(4rem, 17vw, 5.15rem);
    line-height: 0.88;
  }

  .hero-subtitle {
    margin-top: 1.4rem;
    font-size: 1.28rem;
    line-height: 1.34;
  }

  .hero-text,
  .booking-hero-copy p,
  .services-intro,
  .service-group-head p,
  .appointment-intro p,
  .appointment-panel-head p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero-actions,
  .appointment-actions {
    gap: 0.68rem;
    margin-top: 1.55rem;
  }

  .btn {
    min-height: 3.15rem;
    padding: 0.78rem 1rem;
    white-space: normal;
  }

  .hero-visual {
    width: 100%;
    margin-inline: 0;
  }

  .hero-image-wrap {
    min-height: 18.5rem;
    aspect-ratio: 1 / 0.86;
  }

  .hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .proof-chip,
  .proof-chip:nth-child(1),
  .proof-chip:nth-child(2),
  .proof-chip:nth-child(3),
  .proof-chip:nth-child(4) {
    display: block;
    min-height: 0;
    padding: 0.72rem;
    border: 1px solid rgba(181, 132, 66, 0.16);
    border-radius: 0.86rem;
    background: rgba(255, 255, 255, 0.58);
  }

  .proof-chip::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.6rem;
    background-size: 1.15rem 1.15rem;
  }

  .proof-chip strong {
    margin-bottom: 0.28rem;
    font-size: 0.66rem;
    letter-spacing: 0;
  }

  .proof-chip span {
    font-size: 0.74rem;
    line-height: 1.38;
  }

  .booking-page .booking-system-strip {
    display: none;
  }

  .booking-hero {
    padding-bottom: 2rem;
  }

  .booking-hero-grid {
    gap: 1rem;
  }

  .booking-hero-copy h1 {
    font-size: clamp(2.7rem, 11vw, 3.6rem);
    line-height: 1.02;
  }

  .client-shell {
    padding: 0.95rem;
    border-radius: 1.05rem;
  }

  .client-intro h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
    line-height: 1.04;
  }

  .client-login-form,
  .client-appointment-grid {
    grid-template-columns: 1fr;
  }

  .client-login-form .btn {
    width: 100%;
  }

  .client-appointment-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .booking-hero .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .copy-link-status {
    min-height: 0;
    margin: 0.4rem 0 0;
  }

  .services {
    padding-top: 2.4rem;
  }

  .services-header {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .section-copy h2,
  .contact-copy h2,
  .appointment-intro h2,
  .admin-login-copy h1,
  .admin-hero h1 {
    font-size: clamp(2rem, 8.8vw, 2.9rem);
    line-height: 1.05;
  }

  .admin-overview-grid {
    grid-template-columns: 1fr;
  }

  .services .section-copy h2,
  .service-group-head h3,
  .appointment-panel-head h3,
  .appointment-panel h3 {
    font-size: clamp(1.72rem, 7.2vw, 2.35rem);
    line-height: 1.08;
  }

  .service-groups {
    gap: 0.9rem;
  }

  .service-group {
    padding: 0.75rem;
    border-radius: 1rem;
  }

  .service-group-head {
    margin-bottom: 0.82rem;
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
  }

  .service-card,
  .booking-service-card {
    min-height: 0;
    border-radius: 0.86rem;
  }

  .service-card {
    padding: 0.62rem;
  }

  .service-card-media {
    margin: -0.32rem -0.32rem 0.58rem;
    aspect-ratio: 1.08 / 0.86;
    border-radius: 0.68rem;
  }

  .service-index {
    margin-bottom: 0.34rem;
    font-size: 1.5rem;
  }

  .service-card h4,
  .booking-service-card strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow-wrap: anywhere;
  }

  .service-card h4 {
    min-height: 2.28rem;
    margin-bottom: 0.38rem;
    font-size: 0.86rem;
    line-height: 1.28;
  }

  .service-card p {
    display: -webkit-box;
    min-height: 2.08rem;
    margin-bottom: 0.55rem;
    overflow: hidden;
    color: #6c6259;
    font-size: 0.72rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .service-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.34rem;
    margin: auto 0 0.58rem;
  }

  .service-meta span {
    padding: 0.32rem 0.42rem;
    font-size: 0.63rem;
    line-height: 1.25;
  }

  .service-footer {
    display: grid;
    gap: 0.32rem;
    padding-top: 0.52rem;
  }

  .service-price {
    font-size: 0.96rem;
  }

  .service-card .service-tag {
    font-size: 0.58rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .service-card-action,
  .booking-card-action {
    min-height: 2.38rem;
    margin-top: 0.58rem;
    padding: 0.52rem 0.36rem;
    font-size: 0.62rem;
    letter-spacing: 0;
  }

  .booking-section {
    padding-top: 2.15rem;
  }

  .appointment-shell {
    padding: 0.78rem;
  }

  .booking-guide {
    display: none;
  }

  .appointment-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    margin: 1rem 0;
  }

  .appointment-step {
    min-height: 2.35rem;
    padding: 0.42rem 0.28rem;
    border-radius: 0.72rem;
    font-size: 0.64rem;
    line-height: 1.15;
  }

  .appointment-panel {
    padding: 0.72rem;
    border-radius: 0.95rem;
  }

  .booking-selection-layout {
    width: 100%;
  }

  .booking-service-card {
    gap: 0.42rem;
    padding: 0.56rem;
  }

  .booking-card-media {
    width: calc(100% + 0.64rem);
    margin: -0.32rem -0.32rem 0.16rem;
    aspect-ratio: 1.08 / 0.86;
    border-radius: 0.68rem;
  }

  .booking-service-card span,
  .booking-service-card em {
    font-size: 0.62rem;
    letter-spacing: 0;
    line-height: 1.28;
  }

  .booking-service-card strong {
    min-height: 2.08rem;
    font-size: 0.84rem;
    line-height: 1.24;
  }

  .booking-service-card small {
    display: none;
  }

  .booking-service-card b {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  .booking-service-card em {
    display: -webkit-box;
    min-height: 2.42rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .booking-card-action {
    margin-top: 0.08rem;
    font-size: 0.58rem;
  }

  .carrinho-lateral {
    max-width: 100vw;
  }

  .carrinho-header,
  .carrinho-actions,
  .carrinho-lateral .booking-cart {
    padding: 1rem;
  }

  .carrinho-actions {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  .carrinho-header h2 {
    font-size: 1.8rem;
  }

  .floating-whatsapp {
    left: 0.88rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom));
  }

  body.cart-open .floating-whatsapp {
    bottom: calc(6rem + env(safe-area-inset-bottom));
  }

  .btn-flutuante-carrinho {
    left: 0.88rem;
    bottom: calc(5.35rem + env(safe-area-inset-bottom));
    width: 3.55rem;
    height: 3.55rem;
    font-size: 0;
  }

  .btn-flutuante-carrinho::before {
    content: "";
    width: 1.38rem;
    height: 0.95rem;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0.12rem 0.12rem 0.28rem 0.28rem;
    background:
      linear-gradient(currentColor, currentColor) 0.3rem 1.05rem / 0.16rem 0.16rem no-repeat,
      linear-gradient(currentColor, currentColor) 0.86rem 1.05rem / 0.16rem 0.16rem no-repeat;
    transform: translateY(0.2rem);
  }

  .btn-flutuante-carrinho::after {
    content: "";
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 0.9rem;
    height: 0.5rem;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 0.8rem 0.8rem 0 0;
    transform: translateX(-50%);
  }

  .back-to-top {
    right: 0.88rem;
    bottom: calc(5.35rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 360px) {
  .brand-copy strong {
    max-width: 9.4rem;
    font-size: 0.72rem;
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    gap: 0.55rem;
  }

  .service-card,
  .booking-service-card {
    padding: 0.5rem;
  }

  .service-card h4,
  .booking-service-card strong {
    font-size: 0.78rem;
  }

  .service-card-action,
  .booking-card-action {
    font-size: 0.56rem;
  }
}

@media (max-width: 980px) {
  .header-inner {
    justify-content: center;
  }

  .header-inner .brand {
    justify-content: center;
    margin-inline: auto;
  }

  .header-actions {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-nav {
    top: calc(100% + 0.55rem);
  }
}

@media (max-width: 860px) {
  .booking-page .booking-system-strip {
    display: none;
  }

  .booking-page .booking-aside {
    margin-top: 0.35rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(87, 65, 40, 0.05);
  }

  .booking-aside h2 {
    margin: 0.72rem 0 0.62rem;
    font-size: clamp(1.65rem, 6.2vw, 2.25rem);
    line-height: 1.04;
  }

  .booking-aside p {
    margin-bottom: 0.72rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .booking-aside-list {
    padding: 0.68rem 0;
  }

  .booking-hero {
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 1.35rem, 1230px);
  }

  .site-header {
    padding-top: 0.55rem;
  }

  .header-inner {
    width: min(100% - 1rem, 40rem);
    min-height: 3.65rem;
    padding: 0.4rem 0.72rem;
    border-radius: 1.1rem;
    box-shadow: 0 10px 28px rgba(77, 57, 39, 0.06);
  }

  .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    gap: 0.55rem;
    max-width: calc(100% - 3.2rem);
    transform: translate(-50%, -50%);
  }

  .brand-mark {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    font-size: 1.05rem;
  }

  .brand-copy strong {
    max-width: min(10.2rem, 45vw);
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .menu-toggle {
    flex-basis: 2.55rem;
    width: 2.55rem;
    height: 2.55rem;
  }

  [data-reveal="left"],
  [data-reveal="right"] {
    transform: translateY(1rem);
  }

  .hero,
  .booking-hero {
    padding-top: 6.55rem;
  }

  .section {
    padding: 2.9rem 0;
  }

  .hero.section,
  .booking-hero.section {
    padding-top: 6.55rem;
  }

  .hero-grid {
    gap: 1.35rem;
  }

  .hero-copy {
    order: 1;
    padding-top: 0.45rem;
  }

  .hero-actions {
    margin-top: 1.25rem;
  }

  .hero-proof {
    order: 2;
    margin-top: 0.05rem;
  }

  .hero-visual {
    order: 3;
  }

  .hero-quote {
    order: 4;
  }

  .hero-proof-label {
    position: relative;
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: minmax(1.75rem, 1fr) auto minmax(1.75rem, 1fr);
    align-items: center;
    gap: 0.75rem;
    margin: 0.15rem 0 1rem;
    overflow: visible;
    clip: auto;
    color: var(--gold-deep);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.26em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
  }

  .hero-proof-label::before,
  .hero-proof-label::after {
    content: "";
    height: 1px;
    background: rgba(181, 132, 66, 0.26);
  }

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

  .hero-image-wrap {
    border-radius: 1.15rem;
    box-shadow: 0 14px 34px rgba(65, 48, 31, 0.07);
  }

  .hero-proof {
    margin-top: 0.2rem;
  }

  .hero-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .proof-chip,
  .proof-chip:nth-child(1),
  .proof-chip:nth-child(2),
  .proof-chip:nth-child(3),
  .proof-chip:nth-child(4) {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }

  .proof-chip::before {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.55rem;
    background-size: 1.25rem 1.25rem;
  }

  .proof-chip strong {
    margin: 0 0 0.16rem;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .proof-chip span {
    font-size: 0.68rem;
    line-height: 1.32;
  }

  .hero-quote {
    margin-top: 1.1rem;
    padding: 0.35rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-quote p {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .hero-quote span {
    margin-top: 0.35rem;
    font-size: 0.68rem;
  }

  .about,
  .trust,
  .services,
  .results,
  .booking-section,
  .contact {
    background: transparent;
  }

  .process-steps {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 0.75rem;
  }

  .process-step,
  .process-step:nth-child(1),
  .process-step:nth-child(2),
  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border: 1px solid rgba(217, 173, 95, 0.18);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.44);
    padding: 1rem;
  }

  .service-group,
  .appointment-shell,
  .contact-card,
  .client-shell {
    border-color: rgba(217, 173, 95, 0.16);
    box-shadow: 0 12px 34px rgba(87, 65, 40, 0.05);
  }

  .site-footer {
    padding-top: 2.15rem;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  .hero:not(.booking-hero) .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .hero:not(.booking-hero) .hero-actions .btn {
    width: auto;
    min-width: 12.2rem;
  }
}

@media (max-width: 430px) {
  .header-inner {
    padding-inline: 0.58rem;
  }

  .hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.85rem;
  }

  .proof-chip span {
    max-width: 8.8rem;
    margin-inline: auto;
    font-size: 0.72rem;
  }

  .brand-mark {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
    font-size: 0.98rem;
  }

  .brand-copy strong {
    max-width: 8.6rem;
    font-size: 0.68rem;
  }

  .menu-toggle {
    width: 2.35rem;
    height: 2.35rem;
    flex-basis: 2.35rem;
  }

  .header-actions {
    right: 0.48rem;
  }
}

.hero-quote {
  padding: 1.28rem 2rem 1.08rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.portrait-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
}

.contact-item address,
.footer-address {
  margin: 0;
  color: #2c2520;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

.footer-address {
  max-width: 22rem;
  color: #5d534a;
  font-size: 0.92rem;
  font-weight: 600;
}

.booking-slot {
  display: inline-grid;
  place-items: center;
  gap: 0.1rem;
  padding: 0.52rem 0.9rem;
  line-height: 1.1;
}

.booking-slot span {
  font-size: 1.05rem;
}

.booking-slot small {
  color: var(--gold-deep);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-slot.is-unavailable,
.booking-slot:disabled {
  border-color: rgba(180, 83, 63, 0.42);
  background: rgba(180, 83, 63, 0.07);
  color: var(--danger);
  cursor: not-allowed;
  opacity: 1;
  transform: none !important;
}

.booking-slot.is-unavailable small {
  color: var(--danger);
}

.booking-slot.is-selected small {
  color: #3a2b20;
}

.booking-slot.is-reserved-for-you {
  border-color: var(--gold-strong);
  background: #f2dfbd;
  color: #3a2b20;
  cursor: pointer;
}

.booking-slot.is-reserved-for-you small {
  color: var(--gold-deep);
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 0.9rem, 1230px);
  }

  .section {
    padding: 2.15rem 0;
  }

  .hero.section,
  .booking-hero.section {
    padding-top: 5.7rem;
  }

  .hero-grid,
  .trust-flow,
  .service-groups {
    gap: 0.9rem;
  }

  .about-grid {
    gap: 1.25rem;
  }

  .services {
    padding-top: 1.3rem;
  }

  .service-group,
  .appointment-shell,
  .contact-card,
  .client-shell {
    border-color: transparent;
    box-shadow: none;
  }

  .service-group,
  .appointment-shell {
    padding: 0.56rem;
  }

  .appointment-panel {
    padding: 0.82rem;
    overflow: hidden;
  }

  .appointment-panel-head {
    margin-bottom: 0.85rem;
  }

  .appointment-date-row {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .appointment-date-row input[type="date"] {
    min-height: 3.15rem;
    padding: 0.68rem 0.85rem;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
  }

  .appointment-date-row .btn {
    width: 100%;
    min-height: 3.05rem;
  }

  .booking-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  .booking-slot {
    width: 100%;
    min-width: 0;
    min-height: 3.35rem;
    border-radius: 0.82rem;
    padding-inline: 0.35rem;
  }

  .booking-slot span {
    font-size: 1rem;
  }

  .booking-slot small {
    font-size: 0.57rem;
    letter-spacing: 0;
  }

  .contact-card {
    padding: 1rem;
  }

  .contact-grid {
    gap: 0.68rem;
    margin-top: 1rem;
  }

  .contact-item {
    padding: 0.88rem;
  }

  .tag-row {
    gap: 0.48rem;
    margin-top: 1.15rem;
  }
}

@media (max-width: 520px) {
  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .service-card {
    display: flex;
    flex-direction: column;
    padding: 0.56rem;
    border-radius: 0.82rem;
  }

  .service-card-media {
    width: 100%;
    min-height: 0;
    margin: -0.26rem -0.26rem 0.48rem;
    aspect-ratio: 1.08 / 0.86;
    border-radius: 0.64rem;
  }

  .service-index {
    margin-bottom: 0.26rem;
    font-size: 1.35rem;
  }

  .service-card h4,
  .booking-service-card strong {
    font-size: 0.8rem;
    line-height: 1.24;
  }

  .service-card p {
    display: -webkit-box;
    min-height: 3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-size: 0.68rem;
    line-height: 1.46;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .service-meta {
    gap: 0.3rem;
    margin: auto 0 0.5rem;
  }

  .service-meta span {
    padding: 0.3rem 0.38rem;
    font-size: 0.6rem;
  }

  .service-footer {
    padding-top: 0.48rem;
  }

  .service-card-action {
    min-height: 2.35rem;
    margin-top: 0.48rem;
    font-size: 0.66rem;
  }
}

@media (max-width: 360px) {
  .booking-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    gap: 0.5rem;
  }

  .service-card {
    padding: 0.48rem;
  }

  .service-card p {
    font-size: 0.64rem;
  }
}

/* Luxury white and gold visual refresh */
:root {
  --color-bg: #fbf7f0;
  --color-bg-soft: #fffdf8;
  --color-surface: #ffffff;
  --color-border: #eadcc8;
  --color-text: #2f211c;
  --color-text-muted: #6f6259;
  --color-text-soft: #9b8d82;
  --color-gold: #c9933f;
  --color-gold-dark: #9b6727;
  --color-gold-light: #f3dfbd;
  --shadow-soft: 0 18px 45px rgba(73, 47, 28, 0.08);
  --shadow-card: 0 14px 34px rgba(73, 47, 28, 0.10);
  --bg: var(--color-bg);
  --bg-warm: #f7efe4;
  --surface: var(--color-bg-soft);
  --surface-soft: #fbf4ea;
  --surface-strong: var(--color-surface);
  --ink: var(--color-text);
  --ink-soft: #46332b;
  --muted: var(--color-text-muted);
  --muted-soft: var(--color-text-soft);
  --gold: var(--color-gold);
  --gold-strong: var(--color-gold);
  --gold-deep: var(--color-gold-dark);
  --gold-soft: var(--color-gold-light);
  --line: rgba(201, 147, 63, 0.24);
  --line-strong: rgba(201, 147, 63, 0.44);
  --line-soft: rgba(73, 47, 28, 0.10);
  --organic-line-art: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 760'%3E%3Cg fill='none' stroke='%23c9933f' stroke-width='1.1' stroke-linecap='round' opacity='.62'%3E%3Cpath d='M92-20C24 76 30 180 86 258c58 82 54 154-14 238-72 88-66 162 20 250'/%3E%3Cpath d='M126-12C58 96 76 178 126 250c62 88 54 154-18 234-72 82-62 156 34 246'/%3E%3Cpath d='M164-18C100 92 116 182 174 268c54 80 56 146 4 218-66 90-58 158 38 236'/%3E%3C/g%3E%3C/svg%3E");
  --botanical-line-art: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 260'%3E%3Cg fill='none' stroke='%23c9933f' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M56 238C74 178 96 106 88 18'/%3E%3Cpath d='M84 88C56 78 44 54 48 32c25 9 38 30 36 56Z'/%3E%3Cpath d='M88 126c31-18 50-43 53-75-33 9-53 36-53 75Z'/%3E%3Cpath d='M73 158c-32-8-51-30-56-58 33 3 54 25 56 58Z'/%3E%3Cpath d='M68 194c35-5 61-24 77-56-36 0-63 20-77 56Z'/%3E%3Cpath d='M58 220c-22-4-38-17-50-38 25-2 44 8 50 38Z'/%3E%3Cpath d='M95 62c11-15 23-27 39-36'/%3E%3Cpath d='M76 137c-16-16-31-25-51-30'/%3E%3Cpath d='M73 184c17-17 35-29 56-37'/%3E%3C/g%3E%3C/svg%3E");
}

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

body {
  position: relative;
  color: var(--color-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(243, 223, 189, 0.28), rgba(243, 223, 189, 0) 22rem),
    radial-gradient(circle at 87% 28%, rgba(201, 147, 63, 0.08), rgba(201, 147, 63, 0) 26rem),
    linear-gradient(180deg, #fffdf8 0%, #fbf7f0 42%, #fffdf8 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}

body::before {
  background:
    var(--organic-line-art) left -4rem top -4rem / min(31vw, 28rem) auto no-repeat,
    var(--organic-line-art) right -8rem top 13rem / min(28vw, 25rem) auto no-repeat;
  opacity: 0.24;
}

body::after {
  background:
    linear-gradient(90deg, rgba(201, 147, 63, 0.05), transparent 14%, transparent 86%, rgba(201, 147, 63, 0.05)),
    radial-gradient(circle at 52% 15%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 30rem);
  opacity: 0.82;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.cart-overlay {
  position: fixed;
  z-index: 1050;
}

.carrinho-lateral {
  position: fixed;
  z-index: 1060;
}

.floating-whatsapp,
.back-to-top,
.btn-flutuante-carrinho {
  position: fixed;
}

.luxury-bg-detail {
  position: fixed;
  z-index: 0;
  width: clamp(8rem, 15vw, 14rem);
  height: clamp(14rem, 26vw, 24rem);
  background: var(--botanical-line-art) center / contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.luxury-bg-detail-left {
  left: -2rem;
  bottom: 6rem;
  transform: rotate(-12deg);
}

.luxury-bg-detail-right {
  top: 17rem;
  right: -2.8rem;
  transform: rotate(15deg) scaleX(-1);
}

.site-header {
  padding-top: 0.92rem;
}

.header-inner {
  border-color: rgba(234, 220, 200, 0.95);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.91);
  box-shadow: 0 18px 42px rgba(73, 47, 28, 0.09);
}

.site-header.scrolled .header-inner {
  border-color: rgba(234, 220, 200, 0.98);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 34px rgba(73, 47, 28, 0.10);
}

.brand-mark {
  border-color: var(--color-gold);
  color: var(--color-gold-dark);
  background: linear-gradient(180deg, #ffffff, #fff7ea);
}

.brand-copy strong,
.site-nav a {
  color: var(--color-text);
}

.brand-copy span,
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: var(--color-gold-dark);
}

.site-nav a.btn-primary,
.site-nav a.btn-primary:hover,
.site-nav a.btn-primary:focus-visible {
  color: #ffffff;
}

.site-nav a::after {
  bottom: -0.72rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.btn-primary,
.service-card-action,
.booking-card-action {
  border-color: rgba(155, 103, 39, 0.18);
  background: linear-gradient(180deg, #d9ad62 0%, #c9933f 52%, #ae762d 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(155, 103, 39, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.service-card-action:hover,
.service-card-action:focus-visible,
.service-card-action.is-selected,
.booking-card-action:hover,
.booking-card-action:focus-visible {
  border-color: rgba(155, 103, 39, 0.32);
  background: linear-gradient(180deg, #c9933f 0%, #9b6727 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(155, 103, 39, 0.28);
}

.btn-secondary,
.btn-quiet {
  border-color: rgba(201, 147, 63, 0.30);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-text);
}

.booking-page .booking-hero {
  overflow: hidden;
  padding-bottom: clamp(2rem, 4vw, 3.8rem);
}

.booking-page .booking-hero::before,
.booking-page .booking-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.booking-page .booking-hero::before {
  top: 5.8rem;
  left: -5rem;
  width: min(24vw, 20rem);
  height: min(52vw, 44rem);
  border: 1px solid rgba(201, 147, 63, 0.28);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  opacity: 0.42;
}

.booking-page .booking-hero::after {
  top: 7.4rem;
  right: 4.5rem;
  width: 0.72rem;
  height: 0.72rem;
  color: var(--color-gold);
  content: "\2726";
  font-size: 1rem;
}

.booking-hero-grid,
.booking-system-strip,
.services-luxury-shell {
  position: relative;
  z-index: 1;
}

.booking-hero-copy h1 {
  position: relative;
  color: var(--color-text);
  text-wrap: balance;
}

.title-gold {
  color: var(--color-gold-dark);
}

.gold-sparkle {
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--color-gold);
  vertical-align: top;
}

.gold-sparkle::before {
  content: "\2726";
  font-size: 0.95rem;
  line-height: 1;
}

.hero-title-sparkle {
  margin-left: 0.25rem;
  transform: translateY(0.12rem);
}

.hero-info-panel {
  display: grid;
  grid-template-columns: 1px 5.8rem minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
  padding: clamp(1.25rem, 2.2vw, 1.8rem) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-info-divider {
  width: 1px;
  min-height: 8.6rem;
  background: linear-gradient(180deg, transparent, var(--color-gold), transparent);
}

.hero-icon-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 5.55rem;
  height: 5.55rem;
  border: 1px solid rgba(201, 147, 63, 0.74);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 32px rgba(73, 47, 28, 0.07);
}

.hero-icon-badge svg {
  width: 2.95rem;
  height: 2.95rem;
}

.hero-icon-badge path {
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-info-sparkle {
  position: absolute;
  color: var(--color-gold);
  pointer-events: none;
}

.hero-info-sparkle::before {
  content: "\2726";
  display: block;
  font-size: 0.88rem;
  line-height: 1;
}

.hero-info-sparkle-top {
  top: 23%;
  left: 28%;
}

.hero-info-sparkle-bottom {
  bottom: 20%;
  left: 29%;
}

.hero-info-copy h2 {
  margin: 0.55rem 0 0.6rem;
  color: var(--color-text);
  font-family: var(--body-font);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 700;
  line-height: 1.7;
}

.hero-info-copy p {
  max-width: 25rem;
  margin-bottom: 0.9rem;
}

.hero-info-facts {
  display: grid;
  max-width: 27rem;
  border-top: 1px solid rgba(201, 147, 63, 0.17);
}

.booking-aside-list {
  align-items: center;
  padding: 0.68rem 0;
  border-top: 0;
  border-bottom: 1px solid rgba(201, 147, 63, 0.14);
}

.booking-aside-list:last-child {
  border-bottom: 0;
}

.booking-page .booking-system-strip article,
.booking-guide article,
.appointment-shell,
.contact-card,
.process-steps,
.portrait-card,
.client-shell {
  border-color: rgba(234, 220, 200, 0.94);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.booking-page .services {
  padding-top: clamp(1.2rem, 3vw, 2.8rem);
}

.services-luxury-shell {
  padding: clamp(1.05rem, 2.3vw, 2rem);
  border: 1px solid rgba(234, 220, 200, 0.98);
  border-radius: clamp(1.35rem, 3vw, 2.35rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(255, 253, 248, 0.82)),
    radial-gradient(circle at 88% 8%, rgba(243, 223, 189, 0.38), rgba(243, 223, 189, 0) 18rem);
  box-shadow: 0 22px 58px rgba(73, 47, 28, 0.09);
  overflow: hidden;
  isolation: isolate;
}

.services-luxury-shell > *:not(.section-botanical-detail) {
  position: relative;
  z-index: 2;
}

.section-botanical-detail {
  position: absolute;
  z-index: 1;
  width: clamp(8rem, 14vw, 13.5rem);
  height: clamp(12rem, 22vw, 21rem);
  background: var(--botanical-line-art) center / contain no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.section-botanical-detail-top {
  top: 1.2rem;
  right: -1.6rem;
  transform: rotate(9deg);
}

.section-botanical-detail-bottom {
  left: -2.7rem;
  bottom: -1.8rem;
  transform: rotate(-14deg) scaleX(-1);
}

.services-header {
  margin-bottom: clamp(1.2rem, 2.6vw, 2.4rem);
}

.services-intro {
  padding-left: clamp(1rem, 2vw, 1.65rem);
  border-left: 1px solid rgba(201, 147, 63, 0.68);
}

.services .section-kicker::after,
.service-group-kicker::after {
  content: "\2726";
  color: var(--color-gold);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.services .section-copy h2,
.service-group-head h3 {
  color: var(--color-text);
  text-wrap: balance;
}

.service-groups {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.service-group {
  position: relative;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border-color: rgba(234, 220, 200, 0.92);
  border-radius: clamp(1rem, 2vw, 1.55rem);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 30px rgba(73, 47, 28, 0.05);
}

.service-group-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.85fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  max-width: none;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.service-group-head .service-group-kicker,
.service-group-head h3 {
  grid-column: 1;
}

.service-group-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-left: clamp(1rem, 2vw, 1.5rem);
  border-left: 1px solid rgba(201, 147, 63, 0.58);
}

.services-grid {
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
}

.service-card,
.booking-service-card {
  border-color: rgba(234, 220, 200, 0.94);
  border-radius: 1.12rem;
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.service-card {
  min-height: 100%;
  padding: 0.86rem 0.86rem 1rem;
}

.service-card::before {
  height: 0.12rem;
  background: linear-gradient(90deg, transparent, rgba(201, 147, 63, 0.70), transparent);
}

.service-card:hover,
.booking-service-card:hover,
.booking-service-card.is-selected {
  border-color: rgba(201, 147, 63, 0.52);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(73, 47, 28, 0.12);
}

.service-card-media,
.booking-card-media {
  margin: 0 0 1rem;
  border-radius: 0.86rem;
  background: #fbf4ea;
  box-shadow: inset 0 0 0 1px rgba(234, 220, 200, 0.72);
}

.service-card-media::after,
.booking-card-media::after {
  background: linear-gradient(180deg, rgba(47, 33, 28, 0), rgba(47, 33, 28, 0.14));
}

.service-image-badge {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 2;
  display: none;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: linear-gradient(180deg, #d8ad62, #ba7c2e);
  box-shadow: 0 10px 22px rgba(73, 47, 28, 0.18);
}

.service-image-badge svg {
  width: 1.72rem;
  height: 1.72rem;
}

.service-image-badge path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-index {
  color: var(--color-gold);
}

.service-card h4,
.booking-service-card strong {
  color: var(--color-text);
}

.service-card p,
.booking-service-card small,
.booking-service-card em {
  color: var(--color-text-muted);
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-color: rgba(234, 220, 200, 0.96);
  background: #fffdf8;
  color: var(--color-text-muted);
}

.service-meta span::before {
  content: "";
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  border: 1.5px solid var(--color-gold);
}

.service-meta span:nth-child(1)::before {
  border-radius: 50%;
  background:
    linear-gradient(var(--color-gold), var(--color-gold)) 50% 28% / 1.5px 34% no-repeat,
    linear-gradient(var(--color-gold), var(--color-gold)) 57% 58% / 34% 1.5px no-repeat;
}

.service-meta span:nth-child(2)::before {
  border-radius: 0.22rem;
  transform: rotate(-35deg);
}

.service-footer {
  border-top-color: rgba(234, 220, 200, 0.96);
}

.service-price {
  color: var(--color-text);
  font-family: var(--title-font);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.service-card .service-tag,
.booking-service-card span {
  color: var(--color-gold-dark);
}

.service-card-action,
.booking-card-action {
  border-radius: 0.55rem;
  min-height: 3rem;
}

.service-card-action::before,
.booking-card-action::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9h12l-1 11H7L6 9Z'/%3E%3Cpath d='M9 9V7a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .services-grid,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-info-panel {
    grid-template-columns: 1px 5rem minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  body::before {
    background:
      var(--organic-line-art) left -8rem top -3rem / 18rem auto no-repeat,
      var(--organic-line-art) right -10rem top 20rem / 17rem auto no-repeat;
    opacity: 0.16;
  }

  body::after,
  .luxury-bg-detail {
    display: none;
  }

  .header-inner {
    border-radius: 1.15rem;
  }

  .booking-hero-copy h1 {
    font-size: clamp(2.85rem, 12vw, 4.1rem);
    line-height: 1.02;
  }

  .hero-title-sparkle {
    width: 1rem;
    height: 1rem;
  }

  .hero-info-panel {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(234, 220, 200, 0.82);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px rgba(73, 47, 28, 0.07);
  }

  .hero-info-divider {
    width: 100%;
    min-height: 1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  }

  .hero-icon-badge {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-info-copy p,
  .hero-info-facts {
    max-width: none;
  }

  .hero-info-sparkle {
    display: none;
  }

  .services-luxury-shell {
    padding: 0.78rem;
    border-radius: 1.08rem;
  }

  .section-botanical-detail {
    display: block;
    width: clamp(5.8rem, 26vw, 7.2rem);
    height: clamp(8rem, 36vw, 10.5rem);
    opacity: 0.24;
  }

  .section-botanical-detail-top {
    top: 0.45rem;
    right: -0.85rem;
    transform: rotate(8deg);
  }

  .section-botanical-detail-bottom {
    display: none;
  }

  .services-header {
    grid-template-columns: 1fr;
  }

  .services-intro,
  .service-group-head p {
    padding-left: 0;
    border-left: 0;
  }

  .service-group-head {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .service-group-head .service-group-kicker,
  .service-group-head h3,
  .service-group-head p {
    grid-column: 1;
    grid-row: auto;
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
  }

  .service-card,
  .booking-service-card {
    min-height: 0;
    border-radius: 0.92rem;
  }

  .service-card {
    padding: 0.62rem;
  }

  .service-card-media,
  .booking-card-media {
    margin: 0 0 0.58rem;
    aspect-ratio: 1.08 / 0.86;
    min-height: clamp(6.2rem, 27vw, 7.4rem);
    border-radius: 0.7rem;
  }

  .service-card-media img,
  .booking-card-media img {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .service-card h4 {
    display: -webkit-box;
    min-height: 2.28rem;
    overflow: hidden;
    font-size: 0.86rem;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .service-card p {
    display: -webkit-box;
    min-height: 2.08rem;
    overflow: hidden;
    font-size: 0.72rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
      line-clamp: 2;
  }

  .service-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.34rem;
  }

  .service-meta span {
    padding: 0.32rem 0.42rem;
    font-size: 0.63rem;
    line-height: 1.25;
  }

  .service-footer {
    display: grid;
    gap: 0.32rem;
  }

  .service-card-action,
  .booking-card-action {
    width: 100%;
    min-height: 2.38rem;
    padding: 0.52rem 0.36rem;
    font-size: 0.62rem;
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  .booking-page .booking-hero::before,
  .booking-page .booking-hero::after {
    display: none;
  }

  .booking-hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .services-luxury-shell {
    padding: 0.56rem;
    border-radius: 0.9rem;
  }

  .section-botanical-detail-top {
    top: 0.35rem;
    right: -1.25rem;
    width: 5.6rem;
    height: 8.2rem;
    opacity: 0.20;
  }

  .service-group {
    padding: 0.66rem;
    border-radius: 0.82rem;
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid,
  .booking-selection-layout .booking-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .service-card {
    padding: 0.56rem;
  }

  .service-image-badge {
    top: 0.55rem;
    right: 0.55rem;
    width: 2.35rem;
    height: 2.35rem;
  }

  .service-image-badge svg {
    width: 1.42rem;
    height: 1.42rem;
  }

  .service-card-media,
  .booking-card-media {
    min-height: clamp(5.8rem, 26vw, 6.8rem);
  }

  .service-card h4,
  .booking-service-card strong {
    font-size: 0.8rem;
    line-height: 1.24;
  }

  .service-card p {
    min-height: 3rem;
    margin-bottom: 0.5rem;
    font-size: 0.68rem;
    line-height: 1.46;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .service-meta span {
    padding: 0.3rem 0.38rem;
    font-size: 0.6rem;
  }

  .service-footer {
    display: grid;
    justify-content: stretch;
  }

  .service-price {
    font-size: 1.2rem;
  }

  .service-card .service-tag {
    font-size: 0.65rem;
  }

  .service-card-action,
  .booking-card-action {
    min-height: 2.35rem;
    margin-top: 0.48rem;
    font-size: 0.66rem;
  }

}

/* Standalone checkout and payment return */
.checkout-page,
.payment-return-page {
  min-height: 100vh;
}

.standalone-checkout {
  padding-top: clamp(7rem, 12vw, 9rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.checkout-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 1.8rem);
  max-width: 72rem;
  padding: clamp(1.25rem, 3vw, 2.35rem);
  border: 1px solid rgba(201, 147, 63, 0.28);
  border-radius: clamp(1.2rem, 2.4vw, 1.8rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 248, 0.92)),
    radial-gradient(circle at 86% 12%, rgba(243, 223, 189, 0.32), transparent 18rem);
  box-shadow: var(--shadow-soft);
}

.checkout-shell::before,
.checkout-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.checkout-shell::before {
  top: 1.2rem;
  right: clamp(0.6rem, 3vw, 2.4rem);
  width: clamp(6rem, 13vw, 10rem);
  height: clamp(8rem, 17vw, 13rem);
  background: var(--botanical-line-art) center / contain no-repeat;
  opacity: 0.18;
}

.checkout-shell::after {
  left: -5rem;
  bottom: -4rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(201, 147, 63, 0.18);
  border-radius: 50%;
  opacity: 0.46;
}

.checkout-page-head,
.checkout-summary-grid,
.checkout-payment-actions,
.checkout-shell > .appointment-status,
.checkout-shell > .reservation-timer {
  position: relative;
  z-index: 1;
}

.checkout-page-head {
  display: grid;
  max-width: 44rem;
  gap: 0.75rem;
}

.checkout-page-head h1 {
  margin: 0;
  color: var(--color-text);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.7rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 0.96;
  text-wrap: balance;
}

.checkout-page-head p {
  max-width: 40rem;
  margin: 0;
  color: var(--color-text-muted);
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.7;
}

.checkout-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.checkout-summary-card {
  display: grid;
  align-content: start;
  gap: 0.44rem;
  min-height: 8.4rem;
  padding: 1rem;
  border: 1px solid rgba(234, 220, 200, 0.92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(73, 47, 28, 0.06);
}

.checkout-summary-card-wide {
  grid-column: span 2;
}

.checkout-summary-card span {
  color: var(--color-gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.checkout-summary-card strong {
  color: var(--color-text);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.35;
}

.checkout-summary-card small {
  color: var(--color-text-muted);
  line-height: 1.55;
}

.checkout-countdown {
  border-color: rgba(201, 147, 63, 0.32);
  background: rgba(255, 247, 234, 0.82);
  color: var(--color-gold-dark);
}

.checkout-countdown.is-expired {
  border-color: rgba(154, 62, 52, 0.28);
  background: rgba(154, 62, 52, 0.06);
  color: #8d332b;
}

.checkout-payment-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.checkout-payment-actions .btn {
  min-height: 3.1rem;
}

.checkout-payment-actions .btn-large {
  min-width: min(100%, 19rem);
}

.payment-return-shell .checkout-payment-actions {
  margin-top: 0.2rem;
}

.checkout-cancel-button {
  border-color: rgba(155, 103, 39, 0.24);
  color: var(--color-text-muted);
}

.checkout-cancel-button:hover,
.checkout-cancel-button:focus-visible {
  border-color: rgba(155, 103, 39, 0.42);
  background: rgba(155, 103, 39, 0.08);
  color: var(--color-text);
}

body.checkout-confirm-open {
  overflow: hidden;
}

.checkout-confirm {
  position: fixed;
  inset: 0;
  z-index: 3050;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.checkout-confirm__overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 33, 28, 0.48);
  backdrop-filter: blur(4px);
}

.checkout-confirm__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 31rem);
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  border: 1px solid rgba(201, 147, 63, 0.32);
  border-radius: 1.1rem;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 24px 70px rgba(47, 33, 28, 0.26);
}

.checkout-confirm__dialog h2 {
  margin: 0;
  color: var(--color-text);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.checkout-confirm__dialog p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.checkout-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.72rem;
  margin-top: 0.25rem;
}

.checkout-cancel-confirm {
  background: linear-gradient(180deg, #c9933f 0%, #9b6727 100%);
}

@media (max-width: 480px) {
  .checkout-confirm__actions {
    display: grid;
  }

.checkout-confirm__actions .btn {
    width: 100%;
  }
}

.finalize-section {
  padding-top: clamp(7rem, 12vw, 9rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.finalize-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.8rem);
  max-width: 76rem;
  padding: clamp(1.2rem, 3vw, 2.35rem);
  border: 1px solid rgba(201, 147, 63, 0.28);
  border-radius: clamp(1.2rem, 2.4vw, 1.8rem);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow-soft);
}

.finalize-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
}

.finalize-cart-panel {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 0.8rem;
}

.finalize-cart-summary {
  min-height: 0;
}

.finalize-flow {
  display: grid;
  gap: 1rem;
}

.finalize-flow .appointment-panel {
  margin: 0;
}

.finalize-flow .appointment-panel-head h2 {
  margin: 0;
  color: var(--color-text);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 400;
  line-height: 0.98;
}

@media (max-width: 900px) {
  .finalize-grid {
    grid-template-columns: 1fr;
  }

  .finalize-cart-panel {
    position: static;
  }
}

@media (max-width: 480px) {
  .finalize-section {
    padding-top: 5.8rem;
  }

  .finalize-shell {
    padding: 1rem;
    border-radius: 0.95rem;
  }
}

@media (max-width: 1024px) {
  .checkout-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .standalone-checkout {
    padding-top: 6.4rem;
  }

  .checkout-shell {
    border-radius: 1.15rem;
  }

  .checkout-shell::before {
    width: 6.5rem;
    height: 9rem;
    opacity: 0.12;
  }

  .checkout-page-head h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .checkout-payment-actions {
    display: grid;
  }

  .checkout-payment-actions .btn,
  .checkout-payment-actions .btn-large {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .standalone-checkout {
    padding-top: 5.8rem;
    padding-bottom: 2rem;
  }

  .checkout-shell {
    padding: 1rem;
    border-radius: 0.95rem;
  }

  .checkout-shell::after {
    display: none;
  }

  .checkout-summary-grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .checkout-summary-card,
  .checkout-summary-card-wide {
    grid-column: 1;
    min-height: 0;
  }

  .checkout-countdown {
    padding: 0.85rem;
    font-size: 0.86rem;
  }
}

.finalize-flow,
.appointment-panel {
  min-width: 0;
}

@media (max-width: 480px) {
  .booking-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.finalize-shell,
.appointment-shell,
.appointment-panel,
.finalize-flow {
  max-width: 100% !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

@media (max-width: 520px) {
  .booking-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  
  .booking-slot small {
    word-break: break-word !important;
    white-space: normal !important;
  }
}

/* Admin dashboard redesign */
body.admin-body {
  --color-bg: #f7f1e8;
  --color-surface: #fffdf9;
  --color-surface-soft: #fbf6ee;
  --color-border: #eadfce;
  --color-gold: #b8873b;
  --color-gold-dark: #93682c;
  --color-text: #2b211d;
  --color-muted: #746b64;
  --color-success: #4f7d57;
  --color-success-bg: #edf7ef;
  --color-warning: #b8873b;
  --color-warning-bg: #fff6df;
  --color-danger: #b84a43;
  --color-danger-bg: #fff0ee;
  --radius-card: 18px;
  --radius-button: 12px;
  --shadow-soft: 0 12px 35px rgba(60, 42, 30, 0.06);
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.82), rgba(247, 241, 232, 0.96)),
    var(--color-bg);
  color: var(--color-text);
  font-family: var(--body-font);
}

body.admin-body::before {
  display: none;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 5rem;
  padding: 0.8rem clamp(1rem, 3vw, 1.8rem);
  border-bottom: 1px solid var(--color-border);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 10px 30px rgba(60, 42, 30, 0.04);
  backdrop-filter: blur(14px);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-width: 0;
}

.admin-brand h1 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--title-font);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.admin-brand span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding-left: 1.3rem;
  border-left: 1px solid var(--color-border);
  color: var(--color-gold);
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  min-width: 0;
}

.admin-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: min(20rem, 34vw);
  min-height: 3rem;
  padding: 0 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  background: var(--color-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.admin-search svg,
.admin-icon-button svg,
.admin-logout-button svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-search svg {
  color: var(--color-muted);
}

.admin-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--color-text);
  font: inherit;
  font-size: 0.9rem;
}

.admin-icon-button,
.admin-logout-button,
.admin-subtle-button,
.admin-action-link,
.admin-wide-button,
.admin-row-action {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-text);
  font: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.admin-icon-button {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-color: transparent;
  background: transparent;
  font-size: 1.35rem;
}

.admin-icon-button svg {
  width: 1.35rem;
  height: 1.35rem;
}

.admin-icon-button b {
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  display: grid;
  min-width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  border-radius: 999px;
  background: var(--color-gold);
  color: #fffaf3;
  font-size: 0.68rem;
  line-height: 1;
}

.admin-logout-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 1.25rem;
  border-color: #c9944b;
  border-radius: var(--radius-button);
  background: linear-gradient(180deg, #dca14b, var(--color-gold-dark));
  color: #fffaf3;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(147, 104, 44, 0.2);
}

.admin-layout {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  width: 100%;
  max-width: 100vw;
  min-height: calc(100vh - 5rem);
}

.admin-layout > * {
  min-width: 0;
}

.admin-sidebar {
  position: sticky;
  top: 5rem;
  align-self: start;
  display: flex;
  height: calc(100vh - 5rem);
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--color-border);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(251, 246, 238, 0.82)),
    var(--color-surface-soft);
  min-width: 0;
  max-width: 100vw;
}

.admin-sidebar .admin-nav {
  position: static;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.admin-sidebar .admin-nav a {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  padding: 0 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  color: #51463f;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.admin-sidebar .admin-nav a span {
  display: grid;
  width: 1.3rem;
  place-items: center;
  color: #6f5d51;
  font-size: 1.05rem;
}

.admin-sidebar .admin-nav a:hover,
.admin-sidebar .admin-nav a:focus-visible,
.admin-sidebar .admin-nav a.is-active {
  border-color: rgba(184, 135, 59, 0.18);
  background: linear-gradient(90deg, rgba(184, 135, 59, 0.13), rgba(184, 135, 59, 0.03));
  color: var(--color-gold-dark);
}

.admin-plan-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: var(--shadow-soft);
}

.admin-plan-card strong {
  color: var(--color-gold-dark);
  font-size: 0.92rem;
}

.admin-plan-card span {
  color: var(--color-muted);
  font-size: 0.78rem;
}

.admin-content {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
  padding: clamp(1rem, 3vw, 1.8rem);
}

.admin-dashboard,
.admin-section {
  min-width: 0;
  scroll-margin-top: 6rem;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.admin-metric-card,
.admin-panel,
.admin-section,
.admin-action-card,
.admin-insight-card,
.admin-service-card,
.admin-card,
.admin-block-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-soft);
}

.admin-panel,
.admin-section,
.admin-table-wrap {
  min-width: 0;
}

.admin-metric-card {
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr) 2rem;
  gap: 1rem;
  align-items: center;
  min-height: 7.35rem;
  padding: 1.2rem;
}

.admin-card-icon {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border: 1px solid rgba(184, 135, 59, 0.16);
  border-radius: 14px;
  background: var(--color-warning-bg);
  color: var(--color-gold-dark);
  font-size: 1.4rem;
  font-weight: 800;
}

.admin-metric-card.is-success .admin-card-icon,
.admin-action-card.is-success .admin-card-icon {
  border-color: rgba(79, 125, 87, 0.16);
  background: var(--color-success-bg);
  color: var(--color-success);
}

.admin-metric-card.is-danger .admin-card-icon,
.admin-action-card.is-danger .admin-card-icon {
  border-color: rgba(184, 74, 67, 0.16);
  background: var(--color-danger-bg);
  color: var(--color-danger);
}

.admin-metric-card > div {
  min-width: 0;
}

.admin-metric-card span:not(.admin-card-icon) {
  display: block;
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.admin-metric-card strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--color-text);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
}

.admin-metric-card small {
  display: block;
  margin-top: 0.25rem;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.admin-metric-card button,
.admin-metric-card a {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-size: 1.6rem;
  cursor: pointer;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: 1.25rem;
}

.admin-dashboard-main,
.admin-dashboard-aside {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.admin-panel,
.admin-section {
  padding: 1.2rem;
}

.admin-panel-head,
.admin-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-panel-head h2,
.admin-section-head h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.admin-section-head {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.25rem;
}

.admin-section-head span {
  color: var(--color-gold);
  font-size: 0.76rem;
  font-weight: 800;
}

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

.admin-action-card {
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
}

.admin-action-card strong {
  display: block;
  color: var(--color-text);
  font-size: 0.98rem;
  line-height: 1.3;
}

.admin-action-card p,
.admin-empty {
  margin: 0.35rem 0 0;
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-action-link,
.admin-subtle-button,
.admin-wide-button {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
  padding: 0 0.85rem;
  border-radius: var(--radius-button);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-action-link {
  width: 100%;
}

.admin-subtle-button {
  margin-top: 0;
  background: rgba(255, 253, 249, 0.8);
}

.admin-wide-button {
  width: 100%;
}

.admin-action-link:hover,
.admin-subtle-button:hover,
.admin-wide-button:hover,
.admin-row-action:hover,
.admin-icon-button:hover,
.admin-icon-button:focus-visible {
  border-color: rgba(184, 135, 59, 0.34);
  background: rgba(255, 246, 223, 0.82);
  box-shadow: 0 10px 24px rgba(60, 42, 30, 0.06);
}

.admin-timeline,
.admin-upcoming-list {
  display: grid;
}

.admin-timeline-item,
.admin-upcoming-item {
  display: grid;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(234, 223, 206, 0.72);
}

.admin-timeline-item {
  grid-template-columns: 3.5rem 0.7rem minmax(0, 1fr) auto auto 2rem;
}

.admin-upcoming-item {
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
}

.admin-timeline-item:last-child,
.admin-upcoming-item:last-child {
  border-bottom: 0;
}

.admin-timeline-item time,
.admin-upcoming-item time {
  color: var(--color-text);
  font-weight: 800;
}

.admin-timeline-dot {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--color-gold);
  box-shadow: 0 0 0 5px rgba(184, 135, 59, 0.09);
}

.admin-timeline-item strong,
.admin-upcoming-item strong {
  display: block;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.25;
}

.admin-timeline-item small,
.admin-upcoming-item small {
  display: block;
  margin-top: 0.15rem;
  color: var(--color-muted);
  font-size: 0.8rem;
}

.admin-timeline-item b {
  color: var(--color-text);
  font-size: 0.86rem;
}

.admin-timeline-item > button {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font-weight: 900;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(184, 135, 59, 0.35) transparent;
}

.admin-table-wrap::-webkit-scrollbar {
  height: 0.45rem;
}

.admin-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(184, 135, 59, 0.32);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 46rem;
}

.admin-table th {
  padding: 0.7rem 0.8rem;
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: left;
}

.admin-table td {
  padding: 0.72rem 0.8rem;
  border-top: 1px solid rgba(234, 223, 206, 0.72);
  color: var(--color-text);
  font-size: 0.85rem;
  vertical-align: middle;
}

.admin-row-action {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 10px;
  color: var(--color-gold-dark);
  font-size: 0.92rem;
}

.admin-status-pill {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(184, 135, 59, 0.18);
  border-radius: 9px;
  background: var(--color-warning-bg);
  color: var(--color-warning);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.admin-status-pill.is-success {
  border-color: rgba(79, 125, 87, 0.18);
  background: var(--color-success-bg);
  color: var(--color-success);
}

.admin-status-pill.is-danger {
  border-color: rgba(184, 74, 67, 0.18);
  background: var(--color-danger-bg);
  color: var(--color-danger);
}

.admin-status-pill.is-expired {
  border-color: rgba(184, 135, 59, 0.2);
  background: #fff1df;
  color: #a55f24;
}

.admin-finance-summary dl {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.admin-finance-summary div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.admin-finance-summary dt {
  color: var(--color-muted);
  font-size: 0.86rem;
}

.admin-finance-summary dd {
  margin: 0;
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 800;
  text-align: right;
}

.admin-finance-summary .is-success {
  color: var(--color-success);
}

.admin-finance-summary .is-warning {
  color: var(--color-warning);
}

.admin-finance-summary .is-danger {
  color: var(--color-danger);
}

.admin-period-select {
  min-height: 2.3rem;
  padding: 0 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
  color: var(--color-text);
  font: inherit;
  font-size: 0.82rem;
}

body.admin-body .admin-filters,
body.admin-body .admin-block-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
  gap: 0.8rem;
  align-items: end;
  margin-top: 1rem;
}

body.admin-body .admin-block-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

body.admin-body .admin-grid,
body.admin-body .admin-blocks-grid,
.admin-insight-grid,
.admin-service-grid,
.admin-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

body.admin-body .admin-card,
body.admin-body .admin-block-card {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  min-width: 0;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

body.admin-body .admin-card.is-focused {
  border-color: rgba(184, 135, 59, 0.6);
  box-shadow: 0 0 0 3px rgba(184, 135, 59, 0.12), var(--shadow-soft);
}

body.admin-body .admin-card.is-today {
  box-shadow: inset 0 0 0 2px rgba(184, 135, 59, 0.12), var(--shadow-soft);
}

body.admin-body .admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

body.admin-body .admin-card-head strong {
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
}

body.admin-body .admin-card h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 800;
}

body.admin-body .admin-card p,
body.admin-body .admin-block-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

body.admin-body .admin-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 0.5rem 0;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(234, 223, 206, 0.72);
  border-bottom: 1px solid rgba(234, 223, 206, 0.72);
}

body.admin-body .admin-card-grid span {
  display: grid;
  gap: 0.2rem;
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.admin-body .admin-card-grid strong {
  color: var(--color-text);
  font-size: 0.88rem;
}

body.admin-body .admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

body.admin-body .admin-action-button {
  min-height: 2.25rem;
  border-radius: 10px;
  font-size: 0.8rem;
}

.admin-insight-card {
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
}

.admin-service-card {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1rem;
}

.admin-insight-card span,
.admin-service-card span {
  color: var(--color-gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.admin-insight-card strong,
.admin-service-card strong {
  color: var(--color-text);
  font-size: 1.15rem;
  font-weight: 800;
}

.admin-insight-card p,
.admin-service-card p,
.admin-section-head p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-variant-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.4rem;
}

.admin-variant-form {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem;
  border: 1px solid rgba(234, 223, 206, 0.82);
  border-radius: var(--radius-button);
  background: rgba(255, 253, 249, 0.72);
}

.admin-variant-form-head,
.admin-variant-actions,
.admin-variant-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.admin-variant-form-head strong {
  font-size: 0.98rem;
}

.admin-variant-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.admin-variant-form label {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-variant-checks label {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
}

.admin-variant-form input,
.admin-variant-form textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
  color: var(--color-text);
  font: inherit;
  font-size: 1rem;
}

.admin-variant-form textarea {
  min-height: 4.4rem;
  resize: vertical;
}

.admin-variant-actions button {
  min-height: 2.75rem;
}

@media (max-width: 820px) {
  .admin-variant-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .admin-variant-row,
  .admin-variant-actions {
    grid-template-columns: 1fr;
  }

  .admin-variant-actions {
    display: grid;
  }

  .admin-variant-actions button {
    width: 100%;
  }
}

body.admin-body .booking-message,
body.admin-body .admin-empty {
  min-height: 4.5rem;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(184, 135, 59, 0.28);
  border-radius: var(--radius-button);
  background: rgba(255, 253, 249, 0.62);
  color: var(--color-muted);
  text-align: center;
}

@media (max-width: 1180px) {
  .admin-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    padding: 0.8rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .admin-sidebar .admin-nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .admin-sidebar .admin-nav a {
    flex: 0 0 auto;
    min-height: 2.75rem;
    white-space: nowrap;
  }

  .admin-plan-card {
    display: none;
  }
}

@media (max-width: 820px) {
  .admin-topbar {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }

  .admin-brand {
    justify-content: space-between;
  }

  .admin-brand h1 {
    white-space: normal;
  }

  .admin-topbar-actions {
    width: 100%;
  }

  .admin-search {
    width: 100%;
  }

  .admin-action-grid {
    grid-template-columns: 1fr;
  }

  body.admin-body .admin-filters,
  body.admin-body .admin-block-form {
    grid-template-columns: 1fr;
  }

  body.admin-body .admin-filters .btn,
  body.admin-body .admin-block-form .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .admin-content {
    padding: 1rem 0.75rem;
  }

  .admin-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .admin-brand span {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .admin-topbar-actions {
    display: grid;
    grid-template-columns: 1fr 3rem;
  }

  .admin-logout-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .admin-metric-grid {
    grid-template-columns: 1fr;
  }

  .admin-metric-card {
    grid-template-columns: 3rem minmax(0, 1fr) 1.75rem;
    min-height: 6.8rem;
    padding: 1rem;
  }

  .admin-panel,
  .admin-section {
    padding: 1rem;
  }

  .admin-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #admin-recent-panel .admin-panel-head {
    align-items: center;
    flex-direction: row;
  }

  .admin-timeline-item,
  .admin-upcoming-item {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .admin-timeline-dot,
  .admin-timeline-item b,
  .admin-timeline-item > button,
  .admin-upcoming-item .admin-status-pill {
    display: none;
  }

  .admin-timeline-item .admin-status-pill {
    grid-column: 2;
    justify-self: start;
  }

  .admin-table {
    min-width: 44rem;
  }

  .admin-table-wrap {
    max-width: 100%;
    margin-inline: 0;
    padding-bottom: 0.35rem;
    mask-image: linear-gradient(90deg, #000 calc(100% - 1.4rem), transparent);
  }

  .admin-table th,
  .admin-table td {
    padding: 0.7rem 0.75rem;
    white-space: nowrap;
  }

  .admin-table th:first-child,
  .admin-table td:first-child {
    padding-left: 0;
  }

  .admin-table th:last-child,
  .admin-table td:last-child {
    padding-right: 0;
  }

  body.admin-body .admin-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Public mobile-first foundation - phase 2 */
:root {
  --background: #fffdf9;
  --surface: #ffffff;
  --surface-soft: #faf6ef;
  --gold: #c58b2a;
  --gold-dark: #9e681b;
  --gold-light: #e6c98f;
  --text: #2d241f;
  --text-muted: #746b65;
  --border: #eadbc2;
  --shadow: 0 8px 24px rgba(98, 66, 31, 0.08);
  --mobile-page-max: 30rem;
  --mobile-nav-height: 5.4rem;

  --bg: var(--background);
  --bg-warm: var(--surface-soft);
  --surface-strong: var(--surface);
  --ink: var(--text);
  --ink-soft: #493a32;
  --muted: var(--text-muted);
  --muted-soft: #968b84;
  --gold-strong: var(--gold);
  --gold-deep: var(--gold-dark);
  --gold-soft: var(--gold-light);
  --line: rgba(197, 139, 42, 0.24);
  --line-strong: rgba(197, 139, 42, 0.46);
  --line-soft: rgba(45, 36, 31, 0.1);
  --focus: rgba(197, 139, 42, 0.38);
  --shadow-soft: var(--shadow);
  --shadow-lift: 0 14px 34px rgba(98, 66, 31, 0.14);

  --color-bg: var(--background);
  --color-bg-soft: var(--surface-soft);
  --color-surface: var(--surface);
  --color-border: var(--border);
  --color-text: var(--text);
  --color-text-muted: var(--text-muted);
  --color-gold: var(--gold);
  --color-gold-dark: var(--gold-dark);
  --color-gold-light: var(--gold-light);
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-padding-top: calc(5.5rem + env(safe-area-inset-top));
  scroll-padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
  background: var(--background);
}

body:not(.admin-body):not(.admin-login-body) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--text);
  font-size: 16px;
  background:
    radial-gradient(circle at 12% 5%, rgba(230, 201, 143, 0.22), transparent 20rem),
    linear-gradient(180deg, var(--background) 0%, var(--surface-soft) 48%, var(--background) 100%);
}

body:not(.admin-body):not(.admin-login-body) main,
body:not(.admin-body):not(.admin-login-body) section,
body:not(.admin-body):not(.admin-login-body) article,
body:not(.admin-body):not(.admin-login-body) aside,
body:not(.admin-body):not(.admin-login-body) form,
body:not(.admin-body):not(.admin-login-body) fieldset,
body:not(.admin-body):not(.admin-login-body) .header-inner,
body:not(.admin-body):not(.admin-login-body) .site-nav,
body:not(.admin-body):not(.admin-login-body) .footer-grid,
body:not(.admin-body):not(.admin-login-body) .finalize-grid,
body:not(.admin-body):not(.admin-login-body) .checkout-summary-grid,
body:not(.admin-body):not(.admin-login-body) .client-shell {
  min-width: 0;
  max-width: 100%;
}

body:not(.admin-body):not(.admin-login-body) main h1,
body:not(.admin-body):not(.admin-login-body) main h2,
body:not(.admin-body):not(.admin-login-body) main h3,
body:not(.admin-body):not(.admin-login-body) main h4,
body:not(.admin-body):not(.admin-login-body) main p,
body:not(.admin-body):not(.admin-login-body) main address {
  overflow-wrap: anywhere;
}

body:not(.admin-body):not(.admin-login-body) .container,
body:not(.admin-body):not(.admin-login-body) .page-container {
  width: 100%;
  max-width: var(--mobile-page-max);
  margin-inline: auto;
  padding-inline: 1rem;
}

body:not(.admin-body):not(.admin-login-body) .section {
  scroll-margin-top: calc(5.5rem + env(safe-area-inset-top));
}

body:not(.admin-body):not(.admin-login-body) .hero.section,
body:not(.admin-body):not(.admin-login-body) .booking-hero.section,
body:not(.admin-body):not(.admin-login-body) .standalone-checkout,
body:not(.admin-body):not(.admin-login-body) .finalize-section {
  padding-top: calc(6.25rem + env(safe-area-inset-top));
}

body:not(.admin-body):not(.admin-login-body) button,
body:not(.admin-body):not(.admin-login-body) .button,
body:not(.admin-body):not(.admin-login-body) .btn {
  min-height: 3rem;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(197, 139, 42, 0.16);
}

body:not(.admin-body):not(.admin-login-body) input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body:not(.admin-body):not(.admin-login-body) select,
body:not(.admin-body):not(.admin-login-body) textarea {
  min-height: 3rem;
  font-size: 16px;
}

body:not(.admin-body):not(.admin-login-body) textarea {
  min-height: 7rem;
}

body:not(.admin-body):not(.admin-login-body) a,
body:not(.admin-body):not(.admin-login-body) button {
  touch-action: manipulation;
}

body:not(.admin-body):not(.admin-login-body) .site-header {
  inset: 0 0 auto;
  padding: calc(0.5rem + env(safe-area-inset-top)) 0 0;
}

body:not(.admin-body):not(.admin-login-body) .header-inner {
  width: calc(100% - 1.5rem);
  max-width: var(--mobile-page-max);
  min-height: 4rem;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 0.45rem 0.5rem 0.45rem 0.6rem;
  border-color: var(--border);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

body:not(.admin-body):not(.admin-login-body) .header-inner .brand {
  position: static;
  top: auto;
  left: auto;
  min-width: 0;
  max-width: calc(100% - 6.75rem);
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 0 auto 0 0;
  transform: none;
}

body:not(.admin-body):not(.admin-login-body) .brand-mark {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  border-color: var(--gold);
  color: var(--gold-dark);
  font-size: 1.08rem;
  background: linear-gradient(180deg, #ffffff, var(--surface-soft));
}

body:not(.admin-body):not(.admin-login-body) .brand-copy {
  min-width: 0;
}

body:not(.admin-body):not(.admin-login-body) .brand-copy strong {
  max-width: clamp(6.7rem, 34vw, 10.5rem);
  overflow: hidden;
  color: var(--text);
  font-size: clamp(0.72rem, 3.7vw, 0.9rem);
  line-height: 1.12;
  letter-spacing: 0.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:not(.admin-body):not(.admin-login-body) .brand-copy span,
body:not(.admin-body):not(.admin-login-body) .header-whatsapp {
  display: none;
}

body:not(.admin-body):not(.admin-login-body) .header-actions {
  position: static;
  top: auto;
  right: auto;
  flex: 0 0 auto;
  gap: 0.35rem;
  transform: none;
}

body:not(.admin-body):not(.admin-login-body) .menu-toggle,
body:not(.admin-body):not(.admin-login-body) .header-cart-button {
  display: grid;
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  flex: 0 0 3rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
  cursor: pointer;
}

body:not(.admin-body):not(.admin-login-body) .menu-toggle {
  display: block;
}

body:not(.admin-body):not(.admin-login-body) .header-cart-button {
  position: relative;
}

body:not(.admin-body):not(.admin-login-body) .header-cart-button__icon {
  position: relative;
  display: block;
  width: 1.15rem;
  height: 0.9rem;
  margin-top: 0.2rem;
  border: 1.8px solid currentColor;
  border-top: 0;
  border-radius: 0.12rem 0.12rem 0.3rem 0.3rem;
}

body:not(.admin-body):not(.admin-login-body) .header-cart-button__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.05rem);
  width: 0.66rem;
  height: 0.46rem;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 0.7rem 0.7rem 0 0;
  transform: translateX(-50%);
}

body:not(.admin-body):not(.admin-login-body) .header-cart-count {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  display: grid;
  min-width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  padding-inline: 0.22rem;
  border: 2px solid var(--surface);
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
}

body:not(.admin-body):not(.admin-login-body) .site-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  left: 0;
  display: grid;
  justify-content: stretch;
  gap: 0.35rem;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(98, 66, 31, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
  visibility: hidden;
}

body:not(.admin-body):not(.admin-login-body) .site-header.nav-open .site-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

body:not(.admin-body):not(.admin-login-body) .site-nav a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  padding: 0.72rem 0.82rem;
  border-radius: 0.72rem;
  color: var(--text);
  font-family: var(--body-font);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

body:not(.admin-body):not(.admin-login-body) .site-nav a.is-current,
body:not(.admin-body):not(.admin-login-body) .site-nav a:focus-visible {
  background: var(--surface-soft);
  color: var(--gold-dark);
}

body:not(.admin-body):not(.admin-login-body) .site-nav a::after {
  display: none;
}

body:not(.admin-body):not(.admin-login-body) .site-nav .site-nav-cta {
  display: inline-flex;
  width: 100%;
  margin-top: 0.2rem;
  color: #ffffff;
}

.mobile-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  display: block;
  border-top: 1px solid rgba(234, 219, 194, 0.96);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 30px rgba(98, 66, 31, 0.1);
  backdrop-filter: blur(18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-bottom-nav__inner {
  width: 100%;
  max-width: var(--mobile-page-max);
  margin-inline: auto;
  padding: 0.45rem 0.4rem calc(0.62rem + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.08rem;
}

.mobile-bottom-nav__item {
  display: grid;
  min-width: 0;
  min-height: 3.5rem;
  place-items: center;
  align-content: center;
  gap: 0.18rem;
  padding: 0.28rem 0.12rem;
  border-radius: 0.75rem;
  color: var(--text-muted);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  -webkit-tap-highlight-color: rgba(197, 139, 42, 0.16);
}

.mobile-bottom-nav__item.is-current:not(.mobile-bottom-nav__item--primary) {
  color: var(--gold-dark);
  background: var(--surface-soft);
}

.mobile-bottom-nav__icon {
  display: grid;
  min-height: 1.3rem;
  place-items: center;
  color: currentColor;
  font-family: var(--title-font);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1;
}

.mobile-bottom-nav__label {
  display: block;
  max-width: 4.1rem;
  overflow-wrap: normal;
}

.mobile-bottom-nav__item--primary {
  width: 3.95rem;
  min-height: 3.95rem;
  justify-self: center;
  margin-top: -1.25rem;
  padding: 0.42rem;
  border: 3px solid var(--surface);
  border-radius: 50%;
  background: linear-gradient(180deg, #d3a347 0%, var(--gold) 56%, var(--gold-dark) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(158, 104, 27, 0.28);
}

.mobile-bottom-nav__item--primary .mobile-bottom-nav__icon {
  min-height: 1rem;
  font-family: var(--body-font);
  font-size: 1.28rem;
  font-weight: 500;
}

.mobile-bottom-nav__item--primary .mobile-bottom-nav__label {
  font-size: 0.61rem;
  line-height: 1;
}

body.cart-open .mobile-bottom-nav,
body.mobile-keyboard-open .mobile-bottom-nav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

body:not(.admin-body):not(.admin-login-body) .cookie-notice {
  bottom: calc(var(--mobile-nav-height) + 0.75rem + env(safe-area-inset-bottom));
  width: calc(100% - 2rem);
  max-width: var(--mobile-page-max);
}

body:not(.admin-body):not(.admin-login-body) .floating-whatsapp {
  bottom: calc(var(--mobile-nav-height) + 0.65rem + env(safe-area-inset-bottom));
}

body:not(.admin-body):not(.admin-login-body) .btn-flutuante-carrinho {
  bottom: calc(var(--mobile-nav-height) + 4.85rem + env(safe-area-inset-bottom));
}

body:not(.admin-body):not(.admin-login-body) .back-to-top {
  bottom: calc(var(--mobile-nav-height) + 0.65rem + env(safe-area-inset-bottom));
}

@media (min-width: 48rem) {
  html {
    scroll-padding-bottom: 0;
  }

  body:not(.admin-body):not(.admin-login-body) {
    padding-bottom: 0;
  }

  body:not(.admin-body):not(.admin-login-body) .container,
  body:not(.admin-body):not(.admin-login-body) .page-container {
    max-width: 76.875rem;
    padding-inline: 2rem;
  }

  body:not(.admin-body):not(.admin-login-body) .header-inner {
    width: calc(100% - 2rem);
    max-width: 45rem;
  }

  body:not(.admin-body):not(.admin-login-body) .hero.section {
    padding-top: clamp(7.6rem, 10.5vw, 9.6rem);
  }

  body:not(.admin-body):not(.admin-login-body) .booking-hero.section {
    padding-top: clamp(8.8rem, 13vw, 11rem);
  }

  body:not(.admin-body):not(.admin-login-body) .standalone-checkout,
  body:not(.admin-body):not(.admin-login-body) .finalize-section {
    padding-top: clamp(7rem, 12vw, 9rem);
  }

  .mobile-bottom-nav {
    display: none;
  }

  body:not(.admin-body):not(.admin-login-body) .cookie-notice,
  body:not(.admin-body):not(.admin-login-body) .floating-whatsapp,
  body:not(.admin-body):not(.admin-login-body) .back-to-top {
    bottom: 1.5rem;
  }

  body:not(.admin-body):not(.admin-login-body) .btn-flutuante-carrinho {
    bottom: 6rem;
  }
}

/* Admin agenda experience — mobile first */
body.admin-body {
  overflow-x: hidden;
}

body.admin-body *,
body.admin-body *::before,
body.admin-body *::after {
  min-width: 0;
}

.admin-brand {
  color: inherit;
  text-decoration: none;
}

.admin-mobile-search-toggle,
.admin-mobile-bottom-nav,
.admin-agenda-nav,
.admin-filter-toggle {
  display: none;
}

.admin-nav-submenu {
  display: grid;
  gap: 0.2rem;
  margin: -0.15rem 0 0.35rem 2.15rem;
}

.admin-sidebar .admin-nav-submenu a {
  min-height: 2.2rem;
  padding: 0.42rem 0.7rem;
  font-size: 0.72rem;
  color: #786f68;
}

.admin-page-title-row,
.admin-week-toolbar,
.admin-calendar-toolbar,
.admin-day-availability > header,
.admin-details-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-week-toolbar,
.admin-calendar-toolbar {
  margin: 1rem 0;
}

.admin-week-toolbar button,
.admin-calendar-toolbar button,
.admin-details-dialog > header button,
.admin-more-menu__panel header button {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #e2cfaf;
  border-radius: 0.75rem;
  background: #fffdfa;
  color: #2b2622;
  cursor: pointer;
}

.admin-week-toolbar strong,
.admin-calendar-toolbar strong {
  text-align: center;
  text-transform: capitalize;
}

.admin-day-strip,
.admin-quick-filters {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.admin-day-strip::-webkit-scrollbar,
.admin-quick-filters::-webkit-scrollbar,
.admin-agenda-nav::-webkit-scrollbar {
  display: none;
}

.admin-day-strip button {
  display: grid;
  flex: 1 0 4.2rem;
  place-items: center;
  min-height: 3.75rem;
  border: 1px solid #eadcc5;
  border-radius: 0.85rem;
  background: #fffdfa;
  color: #625950;
}

.admin-day-strip button span {
  font-size: 0.72rem;
  text-transform: capitalize;
}

.admin-day-strip button strong {
  font-size: 1rem;
}

.admin-day-strip button.is-active {
  border-color: #b9822e;
  background: #fff4dc;
  color: #6f4915;
}

.admin-quick-filters {
  margin: 0.85rem 0 1rem;
}

.admin-quick-filters button,
.admin-agenda-nav a {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid #e7d7bd;
  border-radius: 999px;
  background: #fffdfa;
  color: #655c54;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.admin-quick-filters button.is-active,
.admin-agenda-nav a.is-active {
  border-color: #b9822e;
  background: #a87225;
  color: #fff;
}

.admin-appointments-week-grid {
  display: grid;
  gap: 0.8rem;
}

.admin-appointments-day {
  display: none;
  overflow: hidden;
  border: 1px solid #eadcc5;
  border-radius: 1rem;
  background: #fffdfa;
}

.admin-appointments-day.is-selected {
  display: block;
}

.admin-appointments-day > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eee1ce;
}

.admin-appointments-day > header div {
  display: grid;
  gap: 0.1rem;
}

.admin-appointments-day > header span {
  color: #342e29;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: capitalize;
}

.admin-appointments-day > header strong,
.admin-appointments-day > header small {
  color: #8a8179;
  font-size: 0.7rem;
  font-weight: 600;
}

.admin-appointments-day > div {
  display: grid;
  gap: 0.55rem;
  padding: 0.7rem;
}

.admin-appointment-compact {
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 5.4rem;
  padding: 0.72rem;
  border: 1px solid #eadfcf;
  border-left: 3px solid #bd8b3b;
  border-radius: 0.85rem;
  background: #fff;
}

.admin-appointment-compact.is-completed {
  border-left-color: #4f8a62;
}

.admin-appointment-compact.is-pending_payment,
.admin-appointment-compact.is-manual_review {
  border-left-color: #d7a441;
}

.admin-appointment-time {
  display: grid;
  gap: 0.2rem;
}

.admin-appointment-time strong {
  color: #2d2824;
  font-size: 0.94rem;
}

.admin-appointment-time span,
.admin-appointment-main p,
.admin-appointment-meta,
.admin-history-card__main > span {
  color: #827970;
  font-size: 0.68rem;
}

.admin-appointment-main {
  display: grid;
  gap: 0.28rem;
  overflow: hidden;
}

.admin-appointment-main > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow: hidden;
}

.admin-appointment-main > div:first-child > strong {
  overflow: hidden;
  color: #302b27;
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-appointment-main p {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-appointment-meta {
  display: flex;
  gap: 0.65rem;
}

.admin-status-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: #f8edda;
  color: #8a5b18;
  font-size: 0.6rem;
  font-weight: 800;
  white-space: nowrap;
}

.admin-status-chip.is-confirmed,
.admin-status-chip.is-completed {
  background: #e5f1e8;
  color: #39724c;
}

.admin-status-chip.is-canceled,
.admin-status-chip.is-expired,
.admin-status-chip.is-payment_failed {
  background: #f8e6e1;
  color: #9a493a;
}

.admin-details-button,
.admin-availability-row button,
.admin-availability-row a,
.admin-history-card__actions button {
  min-height: 2.75rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #dfc69e;
  border-radius: 0.7rem;
  background: #fffaf1;
  color: #805718;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.admin-agenda-empty {
  display: grid;
  place-items: center;
  min-height: 9rem;
  padding: 1.2rem;
  color: #837970;
  text-align: center;
}

.admin-agenda-empty > span {
  margin-bottom: 0.3rem;
  color: #b9822e;
  font-size: 1.4rem;
}

.admin-agenda-empty strong {
  color: #443c35;
}

.admin-agenda-empty p {
  max-width: 23rem;
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
}

.admin-agenda-empty.is-error {
  width: 100%;
  min-height: 13rem;
  border: 1px dashed #dcafa5;
  border-radius: 0.9rem;
  background: #fff9f7;
  color: #8c5148;
}

.admin-agenda-empty.is-error > span,
.admin-agenda-empty.is-error strong {
  color: #a54d3e;
}

.admin-agenda-empty.is-error .admin-details-button {
  margin-top: 0.7rem;
}

.admin-mobile-new-appointment {
  display: none;
}

.admin-new-appointment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admin-new-appointment-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #e8d9c1;
  border-radius: 1rem;
}

.admin-new-appointment-form legend {
  padding: 0 0.35rem;
  color: #9a681f;
  font-size: 0.76rem;
  font-weight: 800;
}

.admin-new-appointment-form label,
.admin-history-filters label {
  display: grid;
  gap: 0.35rem;
  color: #514941;
  font-size: 0.74rem;
  font-weight: 800;
}

.admin-new-appointment-form input,
.admin-new-appointment-form select,
.admin-new-appointment-form textarea,
.admin-history-filters input,
.admin-history-filters select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid #dfcfb8;
  border-radius: 0.75rem;
  background: #fff;
  color: #302b27;
  font: inherit;
}

.admin-new-appointment-form textarea {
  min-height: 6rem;
  resize: vertical;
}

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

.admin-new-services {
  display: grid;
  gap: 0.55rem;
}

.admin-new-service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 1.2fr);
  align-items: center;
  gap: 0.7rem;
  min-height: 3.7rem;
  padding: 0.65rem;
  border: 1px solid #ede1cf;
  border-radius: 0.75rem;
  background: #fffdfa;
}

.admin-new-service-row > label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.admin-new-service-row input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}

.admin-new-service-row label span {
  display: grid;
}

.admin-new-service-row small {
  color: #8a8076;
  font-size: 0.68rem;
}

.admin-form-summary {
  margin: 0.65rem 0 0;
  color: #7d746b;
  font-size: 0.76rem;
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}

.admin-availability-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(24rem, 1.25fr);
  gap: 1rem;
}

.admin-calendar-card,
.admin-day-availability {
  padding: 1rem;
  border: 1px solid #e8d9c1;
  border-radius: 1rem;
  background: #fffdfa;
}

.admin-calendar-weekdays,
.admin-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.3rem;
}

.admin-calendar-weekdays span {
  padding: 0.25rem;
  color: #8a8179;
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
}

.admin-calendar-grid button {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 2.8rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  background: #f9f4ec;
  color: #534b44;
  cursor: pointer;
}

.admin-calendar-grid button span {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #4f9668;
}

.admin-calendar-grid button.is-partial span {
  background: #d7a441;
}

.admin-calendar-grid button.is-full span {
  background: #b56755;
}

.admin-calendar-grid button.is-closed {
  color: #a49b93;
  background: #f1efec;
}

.admin-calendar-grid button.is-closed span {
  background: #aaa39d;
}

.admin-calendar-grid button.is-selected {
  border-color: #a87225;
  box-shadow: inset 0 0 0 1px #a87225;
}

.admin-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.8rem;
  color: #756b62;
  font-size: 0.65rem;
}

.admin-calendar-legend span::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: #4f9668;
}

.admin-calendar-legend .is-partial::before { background: #d7a441; }
.admin-calendar-legend .is-full::before { background: #b56755; }
.admin-calendar-legend .is-closed::before { background: #aaa39d; }

.admin-day-availability > header span {
  color: #9a681f;
  font-size: 0.7rem;
  font-weight: 800;
}

.admin-day-availability > header h3 {
  margin: 0.15rem 0 0;
  color: #312b27;
  font-size: 1rem;
  text-transform: capitalize;
}

.admin-availability-slots {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.admin-availability-row {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 4.2rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #e8ddcc;
  border-radius: 0.8rem;
  background: #fff;
}

.admin-availability-row > strong {
  color: #302b27;
  font-size: 0.9rem;
}

.admin-availability-row > div {
  display: grid;
  gap: 0.15rem;
}

.admin-availability-row > div span {
  color: #413a34;
  font-size: 0.72rem;
  font-weight: 800;
}

.admin-availability-row > div small {
  color: #857b72;
  font-size: 0.66rem;
}

.admin-availability-row.is-free {
  background: #f4faf6;
}

.admin-availability-row.is-blocked {
  background: #f4f2ef;
}

.admin-history-filters {
  display: grid;
  grid-template-columns: minmax(14rem, 2fr) repeat(6, minmax(8rem, 1fr));
  align-items: end;
  gap: 0.7rem;
  margin: 1rem 0;
  padding: 0.85rem;
  border: 1px solid #e8d9c1;
  border-radius: 1rem;
  background: #fffdfa;
}

.admin-history-filter-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-end;
  gap: 0.6rem;
}

.admin-history-results {
  display: grid;
  gap: 0.7rem;
}

.admin-history-card {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr) minmax(7rem, 0.25fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid #e8dac5;
  border-radius: 1rem;
  background: #fffdfa;
}

.admin-history-card__date {
  display: grid;
  place-items: center;
  min-height: 4.2rem;
  border-radius: 0.75rem;
  background: #f9eedc;
}

.admin-history-card__date strong {
  font-size: 1.25rem;
}

.admin-history-card__date span,
.admin-history-card__date small {
  color: #7e6b50;
  font-size: 0.62rem;
  text-transform: capitalize;
}

.admin-history-card__main {
  display: grid;
  gap: 0.22rem;
}

.admin-history-card__main > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.admin-history-card__main > div > small {
  color: #8b8178;
  font-size: 0.62rem;
}

.admin-history-card__main h3,
.admin-history-card__main p {
  margin: 0;
}

.admin-history-card__main h3 {
  color: #312b27;
  font-size: 0.9rem;
}

.admin-history-card__main p {
  overflow: hidden;
  color: #766d64;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-history-card__finance {
  display: grid;
  gap: 0.15rem;
}

.admin-history-card__finance small {
  color: #8b8178;
  font-size: 0.62rem;
}

.admin-history-card__finance strong {
  color: #302a26;
  font-size: 0.88rem;
}

.admin-history-card__actions {
  display: flex;
  gap: 0.4rem;
}

.admin-history-card__actions button.is-danger {
  border-color: #e3bbb1;
  color: #a14535;
}

.admin-details-dialog {
  width: min(36rem, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 0;
  overflow: auto;
  border: 1px solid #dfcba9;
  border-radius: 1.2rem;
  background: #fffdfa;
  box-shadow: 0 1.5rem 4rem rgb(64 43 15 / 20%);
}

.admin-details-dialog::backdrop {
  background: rgb(35 28 22 / 48%);
  backdrop-filter: blur(3px);
}

.admin-details-dialog > header {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1rem;
  border-bottom: 1px solid #ebdeca;
  background: #fffdfa;
}

.admin-details-dialog > header span {
  color: #a16c20;
  font-size: 0.68rem;
  font-weight: 800;
}

.admin-details-dialog > header h2 {
  margin: 0.12rem 0 0;
  font-size: 1.05rem;
}

#admin-details-content {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.admin-details-summary,
.admin-details-finance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.admin-details-summary span,
.admin-details-finance span {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem;
  border-radius: 0.7rem;
  background: #faf4eb;
}

#admin-details-content small {
  color: #8a8076;
  font-size: 0.62rem;
}

#admin-details-content strong,
#admin-details-content p {
  color: #3b342e;
  font-size: 0.76rem;
}

#admin-details-content section h3 {
  margin: 0 0 0.35rem;
  color: #8a5b18;
  font-size: 0.72rem;
}

#admin-details-content section p {
  margin: 0;
}

.admin-more-menu[hidden] {
  display: none;
}

@media (max-width: 63.99rem) {
  body.admin-body {
    padding-bottom: calc(4.6rem + env(safe-area-inset-bottom));
  }

  .admin-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 4.4rem;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid #eadcc7;
    background: rgb(255 252 247 / 96%);
    backdrop-filter: blur(12px);
  }

  .admin-brand h1 {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .admin-brand span {
    font-size: 0.66rem;
  }

  .admin-topbar-actions {
    display: flex;
    width: auto;
    margin-left: auto;
    gap: 0.35rem;
  }

  .admin-mobile-search-toggle {
    display: inline-grid;
  }

  .admin-topbar .admin-search {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0.75rem;
    left: 0.75rem;
    display: none;
    min-height: 3rem;
    background: #fff;
    box-shadow: 0 0.8rem 2rem rgb(73 48 15 / 15%);
  }

  .is-admin-search-open .admin-topbar .admin-search {
    display: flex;
  }

  .admin-topbar .admin-icon-button {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
  }

  .admin-logout-button,
  .admin-sidebar {
    display: none;
  }

  .admin-layout {
    display: block;
  }

  .admin-content {
    width: 100%;
    max-width: none;
    padding: 0.75rem;
  }

  .admin-section.admin-page-section {
    padding: 1rem;
    border-radius: 1rem;
  }

  .admin-section-head h2 {
    font-size: 1.1rem;
  }

  .admin-section-head p {
    font-size: 0.76rem;
  }

  .admin-page-title-row {
    align-items: flex-start;
  }

  .admin-page-title-row .admin-new-appointment-cta {
    display: none;
  }

  .admin-agenda-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.3rem;
    margin: 0 0 0.7rem;
    overflow: visible;
  }

  .admin-agenda-nav a {
    display: grid;
    place-items: center;
    min-height: 2.6rem;
    padding: 0.48rem 0.2rem;
    font-size: 0.58rem;
    text-align: center;
  }

  .admin-mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0.35rem 0.3rem calc(0.35rem + env(safe-area-inset-bottom));
    border-top: 1px solid #ddc9aa;
    background: rgb(255 253 249 / 98%);
    box-shadow: 0 -0.5rem 1.5rem rgb(64 43 15 / 8%);
  }

  .admin-mobile-bottom-nav a,
  .admin-mobile-bottom-nav button {
    display: grid;
    place-items: center;
    gap: 0.15rem;
    min-height: 3.55rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: #6f665e;
    font: inherit;
    font-size: 0.62rem;
    font-weight: 700;
    text-decoration: none;
  }

  .admin-mobile-bottom-nav span {
    font-size: 1rem;
  }

  .admin-mobile-bottom-nav .is-active {
    background: #fff1d7;
    color: #8a5a16;
  }

  .admin-more-menu {
    position: fixed;
    inset: 0;
    z-index: 90;
  }

  .admin-more-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgb(36 29 23 / 46%);
  }

  .admin-more-menu__panel {
    position: absolute;
    right: 0.75rem;
    bottom: calc(4.5rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    padding: 1rem;
    border: 1px solid #e2cfaf;
    border-radius: 1.1rem;
    background: #fffdfa;
    box-shadow: 0 1.5rem 4rem rgb(38 27 15 / 28%);
  }

  .admin-more-menu__panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .admin-more-menu__panel nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 0.8rem 0;
  }

  .admin-more-menu__panel nav a,
  .admin-mobile-logout {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.7rem;
    border: 1px solid #eadcc6;
    border-radius: 0.75rem;
    background: #fff;
    color: #4e463f;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
  }

  .admin-mobile-logout {
    width: 100%;
    justify-content: center;
    border-color: #e6c0b6;
    color: #a24737;
  }

  .admin-mobile-new-appointment {
    position: fixed;
    right: 0.85rem;
    bottom: calc(5rem + env(safe-area-inset-bottom));
    z-index: 60;
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.72rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c89238, #9b651d);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 0.7rem 1.5rem rgb(133 83 17 / 24%);
  }

  .admin-appointments-week {
    padding-bottom: 4.5rem !important;
  }

  .admin-new-appointment-form,
  .admin-new-appointment-form fieldset {
    grid-template-columns: 1fr;
  }

  .admin-field-full,
  .admin-new-appointment-form fieldset {
    grid-column: auto;
  }

  .admin-new-service-row {
    grid-template-columns: 1fr;
  }

  .admin-form-actions .btn {
    flex: 1;
  }

  .admin-availability-layout {
    grid-template-columns: 1fr;
  }

  .admin-calendar-card,
  .admin-day-availability {
    padding: 0.75rem;
  }

  .admin-day-availability > header {
    align-items: flex-start;
  }

  .admin-day-availability > header .btn {
    width: auto;
    min-height: 2.75rem;
    padding-inline: 0.7rem;
    font-size: 0.68rem;
  }

  .admin-filter-toggle {
    display: inline-flex;
    min-height: 2.75rem;
  }

  .admin-history-filters {
    display: none;
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .admin-history-filters.is-open {
    display: grid;
  }

  .admin-history-filter-actions {
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-history-filter-actions .btn {
    width: 100%;
  }

  .admin-history-card {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.72rem;
  }

  .admin-history-card__finance,
  .admin-history-card__actions {
    grid-column: 1 / -1;
  }

  .admin-history-card__finance {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0.55rem;
    border-top: 1px solid #eee2d1;
  }

  .admin-history-card__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-details-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
    border-radius: 1rem;
  }
}

@media (max-width: 23.5rem) {
  .admin-content {
    padding: 0.5rem;
  }

  .admin-section.admin-page-section {
    padding: 0.75rem;
  }

  .admin-appointment-compact {
    grid-template-columns: 3.2rem minmax(0, 1fr);
  }

  .admin-appointment-compact .admin-details-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .admin-availability-row {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .admin-availability-row > button,
  .admin-availability-row > a {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
  .admin-content {
    padding: 1rem;
  }

  .admin-new-appointment-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-new-appointment-form fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-new-appointment-form fieldset.admin-field-full,
  .admin-new-appointment-form > .admin-field-full {
    grid-column: 1 / -1;
  }

  .admin-history-filters.is-open {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-history-filter-actions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 64rem) {
  .admin-appointments-week-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .admin-appointments-day,
  .admin-appointments-day.is-selected {
    display: block;
  }

  .admin-day-strip {
    display: none;
  }

  .admin-appointment-compact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .admin-appointment-compact .admin-details-button {
    width: 100%;
  }

  .admin-appointments-day > header {
    align-items: flex-start;
  }

  .admin-appointments-day > header small {
    text-align: right;
  }
}

/* Agenda administrativa semanal */
body.admin-body.has-admin-schedule-modal {
  overflow: hidden;
}

.admin-schedule-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.admin-schedule-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.admin-schedule-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #675d54;
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-schedule-legend span::before {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #d4eee2;
  content: "";
}

.admin-schedule-legend .is-scheduled::before {
  background: #d6b46d;
}

.admin-schedule-legend .is-blocked::before {
  background: #d7d2cd;
}

.admin-schedule-toolbar {
  display: grid;
  grid-template-columns: auto auto minmax(12rem, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  margin: 1.5rem 0 1rem;
}

.admin-schedule-toolbar strong {
  text-align: center;
  text-transform: capitalize;
}

.admin-week-schedule {
  display: grid;
  grid-template-columns: repeat(5, minmax(9.5rem, 1fr));
  gap: 0.8rem;
  min-width: 0;
}

.admin-week-day {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(171, 125, 52, 0.2);
  border-radius: 1rem;
  background: rgba(255, 253, 249, 0.82);
}

.admin-week-day > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(171, 125, 52, 0.15);
}

.admin-week-day > header strong {
  color: #46382d;
  text-transform: capitalize;
}

.admin-week-day > header span {
  color: #8a796b;
  font-size: 0.72rem;
  text-transform: capitalize;
}

.admin-week-day > div {
  display: grid;
  gap: 0.55rem;
  padding: 0.7rem;
}

.admin-week-slot {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.16rem 0.55rem;
  width: 100%;
  min-height: 5.5rem;
  padding: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.admin-week-slot:hover,
.admin-week-slot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(158, 109, 33, 0.45);
  box-shadow: 0 0.45rem 1.2rem rgba(92, 66, 38, 0.1);
}

.admin-week-slot > span {
  color: #493a2f;
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-week-slot > strong {
  justify-self: end;
  color: #493a2f;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-week-slot > small {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #75685e;
  font-size: 0.72rem;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.admin-week-slot.is-free {
  background: #eff8f3;
}

.admin-week-slot.is-scheduled {
  background: #fbf1dd;
}

.admin-week-slot.is-blocked {
  background: #f0eeec;
}

.admin-schedule-modal[hidden] {
  display: none;
}

.admin-schedule-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.admin-schedule-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(34, 28, 23, 0.58);
  backdrop-filter: blur(4px);
}

.admin-schedule-modal__panel {
  position: relative;
  width: min(46rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid rgba(174, 127, 54, 0.22);
  border-radius: 1.25rem;
  background: #fffdf9;
  box-shadow: 0 1.5rem 5rem rgba(36, 26, 17, 0.25);
}

.admin-schedule-modal__panel > header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(174, 127, 54, 0.15);
  background: rgba(255, 253, 249, 0.96);
}

.admin-schedule-modal__panel > header span {
  color: #a16d24;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-schedule-modal__panel > header h2 {
  margin: 0.15rem 0 0;
  color: #3f3127;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  font-weight: 400;
}

.admin-schedule-modal__close {
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(174, 127, 54, 0.25);
  border-radius: 999px;
  background: #fff;
  color: #5d4b3d;
  font-size: 1.45rem;
}

.admin-slot-actions,
.admin-schedule-form {
  padding: 1.25rem;
}

.admin-slot-actions {
  display: grid;
  gap: 0.8rem;
}

.admin-slot-actions[hidden],
.admin-schedule-form[hidden] {
  display: none;
}

.admin-slot-actions > p {
  margin: 0 0 0.35rem;
  color: #6f6156;
  text-transform: capitalize;
}

.admin-slot-action {
  display: grid;
  gap: 0.22rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(174, 127, 54, 0.22);
  border-radius: 0.9rem;
  background: #fff;
  text-align: left;
}

.admin-slot-action:hover,
.admin-slot-action:focus-visible {
  border-color: #b17a2c;
  background: #fff9ee;
}

.admin-slot-action.is-danger {
  border-color: rgba(165, 63, 48, 0.25);
}

.admin-slot-action.is-danger:hover,
.admin-slot-action.is-danger:focus-visible {
  border-color: #a53f30;
  background: #fff2ef;
}

.admin-slot-action strong {
  color: #46382d;
}

.admin-slot-action span {
  color: #796b61;
  font-size: 0.8rem;
}

.admin-schedule-form {
  display: grid;
  gap: 1rem;
}

.admin-schedule-form label {
  display: grid;
  gap: 0.38rem;
  color: #57483d;
  font-size: 0.76rem;
  font-weight: 700;
}

.admin-schedule-form input,
.admin-schedule-form select,
.admin-schedule-form textarea {
  width: 100%;
  border: 1px solid rgba(174, 127, 54, 0.28);
  border-radius: 0.7rem;
  background: #fff;
  color: #40342a;
}

.admin-schedule-form input,
.admin-schedule-form select {
  min-height: 2.75rem;
  padding: 0 0.75rem;
}

.admin-schedule-form textarea {
  padding: 0.75rem;
  resize: vertical;
}

.admin-schedule-form input[readonly] {
  background: #f7f4ef;
}

.admin-schedule-form label small {
  color: #8d8075;
  font-weight: 500;
}

.admin-schedule-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.admin-service-picker {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(174, 127, 54, 0.18);
  border-radius: 0.9rem;
}

.admin-service-picker legend {
  padding: 0 0.35rem;
  color: #4b3c31;
  font-weight: 800;
}

.admin-service-picker > p {
  margin: 0;
  color: #7c6e63;
  font-size: 0.76rem;
}

#admin-existing-service-options {
  display: grid;
  gap: 0.55rem;
}

.admin-service-option {
  display: grid;
  grid-template-columns: minmax(9rem, 0.8fr) minmax(12rem, 1.2fr);
  align-items: center;
  gap: 0.75rem;
}

.admin-service-option > label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 0.55rem;
}

.admin-service-option input[type="checkbox"],
.admin-schedule-check input[type="checkbox"] {
  width: 1rem;
  min-height: auto;
  height: 1rem;
  accent-color: #a66f21;
}

.admin-schedule-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 0.55rem !important;
}

.admin-schedule-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

@media (max-width: 75rem) {
  .admin-week-schedule {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(10rem, 1fr));
    padding-bottom: 0.4rem;
  }
}

@media (max-width: 42rem) {
  .admin-schedule-head,
  .admin-schedule-form__row,
  .admin-service-option {
    grid-template-columns: 1fr;
  }

  .admin-schedule-head {
    display: grid;
  }

  .admin-schedule-toolbar {
    grid-template-columns: auto 1fr auto;
  }

  .admin-schedule-toolbar #admin-week-today {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .admin-schedule-toolbar strong {
    grid-column: 2;
    grid-row: 1;
    font-size: 0.82rem;
  }

  .admin-schedule-modal {
    align-items: end;
    padding: 0;
  }

  .admin-schedule-modal__panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 1.2rem 1.2rem 0 0;
  }

  .admin-schedule-form__actions .btn {
    width: 100%;
  }
}

/* Mobile-first booking completion and public home */
.booking-hero--compact {
  padding-block: clamp(2rem, 6vw, 4.5rem) clamp(1.4rem, 4vw, 2.5rem);
}

.booking-intro {
  display: grid;
  gap: 1rem;
  max-width: 46rem;
}

.booking-intro h1,
.booking-intro p {
  margin: 0;
}

.booking-intro .btn {
  width: fit-content;
  min-height: 48px;
}

.booking-fee-callout {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--gold-strong);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 249, 0.92);
  color: var(--ink-soft);
}

.booking-fee-callout strong {
  color: var(--ink);
}

.service-filters {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}

.service-filter {
  min-height: 44px;
  scroll-snap-align: start;
}

.service-card.is-selected {
  border-color: var(--gold-strong);
  box-shadow: 0 0 0 2px rgba(189, 130, 51, 0.14), var(--shadow-soft);
}

.service-selection-status {
  margin: 0.85rem 0 0 !important;
  color: #493314 !important;
  font-size: 0.82rem !important;
  font-weight: 800;
  line-height: 1.4 !important;
}

.booking-policies {
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.88);
}

.booking-policies summary {
  min-height: 48px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.booking-policies__content {
  display: grid;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

.booking-policies__content p {
  margin: 0;
  color: var(--muted);
}

.field-error {
  display: block;
  min-height: 1.25rem;
  margin-top: 0.25rem;
  color: #8d3027;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.booking-form :is(input, textarea)[aria-invalid="true"] {
  border-color: #a94134;
  box-shadow: 0 0 0 3px rgba(169, 65, 52, 0.12);
}

.booking-help-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.75rem;
  color: #563c1b;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.home-final-cta__inner {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fffdf9, #f3e6d1);
  box-shadow: var(--shadow-soft);
}

.home-final-cta__inner h2,
.home-final-cta__inner p {
  margin: 0.25rem 0 0;
}

.admin-service-image {
  width: 100%;
  max-height: 15rem;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  object-fit: cover;
}

.admin-service-form {
  margin-block: 1rem;
  border-color: var(--line-strong);
}

@media (max-width: 47.999rem) {
  :root {
    --container: min(100% - 2rem, 42rem);
  }

  .booking-page .services {
    padding-top: 1rem;
  }

  .services-grid,
  .services-grid-special,
  .booking-service-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .service-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0.9rem;
  }

  .service-card-content {
    min-width: 0;
  }

  .service-card p:not(.service-selection-status) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .service-card-actions,
  .appointment-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
  }

  .service-card-actions button,
  .appointment-actions :is(button, a),
  .booking-form :is(input, textarea),
  .appointment-date-row :is(input, button) {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .appointment-date-row,
  .booking-form,
  .finalize-grid,
  .finalize-flow,
  .appointment-shell,
  .appointment-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .appointment-date-row,
  .booking-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .booking-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.65rem;
  }

  body.booking-page.has-mobile-cart-summary .floating-whatsapp,
  body.booking-page.has-mobile-cart-summary .btn-flutuante-carrinho {
    display: none !important;
  }

  body.mobile-keyboard-open .mobile-bottom-nav,
  body.mobile-keyboard-open .mobile-cart-summary {
    display: none !important;
  }

  .home-final-cta__inner .btn {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  .home-final-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card {
    transition: none !important;
  }
}

@media (min-width: 61.3125rem) {
  body:not(.admin-body):not(.admin-login-body) .header-inner {
    width: min(83.75rem, calc(100% - 6rem));
    max-width: none;
    min-height: 4.35rem;
    gap: clamp(1rem, 2vw, 2.2rem);
    padding: 0.52rem 1.55rem;
    border-radius: 999px;
  }

  body:not(.admin-body):not(.admin-login-body) .header-inner .brand {
    max-width: none;
    gap: 1rem;
  }

  body:not(.admin-body):not(.admin-login-body) .brand-mark {
    width: 3.35rem;
    height: 3.35rem;
    flex-basis: 3.35rem;
    font-size: 1.55rem;
  }

  body:not(.admin-body):not(.admin-login-body) .brand-copy strong {
    max-width: none;
    overflow: visible;
    font-size: 1.08rem;
    letter-spacing: 0.08em;
    text-overflow: clip;
  }

  body:not(.admin-body):not(.admin-login-body) .site-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 1.7vw, 1.7rem);
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  body:not(.admin-body):not(.admin-login-body) .site-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0.5rem 0;
    border-radius: 0;
    background: transparent;
    font-family: var(--title-font);
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
  }

  body:not(.admin-body):not(.admin-login-body) .site-nav .site-nav-cta {
    display: none;
  }

  body:not(.admin-body):not(.admin-login-body) .menu-toggle {
    display: none;
  }

  body:not(.admin-body):not(.admin-login-body) .header-whatsapp {
    display: inline-flex;
  }
}

/* Compact booking funnel on phones */
.booking-progress-mobile {
  display: none;
}

@media (max-width: 47.999rem) {
  body.booking-page .header-actions,
  body.finalize-page .header-actions,
  body.checkout-page .header-actions,
  body.payment-return-page .header-actions {
    display: none !important;
  }

  body.booking-page .site-header,
  body.finalize-page .site-header,
  body.checkout-page .site-header,
  body.payment-return-page .site-header {
    padding-top: calc(0.35rem + env(safe-area-inset-top));
  }

  body.booking-page .header-inner,
  body.finalize-page .header-inner,
  body.checkout-page .header-inner,
  body.payment-return-page .header-inner {
    width: calc(100% - 1rem);
    min-height: 3.25rem;
    padding: 0.32rem 0.65rem;
    border-radius: 0.9rem;
  }

  body.booking-page .header-inner .brand,
  body.finalize-page .header-inner .brand,
  body.checkout-page .header-inner .brand,
  body.payment-return-page .header-inner .brand {
    max-width: 100%;
    gap: 0.55rem;
    margin-right: auto;
  }

  body.booking-page .brand-mark,
  body.finalize-page .brand-mark,
  body.checkout-page .brand-mark,
  body.payment-return-page .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
    flex-basis: 2.35rem;
    font-size: 0.96rem;
  }

  body.booking-page .brand-copy strong,
  body.finalize-page .brand-copy strong,
  body.checkout-page .brand-copy strong,
  body.payment-return-page .brand-copy strong {
    max-width: none;
    font-size: clamp(0.72rem, 3.65vw, 0.88rem);
    text-overflow: clip;
  }

  body.booking-page .booking-hero.section {
    padding-top: calc(4.75rem + env(safe-area-inset-top));
    padding-bottom: 0.85rem;
  }

  body.booking-page .booking-intro {
    gap: 0.78rem;
  }

  body.booking-page .booking-intro > .section-kicker,
  body.booking-page .booking-services-cta,
  body.booking-page .services-luxury-shell > .booking-progress,
  body.booking-page .services-header,
  body.booking-page .service-filter-block {
    display: none !important;
  }

  body.booking-page .booking-progress-mobile {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    margin: 0 0 0.25rem;
  }

  .booking-progress-mobile__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gold-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .booking-progress-mobile__summary span {
    color: var(--text-muted);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .booking-progress-mobile__track {
    height: 0.26rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(197, 139, 42, 0.18);
  }

  .booking-progress-mobile__track span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  }

  body.booking-page .booking-intro h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 1;
  }

  body.booking-page .booking-intro p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  body.booking-page .booking-fee-callout {
    gap: 0.12rem;
    padding: 0.72rem 0.82rem;
  }

  body.booking-page .services {
    padding-top: 0.55rem;
  }
}

/* Public mobile-first experience - phase 3 */
.booking-progress {
  position: relative;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.booking-progress__eyebrow {
  display: block;
  margin-bottom: 0.72rem;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-progress ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-progress ol::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--border);
}

.booking-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 0.35rem;
  color: var(--text-muted);
  text-align: center;
}

.booking-progress li > span {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  font-size: 0.7rem;
  font-weight: 800;
}

.booking-progress li > small {
  max-width: 4.4rem;
  font-size: clamp(0.53rem, 2.35vw, 0.64rem);
  font-weight: 700;
  line-height: 1.15;
}

.booking-progress li.is-complete > span,
.booking-progress li.is-current > span {
  border-color: var(--gold);
  background: var(--gold);
  color: #ffffff;
}

.booking-progress li.is-current {
  color: var(--gold-dark);
}

body:not(.admin-body):not(.admin-login-body) .hero.section {
  min-height: auto;
  padding-top: calc(5.85rem + env(safe-area-inset-top));
  padding-bottom: 2.4rem;
}

body:not(.admin-body):not(.admin-login-body) .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
}

body:not(.admin-body):not(.admin-login-body) .hero-copy,
body:not(.admin-body):not(.admin-login-body) .hero-visual,
body:not(.admin-body):not(.admin-login-body) .hero-proof,
body:not(.admin-body):not(.admin-login-body) .hero-quote {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
}

body:not(.admin-body):not(.admin-login-body) .hero-copy {
  padding: 1.2rem 0 0;
}

body:not(.admin-body):not(.admin-login-body) .hero-copy::after {
  display: none;
}

body:not(.admin-body):not(.admin-login-body) .hero-copy h1 {
  max-width: 12ch;
  margin: 0.4rem 0 0.85rem;
  font-size: clamp(2.65rem, 13.5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

body:not(.admin-body):not(.admin-login-body) .hero-copy h1 em {
  color: var(--gold-dark);
  font-weight: 400;
}

body:not(.admin-body):not(.admin-login-body) .hero-subtitle {
  max-width: 28rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

body:not(.admin-body):not(.admin-login-body) .hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  width: 100%;
  margin-top: 1.15rem;
}

body:not(.admin-body):not(.admin-login-body) .hero-actions .btn,
body:not(.admin-body):not(.admin-login-body) .hero-services-link {
  width: 100%;
}

.hero-services-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--gold-light);
  text-underline-offset: 0.24rem;
}

body:not(.admin-body):not(.admin-login-body) .hero-frame {
  padding: 0.45rem;
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
}

body:not(.admin-body):not(.admin-login-body) .hero-image-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 0.95rem;
}

body:not(.admin-body):not(.admin-login-body) .hero-image-wrap picture,
body:not(.admin-body):not(.admin-login-body) .portrait-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

body:not(.admin-body):not(.admin-login-body) .hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.admin-body):not(.admin-login-body) .hero-image-studio img {
  object-position: center 58%;
}

body:not(.admin-body):not(.admin-login-body) .hero-caption {
  padding: 0.8rem 0.45rem 0.35rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

body:not(.admin-body):not(.admin-login-body) .hero-proof-grid,
body:not(.admin-body):not(.admin-login-body) .about-grid,
body:not(.admin-body):not(.admin-login-body) .process-steps {
  grid-template-columns: minmax(0, 1fr);
}

body:not(.admin-body):not(.admin-login-body) .portrait-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.booking-page .booking-hero.section {
  padding-top: calc(6.15rem + env(safe-area-inset-top));
  padding-bottom: 1.35rem;
}

body.booking-page .booking-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.booking-page .booking-hero-copy h1 {
  max-width: 11ch;
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(2.55rem, 12vw, 3.8rem);
  line-height: 0.98;
}

body.booking-page .booking-hero-copy p {
  max-width: 30rem;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

body.booking-page .booking-hero-copy .hero-actions {
  margin-top: 1rem;
}

body.booking-page .booking-aside,
body.booking-page .booking-system-strip {
  display: none;
}

body.booking-page .services {
  padding: 1.1rem 0 3rem;
}

body.booking-page .services-luxury-shell {
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

body.booking-page .section-botanical-detail {
  display: none;
}

body.booking-page .services-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

body.booking-page .services .section-copy h2 {
  margin-top: 0.35rem;
  font-size: clamp(2rem, 9.5vw, 3rem);
  line-height: 1;
}

body.booking-page .services-intro {
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-filter-block {
  margin: 0 -0.15rem 1.35rem;
}

.service-filter-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  padding-inline: 0.15rem;
  color: var(--text-muted);
  font-size: 0.68rem;
}

.service-filter-title {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-filters {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  padding: 0.15rem 0.15rem 0.45rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 0.15rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.service-filters::-webkit-scrollbar {
  display: none;
}

.service-filter {
  min-width: max-content;
  min-height: 2.75rem;
  flex: 0 0 auto;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text-muted);
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-weight: 800;
  scroll-snap-align: start;
}

.service-filter.is-active,
.service-filter:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #ffffff;
  outline: none;
}

body.booking-page .service-groups {
  display: grid;
  gap: 1.8rem;
}

body.booking-page .service-group {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.booking-page .service-group-head {
  margin-bottom: 0.8rem;
  padding: 0;
  border: 0;
}

body.booking-page .service-group-head h3 {
  max-width: 26rem;
  margin-top: 0.25rem;
  font-size: 1.45rem;
  line-height: 1.08;
}

body.booking-page .service-group-head p {
  margin-top: 0.35rem;
  font-size: 0.84rem;
  line-height: 1.45;
}

body.booking-page .services-grid,
body.booking-page .services-grid-special {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
}

body.booking-page .service-card {
  display: grid;
  min-width: 0;
  padding: 0.55rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0 7px 20px rgba(98, 66, 31, 0.07);
  scroll-margin-top: calc(4.75rem + env(safe-area-inset-top));
  scroll-margin-bottom: calc(var(--mobile-nav-height) + 0.75rem + env(safe-area-inset-bottom));
}

body.booking-page .service-card::before {
  display: none;
}

body.booking-page .service-card:has(.service-card-action.is-selected) {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(197, 139, 42, 0.14), var(--shadow);
}

body.booking-page .service-card-media {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0.72rem;
}

body.booking-page .service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-content {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 0.4rem 0.75rem;
}

.service-card-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
}

body.booking-page .service-index,
.service-kind {
  display: inline-flex;
  min-height: 1.7rem;
  align-items: center;
  padding: 0.28rem 0.5rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--gold-dark);
  background: var(--surface-soft);
  font-family: var(--body-font);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.service-kind--maintenance {
  border-color: rgba(158, 104, 27, 0.4);
  background: #fff7e8;
}

body.booking-page .service-card h4 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1;
}

body.booking-page .service-card-content > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

body.booking-page .service-price {
  color: var(--gold-dark);
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-weight: 500;
}

.service-booking-fee {
  color: var(--text-muted);
  font-size: 0.71rem;
  line-height: 1.4;
}

.service-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0.55rem;
  padding: 0 0.4rem 0.4rem;
}

.service-details-action,
body.booking-page .service-card-action {
  position: static;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.65rem 0.5rem;
  border: 1px solid var(--gold);
  border-radius: 0.75rem;
  font-family: var(--body-font);
  font-size: clamp(0.72rem, 3.35vw, 0.82rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.service-details-action {
  background: var(--surface);
  color: var(--gold-dark);
}

body.booking-page .service-card-action {
  background: var(--gold);
  color: #ffffff;
}

body.booking-page .service-card-action::before {
  display: none;
}

body.booking-page .service-card-action.is-selected {
  border-color: var(--gold-dark);
  background: var(--gold-dark);
  color: #ffffff;
}

.catalog-empty-state {
  padding: 1.3rem;
  border: 1px dashed var(--border);
  border-radius: 1rem;
  background: var(--surface-soft);
  text-align: center;
}

.catalog-empty-state strong {
  display: block;
  font-family: var(--title-font);
  font-size: 1.4rem;
}

.catalog-empty-state p {
  margin: 0.4rem 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.mobile-cart-summary {
  position: fixed;
  right: 0.55rem;
  bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
  left: 0.55rem;
  z-index: 975;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  width: auto;
  max-width: calc(var(--mobile-page-max) - 1.1rem);
  margin-inline: auto;
  padding: 0.55rem;
  border: 1px solid var(--border);
  border-radius: 1rem 1rem 0.65rem 0.65rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -10px 28px rgba(98, 66, 31, 0.14);
  backdrop-filter: blur(18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-cart-summary[hidden] {
  display: none;
}

.mobile-cart-summary__details {
  display: grid;
  min-width: 0;
  min-height: 3rem;
  align-content: center;
  justify-items: start;
  gap: 0.16rem;
  padding: 0.25rem 0.35rem;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
}

.mobile-cart-summary__details strong {
  font-size: 0.86rem;
}

.mobile-cart-summary__details span {
  overflow: hidden;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-cart-summary__continue {
  min-width: 6.6rem;
  min-height: 3rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--gold);
  border-radius: 0.72rem;
  background: var(--gold);
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 0.82rem;
  font-weight: 800;
}

body.booking-page.has-mobile-cart-summary {
  padding-bottom: calc(var(--mobile-nav-height) + 5.25rem + env(safe-area-inset-bottom));
}

body.booking-page.has-mobile-cart-summary .service-card {
  scroll-margin-bottom: calc(var(--mobile-nav-height) + 5.25rem + env(safe-area-inset-bottom));
}

body.image-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3100;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 24, 21, 0.78);
  backdrop-filter: blur(6px);
}

.image-lightbox__content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(58rem, 100%);
  max-height: calc(100dvh - 2rem);
  padding: 0.45rem;
  border: 1px solid rgba(243, 223, 189, 0.6);
  border-radius: 1.15rem;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 24px 70px rgba(31, 24, 21, 0.4);
}

.image-lightbox__img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 2.9rem);
  border-radius: 0.85rem;
  object-fit: contain;
}

.image-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(201, 147, 63, 0.42);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.96);
  color: var(--color-gold-dark);
  box-shadow: 0 6px 18px rgba(31, 24, 21, 0.2);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  background: var(--color-gold);
  color: #ffffff;
}

.service-card-media img[role="button"],
.booking-card-media img[role="button"] {
  cursor: zoom-in;
}

body.booking-page.has-mobile-cart-summary .cookie-notice,
body.booking-page.has-mobile-cart-summary .floating-whatsapp,
body.booking-page.has-mobile-cart-summary .back-to-top {
  bottom: calc(var(--mobile-nav-height) + 5.45rem + env(safe-area-inset-bottom));
}

body.cart-open .mobile-cart-summary,
body.mobile-keyboard-open .mobile-cart-summary {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

body.booking-page .btn-flutuante-carrinho {
  display: none;
}

body.booking-page .carrinho-lateral {
  width: min(100%, var(--mobile-page-max));
  height: 100dvh;
  max-width: 100%;
  max-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom);
  overflow-y: auto;
  overscroll-behavior: contain;
}

body.booking-page .carrinho-actions {
  position: sticky;
  bottom: 0;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--surface) 1rem);
}

.service-details-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  align-items: end;
}

.service-details-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 36, 31, 0.58);
  backdrop-filter: blur(4px);
}

.service-details-modal__sheet {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: var(--mobile-page-max);
  max-height: calc(100dvh - env(safe-area-inset-top) - 0.75rem);
  margin-inline: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 1.25rem 1.25rem 0 0;
  background: var(--surface);
  box-shadow: 0 -18px 50px rgba(45, 36, 31, 0.2);
}

.service-details-modal__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.97);
}

.service-details-modal__head span {
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-details-modal__head h3 {
  margin: 0.2rem 0 0;
  font-size: 1.8rem;
  line-height: 1;
}

.service-details-modal__close {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 1.4rem;
}

.service-details-modal__image {
  width: calc(100% - 2rem);
  height: auto;
  margin: 1rem 1rem 0;
  aspect-ratio: 16 / 10;
  border-radius: 0.9rem;
  object-fit: cover;
}

.service-details-modal__body {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.service-details-modal__body > p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-details-modal__summary {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  color: var(--text-muted);
}

.service-details-modal__summary strong {
  color: var(--gold-dark);
  font-family: var(--title-font);
  font-size: 1.8rem;
  font-weight: 500;
}

.service-details-modal__variants {
  display: grid;
  gap: 0.6rem;
}

.service-details-modal__variants article {
  display: grid;
  gap: 0.3rem;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: var(--surface-soft);
}

.service-details-modal__variants article > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem;
}

.service-details-modal__variants article span,
.service-details-modal__variants article small {
  color: var(--text-muted);
  font-size: 0.7rem;
}

.service-details-modal__variants article p {
  margin: 0;
  color: var(--gold-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.service-details-modal__actions {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.55rem;
  padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.97);
}

body.service-details-open .mobile-bottom-nav,
body.service-details-open .mobile-cart-summary {
  opacity: 0;
  pointer-events: none;
}

body.finalize-page .finalize-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

body.finalize-page .finalize-cart-panel {
  padding: 0.35rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface-soft);
}

body.finalize-page .finalize-cart-panel summary {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}

body.finalize-page .finalize-cart-panel summary::-webkit-details-marker {
  display: none;
}

body.finalize-page .finalize-cart-panel summary span {
  font-size: 0.82rem;
  font-weight: 800;
}

body.finalize-page .finalize-cart-panel summary strong {
  color: var(--gold-dark);
  font-size: 0.72rem;
  text-align: right;
}

body.finalize-page .finalize-cart-summary {
  margin: 0 0 0.6rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border);
}

body.finalize-page .finalize-flow .appointment-panel {
  padding: 1rem;
  border-radius: 1rem;
}

body.finalize-page .appointment-panel-head h2 {
  font-size: clamp(2rem, 9vw, 2.8rem);
}

body.finalize-page .appointment-date-row,
body.finalize-page .booking-form,
body.finalize-page .appointment-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

body.finalize-page .appointment-date-row .btn,
body.finalize-page .appointment-actions .btn,
body.finalize-page .appointment-actions a {
  width: 100%;
}

body.finalize-page .booking-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.55rem;
}

body.finalize-page .booking-slot {
  min-width: 0;
  min-height: 3.5rem;
}

body.finalize-page .booking-loading,
body.finalize-page .booking-message,
body.finalize-page .appointment-status {
  width: 100%;
  padding: 0.8rem;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

body.checkout-page .checkout-summary-grid,
body.payment-return-page .checkout-summary-grid {
  grid-template-columns: minmax(0, 1fr);
}

body.checkout-page .checkout-payment-actions,
body.payment-return-page .checkout-payment-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

body.checkout-page .checkout-payment-actions .btn,
body.payment-return-page .checkout-payment-actions .btn {
  width: 100%;
}

@media (min-width: 48rem) {
  .booking-progress {
    padding: 1rem 1.2rem;
  }

  .booking-progress li > small {
    font-size: 0.7rem;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.88fr);
    align-items: center;
    column-gap: clamp(2rem, 5vw, 4.5rem);
  }

  body:not(.admin-body):not(.admin-login-body) .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-visual {
    grid-column: 2;
    grid-row: 1;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-proof,
  body:not(.admin-body):not(.admin-login-body) .hero-quote {
    grid-column: 1 / -1;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-copy h1 {
    font-size: clamp(4rem, 7vw, 6.2rem);
  }

  body:not(.admin-body):not(.admin-login-body) .hero-actions {
    grid-template-columns: max-content max-content;
    align-items: center;
    width: auto;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-actions .btn,
  body:not(.admin-body):not(.admin-login-body) .hero-services-link {
    width: auto;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-image-wrap {
    aspect-ratio: 4 / 5;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-proof-grid,
  body:not(.admin-body):not(.admin-login-body) .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body):not(.admin-login-body) .about-grid {
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
  }

  body.booking-page .booking-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 4rem);
  }

  body.booking-page .booking-aside {
    display: block;
  }

  body.booking-page .booking-system-strip {
    display: grid;
  }

  body.booking-page .services-luxury-shell {
    padding: clamp(1.5rem, 3vw, 2.5rem);
  }

  body.booking-page .services-header {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: end;
  }

  body.booking-page .services-grid,
  body.booking-page .services-grid-special {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-cart-summary {
    display: none;
  }

  body.booking-page.has-mobile-cart-summary {
    padding-bottom: 0;
  }

  body.booking-page .btn-flutuante-carrinho {
    display: flex;
  }

  .service-details-modal {
    align-items: center;
    padding: 2rem;
  }

  .service-details-modal__sheet {
    max-width: 42rem;
    max-height: calc(100dvh - 4rem);
    border-radius: 1.25rem;
  }

  body.finalize-page .finalize-grid {
    gap: 1.25rem;
  }

  body.finalize-page .appointment-date-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.finalize-page .booking-form,
  body.finalize-page .appointment-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.finalize-page .booking-slots {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.checkout-page .checkout-summary-grid,
  body.payment-return-page .checkout-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  body:not(.admin-body):not(.admin-login-body) .hero-proof-grid,
  body:not(.admin-body):not(.admin-login-body) .process-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.booking-page .services-grid,
  body.booking-page .services-grid-special {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.finalize-page .finalize-grid {
    grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-cart-summary,
  .service-details-modal__sheet,
  .service-filter {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (hover: none) {
  body.booking-page .service-card:hover {
    border-color: var(--border);
    box-shadow: 0 7px 20px rgba(98, 66, 31, 0.07);
    transform: none;
  }

  body.booking-page .service-card:has(.service-card-action.is-selected):hover {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(197, 139, 42, 0.14), var(--shadow);
  }
}

/* Restore the original public components without changing the current theme. */
body:not(.admin-body):not(.admin-login-body) .hero--textual .hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

body:not(.admin-body):not(.admin-login-body) .hero--textual .hero-copy {
  grid-column: 1;
  grid-row: auto;
  max-width: 58rem;
}

body:not(.admin-body):not(.admin-login-body) .hero--textual .hero-proof,
body:not(.admin-body):not(.admin-login-body) .hero--textual .hero-quote {
  grid-column: 1;
}

.home-services,
.studio-location,
.about,
.trust,
.home-final-cta {
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

/* Responsive QA corrections - phase 4 */
@media (max-width: 61.25rem) {
  body:not(.admin-body):not(.admin-login-body) .header-inner .brand {
    max-width: none;
    flex: 1 1 auto;
  }

  body:not(.admin-body):not(.admin-login-body) .brand-copy {
    flex: 1 1 auto;
    overflow: hidden;
  }

  body:not(.admin-body):not(.admin-login-body) .brand-copy strong {
    display: block;
    max-width: 100%;
    overflow: visible;
    font-size: clamp(0.66rem, 3.1vw, 0.86rem);
    line-height: 1.05;
    text-overflow: clip;
    white-space: normal;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-copy {
    order: 1;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-visual {
    order: 2;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-proof {
    order: 3;
  }

  body:not(.admin-body):not(.admin-login-body) .hero-quote {
    order: 4;
  }
}

@media (max-width: 47.999rem) {
  body.booking-page .floating-whatsapp,
  body.booking-page .back-to-top {
    display: none !important;
  }

  body:not(.admin-body):not(.admin-login-body) .footer-nav a,
  body:not(.admin-body):not(.admin-login-body) .footer-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
  }

  body:not(.admin-body):not(.admin-login-body) .header-inner .brand {
    min-height: 2.75rem;
  }

  body.booking-page .btn-fechar {
    width: 2.75rem;
    min-width: 2.75rem;
  }
}

@media (max-width: 22.5rem) {
  body:not(.admin-body):not(.admin-login-body) .header-inner {
    gap: 0.25rem;
    padding-inline: 0.42rem;
  }

  body:not(.admin-body):not(.admin-login-body) .header-inner .brand {
    gap: 0.38rem;
  }

  body:not(.admin-body):not(.admin-login-body) .brand-mark {
    width: 2.4rem;
    height: 2.4rem;
    flex-basis: 2.4rem;
  }

  body:not(.admin-body):not(.admin-login-body) .menu-toggle,
  body:not(.admin-body):not(.admin-login-body) .header-cart-button {
    width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    flex-basis: 2.75rem;
  }

  body:not(.admin-body):not(.admin-login-body) .header-actions {
    gap: 0.22rem;
  }
}

body.booking-page .service-card-media img[src$="/design-henna.webp"],
body.booking-page .booking-card-media img[src$="/design-henna.webp"],
.service-details-modal__image[src$="/design-henna.webp"] {
  transform: rotate(180deg) scale(1.01);
}

@media (min-width: 61.3125rem) {
  body:not(.admin-body):not(.admin-login-body) .hero-copy,
  body:not(.admin-body):not(.admin-login-body) .hero-visual,
  body:not(.admin-body):not(.admin-login-body) .hero-proof,
  body:not(.admin-body):not(.admin-login-body) .hero-quote {
    order: 0;
  }
}

/* Public booking rules and accessibility refinements */
.service-filter[hidden],
.availability-notice[hidden] {
  display: none !important;
}

.mobile-cart-summary__details small {
  color: var(--text-muted);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.15;
}

.availability-notice {
  width: 100%;
  margin: 0.75rem 0;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.45;
}

.availability-notice.is-error {
  border-color: rgba(170, 65, 52, 0.38);
  background: #fff5f2;
  color: #7d2d25;
}

.availability-notice.is-info {
  border-color: rgba(197, 139, 42, 0.4);
  background: #fff9ed;
  color: var(--text);
}

body.finalize-page #booking-date[aria-invalid="true"] {
  border-color: #a94134;
  box-shadow: 0 0 0 3px rgba(169, 65, 52, 0.12);
}

body.finalize-page .booking-slot {
  min-height: 4.75rem;
  align-content: center;
}

body.finalize-page .booking-slot small {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.66rem;
  line-height: 1.2;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-card-media img[role="button"]:focus-visible,
.booking-card-media img[role="button"]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}

.studio-location {
  background: linear-gradient(180deg, rgba(250, 246, 239, 0.72), rgba(255, 253, 249, 0.94));
}

.studio-location .hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
  width: 100%;
  margin-top: 1.2rem;
}

.studio-location .hero-actions .btn {
  width: 100%;
}

@media (max-width: 47.999rem) {
  body.booking-page.has-mobile-cart-summary {
    padding-bottom: calc(var(--mobile-nav-height) + 6.25rem + env(safe-area-inset-bottom));
  }

  body.booking-page.has-mobile-cart-summary .service-card {
    scroll-margin-bottom: calc(var(--mobile-nav-height) + 6.25rem + env(safe-area-inset-bottom));
  }
}

@media (min-width: 48rem) {
  .studio-location .hero-actions {
    grid-template-columns: repeat(2, max-content);
    width: auto;
  }

  .studio-location .hero-actions .btn {
    width: auto;
  }
}

/* Home: cards from the original catalog video and safe mobile composition. */
.home-page main > .section {
  min-height: 0;
  padding-block: clamp(2rem, 3.5vw, 3.25rem);
}

.home-page main > .hero.section {
  min-height: 0;
  padding-top: calc(6.5rem + env(safe-area-inset-top));
  padding-bottom: clamp(2rem, 3vw, 2.75rem);
}

.home-page [id] {
  scroll-margin-top: calc(6.25rem + env(safe-area-inset-top));
}

.home-page .hero--textual .hero-copy {
  max-width: 48rem;
}

.home-services {
  background:
    linear-gradient(180deg, rgba(250, 246, 239, 0.78), rgba(255, 253, 249, 0.98));
}

.home-services__head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.home-services__head .section-copy {
  max-width: 45rem;
}

.home-services__head h2,
.home-services__head p {
  margin-bottom: 0;
}

.home-services__head h2 {
  max-width: 13ch;
}

.home-services__catalog-link {
  display: none;
  width: fit-content;
  min-height: 2.75rem;
  align-items: center;
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28rem;
}

.home-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.home-services__status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  color: var(--text-muted);
  font-size: 1rem;
}

.home-services__status--error {
  border-color: rgba(169, 65, 52, 0.32);
  background: #fff7f4;
  color: #7d2d25;
}

.home-page .service-card--home {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 0;
  padding: 0.55rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--surface);
  box-shadow: 0 7px 20px rgba(98, 66, 31, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-page .service-card--home::before {
  display: none;
}

.home-page .service-card--home .service-card-media {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0.72rem;
}

.home-page .service-card--home .service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .service-card--home .service-card-content {
  align-content: start;
  gap: 0.55rem;
  padding: 0.85rem 0.4rem 0.75rem;
}

.home-page .service-card--home .service-index,
.home-page .service-card--home .service-kind {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--gold-dark);
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .service-card--home .service-kind--maintenance {
  border-color: rgba(158, 104, 27, 0.4);
  background: #fff7e8;
}

.home-page .service-card--home h4 {
  margin: 0;
  font-size: clamp(1.55rem, 6vw, 1.9rem);
  line-height: 1;
}

.home-page .service-card--home .service-card-content > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-page .service-card--home .service-price-line {
  font-size: 0.9rem;
}

.home-page .service-card--home .service-price {
  color: var(--gold-dark);
  font-family: var(--title-font);
  font-size: 1.55rem;
  font-weight: 500;
}

.home-page .service-card--home .service-booking-fee {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.home-page .service-card--home .service-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0.55rem;
  padding: 0 0.4rem 0.4rem;
}

.home-page .service-card--home :is(.service-details-action, .service-card-action) {
  position: static;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.65rem 0.45rem;
  border: 1px solid var(--gold);
  border-radius: 0.75rem;
  font-family: var(--body-font);
  font-size: clamp(0.78rem, 3.4vw, 0.84rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.home-page .service-card--home .service-details-action {
  background: var(--surface);
  color: var(--gold-dark);
}

.home-page .service-card--home .service-card-action {
  background: var(--gold);
  color: #ffffff;
}

.home-page .service-card--home .service-card-action::before {
  display: none;
}

.home-page .service-card--home .service-card-media img[src$="/design-henna.webp"] {
  transform: rotate(180deg) scale(1.01);
}

.home-services__footer-link {
  width: 100%;
  margin-top: 1rem;
}

.home-proof-section {
  background: var(--surface);
}

.home-page .home-proof-section .hero-proof,
.home-page .home-proof-section .hero-quote {
  width: 100%;
  margin-inline: 0;
}

.home-page .home-proof-section .hero-proof {
  padding-top: 0;
}

.home-page .home-proof-section .hero-quote {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.home-page #sobre-mim .portrait-card {
  width: 100%;
  max-width: 26rem;
  justify-self: center;
}

.home-page #sobre-mim .portrait-card picture {
  display: block;
  width: 100%;
  max-height: 32.5rem;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.home-page #sobre-mim .portrait-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.home-page .trust-flow,
.home-page .process-steps {
  gap: 1rem;
}

.home-page .process-step {
  min-height: 0;
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
}

.home-page .home-final-cta__inner {
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.home-page .floating-whatsapp.is-hidden-over-form,
.home-page .back-to-top.is-hidden-over-content {
  opacity: 0 !important;
  pointer-events: none;
  transform: translateY(0.75rem);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .service-card--home:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-lift);
    transform: translateY(-3px);
  }
}

@media (max-width: 47.999rem) {
  .home-page {
    padding-bottom: 0 !important;
  }

  .home-page .site-footer {
    padding-bottom: calc(var(--mobile-nav-height) + 1.5rem + env(safe-area-inset-bottom));
  }

  .home-page .back-to-top {
    display: none !important;
  }

  .home-page .floating-whatsapp {
    display: none !important;
  }

  .home-page .hero-quote p,
  .home-page .section-copy > p,
  .home-page .process-step p,
  .home-page .proof-chip span {
    font-size: 1rem;
  }
}

@media (min-width: 48rem) {
  .home-page main > .hero.section {
    padding-top: clamp(7.75rem, 10vw, 9rem);
  }

  .home-services__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .home-services__catalog-link {
    display: inline-flex;
  }

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

  .home-services__footer-link {
    display: none;
  }

  .home-page .process-steps {
    gap: 0;
  }
}

@media (min-width: 61.3125rem) {
  .home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .home-proof-section .hero-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Home reference lock: mobile follows the supplied video; desktop follows the supplied screenshot. */
.home-page main > .section {
  min-height: 0;
  padding-block: clamp(2.75rem, 5vw, 5.5rem);
}

.home-page main > .hero.section {
  min-height: 0;
  padding-top: calc(6.4rem + env(safe-area-inset-top));
  padding-bottom: 2.5rem;
}

.home-page .hero-grid {
  align-items: center;
}

.home-page .hero-copy {
  max-width: none;
  padding-top: 0;
}

.home-page .hero-copy h1 {
  max-width: 10ch;
}

.home-page .hero-subtitle {
  font-family: var(--title-font);
}

.home-page .hero-frame {
  overflow: hidden;
}

.home-page .hero-frame,
.home-page .hero-image-wrap {
  min-height: 0;
}

.home-page .hero-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-page .hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .about,
.home-page .trust {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.home-page #sobre-mim .portrait-card {
  width: 100%;
  max-width: 28rem;
  justify-self: center;
}

.home-page #sobre-mim .portrait-card picture {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.home-page #sobre-mim .portrait-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 47.999rem) {
  .home-page {
    padding-bottom: 0 !important;
  }

  .home-page main > .hero.section {
    padding-top: calc(6.55rem + env(safe-area-inset-top));
    padding-bottom: 2.35rem;
  }

  .home-page .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .home-page .hero-copy,
  .home-page .hero-visual,
  .home-page .hero-proof,
  .home-page .hero-quote {
    width: 100%;
    grid-column: 1;
  }

  .home-page .hero-copy h1 {
    max-width: 9ch;
    margin: 0.55rem 0 0;
    font-size: clamp(3rem, 13.3vw, 3.35rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
  }

  .home-page .hero-copy > .section-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    white-space: nowrap;
  }

  .home-page .hero-copy h1 em {
    color: var(--gold-dark);
  }

  .home-page .hero-subtitle {
    margin: 1.05rem 0 0;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.35rem;
    width: 100%;
    margin-top: 1.25rem;
  }

  .home-page .hero-actions .btn {
    width: 100%;
    min-height: 3rem;
  }

  .home-page .hero-services-link {
    width: 100%;
    min-height: 2.75rem;
    font-size: 0.84rem;
  }

  .home-page .hero-visual {
    margin-top: 1rem;
  }

  .home-page .hero-frame {
    padding: 0.38rem;
    border-radius: 1.15rem;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .home-page .hero-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 0.88rem;
  }

  .home-page .hero-image-studio img {
    object-position: center 58%;
  }

  .home-page .hero-proof {
    margin-top: 1.15rem;
    padding: 0;
  }

  .home-page .hero-proof-label {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 0 0.75rem;
    overflow: visible;
    clip: auto;
    color: var(--gold-dark);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .home-page .hero-proof-label::before,
  .home-page .hero-proof-label::after {
    content: "";
    width: 1.7rem;
    height: 1px;
    flex: 0 1 1.7rem;
    background: var(--border);
  }

  .home-page .hero-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.15rem;
  }

  .home-page .proof-chip,
  .home-page .proof-chip:nth-child(1),
  .home-page .proof-chip:nth-child(2),
  .home-page .proof-chip:nth-child(3),
  .home-page .proof-chip:nth-child(4) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    justify-items: center;
    gap: 0.14rem;
    padding: 0.2rem 0;
    border: 0;
    text-align: center;
  }

  .home-page .proof-chip::before {
    width: 2.6rem;
    height: 2.6rem;
    grid-row: auto;
    margin-bottom: 0.08rem;
    background-size: 1.12rem 1.12rem;
  }

  .home-page .proof-chip strong,
  .home-page .proof-chip span {
    grid-column: 1;
    margin: 0;
  }

  .home-page .proof-chip strong {
    font-size: 0.58rem;
    letter-spacing: 0.045em;
  }

  .home-page .proof-chip span {
    max-width: 20rem;
    font-size: 0.64rem;
    line-height: 1.3;
  }

  .home-page .hero-quote {
    margin-top: 1.5rem;
    padding: 1.35rem 0.25rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .hero-quote::before {
    left: 0;
    top: 1.8rem;
  }

  .home-page .hero-quote p {
    padding-inline: 1.5rem;
    font-size: clamp(1.5rem, 7.6vw, 1.8rem);
    line-height: 1.08;
  }

  .home-page .hero-quote span {
    margin-top: 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    line-height: 1.35;
  }

  .home-page .about,
  .home-page .trust {
    padding-block: 3rem;
  }

  .home-page .about-grid,
  .home-page .trust-flow,
  .home-page .process-steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.4rem;
  }

  .home-page #sobre-mim .portrait-card {
    max-width: none;
  }

  .home-page .section-copy h2 {
    font-size: clamp(2.08rem, 9vw, 2.3rem);
    line-height: 1;
  }

  .home-page .section-copy > .section-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
  }

  .home-page .tag-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .home-page .tag {
    width: 100%;
    min-width: 0;
    min-height: 2.4rem;
    justify-content: center;
    padding: 0.45rem 0.5rem;
    font-size: 0.68rem;
    text-align: center;
  }

  .home-page .section-copy > p,
  .home-page .process-step p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .home-page .process-step {
    min-height: 0;
    padding: 1.35rem 0.8rem;
  }

  .home-page .site-footer {
    padding-bottom: calc(var(--mobile-nav-height) + 1.5rem + env(safe-area-inset-bottom));
  }

  .home-page .floating-whatsapp {
    display: flex !important;
    right: auto;
    left: 0.85rem;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    padding: 0;
  }

  .home-page .floating-whatsapp > span:last-child {
    display: none;
  }

  .home-page .back-to-top {
    display: grid !important;
    right: 0.85rem;
    left: auto;
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 48rem) {
  .home-page main > .hero.section {
    padding-top: clamp(6.2rem, 9vw, 7.7rem);
    padding-bottom: 2.5rem;
  }

  .home-page .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
    column-gap: clamp(3rem, 7vw, 5.5rem);
    row-gap: 1.9rem;
  }

  .home-page .hero-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .home-page .hero-visual {
    grid-column: 2;
    grid-row: 1;
  }

  .home-page .hero-copy h1 {
    max-width: 8.8ch;
    margin-top: 0.7rem;
    font-size: clamp(4.15rem, 6.7vw, 5.35rem);
    line-height: 0.86;
    letter-spacing: -0.035em;
  }

  .home-page .hero-copy h1 em {
    color: var(--gold-dark);
  }

  .home-page .hero-subtitle {
    margin: 1.35rem 0 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-page .hero-actions {
    display: flex;
    width: auto;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.3rem;
  }

  .home-page .hero-actions .btn,
  .home-page .hero-services-link {
    width: auto;
  }

  .home-page .hero-frame {
    padding: 0.45rem;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .home-page .hero-image-wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 5;
    border-radius: 0.95rem;
  }

  .home-page .hero-image-studio img {
    object-position: center 50%;
  }

  .home-page .hero-proof,
  .home-page .hero-quote {
    grid-column: 1 / -1;
  }

  .home-page .hero-proof {
    margin-top: 0.2rem;
  }

  .home-page .hero-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-page .hero-quote {
    margin-top: 2.6rem;
    padding: 2rem 2.5rem 2.5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .hero-quote p {
    font-size: clamp(1.7rem, 2.5vw, 2.15rem);
  }

  .home-page .about-grid {
    grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 47.999rem) {
  body.booking-page .booking-hero.section {
    padding-top: calc(4.75rem + env(safe-area-inset-top));
    padding-bottom: 0.85rem;
  }

  body.booking-page .services {
    padding-top: 0.55rem;
  }
}

/* Focused mobile services header and simplified home journey */
.home-page .hero--textual .hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.home-page .hero--textual .hero-copy {
  max-width: 48rem;
}

.home-studio {
  background: linear-gradient(180deg, rgba(250, 246, 239, 0.78), rgba(255, 253, 249, 0.98));
}

.home-studio-grid,
.studio-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
}

.home-studio .section-copy,
.studio-location .section-copy {
  max-width: 44rem;
}

.home-studio-media {
  width: 100%;
  margin: 0;
  padding: 0.42rem;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.home-studio-media picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.9rem;
}

.home-studio-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.home-studio-media figcaption {
  padding: 0.7rem 0.45rem 0.3rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.studio-location-card {
  display: grid;
  gap: 0.65rem;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.studio-location-card > span {
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-location-card address {
  color: var(--text);
  font-family: var(--title-font);
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  font-style: normal;
  line-height: 1.15;
}

.studio-location-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-final-cta .section-copy h2,
.home-final-cta .section-copy p {
  margin-bottom: 0;
}

@media (max-width: 47.999rem) {
  body.booking-page .header-inner {
    justify-content: center;
  }

  body.booking-page:not(.admin-body):not(.admin-login-body) .header-inner .brand {
    width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }

  body.booking-page:not(.admin-body):not(.admin-login-body) .brand-copy {
    width: auto;
    flex: 0 0 auto;
    overflow: visible;
  }

  body.booking-page:not(.admin-body):not(.admin-login-body) .brand-copy strong {
    width: auto;
    font-size: clamp(0.72rem, 3.2vw, 0.82rem);
    text-align: center;
    white-space: nowrap;
  }

  .home-page main > .hero.section {
    padding-bottom: 1.75rem;
  }

  .home-studio,
  .home-page .about,
  .studio-location,
  .home-final-cta {
    padding-block: 2.5rem;
  }

  .home-studio-media {
    padding: 0.32rem;
    border-radius: 1rem;
  }

  .home-studio-media picture {
    border-radius: 0.75rem;
  }

  .home-final-cta__inner .btn {
    width: 100%;
  }
}

@media (min-width: 48rem) {
  .home-studio-grid,
  .studio-location-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(22rem, 1.12fr);
    align-items: center;
  }

  .home-studio-media picture {
    aspect-ratio: 16 / 10;
  }
}
