/* ==========================================================
   Arias Latte — app.css  (v6.3)
   Fuentes: Cormorant Garamond · Outfit
   Iconos:  Phosphor Icons (script externo)
   Tema:    Oscuro (defecto) + Claro — sistema elegante
   ========================================================== */

/* ── Variables — Tema oscuro (defecto) ──────────────────── */
:root {
  /* ── Fondos ─── */
  --bg:              hsl(22,26%,4%);
  --bg-alt:          hsl(26,22%,7%);
  --bg-card:         hsl(26,20%,10%);
  --bg-elevated:     hsl(26,18%,13%);
  --bg-glass:        rgba(16,10,4,.76);

  /* ── Acento dorado ─── */
  --gold:            hsl(40,64%,57%);
  --gold-light:      hsl(43,76%,68%);
  --gold-dark:       hsl(36,54%,42%);
  --gold-subtle:     rgba(200,149,42,.14);
  --gold-ring:       rgba(200,149,42,.50);

  /* ── Texto ─── */
  --foreground:      hsl(36,22%,94%);
  --muted-foreground:hsl(30,12%,52%);
  --muted:           hsl(26,16%,16%);

  /* ── Bordes ─── */
  --border:          rgba(200,149,42,.11);
  --border-strong:   rgba(200,149,42,.28);
  --border-subtle:   rgba(255,255,255,.05);

  /* ── Sombras ─── */
  --shadow-xs:  0 1px 2px rgba(0,0,0,.45);
  --shadow-sm:  0 2px 6px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.35);
  --shadow:     0 6px 20px rgba(0,0,0,.55), 0 2px 6px rgba(0,0,0,.3);
  --shadow-lg:  0 16px 52px rgba(0,0,0,.65), 0 8px 24px rgba(0,0,0,.3);
  --shadow-gold:0 4px 22px rgba(200,149,42,.22);

  /* ── Tipografía ─── */
  --font-sans:    'Outfit', system-ui, sans-serif;
  --font-serif:   'Cormorant Garamond', Georgia, serif;
  --font-display: 'Aretha Bridge', 'Cormorant Garamond', Georgia, serif;
  --font-accent:  'Cormorant Garamond', Georgia, serif;

  /* ── Bordes radios ─── */
  --radius:    .875rem;
  --radius-sm: .5rem;
  --radius-xs: .375rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-full: 999px;

  /* ── Transiciones ─── */
  --ease:      cubic-bezier(.4,0,.2,1);
  --ease-out:  cubic-bezier(.0,0,.2,1);
  --ease-spring: cubic-bezier(.22,1,.36,1);
  --t-fast:    .15s;
  --t:         .25s;
  --t-slow:    .42s;

  /* ── Navbar ─── */
  --nav-bg:        rgba(12,7,2,.90);
  --nav-link:      rgba(250,244,230,.40);
  --nav-dd-bg:     hsl(26,24%,6%);
  --nav-dd-border: rgba(200,149,42,.12);

  /* ── Senior section ─── */
  --senior-bg:     hsl(32,28%,7%);
}

/* ── Tema claro — paleta marfil dorada ───────────────────── */
[data-theme="light"] {
  /* ── Fondos ─── */
  --bg:              hsl(36,65%,98%);
  --bg-alt:          hsl(36,48%,93%);
  --bg-card:         hsl(0,0%,100%);
  --bg-elevated:     hsl(0,0%,100%);
  --bg-glass:        rgba(255,251,244,.85);

  /* ── Acento dorado (más oscuro para contraste) ─── */
  --gold:            hsl(38,70%,40%);
  --gold-light:      hsl(40,64%,50%);
  --gold-dark:       hsl(34,62%,30%);
  --gold-subtle:     rgba(150,96,15,.10);
  --gold-ring:       rgba(150,96,15,.40);

  /* ── Texto ─── */
  --foreground:      hsl(22,32%,9%);
  --muted-foreground:hsl(28,16%,40%);
  --muted:           hsl(36,25%,83%);

  /* ── Bordes ─── */
  --border:          rgba(110,72,12,.13);
  --border-strong:   rgba(110,72,12,.26);
  --border-subtle:   rgba(0,0,0,.05);

  /* ── Sombras ─── */
  --shadow-xs:  0 1px 2px rgba(0,0,0,.07);
  --shadow-sm:  0 2px 6px rgba(0,0,0,.09), 0 1px 2px rgba(0,0,0,.06);
  --shadow:     0 6px 20px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.07);
  --shadow-lg:  0 16px 48px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.07);
  --shadow-gold:0 4px 22px rgba(150,96,15,.16);

  /* ── Navbar ─── */
  --nav-bg:        rgba(255,251,244,.95);
  --nav-link:      rgba(22,13,3,.50);
  --nav-dd-bg:     hsl(36,48%,93%);
  --nav-dd-border: rgba(110,72,12,.15);

  /* ── Senior section ─── */
  --senior-bg:     hsl(36,44%,90%);
}

/* ── Tema claro — overrides de componentes ───────────────── */
[data-theme="light"] body                 { color: var(--foreground); }
[data-theme="light"] .sec-dark            { background: var(--bg-alt); }
[data-theme="light"] .sec-alt             { background: var(--bg); }
[data-theme="light"] .senior-section      { background: var(--senior-bg) !important; }

/* Gold animated — solid en claro */
[data-theme="light"] .text-gold-animated  {
  -webkit-text-fill-color: unset;
  background: none;
  color: var(--gold-dark);
}

/* Hero — superposición más suave en claro */
[data-theme="light"] .hero-bg-overlay {
  background: linear-gradient(140deg,rgba(22,12,3,.62) 0%,rgba(22,12,3,.28) 60%,transparent 100%) !important;
}

/* Navbar scrolled en claro */
[data-theme="light"] .navbar.scrolled    { box-shadow: 0 4px 24px rgba(0,0,0,.10); }
[data-theme="light"] .navbar-brand       { filter: none; }

/* Botones en claro */
[data-theme="light"] .btn-primary        { box-shadow: var(--shadow-gold); }
[data-theme="light"] .btn-outline-gold   { color: var(--gold-dark); border-color: var(--gold-dark); }
[data-theme="light"] .btn-outline-gold:hover { background: var(--gold-dark); color: #fff; }

/* Cards en claro */
[data-theme="light"] .product-card,
[data-theme="light"] .why-card,
[data-theme="light"] .news-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .faq-item            { box-shadow: var(--shadow-sm); }

/* Inputs en claro */
[data-theme="light"] .form-input {
  background: var(--bg-card);
  border-color: var(--border-strong);
  color: var(--foreground);
}
[data-theme="light"] .form-input:focus    { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-ring); }

/* Club card — mantiene look oscuro en ambos temas */
[data-theme="light"] .club-card {
  background: linear-gradient(135deg, hsl(22,32%,14%) 0%, hsl(220,22%,18%) 100%);
}

/* Team card en claro */
[data-theme="light"] .team-card          { border-color: var(--border); }
[data-theme="light"] .team-bio-panel     { background: var(--bg-card); border-left-color: var(--border); }

/* Pastry caption en claro */
[data-theme="light"] .pastry-caption h3  { color: #fff; }
[data-theme="light"] .pastry-caption p   { color: rgba(255,255,255,.8); }

/* Eyebrow decorators */
[data-theme="light"] .sec-eyebrow::before { background: linear-gradient(to right, transparent, var(--gold-dark)); }
[data-theme="light"] .sec-eyebrow::after  { background: linear-gradient(to left, transparent, var(--gold-dark)); }

/* Why placeholder */
[data-theme="light"] .why-placeholder    { background: var(--muted); }

/* Testimonial avatar */
[data-theme="light"] .testimonial-avatar { background: var(--gold-subtle); color: var(--gold-dark); border: 1px solid var(--border-strong); }

/* Scrollbar en claro */
[data-theme="light"] ::-webkit-scrollbar-track  { background: var(--bg-alt); }
[data-theme="light"] ::-webkit-scrollbar-thumb  { background: rgba(110,72,12,.22); }
[data-theme="light"] ::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* About photo overlay */
[data-theme="light"] .about-photo::after { display: none; }

/* ── Reset ligero ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 16px; }
body  {
  background-color: var(--bg);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
  font-optical-sizing: auto;
  overflow-x: hidden;
  transition: background-color .35s var(--ease), color .25s var(--ease);
}
/* Transición suave para elementos que cambian con el tema */
.sec-alt, .sec-dark, .navbar, .nav-dropdown-menu,
.product-card, .why-card, .news-card, .testimonial-card,
.faq-item, .form-input, .cookie-banner,
.footer, .senior-section, .reservation-banner-section {
  transition: background-color .35s var(--ease), border-color .25s var(--ease),
              box-shadow .25s var(--ease), color .25s var(--ease);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font-family: inherit; }
ul { list-style: none; }

/* ── Scrollbar ─────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(200,149,42,.25); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ── Helpers ───────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.py-sec { padding: 5rem 0; }
.sec-alt  { background: var(--bg-alt); }
.sec-dark { background: var(--bg); }

/* ── Texto gold animado ─────────────────────────────────────── */
.text-gold-animated {
  background: linear-gradient(90deg, #e8b84b 0%, #c8952a 40%, #f0ca70 60%, #c8952a 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gold-flow 4s linear infinite;
}
@keyframes gold-flow {
  0%   { background-position: 0 center; }
  100% { background-position: 200% center; }
}

/* ── Section eyebrow ─────────────────────────────────────────── */
.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.sec-eyebrow::before, .sec-eyebrow::after {
  content: '';
  display: block;
  height: 1px;
  width: 1.75rem;
  background: linear-gradient(to right, transparent, var(--gold));
}
.sec-eyebrow::after { background: linear-gradient(to left, transparent, var(--gold)); }
.eyebrow-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(1.4); }
}

.sec-header { text-align: center; margin-bottom: 3rem; }
.sec-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1rem;
  font-optical-sizing: auto;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'ss01' 1;
}
.sec-subtitle {
  color: var(--muted-foreground);
  font-family: var(--font-sans);
  font-size: .9375rem;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: .01em;
}

/* ── Botones ─────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: linear-gradient(135deg, #c89030 0%, #e8b85c 50%, #d4a047 100%);
  color: #120d04;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .875rem 2rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px -4px rgba(200,149,42,.4), 0 2px 8px rgba(0,0,0,.25);
  transition: transform .18s, box-shadow .18s;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px -4px rgba(200,149,42,.5); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: .45; cursor: not-allowed; transform: none; }

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  color: var(--gold);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .875rem 2rem;
  border-radius: var(--radius);
  border: 1px solid rgba(200,149,42,.4);
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  text-decoration: none;
  white-space: nowrap;
}
.btn-outline-gold:hover {
  background: rgba(200,149,42,.08);
  border-color: rgba(200,149,42,.65);
}

.btn-sm { font-size: .6875rem !important; padding: .55rem 1.1rem !important; }

/* ── Navbar ─────────────────────────────────────────────────── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 300;
  background: var(--nav-bg);
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s, background .3s;
}
.navbar.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,.4); }

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  height: 64px;
}

/* Brand */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  flex-shrink: 0;
  z-index: 310;
}

/* Links container */
.navbar-links {
  display: flex;
  align-items: center;
  gap: .125rem;
  flex: 1;
  justify-content: center;
}

/* Nav links */
.nav-link {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--nav-link);
  padding: .45rem .8rem;
  border-radius: var(--radius-sm);
  transition: color .2s, background .2s;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
}
.nav-link:hover  { color: var(--foreground); }
.nav-link.active {
  color: var(--gold);
  background: rgba(200,149,42,.08);
}

/* Caret icon rotation */
.nav-caret {
  font-size: .65rem;
  transition: transform .25s;
  vertical-align: middle;
  margin-left: .1rem;
}
.nav-dropdown.open > .nav-dropdown-btn .nav-caret { transform: rotate(180deg); }

/* Dropdown container */
.nav-dropdown { position: relative; }

/* Desktop dropdown menu */
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + .625rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 240px;
  background: var(--nav-dd-bg);
  border: 1px solid var(--nav-dd-border);
  border-radius: 1rem;
  padding: .5rem;
  box-shadow: 0 20px 48px rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 400;
}
.nav-dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown item */
.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .625rem .875rem;
  border-radius: .625rem;
  color: var(--muted-foreground);
  text-decoration: none;
  transition: background .15s, color .15s;
}
.nav-dropdown-item:hover,
.nav-dropdown-item.active { background: rgba(200,149,42,.09); color: var(--foreground); }
.nav-dropdown-item.active .nav-dd-label { color: var(--gold); }

/* Dropdown item icon */
.nav-dd-icon {
  width: 32px; height: 32px;
  border-radius: .5rem;
  background: rgba(200,149,42,.1);
  border: 1px solid rgba(200,149,42,.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1rem; color: var(--gold);
  transition: background .15s;
}
.nav-dropdown-item:hover .nav-dd-icon { background: rgba(200,149,42,.18); }

/* Dropdown item text */
.nav-dropdown-item > span:last-child {
  display: flex; flex-direction: column; gap: .075rem;
}
.nav-dd-label {
  font-size: .8125rem; font-weight: 700;
  color: var(--foreground);
  letter-spacing: .02em;
}
.nav-dd-desc {
  font-size: .7rem;
  color: var(--muted-foreground);
  font-weight: 400;
}

/* Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: .625rem;
  flex-shrink: 0;
  z-index: 310;
}

/* Theme toggle button */
.theme-toggle {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(200,149,42,.08);
  border: 1px solid rgba(200,149,42,.2);
  color: var(--gold);
  font-size: 1.05rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .3s, border-color .2s;
  flex-shrink: 0;
}
.theme-toggle:hover {
  background: rgba(200,149,42,.16);
  border-color: var(--gold);
  transform: rotate(22deg);
}

/* Hamburger toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  z-index: 310;
}
.hb-bar {
  display: block;
  width: 22px; height: 2px;
  background: var(--foreground);
  border-radius: 2px;
  transition: transform .32s cubic-bezier(.22,1,.36,1),
              opacity .22s,
              width .22s;
  transform-origin: center;
}
/* Hamburger → X */
.nav-toggle.open .hb-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open .hb-bar:nth-child(2) { opacity: 0; width: 0; }
.nav-toggle.open .hb-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Backdrop overlay */
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 290;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .3s;
}
.nav-backdrop.show { display: block; opacity: 1; }

/* Drawer header & footer: hidden by default (desktop), shown inside media query */
.nav-drawer-header,
.nav-drawer-footer { display: none; }

/* ── Mobile nav ──────────────────────────────────── */
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .nav-btn-club { display: none; }

  /* Nav panel slides in from right */
  .navbar-links {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 85vw);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    background: var(--bg);
    background: linear-gradient(160deg, rgba(200,149,42,.04) 0%, var(--bg) 35%);
    border-left: 1px solid var(--border);
    box-shadow: -12px 0 40px rgba(0,0,0,.45);
    transform: translateX(110%);
    transition: transform .38s cubic-bezier(.22,1,.36,1),
                box-shadow .38s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 295;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-links.open {
    transform: translateX(0);
    box-shadow: -16px 0 48px rgba(0,0,0,.55);
  }

  /* ── Drawer header ── */
  .nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    background: var(--bg);
    z-index: 2;
  }
  .nav-drawer-brand {
    display: flex;
    align-items: center;
    gap: .625rem;
    text-decoration: none;
  }
  .nav-drawer-brand-name {
    font-family: var(--font-display);
    font-size: .9375rem;
    font-weight: 700;
    color: var(--foreground);
    letter-spacing: .02em;
  }
  .nav-drawer-close {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 1.05rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, color .2s, transform .2s;
    flex-shrink: 0;
  }
  .nav-drawer-close:hover {
    background: rgba(200,149,42,.12);
    border-color: rgba(200,149,42,.3);
    color: var(--gold);
    transform: rotate(90deg);
  }

  /* Nav links scroll area */
  .navbar-links > .nav-link,
  .navbar-links > .nav-dropdown {
    margin: 0 .875rem;
  }
  .navbar-links > .nav-link:first-of-type,
  .navbar-links > .nav-dropdown:first-of-type {
    margin-top: .75rem;
  }

  /* Mobile direct nav links */
  .nav-link {
    font-size: .8375rem;
    padding: .875rem 1rem;
    width: 100%;
    text-align: left;
    border-radius: .75rem;
    letter-spacing: .07em;
    display: block;
  }
  .nav-link:hover { background: rgba(200,149,42,.07); }

  /* Mobile dropdown */
  .nav-dropdown { width: 100%; }
  .nav-dropdown-btn { width: 100%; justify-content: space-between; display: flex; }

  /* Mobile dropdown menu — accordion */
  .nav-dropdown-menu {
    position: static;
    transform: none;
    left: auto;
    min-width: unset;
    width: 100%;
    box-shadow: none;
    border: none;
    background: rgba(200,149,42,.04);
    border-radius: .75rem;
    padding: .25rem;
    margin-top: .25rem;
    opacity: 1;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s cubic-bezier(.22,1,.36,1), padding .25s;
  }
  .nav-dropdown-menu.show {
    max-height: 500px;
    transform: none;
    padding: .375rem .25rem;
  }

  /* Mobile dropdown items */
  .nav-dropdown-item {
    padding: .6875rem .875rem;
    gap: .625rem;
    border-radius: .625rem;
  }
  .nav-dd-icon { width: 30px; height: 30px; font-size: .9rem; }

  /* Theme toggle stays small */
  .theme-toggle { width: 36px; height: 36px; font-size: 1rem; }

  /* ── Drawer footer ── */
  .nav-drawer-footer {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    padding: 1rem 1.125rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border);
    margin-top: auto;
    flex-shrink: 0;
  }
  .nav-drawer-cta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .nav-btn-pedir span { display: none; }
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  animation: kenburns 18s ease-in-out infinite alternate;
}
.hero-overlay,
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(14,10,5,.9) 40%, rgba(14,10,5,.55) 100%),
    linear-gradient(to top,   rgba(14,10,5,.8) 0%, transparent 60%);
}
@keyframes kenburns {
  from { transform: scale(1.04) translate(0,0); }
  to   { transform: scale(1.11) translate(-1.5%,-.8%); }
}

.hero-container {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 6rem 0;
}
@media (max-width: 900px) {
  .hero-container { grid-template-columns: 1fr; }
  .hero-visual    { display: none; }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 1.375rem;
  letter-spacing: -.025em;
  font-feature-settings: 'kern' 1, 'liga' 1;
}
.hero-desc {
  color: var(--muted-foreground);
  font-size: 1.0625rem;
  line-height: 1.85;
  max-width: 28rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
.hero-actions { display: flex; gap: .875rem; flex-wrap: wrap; margin-bottom: 2.25rem; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(255,255,255,.5);
  background: rgba(200,149,42,.07);
  border: 1px solid rgba(200,149,42,.15);
  padding: .4rem .875rem;
  border-radius: 999px;
}

.hero-visual { position: relative; }
.hero-img {
  width: 100%;
  max-width: 480px;
  border-radius: 1.25rem;
  object-fit: cover;
  aspect-ratio: 4/5;
  border: 1px solid var(--border);
  box-shadow: 0 32px 64px rgba(0,0,0,.5);
}
.hero-img-placeholder {
  width: 420px; height: 520px;
  max-width: 100%;
  border-radius: 1.25rem;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(200,149,42,.2);
}
.hero-float-card {
  position: absolute;
  bottom: 2rem;
  left: -2rem;
  background: rgba(14,10,5,.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(200,149,42,.2);
  border-radius: var(--radius);
  padding: .875rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .875rem;
  min-width: 230px;
  box-shadow: 0 12px 32px rgba(0,0,0,.4);
}

/* ── Category pills ─────────────────────────────────────────── */
.cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .5rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted-foreground);
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.cat-pill:hover { color: var(--foreground); border-color: rgba(200,149,42,.3); }
.cat-pill.active {
  background: var(--gold);
  color: #0a0700;
  border-color: var(--gold);
  font-weight: 700;
}

/* ── Products grid ──────────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.product-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.product-img-wrap {
  position: relative;
  height: 180px;
  background: var(--muted);
  overflow: hidden;
}
.product-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(200,149,42,.18);
  background: var(--bg-alt);
}
.product-badge {
  position: absolute;
  top: .625rem; right: .625rem;
  background: var(--gold);
  color: #0a0700;
  font-size: .5875rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .2rem .65rem;
  border-radius: 999px;
}

.product-card-body { padding: 1rem 1.125rem 1.125rem; }
.product-name {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .375rem;
  line-height: 1.28;
  letter-spacing: .01em;
}
.product-desc {
  font-size: .8125rem;
  color: var(--muted-foreground);
  line-height: 1.7;
  margin-bottom: .75rem;
  font-weight: 300;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  letter-spacing: .01em;
}
.product-add-btn {
  width: 34px; height: 34px;
  border-radius: var(--radius-xs);
  background: rgba(200,149,42,.12);
  border: 1px solid rgba(200,149,42,.22);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  text-decoration: none;
}
.product-add-btn:hover { background: var(--gold); color: #0a0700; border-color: var(--gold); }

/* ── Gallery ─────────────────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: .75rem;
}
.gallery-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-item-hero {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s;
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,7,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 2rem;
  opacity: 0;
  transition: opacity .3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.9);
  align-items: center;
  justify-content: center;
}
#lightbox.open { display: flex; }
.lightbox-close {
  position: absolute;
  top: 1.25rem; right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color .2s;
}
.lightbox-close:hover { color: var(--foreground); }
.lightbox-inner { max-width: 90vw; max-height: 90vh; text-align: center; }
.lightbox-inner img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius-sm); }
#lightbox-caption { color: rgba(255,255,255,.55); font-size: .85rem; margin-top: .75rem; }

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item-hero { grid-column: span 2; grid-row: span 1; }
}

/* ── Testimonials ────────────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color .25s;
}
.testimonial-card:hover { border-color: var(--border-strong); }
.stars-row {
  color: var(--gold);
  font-size: .9375rem;
  margin-bottom: .875rem;
  display: flex;
  gap: .15rem;
}
.testimonial-text {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--muted-foreground);
  margin-bottom: 1.25rem;
  font-style: italic;
  letter-spacing: .01em;
}
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8125rem;
  font-weight: 800;
  color: #0a0700;
  flex-shrink: 0;
}

/* ── Club card ───────────────────────────────────────────────── */
.club-card-visual { display: flex; align-items: center; justify-content: center; }
.club-card {
  background: linear-gradient(145deg, #1a1000, #0a0700);
  border: 1px solid rgba(200,149,42,.25);
  border-radius: 1.25rem;
  padding: 2rem;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 24px 56px rgba(0,0,0,.5), inset 0 1px 0 rgba(200,149,42,.12);
}
.club-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.club-stars {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.25rem;
}
.club-star {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(200,149,42,.18);
  border: 1px solid rgba(200,149,42,.2);
}
.club-star.filled { background: var(--gold); border-color: var(--gold); }
.club-tier-badge {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  border-radius: 999px;
  background: rgba(200,149,42,.1);
  border: 1px solid rgba(200,149,42,.2);
  font-size: .75rem;
  font-weight: 600;
  color: rgba(250,247,242,.5);
  margin-top: 1rem;
}
.benefit-icon {
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(200,149,42,.1);
  border: 1px solid rgba(200,149,42,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}

/* ── News cards ──────────────────────────────────────────────── */
.news-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}
.news-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.news-card-img {
  height: 190px;
  overflow: hidden;
  background: var(--muted);
}
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-card-img img { transform: scale(1.06); }
.news-card-body { padding: 1.25rem; }
.news-tag {
  display: inline-block;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .225rem .7rem;
  border-radius: 999px;
  background: rgba(200,149,42,.1);
  color: var(--gold);
  border: 1px solid rgba(200,149,42,.2);
  margin-bottom: .75rem;
}
.news-title {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.news-excerpt { font-size: .8375rem; color: var(--muted-foreground); line-height: 1.65; }
.news-meta { font-size: .75rem; color: rgba(200,149,42,.6); margin-top: .75rem; font-weight: 500; }

/* ── FAQ accordion ───────────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  color: var(--foreground);
  font-size: .9375rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
  transition: color .2s;
}
.faq-question:hover { color: var(--gold); }
.faq-icon { font-size: 1.1rem; flex-shrink: 0; color: var(--gold); transition: transform .3s; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-answer p { padding-bottom: 1.25rem; color: var(--muted-foreground); font-size: .9rem; line-height: 1.8; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── Forms ───────────────────────────────────────────────────── */
.form-field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .875rem; }
.form-field label {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.form-input {
  background: rgba(26,16,0,.65);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: .9rem;
  padding: .75rem 1rem;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  width: 100%;
}
.form-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,149,42,.1);
}
.form-input::placeholder { color: var(--muted-foreground); opacity: .65; }
.form-input option { background: var(--bg-alt); }
textarea.form-input { resize: vertical; min-height: 100px; }

.form-row { display: grid; gap: 1rem; }
.form-row.cols-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 480px) { .form-row.cols-2 { grid-template-columns: 1fr; } }

.reservation-form, .contact-form {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
}

/* ── Alerts ─────────────────────────────────────────────────── */
.alert-success {
  background: rgba(74,222,128,.08);
  border: 1px solid rgba(74,222,128,.22);
  color: #86efac;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: .875rem;
}
.alert-error {
  background: rgba(248,113,113,.08);
  border: 1px solid rgba(248,113,113,.22);
  color: #fca5a5;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: .875rem;
}

/* ── Badges ─────────────────────────────────────────────────── */
.badge-info {
  display: inline-block;
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .2rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--muted-foreground);
}

/* ── Order page ─────────────────────────────────────────────── */
.order-product-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .875rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  transition: border-color .2s;
}
.order-product-row:hover { border-color: var(--border-strong); }
.qty-control {
  display: flex;
  align-items: center;
  gap: .625rem;
  flex-shrink: 0;
}
.qty-control button {
  width: 28px; height: 28px;
  border-radius: var(--radius-xs);
  background: rgba(200,149,42,.1);
  border: 1px solid rgba(200,149,42,.2);
  color: var(--gold);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.qty-control button:hover { background: var(--gold); color: #0a0700; }
.qty-val {
  width: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: .9375rem;
}
.order-cart-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

/* ── Pagination ─────────────────────────────────────────────── */
.pagination {
  display: flex;
  gap: .5rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  padding: .45rem .9rem;
  border-radius: var(--radius-xs);
  font-size: .8125rem;
  font-weight: 600;
  border: 1px solid var(--border);
  color: var(--muted-foreground);
  transition: all .2s;
}
.pagination a:hover, .pagination a.active {
  background: var(--gold);
  color: #0a0700;
  border-color: var(--gold);
}

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer {
  background: hsl(35,28%,5%);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--gold);
  margin-bottom: .75rem;
}
.footer-desc { font-size: .875rem; color: var(--muted-foreground); line-height: 1.75; margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: .625rem; }
.footer-social a {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(200,149,42,.08);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-foreground);
  font-size: 1rem;
  transition: background .2s, color .2s;
}
.footer-social a:hover { background: var(--gold); color: #0a0700; }

.site-footer h4 {
  font-family: var(--font-sans);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.site-footer ul { display: flex; flex-direction: column; gap: .625rem; }
.site-footer a { font-size: .875rem; color: var(--muted-foreground); transition: color .2s; }
.site-footer a:hover { color: var(--foreground); }
.site-footer p { font-size: .875rem; color: var(--muted-foreground); line-height: 1.75; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
}
.footer-bottom p { font-size: .75rem; color: var(--muted-foreground); }

/* ── Cookie banner ───────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem; left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  z-index: 500;
  background: linear-gradient(135deg, hsl(32,28%,8%) 0%, hsl(220,18%,9%) 100%);
  border: 1px solid rgba(200,149,42,.22);
  border-radius: 1.25rem;
  padding: 1.375rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 16px 48px rgba(0,0,0,.6), 0 0 0 1px rgba(200,149,42,.08);
  max-width: 580px;
  width: calc(100% - 2rem);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  opacity: 0;
  pointer-events: none;
  transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.cookie-banner.cookie-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner.cookie-hiding {
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  opacity: 0;
}

/* Dismiss (×) button */
.cookie-dismiss {
  position: absolute;
  top: .875rem; right: .875rem;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--muted-foreground);
  font-size: .85rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
  flex-shrink: 0;
  line-height: 1;
}
.cookie-dismiss:hover { background: rgba(255,255,255,.12); color: var(--foreground); }

/* Cookie icon */
.cookie-icon-wrap {
  width: 40px; height: 40px;
  background: rgba(200,149,42,.12);
  border: 1px solid rgba(200,149,42,.2);
  border-radius: .75rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: .1rem;
}

/* Body */
.cookie-body {
  flex: 1;
  min-width: 0;
  padding-right: 1.25rem;
}
.cookie-title {
  font-family: var(--font-display);
  font-size: .9375rem;
  font-weight: 700;
  color: var(--foreground);
  margin: 0 0 .3rem;
  line-height: 1.3;
}
.cookie-title span { font-family: inherit; }
.cookie-desc {
  font-size: .78rem;
  color: var(--muted-foreground);
  line-height: 1.65;
  margin: 0;
}
.cookie-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.cookie-link:hover { text-decoration: underline; }

/* Actions */
.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-shrink: 0;
  align-self: center;
}
.cookie-btn {
  border: none;
  border-radius: .625rem;
  padding: .55rem 1.125rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, transform .15s, box-shadow .2s;
  font-family: var(--font-sans);
}
.cookie-btn:hover { transform: translateY(-1px); }
.cookie-btn-primary {
  background: var(--gold);
  color: #0a0700;
  box-shadow: 0 4px 14px rgba(200,149,42,.25);
}
.cookie-btn-primary:hover { background: #d4a030; box-shadow: 0 6px 18px rgba(200,149,42,.4); }
.cookie-btn-secondary {
  background: rgba(255,255,255,.06);
  color: var(--muted-foreground);
  border: 1px solid rgba(255,255,255,.1);
}
.cookie-btn-secondary:hover { background: rgba(255,255,255,.1); color: var(--foreground); }

/* ── Animations / reveal ─────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ── Divider ─────────────────────────────────────────────────── */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
}

/* ── Top Banner carousel ─────────────────────────────────── */
.top-banner {
  position: relative;
  z-index: 301;
  background: linear-gradient(to right, #0d0900 0%, rgba(200,149,42,.12) 50%, #0d0900 100%);
  border-bottom: 1px solid rgba(200,149,42,.18);
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
  transition: max-height .3s ease, opacity .3s ease;
}

/* Progress bar */
.tb-progress {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(200,149,42,.1);
  pointer-events: none;
  z-index: 2;
}
.tb-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, rgba(200,149,42,.35), #c8952a);
}

/* Arrow buttons */
.tb-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  background: none;
  border: none;
  color: rgba(200,149,42,.35);
  cursor: pointer;
  font-size: .75rem;
  transition: color .2s, background .2s;
  z-index: 2;
}
.tb-arrow:hover { color: var(--gold); background: rgba(200,149,42,.05); }

/* Track */
.tb-track {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Messages */
.tb-msg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 .5rem;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .4s cubic-bezier(.22,1,.36,1), transform .4s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}
.tb-msg.tb-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.tb-msg.tb-exit {
  opacity: 0;
  transform: translateY(-110%);
}
.tb-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tb-link {
  flex-shrink: 0;
  color: rgba(200,149,42,.55);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
  white-space: nowrap;
}
.tb-link:hover { color: var(--gold); }

/* Dots */
.tb-dots {
  display: flex;
  align-items: center;
  gap: .3rem;
  flex-shrink: 0;
  padding: 0 .5rem;
}
.tb-dot {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: rgba(200,149,42,.28);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width .35s cubic-bezier(.22,1,.36,1), background .3s;
}
.tb-dot.tb-dot-on {
  width: 20px;
  background: var(--gold);
}

/* Close */
.tb-close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  background: none;
  border: none;
  color: rgba(200,149,42,.4);
  font-size: .75rem;
  cursor: pointer;
  transition: color .2s;
}
.tb-close:hover { color: var(--gold); }

/* Mobile banner */
@media (max-width: 640px) {
  .tb-arrow    { display: none; }
  .tb-link     { display: none; }
  .top-banner  { height: 36px; }
  .tb-text     { letter-spacing: .12em; }
}

/* ── Pastry Showcase ─────────────────────────────────────────── */
.pastry-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.pastry-grid-r1 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: .75rem;
}
.pastry-tall {
  height: 420px;
}
.pastry-col-right {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.pastry-wide { height: 260px; }
.pastry-small-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  height: 180px;
}
.pastry-grid-r2 {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: .75rem;
  margin-top: .75rem;
}
.pastry-pancakes { height: 280px; }
.pastry-col-sm {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.pastry-item {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
}
.pastry-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s;
}
.pastry-item:hover img { transform: scale(1.06); }
.pastry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.15) 50%, transparent);
  border-radius: inherit;
}
.pastry-overlay-left {
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%, rgba(0,0,0,.3) 100%);
}
.pastry-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  background: var(--muted);
}
.pastry-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
}
.pastry-caption-left {
  top: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
}
.pastry-tag {
  display: inline-block;
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}
.pastry-caption h3 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.pastry-caption p {
  color: rgba(255,255,255,.5);
  font-size: .875rem;
  margin-top: .5rem;
  font-weight: 300;
}
.pastry-name {
  color: #fff;
  font-family: var(--font-serif);
  font-size: .9375rem;
  font-weight: 700;
}
.pastry-sub {
  color: rgba(255,255,255,.4);
  font-size: .625rem;
  margin-top: .25rem;
}
.pastry-cta {
  position: relative;
  margin-top: .75rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(212,160,71,.18);
  overflow: hidden;
  background: linear-gradient(120deg, #0f0a04, #1a1000 50%, #0f0a04);
}
.pastry-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 2rem;
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .pastry-grid-r1 { grid-template-columns: 1fr; }
  .pastry-tall { height: 280px; }
  .pastry-grid-r2 { grid-template-columns: 1fr; }
  .pastry-header { flex-direction: column; }
  .pastry-cta-inner { flex-direction: column; text-align: center; }
}

/* ── Why Choose Us ───────────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color .5s, transform .5s, box-shadow .5s;
  display: flex;
  flex-direction: column;
}
.why-card:hover {
  border-color: rgba(200,149,42,.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.35), 0 0 40px rgba(200,149,42,.08);
}
.why-card-img {
  height: 192px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.why-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s;
}
.why-card:hover .why-card-img img { transform: scale(1.08); }
.why-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-card), rgba(0,0,0,.3) 50%, transparent);
}
.why-icon-badge {
  position: absolute;
  bottom: .75rem; left: 1rem;
  width: 44px; height: 44px;
  border-radius: .75rem;
  background: rgba(14,10,5,.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200,149,42,.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.125rem;
  transition: border-color .3s, background .3s;
}
.why-card:hover .why-icon-badge {
  border-color: rgba(200,149,42,.3);
  background: var(--bg-card);
}
.why-num {
  position: absolute;
  top: .75rem; right: .75rem;
  font-size: .625rem;
  font-weight: 900;
  color: rgba(250,247,242,.2);
  transition: color .3s;
}
.why-card:hover .why-num { color: rgba(200,149,42,.3); }
.why-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  color: rgba(200,149,42,.18);
  background: var(--bg-alt);
}
.why-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: .75rem;
}
.why-title {
  font-size: .875rem;
  font-weight: 700;
  color: var(--foreground);
  letter-spacing: .03em;
  transition: color .3s;
}
.why-card:hover .why-title { color: var(--gold); }
.why-desc {
  font-size: .8125rem;
  color: var(--muted-foreground);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
}
.why-cta {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: transparent;
  display: flex;
  align-items: center;
  gap: .25rem;
  transition: color .3s;
}
.why-card:hover .why-cta { color: rgba(200,149,42,.7); }
.why-bar {
  height: 2px;
  width: 0;
  background: linear-gradient(to right, rgba(200,149,42,.6), rgba(200,149,42,.3), transparent);
  transition: width .5s ease;
}
.why-card:hover .why-bar { width: 100%; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .why-grid { grid-template-columns: 1fr; } }

/* ── Desayunos grid ──────────────────────────────────────────── */
.desayunos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.desayuno-img-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 160px;
  cursor: pointer;
}
.desayuno-main {
  grid-column: span 2;
  height: 220px;
}
.desayuno-img-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.desayuno-img-item:hover img { transform: scale(1.06); }
.desayuno-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent 60%);
}
.desayuno-img-label {
  position: absolute;
  bottom: .75rem; left: .875rem;
  font-size: .6875rem;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  letter-spacing: .05em;
}
@media (max-width: 900px) {
  .desayunos-grid { display: none; }
}

/* ── Promo banners ───────────────────────────────────────────── */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.promo-card {
  position: relative;
  border: 1px solid rgba(200,149,42,.12);
  border-radius: var(--radius);
  padding: 1.75rem;
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}
.promo-card:hover {
  border-color: rgba(200,149,42,.25);
  transform: translateY(-3px);
}
.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,149,42,.08);
  border: 1px solid rgba(200,149,42,.15);
  padding: .3rem .75rem;
  border-radius: 999px;
  margin-bottom: .875rem;
}
.promo-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--foreground);
  margin-bottom: .5rem;
  line-height: 1.18;
}
.promo-desc {
  font-size: .8125rem;
  color: var(--muted-foreground);
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.promo-cta {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  transition: opacity .2s;
}
.promo-cta:hover { opacity: .7; }
@media (max-width: 768px) { .promo-grid { grid-template-columns: 1fr; } }

/* ── Senior Section ──────────────────────────────────────────── */
.senior-section {
  position: relative;
  background: linear-gradient(160deg, #fdf8ef, #f5ebe0);
  padding: 5rem 0;
}
.senior-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.senior-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #d4a047;
  color: #fff;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .5rem 1.25rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}
.senior-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #2a1506;
  margin-bottom: .875rem;
}
.senior-desc {
  color: #7a5a35;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 28rem;
  font-weight: 300;
}
.senior-phone-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .375rem;
  padding: 1.25rem 2rem;
  border-radius: 1.5rem;
  border: 2px solid #d4a047;
  background: rgba(212,160,71,.06);
  text-decoration: none;
  transition: box-shadow .2s;
}
.senior-phone-cta:hover { box-shadow: 0 12px 32px rgba(212,160,71,.2); }
.senior-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}
.senior-card {
  background: #fff;
  border: 1.5px solid rgba(212,160,71,.2);
  border-radius: 1.5rem;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(212,160,71,.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.senior-card-icon {
  width: 56px; height: 56px;
  border-radius: 1rem;
  background: rgba(212,160,71,.12);
  display: flex; align-items: center; justify-content: center;
  color: #d4a047;
  font-size: 1.75rem;
}
.senior-card-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: #2a1506;
}
.senior-card-desc { color: #7a5a35; font-size: 1rem; line-height: 1.7; font-weight: 300; }
.senior-strip {
  background: #2a1506;
  border: 1px solid rgba(212,160,71,.2);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
}
@media (max-width: 900px) {
  .senior-header { flex-direction: column; align-items: flex-start; }
  .senior-cards { grid-template-columns: 1fr; }
  .senior-strip { flex-direction: column; }
}

/* ── Coffee Process ──────────────────────────────────────────── */
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(14,10,5,.5);
  cursor: pointer;
  transition: all .4s;
  margin-bottom: .5rem;
}
.process-step.active {
  border-color: rgba(200,149,42,.4);
  background: var(--bg-card);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.process-step-num {
  width: 40px; height: 40px;
  border-radius: .75rem;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: .9375rem;
  flex-shrink: 0;
  border: 1px solid var(--border);
  background: var(--muted);
  color: var(--muted-foreground);
  transition: all .4s;
}
.process-step.active .process-step-num {
  background: rgba(200,149,42,.15);
  border-color: rgba(200,149,42,.3);
  color: var(--gold);
}
.process-step-label {
  font-size: .625rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(200,149,42,.35);
  transition: color .3s;
}
.process-step.active .process-step-label { color: var(--gold); }
.process-step-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--muted-foreground);
  transition: color .3s;
}
.process-step.active .process-step-title { color: var(--foreground); }
.process-step-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.process-step.active .process-step-detail { max-height: 200px; }
.process-detail-badge {
  display: inline-block;
  font-size: .625rem;
  font-family: monospace;
  letter-spacing: .05em;
  padding: .25rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(200,149,42,.3);
  background: rgba(200,149,42,.08);
  color: var(--gold);
}
.process-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.process-img-item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  opacity: .6;
  transition: all .5s;
}
.process-img-item.active {
  opacity: 1;
  box-shadow: 0 0 0 2px var(--gold), 0 20px 50px rgba(200,149,42,.2);
  transform: scale(1.02);
}
.process-img-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s;
}
.process-img-item.active img { transform: scale(1.05); }
.process-img-num {
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(200,149,42,.4);
  display: block;
  margin-bottom: .25rem;
  transition: color .3s;
}
.process-img-item.active .process-img-num { color: var(--gold); }
.process-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: all .3s;
}
.process-dot.active {
  width: 32px;
  border-radius: 4px;
  background: var(--gold);
}
@media (max-width: 900px) {
  #proceso .container > div { grid-template-columns: 1fr !important; }
  .process-images { margin-top: 2rem; }
}

/* ── About mosaic photos ─────────────────────────────────────── */
.about-photo {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--muted);
}
.about-photo-tall {
  height: 480px;
}
.about-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s;
}
.about-photo:hover img { transform: scale(1.05); }

/* ── Seasonal Menu ───────────────────────────────────────────── */
.seasonal-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s, transform .25s;
}
.seasonal-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
}
.seasonal-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.seasonal-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.seasonal-card:hover .seasonal-card-img img { transform: scale(1.06); }
.seasonal-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,10,5,.7), transparent 60%);
}
.seasonal-badge-temp {
  position: absolute;
  top: .625rem; left: .625rem;
  font-size: .5625rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(14,10,5,.75);
  border: 1px solid rgba(200,149,42,.25);
  padding: .25rem .625rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: .25rem;
}
.seasonal-card-body { padding: 1rem 1.125rem 1.125rem; }

/* ── Videos ──────────────────────────────────────────────────── */
.video-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: .75rem;
}
.video-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}
.video-card-main { height: 440px; }
.video-card-small { height: 136px; display: flex; align-items: flex-end; }
.video-thumb {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.video-card:hover .video-thumb { transform: scale(1.04); }
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.2) 60%, transparent);
}
.video-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(200,149,42,.9);
  color: #0a0700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: transform .25s, background .25s;
  box-shadow: 0 0 0 0 rgba(200,149,42,.4);
  animation: pulse-play 2.5s ease-in-out infinite;
}
.video-play-btn:hover {
  transform: translate(-50%,-50%) scale(1.1);
  background: var(--gold);
}
@keyframes pulse-play {
  0%,100% { box-shadow: 0 0 0 0 rgba(200,149,42,.4); }
  50%      { box-shadow: 0 0 0 14px rgba(200,149,42,.0); }
}
.video-play-sm {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(200,149,42,.85);
  color: #0a0700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  transition: transform .25s;
}
.video-card:hover .video-play-sm { transform: translate(-50%,-50%) scale(1.1); }
.video-card-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.25rem 1.5rem;
}
.video-tag {
  display: inline-block;
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .375rem;
}
.video-title {
  font-family: var(--font-serif);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .375rem;
}
.video-meta {
  font-size: .6875rem;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: .25rem;
}
@media (max-width: 768px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-card-main { height: 280px; }
}

/* ── Team ────────────────────────────────────────────────────── */
.team-pills {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  padding: .5rem .25rem;
  margin-bottom: 1.5rem;
  scrollbar-width: none;
}
.team-pills::-webkit-scrollbar { display: none; }
.team-pill {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .625rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(200,149,42,.25);
  border-radius: 1rem;
  min-width: 88px;
  background: rgba(14,10,5,.5);
  cursor: pointer;
  transition: all .3s;
}
.team-pill:hover { border-color: rgba(200,149,42,.4); background: var(--bg-card); }
.team-pill.active {
  border-color: rgba(200,149,42,.3);
  background: rgba(200,149,42,.06);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.team-pill-avatar {
  width: 48px; height: 48px;
  border-radius: .75rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #0a0700;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.25rem;
  overflow: hidden;
  transition: all .3s;
}
.team-pill.active .team-pill-avatar {
  box-shadow: 0 0 0 2px rgba(200,149,42,.4);
}
.team-pill-name {
  font-size: .6875rem;
  font-weight: 600;
  color: var(--muted-foreground);
  transition: color .3s;
}
.team-pill.active .team-pill-name { color: var(--foreground); }
.team-pill-role {
  font-size: .5rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(200,149,42,.35);
  margin-top: .125rem;
  transition: color .3s;
}
.team-pill.active .team-pill-role { color: var(--gold); }
.team-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  border: 1px solid rgba(200,149,42,.2);
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--bg-card);
  animation: teamFadeIn .4s cubic-bezier(.22,1,.36,1) both;
}
@keyframes teamFadeIn {
  from { opacity: 0; transform: translateY(12px) scale(.99); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.team-portrait {
  background: rgba(200,149,42,.06);
  border-right: 1px solid rgba(200,149,42,.15);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.team-avatar-lg {
  width: 144px; height: 144px;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #0a0700;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 4rem;
  box-shadow: 0 0 0 2px rgba(200,149,42,.35);
  overflow: hidden;
  transition: all .4s;
}
.team-feature-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
}
.team-feature-role {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
}
.team-tags { display: flex; flex-wrap: wrap; gap: .375rem; justify-content: center; }
.team-tag {
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .25rem .625rem;
  border-radius: 999px;
  background: rgba(200,149,42,.1);
  border: 1px solid rgba(200,149,42,.2);
  color: var(--gold);
}
.team-bio-panel {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-bio {
  color: var(--muted-foreground);
  font-size: .9375rem;
  line-height: 1.75;
  font-weight: 300;
}
.team-specialty { color: var(--gold); font-size: .875rem; font-weight: 600; }
.team-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(200,149,42,.25);
  border: none;
  cursor: pointer;
  transition: all .3s;
}
.team-dot.active {
  width: 20px;
  border-radius: 4px;
  background: var(--gold);
}
.team-stats {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.team-stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(14,10,5,.4);
  border: 1px solid rgba(200,149,42,.15);
  border-radius: 1rem;
  padding: 1.25rem;
  transition: background .2s;
}
.team-stat-card:hover { background: var(--bg-card); }
@media (max-width: 900px) {
  .team-card { grid-template-columns: 1fr; }
  .team-portrait { border-right: none; border-bottom: 1px solid rgba(200,149,42,.15); }
  .team-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .team-stats { grid-template-columns: 1fr; }
}

/* ── Reservation Banner Section ──────────────────────────────── */
.reservation-banner-section {
  background: var(--bg);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

/* ── Social grid ─────────────────────────────────────────────── */
.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: .625rem;
}
.social-item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  display: block;
}
.social-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.social-item:hover img { transform: scale(1.08); }
.social-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,7,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}
.social-item:hover .social-overlay { opacity: 1; }

/* ── Floating Actions ────────────────────────────────────────── */
.floating-actions {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 400;
  display: flex;
  flex-direction: column;
  gap: .625rem;
  align-items: flex-end;
}
.fab {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  border: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.fab:hover { transform: scale(1.1); }
.fab-whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.4);
}
.fab-top {
  background: rgba(14,10,5,.9);
  color: var(--gold);
  border: 1px solid rgba(200,149,42,.25) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.4);
}
.fab-top:hover { background: var(--bg-card); }

/* ══════════════════════════════════════════════════════════
   SECTION WAVE DIVIDERS — separadores responsivos elegantes
   ══════════════════════════════════════════════════════════ */

.sec-wave {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: -1px 0;
  position: relative;
  z-index: 1;
}
.sec-wave svg {
  display: block;
  width: 100%;
  height: 64px;
}
.sec-wave--dark-to-alt { background: var(--bg); }
.sec-wave--alt-to-dark { background: var(--bg-alt); }
.sec-wave--dark-to-senior { background: var(--bg); }
.sec-wave--senior-to-dark { background: hsl(32,28%,7%); }

@media (max-width: 900px)  { .sec-wave svg { height: 44px; } }
@media (max-width: 480px)  { .sec-wave svg { height: 28px; } }

/* ══════════════════════════════════════════════════════════
   SCROLL-REVEAL — entrance animations
   ══════════════════════════════════════════════════════════ */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-d1 { transition-delay: .10s; }
.reveal-d2 { transition-delay: .20s; }
.reveal-d3 { transition-delay: .30s; }
.reveal-d4 { transition-delay: .42s; }
.reveal-left {
  opacity: 0;
  transform: translateX(-28px);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1);
}
.reveal-left.visible { opacity: 1; transform: none; }
.reveal-right {
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1);
}
.reveal-right.visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════
   ENHANCED SECTION HEADER — ornamental decorations
   ══════════════════════════════════════════════════════════ */

/* Ornamental rule under centered section titles */
.sec-header .sec-title {
  position: relative;
  padding-bottom: 1.1rem;
}
.sec-header .sec-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  opacity: .7;
}

/* Diamond ornament between eyebrow and title */
.sec-eyebrow-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.sec-eyebrow-center::before,
.sec-eyebrow-center::after {
  content: '';
  display: block;
  height: 1px;
  width: 2rem;
  background: linear-gradient(to right, transparent, var(--gold));
}
.sec-eyebrow-center::after { background: linear-gradient(to left, transparent, var(--gold)); }

/* Horizontal ornamental rule (standalone) */
.sec-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin: 1rem 0 .25rem;
}
.sec-ornament::before,
.sec-ornament::after {
  content: '';
  flex: 1;
  max-width: 72px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,149,42,.4));
}
.sec-ornament::after { background: linear-gradient(to left, transparent, rgba(200,149,42,.4)); }
.sec-ornament-diamond {
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  opacity: .7;
  flex-shrink: 0;
}

/* ── Logo image (navbar & footer) ────────────────────────── */
.navbar-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform .3s, filter .3s;
  filter: drop-shadow(0 2px 8px rgba(184,134,44,.25));
}
.navbar-brand:hover .navbar-logo {
  transform: scale(1.04);
  filter: drop-shadow(0 2px 12px rgba(184,134,44,.45));
}
.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1) opacity(.85);
  margin-bottom: .25rem;
}


/* ════════════════════════════════════════════════════════════════
   RESPONSIVE — Mejoras integrales mobile-first  (v4.0)
   ════════════════════════════════════════════════════════════════ */

/* ── Smooth scroll global ──────────────────────────────────────── */
html { scroll-behavior: smooth; }

/* ── Selection color ───────────────────────────────────────────── */
::selection { background: rgba(200,149,42,.25); color: var(--foreground); }

/* ── Focus visible ─────────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid rgba(200,149,42,.6);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Custom scrollbar ──────────────────────────────────────────── */
::-webkit-scrollbar        { width: 6px; height: 6px; }
::-webkit-scrollbar-track  { background: transparent; }
::-webkit-scrollbar-thumb  { background: rgba(200,149,42,.28); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(200,149,42,.5); }

/* ────────────────────────────────────────────────────────────────
   TABLET  (≤ 900px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {

  /* Spacing */
  .py-sec { padding: 3.5rem 0; }

  /* Typography */
  .sec-title    { font-size: clamp(1.75rem, 5.5vw, 2.6rem) !important; }
  .sec-subtitle { font-size: .9375rem; }

  /* Hero */
  .hero-container { padding: 4rem 0 3.5rem; }
  .hero-desc      { font-size: .9375rem; }

  /* Pastry showcase */
  .pastry-header  { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
  .pastry-grid-r1 { grid-template-columns: 1fr; }
  .pastry-tall    { height: 300px; }
  .pastry-wide    { height: 200px; }
  .pastry-small-row { height: 160px; }
  .pastry-grid-r2 { grid-template-columns: 1fr; }
  .pastry-pancakes { height: 220px; }

  /* Team card */
  .team-card        { grid-template-columns: 1fr; }
  .team-portrait    {
    border-right: none;
    border-bottom: 1px solid rgba(200,149,42,.15);
    flex-direction: row;
    padding: 1.75rem 2rem;
    gap: 1.5rem;
    text-align: left;
  }
  .team-tags        { justify-content: flex-start; }
  .team-bio-panel   { padding: 1.75rem 2rem; }
  .team-stats       { grid-template-columns: 1fr 1fr; }

  /* Process */
  .process-layout   { grid-template-columns: 1fr !important; gap: 2rem; }

  /* Club */
  .club-layout      { grid-template-columns: 1fr !important; }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE  (≤ 768px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Spacing */
  .py-sec    { padding: 3rem 0; }
  .container { padding-inline: 1.125rem; }

  /* Hero */
  .hero-container  { padding: 3.25rem 0 3rem; }
  .hero-actions    { gap: .625rem; margin-bottom: 1.75rem; }

  /* Pastry */
  .pastry-tall    { height: 260px; }
  .pastry-caption { padding: 1.375rem; }
  .pastry-caption h3 { font-size: 1.125rem; }
  .pastry-caption p  { font-size: .8125rem; }

  /* Gallery */
  .gallery-grid { grid-auto-rows: 180px; }

  /* Team */
  .team-stat-card { padding: .875rem 1rem !important; gap: .625rem; }

  /* Order cart sticky off */
  .order-cart-sticky { position: static !important; top: auto !important; }

  /* Footer */
  .site-footer    { padding: 3rem 0 1.5rem; }
  .footer-grid    { gap: 1.75rem; margin-bottom: 2rem; }
  .footer-bottom  { flex-direction: column; align-items: flex-start; gap: .5rem; }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE SM  (≤ 640px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {

  /* Spacing */
  .py-sec    { padding: 2.5rem 0; }

  /* Pastry */
  .pastry-col-right { flex-direction: column; }
  .pastry-col-sm    { flex-direction: column; }
  .pastry-small-row { height: 150px; grid-template-columns: 1fr 1fr; }
  .pastry-tall      { height: 240px; }
  .pastry-wide      { height: 190px; }
  .pastry-pancakes  { height: 200px; }

  /* Team stacked portrait */
  .team-portrait {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 1.75rem;
  }
  .team-tags          { justify-content: center; }
  .team-avatar-lg     { width: 100px; height: 100px; font-size: 2.75rem; }
  .team-bio-panel     { padding: 1.5rem; }
  .team-pills         { gap: .5rem; }
  .team-pill          { min-width: 74px; padding: .875rem 1rem; }
  .team-pill-avatar   { width: 40px; height: 40px; font-size: 1rem; }
  .team-stats         { grid-template-columns: 1fr 1fr; }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card  { padding: 1.375rem; }

  /* Forms */
  .reservation-form,
  .contact-form { padding: 1.375rem 1.125rem; }

  /* News */
  .news-card-img { height: 165px; }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE XS  (≤ 500px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 500px) {

  /* Spacing */
  .py-sec    { padding: 2.25rem 0; }
  .container { padding-inline: .875rem; }

  /* Hero buttons stack */
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline-gold { width: 100%; justify-content: center; }

  /* Cookie banner */
  .cookie-banner {
    flex-wrap: wrap;
    gap: .875rem;
    padding: 1.125rem 1.25rem;
    padding-right: 2.5rem;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px) + .75rem);
  }
  .cookie-icon-wrap { display: none; }
  .cookie-body { padding-right: 0; width: 100%; }
  .cookie-actions { flex-direction: row; width: 100%; }
  .cookie-btn { flex: 1; text-align: center; }

}

/* ── Mobile bottom action bar ────────────────────────────── */
.mob-bar {
  display: none;
}
@media (max-width: 960px) {
  .mob-bar {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 280;
    height: 62px;
    background: var(--bg);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    align-items: stretch;
    safe-area-inset-bottom: env(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .mob-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    color: var(--muted-foreground);
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: .5rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
    padding: .375rem .25rem;
    transition: color .2s, background .2s;
    -webkit-tap-highlight-color: transparent;
  }
  .mob-btn i {
    font-size: 1.3rem;
    line-height: 1;
    display: block;
  }
  .mob-btn:hover,
  .mob-btn:focus-visible { color: var(--gold); }
  .mob-btn.active         { color: var(--gold); }
  .mob-cta {
    color: var(--gold);
    background: rgba(200,149,42,.07);
    border-left: 1px solid rgba(200,149,42,.12);
    border-right: 1px solid rgba(200,149,42,.12);
  }
  .mob-cta:hover { background: rgba(200,149,42,.14); }
  /* push page content up so footer isn't hidden */
  body { padding-bottom: 62px; }
  /* hide Club button from navbar on mobile (mob-bar has it) */
  .nav-btn-club { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE LOADER
   ═══════════════════════════════════════════════════════════════ */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.pl-bg {
  position: absolute;
  inset: 0;
  background: #0b0804;
}
.pl-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  transform: translate(-50%, -60%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,149,42,.10) 0%, transparent 70%);
  pointer-events: none;
  animation: pl-glow-pulse 3s ease-in-out infinite;
}
@keyframes pl-glow-pulse {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -60%) scale(1);    }
  50%       { opacity: 1;   transform: translate(-50%, -60%) scale(1.12); }
}

/* Center block */
.pl-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  animation: pl-enter .55s cubic-bezier(.22,1,.36,1) both;
}
@keyframes pl-enter {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* Ring */
.pl-ring-wrap {
  position: relative;
  width: 110px;
  height: 110px;
}
.pl-svg {
  width: 110px;
  height: 110px;
  transform: rotate(-90deg);
  transform-origin: center;
  overflow: visible;
}
.pl-track {
  fill: none;
  stroke: rgba(200,149,42,.10);
  stroke-width: 2.5;
}
.pl-arc {
  fill: none;
  stroke: #c8952a;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 85 204;
  animation: pl-spin 1.35s cubic-bezier(.4,.15,.6,.85) infinite;
  transform-origin: 55px 55px;
}
@keyframes pl-spin {
  0%   { transform: rotate(0deg);    }
  100% { transform: rotate(360deg);  }
}

/* Second thinner outer ring */
.pl-ring-wrap::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(200,149,42,.07);
  animation: pl-ring-outer 4s linear infinite;
}
@keyframes pl-ring-outer {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

/* Logo icon */
.pl-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-logo-img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 50%;
  animation: pl-icon-pulse 2.4s ease-in-out infinite;
  filter: drop-shadow(0 2px 12px rgba(200,149,42,.35));
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes pl-icon-pulse {
  0%, 100% { opacity: .8;  transform: scale(1);    }
  50%       { opacity: 1;   transform: scale(1.06); filter: drop-shadow(0 4px 18px rgba(200,149,42,.55)); }
}

/* Brand */
.pl-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .375rem;
}
.pl-brand-name {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 5vw, 2.375rem);
  font-weight: 700;
  color: #faf7f2;
  letter-spacing: -.01em;
  line-height: 1;
}
.pl-brand-sep {
  display: block;
  width: 32px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,149,42,.55), transparent);
}
.pl-brand-tag {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  color: rgba(200,149,42,.65);
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* Loading dots */
.pl-dots {
  display: flex;
  gap: .4rem;
  align-items: center;
  margin-top: .25rem;
}
.pl-dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(200,149,42,.45);
  animation: pl-bounce 1.35s ease-in-out infinite;
}
.pl-dots span:nth-child(2) { animation-delay: .18s; }
.pl-dots span:nth-child(3) { animation-delay: .36s; }
@keyframes pl-bounce {
  0%, 80%, 100% { transform: translateY(0)    scale(.65); opacity: .35; }
  40%            { transform: translateY(-5px) scale(1);   opacity: 1;   }
}

/* Credit badge */
.pl-credit {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .3rem;
  animation: pl-enter .7s .15s cubic-bezier(.22,1,.36,1) both;
}
.pl-credit-label {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: .5rem;
  font-weight: 400;
  color: rgba(250,247,242,.22);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.pl-credit-card {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(200,149,42,.14);
  border-radius: .625rem;
  padding: .45rem .7rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .2s, background .2s;
}
.pl-credit-card:hover {
  background: rgba(200,149,42,.06);
  border-color: rgba(200,149,42,.28);
}
.pl-credit-logo {
  width: 26px;
  height: 26px;
  border-radius: .375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,149,42,.12);
  flex-shrink: 0;
}
.pl-credit-logo.pl-logo-fallback {
  background: linear-gradient(135deg, #c8952a 0%, #9a7020 100%);
}
.pl-credit-logo.pl-logo-fallback::after {
  content: 'SJ';
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: .55rem;
  color: #0b0804;
  letter-spacing: .02em;
}
.pl-credit-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pl-credit-name {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  color: rgba(250,247,242,.72);
  letter-spacing: .04em;
}

/* Exit animation */
#page-loader.pl-out {
  animation: pl-fade-out .5s cubic-bezier(.4,0,1,1) forwards;
}
@keyframes pl-fade-out {
  0%   { opacity: 1; transform: scale(1);    }
  100% { opacity: 0; transform: scale(1.03); pointer-events: none; }
}

/* Responsive */
@media (max-width: 480px) {
  .pl-ring-wrap { width: 88px; height: 88px; }
  .pl-svg       { width: 88px; height: 88px; }
  .pl-arc       { transform-origin: 55px 55px; }
  .pl-icon svg  { width: 24px; height: 24px; }
  .pl-brand-name { font-size: 1.625rem; }
  .pl-credit { bottom: 1rem; right: 1rem; }
}

/* ════════════════════════════════════════════════════════════════
   MOBILE ENHANCEMENTS v4.3 — Layout fixes + visual polish
   ════════════════════════════════════════════════════════════════ */

/* ── Hero subtitle (alias of hero-desc) ───────────────────────── */
.hero-subtitle {
  color: var(--muted-foreground);
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 28rem;
  margin-bottom: 2rem;
}

/* ── Form label (used in reservas.php & contacto.php) ─────────── */
.form-label {
  display: block;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  margin-bottom: .4rem;
}

/* ── Desayunos section layout ─────────────────────────────────── */
.desayunos-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* ── Club section layout ──────────────────────────────────────── */
.club-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* ── Reservas page form layout ────────────────────────────────── */
.reservas-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

/* ────────────────────────────────────────────────────────────────
   TABLET  (≤ 900px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {

  /* Hero subtitle */
  .hero-subtitle { font-size: .9375rem; }

  /* Desayunos: stack vertically + show the image grid again */
  .desayunos-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .desayunos-layout .desayunos-grid { display: grid !important; }

  /* Club: stack */
  .club-layout { grid-template-columns: 1fr; gap: 2.5rem; }

  /* Floating actions — lift above mob-bar (62 px) */
  .floating-actions { bottom: calc(62px + .875rem); }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE  (≤ 768px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Hero */
  .hero-subtitle { font-size: .9rem; margin-bottom: 1.5rem; }

  /* Reservas form layout stacks */
  .reservas-layout { grid-template-columns: 1fr; }

  /* Floating actions — keep above bar */
  .floating-actions { bottom: calc(62px + .75rem); right: 1rem; }

  /* Senior strip stacks */
  .senior-strip { flex-direction: column; text-align: center; align-items: center; }

  /* Pastry CTA button full-width */
  .pastry-cta-inner .btn-primary { width: 100%; justify-content: center; }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE SM  (≤ 640px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {

  /* Hero — fill screen, gradient from bottom so text stays readable */
  .hero-section { min-height: 92svh; min-height: 92vh; }
  .hero-bg-overlay {
    background:
      linear-gradient(to top, rgba(14,10,5,.96) 0%, rgba(14,10,5,.72) 40%, rgba(14,10,5,.22) 100%),
      linear-gradient(to right, rgba(14,10,5,.55) 0%, transparent 70%);
  }

  /* Hero content centered */
  .hero-content  { text-align: center; }
  .hero-eyebrow  { display: flex; justify-content: center; }
  .hero-actions  { justify-content: center; }
  .hero-badges   { justify-content: center; }
  .hero-subtitle { text-align: center; max-width: 100%; }

  /* Hero subtitle size */
  .hero-subtitle { font-size: .875rem; }

  /* Cat pills — horizontal scroll instead of wrap */
  .cat-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, black .75rem, black calc(100% - .75rem), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black .75rem, black calc(100% - .75rem), transparent);
  }
  .cat-pills::-webkit-scrollbar { display: none; }

  /* Products grid — 2 cols on mobile for denser layout */
  .products-grid  { grid-template-columns: repeat(2, 1fr); gap: .625rem; }
  .product-img-wrap { height: 130px; }
  .product-card-body { padding: .75rem .875rem .875rem; }
  .product-name  { font-size: .9rem; }
  .product-desc  { font-size: .75rem; line-height: 1.5; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .product-price { font-size: 1rem; }

  /* Promo cards */
  .promo-card  { padding: 1.375rem; }
  .promo-title { font-size: 1.175rem; }

  /* Senior cards */
  .senior-cards { grid-template-columns: 1fr; }
  .senior-phone-cta { flex-direction: row; gap: 1rem; }

  /* Why grid: 1 col on small mobile */
  .why-grid    { grid-template-columns: 1fr !important; }
  .why-card-img { height: 160px; }

  /* Desayunos image grid — 2×2 on mobile */
  .desayuno-main { height: 180px; }
  .desayuno-img-item { height: 130px; }

  /* Gallery rows shorter */
  .gallery-grid { grid-auto-rows: 150px; }
}

/* ────────────────────────────────────────────────────────────────
   MOBILE XS  (≤ 400px)
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 400px) {

  /* Hero title clamp smaller */
  .hero-title { font-size: clamp(1.875rem, 9vw, 2.5rem) !important; }

  /* Products back to 1 col at very small screens */
  .products-grid { grid-template-columns: 1fr; }
  .product-img-wrap { height: 180px; }

  /* Reservation & contact forms */
  .reservation-form,
  .contact-form { padding: 1.125rem 1rem; }

  /* Floating actions */
  .floating-actions { right: .75rem; }
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT THEME — Sobreescrituras para componentes con colores
                 oscuros hardcodeados
   ════════════════════════════════════════════════════════════════ */

[data-theme="light"] .hero-overlay,
[data-theme="light"] .hero-bg-overlay {
  background:
    linear-gradient(to right, rgba(252,248,240,.95) 30%, rgba(252,248,240,.5) 100%),
    linear-gradient(to top,   rgba(252,248,240,.72) 0%,  transparent 55%);
}
[data-theme="light"] .hero-float-card {
  background: rgba(255,252,246,.9);
  border-color: rgba(180,130,40,.22);
}
[data-theme="light"] .hero-badge {
  background: rgba(200,149,42,.07);
  color: rgba(110,72,16,.75);
  border-color: rgba(200,149,42,.18);
}

[data-theme="light"] .process-step {
  background: rgba(252,248,240,.85);
  border-color: rgba(180,130,40,.14);
}
[data-theme="light"] .process-step.active {
  background: #fff;
  border-color: rgba(180,130,40,.35);
  box-shadow: 0 6px 22px rgba(180,130,40,.11);
}

[data-theme="light"] .team-portrait {
  background: rgba(250,246,238,.72);
}
[data-theme="light"] .team-pill        { background: rgba(250,246,238,.8); }
[data-theme="light"] .team-pill.active { background: rgba(200,149,42,.07); }
[data-theme="light"] .team-stat-card   {
  background: rgba(250,246,238,.6) !important;
  border-color: rgba(180,130,40,.14) !important;
}

[data-theme="light"] .site-footer {
  background: hsl(40,28%,91%);
  border-top-color: rgba(180,130,40,.16);
}
[data-theme="light"] .footer-bottom { border-top-color: rgba(180,130,40,.16); }

[data-theme="light"] .top-banner {
  background: linear-gradient(to right, hsl(40,28%,89%), rgba(200,149,42,.08), hsl(40,28%,89%));
  border-bottom-color: rgba(180,130,40,.18);
}

[data-theme="light"] .form-input      { background: rgba(255,252,246,.92); }
[data-theme="light"] .order-cart-box,
[data-theme="light"] .reservation-form,
[data-theme="light"] .contact-form    { background: #fff; box-shadow: 0 2px 14px rgba(180,130,40,.07); }

[data-theme="light"] .testimonial-card { background: #fff; box-shadow: 0 4px 16px rgba(180,130,40,.08); }
[data-theme="light"] .news-card        { background: #fff; box-shadow: 0 4px 16px rgba(180,130,40,.07); }
[data-theme="light"] .product-card     { background: #fff; box-shadow: 0 2px 10px rgba(180,130,40,.07); }
[data-theme="light"] .gallery-overlay  { background: rgba(252,248,240,.5); color: var(--gold-dark); }

[data-theme="light"] .pastry-overlay {
  background: linear-gradient(to top, rgba(60,40,10,.75) 0%, rgba(60,40,10,.1) 50%, transparent);
}
[data-theme="light"] .pastry-overlay-left {
  background: linear-gradient(to right, rgba(60,40,10,.72) 0%, rgba(60,40,10,.2) 100%);
}

[data-theme="light"] .navbar.scrolled {
  box-shadow: 0 4px 24px rgba(120,80,20,.1);
}

/* ════════════════════════════════════════════════════════════════
   MOBILE v4.5 — Mejoras integrales + PWA safe-areas
   ════════════════════════════════════════════════════════════════ */

/* ── iOS safe-area (notch / Dynamic Island / home indicator) ──── */
.mob-bar {
  padding-bottom: max(env(safe-area-inset-bottom, 0px), 6px);
  height: calc(62px + env(safe-area-inset-bottom, 0px));
}
body {
  padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
}
.navbar {
  padding-top: env(safe-area-inset-top, 0px);
}

/* ── Minimum touch-target 44×44 px ───────────────────────────── */
@media (max-width: 960px) {
  .mob-btn               { min-height: 44px; }
  .nav-toggle            { min-width: 44px; min-height: 44px; }
  .theme-toggle          { min-width: 44px; min-height: 44px; }
  .btn-primary,
  .btn-outline-gold,
  .btn-gold,
  .btn-ghost             { min-height: 44px; }
  .form-input,
  .form-select,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="time"],
  select,
  textarea               { min-height: 44px; font-size: 16px !important; /* prevent iOS zoom */ }
}

/* ── Hero mobile — full-bleed, centered, tight ───────────────── */
@media (max-width: 640px) {
  .hero-section          { min-height: 100svh; min-height: 100vh; }
  .hero-container        { padding: 5rem 0 4rem; gap: 2rem; }
  .hero-title            { font-size: clamp(2rem, 9.5vw, 2.75rem) !important; line-height: 1.08; }
  .hero-subtitle         { font-size: .875rem; line-height: 1.7; margin-bottom: 1.375rem; }
  .hero-eyebrow-text     { font-size: .65rem; }
  .hero-badges           { gap: .5rem; flex-wrap: wrap; justify-content: center; }
  .hero-badge            { font-size: .65rem; padding: .3rem .75rem; }
}
@media (max-width: 400px) {
  .hero-title            { font-size: clamp(1.75rem, 9vw, 2.25rem) !important; }
  .hero-container        { padding: 4.5rem 0 3.5rem; }
}

/* ── Navbar mobile improvements ──────────────────────────────── */
@media (max-width: 960px) {
  .navbar-inner          { height: 58px; }
  .navbar-logo           { height: 34px; }
  .nav-btn-pedir         { padding: .45rem .875rem; font-size: .78rem; }
}

/* ── Section titles on mobile ────────────────────────────────── */
@media (max-width: 640px) {
  .sec-label    { font-size: .6rem; letter-spacing: .16em; }
  .sec-title    { font-size: clamp(1.6rem, 7vw, 2.25rem) !important; }
  .sec-subtitle { font-size: .875rem; line-height: 1.65; }
}

/* ── Suppliers section — mobile card layout ───────────────────── */
.suppliers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
@media (max-width: 640px) {
  .suppliers-grid           { grid-template-columns: 1fr; gap: .875rem; }
  .supplier-card            { padding: 1.125rem; }
  .supplier-card-header     { gap: .75rem; }
  .supplier-avatar          { width: 52px; height: 52px; }
  .supplier-name            { font-size: .9rem; }
  .supplier-category-badge  { font-size: .6rem; }
}

/* ── Team section — mobile ───────────────────────────────────── */
@media (max-width: 640px) {
  .team-pill                { min-width: 64px; padding: .75rem .75rem; }
  .team-pill-avatar         { width: 36px; height: 36px; font-size: .875rem; }
  .team-pill-name           { font-size: .6rem; }
  .team-bio-panel           { padding: 1.25rem; }
  .team-bio-quote           { font-size: 1rem; line-height: 1.55; }
  .team-stat-val            { font-size: 1.25rem; }
}

/* ── Scroll snap carousels on mobile ─────────────────────────── */
@media (max-width: 640px) {
  /* Category pills: already snap-scroll, just ensure no clip */
  .cat-pills { padding-inline: .875rem; }

  /* Product grid cards clickable whole area */
  .product-card { border-radius: 14px; }
  .product-card-body .btn-add { min-height: 36px; font-size: .75rem; }
}

/* ── Testimonials: single col + bigger card on mobile ────────── */
@media (max-width: 500px) {
  .testimonials-grid        { grid-template-columns: 1fr; gap: .75rem; }
  .testimonial-card         { padding: 1.25rem; border-radius: 14px; }
  .testimonial-text         { font-size: .875rem; line-height: 1.65; }
  .testimonial-rating       { font-size: .75rem; }
}

/* ── FAQ accordion: bigger hit area ─────────────────────────── */
@media (max-width: 640px) {
  .faq-item-btn             { padding: 1.125rem .875rem; font-size: .875rem; }
  .faq-item-body            { padding: 0 .875rem 1.125rem; font-size: .875rem; }
}

/* ── Contact & reservation forms ─────────────────────────────── */
@media (max-width: 640px) {
  .form-grid                { gap: .875rem; }
  .reservation-form         { padding: 1.25rem 1rem; border-radius: 14px; }
  .contact-form             { padding: 1.25rem 1rem; border-radius: 14px; }
}

/* ── Cookie banner: above mob-bar ────────────────────────────── */
@media (min-width: 961px) {
  .cookie-banner { bottom: 1.5rem; }
}

/* ── Floating actions: above mob-bar + safe area ─────────────── */
@media (max-width: 960px) {
  .floating-actions {
    bottom: calc(62px + env(safe-area-inset-bottom, 0px) + .875rem);
  }
}

/* ── Toast: above mob-bar on mobile ─────────────────────────── */
@media (max-width: 960px) {
  #al-toasts {
    bottom: calc(62px + env(safe-area-inset-bottom, 0px) + .875rem) !important;
    right: .875rem !important;
    left: .875rem !important;
    max-width: none !important;
  }
}

/* ── Smooth overscroll ────────────────────────────────────────── */
@media (max-width: 960px) {
  html { overscroll-behavior: none; }
  body { overscroll-behavior-y: contain; }
}

/* ── Pull-to-refresh zone protection ─────────────────────────── */
body { touch-action: manipulation; }

/* ── Disable tap callout on interactive elements ─────────────── */
a, button, [role="button"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ── Footer on mobile ────────────────────────────────────────── */
@media (max-width: 640px) {
  .site-footer        { padding: 2.5rem 0 1.5rem; }
  .footer-grid        { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-desc        { font-size: .875rem; }
  .footer-social      { gap: .625rem; }
  .footer-social a    { width: 36px; height: 36px; font-size: 1.05rem; }
  .footer-bottom      { padding-top: 1.25rem; margin-top: 1.25rem; font-size: .7rem; }
}

/* ── Gallery: swipe-friendly on mobile ───────────────────────── */
@media (max-width: 640px) {
  .gallery-grid       { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; gap: .375rem; }
}
@media (max-width: 400px) {
  .gallery-grid       { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; }
}

/* ── Top banner: compact on xs ───────────────────────────────── */
@media (max-width: 400px) {
  .tb-text            { font-size: .7rem; }
  .tb-link            { font-size: .68rem; }
}

/* ── Mob-bar improvements ────────────────────────────────────── */
@media (max-width: 960px) {
  .mob-bar {
    border-top: 1px solid rgba(200,149,42,.08);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
  }
  .mob-btn span { font-size: .52rem; letter-spacing: .06em; }
  .mob-btn i    { font-size: 1.35rem; }
  .mob-btn.active { color: var(--gold); }
  .mob-btn.active i {
    filter: drop-shadow(0 0 6px rgba(200,149,42,.4));
  }
  .mob-cta {
    position: relative;
  }
  .mob-cta::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(200,149,42,.1);
    border: 1px solid rgba(200,149,42,.2);
    z-index: -1;
  }
}

/* ── Landscape mobile ─────────────────────────────────────────── */
@media (max-width: 900px) and (orientation: landscape) {
  .hero-section   { min-height: 110vw; }
  .mob-bar        { height: calc(52px + env(safe-area-inset-bottom, 0px)); }
  body            { padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px)); }
}

/* ── Reduced motion ───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}



/* ════════════════════════════════════════════════════════════════
   DISEÑO RESPONSIVO ELEGANTE — v5.0
   Breakpoints: 960 | 900 | 768 | 640 | 500 | 400
   ════════════════════════════════════════════════════════════════ */

/* ── Variables de animación ───────────────────────────────────── */
:root {
  --ease-out-expo: cubic-bezier(.19,1,.22,1);
  --ease-spring:   cubic-bezier(.34,1.56,.64,1);
  --transition-card: transform .3s var(--ease-out-expo), box-shadow .3s var(--ease-out-expo), border-color .3s ease;
}

/* ── Reveal on scroll ─────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease-out-expo), transform .7s var(--ease-out-expo);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── Gold shimmer text animation ──────────────────────────────── */
@keyframes gold-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.text-gold-animated {
  background: linear-gradient(90deg,
    var(--gold) 0%,
    #f5d78e 40%,
    var(--gold) 60%,
    #b87333 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gold-shimmer 4s linear infinite;
}

/* ── Sección eyebrow elegante ─────────────────────────────────── */
.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  padding: .3rem .8rem .3rem 0;
  position: relative;
}
.sec-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* ── Card elegante base ───────────────────────────────────────── */
.card-elegant {
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  background: var(--bg-card);
  transition: var(--transition-card);
  overflow: hidden;
}
.card-elegant:hover {
  border-color: rgba(200,149,42,.35);
  box-shadow: 0 8px 32px rgba(0,0,0,.28), 0 0 0 1px rgba(200,149,42,.08) inset;
  transform: translateY(-3px);
}

/* ── Glass card ───────────────────────────────────────────────── */
.card-glass {
  background: rgba(255,255,255,.025);
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 1.25rem;
}
@media (prefers-color-scheme: light) {
  .card-glass { background: rgba(0,0,0,.02); border-color: rgba(0,0,0,.06); }
}

/* ── Botones mejorados ────────────────────────────────────────── */
.btn-primary {
  position: relative;
  overflow: hidden;
  transition: transform .2s var(--ease-spring), box-shadow .25s ease, background .2s ease;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .25s ease;
}
.btn-primary:hover { transform: translateY(-2px) scale(1.012); box-shadow: 0 6px 22px rgba(200,149,42,.38); }
.btn-primary:hover::after { opacity: 1; }
.btn-primary:active { transform: translateY(0) scale(.995); }

.btn-outline-gold {
  transition: transform .2s var(--ease-spring), box-shadow .25s ease, background .2s ease, color .2s ease;
}
.btn-outline-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(200,149,42,.2);
}

/* ── Product card upgrade ─────────────────────────────────────── */
.product-card {
  transition: var(--transition-card);
}
.product-card:hover {
  transform: translateY(-5px) scale(1.012);
  box-shadow: 0 16px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(200,149,42,.12) inset;
  border-color: rgba(200,149,42,.3);
}

/* ── News card upgrade ────────────────────────────────────────── */
.news-card {
  transition: var(--transition-card);
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
}

/* ── About photo overlay ──────────────────────────────────────── */
.about-photo { border-radius: 1rem; overflow: hidden; }
.about-photo img { transition: transform .5s var(--ease-out-expo); }
.about-photo:hover img { transform: scale(1.06); }

/* ────────────────────────────────────────────────────────────────
   SOBRE NOSOTROS — responsive grid
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .about-two-col {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
  .about-photos-grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: 600px;
  }
  .about-photos-row3 {
    grid-template-columns: 1fr 1fr 1fr !important;
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .about-two-col { gap: 2rem !important; }
  .about-photos-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: .5rem !important;
    max-width: 100%;
  }
  .about-photos-row3 {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: .5rem !important;
    max-width: 100%;
  }
  .about-photos-row3 .about-photo { height: 90px !important; }
  .about-stats-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: .875rem !important;
  }
}
@media (max-width: 400px) {
  .about-photos-row3 {
    grid-template-columns: 1fr 1fr !important;
  }
  .about-stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ────────────────────────────────────────────────────────────────
   EQUIPO — section header
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .team-section-header {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    align-items: flex-start !important;
    margin-bottom: 2rem !important;
  }
  .team-section-header > *:last-child {
    justify-self: flex-start !important;
  }
}

/* ────────────────────────────────────────────────────────────────
   RESERVAS — responsive layout
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .reservation-two-col {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
  .reservation-two-col > div[style*="position:sticky"] {
    position: static !important;
  }
  .reservation-stats-grid {
    grid-template-columns: repeat(3,1fr) !important;
  }
}
@media (max-width: 640px) {
  .reservation-two-col { gap: 2rem !important; }
  .reservation-stats-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: .625rem !important;
  }
  .reservation-stats-grid > div:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 400px) {
  .reservation-stats-grid { grid-template-columns: 1fr !important; }
  .reservation-stats-grid > div:last-child { grid-column: auto; }
}

/* ────────────────────────────────────────────────────────────────
   HERO — mejoras elegantes de tipografía
   ──────────────────────────────────────────────────────────────── */
.hero-title {
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  line-height: 1.04;
  letter-spacing: -.025em;
}
.hero-desc {
  font-size: clamp(.9rem, 2vw, 1.0625rem);
  line-height: 1.75;
  max-width: 42ch;
}

/* ────────────────────────────────────────────────────────────────
   DESAYUNOS — mejorado
   ──────────────────────────────────────────────────────────────── */
.desayuno-img-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.125rem;
  cursor: pointer;
}
.desayuno-img-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease-out-expo);
}
.desayuno-img-item:hover img { transform: scale(1.07); }
.desayuno-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%);
}
.desayuno-img-label {
  position: absolute;
  bottom: .875rem;
  left: .875rem;
  right: .875rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
@media (max-width: 640px) {
  .desayuno-img-label { font-size: .6rem; bottom: .625rem; left: .625rem; }
}

/* ────────────────────────────────────────────────────────────────
   PROVEEDORES — tarjetas elegantes
   ──────────────────────────────────────────────────────────────── */
.supplier-card {
  transition: var(--transition-card);
}
.supplier-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200,149,42,.3) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
}

/* ────────────────────────────────────────────────────────────────
   TESTIMONIOS — scroll horizontal en mobile
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .testimonials-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: .875rem !important;
    padding-bottom: .75rem;
    scrollbar-width: none;
  }
  .testimonials-grid::-webkit-scrollbar { display: none; }
  .testimonial-card {
    min-width: 82vw;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}

/* ────────────────────────────────────────────────────────────────
   NOTICIAS — scroll horizontal en mobile
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .news-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: .875rem !important;
    padding-bottom: .75rem;
    scrollbar-width: none;
  }
  .news-grid::-webkit-scrollbar { display: none; }
  .news-card {
    min-width: 78vw;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}

/* ────────────────────────────────────────────────────────────────
   FAQ — elegante
   ──────────────────────────────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid var(--border);
  transition: background .2s ease;
}
.faq-item:hover { background: rgba(200,149,42,.025); }
.faq-question {
  transition: color .2s ease;
  font-size: .9375rem;
  font-weight: 500;
  gap: 1rem;
  padding: 1.25rem 0;
}
.faq-question:hover { color: var(--gold); }

/* ────────────────────────────────────────────────────────────────
   FOOTER — refinado
   ──────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--bg);
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,149,42,.3), transparent);
}

/* ────────────────────────────────────────────────────────────────
   FORMULARIOS — inputs elegantes
   ──────────────────────────────────────────────────────────────── */
.form-input, .form-select, input[type="text"],
input[type="email"], input[type="tel"],
input[type="date"], input[type="time"],
select, textarea {
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-input:focus, .form-select:focus,
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="date"]:focus,
input[type="time"]:focus, select:focus, textarea:focus {
  border-color: rgba(200,149,42,.5) !important;
  box-shadow: 0 0 0 3px rgba(200,149,42,.12) !important;
  outline: none !important;
}

/* ────────────────────────────────────────────────────────────────
   TOP BANNER — animación texto
   ──────────────────────────────────────────────────────────────── */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.tb-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.tb-track:hover { animation-play-state: paused; }
@media (max-width: 640px) {
  .tb-track { animation-duration: 18s; }
}

/* ────────────────────────────────────────────────────────────────
   IMÁGENES — lazy-load fade
   ──────────────────────────────────────────────────────────────── */
img[loading="lazy"] {
  transition: opacity .4s ease;
}
img[loading="lazy"]:not([src]) { opacity: 0; }

/* ────────────────────────────────────────────────────────────────
   CLUB / REWARDS — tarjetas
   ──────────────────────────────────────────────────────────────── */
.club-card {
  transition: var(--transition-card);
}
.club-card:hover {
  border-color: rgba(200,149,42,.35) !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}
@media (max-width: 640px) {
  .club-layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

/* ────────────────────────────────────────────────────────────────
   SECTION BACKGROUNDS — textura sutil
   ──────────────────────────────────────────────────────────────── */
.sec-alt {
  position: relative;
}
.sec-alt::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8952a' fill-opacity='.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .6;
}

/* ────────────────────────────────────────────────────────────────
   NAVBAR — blur mejorado + línea dorada activa
   ──────────────────────────────────────────────────────────────── */
.navbar.scrolled {
  background: rgba(10,7,0,.92);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  box-shadow: 0 1px 0 rgba(200,149,42,.12);
}
.nav-link.active,
.nav-link[aria-current="page"] {
  color: var(--gold) !important;
  position: relative;
}
.nav-link.active::after,
.nav-link[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1.5px;
  background: var(--gold);
  border-radius: 2px;
}

/* ────────────────────────────────────────────────────────────────
   PASTRY SHOWCASE — captions elegantes
   ──────────────────────────────────────────────────────────────── */
.pastry-caption {
  transition: opacity .3s ease, transform .3s ease;
}
.pastry-tall:hover .pastry-caption,
.pastry-wide:hover .pastry-caption {
  opacity: 1 !important;
}

/* ────────────────────────────────────────────────────────────────
   GALERÍA — mejoras hover
   ──────────────────────────────────────────────────────────────── */
.gallery-item {
  transition: var(--transition-card);
}
.gallery-item:hover {
  transform: scale(1.02);
  z-index: 2;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

/* ────────────────────────────────────────────────────────────────
   SCROLL PERSONALIZADO — mobile
   ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .container { padding-inline: 1rem; }
}
@media (max-width: 400px) {
  .container { padding-inline: .875rem; }
}

/* ── JS: IntersectionObserver para .reveal ───────────────────── */
/* (activado vía script en footer — se añade clase .visible) */



/* ════════════════════════════════════════════════════════════════
   TIPOGRAFÍA ELEGANTE — v5.1
   Bodoni Moda (display) · Cormorant Garamond (serif/accent)
   Outfit (sans) · óptica, kerning, ligaduras
   ════════════════════════════════════════════════════════════════ */

/* ── Renderizado premium para display ───────────────────────── */
h1, h2, h3, h4,
.hero-title,
.sec-title,
[style*="font-family:var(--font-serif)"],
[style*="font-family:var(--font-display)"] {
  font-optical-sizing: auto;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'dlig' 1;
  text-wrap: balance;
}

/* ── Hero title — Bodoni Moda máximo impacto ────────────────── */
.hero-title {
  font-family: var(--font-display) !important;
  font-size: clamp(3rem, 8vw, 6.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: -.035em !important;
  font-optical-sizing: auto;
}

/* La segunda línea en cursiva usa Cormorant italic */
.hero-title em,
.hero-title i,
.hero-title .text-gold-animated {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-weight: 400;
  font-size: 1.08em;
  letter-spacing: -.01em;
}

/* ── Títulos de sección — Bodoni Moda ───────────────────────── */
.sec-title {
  font-family: var(--font-display) !important;
  font-size: clamp(2.125rem, 4vw, 3.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.07 !important;
  letter-spacing: -.03em !important;
}

/* Partes itálicas dentro de h2/sec-title usan Cormorant */
.sec-title em,
.sec-title i,
.sec-title span[style*="italic"],
.sec-title .text-gold-animated {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.01em;
}

/* ── Subtítulos h2 inline (páginas internas) ────────────────── */
[style*="font-family:var(--font-serif)"] {
  font-family: var(--font-display) !important;
  font-optical-sizing: auto;
  font-feature-settings: 'kern' 1, 'liga' 1, 'dlig' 1;
}
[style*="font-family:var(--font-serif)"] em,
[style*="font-family:var(--font-serif)"] i {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-weight: 300;
}

/* ── Eyebrow labels — Outfit condensado, tracking amplio ─────── */
.sec-label,
.sec-eyebrow,
[style*="letter-spacing:.22em"],
[style*="letter-spacing:.18em"],
[style*="letter-spacing:.2em"] {
  font-family: var(--font-sans) !important;
  font-weight: 500 !important;
  font-size: .62rem !important;
  letter-spacing: .26em !important;
  text-transform: uppercase;
  opacity: .9;
}

/* ── Cuerpo de texto — más fino y elegante ──────────────────── */
p, li, .sec-subtitle, .hero-desc {
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.82;
  color: var(--muted-foreground);
}

/* Texto de presentación / párrafos principales — más legibles */
.sec-subtitle,
.hero-desc {
  font-size: clamp(.9rem, 1.5vw, 1.0625rem);
  letter-spacing: .012em;
  max-width: 52ch;
}

/* ── Citas / blockquotes — Cormorant italic grande ──────────── */
blockquote,
.quote-text,
.team-bio-quote,
.pastry-quote {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  line-height: 1.5;
  letter-spacing: -.005em;
  color: var(--foreground);
}

/* ── Nombres de producto — Bodoni mediano ───────────────────── */
.product-name,
.product-card .product-card-body h3,
.product-card-body > p:first-of-type {
  font-family: var(--font-display) !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  letter-spacing: -.015em !important;
  line-height: 1.25 !important;
  font-optical-sizing: auto;
}

/* ── Testimonios — Cormorant para la reseña ─────────────────── */
.testimonial-text {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-size: 1.05rem !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  letter-spacing: .005em;
}
.testimonial-author-name {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: .8125rem !important;
  letter-spacing: -.01em;
}

/* ── Footer brand — Bodoni ──────────────────────────────────── */
.footer-brand {
  font-family: var(--font-display) !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

/* ── Noticia / news cards — título elegante ─────────────────── */
.news-title,
.news-card-body h3 {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 1.0625rem !important;
  line-height: 1.3 !important;
  letter-spacing: -.018em !important;
  font-optical-sizing: auto;
}

/* ── Números / stats — Bodoni, peso light con cifras velinas ── */
[style*="font-family:var(--font-serif)"][style*="font-weight:700"],
.team-stat-val,
.team-stat-card strong {
  font-family: var(--font-display) !important;
  font-variant-numeric: oldstyle-nums !important;
  font-feature-settings: 'onum' 1, 'kern' 1 !important;
}

/* ── Top announcement banner ────────────────────────────────── */
.tb-text {
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: .14em;
  font-size: .68rem;
}

/* ── Botones — Outfit medium, no uppercase agresivo ─────────── */
.btn-primary,
.btn-outline-gold,
.btn-gold,
.btn-ghost {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: .06em;
  font-size: .8rem;
}

/* ── Navbar links — Outfit medium, amplio tracking ──────────── */
.nav-link,
.navbar-links a {
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: .1em;
  font-size: .72rem;
}

/* ── Ajustes responsive tipografía ─────────────────────────── */
@media (max-width: 768px) {
  .hero-title  { letter-spacing: -.028em !important; }
  .sec-title   { letter-spacing: -.022em !important; }
}
@media (max-width: 640px) {
  .hero-title {
    font-size: clamp(2.5rem, 10vw, 3.5rem) !important;
    letter-spacing: -.022em !important;
    line-height: 1.06 !important;
  }
  .sec-title {
    font-size: clamp(1.875rem, 7.5vw, 2.75rem) !important;
    letter-spacing: -.018em !important;
    line-height: 1.1 !important;
  }
  .sec-subtitle { font-size: .875rem; line-height: 1.75; }
  .testimonial-text { font-size: .9375rem !important; }
}
@media (max-width: 400px) {
  .hero-title { font-size: clamp(2.25rem, 10vw, 3rem) !important; }
}

/* ── Modo claro: ajustes de peso ────────────────────────────── */
[data-theme="light"] .sec-title    { font-weight: 600; }
[data-theme="light"] .hero-title   { font-weight: 600; }
[data-theme="light"] p, 
[data-theme="light"] .sec-subtitle { color: var(--muted-foreground); }

/* ── Selección de texto elegante ────────────────────────────── */
::selection {
  background: rgba(200,149,42,.22);
  color: var(--foreground);
  -webkit-text-fill-color: var(--foreground);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE GLOBALS — cubre grids inline en todas las páginas
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  /* Grids de 2 columnas → 1 columna */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:1fr 340px"],
  [style*="grid-template-columns:1fr auto"],
  .about-two-col,
  .reservation-two-col,
  .desayunos-layout,
  .hero-container {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  /* Grids de 3+ columnas → 2 columnas en tablet */
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
  }
  /* Hero visual oculto en tablet para no romper layout */
  .hero-visual { order: -1; max-height: 340px; overflow: hidden; }
  /* Pastry section */
  .pastry-grid-r1,
  .pastry-col-right { display: flex; flex-direction: column !important; }
  .pastry-small-row { display: flex; gap: .75rem; }
  /* Equipo */
  .team-section-header { grid-template-columns: 1fr !important; text-align: left; }
  .team-card { flex-direction: column !important; }
  /* Senior */
  .senior-cards { grid-template-columns: 1fr !important; }
  .senior-header { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  /* Reservas dos col */
  .reservation-two-col { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  [style*="position:sticky;top:6rem"] { position: static !important; }
  /* Promo banners */
  .promo-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 640px) {
  /* 2 columnas → 1 columna en móvil */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  /* Why cards 1 col */
  .why-grid { grid-template-columns: 1fr !important; }
  /* About stats 2 col */
  .about-stats-grid { grid-template-columns: 1fr 1fr !important; }
  /* Club grid */
  .club-layout { grid-template-columns: 1fr !important; gap: 2rem !important; }
  /* Pastry small row stack */
  .pastry-small-row { flex-direction: column; }
  /* Reservation stats */
  .reservation-stats-grid { grid-template-columns: 1fr 1fr 1fr !important; }
  /* Gallery grid */
  .pastry-grid-r2 { flex-direction: column !important; }
  /* Form rows */
  .form-row.cols-2 { grid-template-columns: 1fr !important; }
  /* Container padding */
  .container { padding-left: 1rem !important; padding-right: 1rem !important; }
  /* py-sec padding */
  .py-sec { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  /* Typography scale */
  h1, .hero-title { font-size: clamp(2rem, 9vw, 3rem) !important; }
  h2, .sec-title  { font-size: clamp(1.625rem, 6.5vw, 2.25rem) !important; }
}

@media (max-width: 400px) {
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  .about-stats-grid,
  .reservation-stats-grid {
    grid-template-columns: 1fr !important;
  }
}

