:root {
  --ink: #101112;
  --muted: #5f6368;
  --line: #e5e5e5;
  --paper: #f6f6f4;
  --white: #ffffff;
  --sage: #191a1b;
  --sage-dark: #101112;
  --logo-pink: #e88498;
  --logo-pink-dark: #c85d75;
  --logo-pink-soft: #f7d8df;
  --clay: var(--logo-pink);
  --mist: #f0f0ee;
  --shadow: 0 18px 48px rgba(16, 17, 18, 0.08);
  --heading-font: Lora, Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  isolation: isolate;
}

body::before {
  content: none;
  position: fixed;
  top: 120px;
  right: clamp(18px, 6vw, 90px);
  z-index: 0;
  width: min(360px, 46vw);
  aspect-ratio: 1;
  background: url("assets/logo-elena-psicologa.jpg") center / cover no-repeat;
  border-radius: 18px;
  opacity: 0.055;
  pointer-events: none;
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(16, 17, 18, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--logo-pink);
  box-shadow: 0 10px 28px rgba(30, 37, 39, 0.12);
}

.site-header.is-scrolled .brand-mark,
.site-header.is-open .brand-mark {
  border-color: rgba(47, 81, 74, 0.18);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--heading-font);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand small {
  color: currentColor;
  font-size: 0.74rem;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.88;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) blur(3px) saturate(0.82);
  transform: scale(1.02);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.86), rgba(8, 9, 10, 0.5) 52%, rgba(8, 9, 10, 0.2));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 170px 0 clamp(72px, 11vh, 118px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--logo-pink-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--logo-pink-soft);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1,
h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 740px;
  font-size: clamp(2.65rem, 6.5vw, 5.5rem);
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.35rem);
}

h3 {
  margin: 0;
  font-size: 1.05rem;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--logo-pink-dark);
}

.hero .button-primary {
  background: var(--logo-pink);
  color: var(--white);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.section,
.band {
  padding: clamp(76px, 10vw, 138px) 0;
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.intro {
  background: var(--white);
}

.intro-grid,
.expertise-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.intro-grid > p,
.expertise-content > p,
.method-copy p,
.contact-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-photo {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(860px, 100%);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(30, 37, 39, 0.08);
}

.intro-photo img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

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

.service-card {
  min-height: 286px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

.card-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  color: var(--white);
  background: var(--logo-pink-dark);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.service-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.service-explain {
  background: var(--paper);
}

.explain-grid,
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}

.explain-grid article {
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.explain-photo {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 8px;
}

.forensic-photo {
  object-position: center 24%;
}

.explain-grid p:not(.eyebrow),
.about-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.peritaje-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.peritaje-list li {
  position: relative;
  padding-left: 28px;
}

.peritaje-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 12px;
  height: 7px;
  border: solid var(--ink);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.about {
  background: var(--white);
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.about-copy {
  align-self: center;
}

.light-list {
  color: var(--muted);
}

.light-list li::before {
  border-color: var(--clay);
}

.method {
  background: var(--white);
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: center;
}

.method-copy p {
  max-width: 620px;
  margin-top: 22px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--logo-pink-dark);
  border-radius: 50%;
  font-weight: 800;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.expertise {
  background: var(--sage-dark);
  color: var(--white);
}

.expertise .eyebrow {
  color: #f0c0ad;
}

.expertise-content > p,
.check-list {
  color: rgba(255, 255, 255, 0.82);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 12px;
  height: 7px;
  border: solid #f0c0ad;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.brand-feature {
  background: var(--mist);
}

.brand-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.brand-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: none;
}

.brand-image img {
  width: 100%;
  max-height: 320px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.brand-feature-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.pricing {
  background: var(--paper);
}

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

.price-card {
  min-height: 245px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-card strong {
  display: block;
  margin-top: 28px;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
}

.price-card p {
  margin: 18px 0 0;
  color: var(--muted);
}

.contact {
  background: var(--white);
}

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

.calm-talk {
  background: var(--mist);
}

.booking {
  background: var(--white);
}

.booking-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: end;
  max-width: none;
}

.booking-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.booking-app {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.booking-calendar,
.booking-panel,
.booking-management {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfa;
}

.booking-calendar,
.booking-panel {
  padding: clamp(20px, 3vw, 30px);
}

.booking-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.calendar-kicker {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.booking-toolbar strong {
  display: block;
  font-family: var(--heading-font);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.calendar-nav {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--sage-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.calendar-nav:hover {
  border-color: var(--sage);
}

.booking-service {
  margin-bottom: 20px;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-weekdays {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  min-height: 118px;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.calendar-day:hover:not(:disabled),
.calendar-day.is-selected {
  border-color: var(--sage-dark);
  box-shadow: 0 14px 34px rgba(30, 37, 39, 0.1);
  transform: translateY(-2px);
}

.calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.calendar-day.is-unavailable {
  color: #6f7778;
  background: repeating-linear-gradient(
    135deg,
    #eef0ed,
    #eef0ed 9px,
    #e3e7e3 9px,
    #e3e7e3 18px
  );
  border-color: #d5dcd8;
  box-shadow: none;
  opacity: 1;
}

.day-number {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
}

.day-month {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.day-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.day-status::before,
.legend-dot {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4c8f73;
}

.calendar-day.is-low .day-status::before,
.legend-dot.is-low {
  background: var(--clay);
}

.calendar-day.is-closed .day-status::before,
.legend-dot.is-closed {
  background: #a0a8a8;
}

.calendar-day.is-unavailable .day-status::before,
.legend-dot.is-unavailable {
  background: #c9cfcb;
}

.availability-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.availability-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.panel-block {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.panel-block h3,
.booking-management h3 {
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.05;
}

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

.slot-button {
  min-height: 44px;
  color: var(--sage-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.slot-button:hover,
.slot-button.is-selected {
  color: var(--white);
  background: var(--logo-pink-dark);
  border-color: var(--logo-pink-dark);
}

.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.booking-summary {
  display: grid;
  gap: 4px;
  padding: 14px;
  color: var(--sage-dark);
  background: var(--mist);
  border-radius: 8px;
}

.booking-summary span,
.form-note {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.booking-summary strong {
  line-height: 1.3;
  text-transform: uppercase;
}

.form-note {
  margin: -2px 0 0;
}

.booking-management {
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
}

.admin-login,
.admin-panel-head,
.inline-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 18px;
  align-items: start;
}

.admin-login p {
  margin: 10px 0 0;
  color: var(--muted);
}

.admin-login-form {
  display: grid;
  gap: 14px;
}

.admin-login-form .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.admin-panel {
  display: grid;
  gap: 18px;
}

.admin-panel[hidden] {
  display: none;
}

.inline-private-panel[hidden],
.inline-gate[hidden] {
  display: none;
}

.inline-pin-form {
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
}

.inline-pin-form .form-note {
  grid-column: 1 / -1;
}

.admin-panel-head {
  align-items: center;
}

.admin-panel-head .delete-reservation {
  justify-self: end;
}

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

.reservation-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reservation-item strong {
  display: block;
  line-height: 1.25;
}

.reservation-item span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.reservation-status {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 9px;
  color: var(--sage-dark);
  background: var(--mist);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.reservation-status.is-accepted {
  color: #ffffff;
  background: var(--sage-dark);
}

.reservation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.delete-reservation {
  min-height: 38px;
  padding: 0 12px;
  color: var(--sage-dark);
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.accept-reservation,
.email-reservation {
  min-height: 38px;
  padding: 0 12px;
  color: var(--white);
  background: var(--sage-dark);
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.email-reservation {
  color: var(--sage-dark);
  background: var(--white);
  border-color: var(--line);
}

.admin-page-link {
  color: var(--sage-dark);
  background: var(--white);
  border-color: var(--line);
}

.admin-body {
  min-height: 100vh;
  background: var(--mist);
}

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

.admin-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.admin-gate-card {
  display: grid;
  gap: 28px;
  width: min(560px, 100%);
  padding: clamp(26px, 5vw, 46px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-gate-card h1,
.admin-overview h1 {
  color: var(--sage-dark);
  font-family: var(--heading-font);
  font-size: clamp(2.35rem, 5vw, 4.1rem);
  font-weight: 800;
  line-height: 1.06;
  text-transform: uppercase;
}

.admin-gate-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.admin-brand {
  color: var(--ink);
}

.admin-dashboard {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 54px;
}

.admin-dashboard[hidden] {
  display: none;
}

.admin-topbar,
.admin-overview,
.admin-controls,
.admin-reservations {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  box-shadow: 0 12px 34px rgba(30, 37, 39, 0.08);
}

.admin-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
}

.admin-stats div {
  padding: 14px;
  background: var(--mist);
  border-radius: 8px;
}

.admin-stats strong,
.admin-stats span {
  display: block;
}

.admin-stats strong {
  color: var(--sage-dark);
  font-size: 1.9rem;
  line-height: 1;
}

.admin-stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-controls {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.admin-week-toolbar {
  align-self: start;
  margin-bottom: 0;
  padding: 18px;
  background: var(--paper);
  border-radius: 8px;
}

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

.inline-manual-form {
  grid-template-columns: 1.25fr 1fr 1fr 1.15fr auto;
  align-items: end;
}

.inline-manual-form[hidden] {
  display: none;
}

.manual-heading {
  grid-column: span 2;
}

.inline-manual-form .manual-heading {
  grid-column: auto;
}

.inline-manual-form .manual-heading h3 {
  font-size: 1.25rem;
}

.inline-manual-form .button {
  min-width: 112px;
}

.inline-manual-form .form-note {
  grid-column: 1 / -1;
}

.manual-heading h2,
.admin-reservations h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.manual-appointment .button,
.manual-appointment .form-note {
  align-self: end;
}

.manual-appointment .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.full-schedule-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.full-schedule {
  min-width: 1080px;
}

.schedule-header,
.schedule-row {
  display: grid;
  grid-template-columns: 74px repeat(7, minmax(130px, 1fr));
}

.schedule-header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--sage-dark);
  color: var(--white);
}

.schedule-time,
.schedule-head-day,
.schedule-cell {
  min-height: 58px;
  padding: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.schedule-time {
  display: grid;
  place-items: center;
  color: var(--sage-dark);
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
}

.schedule-header .schedule-time {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.schedule-head-day strong,
.schedule-head-day span,
.schedule-cell strong,
.schedule-cell span,
.schedule-cell small {
  display: block;
}

.schedule-head-day strong {
  text-transform: uppercase;
}

.schedule-head-day span {
  opacity: 0.76;
  font-weight: 700;
}

.schedule-head-day.is-unavailable {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}

.schedule-cell {
  background: #ffffff;
  color: var(--muted);
  font-size: 0.82rem;
}

.schedule-cell.is-public-slot {
  background: #f5faf7;
  color: var(--sage-dark);
  font-weight: 800;
}

.schedule-cell[data-manual-date]:not(.is-booked):not(.is-unavailable) {
  cursor: pointer;
}

.schedule-cell[data-manual-date]:not(.is-booked):not(.is-unavailable):hover,
.schedule-cell.is-selected-manual {
  outline: 2px solid rgba(200, 93, 117, 0.42);
  outline-offset: -2px;
  background: var(--logo-pink-soft);
}

.schedule-cell.is-booked {
  background: #fff5f7;
  color: var(--ink);
  border-left: 4px solid var(--clay);
}

.schedule-cell.is-booked strong {
  color: var(--ink);
  line-height: 1.2;
}

.schedule-cell.is-booked span,
.schedule-cell.is-booked small {
  color: var(--muted);
}

.schedule-delete {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 9px;
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}

.schedule-delete:hover {
  border-color: var(--sage-dark);
}

.schedule-reminders {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.schedule-reminders a {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 8px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
}

.schedule-reminders a:first-child {
  background: #25d366;
}

.schedule-cell.is-unavailable {
  color: #8d9694;
  background: repeating-linear-gradient(
    135deg,
    #eef0ed,
    #eef0ed 9px,
    #e1e6e2 9px,
    #e1e6e2 18px
  );
}

.admin-reservations {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.contact-panel,
.contact-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel {
  background: var(--white);
  box-shadow: none;
}

.contact-panel p {
  margin-top: 20px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  font-weight: 800;
}

.contact-lines a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 6px;
}

.contact-symbol {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

.contact-form {
  display: grid;
  gap: 16px;
  background: var(--white);
}

.contact-actions-panel {
  display: grid;
  gap: 14px;
}

.contact-action-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  min-height: 118px;
  padding: 22px;
  color: var(--sage-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(30, 37, 39, 0.05);
  transition: transform 160ms ease, border-color 160ms ease;
}

.contact-action-card:hover {
  border-color: var(--sage);
  transform: translateY(-2px);
}

.contact-action-card strong,
.contact-action-card small {
  display: block;
}

.contact-action-card strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.contact-action-card small {
  grid-column: 2;
  color: var(--muted);
  font-weight: 700;
}

.whatsapp-icon {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  place-items: center;
  color: #ffffff;
  background: #25d366;
  border-radius: 50%;
}

.whatsapp-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

label {
  display: grid;
  gap: 7px;
  color: var(--sage-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(97, 118, 111, 0.28);
  border-color: var(--sage);
}

.contact-form .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  font-weight: 800;
}

body {
  background: #ffffff;
}

.site-header {
  inset: 14px clamp(16px, 3vw, 42px) auto;
  padding: 10px 14px;
  color: var(--white);
  background: rgba(16, 17, 18, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(16, 17, 18, 0.08);
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  box-shadow: none;
}

.brand strong {
  font-size: 0.82rem;
}

.brand small,
.site-nav {
  font-size: 0.72rem;
}

.site-nav {
  gap: 20px;
}

.hero {
  min-height: 92vh;
  align-items: center;
}

.hero img {
  filter: grayscale(0.35) blur(2.5px) saturate(0.72) contrast(1.05);
  transform: scale(1.025);
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 45%, rgba(232, 132, 152, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(7, 8, 9, 0.36), rgba(7, 8, 9, 0.82)),
    linear-gradient(90deg, rgba(7, 8, 9, 0.72), rgba(7, 8, 9, 0.32));
}

.hero-content {
  width: min(1040px, calc(100% - 40px));
  padding: 160px 0 92px;
  text-align: center;
}

h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 9vw, 7.4rem);
}

h2 {
  font-size: clamp(2.25rem, 5.6vw, 4.7rem);
}

h1,
h2 {
  line-height: 0.95;
}

.hero-copy {
  max-width: 690px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  justify-content: center;
}

.button {
  min-height: 52px;
  padding: 0 24px;
}

.button:hover {
  transform: translateY(-1px);
}

.hero .button-primary,
.button-primary {
  background: var(--ink);
}

.hero .button-primary {
  background: var(--white);
  color: var(--ink);
}

.button-primary:hover,
.hero .button-primary:hover {
  background: var(--logo-pink-dark);
  color: var(--white);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.1);
}

.section,
.band {
  padding: clamp(86px, 11vw, 156px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 44px));
}

.intro,
.method,
.booking,
.contact {
  background: #ffffff;
}

.service-explain,
.pricing,
.brand-feature,
.calm-talk {
  background: #f5f5f3;
}

.intro-grid,
.method-grid,
.brand-feature-grid,
.booking-heading {
  gap: clamp(32px, 7vw, 96px);
}

.intro h2 {
  max-width: 760px;
}

.intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.intro .intro-grid > div,
.intro .intro-grid > p {
  max-width: 780px;
}

.intro .intro-grid > p {
  margin-top: 0;
}

.intro .intro-photo {
  margin-top: 18px;
}

.intro-grid > p,
.method-copy p,
.brand-feature-copy p,
.booking-heading p:last-child,
.contact-panel p {
  color: #65676a;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.intro-photo,
.brand-image,
.explain-photo {
  box-shadow: none;
}

.intro-photo {
  width: min(760px, 100%);
}

.intro-photo img,
.brand-image img,
.explain-photo {
  filter: grayscale(0.18) saturate(0.84);
}

.intro-photo img {
  max-height: 240px;
}

.brand-image img {
  max-height: 280px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.service-card,
.price-card,
.explain-grid article,
.step,
.booking-calendar,
.booking-panel,
.booking-management,
.contact-form {
  background: #ffffff;
  border-color: #e8e8e8;
  box-shadow: none;
}

.service-card,
.price-card {
  min-height: 228px;
  padding: 26px;
}

.service-card:hover,
.price-card:hover {
  border-color: #d5d5d5;
}

.card-icon,
.step span {
  color: var(--ink);
  background: var(--logo-pink-soft);
}

.explain-grid article {
  padding: 28px;
}

.peritaje-list {
  gap: 9px;
  font-size: 0.95rem;
}

.price-card strong {
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.booking-app {
  gap: 12px;
}

.booking-calendar,
.booking-panel,
.booking-management {
  background: #ffffff;
}

.calendar-nav,
.slot-button,
input,
select,
textarea {
  background: #f7f7f6;
}

.calendar-day {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px transparent;
}

.calendar-day:hover:not(:disabled),
.calendar-day.is-selected {
  border-color: var(--ink);
  box-shadow: none;
}

.slot-button:hover,
.slot-button.is-selected {
  background: var(--ink);
  border-color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(232, 132, 152, 0.28);
  border-color: var(--logo-pink-dark);
}

.contact {
  color: var(--white);
  background: var(--ink);
}

.contact .eyebrow {
  color: var(--logo-pink-soft);
}

.contact-panel {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
}

.contact-panel p,
.contact-lines a {
  color: rgba(255, 255, 255, 0.78);
}

.contact-lines a:hover {
  color: var(--white);
}

.contact-symbol {
  color: var(--logo-pink-soft);
}

.admin-topbar,
.admin-overview,
.admin-controls,
.admin-reservations,
.admin-gate-card {
  box-shadow: none;
}

.schedule-header {
  background: var(--ink);
}

.schedule-cell.is-public-slot {
  color: var(--ink);
  background: #f7f7f6;
}

.service-card,
.price-card,
.explain-grid article,
.step {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.price-card::before,
.explain-grid article::before,
.step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--logo-pink);
  opacity: 0;
  transition: opacity 160ms ease;
}

.service-card:hover::before,
.price-card:hover::before,
.explain-grid article:hover::before,
.step:hover::before {
  opacity: 1;
}

.booking-summary,
.reservation-status {
  background: #f5f5f3;
}

.reservation-status.is-accepted,
.accept-reservation {
  background: var(--ink);
}

.delete-reservation,
.email-reservation,
.admin-page-link {
  background: #f5f5f3;
}

.contact-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 1)),
    linear-gradient(135deg, rgba(232, 132, 152, 0.16), transparent 42%);
}

@media (max-width: 900px) {
  .site-header {
    inset: 10px 12px auto;
    padding: 10px 12px;
  }

  .site-nav {
    top: 66px;
    right: 0;
    left: 0;
    border-radius: 8px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 36%, rgba(232, 132, 152, 0.2), transparent 38%),
      linear-gradient(180deg, rgba(7, 8, 9, 0.42), rgba(7, 8, 9, 0.86));
  }

  .hero-content {
    padding: 128px 0 70px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(2.7rem, 14vw, 4.45rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .section-inner {
    width: min(100% - 32px, 1180px);
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 20px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(22, 37, 35, 0.58), rgba(22, 37, 35, 0.78));
  }

  .hero-content {
    padding-top: 140px;
  }

  .intro-grid,
  .method-grid,
  .expertise-grid,
  .brand-feature-grid,
  .explain-grid,
  .about-grid,
  .booking-heading,
  .booking-app,
  .admin-login,
  .admin-panel-head,
  .inline-gate,
  .admin-overview,
  .admin-controls,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .inline-pin-form {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-topbar-actions,
  .admin-topbar-actions .button,
  .admin-topbar-actions .delete-reservation {
    width: 100%;
  }

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

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

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

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

@media (max-width: 620px) {
  .brand strong {
    font-size: 0.86rem;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .hero-actions,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-form .button {
    width: 100%;
  }

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

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

  .calendar-weekdays {
    display: none;
  }

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

  .calendar-day {
    min-height: 104px;
  }

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

  .reservation-item {
    grid-template-columns: 1fr;
  }

  .reservation-actions,
  .admin-panel-head .delete-reservation {
    justify-self: stretch;
    justify-content: stretch;
  }

  .manual-appointment,
  .inline-manual-form,
  .manual-heading,
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .manual-heading {
    grid-column: span 1;
  }

  .reservation-actions button,
  .reservation-actions a,
  .admin-login-form .button,
  .admin-panel-head .delete-reservation {
    width: 100%;
  }

  .service-card {
    min-height: 230px;
  }

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

@media (max-width: 900px) {
  .site-header {
    inset: 10px 12px auto;
    padding: 10px 12px;
    background: rgba(16, 17, 18, 0.32);
    border-radius: 999px;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    background: rgba(255, 255, 255, 0.94);
  }

  .site-nav {
    top: 66px;
    right: 0;
    left: 0;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 36%, rgba(232, 132, 152, 0.2), transparent 38%),
      linear-gradient(180deg, rgba(7, 8, 9, 0.42), rgba(7, 8, 9, 0.86));
  }

  .hero-content {
    padding: 128px 0 70px;
    text-align: center;
  }

  .service-card,
  .price-card {
    min-height: 210px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(2.7rem, 14vw, 4.45rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .section,
  .band {
    padding: 72px 0;
  }

  .section-inner {
    width: min(100% - 32px, 1180px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

:root {
  --paper: #fbf6f8;
  --mist: #f8eef2;
  --line: #eadde2;
}

.service-explain,
.pricing,
.brand-feature,
.calm-talk {
  background: linear-gradient(180deg, #fff8fa, #f8eef2);
}

.intro,
.method,
.booking {
  background: #fffdfd;
}

.eyebrow {
  color: var(--logo-pink-dark);
}

.service-card,
.price-card,
.explain-grid article,
.step,
.booking-calendar,
.booking-panel,
.booking-management,
.contact-form,
.calm-talk .contact-panel {
  border-color: rgba(200, 93, 117, 0.16);
}

.calm-talk .contact-panel {
  color: var(--ink);
  background: #ffffff;
}

.calm-talk .contact-panel p {
  color: #65676a;
}

.calm-talk .contact-panel .eyebrow {
  color: var(--logo-pink-dark);
}

.calm-talk .contact-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    linear-gradient(135deg, rgba(232, 132, 152, 0.22), transparent 46%);
}

.contact {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(232, 132, 152, 0.22), transparent 28%),
    var(--ink);
}

.contact .contact-panel {
  color: var(--white);
  background: transparent;
  border-color: rgba(247, 216, 223, 0.22);
}

.contact .contact-panel p,
.contact .contact-lines a {
  color: rgba(255, 255, 255, 0.78);
}

.contact .contact-lines a:hover {
  color: var(--white);
}

.contact .contact-symbol {
  color: var(--logo-pink-soft);
}

.button-primary,
.accept-reservation {
  background: var(--logo-pink-dark);
}

.hero .button-primary {
  background: var(--logo-pink);
  color: var(--white);
}

.button-primary:hover,
.hero .button-primary:hover,
.accept-reservation:hover {
  background: var(--ink);
}

input,
select,
textarea,
.calendar-nav,
.slot-button {
  background: #fff8fa;
}

:root {
  --paper: #fffafb;
  --mist: #fbf3f6;
  --line: #eee4e8;
}

.site-header {
  background: rgba(16, 17, 18, 0.18);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.96);
}

.site-nav {
  gap: 18px;
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 132, 152, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(7, 8, 9, 0.32), rgba(7, 8, 9, 0.78));
}

.hero-copy {
  max-width: 620px;
}

.section-heading {
  margin-bottom: 28px;
}

.service-card,
.price-card,
.explain-grid article,
.step,
.booking-calendar,
.booking-panel,
.booking-management,
.contact-form,
.calm-talk .contact-panel {
  border-color: rgba(16, 17, 18, 0.08);
}

.service-card,
.price-card,
.explain-grid article,
.step {
  background: rgba(255, 255, 255, 0.88);
}

.service-card::before,
.price-card::before,
.explain-grid article::before,
.step::before {
  opacity: 0;
}

.service-card:hover::before,
.price-card:hover::before,
.explain-grid article:hover::before,
.step:hover::before {
  opacity: 0.7;
}

.card-icon,
.step span {
  width: 36px;
  height: 36px;
  margin-bottom: 26px;
  background: #f5d7df;
}

.service-card,
.price-card {
  min-height: 205px;
}

.intro-photo,
.brand-image {
  width: min(680px, 100%);
}

.intro-photo img,
.brand-image img,
.explain-photo {
  border-radius: 7px;
}

.booking-app {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.68fr);
}

.booking-calendar,
.booking-panel,
.booking-management {
  background: #ffffff;
}

.calendar-day {
  min-height: 102px;
  padding: 10px;
}

.day-status {
  margin-top: 12px;
}

.booking-summary,
.reservation-status,
.delete-reservation,
.email-reservation,
.admin-page-link {
  background: #fbf3f6;
}

input,
select,
textarea,
.calendar-nav,
.slot-button {
  background: #fffdfd;
}

.form-note {
  color: #77777a;
  font-size: 0.78rem;
}

.contact-lines {
  gap: 12px;
}

.calm-talk .contact-panel,
.calm-talk .contact-form {
  box-shadow: none;
}

@media (max-width: 900px) {
  .booking-app {
    grid-template-columns: 1fr;
  }
}
