/* Khady Hair Braiding — gold / black / cream brand */

:root {
  --gold: #b8860b;
  --gold-light: #d4af37;
  --gold-dark: #8b6914;
  --ink: #0d0d0d;
  --cream: #faf8f4;
  --muted: #5c5347;
  --muted-soft: #707070;
  --gold-heading: #b59a5b;
  --hero-gold: #c2995d;
  --hero-gold-deep: #a67f4a;
  --white: #ffffff;
  --font-script: "Great Vibes", cursive;
  --radius: 12px;
  --shadow: 0 8px 32px rgba(13, 13, 13, 0.08);
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", 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(250, 248, 244, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
}

.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(184, 134, 11, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.45);
}

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

.btn-outline:hover {
  background: rgba(212, 175, 55, 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). Light global wash + a modest left scrim so hero copy pops. */
  background-image:
    linear-gradient(102deg, rgba(5, 4, 3, 0.5) 0%, rgba(5, 4, 3, 0.22) 38%, rgba(5, 4, 3, 0.06) 55%, transparent 72%),
    linear-gradient(180deg, rgba(8, 6, 4, 0.22) 0%, rgba(5, 4, 3, 0.48) 48%, rgba(2, 2, 2, 0.62) 100%),
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(194, 153, 93, 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.22) 0%, rgba(24, 20, 16, 0.1) 45%, rgba(7, 6, 5, 0.28) 100%),
    url("../hero.png?v=3");
  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 88% 72% at 50% 48%, transparent 38%, rgba(0, 0, 0, 0.22) 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(194, 153, 93, 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(194, 153, 93, 0.14);
  border-color: rgba(194, 153, 93, 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, #d4ad6a 0%, var(--hero-gold) 45%, var(--hero-gold-deep) 100%);
  color: #1a1208;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.hero-btn--gold {
  background: linear-gradient(180deg, #d4ad6a 0%, var(--hero-gold) 45%, var(--hero-gold-deep) 100%);
  color: #1a1208;
  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(194, 153, 93, 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-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(194, 153, 93, 0.65);
  border-radius: 10px;
  color: var(--hero-gold);
  transition: background 0.15s ease, color 0.15s ease;
}

.hero-social:hover {
  background: rgba(194, 153, 93, 0.15);
  color: #fff3d6;
  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(194, 153, 93, 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(184, 134, 11, 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, #c29963 0%, #d6ae7b 50%, #b08652 100%);
  color: #1a130a;
  box-shadow: 0 4px 18px rgba(176, 134, 82, 0.4), 0 2px 6px rgba(26, 19, 10, 0.12);
}

.section-cta .btn.btn-primary:hover {
  background: linear-gradient(90deg, #c9a26c 0%, #dcb888 50%, #b88f5c 100%);
  color: #1a130a;
  box-shadow: 0 6px 24px rgba(176, 134, 82, 0.5);
}

.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(184, 134, 11, 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, #e8e4dc 0%, #d4cfc5 100%);
  overflow: hidden;
}

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

.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(181, 154, 91, 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(181, 154, 91, 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(181, 154, 91, 0.22);
}

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

.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, #161616 0%, #0a0a0a 100%);
  color: rgba(255, 255, 255, 0.88);
  padding: 3rem 0 0;
  margin-top: 0;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

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

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

.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-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);
}

/* 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(184, 134, 11, 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;
}

.admin-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(10, 10, 10, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
}

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

.admin-detail-shell {
  width: min(780px, calc(100vw - 2rem));
  max-width: 100%;
  max-height: min(92vh, 940px);
  display: flex;
  flex-direction: column;
  background: #fffefb;
  border-radius: 16px;
  border: 1px solid rgba(184, 134, 11, 0.28);
  box-shadow:
    0 20px 56px rgba(44, 36, 22, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.admin-detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.14);
  background: linear-gradient(180deg, #fffefb 0%, #fff 100%);
}

.admin-detail-toolbar h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #2c2416;
}

.admin-detail-close {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 0.45rem 1.15rem;
  font-size: 0.88rem;
}

.admin-detail-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-detail-receipt.booking-details-receipt {
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.admin-detail-receipt .booking-details-receipt__brand.admin-detail-receipt__brand {
  margin-bottom: 0.85rem;
  padding-bottom: 0.95rem;
}

/* Admin modal: full-width sections — the shared 2-col receipt grid is too narrow inside ~560–780px shells. */
.admin-detail-receipt .booking-details-sections {
  grid-template-columns: 1fr;
}

.admin-detail-receipt .booking-details-section--payment {
  grid-column: auto;
}

.admin-detail-receipt .booking-details-dl {
  grid-template-columns: minmax(6.5rem, 11rem) minmax(0, 1fr);
  column-gap: 1rem;
}

.admin-detail-receipt .booking-details-section--payment .booking-details-dl {
  grid-template-columns: minmax(7rem, 11rem) minmax(0, 1fr);
}

.admin-detail-receipt .booking-details-dl dd {
  overflow-wrap: break-word;
}

.admin-table .admin-view-btn {
  padding: 0.35rem 0.65rem;
  font-size: 0.85rem;
}

.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(184, 134, 11, 0.28);
  background: rgba(250, 248, 244, 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(184, 134, 11, 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(184, 134, 11, 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, #d4af37 0%, #b8860b 100%);
}

.admin-inline-list h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: var(--gold-dark);
}

.admin-inline-list .admin-list-row__top {
  margin-bottom: 0;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.18);
}

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

.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(184, 134, 11, 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(250, 248, 244, 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: #c0823e;
}

.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, #d4a574 0%, #c0823e 50%, #a66d2e 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;
}

.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, #e8e4dc 0%, #d4cfc5 100%);
  overflow: hidden;
}

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

.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__price {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: #c0823e;
  margin: 0;
}

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

.catalog-guide {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(184, 134, 11, 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(184, 134, 11, 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-supabase-hint {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(20, 16, 12, 0.88);
  border: 1px solid rgba(194, 153, 93, 0.45);
  border-radius: 10px;
}

.booking-supabase-hint code {
  font-size: 0.88em;
  color: #e8d4b4;
}

.booking-supabase-hint a {
  color: var(--hero-gold);
  font-weight: 600;
}

.booking-supabase-hint a:hover {
  text-decoration: underline;
}

.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(184, 134, 11, 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(184, 134, 11, 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(184, 134, 11, 0.22);
  border-radius: 10px;
  background: rgba(250, 248, 244, 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(184, 134, 11, 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: #15314f;
  cursor: pointer;
}

.booking-calendar__day:hover:not(:disabled) {
  background: rgba(184, 134, 11, 0.16);
}

.booking-calendar__day.is-selected {
  background: #111;
  color: #fff;
  font-weight: 700;
}

.booking-calendar__day.is-outside {
  color: rgba(22, 49, 79, 0.35);
}

.booking-calendar__day.is-disabled {
  color: rgba(22, 49, 79, 0.2);
  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;
}

.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(184, 134, 11, 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: 1fr;
  max-width: 520px;
  gap: 0.85rem;
  align-items: stretch;
}

.lookup-form .field-hint {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.lookup-form .label-optional {
  font-weight: 400;
  color: var(--muted);
}

.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(184, 134, 11, 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__teaser {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

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

.lookup-card__id code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85rem;
  word-break: break-all;
}

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

.lookup-detail {
  margin-top: 0.85rem;
}

.lookup-detail-panel {
  padding: 1rem 1rem 1.1rem;
  margin-top: 0.75rem;
  background: rgba(250, 248, 242, 0.85);
  border: 1px solid rgba(184, 134, 11, 0.18);
  border-radius: 10px;
}

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

.lookup-detail__row {
  display: grid;
  grid-template-columns: minmax(110px, 140px) 1fr;
  gap: 0.35rem 0.75rem;
  align-items: start;
  font-size: 0.95rem;
}

.lookup-detail__label {
  font-weight: 700;
  color: var(--ink);
}

.lookup-detail__value {
  color: var(--muted);
  word-break: break-word;
}

.lookup-detail__value code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85rem;
}

.lookup-detail__divider {
  margin: 1rem 0;
  border: none;
  border-top: 1px dashed rgba(13, 13, 13, 0.22);
}

.lookup-detail__options-heading {
  margin: 0 0 0.65rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.lookup-detail__grid--options {
  margin-top: 0.25rem;
}

.lookup-reschedule-form {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(13, 13, 13, 0.15);
}

.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: #e8e4dc;
}

.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__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(250, 248, 244, 0.95);
  border: 1px solid rgba(184, 134, 11, 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(192, 130, 62, 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(184, 134, 11, 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(184, 134, 11, 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;
  }
}

/* Booking confirmation / receipt (booking-details.html) */
.booking-details-page {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.booking-details-hero {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.booking-details-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b8860b;
  margin: 0 0 0.5rem;
}

.booking-details-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  color: #2c2416;
}

.booking-details-hero__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
}

.page-hero--compact h1 {
  margin-bottom: 0.35rem;
}

.booking-details-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.booking-details-notice {
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(184, 134, 11, 0.35);
  background: rgba(184, 134, 11, 0.08);
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.booking-details-notice--warn {
  border-color: rgba(183, 28, 28, 0.32);
  background: rgba(183, 28, 28, 0.07);
}

.booking-details-error {
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(183, 28, 28, 0.35);
  background: rgba(183, 28, 28, 0.06);
  margin-bottom: 1.5rem;
}

.booking-details-receipt {
  background: linear-gradient(165deg, #fffefb 0%, #fff 38%, #faf8f4 100%);
  border: 1px solid rgba(184, 134, 11, 0.28);
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow:
    0 4px 24px rgba(44, 36, 22, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  position: relative;
  overflow: hidden;
}

.booking-details-receipt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4a84b, #c9a227, #e8c76b, #b8860b);
  opacity: 0.95;
}

.booking-details-receipt__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(184, 134, 11, 0.14);
}

.booking-details-receipt__brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.booking-details-receipt__brand > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  max-width: 22rem;
}

.booking-details-receipt__title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.booking-details-receipt__sub {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 0;
  line-height: 1.35;
}

.booking-details-receipt__ribbon {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  padding: 0.28rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5d4a1a;
  background: linear-gradient(180deg, rgba(232, 199, 107, 0.35), rgba(184, 134, 11, 0.15));
  border: 1px solid rgba(184, 134, 11, 0.35);
  border-radius: 999px;
}

.booking-details-id-block {
  text-align: center;
  padding: 1.35rem 1rem 1.5rem;
  margin: 0 0 1.35rem;
  background: linear-gradient(180deg, rgba(255, 252, 245, 1) 0%, rgba(250, 246, 236, 0.9) 100%);
  border: 2px solid rgba(184, 134, 11, 0.45);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(184, 134, 11, 0.12);
}

.booking-details-id-block__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6914;
  margin-bottom: 0.65rem;
}

.booking-details-id-block__code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  word-break: break-all;
  color: #1a1510;
  margin: 0 0 0.75rem;
  padding: 0.5rem 0.35rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  border: 1px dashed rgba(184, 134, 11, 0.4);
}

.booking-details-id-block__chip {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: ui-monospace, monospace;
  letter-spacing: 0.08em;
  color: #4a3c16;
  background: rgba(201, 162, 39, 0.2);
  border-radius: 8px;
  border: 1px solid rgba(184, 134, 11, 0.3);
}

.booking-details-id-block__hint {
  margin: 0;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
}

.booking-details-status-pill {
  font-weight: 600;
  margin: 0 0 1.35rem;
  padding: 0.75rem 1rem;
  line-height: 1.45;
  text-align: center;
  border-radius: 12px;
  font-size: 0.95rem;
}

.booking-details-status-pill.is-deposit-ok {
  color: #1b5e20;
  background: rgba(46, 125, 50, 0.1);
  border: 1px solid rgba(46, 125, 50, 0.28);
}

.booking-details-status-pill.is-deposit-pending {
  color: #5d4037;
  background: rgba(141, 110, 99, 0.12);
  border: 1px solid rgba(121, 85, 72, 0.22);
}

.booking-details-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
}

@media (max-width: 640px) {
  .booking-details-sections {
    grid-template-columns: 1fr;
  }
}

.booking-details-section {
  margin: 0;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 134, 11, 0.14);
  border-radius: 12px;
}

.booking-details-section--payment {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(255, 251, 235, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(184, 134, 11, 0.28);
}

.booking-details-section__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  padding-bottom: 0.45rem;
  color: #3d3226;
  border-bottom: 2px solid rgba(184, 134, 11, 0.35);
}

.booking-details-section--payment .booking-details-section__title {
  border-bottom-color: rgba(184, 134, 11, 0.5);
}

.booking-details-dl {
  display: grid;
  grid-template-columns: minmax(5.5rem, 8.5rem) 1fr;
  gap: 0.5rem 0.85rem;
  margin: 0;
}

.booking-details-section--payment .booking-details-dl {
  grid-template-columns: minmax(7rem, 10rem) 1fr;
}

.booking-details-dl dt {
  margin: 0;
  font-weight: 600;
  color: #6d5d48;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.booking-details-dl dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: #2c2416;
  word-break: break-word;
}

.booking-details-section--payment .booking-details-dl dd {
  font-size: 1rem;
}

.booking-details-section--payment .booking-details-dl dd:nth-child(2),
.booking-details-section--payment .booking-details-dl dd:nth-child(4) {
  font-weight: 700;
  font-size: 1.08rem;
  color: #1a1510;
}

.booking-details-receipt__fineprint {
  margin: 1.35rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(184, 134, 11, 0.14);
  font-size: 0.85rem;
  color: var(--muted);
  text-align: center;
}

.booking-details-receipt__fineprint a {
  color: #8a6914;
  font-weight: 600;
}
