/* Homepage luxury layer — hero carousel, journey, elevated sections */

body[data-page="home"] {
  background: var(--color-cream);
}

body[data-page="home"] .site-header {
  background: rgba(10, 10, 10, 0.42);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body[data-page="home"] .brand-name,
body[data-page="home"] .brand-sub,
body[data-page="home"] .nav-desktop a,
body[data-page="home"] .header-phone,
body[data-page="home"] .header-food-court {
  color: rgba(255, 255, 255, 0.92);
}
body[data-page="home"] .header-food-court:hover { color: var(--color-gold-light); }
body[data-page="home"] .nav-desktop a.is-active { color: var(--color-gold-light); }
body[data-page="home"] .nav-desktop a:hover { color: var(--color-gold-light); }
body[data-page="home"] .nav-toggle span { background: #fff; }
body[data-page="home"] .mobile-nav a { color: var(--color-ink); }
body[data-page="home"] .mobile-nav a:hover { color: var(--color-gold); }

/* ——— Hero Carousel ——— */
.hero--luxury {
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  padding: calc(var(--header-height) + 2rem) 0 clamp(4rem, 10vh, 6rem);
  margin-top: calc(var(--header-height) * -1);
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.4s var(--ease), transform 8s linear;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero-slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.62) 42%,
    rgba(8, 8, 8, 0.28) 100%
  );
}

.hero-overlay--luxury {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 15% 80%, rgba(184, 149, 74, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, transparent 55%, rgba(8, 8, 8, 0.75) 100%);
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.hero-content--luxury {
  max-width: 46rem;
  padding-top: clamp(1rem, 4vh, 3rem);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: 1.25rem;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold-light));
}
.hero-eyebrow::after {
  background: linear-gradient(90deg, var(--color-gold-light), transparent);
}
.hero-brand-signal {
  font-family: var(--font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(1.55rem, 3.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.85rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}
body[data-page="home"] .brand-mark {
  background: rgba(10, 10, 10, 0.55);
  color: #fff;
  border-color: var(--color-gold-light);
}
body[data-page="home"] .brand-name {
  font-size: 1.1rem;
}

.hero--luxury .hero-title {
  font-size: clamp(2.75rem, 7vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}

.hero--luxury .hero-sub {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  max-width: 34rem;
  margin-bottom: 1.5rem;
}
.hero-sub--tagline {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
  font-weight: 600;
  color: var(--color-gold-light) !important;
  margin-bottom: 0.85rem !important;
}
.hero-support {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
  margin-bottom: 1.75rem;
}
.hero-trust-line {
  margin-top: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34rem;
}
.hero-trust-line a {
  color: var(--color-gold-light);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-brand-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  min-height: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid var(--color-gold);
}
.hero-brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}
.hero-brand-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold-light);
}

.hero--luxury .hero-actions {
  gap: 1rem;
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: var(--color-gold-light);
  background: rgba(184, 149, 74, 0.15);
  transform: translateY(-2px);
}

.hero-carousel-ui {
  position: absolute;
  bottom: clamp(1.5rem, 4vh, 2.5rem);
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding-inline: 1.25rem;
}

.hero-dots {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.25s, background 0.25s, border-color 0.25s;
}
.hero-dot.is-active {
  background: var(--color-gold-light);
  border-color: var(--color-gold-light);
  transform: scale(1.15);
}

.hero-progress {
  width: min(280px, 70vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.hero-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light));
  border-radius: 2px;
}

/* ——— Journey Luxury ——— */
.journey-lux {
  position: relative;
  padding: calc(var(--section-pad) * 1.15) 0;
  background:
    linear-gradient(180deg, var(--color-dark) 0%, #121212 50%, var(--color-dark-soft) 100%);
  color: #fff;
  overflow: hidden;
}
.journey-lux::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(184, 149, 74, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(184, 149, 74, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

.journey-lux-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  position: relative;
}
.journey-lux-head .eyebrow { color: var(--color-gold-light); }
.journey-lux-head .section-title {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  margin-bottom: 1rem;
}
.journey-lux-head .section-lead {
  color: rgba(255, 255, 255, 0.68);
}

.journey-lux-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 640px) {
  .journey-lux-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .journey-lux-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}

.journey-lux-card {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  transition: transform 0.4s var(--ease), border-color 0.4s, background 0.4s;
}
.journey-lux-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.journey-lux-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 149, 74, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.journey-lux-card:hover::before { opacity: 1; }

.journey-lux-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-gold-light);
  line-height: 1;
  margin-bottom: 0.85rem;
}

.journey-lux-card h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}

.journey-lux-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.15rem;
}

.journey-lux-link {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  text-decoration: none;
  transition: color 0.2s;
}
.journey-lux-link:hover { color: #fff; }

/* ——— Homepage section polish ——— */
body[data-page="home"] .restaurant-menus-section {
  background: #fff;
  padding-top: calc(var(--section-pad) * 1.1);
}
body[data-page="home"] .restaurant-menus-section .section-title {
  font-size: clamp(2.25rem, 4.5vw, 3.35rem);
}
body[data-page="home"] .restaurant-menu-card {
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
body[data-page="home"] .restaurant-menu-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

body[data-page="home"] #featured {
  background: var(--color-cream);
  padding-block: calc(var(--section-pad) * 1.05);
}

body[data-page="home"] .pkg-card {
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
body[data-page="home"] .pkg-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

body[data-page="home"] .custom-quote-band {
  background: linear-gradient(180deg, #fff 0%, var(--color-cream) 100%);
  padding-block: calc(var(--section-pad) * 1.2);
}

body[data-page="home"] .trust-strip {
  padding: 2.25rem 0;
  background: var(--color-ink);
  border-top: 1px solid rgba(184, 149, 74, 0.2);
}
body[data-page="home"] .trust-strip-list {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
body[data-page="home"] .trust-strip-list li {
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

body[data-page="home"] .cta-band--luxury {
  padding: calc(var(--section-pad) * 1.1) 0;
  background:
    linear-gradient(135deg, #0a0a0a 0%, #1a1510 50%, #0a0a0a 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body[data-page="home"] .cta-band--luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(184, 149, 74, 0.15) 0%, transparent 55%);
  pointer-events: none;
}
body[data-page="home"] .cta-band--luxury .section-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
  position: relative;
}
body[data-page="home"] .cta-band--luxury p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
  position: relative;
}

/* ——— Tulsa Food Court cross-link ——— */
.food-court-crosslink {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: linear-gradient(180deg, #fff 0%, var(--color-cream) 100%);
  border-bottom: 1px solid var(--color-gray-200);
}
.food-court-crosslink-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.food-court-crosslink-copy { flex: 1 1 280px; max-width: 640px; }
.food-court-crosslink-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 0.35rem 0 0.5rem;
}
.food-court-crosslink-lead {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.food-court-crosslink-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: 0 0 auto;
}

/* ——— Category tiles ——— */
.category-tiles {
  margin-top: -3rem;
  position: relative;
  z-index: 3;
  padding-bottom: 0.5rem;
}
.category-tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
@media (min-width: 640px) {
  .category-tiles-grid { grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
}
@media (min-width: 1024px) {
  .category-tiles-grid { grid-template-columns: repeat(5, 1fr); }
}
.category-tile {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: var(--color-ink);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}
.category-tile-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.category-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.category-tile:hover .category-tile-img img { transform: scale(1.06); }
.category-tile-label {
  padding: 0.65rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

/* ——— Packages home ——— */
.section--packages-home {
  padding-top: calc(var(--section-pad) * 0.85);
  background: #fff;
}
.package-grid--sales {
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .package-grid--sales { grid-template-columns: repeat(2, 1fr); }
}
body[data-page="home"] .pkg-card--sales .pkg-card-media {
  aspect-ratio: 16/9;
}
body[data-page="home"] .pkg-card--sales .pkg-card-title {
  font-size: 1.35rem;
}
body[data-page="home"] .pkg-card--sales .pkg-card-actions--simple {
  grid-template-columns: 1fr 1fr;
}
body[data-page="home"] .pkg-card--sales .pkg-card-actions--simple .btn-primary {
  grid-column: 1 / -1;
  order: -1;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}
.packages-home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

/* ——— Why choose ——— */
.why-choose {
  background: var(--color-cream);
  padding-block: calc(var(--section-pad) * 1.05);
}
.why-choose-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .why-choose-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .why-choose-grid { grid-template-columns: repeat(4, 1fr); }
}
.why-choose-card {
  padding: 1.35rem 1.15rem;
  background: #fff;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.why-choose-card:hover {
  border-color: var(--color-gold);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}
.why-choose-icon {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 0.5rem;
}
.why-choose-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.why-choose-card p {
  font-size: 0.85rem;
  color: var(--color-muted);
  line-height: 1.55;
  margin: 0;
}
.why-choose-cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ——— Reviews hero ——— */
.reviews-hero {
  position: relative;
  overflow: hidden;
  padding-block: calc(var(--section-pad) * 1.25);
}
.reviews-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(184, 149, 74, 0.14) 0%, transparent 55%),
    radial-gradient(circle at 10% 80%, rgba(184, 149, 74, 0.06) 0%, transparent 40%);
  pointer-events: none;
}
.reviews-hero .container {
  position: relative;
  z-index: 1;
}
.reviews-hero-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}
.reviews-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  margin: 0.75rem 0 1.25rem;
}
.reviews-hero-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  padding: 0.65rem 1.25rem;
  border: 1px solid rgba(184, 149, 74, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}
.reviews-hero-rating-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}
.reviews-hero-rating-text strong {
  color: var(--color-gold-light);
  font-weight: 800;
}
.review-stars {
  color: var(--color-gold-light);
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.review-hero-featured {
  max-width: 52rem;
  margin: 0 auto 2rem;
}
.review-card {
  margin: 0;
  padding: 1.5rem 1.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
}
.review-card:hover {
  border-color: rgba(184, 149, 74, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.review-card--hero {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(184, 149, 74, 0.4);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  position: relative;
}
.review-card--hero::before {
  content: "\201C";
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(184, 149, 74, 0.2);
  pointer-events: none;
}
.review-card--hero .review-stars {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.review-card--hero .review-quote {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  margin: 0 0 1.5rem;
  position: relative;
}
.review-quote {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0.65rem 0 1rem;
  font-style: italic;
}
.review-author cite {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.review-author span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}
.review-event {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-gold-light);
}
.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}
.reviews-sectors {
  text-align: center;
  margin: 2.5rem 0 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.reviews-sectors h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: 1rem;
}
.reviews-sector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.reviews-sector-pill {
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.reviews-sectors-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.reviews-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
body[data-page="home"] .reviews-hero .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

/* ——— Social proof badges (shared) ——— */
.section--dark {
  background: linear-gradient(180deg, var(--color-ink) 0%, #121212 100%);
  color: #fff;
}
.section-title--light { color: #fff; }
.eyebrow--light { color: var(--color-gold-light); }
.social-proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.social-proof-badges li {
  padding: 0.5rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(184, 149, 74, 0.45);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
}

/* ——— Video promo ——— */
.video-promo {
  background: #fff;
  padding-block: calc(var(--section-pad) * 1.05);
}
.video-promo-frame {
  max-width: 960px;
  margin: 0 auto 1.75rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}
.video-promo-placeholder {
  position: relative;
  aspect-ratio: 16/9;
  background:
    linear-gradient(135deg, rgba(8, 8, 8, 0.92) 0%, rgba(26, 21, 16, 0.88) 50%, rgba(8, 8, 8, 0.92) 100%),
    url("../assets/images/adams-rib-cage-bbq.png") center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.video-promo-play {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 2px solid var(--color-gold-light);
  background: rgba(184, 149, 74, 0.2);
  color: #fff;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}
.video-promo-play-icon {
  font-size: 1.25rem;
  margin-left: 0.2rem;
}
.video-promo-caption {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.video-promo-actions {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ——— Kitchen strip (TCC marketplace) ——— */
.kitchen-strip {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.95) 0%, var(--color-cream, #f7f3eb) 100%);
  border-bottom: 1px solid var(--color-gray-200);
}
.kitchen-strip-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.5rem;
}
@media (min-width: 640px) {
  .kitchen-strip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .kitchen-strip-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
.kitchen-strip-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.1rem 1rem 1.15rem;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
.kitchen-strip-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-2px);
}
.kitchen-strip-card img {
  width: 88px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 0.35rem;
}
.kitchen-strip-card--new {
  border-color: rgba(230, 81, 0, 0.45);
  background: linear-gradient(180deg, #fff 70%, rgba(230, 81, 0, 0.06));
}
.kitchen-strip-card--new img {
  background: #0a0a0a;
  border-radius: 10px;
  padding: 6px;
}
.kitchen-new-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #e65100, #c41230);
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
}
.kitchen-strip-card strong {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--color-ink);
}
.kitchen-strip-card span {
  font-size: 0.82rem;
  color: var(--color-muted);
}
.kitchen-strip-cta {
  margin-top: 0.45rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--color-ink-soft);
}
.kitchen-strip-actions {
  text-align: center;
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ——— Event shortcuts ——— */
.event-shortcuts {
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  background: var(--color-white);
}
.event-shortcuts-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .event-shortcuts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.event-shortcut {
  display: block;
  padding: 1.25rem 1.2rem;
  border-bottom: 1px solid var(--color-gray-200);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s;
}
.event-shortcut:hover {
  background: var(--color-gold-soft);
  border-color: rgba(184, 148, 74, 0.35);
}
.event-shortcut strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: var(--color-ink);
}
.event-shortcut span {
  display: block;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.45;
  margin-bottom: 0.55rem;
}
.event-shortcut em {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-ink-soft);
}
.why-choose-grid--simple {
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .why-choose-grid--simple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ——— Reserve CTA ——— */
.cta-band--reserve .cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  position: relative;
}
.cta-band--reserve .eyebrow--light {
  color: var(--color-gold-light);
  position: relative;
}

@media (max-width: 767px) {
  body[data-page="home"] .site-header {
    background: rgba(10, 10, 10, 0.72);
  }
  .hero--luxury .hero-actions .btn {
    width: 100%;
  }
  .hero-brand-caption {
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: opacity 0.4s; transform: none !important; }
}

/* ——— La Cabana welcome ——— */
.cabana-welcome {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 3.5rem;
  background:
    radial-gradient(ellipse 70% 80% at 8% 20%, rgba(230, 81, 0, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(196, 18, 48, 0.16), transparent 50%),
    #0c0c10;
  color: #faf5ef;
  border-top: 1px solid rgba(255, 122, 46, 0.28);
  border-bottom: 1px solid rgba(212, 160, 23, 0.18);
}
.cabana-welcome__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 46, 0.07), transparent);
}
.cabana-welcome__inner {
  position: relative;
  text-align: center;
  max-width: 44rem;
}
.cabana-welcome__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffb070;
}
.cabana-welcome__logo {
  width: min(340px, 82vw);
  height: auto;
  margin: 0 auto 1.25rem;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}
.cabana-welcome__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.15rem);
  font-weight: 700;
  color: #fff;
  font-style: italic;
}
.cabana-welcome__name {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}
.cabana-welcome__name .cabana-x {
  color: #ff7a2e;
  font-size: 1.15em;
}
.cabana-welcome__lead {
  margin: 0 auto 0.85rem;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(250, 245, 239, 0.82);
}
.cabana-welcome__meta {
  margin: 0 0 1.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-gold-light, #e8c56b);
}
.cabana-welcome__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.cabana-welcome .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
