/* Hair By My POV — taupe greige + champagne gold (logo-inspired) */

:root {
  --gold: #b89762;
  --gold-light: #dcc9a8;
  --gold-dark: #6e583a;
  --ink: #252220;
  --cream: #efebe6;
  --muted: #5e5954;
  --muted-soft: #6f6a65;
  --gold-heading: #a68954;
  --hero-gold: #d4bc84;
  --hero-gold-deep: #8f7349;
  --white: #ffffff;
  --font-script: "Dancing Script", cursive;
  --radius: 12px;
  --shadow: 0 8px 32px rgba(37, 34, 32, 0.09);
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: var(--gold-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 242, 237, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.22);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-link:hover {
  text-decoration: none;
}

.logo-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.brand-text {
  font-family: var(--font-display);
}

.brand-text strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-text span {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 400;
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nav-main a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}

.nav-main a:hover {
  color: var(--gold-dark);
}

.nav-main--full {
  flex: 1;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 1.35rem);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem 1rem;
  flex-wrap: wrap;
}

.header-lookup {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}

.header-lookup:hover {
  color: var(--gold-dark);
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-main--full {
    justify-content: center;
  }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  touch-action: manipulation;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(197, 160, 89, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--gold);
}

.btn-outline:hover {
  background: rgba(197, 160, 89, 0.12);
}

/* Interior pages — simple lead */
.lead {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0 0 1.75rem;
  max-width: 42ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ——— Full-bleed landing hero (home) ——— */
.page-home {
  padding-top: 0;
}

.hero-landing {
  position: relative;
  min-height: min(100vh, 920px);
  display: flex;
  flex-direction: column;
  color: var(--white);
  overflow: hidden;
}

.hero-landing__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #060504;
  /* Bottom layer: storefront photo (project root hero.png). Gradients keep nav + copy readable. */
  background-image:
    linear-gradient(180deg, rgba(8, 6, 4, 0.26) 0%, rgba(5, 4, 3, 0.58) 52%, rgba(2, 2, 2, 0.72) 100%),
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(212, 188, 132, 0.1), transparent 52%),
    radial-gradient(ellipse 70% 45% at 100% 80%, rgba(80, 60, 40, 0.18), transparent),
    linear-gradient(168deg, rgba(12, 10, 8, 0.28) 0%, rgba(24, 20, 16, 0.14) 45%, rgba(7, 6, 5, 0.38) 100%),
    url("../hero.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.hero-landing__vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 70% at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.28) 100%);
}

.hero-nav {
  position: relative;
  z-index: 3;
  padding: 1rem 0 0.5rem;
}

.hero-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.hero-nav__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid rgba(212, 188, 132, 0.55);
  border-radius: 10px;
  background: rgba(12, 10, 8, 0.5);
  color: var(--hero-gold);
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
  transition: background 0.2s ease, border-color 0.2s ease;
  touch-action: manipulation;
}

.hero-nav__burger:hover {
  background: rgba(212, 188, 132, 0.14);
  border-color: rgba(212, 188, 132, 0.88);
}

.hero-nav__burger-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 22px;
}

.hero-nav__burger-line {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.hero-nav__burger[aria-expanded="true"] .hero-nav__burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hero-nav__burger[aria-expanded="true"] .hero-nav__burger-line:nth-child(2) {
  opacity: 0;
}

.hero-nav__burger[aria-expanded="true"] .hero-nav__burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero-nav__panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(1rem, 2.5vw, 2rem);
  flex: 1;
  min-width: 0;
}

.hero-brand {
  text-decoration: none;
  color: var(--hero-gold);
}

.hero-brand:hover {
  text-decoration: none;
  opacity: 0.92;
}

.hero-brand__text {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}

.hero-nav__links a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
}

.hero-nav__links a:hover {
  color: var(--hero-gold);
  text-decoration: none;
}

.hero-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem 1rem;
  flex-wrap: wrap;
}

.hero-nav__lookup {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
}

.hero-nav__lookup:hover {
  color: var(--hero-gold);
}

.hero-icon {
  flex-shrink: 0;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  touch-action: manipulation;
}

.hero-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.hero-btn--nav {
  background: linear-gradient(180deg, #ebe3d4 0%, var(--hero-gold) 45%, var(--hero-gold-deep) 100%);
  color: #1f1d1b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.hero-btn--gold {
  background: linear-gradient(180deg, #ebe3d4 0%, var(--hero-gold) 45%, var(--hero-gold-deep) 100%);
  color: #1f1d1b;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.hero-btn--ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.hero-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-btn--lg {
  padding: 0.85rem 1.5rem;
  font-size: 0.98rem;
  border-radius: 10px;
}

.hero-btn--block {
  width: 100%;
  padding: 0.85rem 1rem;
}

.hero-landing__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  width: 100%;
}

.hero-main {
  max-width: 38rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(212, 188, 132, 0.55);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hero-gold);
}

.hero-icon--pin {
  opacity: 0.95;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0.35rem;
  color: var(--white);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  color: var(--hero-gold);
  margin: 0 0 1.1rem;
  line-height: 1.2;
}

.hero-travel-note {
  margin: -0.35rem 0 1.15rem;
  font-size: clamp(0.85rem, 1.4vw, 0.98rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  max-width: 38rem;
}

.hero-travel-note a {
  color: var(--hero-gold);
  font-weight: 600;
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
}

.hero-lead-line {
  display: block;
}

.hero-ctas--landing {
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.hero-follow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-follow__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.25rem;
}

.hero-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(212, 188, 132, 0.65);
  border-radius: 10px;
  color: var(--hero-gold);
  transition: background 0.15s ease, color 0.15s ease;
}

.hero-social:hover {
  background: rgba(212, 188, 132, 0.15);
  color: #fff9f0;
  text-decoration: none;
}

.hero-glass-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 22px;
  background: rgba(12, 10, 8, 0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-glass-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--hero-gold);
}

.hero-glass-heart {
  font-size: 0.85rem;
  opacity: 0.95;
}

.hero-glass-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.75rem;
  color: var(--white);
}

.hero-glass-body {
  margin: 0 0 1.35rem;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 960px) {
  .hero-split {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-main {
    max-width: none;
  }

  .hero-badge {
    margin-inline: auto;
  }

  .hero-ctas--landing {
    justify-content: center;
  }

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

  .hero-lead {
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .hero-nav__inner {
    flex-wrap: nowrap;
  }

  .hero-nav__burger {
    display: none;
  }

  .hero-nav__panel {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .hero-brand {
    flex: 1;
    min-width: 0;
  }

  .hero-brand__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-nav__burger {
    display: inline-flex;
  }

  .hero-nav__panel {
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex: none;
    width: 100%;
    order: 3;
    gap: 1rem;
    margin-top: 0.35rem;
    padding: 1rem 1.1rem 1.2rem;
    background: rgba(10, 8, 6, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    border: 1px solid rgba(212, 188, 132, 0.3);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  }

  .hero-nav__panel.hero-nav__panel--open {
    display: flex;
  }

  .hero-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .hero-nav__links a {
    padding: 0.75rem 0.65rem;
    border-radius: 8px;
  }

  .hero-nav__links a:active {
    background: rgba(255, 255, 255, 0.07);
  }

  .hero-nav__actions {
    flex-direction: column;
    width: 100%;
    gap: 0.65rem;
  }

  .hero-nav__actions .hero-btn--nav,
  .hero-nav__lookup {
    width: 100%;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  body.hero-nav-open {
    overflow: hidden;
    touch-action: none;
  }
}

/* Sections */
.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: var(--white);
  border-block: 1px solid rgba(197, 160, 89, 0.12);
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0 0 0.5rem;
}

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

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.section-cta {
  text-align: center;
  margin: 2rem 0 0;
}

.section-cta:last-child {
  margin-bottom: 0;
}

.section-cta .btn {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
}

/* Catalog CTA — warm horizontal gold like booking pill */
.section-cta .btn.btn-primary {
  background: linear-gradient(90deg, #c4a86a 0%, #e5d4b0 50%, #8f7349 100%);
  color: #1f1d1b;
  box-shadow: 0 4px 18px rgba(143, 115, 73, 0.35), 0 2px 6px rgba(37, 34, 32, 0.1);
}

.section-cta .btn.btn-primary:hover {
  background: linear-gradient(90deg, #cda874 0%, #ecd8b8 50%, #9a7d52 100%);
  color: #1f1d1b;
  box-shadow: 0 6px 24px rgba(143, 115, 73, 0.42);
}

.style-card-wrap {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: var(--radius);
  transition: transform 0.2s ease;
}

@media (hover: hover) {
  .style-card-wrap:hover .style-card {
    border-color: var(--gold);
    box-shadow: var(--shadow);
  }

  .style-card-wrap:hover {
    transform: translateY(-3px);
  }
}

.style-card-wrap:focus-visible {
  outline: 3px solid var(--gold-heading);
  outline-offset: 4px;
}

.style-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 0;
  border: 1px solid rgba(197, 160, 89, 0.2);
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.style-card__media {
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #ebe8e2 0%, #d6cfc4 100%);
  overflow: hidden;
}

.style-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.style-card__media--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
}

.style-card__media--brand img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: min(220px, 50vw);
  object-fit: contain;
}

.style-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
  flex: 1;
}

.style-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}

.style-card .price {
  font-weight: 700;
  color: var(--gold-dark);
  font-size: 0.95rem;
}

/* Videos */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1.5rem;
}

.video-grid--gallery {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1.1rem;
}

.video-embed {
  background: var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.video-embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.video-grid--gallery .video-embed {
  min-height: 390px;
}

.video-grid--gallery .video-embed iframe {
  min-height: 390px;
}

.reels-carousel {
  position: relative;
}

.reels-carousel__viewport {
  overflow: hidden;
  margin: 0 -0.45rem;
}

.reels-carousel__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.reels-carousel__slide {
  padding: 0 0.45rem;
  box-sizing: border-box;
}

.reels-carousel__slide .video-embed {
  min-height: 390px;
}

.reels-carousel__slide .video-embed iframe {
  min-height: 390px;
}

.reels-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(13, 13, 13, 0.72);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.reels-carousel__btn--prev {
  left: 0.25rem;
}

.reels-carousel__btn--next {
  right: 0.25rem;
}

.reels-carousel__btn:hover {
  background: rgba(13, 13, 13, 0.92);
}

.video-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 1rem;
}

/* Visit & connect — card grid */
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(197, 160, 89, 0.28);
  box-shadow: var(--shadow);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .info-card:hover {
    border-color: rgba(197, 160, 89, 0.45);
    box-shadow: 0 12px 36px rgba(13, 13, 13, 0.1);
  }
}

.info-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--gold-heading);
  letter-spacing: 0.02em;
}

.info-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.info-card-body p {
  margin: 0;
  color: var(--muted-soft);
  font-size: 0.98rem;
  line-height: 1.5;
}

.info-card--location {
  text-align: left;
}

.info-cards--location-layout .info-card--location {
  grid-column: 1 / -1;
}

.location-map-wrap {
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.22);
}

.location-map {
  width: 100%;
  height: 270px;
  border: 0;
  display: block;
}

.location-map-caption {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted-soft);
  max-width: 40rem;
}

.location-under-text {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem 1.25rem;
  text-align: center;
}

.location-under-item h4 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--gold-heading);
}

.location-under-item p {
  margin: 0.15rem 0;
  color: var(--muted-soft);
  font-size: 1.15rem;
}

.location-under-item .social-links {
  justify-content: center;
  margin-top: 0;
}

.info-card--social .social-links {
  margin-top: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.social-links a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gold-heading);
  text-decoration: none;
}

.social-links a:hover {
  color: var(--gold-dark);
  text-decoration: underline;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #1f1d1b 0%, #11100f 100%);
  color: rgba(255, 255, 255, 0.88);
  padding: 3rem 0 0;
  margin-top: 0;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.site-footer a {
  color: var(--gold-light);
}

.site-footer a:hover {
  color: #f0e6d4;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(150px, 0.85fr) minmax(150px, 0.85fr);
  gap: 2.5rem 2rem;
  align-items: start;
  padding-bottom: 2.75rem;
}

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}

.footer-brand__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.footer-brand__link:hover {
  text-decoration: none;
}

.footer-brand__link:hover .footer-brand__name {
  color: var(--gold-light);
}

.footer-brand__logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}

.footer-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-brand__name {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.footer-brand__tagline {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  max-width: 22rem;
}

.footer-brand__meta {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.48);
}

.footer-brand__address {
  margin: 1.05rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.footer-social {
  margin: 0.85rem 0 0;
  font-size: 0.86rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-social a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.footer-social__sep {
  color: rgba(255, 255, 255, 0.22);
  user-select: none;
}

.footer-heading {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.42);
}

.footer-col p {
  font-size: 0.92rem;
  margin: 0.35rem 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 0.45rem 0;
  font-size: 0.92rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.footer-admin-note {
  color: var(--muted-soft);
  font-size: 0.92em;
}

.footer-bottom {
  padding: 1.35rem 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

.footer-admin-link {
  margin-left: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
  cursor: pointer;
}

.footer-admin-link:hover {
  color: var(--gold-light);
}

.footer-built-by {
  margin: 0.85rem 0 0;
  padding: 0;
}

.footer-built-by__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.82rem;
}

.site-footer .footer-built-by__link {
  color: rgba(255, 255, 255, 0.45);
}

.site-footer .footer-built-by__link:hover {
  color: rgba(255, 255, 255, 0.78);
}

.footer-built-by__logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-built-by__label {
  font-weight: 500;
}

.site-footer .footer-built-by__link:hover .footer-built-by__label {
  color: var(--gold-light);
}

/* Admin dashboard */
.admin-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.8);
  display: grid;
  place-items: center;
  padding: 1rem;
}

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

.admin-gate__card {
  width: min(420px, 100%);
  background: var(--white);
  border-radius: 14px;
  padding: 1.4rem;
  border: 1px solid rgba(197, 160, 89, 0.25);
}

.admin-gate__card h1 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
}

.admin-gate__card p {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.admin-gate__form {
  display: grid;
  gap: 0.65rem;
}

.admin-gate__form input {
  width: 100%;
  padding: 0.65rem 0.8rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}

.admin-gate__error {
  min-height: 1.2rem;
  margin: 0;
  color: #b3261e;
  font-size: 0.9rem;
}

.page-admin:not(.admin-unlocked) {
  overflow: hidden;
}

.admin-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: end;
}

.admin-control {
  display: grid;
  gap: 0.35rem;
}

.admin-control label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
}

.admin-control select,
.admin-control input {
  min-width: 170px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-size: 0.95rem;
  background: var(--white);
}

.admin-banner {
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(197, 160, 89, 0.28);
  background: rgba(245, 242, 237, 0.9);
  color: var(--muted);
}

.admin-banner--error {
  border-color: rgba(179, 38, 30, 0.4);
  background: rgba(179, 38, 30, 0.08);
  color: #7a1d17;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.admin-kpi {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow);
}

.admin-kpi__label {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.admin-kpi__value {
  margin: 0.2rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
}

.admin-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-panel {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
}

.admin-panel h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.admin-list {
  display: grid;
  gap: 0.7rem;
}

.admin-list-row__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.admin-list-row__top span {
  color: var(--muted);
  font-size: 0.85rem;
}

.admin-bar {
  height: 8px;
  border-radius: 99px;
  background: rgba(13, 13, 13, 0.08);
  overflow: hidden;
}

.admin-bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--gold) 100%);
}

.admin-inline-list h3 {
  margin: 0;
  padding-bottom: 0.55rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  color: var(--gold-dark);
  border-bottom: 1px solid rgba(197, 160, 89, 0.22);
}

.admin-inline-list .admin-list-row__top {
  margin-bottom: 0;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(197, 160, 89, 0.15);
}

.admin-inline-list .admin-list-row__top:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.admin-empty {
  margin: 0;
  color: var(--muted);
}

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

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
  font-size: 0.88rem;
}

.admin-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.admin-calendar {
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 10px;
  padding: 0.8rem;
}

.admin-cal-head {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.admin-cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.admin-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}

.admin-cal-cell {
  min-height: 70px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 8px;
  padding: 0.4rem;
  background: rgba(245, 242, 237, 0.55);
}

.admin-cal-cell.is-out {
  opacity: 0.45;
}

.admin-cal-cell__day {
  font-weight: 700;
  font-size: 0.86rem;
}

.admin-cal-cell__count {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--muted);
}

/* Styles catalog page — Maya-style sections + photo cards */
.catalog-price-accent {
  color: var(--gold-dark);
}

.catalog-section {
  margin-bottom: 3.25rem;
}

.catalog-section__title {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0 0 1.35rem;
}

.catalog-section__bar {
  width: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #ebe3d4 0%, var(--hero-gold) 50%, var(--hero-gold-deep) 100%);
}

.catalog-section__title h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}

.catalog-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

/* Services catalog — equal-height cards per row, aligned Book buttons */
.catalog-photo-grid--services {
  align-items: stretch;
}

.catalog-photo-grid--services .catalog-photo-card-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.catalog-photo-grid--services .catalog-photo-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.catalog-photo-grid--services .catalog-photo-card__media {
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  max-height: 260px;
}

.catalog-photo-attribution {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted-soft);
  margin: 1.35rem auto 0;
  max-width: 42rem;
  line-height: 1.45;
}

.catalog-photo-attribution a {
  color: var(--gold-dark);
}

.catalog-photo-grid--services .catalog-photo-card__body {
  flex: 1 1 auto;
  min-height: 0;
}

.catalog-photo-grid--services .catalog-photo-card__hint {
  flex: 1 1 auto;
  margin-top: 0;
  min-height: 6rem;
}

.catalog-photo-card {
  background: var(--white);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 13, 13, 0.06);
  display: flex;
  flex-direction: column;
}

.catalog-photo-card__media {
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #ebe8e2 0%, #d6cfc4 100%);
  overflow: hidden;
}

.catalog-photo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-photo-card__media--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
}

.catalog-photo-card__media--brand img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: min(200px, 48vw);
  object-fit: contain;
}

.catalog-photo-grid--services .catalog-photo-card__media--brand img {
  max-height: min(200px, 36vw);
}

.catalog-photo-card__body {
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.catalog-photo-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  line-height: 1.25;
}

.catalog-photo-card__title a {
  color: inherit;
  text-decoration: none;
}

.catalog-photo-card__title a:hover {
  color: var(--gold-dark);
  text-decoration: underline;
}

.catalog-photo-card__price {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-dark);
  margin: 0;
}

.catalog-photo-card__hint {
  font-size: 0.78rem;
  color: var(--muted-soft);
  margin: 0.35rem 0 0;
  line-height: 1.35;
}

.catalog-card-book {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 0.5rem;
}

.catalog-guide {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.18);
  max-width: 720px;
}

.catalog-guide h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 1rem;
}

.catalog-guide dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.catalog-guide dt {
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

.catalog-guide dd {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Legacy text-only rows (booking references, etc.) */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.catalog-item {
  background: var(--white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.catalog-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}

.catalog-item .price-tag {
  font-weight: 700;
  color: var(--gold-dark);
  white-space: nowrap;
}

.page-hero {
  padding: 2.5rem 0 1rem;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  margin: 0 0 0.5rem;
}

.page-hero p {
  color: var(--muted);
  margin: 0;
  max-width: 54ch;
  margin-inline: auto;
}

/* Booking form */
.booking-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  align-items: start;
  padding-bottom: 4rem;
}

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

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

.form-section {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(197, 160, 89, 0.15);
  box-shadow: var(--shadow);
}

.form-section h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.field {
  margin-bottom: 1.1rem;
}

.field label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.field input[type="text"],
.field input[type="tel"],
.field input[type="email"],
.field input[type="date"],
.field select,
.field textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 1px solid rgba(13, 13, 13, 0.15);
  border-radius: 8px;
  background: var(--cream);
}

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

.appointment-calendar {
  margin: 0 0 1.15rem;
  padding: 1rem;
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 10px;
  background: rgba(245, 242, 237, 0.7);
}

.appointment-calendar__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-dark);
}

.appointment-calendar__hint {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.booking-calendar {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.booking-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}

.booking-calendar__month {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--ink);
}

.booking-calendar__nav {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 13, 13, 0.15);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 1rem;
}

.booking-calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 0.55rem 0.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--muted);
}

.booking-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.2rem;
  padding: 0 0.7rem 0.7rem;
}

.booking-calendar__day {
  border: none;
  border-radius: 8px;
  background: transparent;
  min-height: 2.4rem;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
}

.booking-calendar__day:hover:not(:disabled) {
  background: rgba(197, 160, 89, 0.16);
}

.booking-calendar__day.is-selected {
  background: var(--gold-dark);
  color: #fff;
  font-weight: 700;
}

.booking-calendar__day.is-outside {
  color: rgba(37, 34, 32, 0.35);
}

.booking-calendar__day.is-disabled {
  color: rgba(37, 34, 32, 0.22);
  cursor: not-allowed;
}

.booking-calendar__selected {
  margin: 0;
  padding: 0.8rem 0.9rem;
  border-top: 1px solid rgba(13, 13, 13, 0.08);
  font-size: 1.05rem;
  color: var(--ink);
}

.field small {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.booking-service-notes p {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.45;
}

.booking-service-notes p:first-child {
  margin-top: 0;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}

.hidden {
  display: none !important;
}

.slot-legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.slot-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-open {
  background: #2e7d32;
}

.dot-limited {
  background: #f9a825;
}

.dot-full {
  background: #c62828;
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.time-slot {
  padding: 0.55rem 0.95rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.time-slot:hover:not(:disabled) {
  border-color: var(--gold);
}

.time-slot--open {
  background: #43b047;
  color: #fff;
}

.time-slot--limited {
  background: #ffc107;
  color: #1b1b1b;
}

.time-slot--full {
  background: #ef4444;
  color: #fff;
}

.time-slot.selected {
  outline: 2px solid #111;
  outline-offset: 1px;
}

.time-slot:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.pricing-sidebar {
  position: sticky;
  top: 88px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
}

.pricing-sidebar h3 {
  font-family: var(--font-display);
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.price-line {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.price-line.total {
  font-size: 1.35rem;
  font-weight: 800;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(197, 160, 89, 0.4);
}

.price-line.deposit {
  color: var(--gold-dark);
  font-weight: 700;
}

.deposit-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 1rem 0 0;
}

.alert {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: rgba(198, 40, 40, 0.08);
  border: 1px solid rgba(198, 40, 40, 0.25);
  font-size: 0.9rem;
  margin-top: 1rem;
}

.booking-feedback {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.booking-feedback--error {
  background: rgba(198, 40, 40, 0.08);
  border: 1px solid rgba(198, 40, 40, 0.25);
}

.booking-feedback--success {
  background: rgba(46, 125, 50, 0.1);
  border: 1px solid rgba(46, 125, 50, 0.35);
  color: var(--text, inherit);
}

.payment-placeholder {
  margin-top: 1.25rem;
  padding: 1rem;
  background: var(--cream);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}

.file-preview {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.promo-field {
  margin-top: 1rem;
}

/* Booking lookup */
.lookup-wrap {
  max-width: 760px;
}

.lookup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: end;
}

.lookup-note {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.lookup-results {
  display: grid;
  gap: 1rem;
}

.lookup-card {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.lookup-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.lookup-card__top h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.lookup-status {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
}

.lookup-status.is-active {
  background: rgba(46, 125, 50, 0.14);
  color: #1b5e20;
}

.lookup-status.is-cancelled {
  background: rgba(198, 40, 40, 0.14);
  color: #8e1d1d;
}

.lookup-card__meta {
  margin: 0.3rem 0;
  color: var(--muted);
}

.lookup-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lookup-detail {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(13, 13, 13, 0.2);
}

.lookup-detail p {
  margin: 0.35rem 0;
  color: var(--muted);
}

.lookup-reschedule-form {
  margin-top: 0.75rem;
}

.lookup-empty {
  margin: 0;
  color: var(--muted);
}

/* ——— Style detail (dedicated service pages) ——— */
.style-detail-main {
  padding: 2rem 0 3.5rem;
  background: var(--cream);
}

.style-detail-breadcrumb {
  margin-bottom: 1.5rem;
}

.style-detail-breadcrumb a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gold-dark);
}

.style-detail-breadcrumb a:hover {
  color: var(--ink);
}

.style-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

@media (max-width: 900px) {
  .style-detail-layout {
    grid-template-columns: 1fr;
  }
}

.style-detail-card {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.style-detail-carousel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e0d8;
}

.style-detail-carousel__viewport {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: min(72vh, 560px);
}

.style-detail-carousel__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}

.style-detail-carousel__slide {
  flex: 0 0 100%;
  margin: 0;
  height: 100%;
}

.style-detail-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.style-detail-carousel__slide img.style-detail-carousel__img--brand {
  object-fit: contain;
  padding: 2rem 1.75rem;
  background: linear-gradient(145deg, #ebe8e2 0%, #d6cfc4 100%);
}

.style-detail-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.style-detail-carousel__btn:hover {
  background: var(--white);
}

.style-detail-carousel__btn--prev {
  left: 10px;
}

.style-detail-carousel__btn--next {
  right: 10px;
}

.style-detail-carousel__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.style-detail-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.style-detail-carousel__dot.is-active {
  background: var(--white);
  transform: scale(1.15);
}

.style-detail-booking-block {
  margin-top: 1.5rem;
}

.style-detail-price {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.style-detail-price-note {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--muted-soft);
  margin: 0 0 0.35rem;
  line-height: 1.45;
}

.style-detail-book-btn {
  margin-top: 1.25rem;
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 10px;
}

.style-detail-col--copy h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--ink);
  line-height: 1.15;
}

.style-detail-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.style-detail-panel {
  background: rgba(245, 242, 237, 0.95);
  border: 1px solid rgba(197, 160, 89, 0.18);
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.15rem;
}

.style-detail-panel h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.style-detail-panel .style-detail-icon {
  flex-shrink: 0;
  color: var(--gold-dark);
}

.style-detail-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style-detail-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.55rem;
  font-size: 0.96rem;
  line-height: 1.45;
  color: var(--muted);
}

.style-detail-checklist li:last-child {
  margin-bottom: 0;
}

.style-detail-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 10px;
  border: solid var(--gold-heading);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.catalog-photo-card-wrap {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .catalog-photo-card-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 13, 13, 0.12);
  }

  .catalog-photo-card-wrap:hover .catalog-photo-card {
    border-color: rgba(197, 160, 89, 0.45);
  }
}

.catalog-photo-card-wrap:focus-visible {
  outline: 3px solid var(--gold-heading);
  outline-offset: 4px;
}

/* ——— Mobile: scroll-snap carousels, spacing, nav ——— */
@media (max-width: 768px) {
  .section {
    padding: 2.4rem 0;
  }

  .section-head {
    margin-bottom: 1.65rem;
  }

  .section-head h2 {
    line-height: 1.2;
  }

  .page-hero {
    padding: 1.65rem 0 0.65rem;
  }

  .page-hero h1 {
    line-height: 1.15;
  }

  .site-header {
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
  }

  .booking-layout {
    padding-bottom: 2.5rem;
  }

  .style-detail-main {
    padding: 1.25rem 0 2.5rem;
  }

  /* Horizontal swipe rows — cards & media */
  .card-grid,
  .catalog-photo-grid,
  .video-grid,
  .catalog-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 0 0 0.85rem;
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 160, 89, 0.45) transparent;
    align-items: stretch;
  }

  .card-grid::-webkit-scrollbar,
  .catalog-photo-grid::-webkit-scrollbar,
  .video-grid::-webkit-scrollbar,
  .catalog-grid::-webkit-scrollbar {
    height: 5px;
  }

  .card-grid::-webkit-scrollbar-thumb,
  .catalog-photo-grid::-webkit-scrollbar-thumb,
  .video-grid::-webkit-scrollbar-thumb,
  .catalog-grid::-webkit-scrollbar-thumb {
    background: rgba(197, 160, 89, 0.4);
    border-radius: 999px;
  }

  .card-grid > *,
  .catalog-photo-grid > *,
  .video-grid > *,
  .catalog-grid > * {
    flex: 0 0 min(18.25rem, calc(100vw - 3rem));
    scroll-snap-align: start;
    max-width: min(18.25rem, calc(100vw - 3rem));
    min-height: 0;
  }

  .catalog-photo-card-wrap,
  .style-card-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .catalog-photo-card,
  .style-card {
    flex: 1;
    height: 100%;
    min-height: 100%;
  }

  .video-grid > .video-embed {
    min-height: clamp(280px, 72vw, 420px);
    max-height: 75vh;
  }

  .video-grid .video-embed iframe {
    min-height: clamp(280px, 72vw, 420px);
    height: clamp(280px, 72vw, 420px);
  }

  .reels-carousel__slide {
    padding-inline: 0.25rem;
  }

  .reels-carousel__btn {
    display: none;
  }

  .info-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
  }

  .info-cards > * {
    max-width: 100%;
  }

  .info-card--location {
    padding: 1.25rem 1rem;
  }

  .location-map {
    height: 220px;
  }

  .location-under-text {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  /* Booking form full-width feel */
  .form-section {
    padding: 1.35rem 1.15rem;
  }

  .booking-calendar__month {
    font-size: 1.2rem;
  }

  .booking-calendar__day {
    min-height: 2.1rem;
    font-size: 0.95rem;
  }

  /* Style detail: image carousel area uses full width comfortably */
  .style-detail-carousel__viewport {
    max-height: min(70vh, 520px);
  }

  .style-detail-carousel__btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .card-grid,
  .catalog-photo-grid,
  .video-grid,
  .catalog-grid {
    scroll-snap-type: none;
  }
}

@media (max-width: 640px) {
  .nav-main {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1.1rem;
    padding: 0.2rem 0 0.45rem;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .nav-main::-webkit-scrollbar {
    display: none;
  }

  .nav-main a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .header-inner {
    gap: 0.75rem;
  }

  .hero-ctas--landing {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas--landing .hero-btn--lg {
    width: 100%;
    justify-content: center;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

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

  /* Footer: readable tap targets */
  .footer-links li {
    margin: 0.5rem 0;
  }

  .footer-social {
    line-height: 1.6;
  }

  .footer-brand__link {
    align-items: flex-start;
  }
}
