:root {
  --ink: #181816;
  --charcoal: #24231f;
  --ivory: #f7f5ef;
  --paper: #fffcf5;
  --mist: #e8e4dc;
  --beige: #c7aa8b;
  --taupe: #8a7564;
  --gray: #6e6c67;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(24, 24, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(24, 24, 22, 0.08);
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand img {
  width: 54px;
  height: 54px;
  border: 1px solid var(--mist);
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper);
}

.brand span {
  display: block;
  font-size: 13px;
  line-height: 1.15;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a {
  padding: 8px 0;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.soft {
  border-color: rgba(255, 252, 245, 0.55);
  background: rgba(255, 252, 245, 0.12);
  color: var(--paper);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #11110f;
  color: var(--paper);
  border: 1px solid rgba(255, 252, 245, 0.28);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
}

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

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(105deg, rgba(10, 10, 8, 0.94), rgba(18, 17, 14, 0.56) 52%, rgba(10, 10, 8, 0.88)),
    url("assets/massage-candles.jpg") center 40% / cover no-repeat,
    #11110f;
  color: var(--paper);
  overflow: hidden;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 52px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 98px 24px 76px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-mark {
  align-self: center;
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding: clamp(20px, 4vw, 44px);
  border: 1px solid rgba(255, 252, 245, 0.16);
  background:
    linear-gradient(180deg, transparent, rgba(17, 17, 15, 0.52)),
    url("assets/beauty-ritual.jpg") center / cover no-repeat;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.32);
}

.hero-mark img {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(220px, 54%);
  padding: 18px;
  background: rgba(255, 252, 245, 0.9);
  object-fit: contain;
}

.eyebrow {
  color: var(--beige);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  max-width: 860px;
  margin-top: 16px;
  font-size: clamp(48px, 8vw, 104px);
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
}

h3 {
  font-size: 25px;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255, 252, 245, 0.82);
  font-size: 18px;
}

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

.hero-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 74px;
  border: 1px solid rgba(255, 252, 245, 0.18);
  background: rgba(255, 252, 245, 0.18);
}

.hero-strip div {
  padding: 20px;
  background: rgba(17, 17, 15, 0.62);
}

.hero-strip strong {
  display: block;
  font-size: 21px;
}

.hero-strip span {
  color: rgba(255, 252, 245, 0.68);
  font-size: 13px;
  text-transform: uppercase;
}

.section {
  padding: 92px 24px;
}

.section.dark {
  background: var(--charcoal);
  color: var(--paper);
}

.section.beige {
  background: #eee8df;
}

.container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 46px;
}

.muted {
  color: var(--gray);
}

.dark .muted {
  color: rgba(255, 252, 245, 0.64);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pill {
  border: 1px solid rgba(24, 24, 22, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.35);
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dark .pill {
  border-color: rgba(255, 252, 245, 0.18);
  background: rgba(255, 252, 245, 0.06);
  color: var(--paper);
}

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

.service-card,
.quote-card,
.info-card {
  border: 1px solid rgba(24, 24, 22, 0.1);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
  padding: 26px;
}

.service-card.image-card {
  min-height: 420px;
  color: var(--paper);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -220px 150px rgba(12, 12, 10, 0.78), var(--shadow);
}

.service-card.image-card .muted {
  color: rgba(255, 252, 245, 0.78);
}

.service-card.image-card .price {
  color: var(--beige);
}

.dark .service-card {
  border-color: rgba(255, 252, 245, 0.14);
  background: rgba(255, 252, 245, 0.06);
  color: var(--paper);
  box-shadow: none;
}

.service-card .price {
  margin-top: 20px;
  color: var(--taupe);
  font-size: 30px;
  font-family: Georgia, "Times New Roman", serif;
}

.service-card p {
  margin-top: 14px;
}

.image-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  min-height: 540px;
  background: var(--ink);
  color: var(--paper);
}

.image-band > * {
  min-width: 0;
}

.image-band .logo-panel {
  display: grid;
  place-items: center;
  padding: 50px;
  background:
    linear-gradient(rgba(24, 24, 22, 0.12), rgba(24, 24, 22, 0.12)),
    url("assets/massage-hands.jpg") center / cover no-repeat;
}

.image-band .logo-panel img {
  max-width: 360px;
  padding: 26px;
  background: rgba(255, 252, 245, 0.9);
}

.image-band .copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 76px);
}

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

.price-card {
  border: 1px solid rgba(24, 24, 22, 0.12);
  background: var(--paper);
}

.price-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--mist);
  padding: 22px 24px;
}

.price-card header span {
  color: var(--taupe);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-list {
  display: grid;
}

.price-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(24, 24, 22, 0.08);
}

.price-line:last-child {
  border-bottom: 0;
}

.price-line small {
  display: block;
  color: var(--gray);
  font-size: 12px;
}

.price-line strong:last-child {
  white-space: nowrap;
}

.reviews {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
}

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

.review-images img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  border: 1px solid rgba(24, 24, 22, 0.1);
  background: var(--white);
}

.quote-card {
  padding: 38px;
}

.quote-card blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
}

.quote-card cite {
  display: block;
  margin-top: 24px;
  color: var(--taupe);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-grid,
.contact-grid,
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
}

.payment-panel {
  display: none;
  border: 1px solid rgba(24, 24, 22, 0.12);
  background: #11110f;
  color: var(--paper);
  padding: 28px;
  box-shadow: var(--shadow);
}

.payment-panel.is-visible {
  display: grid;
  gap: 18px;
}

.payment-panel .muted {
  color: rgba(255, 252, 245, 0.66);
}

.payment-detail {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 252, 245, 0.14);
  background: rgba(255, 252, 245, 0.06);
}

.booking-summary {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(199, 170, 139, 0.12);
  border-left: 3px solid var(--beige);
}

.admin-shell {
  min-height: 100svh;
  background: #f2eee7;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  background: #11110f;
  color: var(--paper);
}

.admin-login {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(17, 17, 15, 0.72), rgba(17, 17, 15, 0.78)),
    url("assets/massage-candles.jpg") center / cover no-repeat;
}

.login-card {
  width: min(460px, 100%);
  padding: 34px;
  border: 1px solid rgba(255, 252, 245, 0.18);
  background: rgba(255, 252, 245, 0.94);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
}

.login-card h1 {
  color: var(--ink);
  font-size: clamp(44px, 7vw, 70px);
}

.login-card .button.secondary {
  width: 100%;
}

.login-error {
  min-height: 22px;
  color: #8b1e16;
  font-weight: 800;
}

.admin-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-header h1 {
  max-width: none;
  font-size: clamp(42px, 7vw, 76px);
}

.admin-main {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 34px 24px 80px;
}

.admin-stats,
.admin-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.admin-actions {
  grid-template-columns: repeat(3, max-content);
}

.stat-card,
.booking-record,
.empty-state {
  border: 1px solid rgba(24, 24, 22, 0.1);
  background: var(--paper);
  padding: 22px;
  box-shadow: var(--shadow);
}

.stat-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.booking-record {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-top: 14px;
}

.booking-record dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 0;
}

.booking-record dt {
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-record dd {
  margin: 2px 0 0;
  font-weight: 700;
}

.record-status {
  align-self: start;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eee8df;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-card {
  padding: 28px;
}

.info-card + .info-card {
  margin-top: 18px;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.step {
  position: relative;
  padding: 20px 20px 20px 58px;
  border: 1px solid rgba(24, 24, 22, 0.1);
  background: rgba(255, 252, 245, 0.7);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(24, 24, 22, 0.18);
  border-radius: 2px;
  padding: 14px 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

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

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.gallery-tile {
  min-height: 330px;
  border: 1px solid rgba(24, 24, 22, 0.12);
  background:
    linear-gradient(rgba(24, 24, 22, 0.08), rgba(24, 24, 22, 0.08)),
    var(--mist);
  padding: 26px;
}

.gallery-photo {
  min-height: 520px;
  background-position: center;
  background-size: cover;
}

.gallery-tile.dark-tile {
  background: var(--charcoal);
  color: var(--paper);
}

.gallery-tile.logo-tile {
  display: grid;
  place-items: center;
  background: var(--paper);
}

.gallery-tile.logo-tile img {
  max-width: 420px;
}

.footer {
  padding: 54px 24px;
  background: #11110f;
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 28px;
}

.footer a,
.footer p {
  color: rgba(255, 252, 245, 0.72);
}

.footer h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.page-hero {
  padding: 100px 24px 66px;
  background: var(--charcoal);
  color: var(--paper);
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 78px);
}

.page-hero .container {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 44px;
  align-items: end;
}

.page-hero p {
  color: rgba(255, 252, 245, 0.72);
}

.notice {
  border-left: 3px solid var(--beige);
  padding: 18px 20px;
  background: rgba(199, 170, 139, 0.14);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    align-items: flex-start;
    padding: 14px 18px;
  }

  .nav,
  .nav-links {
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 14px;
    font-size: 12px;
  }

  .section,
  .page-hero {
    padding: 64px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 76px 18px 46px;
  }

  .hero-mark {
    max-width: 360px;
    min-height: 420px;
  }

  .image-band .logo-panel {
    padding: 18px;
  }

  .image-band .logo-panel img {
    max-width: min(240px, 78vw);
    padding: 18px;
  }

  .hero-strip,
  .section-head,
  .service-grid,
  .image-band,
  .price-wrap,
  .reviews,
  .booking-grid,
  .contact-grid,
  .about-grid,
  .gallery,
  .footer-grid,
  .page-hero .container {
    grid-template-columns: 1fr;
  }

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

  .review-images {
    grid-template-columns: 1fr;
  }

  .admin-header,
  .booking-record {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .admin-top-actions {
    width: 100%;
  }

  .admin-stats,
  .admin-actions,
  .booking-record dl {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}
