:root {
  --paper: #f7efe7;
  --surface: #fffaf5;
  --surface-2: #f2e7db;
  --ink: #2f2621;
  --muted: #6f6157;
  --line: #eadfd2;
  --sage: #dfcec1;
  --sage-dark: #c59b78;
  --sage-deep: #a57d5f;
  --moss: #b99679;
  --rose: #dcc0b0;
  --rose-soft: #fbf3ec;
  --clay: #d8b7a0;
  --gold: #b28a6c;
  --sky: #fdf8f2;
  --warning: #bb7b67;
  --danger: #b96a79;
  --shadow: 0 20px 52px rgba(121, 91, 66, 0.12);
  --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
  --content-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdfa 0%, #faf4ed 36%, #f3e8dc 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
  background: rgba(255, 250, 245, 0.96);
  z-index: 29;
  pointer-events: none;
}

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

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(var(--content-width), calc(100% - 24px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
  border: 1px solid rgba(234, 223, 210, 0.9);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(137, 111, 90, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 0;
  text-decoration: none;
  min-width: 210px;
}

.brand-logo {
  width: 154px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.topbar .brand-mark {
  display: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, #f2cade, #c77ea7);
  font-weight: 900;
}

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

.brand strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 0.94;
}

.brand small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
  flex-wrap: wrap;
}

.nav-link {
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  background: rgba(197, 155, 120, 0.12);
}

.nav-button {
  border: 1px solid rgba(197, 155, 120, 0.28);
}

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

.nav-cta {
  min-width: 164px;
}

.hero {
  position: relative;
  width: min(var(--content-width), calc(100% - 24px));
  margin: 0 auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(280px, 460px);
  align-items: center;
  gap: 36px;
  padding: 10px 0 18px;
  background: transparent;
}

.hero::after {
  content: none;
}

.hero-content {
  display: grid;
  align-content: start;
  width: min(500px, 100%);
  position: relative;
  z-index: 2;
  padding: 18px 0;
}

.hero-media {
  position: relative;
  grid-column: 2;
  justify-self: end;
  width: min(440px, 100%);
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-left: 0;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.hero-media::before {
  content: none;
}

.hero-media::after {
  content: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 560px;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 5.3vw, 4.6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 470px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.75;
}

.hero .eyebrow {
  color: var(--moss);
}

.hero-location {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-divider {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 0 22px;
  background: rgba(165, 125, 95, 0.38);
}

.hero-actions,
.admin-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.first-visit-promo {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  border: 1px solid rgba(195, 123, 146, 0.28);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 250, 246, 0.9);
}

.first-visit-promo strong {
  color: var(--rose-strong);
  font-size: 1rem;
  font-weight: 950;
}

.first-visit-promo span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 22px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: #e7c7d1;
  box-shadow: 0 14px 36px rgba(231, 199, 209, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ddb8c5;
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(231, 199, 209, 0.72);
  background: #e7c7d1;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #ddb8c5;
}

.section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 4vw, 56px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: end;
  max-width: var(--content-width);
  margin: 0 auto 32px;
}

.section-heading.compact {
  display: block;
  max-width: var(--content-width);
}

.section-heading h2 {
  margin-bottom: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-copy {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.section-heading.compact h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.section-intro {
  background: #fcf4ef;
}

.section-heading-center {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  text-align: center;
  max-width: 860px;
}

.section-heading-center .section-copy {
  text-align: center;
  margin: 0 auto;
}

.about-home {
  padding-top: 18px;
  padding-bottom: clamp(22px, 3vw, 38px);
  background: transparent;
}

.about-home-layout {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(300px, 0.4fr) minmax(0, 0.6fr);
  gap: 36px;
  align-items: stretch;
}

.about-home-copy {
  display: grid;
  align-content: center;
  padding: 10px 0;
}

.about-home-copy h2 {
  margin-bottom: 18px;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  font-weight: 500;
  line-height: 0.98;
}

.about-home-copy p {
  max-width: 460px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-home-team {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.about-home-person {
  max-width: 500px;
  border: 1px solid rgba(165, 125, 95, 0.14);
  border-radius: 24px;
  padding: 18px 20px;
  background: rgba(255, 251, 247, 0.72);
}

.about-home-person h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

.about-home-person p {
  max-width: none;
  margin-bottom: 0;
}

.about-home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.about-home-actions .button {
  width: fit-content;
}

.about-home-media {
  min-height: 100%;
}

.about-home-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: 34px;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow);
}

.intro-grid,
.category-showcase-grid,
.story-layout,
.why-grid,
.process-steps,
.location-grid,
.reviews-grid,
.service-grid,
.metric-grid {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.intro-grid article,
.category-card,
.story-card,
.consult-card,
.why-grid article,
.process-steps article,
.location-grid article,
.reviews-grid article,
.service-card,
.metric,
.booking-summary,
.admin-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.intro-grid article {
  padding: 24px;
}

.category-card,
.story-card,
.consult-card,
.why-grid article,
.process-steps article,
.location-grid article,
.reviews-grid article {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.category-card {
  position: relative;
  overflow: visible;
  min-height: 0;
  padding: 0;
  align-content: stretch;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

.category-showcase-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.category-showcase {
  padding-top: clamp(24px, 3.5vw, 44px);
}

.category-card-image {
  position: relative;
  min-height: 250px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(145deg, #f5d9d5 0%, #edc6c1 46%, #dcb09f 100%);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(121, 91, 66, 0.1);
}

.category-card-image::after {
  content: none;
}

.category-image-masaze .category-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 221, 216, 0.16), rgba(246, 221, 216, 0.42)),
    linear-gradient(0deg, rgba(255, 250, 245, 0.16), rgba(255, 250, 245, 0.16));
  pointer-events: none;
}

.category-image-maderoterapia .category-card-image::after,
.category-image-kozmetika .category-card-image::after,
.category-image-depilacia .category-card-image::after,
.category-image-rasy-oboci .category-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 221, 216, 0.12), rgba(246, 221, 216, 0.38)),
    linear-gradient(0deg, rgba(255, 250, 245, 0.14), rgba(255, 250, 245, 0.14));
  pointer-events: none;
}

.story-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.story-card,
.consult-card {
  min-height: 260px;
  padding: clamp(24px, 4vw, 40px);
}

.story-card p,
.consult-card p,
.why-grid p,
.reviews-grid p {
  margin: 0;
  color: var(--muted);
}

.consult-card {
  color: white;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(157, 100, 133, 0.94), rgba(226, 170, 201, 0.84)),
    url("assets/salon-hero.png") center / cover;
}

.consult-card .eyebrow,
.consult-card p {
  color: rgba(255, 255, 255, 0.82);
}

.consult-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.02;
}

.why-section {
  background: var(--surface);
}

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

.why-grid article {
  min-height: 190px;
  border-color: var(--line);
  background: linear-gradient(180deg, #fffafd, #f8ebf2);
}

.why-grid h3,
.reviews-grid h3 {
  margin-bottom: 0;
}

.category-card strong,
.location-grid strong {
  display: block;
  font-size: 1.18rem;
}

.category-card p,
.process-steps p,
.location-grid span {
  margin: 0;
  color: var(--muted);
}

.category-card strong {
  color: #2f2621;
  font-size: 1.02rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-card p {
  color: #2f2621;
  font-weight: 560;
  line-height: 1.75;
}

.category-card-copy,
.category-card .category-meta {
  padding-left: 8px;
  padding-right: 8px;
}

.category-card-copy {
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  padding-top: 18px;
  padding-bottom: 4px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.category-card .category-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  align-self: end;
  justify-items: center;
  padding-top: 8px;
  padding-bottom: 0;
}

.category-card .category-link,
.location-grid a {
  width: fit-content;
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--ink);
  background: #e7c7d1;
  font-weight: 850;
  text-decoration: none;
}

.location-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.35fr);
  align-items: stretch;
}

.location-contact-hours {
  max-width: 380px;
  line-height: 1.5;
}

.location-grid .location-phone,
.location-grid .location-email {
  width: fit-content;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 850;
}

.location-grid .location-email {
  color: var(--muted);
}

.location-contact-text {
  max-width: 360px;
}

.location-grid .contact-social-links {
  margin-top: 0;
}

.location-grid .contact-social-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 38, 33, 0.18);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 253, 250, 0.28);
}

.location-map-card {
  min-height: 260px;
  padding: 0 !important;
  overflow: hidden;
}

.location-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}

.location-note {
  width: fit-content;
  color: var(--muted);
  font-weight: 850;
}

.category-card .pill {
  display: none;
}

.category-card .category-link {
  justify-self: center;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 0;
  color: var(--ink);
  background: #e7c7d1;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-card .category-link:hover,
.category-card .category-link:focus-visible {
  background: #ddb8c5;
  color: var(--ink);
}

.category-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 78px;
  height: 78px;
  margin: -39px auto 0;
  place-items: center;
  border: 1px solid rgba(234, 223, 210, 0.96);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.98);
  box-shadow: 0 10px 26px rgba(121, 91, 66, 0.1);
}

.category-card-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--sage-deep);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.82;
  mix-blend-mode: multiply;
}

.category-image-maderoterapia .category-card-icon img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.booking-teaser {
  padding-top: 8px;
  padding-bottom: 18px;
}

.booking-teaser-panel {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(234, 223, 210, 0.94);
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdfa 0%, #f6eee5 100%);
  box-shadow: var(--shadow);
}

.booking-teaser-copy {
  display: flex;
  align-items: center;
  gap: 18px;
}

.booking-teaser-icon,
.signature-icon {
  display: grid;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(197, 155, 120, 0.22);
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.94);
}

.booking-teaser-icon svg,
.signature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--sage-deep);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-teaser-panel h2 {
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 500;
  line-height: 0.96;
}

.booking-teaser-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-teaser-actions {
  display: grid;
  justify-items: stretch;
  gap: 14px;
}

.booking-teaser-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 14px;
}

.booking-teaser-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(197, 155, 120, 0.24);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--sage-deep);
  background: rgba(255, 253, 250, 0.95);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signature-points {
  padding-top: 0;
}

.signature-grid {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.signature-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 14px 10px;
}

.signature-grid p {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.45;
}

.gallery-section {
  padding-top: 22px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0) 0%, rgba(251, 243, 236, 0.72) 100%);
}

.lightwidget-panel {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 210, 0.9);
  border-radius: 20px;
  background: rgba(255, 250, 245, 0.82);
  box-shadow: 0 18px 42px rgba(121, 91, 66, 0.08);
}

.lightwidget-widget {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  overflow: hidden;
}

.category-image-masaze {
  background-image: none;
}

.category-image-masaze .category-card-image {
  background:
    linear-gradient(145deg, rgba(246, 221, 216, 0.32), rgba(222, 178, 160, 0.42)),
    url("assets/category-masaze-custom.png") center / cover;
}

.category-image-maderoterapia {
  background-image: none;
}

.category-image-maderoterapia .category-card-image {
  background:
    linear-gradient(145deg, rgba(242, 213, 207, 0.28), rgba(216, 170, 154, 0.38)),
    url("assets/category-maderoterapia-custom.png") center / cover;
}

.category-image-kozmetika {
  background-image: none;
}

.category-image-kozmetika .category-card-image {
  background:
    linear-gradient(145deg, rgba(247, 224, 220, 0.28), rgba(221, 180, 165, 0.38)),
    url("assets/category-kosmetika-custom.png") center / cover;
}

.category-image-depilacia {
  background-image: none;
}

.category-image-depilacia .category-card-image {
  background:
    linear-gradient(145deg, rgba(243, 216, 210, 0.28), rgba(212, 166, 150, 0.38)),
    url("assets/category-depilace-custom.png") center / cover;
}

.category-image-rasy-oboci {
  background-image: none;
}

.category-image-rasy-oboci .category-card-image {
  background:
    linear-gradient(145deg, rgba(247, 224, 220, 0.24), rgba(221, 180, 165, 0.34)),
    url("assets/category-rasy-oboci-custom.png") center / cover;
}

.process-section {
  background: linear-gradient(180deg, #f8f1e9 0%, #f4eadf 100%);
}

.space-section {
  background: linear-gradient(180deg, #f8f1e9 0%, #f5ece3 100%);
}

.instagram-panel {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto 22px;
  gap: 18px;
}

.instagram-panel-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.instagram-panel-copy h3 {
  margin: 4px 0 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.instagram-profile-button {
  white-space: nowrap;
}

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

.instagram-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 175, 187, 0.46);
  border-radius: 8px;
  background: rgba(255, 250, 248, 0.94);
  box-shadow: var(--shadow);
}

.instagram-card-media {
  display: block;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
}

.instagram-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.instagram-card:hover .instagram-card-media img,
.instagram-card:focus-within .instagram-card-media img {
  transform: scale(1.03);
}

.instagram-card-copy {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.instagram-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.instagram-card-copy p {
  margin: 0;
  color: var(--muted);
}

.instagram-card-link {
  justify-self: start;
}

.space-mosaic {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(190px, 24vw);
  gap: 12px;
}

.space-mosaic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

.space-mosaic img:nth-child(2) {
  object-position: 30% 50%;
}

.space-mosaic img:nth-child(3) {
  object-position: 70% 50%;
}

.space-mosaic img:nth-child(4),
.space-mosaic img:nth-child(5),
.space-mosaic img:nth-child(6) {
  object-position: center;
}

.event-section {
  padding-top: 0;
  background: var(--surface);
}

.event-panel,
.newsletter-panel {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: 28px;
  align-items: center;
  border-radius: 8px;
  padding: clamp(26px, 5vw, 54px);
  color: white;
  background:
    linear-gradient(115deg, rgba(157, 100, 133, 0.94), rgba(227, 169, 200, 0.82)),
    url("assets/salon-hero.png") center / cover;
}

.event-panel h2,
.newsletter-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.event-panel p,
.newsletter-panel p,
.event-panel .eyebrow,
.newsletter-panel .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.event-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 850;
}

.reviews-section {
  background: #f5e6eb;
}

.reviews-grid article {
  min-height: 220px;
}

.reviews-grid strong {
  font-size: 1.18rem;
}

.reviews-grid span {
  color: var(--gold);
  font-weight: 850;
}

.newsletter-section {
  background: var(--paper);
}

.newsletter-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  background:
    linear-gradient(115deg, rgba(157, 100, 133, 0.95), rgba(227, 169, 200, 0.88)),
    url("assets/salon-hero.png") center / cover;
}

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

.newsletter-form label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.newsletter-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.process-steps article span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--rose);
  font-weight: 900;
}

.location-section {
  padding-top: clamp(22px, 3vw, 38px);
  background: #f7ebe4;
}

.intro-grid h3,
.service-card h3,
.process-steps h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.intro-grid p,
.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.muted {
  background: linear-gradient(180deg, #fbf6f0 0%, #f3e8dc 100%);
}

.service-filters {
  display: flex;
  width: min(var(--content-width), 100%);
  margin: 0 auto 18px;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.filter-chip {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--surface);
}

.filter-chip.is-active {
  color: var(--ink);
  border-color: #e7c7d1;
  background: #e7c7d1;
}

.service-card {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 22px;
  border-color: rgba(234, 223, 210, 0.92);
  background: rgba(255, 250, 245, 0.94);
  box-shadow: 0 14px 36px rgba(121, 91, 66, 0.08);
}

.service-card.service-card-compact {
  gap: 10px;
  min-height: 0;
  padding: 14px 16px;
}

.service-card .meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--sage-deep);
  background: #f3e8dc;
  font-size: 0.86rem;
  font-weight: 800;
}

.service-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  align-self: end;
}

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

.service-card.service-card-compact h3 {
  margin-bottom: 2px;
  font-size: 0.98rem;
}

.service-card.service-card-compact .pill {
  min-height: 26px;
  padding: 4px 8px;
  font-size: 0.78rem;
}

.service-card.service-card-compact p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.service-card.service-card-compact .price {
  font-size: 1rem;
}

.service-card.service-card-compact .service-card-footer {
  gap: 10px;
}

.service-card.service-card-compact .service-card-actions {
  gap: 6px;
}

.service-card.service-card-compact .mini-button,
.service-card.service-card-compact .tiny-button {
  min-height: 32px;
  padding: 6px 9px;
}

.category-addon-section {
  display: grid;
  gap: 20px;
  width: min(var(--content-width), 100%);
  margin: 24px auto 0;
}

.addon-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-card.service-card-addon {
  min-height: 0;
  position: relative;
  cursor: help;
}

.addon-note {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--ink);
  background: #f7eee7;
  font-size: 0.78rem;
  font-weight: 800;
}

.service-card.service-card-addon::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 5;
  width: 240px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 249, 245, 0.98);
  box-shadow: 0 14px 28px rgba(121, 91, 66, 0.12);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.service-card.service-card-addon:hover::after,
.service-card.service-card-addon:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.info-tip {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 157, 175, 0.5);
  border-radius: 50%;
  color: #c37b92;
  background: rgba(255, 250, 246, 0.94);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: help;
}

.info-tip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: 220px;
  padding: 9px 11px;
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 249, 245, 0.98);
  box-shadow: 0 14px 28px rgba(121, 91, 66, 0.12);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.info-tip:hover::after,
.info-tip:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.summary-discount-tip {
  width: 18px;
  height: 18px;
  font-size: 0.68rem;
}

.summary-discount-tip::after {
  width: min(260px, calc(100vw - 48px));
}

.service-staff {
  color: var(--sage-deep);
  font-size: 0.9rem;
  font-weight: 850;
}

.price {
  font-size: 1.28rem;
  font-weight: 900;
}

.mini-button {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--ink);
  background: #e7c7d1;
  font-weight: 800;
}

.booking-section,
.cancel-booking-section,
.booking-categories-page,
.booking-services-page {
  background: var(--paper);
}

.service-detail-page {
  min-height: calc(100svh - 72px);
  background: var(--paper);
}

.category-page > .tiny-button,
.booking-categories-page > .tiny-button,
.booking-services-page > .tiny-button,
.booking-section > .tiny-button,
.cancel-booking-section > .tiny-button,
.service-detail-page > .tiny-button {
  margin: 0 0 18px max(0px, calc((100% - var(--content-width)) / 2));
}

.service-detail-layout {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 24px;
  align-items: start;
}

.service-detail-main,
.service-detail-side {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.service-detail-main {
  padding: clamp(24px, 5vw, 48px);
}

.service-detail-main h1 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  line-height: 1.14;
}

.service-detail-main > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.detail-block-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fbf3ec;
}

.detail-block-grid h3 {
  margin-bottom: 8px;
}

.detail-block-grid p {
  margin: 0;
  color: var(--muted);
}

.detail-block-grid ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.detail-block-grid li + li {
  margin-top: 6px;
}

.service-detail-side {
  display: grid;
  gap: 20px;
  padding: 22px;
  position: sticky;
  top: 96px;
}

.service-detail-side dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.service-detail-side dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 11px;
}

.service-detail-side dd {
  margin: 0;
  font-weight: 900;
}

.service-detail-side dt {
  color: var(--muted);
}

.detail-staff-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.booking-layout,
.split-layout,
.dashboard-grid {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.cancel-panel {
  display: grid;
  width: min(var(--content-width), 100%);
  margin: 24px auto 0;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--surface);
}

.cancel-panel h3,
.cancel-panel p {
  margin-bottom: 0;
}

.cancel-panel p {
  color: var(--muted);
}

.cancel-result {
  grid-column: 1 / -1;
  margin-top: 0;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

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

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

label {
  min-width: 0;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--surface);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(210, 158, 171, 0.16);
}

.field label,
.field > input,
.field > select,
.field > textarea {
  display: grid;
  gap: 8px;
}

.field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
}

.booking-combo-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.booking-combo-option {
  align-items: flex-start;
  min-height: 74px;
}

.booking-combo-option span {
  display: grid;
  gap: 4px;
}

.booking-combo-option strong {
  font-size: 0.98rem;
}

.booking-combo-option small {
  color: var(--muted);
  font-size: 0.86rem;
}

.slot {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  font-weight: 800;
}

.slot:disabled {
  cursor: not-allowed;
  color: #b8a8b1;
  background: #f7eef3;
  text-decoration: line-through;
}

.slot.is-active {
  color: white;
  border-color: var(--sage-deep);
  background: var(--sage-deep);
}

.consent-list {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.94rem;
}

.consent-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
}

.consent-list input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--sage-dark);
}

.submit-button {
  width: fit-content;
}

.booking-summary {
  position: sticky;
  top: 96px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.booking-summary h3 {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.booking-summary dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.booking-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 11px;
}

.booking-summary dt {
  color: var(--muted);
}

.booking-summary dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.summary-note {
  margin-top: 18px;
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: #fbeaf2;
  font-weight: 750;
}

.booking-section {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 247, 242, 0.92) 44%, rgba(246, 234, 224, 0.9) 100%);
}

.booking-heading {
  margin-bottom: 42px;
}

.booking-heading .eyebrow,
.booking-summary .eyebrow {
  margin-bottom: 14px;
  color: #c38297;
}

.booking-heading h2 {
  max-width: 820px;
  font-size: clamp(3rem, 5.4vw, 4.7rem);
  line-height: 0.92;
}

.booking-back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border-color: rgba(212, 157, 175, 0.62);
  border-radius: 16px;
  padding: 12px 18px;
  color: #b77087;
  background: rgba(255, 251, 247, 0.82);
  box-shadow: 0 12px 34px rgba(197, 155, 120, 0.1);
}

.booking-back-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.booking-back-button:hover,
.booking-back-button:focus-visible {
  background: rgba(255, 248, 243, 0.96);
}

.booking-layout {
  grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.64fr);
  gap: clamp(24px, 3vw, 46px);
}

.booking-form {
  gap: 22px;
}

.booking-field {
  position: relative;
  gap: 10px;
}

.booking-field-label,
.booking-time-wrap .field-label,
.booking-inline-heading .field-label {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.booking-control {
  position: relative;
  display: flex;
  align-items: center;
}

.booking-control-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: #cf90a2;
  pointer-events: none;
}

.booking-control-icon svg,
.booking-inline-icon svg,
.summary-row-icon svg,
.booking-submit-button svg {
  width: 20px;
  height: 20px;
}

.booking-control-area .booking-control-icon {
  top: 18px;
  transform: none;
}

.booking-form .booking-control input,
.booking-form .booking-control select,
.booking-form .booking-control textarea {
  min-height: 58px;
  border: 1px solid rgba(232, 214, 203, 0.98);
  border-radius: 16px;
  padding: 15px 18px 15px 52px;
  color: var(--ink);
  background: rgba(255, 251, 247, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 28px rgba(229, 203, 184, 0.08);
  font-size: 0.97rem;
  font-weight: 500;
  line-height: 1.45;
}

.booking-form .booking-control input::placeholder,
.booking-form .booking-control textarea::placeholder {
  color: #b6a296;
}

.booking-form .booking-control select {
  appearance: none;
  padding-right: 48px;
}

.booking-control-select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.6px solid rgba(140, 112, 94, 0.9);
  border-bottom: 1.6px solid rgba(140, 112, 94, 0.9);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.booking-form .booking-control textarea {
  min-height: 126px;
  padding-top: 16px;
  line-height: 1.65;
}

.booking-date-control {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(232, 214, 203, 0.98);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.96);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.booking-date-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.booking-date-display {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 0 18px 0 50px;
  color: var(--ink);
  font-weight: 700;
}

.booking-calendar {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 30;
  display: grid;
  width: min(360px, calc(100vw - 32px));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(233, 214, 202, 0.98);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 20px 48px rgba(80, 50, 42, 0.18);
}

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

.booking-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.booking-calendar-title {
  font-weight: 900;
  text-transform: capitalize;
}

.booking-calendar-arrow,
.booking-calendar-day {
  border: 1px solid rgba(232, 214, 203, 0.98);
  border-radius: 12px;
  background: #fffaf7;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.booking-calendar-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  cursor: pointer;
}

.booking-calendar-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.booking-calendar-weekday {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.booking-calendar-day {
  min-height: 42px;
  cursor: pointer;
}

.booking-calendar-day:hover,
.booking-calendar-day:focus-visible {
  border-color: rgba(209, 144, 162, 0.66);
  box-shadow: 0 10px 18px rgba(209, 144, 162, 0.12);
}

.booking-calendar-day.is-selected {
  color: #fffaf7;
  border-color: #cf8aa0;
  background: linear-gradient(135deg, #d892a7, #c57a92);
}

.booking-calendar-day.is-muted {
  color: #b8aaa3;
  background: rgba(249, 244, 240, 0.72);
}

.booking-calendar-day:disabled {
  cursor: not-allowed;
  color: #b8aaa3;
  border-color: rgba(226, 218, 212, 0.92);
  background: rgba(238, 238, 238, 0.9);
  box-shadow: none;
}

.booking-combo-panel {
  margin-top: -2px;
}

.booking-combo-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(233, 214, 202, 0.98);
  border-radius: 22px;
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(252, 243, 238, 0.92));
  box-shadow: 0 18px 40px rgba(209, 182, 164, 0.1);
}

.booking-inline-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c37b92;
}

.booking-inline-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.booking-combo-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.booking-combo-option {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 80px;
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 253, 250, 0.94);
}

.booking-combo-option input {
  margin-top: 2px;
}

.booking-combo-option.is-static {
  border-style: dashed;
  background: rgba(250, 241, 236, 0.96);
}

.booking-combo-option.is-static input:disabled {
  opacity: 1;
}

.booking-combo-option span {
  gap: 5px;
}

.booking-combo-option strong {
  font-size: 0.98rem;
  line-height: 1.4;
}

.booking-combo-option small {
  font-size: 0.88rem;
}

.booking-combo-panel .form-hint {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 52px;
  border: 1px solid rgba(233, 214, 202, 0.96);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 249, 245, 0.92);
  font-size: 0.94rem;
  line-height: 1.65;
}

.booking-combo-panel .form-hint::before {
  content: "i";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #c37b92;
  border: 1px solid rgba(212, 157, 175, 0.48);
  font-size: 0.95rem;
  font-weight: 900;
}

.booking-combo-list .empty,
.time-slots .empty {
  grid-column: 1 / -1;
  border-style: solid;
  border-radius: 16px;
  background: rgba(255, 251, 247, 0.76);
  font-weight: 600;
  line-height: 1.6;
}

.booking-time-wrap {
  display: grid;
  gap: 12px;
}

.time-slots {
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 10px;
}

.slot {
  min-height: 48px;
  border: 1px solid rgba(232, 214, 203, 0.98);
  border-radius: 16px;
  background: rgba(255, 251, 247, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 26px rgba(226, 204, 187, 0.08);
  font-size: 1rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.slot:hover,
.slot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(209, 144, 162, 0.66);
  box-shadow: 0 16px 26px rgba(209, 144, 162, 0.12);
}

.slot:disabled {
  color: #bdaea7;
  background: rgba(246, 238, 231, 0.82);
  box-shadow: none;
  text-decoration: none;
}

.slot.is-active {
  color: #fffaf7;
  border-color: #cf8aa0;
  background: linear-gradient(135deg, #d892a7, #c57a92);
  box-shadow: 0 18px 30px rgba(201, 124, 147, 0.24);
}

.consent-list {
  gap: 12px;
  color: var(--ink);
}

.consent-list label {
  gap: 12px;
  color: var(--ink);
  font-size: 0.97rem;
  line-height: 1.6;
}

.consent-list input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: #cb869a;
}

.booking-submit-button {
  gap: 12px;
  min-width: 320px;
  border: 1px solid rgba(199, 120, 145, 0.22);
  border-radius: 16px;
  color: #fffaf7;
  background: linear-gradient(135deg, #d0899f, #c3758e);
  box-shadow: 0 18px 38px rgba(203, 134, 154, 0.28);
}

.booking-submit-button:hover,
.booking-submit-button:focus-visible {
  background: linear-gradient(135deg, #ca8198, #bc6d87);
}

.booking-summary {
  top: 104px;
  border: 1px solid rgba(233, 214, 202, 0.98);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 251, 247, 0.96);
  box-shadow: 0 28px 58px rgba(197, 155, 120, 0.13);
}

.booking-summary h3 {
  margin-bottom: 22px;
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 850;
  line-height: 1.28;
}

.booking-promo-note {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  border: 1px solid rgba(195, 123, 146, 0.24);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff7f2;
}

.booking-promo-note strong {
  color: var(--rose-strong);
  font-size: 0.94rem;
  font-weight: 950;
}

.booking-promo-note span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 750;
}

.booking-summary-list {
  gap: 0;
}

.summary-row {
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(234, 223, 210, 0.92);
}

.summary-row:first-child {
  padding-top: 0;
}

.summary-row dt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.summary-row-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #cf8ea3;
  background: rgba(231, 199, 209, 0.16);
  flex: 0 0 auto;
}

.summary-row dd {
  font-size: 1.08rem;
}

.summary-note {
  position: relative;
  margin-top: 24px;
  border: 1px solid rgba(236, 215, 224, 0.98);
  border-radius: 20px;
  padding: 18px 18px 18px 66px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(245, 227, 234, 0.96), rgba(252, 243, 238, 0.98));
  font-weight: 700;
  line-height: 1.68;
}

.summary-note::before {
  content: "♡";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffaf7;
  background: linear-gradient(135deg, #d892a7, #c57a92);
  box-shadow: 0 12px 24px rgba(201, 124, 147, 0.2);
  font-size: 1.05rem;
  font-weight: 900;
}

.cancel-panel {
  margin-top: 32px;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1fr) auto;
  gap: 20px;
  border: 1px solid rgba(233, 214, 202, 0.98);
  border-radius: 24px;
  padding: 24px 26px;
  background: rgba(255, 251, 247, 0.9);
  box-shadow: 0 20px 46px rgba(197, 155, 120, 0.1);
}

.cancel-panel h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  font-weight: 500;
  line-height: 1;
}

.booking-result {
  width: min(var(--content-width), 100%);
  margin: 24px auto 0;
  border-radius: 16px;
  padding: 16px 18px;
}

.cancel-panel .button-secondary {
  min-height: 58px;
  border-radius: 16px;
  padding-left: 22px;
  padding-right: 22px;
  border-color: rgba(212, 157, 175, 0.56);
  background: rgba(255, 248, 243, 0.92);
}

.cancel-panel input {
  min-height: 58px;
  border: 1px solid rgba(232, 214, 203, 0.98);
  border-radius: 16px;
  padding: 15px 18px;
  background: rgba(255, 251, 247, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 28px rgba(229, 203, 184, 0.08);
  font-size: 0.97rem;
  font-weight: 500;
}

.cancel-panel input::placeholder {
  color: #b6a296;
}

.cancel-panel .button-secondary:hover,
.cancel-panel .button-secondary:focus-visible {
  background: rgba(250, 239, 233, 0.98);
}

.cancel-result {
  border-radius: 16px;
  padding: 16px 18px;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
  color: var(--ink);
  background: #e7c7d1;
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer-brand p {
  margin: 0;
  max-width: 340px;
}

.footer-brand strong,
.footer-brand span,
.footer-columns strong,
.footer-columns a,
.footer-columns span {
  display: block;
}

.footer-brand strong {
  font-size: 1.35rem;
}

.footer-brand span,
.footer-columns span,
.footer-columns a {
  color: rgba(47, 38, 33, 0.72);
  line-height: 1.35;
}

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

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

.footer-columns a,
.footer-columns button {
  width: fit-content;
  border: 0;
  padding: 0;
  color: rgba(47, 38, 33, 0.72);
  background: transparent;
  text-align: left;
  text-decoration: none;
}

.footer-columns a:hover,
.footer-columns button:hover {
  color: var(--ink);
}

.footer-social {
  align-content: start;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 38, 33, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.28);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-link img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.social-link .social-dot {
  stroke: none;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--ink);
  background: rgba(255, 253, 250, 0.42);
  border-color: rgba(47, 38, 33, 0.28);
  box-shadow: 0 12px 28px rgba(121, 91, 66, 0.14);
  transform: translateY(-1px);
}

.admin-lock {
  min-height: calc(100svh - 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 36px;
  align-items: center;
  padding: clamp(32px, 8vw, 92px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(110deg, rgba(124, 79, 106, 0.96), rgba(213, 154, 189, 0.78)),
    url("assets/salon-hero.png") center / cover;
  color: white;
}

.admin-lock .eyebrow {
  color: var(--sky);
}

.admin-lock h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.admin-login {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
}

.admin-login label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.admin-panel {
  width: min(var(--content-width), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 72px;
}

.admin-topline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 22px;
}

.admin-topline h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.admin-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}

.tab {
  min-height: 46px;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 16px;
  color: var(--muted);
  background: transparent;
  font-weight: 900;
  white-space: nowrap;
}

.tab.is-active {
  color: var(--sage-dark);
  border-bottom-color: var(--moss);
}

.admin-section {
  min-height: 420px;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
}

.metric {
  padding: 20px;
}

.metric strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-weight: 800;
}

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

.row-list,
.client-list,
.timeline,
.booking-admin-list {
  display: grid;
  gap: 10px;
}

.row-item,
.client-row,
.timeline-item,
.booking-admin-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface);
}

.row-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.row-item strong,
.client-row strong,
.booking-admin-item strong {
  display: block;
}

.row-item span,
.client-row span,
.timeline-item span,
.booking-admin-item span {
  color: var(--muted);
}

.split-layout {
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
}

.catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.toolbar {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.toolbar input {
  min-width: 0;
}

.client-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.client-row.is-active {
  border-color: var(--moss);
  box-shadow: 0 0 0 4px rgba(216, 159, 185, 0.18);
}

.status-pill {
  justify-self: start;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--sage-dark);
  background: var(--surface-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.status-pill.warn {
  color: var(--warning);
  background: #fff0e8;
}

.status-pill.danger {
  color: var(--danger);
  background: #ffe1df;
}

.admin-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  align-self: start;
}

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

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

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

.catalog-row span {
  color: var(--muted);
}

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

.tiny-button {
  min-height: 34px;
  border: 1px solid rgba(231, 199, 209, 0.72);
  border-radius: 8px;
  padding: 7px 10px;
  color: var(--ink);
  background: #e7c7d1;
  font-weight: 850;
}

.tiny-button:hover,
.tiny-button:focus-visible {
  background: #ddb8c5;
}

.tiny-danger {
  color: var(--danger);
  border-color: #f1c8c4;
  background: #fff5f4;
}

.tiny-danger:hover,
.tiny-danger:focus-visible {
  background: #ffe1df;
}

.toggle-line {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
}

.toggle-line input {
  width: 18px;
  height: 18px;
  accent-color: var(--sage-dark);
}

.inline-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.schedule-builder {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8e9f1;
}

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

.availability-slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 8px;
}

.slot-check {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--ink);
  background: var(--surface);
  font-weight: 850;
}

.slot-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--sage-dark);
}

.form-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.form-title h2 {
  margin-bottom: 0;
}

.form-hint {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.timeline-item {
  display: grid;
  gap: 8px;
}

.timeline-item h3 {
  margin-bottom: 0;
}

.timeline-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.booking-admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(4, minmax(130px, 0.55fr));
  gap: 14px;
  align-items: center;
}

.notification-toolbar {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.booking-summary-submit {
  width: 100%;
  min-width: 0;
  justify-content: center;
  margin-top: 24px;
}

.notification-filters {
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 220px) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 14px;
}

.notification-filter-field {
  display: grid;
  gap: 6px;
}

.notification-filter-field span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.notification-filter-reset {
  white-space: nowrap;
}

.notification-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.notification-summary-item {
  min-height: 88px;
}

.notification-job-item {
  grid-template-columns: minmax(0, 1.35fr) minmax(110px, 0.55fr) minmax(160px, 0.8fr) minmax(90px, 0.45fr) minmax(0, 1fr) auto;
}

.notification-job-error {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.booking-admin-item select {
  min-width: 130px;
}

.booking-status-actions {
  display: grid;
  gap: 8px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  max-width: min(420px, calc(100vw - 36px));
  border-radius: 8px;
  padding: 14px 16px;
  color: white;
  background: var(--sage-deep);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.booking-success-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(47, 38, 33, 0.38);
}

.booking-success-modal.is-hidden {
  display: none;
}

.booking-success-dialog {
  position: relative;
  width: min(420px, 100%);
  border: 1px solid rgba(234, 223, 210, 0.95);
  border-radius: 8px;
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 24px 70px rgba(47, 38, 33, 0.22);
}

.booking-success-dialog h2 {
  margin: 6px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.booking-success-dialog p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.modal-close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 38, 33, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.empty {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 18px;
  color: var(--muted);
  background: rgba(255, 248, 252, 0.8);
}

@media (max-width: 980px) {
  .topbar {
    width: min(var(--content-width), calc(100% - 18px));
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 18px;
  }

  .nav {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    padding: 0;
    transform: none;
  }

  .hero-media {
    grid-column: auto;
    order: 2;
    justify-self: center;
    width: min(390px, 100%);
    min-height: 0;
    margin-left: 0;
    border-radius: 28px;
  }

  .hero-image {
    min-height: 0;
    opacity: 1;
  }

  .hero-media::before {
    background: linear-gradient(180deg, rgba(255, 253, 250, 0.18) 0%, rgba(255, 253, 250, 0) 18%);
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(255, 250, 245, 0.1) 0%, rgba(245, 232, 220, 0.2) 100%);
  }

  .section-heading,
  .about-home-layout,
  .story-layout,
  .service-detail-layout,
  .event-panel,
  .newsletter-panel,
  .contact-band,
  .booking-teaser-panel,
  .booking-layout,
  .cancel-panel,
  .split-layout,
  .catalog-grid,
  .dashboard-grid,
  .admin-lock {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .category-showcase-grid,
  .why-grid,
  .process-steps,
  .location-grid,
  .reviews-grid,
  .service-grid,
  .metric-grid,
  .signature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .booking-summary {
    position: static;
  }

  .service-detail-side {
    position: static;
  }

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

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

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

@media (max-width: 680px) {
  body::before {
    height: 88px;
  }

  .topbar {
    top: 0;
    width: calc(100% - 12px);
    padding: 12px 14px;
    border-radius: 18px;
  }

  .nav-link {
    padding: 8px 10px;
    font-size: 0.74rem;
  }

  .nav-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    width: calc(100% - 12px);
    padding: 14px 0 0;
  }

  .hero-content {
    width: 100%;
    padding: 8px 0 0;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-media {
    width: min(320px, 100%);
    min-height: 0;
    border-radius: 24px;
  }

  .about-home-media img {
    min-height: 340px;
  }

  .hero-image {
    min-height: 0;
  }

  .instagram-panel-copy {
    align-items: stretch;
    flex-direction: column;
  }

  .about-home-media img,
  .booking-teaser-panel {
    border-radius: 24px;
  }

  .about-home-media img {
    min-height: 420px;
  }

  .booking-teaser-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-teaser-badges {
    justify-content: flex-start;
  }

  .section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .intro-grid,
  .category-showcase-grid,
  .why-grid,
  .process-steps,
  .location-grid,
  .reviews-grid,
  .service-grid,
  .metric-grid,
  .signature-grid,
  .story-layout,
  .service-detail-layout,
  .detail-block-grid,
  .instagram-grid,
  .space-mosaic,
  .event-panel,
  .newsletter-panel,
  .contact-band,
  .footer-columns,
  .field.two,
  .field.three,
  .cancel-panel,
  .admin-consents,
  .inline-add,
  .catalog-row,
  .booking-admin-item {
    grid-template-columns: 1fr;
  }

  .contact-band,
  .admin-topline,
  .form-title {
    align-items: stretch;
    flex-direction: column;
  }

  .notification-summary-grid,
  .notification-job-item {
    grid-template-columns: 1fr;
  }

  .notification-filters {
    grid-template-columns: 1fr;
  }

  .notification-filter-reset {
    width: 100%;
  }

  .space-mosaic img:first-child {
    grid-row: auto;
  }

  .submit-button,
  .button {
    width: 100%;
  }

  .service-card-footer,
  .service-card-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
