/* CURSOR */
  #cursor { width: 10px; height: 10px; background: var(--gold); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transition: width .3s, height .3s, background .3s; transform: translate(-50%,-50%); }
  #cursor-ring { width: 38px; height: 38px; border: 1px solid rgba(201,169,110,.5); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; transition: width .4s cubic-bezier(.23,1,.32,1), height .4s cubic-bezier(.23,1,.32,1), opacity .3s; transform: translate(-50%,-50%); }
  body.cursor-hover #cursor { width: 6px; height: 6px; background: var(--gold-light); }
  body.cursor-hover #cursor-ring { width: 56px; height: 56px; opacity: .7; }

  /* LOADER */
  #loader { position: fixed; inset: 0; background: var(--dark); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 24px; z-index: 10000; transition: opacity .8s ease, visibility .8s; }
  #loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
  .loader-logo { font-family: var(--ff-display); font-size: 2.5rem; font-weight: 300; letter-spacing: .3em; color: var(--gold); opacity: 0; animation: fadeUp .8s .3s forwards; align-content: center; text-align: center; }
  .loader-line { width: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); animation: growLine 1.2s .8s forwards; }
  @keyframes growLine { to { width: 200px; } }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; z-index: 100; transition: background .5s, backdrop-filter .5s; }
  nav.scrolled { background: rgba(26,21,16,.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(201,169,110,.15); }
  .nav-logo { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 400; letter-spacing: .25em; color: var(--gold); text-decoration: none; text-transform: uppercase; }
  .nav-links { display: flex; gap: 40px; list-style: none; }
  .nav-links a { font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--stone-light); text-decoration: none; transition: color .3s; position: relative; }
  .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-links a:hover::after { width: 100%; }
  .nav-cta { font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--dark); background: var(--gold); padding: 12px 28px; text-decoration: none; transition: background .3s; }
  .nav-cta:hover { background: var(--gold-light); }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 24px; height: 1px; background: var(--gold); transition: all .3s; }

  /* HERO */
  #hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 60%, rgba(139,78,58,.3) 0%, transparent 50%), radial-gradient(ellipse at 70% 40%, rgba(201,169,110,.15) 0%, transparent 50%), linear-gradient(160deg, #0E0C08 0%, #1A1510 40%, #251E14 100%); z-index: 0; }
  .hero-slider { position: absolute; inset: 0; z-index: 1; }
  .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s cubic-bezier(.4,0,.2,1), transform 8s ease; transform: scale(1.06); }
  .hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-slide--bottom img { object-position: center 70%; }
  .hero-slide.active { opacity: .28; transform: scale(1); }
  .hero-slider-dots { position: absolute; bottom: 96px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 4; }
  .slider-dot { width: 28px; height: 2px; background: rgba(201,169,110,.35); border: none; cursor: pointer; transition: background .4s, width .4s; padding: 0; }
  .slider-dot.active { background: var(--gold); width: 48px; }
  .hero-grain { position: absolute; inset: 0; z-index: 2; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; }
  .hero-content { position: relative; z-index: 3; text-align: center; max-width: 900px; padding: 0 24px; }
  .hero-eyebrow { font-size: .65rem; font-weight: 500; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; opacity: 0; animation: fadeUp .8s 1.2s forwards; }
  .hero-title { font-family: var(--ff-display); font-size: clamp(3.2rem, 8vw, 4.0rem); font-weight: 300; line-height: 1.05; color: var(--cream); margin-bottom: 24px; opacity: 0; animation: fadeUp 1s 1.4s forwards; }
  .hero-title em { color: var(--gold); font-style: italic; }
  .hero-sub { font-family: var(--ff-display); font-size: clamp(1rem, 2.5vw, 1.4rem); font-weight: 300; font-style: italic; color: var(--stone-light); margin-bottom: 52px; opacity: 0; animation: fadeUp 1s 1.7s forwards; }
  .hero-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s 2s forwards; }
  .hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 3; opacity: 0; animation: fadeUp 1s 2.4s forwards; }
  .hero-scroll span { font-size: .6rem; letter-spacing: .4em; text-transform: uppercase; color: var(--stone); }
  .scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, var(--gold), transparent); animation: pulse 2s ease infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

  /* BUTTONS */
  .btn-primary { font-size: .7rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--dark); background: var(--gold); padding: 18px 40px; text-decoration: none; transition: background .3s; position: relative; overflow: hidden; display: inline-block; }
  .btn-primary::before { content: ''; position: absolute; inset: 0; background: var(--gold-light); transform: translateX(-100%); transition: transform .4s cubic-bezier(.23,1,.32,1); }
  .btn-primary:hover::before { transform: translateX(0); }
  .btn-primary span { position: relative; z-index: 1; }
  .btn-outline { font-size: .7rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,169,110,.5); padding: 18px 40px; text-decoration: none; transition: all .3s; display: inline-block; }
  .btn-outline:hover { border-color: var(--gold); background: rgba(201,169,110,.08); }

  /* SECTIONS */
  .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(.23,1,.32,1), transform .9s cubic-bezier(.23,1,.32,1); }
  .reveal-l { opacity: 0; transform: translateX(-40px); transition: opacity .9s cubic-bezier(.23,1,.32,1), transform .9s cubic-bezier(.23,1,.32,1); }
  .reveal-r { opacity: 0; transform: translateX(40px); transition: opacity .9s cubic-bezier(.23,1,.32,1), transform .9s cubic-bezier(.23,1,.32,1); }
  .reveal.vis, .reveal-l.vis, .reveal-r.vis { opacity: 1; transform: none; }
  .sec-label { font-size: .62rem; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 16px; }
  .sec-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
  .sec-title { font-family: var(--ff-display); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 300; line-height: 1.1; color: var(--cream); }
  .sec-title em { color: var(--gold); font-style: italic; }
  .gold-bar { width: 60px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 24px 0; }

  /* STORY */
  #story { padding: 140px 0 120px; background: var(--dark); }
  .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  /* ── Párrafos descriptivos — criterio unificado ── */
  .story-text p,
  .reveal-l p, .reveal-r p, .reveal p,
  .loc-info p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--stone-light);
    margin-bottom: 20px;
    font-weight: 300;
  }
  .story-text p strong,
  .reveal-l p strong, .reveal-r p strong, .reveal p strong {
    color: var(--cream);
    font-weight: 500;
  }
  .reveal-l p:last-of-type,
  .reveal-r p:last-of-type,
  .loc-info p:last-of-type { margin-bottom: 0; }
  
  /* --- ESTADÍSTICAS PREMIUM --- */
  .stat-row { display: flex; justify-content: space-around; align-items: center; padding: 48px 0; border-top: 1px solid rgba(201, 169, 110, 0.15); border-bottom: 1px solid rgba(201, 169, 110, 0.15); margin-top: 64px; }
  .stat-item { text-align: center; flex: 1; }
  .stat-num { font-family: var(--ff-display); font-size: 2.8rem; font-weight: 300; color: var(--gold); display: block; margin-bottom: 8px; line-height: 1; }
  .stat-lbl { font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; color: var(--stone); }
  .stat-divider { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, rgba(201,169,110,0.4), transparent); }
  /* ---------------------------- */

  .story-img-wrap { position: relative; }
  .story-img { width: 100%; aspect-ratio: 4/5; background: url('https://restaurantesonfloriana.com/files/terraza-restaurante-son-floriana.jpg') center/cover; position: relative; z-index: 1; }
  .story-img-2 { position: absolute; bottom: -32px; left: -32px; width: 55%; aspect-ratio: 1; background: url('https://restaurantesonfloriana.com/files/plato-de-baclao-en-restaurante-son-floriana.jpg') center/cover; border: 4px solid var(--dark); z-index: 2; }
  .story-frame { position: absolute; top: -16px; right: -16px; width: 80%; height: 80%; border: 1px solid rgba(201,169,110,.2); z-index: 0; }

  /* MENU */
  #menu { padding: 120px 0; background: var(--dark-mid); }
  .menu-hdr { text-align: center; margin-bottom: 56px; }
  .filters { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
  .filter-btn { font-size: .65rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--stone-light); background: none; border: 1px solid rgba(201,169,110,.2); padding: 10px 22px; cursor: none; transition: all .3s; }
  .filter-btn.on, .filter-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,169,110,.06); }
  .diet-filters { display: flex; gap: 8px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
  .diet-btn { font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; padding: 6px 16px; border: 1px solid rgba(201,169,110,.15); background: none; color: var(--stone); cursor: none; transition: all .3s; }
  .diet-btn.on, .diet-btn:hover { border-color: #8BAA6A; color: #8BAA6A; background: rgba(139,170,106,.06); }
  .menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px,1fr)); gap: 2px; }
  .menu-item { background: rgba(26,21,16,.8); padding: 32px 36px; border: 1px solid rgba(201,169,110,.08); transition: all .4s; position: relative; overflow: hidden; cursor: none; }
  .menu-item::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height .4s; }
  .menu-item:hover { background: rgba(42,34,22,.9); border-color: rgba(201,169,110,.25); }
  .menu-item:hover::before { height: 100%; }
  .menu-item.off { display: none; }
  .item-cat { font-size: .58rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .item-name { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 400; color: var(--cream); margin-bottom: 8px; line-height: 1.25; }
  .item-desc { font-size: 1.0rem; color: #bdbdbd; line-height: 1.7; margin-bottom: 16px; font-weight: 300; }
  .item-foot { display: flex; align-items: center; justify-content: space-between; }
  .item-price { font-family: var(--ff-display); font-size: 1.4rem; color: var(--gold); font-weight: 300; }
  .tags { display: flex; gap: 6px; }
  .tag { font-size: .55rem; letter-spacing: .1em; padding: 3px 8px; text-transform: uppercase; }
  .t-veg { background: rgba(139,170,106,.15); color: #8BAA6A; }
  .t-gf { background: rgba(201,169,110,.12); color: var(--gold); }
  .menu-cta { text-align: center; margin-top: 48px; }

  /* HOTEL */
   #hotel { padding: 100px 0; background: var(--dark); }

  /* PRECIOS */
   #precios { padding: 100px 0; background: linear-gradient(180deg, var(--dark-mid) 0%, var(--dark) 100%); }
  .precios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
  .precio-card { border: 1px solid rgba(201,169,110,.2); padding: 48px 36px; text-align: center; transition: all .4s; position: relative; overflow: hidden; }
  .precio-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,169,110,.06), transparent); opacity: 0; transition: opacity .4s; }
  .precio-card:hover { border-color: var(--gold); transform: translateY(-4px); }
  .precio-card:hover::after { opacity: 1; }
  .precio-card.featured { background: rgba(201,169,110,.06); border-color: var(--gold); }
  .p-badge { font-size: .58rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
  .p-name { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 300; color: var(--cream); margin-bottom: 16px; }
  .p-price { font-family: var(--ff-display); font-size: 3.5rem; font-weight: 300; color: var(--gold); line-height: 1; }
  .p-price sup { font-size: 1.4rem; vertical-align: super; }
  .p-detail { font-size: .7rem; color: var(--stone); letter-spacing: .1em; margin: 6px 0 24px; }
  .p-div { width: 40px; height: 1px; background: rgba(201,169,110,.3); margin: 0 auto 24px; }
  .p-feats { list-style: none; font-size: .78rem; color: var(--stone-light); line-height: 2; font-weight: 300; }
  .p-feats li::before { content: '—  '; color: var(--gold); }

  /* EXPERIENCES */
  #experiences { padding: 120px 0; background: linear-gradient(180deg, var(--dark-mid) 0%, var(--dark) 100%); }
  .exp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 60px; }
  .exp-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: none; }
  .exp-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s cubic-bezier(.23,1,.32,1); filter: brightness(.55); }
  .exp-card:hover .exp-bg { transform: scale(1.06); filter: brightness(.4); }
  .exp-over { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,21,16,.9) 0%, transparent 60%); }
  .exp-cnt { position: absolute; bottom: 0; left: 0; right: 0; padding: 36px; transform: translateY(8px); transition: transform .5s cubic-bezier(.23,1,.32,1); }
  .exp-card:hover .exp-cnt { transform: translateY(0); }
  .exp-tag { font-size: .58rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .exp-title { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 300; color: var(--cream); line-height: 1.2; margin-bottom: 10px; }
  .exp-desc { font-size: .78rem; color: var(--stone-light); line-height: 1.7; opacity: 0; max-height: 0; overflow: hidden; transition: opacity .4s .1s, max-height .5s; }
  .exp-card:hover .exp-desc { opacity: 1; max-height: 120px; }
  .exp-more { margin-top: 12px; opacity: 0; font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); transition: opacity .4s .15s; }
  .exp-card:hover .exp-more { opacity: 1; }

  /* LOCATION */
  #location { padding: 120px 0; background: var(--dark); }
  .loc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
  .loc-info p { margin-bottom: 32px; }
  .loc-list { list-style: none; margin-bottom: 40px; }
  .loc-list li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(201,169,110,.1); font-size: .82rem; color: var(--stone-light); }
  .loc-list li:last-child { border-bottom: none; }
  .loc-ic { color: var(--gold); min-width: 20px; }
  .chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
  .chip { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; border: 1px solid rgba(201,169,110,.2); padding: 8px 16px; color: var(--stone-light); transition: all .3s; }
  .chip:hover { border-color: var(--gold); color: var(--gold); }

  /* REVIEWS */
  #reviews { padding: 120px; background: var(--dark-mid); overflow: hidden; }
  .rev-hdr { text-align: center; margin-bottom: 64px; }
  .badges { display: flex; gap: 32px; justify-content: center; margin-bottom: 60px; flex-wrap: wrap; }
  .badge { display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .b-score { font-family: var(--ff-display); font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; }
  .b-stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; }
  .b-src { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--stone); }
  .b-sep { width: 1px; background: rgba(201,169,110,.2); }
  .track-wrap { overflow: hidden; }
  .rev-track { display: flex; gap: 24px; animation: scrollCards 30s linear infinite; width: max-content; }
  .rev-track:hover { animation-play-state: paused; }
  @keyframes scrollCards { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .rev-card { min-width: 360px; max-width: 360px; background: rgba(26,21,16,.8); border: 1px solid rgba(201,169,110,.1); padding: 32px; flex-shrink: 0; }
  .rev-stars { color: var(--gold); font-size: .8rem; letter-spacing: 2px; margin-bottom: 16px; }
  .rev-text { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 300; font-style: italic; color: var(--cream); line-height: 1.7; margin-bottom: 24px; }
  .rev-author { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone); }
  .rev-author strong { color: var(--stone-light); }
  .trust-note { text-align: center; margin-top: 48px; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone); }
  .trust-note a { color: var(--gold); text-decoration: none; }

  /* GALLERY */
  #gallery { padding: 120px 0; background: var(--dark); }
  .g-hdr { text-align: center; margin-bottom: 56px; }
  .mosaic { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,240px); gap: 4px; }
  .g-item { overflow: hidden; position: relative; cursor: none; }
  .g-item:nth-child(1) { grid-column: 1/3; grid-row: 1/3; }
  .g-item:nth-child(5) { grid-column: 3/5; grid-row: 2/4; }
  .g-inner { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform .7s cubic-bezier(.23,1,.32,1), filter .5s; filter: brightness(.8); }
  .g-item:hover .g-inner { transform: scale(1.05); filter: brightness(1); }
  .g-lbl { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(26,21,16,0); transition: background .4s; }
  .g-item:hover .g-lbl { background: rgba(26,21,16,.25); }
  .g-lbl span { font-family: var(--ff-display); font-size: 1rem; font-weight: 300; font-style: italic; color: var(--cream); opacity: 0; transform: translateY(10px); transition: all .4s; }
  .g-item:hover .g-lbl span { opacity: 1; transform: translateY(0); }
  .ig-cta { text-align: center; margin-top: 40px; }
  .ig-link { font-size: .65rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: gap .3s; }
  .ig-link:hover { gap: 20px; }

  /* CTA */
  #cta { padding: 120px 0; background: linear-gradient(135deg, #1A1510, #2E2619, #1A1510); position: relative; overflow: hidden; text-align: center; }
  #cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201,169,110,.1) 0%, transparent 70%); }
  .cta-in { position: relative; z-index: 1; }
  .cta-t { font-family: var(--ff-display); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; color: var(--cream); margin-bottom: 16px; line-height: 1.1; }
  .cta-t em { color: var(--gold); font-style: italic; }
  .cta-s { font-size: .85rem; color: var(--stone-light); margin-bottom: 48px; font-weight: 300; }
  .cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
  .tel-big { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 300; color: var(--gold); text-decoration: none; letter-spacing: .1em; display: block; margin-top: 40px; transition: color .3s; }
  .tel-big:hover { color: var(--gold-light); }

  /* FOOTER */
  footer { background: #0E0C08; padding: 80px 0 40px; border-top: 1px solid rgba(201,169,110,.12); }
  .ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
  .ft-logo { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 300; letter-spacing: .2em; color: var(--gold); text-transform: uppercase; display: block; margin-bottom: 20px; }
  .ft-brand p { font-size: .78rem; color: var(--stone); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
  .socials { display: flex; gap: 16px; }
  .soc { width: 36px; height: 36px; border: 1px solid rgba(201,169,110,.2); display: flex; align-items: center; justify-content: center; color: var(--stone-light); text-decoration: none; font-size: .75rem; transition: all .3s; }
  .soc:hover { border-color: var(--gold); color: var(--gold); }
  .ft-col h4 { font-size: .62rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
  .ft-col ul { list-style: none; }
  .ft-col ul li { margin-bottom: 10px; }
  .ft-col ul li a { font-size: .8rem; color: var(--stone); text-decoration: none; transition: color .3s; font-weight: 300; }
  .ft-col ul li a:hover { color: var(--gold); }
  .ft-bot { border-top: 1px solid rgba(201,169,110,.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
  .ft-bot p { font-size: .7rem; color: var(--stone); letter-spacing: .1em; }
  .ft-bot a { color: var(--gold); text-decoration: none; }
  /* Social icons */
  /* ESTILOS PARA REDES SOCIALES */
.socials {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.5rem;
}

.socials .soc {
  color: #c9a96e; /* O también puedes usar var(--gold) */
  display: inline-flex;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.socials .soc:hover {
  transform: translateY(-3px);
  filter: brightness(1.2); /* Hace que el dorado brille un poco al pasar el ratón */
}

.socials .soc svg {
  width: 24px;
  height: 24px;
  fill: currentColor; /* Esto hereda el color #c9a96e que pusimos arriba */
}
  /* MOBILE NAV */
  /* Overlay para cerrar el menú tocando fuera */
  .mob-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9998;
    cursor: pointer;
  }
  .mob-overlay.open { display: block; }

  .mob-menu { position: fixed; inset: 0; background: var(--dark); z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; transform: translateX(100%); transition: transform .5s cubic-bezier(.23,1,.32,1); padding: 80px 24px 40px; }
  .mob-menu.open { transform: translateX(0); }
  .mob-menu a { font-family: var(--ff-display); font-size: 2rem; font-weight: 300; font-style: italic; color: var(--cream); text-decoration: none; transition: color .3s; }
  .mob-menu a:hover { color: var(--gold); }
  /* Botón ✕ grande y claramente visible */
  .mob-close {
    position: absolute; top: 16px; right: 16px;
    background: rgba(201,169,110,.12);
    border: 1.5px solid rgba(201,169,110,.4);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.4rem;
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .3s, border-color .3s;
    line-height: 1;
  }
  .mob-close:hover, .mob-close:active { background: rgba(201,169,110,.25); border-color: var(--gold); }
  /* Fila idiomas en menú móvil */
  .mob-lang-row { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }
  .mob-lang-row span, .mob-lang-row a { font-size: .72rem; letter-spacing: .2em; font-family: var(--ff-body); color: var(--stone-light); cursor: pointer; padding: 7px 12px; border: 1px solid rgba(201,169,110,.25); transition: all .3s; text-decoration: none; }
  .mob-lang-row span:hover, .mob-lang-row span.active, .mob-lang-row a:hover { color: var(--gold); border-color: var(--gold); }
  .mob-lang-row span.lang-active { color: var(--gold); border-color: var(--gold); cursor: default; }
  /* CTA reserva en menú móvil */
  .mob-reserva-btn { font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--dark); background: var(--gold); padding: 14px 32px; border: none; cursor: pointer; margin-top: 4px; transition: background .3s; }

  @media (max-width: 1024px) {
    .story-grid, .loc-grid { grid-template-columns: 1fr; gap: 48px; }
    .precios-grid { grid-template-columns: 1fr 1fr; }
    .exp-grid { grid-template-columns: 1fr 1fr; }
    .ft-grid { grid-template-columns: 1fr 1fr; }
    .mosaic { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(4,200px); }
    .g-item:nth-child(1) { grid-column: 1/3; grid-row: 1/2; }
    .g-item:nth-child(5) { grid-column: 1/3; grid-row: 4/5; }
    .story-img-2 { display: none; }
  }
  @media (max-width: 768px) {
    :root { --nav-h: 64px; }

    /* ── Evitar scroll horizontal ── */
    html { overflow-x: hidden; }
    body { overflow-x: hidden; cursor: auto; }

    /* ── Nav ── */
    .section-inner { padding: 0 20px; }
    nav { padding: 0 20px; }
    .nav-links, .nav-cta, .custom-lang-selector { display: none !important; }
    .hamburger { display: flex; cursor: pointer; }

    /* ── Hero: imagen 100% ancho sin franjas ── */
    #hero {
      height: 100svh;
      width: 100%;
      overflow: hidden;
      /* Forzar que no haya espacio lateral */
      left: 0; right: 0;
    }
    .hero-bg,
    .hero-slider,
    .hero-grain {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      width: 100%;
    }
    .hero-slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      inset: 0;
    }
    .hero-slide img {
      position: absolute;
      inset: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: center center;
      max-width: none; /* crítico: evita que el img se encoja */
    }
    .hero-content { padding: 0 20px; max-width: 100%; }
    .hero-title { font-size: clamp(1.9rem, 7vw, 3.2rem); }
    .hero-btns { flex-direction: column; align-items: center; gap: 12px; }
    .btn-primary, .btn-outline {
      padding: 15px 20px;
      width: 100%; max-width: 300px;
      text-align: center;
      box-sizing: border-box;
    }
    .hero-slider-dots { bottom: 72px; }

    /* ── Story ── */
    #story { padding: 72px 0; overflow: hidden; }
    .story-grid { grid-template-columns: 1fr; gap: 36px; }
    .story-img-wrap { width: 100%; overflow: hidden; margin: 0; }
    .story-img { width: 100%; aspect-ratio: 16/9; }
    .story-img-2, .story-frame { display: none; }

    /* ── Menu ── */
    #menu { padding: 72px 0; }
    .menu-grid { grid-template-columns: 1fr; }
    .menu-item { padding: 22px 18px; }
    .filter-btn, .diet-btn { cursor: pointer; }

    /* ── Precios ── */
    #precios { padding: 72px 0; }
    .precios-grid { grid-template-columns: 1fr; gap: 16px; }
    .precio-card { padding: 36px 24px; }

    /* ── Experiences: desc siempre visible ── */
    #experiences { padding: 72px 0; }
    .exp-grid { grid-template-columns: 1fr; }
    .exp-card { aspect-ratio: 2/3; }
    .exp-desc { opacity: 1 !important; max-height: none !important; }
    .exp-more { opacity: 1 !important; }
    .exp-cnt { transform: none !important; padding: 24px; }
    /* ── review ── */
	  #reviews { padding: 30px 20px;}  
	  
    /* ── Location ── */
    #location { padding: 72px 0; }
    .loc-grid { grid-template-columns: 1fr; gap: 40px; }
    #map { height: 300px; }

    /* ── Reviews: sin padding lateral enorme ── */
    #reviews { padding: 72px 0; }
    .rev-card { min-width: 260px; max-width: 260px; padding: 24px 20px; }
    .badges { gap: 20px; }
    .b-sep { display: none; }

    /* ── Gallery ── */
    #gallery { padding: 72px 0; }
    .mosaic { display: flex; flex-direction: column; gap: 4px; }
    .g-item { height: 220px; width: 100%; }
    .g-item:nth-child(1), .g-item:nth-child(5) { grid-column: auto; grid-row: auto; }
    .g-inner { width: 100%; height: 100%; }
    .g-lbl span { opacity: 1; transform: none; }
    .g-lbl { background: rgba(26,21,16,.2); }

    /* ── CTA ── */
    #cta { padding: 72px 0; }
    .cta-btns { flex-direction: column; align-items: center; gap: 12px; }

    /* ── Footer ── */
    footer { padding: 56px 0 32px; }
    .ft-grid { grid-template-columns: 1fr; gap: 32px; }
    .ft-bot { flex-direction: column; text-align: center; gap: 8px; }

    /* ── Hotel ── */
    #hotel { padding: 72px 0; }

    /* ── Cursor off ── */
    #cursor, #cursor-ring { display: none; }

    /* ── Misc ── */
    .stat-row { flex-direction: column; gap: 32px; padding: 32px 0; }
    .chips { gap: 8px; }
	.stat-divider { width: 60px; height: 1px; background: linear-gradient(to right, transparent, rgba(201,169,110,0.4), transparent); } 
    /* ── Modal reservas ── */
    .reserva-panel { padding: 2rem 1.25rem; width: 95vw; max-height: 95vh; }
    .reserva-form-grid { grid-template-columns: 1fr; }
  }
/* CONTENEDOR PRINCIPAL DEL SELECTOR */
.custom-lang-selector {
  position: relative; /* ¡Muy importante! Esto evita que el submenú empuje el diseño */
  cursor: pointer;
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 15px;
  z-index: 1000;
}

.current-lang {
  padding: 8px 12px;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  background: var(--dark);
}

/* EL MENÚ DESPLEGABLE (Oculto por defecto) */
.lang-dropdown {
  position: absolute; /* Esto hace que flote por encima del contenido */
  top: 120%; 
  right: 0; /* Lo alinea a la derecha para que no se salga de la pantalla en móviles */
  min-width: 100%;
  background: var(--dark-mid);
  border: 1px solid var(--gold);
  border-radius: 4px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  
  /* LAS 3 LÍNEAS QUE LO OCULTAN */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  
  transition: all 0.3s ease;
  z-index: 1000;
}

/* MOSTRAR AL HACER HOVER (O AL TOCAR EN MÓVIL) */
.custom-lang-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown li {
  padding: 10px 15px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.lang-dropdown li a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin: -10px -15px;
  padding: 10px 15px;
}
.lang-dropdown li:hover {
  background: var(--gold);
  color: var(--dark);
}
.lang-dropdown li.lang-active {
  background: rgba(201,169,110,0.12);
  color: var(--gold);
  cursor: default;
}
.chip {
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.chip:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-2px);
}
.chip.active {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
/* FIX PARA EL MAPA GRIS DE LEAFLET */
#map { 
  height: 450px; 
  width: 100%; 
  border-radius: 4px; 
  border: 1px solid rgba(26, 21, 16, 0.1);
  z-index: 1;
}
.leaflet-container img { 
  max-width: none !important; 
  max-height: none !important; 
}
.custom-marker div {
  background: #C9A96E; 
  width: 16px; 
  height: 16px; 
  border-radius: 50%; 
  border: 2px solid #1A1510; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
/* ─── MODAL RESERVAS ────────────────────────────────────────────────────────── */
.reserva-modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .4s; }
.reserva-modal.open { opacity: 1; pointer-events: all; }
.reserva-backdrop { position: absolute; inset: 0; background: rgba(10,8,5,.85); backdrop-filter: blur(8px); }
.reserva-panel { position: relative; z-index: 1; background: var(--dark-mid); border: 1px solid rgba(201,169,110,.2); width: min(580px, 95vw); max-height: 90vh; overflow-y: auto; padding: 3rem 2.5rem; transform: translateY(30px) scale(.97); transition: transform .4s cubic-bezier(.23,1,.32,1); scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.reserva-modal.open .reserva-panel { transform: translateY(0) scale(1); }
.reserva-close { position: absolute; top: 1.2rem; right: 1.2rem; background: none; border: none; color: var(--stone); cursor: pointer; padding: 6px; transition: color .3s; }
.reserva-close:hover { color: var(--gold); }
.reserva-header { text-align: center; margin-bottom: 2rem; }
.reserva-title { font-family: var(--ff-display); font-size: 2rem; font-weight: 300; color: var(--cream); letter-spacing: .15em; }

/* Pasos */
.reserva-step { display: none; }
.reserva-step.active { display: block; }

/* Grid de campos */
.reserva-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.5rem; }
.reserva-field { display: flex; flex-direction: column; gap: .5rem; }
.reserva-field label { font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--stone-light); }
.reserva-field input, .reserva-field textarea { background: rgba(255,255,255,.04); border: 1px solid rgba(201,169,110,.2); color: var(--cream); padding: .85rem 1rem; font-family: var(--ff-body); font-size: .875rem; outline: none; transition: border-color .3s; resize: none; border-radius: 0; }
.reserva-field input:focus, .reserva-field textarea:focus { border-color: var(--gold); }
.reserva-field input[type="date"] { color-scheme: dark; }
.reserva-hint { font-size: .75rem; color: var(--stone); margin-top: .25rem; }

/* Personas */
.personas-selector { display: flex; align-items: center; gap: 1rem; background: rgba(255,255,255,.04); border: 1px solid rgba(201,169,110,.2); padding: .6rem 1rem; }
.personas-btn { background: none; border: 1px solid rgba(201,169,110,.3); color: var(--gold); width: 32px; height: 32px; font-size: 1.2rem; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; }
.personas-btn:hover { background: rgba(201,169,110,.15); border-color: var(--gold); }
#personasCount { font-family: var(--ff-display); font-size: 1.5rem; color: var(--cream); min-width: 2rem; text-align: center; }

/* Turnos */
.reserva-turnos { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.turno-btn { background: rgba(255,255,255,.03); border: 1px solid rgba(201,169,110,.18); color: var(--stone-light); padding: .75rem; cursor: pointer; transition: all .25s; display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.turno-btn:hover { border-color: rgba(201,169,110,.5); color: var(--cream); }
.turno-btn.active { border-color: var(--gold); background: rgba(201,169,110,.1); color: var(--cream); }
.turno-icon { color: var(--gold); }
.turno-label { font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.turno-hora { font-size: .68rem; color: var(--stone); }

/* Info disponibilidad */
.disponibilidad-info { padding: .9rem 1.1rem; font-size: .82rem; border-radius: 0; margin-bottom: 1rem; }
.disponibilidad-info.ok { background: rgba(201,169,110,.1); border: 1px solid rgba(201,169,110,.35); color: var(--gold-light); }
.disponibilidad-info.error { background: rgba(139,78,58,.15); border: 1px solid rgba(139,78,58,.4); color: #e08060; }

/* Paso 2 */
.disponibilidad-ok { display: flex; align-items: center; gap: .75rem; padding: .9rem 1.1rem; background: rgba(201,169,110,.08); border: 1px solid rgba(201,169,110,.25); margin-bottom: 1.5rem; font-size: .85rem; color: var(--gold-light); }

/* Acciones */
.reserva-actions { display: flex; gap: .75rem; }
.reserva-actions .btn-primary, .reserva-actions .btn-outline { display: flex; align-items: center; justify-content: center; padding: 1rem 1.5rem; font-size: .7rem; }

/* Confirmado */
.reserva-confirmado { text-align: center; padding: 1rem 0; }
.confirmado-icon { margin-bottom: 1.5rem; }
.confirmado-title { font-family: var(--ff-display); font-size: 1.8rem; font-weight: 300; color: var(--gold); margin-bottom: 1rem; letter-spacing: .1em; }
.confirmado-msg { font-family: var(--ff-display); font-size: 1.05rem; font-style: italic; color: var(--cream); line-height: 1.7; }

/* Responsive modal */
@media (max-width: 600px) {
  .reserva-panel { padding: 2rem 1.25rem; }
  .reserva-form-grid { grid-template-columns: 1fr; }
  .reserva-field[style*="grid-column"] { grid-column: 1 !important; }
}

/* ─── SELECTOR DE HORAS ──────────────────────────────────────────────────────── */
.horas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .25rem;
}
.hora-btn {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,169,110,.18);
  color: var(--stone-light);
  padding: .5rem .85rem;
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .06em;
  cursor: pointer;
  transition: all .2s;
  min-width: 58px;
  text-align: center;
}
.hora-btn:hover:not(.disabled) {
  border-color: rgba(201,169,110,.6);
  color: var(--cream);
  background: rgba(201,169,110,.08);
}
.hora-btn.active {
  border-color: var(--gold);
  background: rgba(201,169,110,.15);
  color: var(--gold);
  font-weight: 600;
}
.hora-btn.disabled {
  opacity: .3;
  cursor: not-allowed;
}

/* ─── CALENDARIO VISUAL ──────────────────────────────────────────────────────── */
.cal-wrap { user-select: none; }

.cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1rem;
}
.cal-nav-btn {
  background: none; border: 1px solid rgba(201,169,110,.3); color: var(--gold);
  width: 36px; height: 36px; font-size: 1.2rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.cal-nav-btn:hover { background: rgba(201,169,110,.1); border-color: var(--gold); }
.cal-month-label {
  font-family: var(--ff-display); font-size: 1.2rem; font-weight: 300;
  letter-spacing: .15em; color: var(--cream);
}

.cal-grid-head {
  display: grid; grid-template-columns: repeat(7, 1fr);
  margin-bottom: .35rem;
}
.cal-grid-head span {
  text-align: center; font-size: .62rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--stone);
  padding: .25rem 0;
}

.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px;
  margin-bottom: 1rem;
}

.cal-day {
  aspect-ratio: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 3px;
  border-radius: 3px; position: relative; transition: all .15s;
}
.cal-day--empty { background: none; }
.cal-day-num { font-size: .78rem; font-weight: 500; line-height: 1; }
.cal-day-dot { width: 5px; height: 5px; border-radius: 50%; }

/* Estados */
.cal-day--ok {
  background: rgba(201,169,110,.06); cursor: pointer;
}
.cal-day--ok .cal-day-dot { background: #4caf84; }
.cal-day--ok:hover { background: rgba(201,169,110,.15); transform: scale(1.08); }

.cal-day--parcial {
  background: rgba(201,169,110,.06); cursor: pointer;
}
.cal-day--parcial .cal-day-dot { background: #e0a030; }
.cal-day--parcial:hover { background: rgba(201,169,110,.15); transform: scale(1.08); }

.cal-day--completo {
  background: rgba(139,78,58,.1); cursor: not-allowed; opacity: .6;
}
.cal-day--completo .cal-day-dot { background: #c0392b; }

.cal-day--cerrado {
  background: rgba(255,255,255,.02); cursor: not-allowed; opacity: .35;
  background-image: repeating-linear-gradient(
    45deg, transparent, transparent 3px,
    rgba(255,255,255,.04) 3px, rgba(255,255,255,.04) 6px
  );
}
.cal-day--cerrado .cal-day-dot { background: var(--stone); }

.cal-day--pasado { opacity: .2; cursor: not-allowed; }
.cal-day--pasado .cal-day-dot { background: transparent; }

.cal-day--hoy .cal-day-num {
  color: var(--gold); font-weight: 700;
}
.cal-day--sel {
  background: rgba(201,169,110,.2) !important;
  border: 1px solid var(--gold);
  transform: scale(1.08);
}

/* Leyenda */
.cal-legend {
  display: flex; flex-wrap: wrap; gap: .5rem 1rem;
  margin-bottom: 1rem;
}
.cal-legend span {
  display: flex; align-items: center; gap: .35rem;
  font-size: .68rem; color: var(--stone-light); letter-spacing: .05em;
}
.cal-dot {
  width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.cal-dot--ok      { background: #4caf84; }
.cal-dot--parcial { background: #e0a030; }
.cal-dot--completo{ background: #c0392b; }
.cal-dot--cerrado { background: var(--stone); }

/* Fecha seleccionada */
.cal-selected {
  display: flex; align-items: center; gap: .5rem;
  padding: .75rem 1rem; background: rgba(201,169,110,.1);
  border: 1px solid rgba(201,169,110,.3); margin-bottom: 1rem;
  font-size: .85rem; color: var(--gold-light);
}

/* Responsive */
@media (max-width: 400px) {
  .cal-day-num { font-size: .7rem; }
  .cal-grid { gap: 2px; }
}

/* ─── CALENDARIO VISUAL DE RESERVAS ─────────────────────────────────────────── */
.cal-wrap {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,169,110,.15);
  padding: 1.25rem;
  border-radius: 2px;
}
.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cal-nav-btn {
  background: none;
  border: 1px solid rgba(201,169,110,.3);
  color: var(--gold);
  width: 32px; height: 32px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
  border-radius: 2px;
}
.cal-nav-btn:hover { background: rgba(201,169,110,.1); border-color: var(--gold); }
.cal-month-label {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--cream);
}
.cal-legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--stone);
}
.cal-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: middle;
}
.cal-dot--ok      { background: #4caf7d; }
.cal-dot--partial { background: #e8a838; }
.cal-dot--full    { background: #c0392b; }
.cal-dot--closed  { background: #555; }

.cal-grid-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: 3px;
  text-align: center;
}
.cal-grid-head span {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--stone);
  padding: .3rem 0;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.cal-loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
  color: var(--stone);
  font-size: .8rem;
  letter-spacing: .1em;
}
.cal-day {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: .8rem;
  transition: all .15s;
  border: 1px solid transparent;
}
.cal-day--empty { background: none; }
.cal-day--past {
  opacity: .25;
  cursor: not-allowed;
}
.cal-day--ok {
  cursor: pointer;
  background: rgba(76,175,125,.08);
  border-color: rgba(76,175,125,.2);
  color: var(--cream);
}
.cal-day--ok:hover {
  background: rgba(76,175,125,.2);
  border-color: rgba(76,175,125,.5);
  transform: scale(1.05);
}
.cal-day--partial {
  cursor: pointer;
  background: rgba(232,168,56,.08);
  border-color: rgba(232,168,56,.2);
  color: var(--cream);
}
.cal-day--partial:hover {
  background: rgba(232,168,56,.2);
  border-color: rgba(232,168,56,.5);
  transform: scale(1.05);
}
.cal-day--full {
  background: rgba(192,57,43,.06);
  border-color: rgba(192,57,43,.15);
  color: var(--stone);
  cursor: not-allowed;
}
.cal-day--closed {
  background: rgba(255,255,255,.02);
  border-color: rgba(255,255,255,.05);
  color: var(--stone);
  cursor: not-allowed;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 3px,
    rgba(255,255,255,.03) 3px,
    rgba(255,255,255,.03) 6px
  );
}
.cal-day--selected {
  border-color: var(--gold) !important;
  background: rgba(201,169,110,.18) !important;
  color: var(--gold) !important;
}
.cal-day-num {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
}
.cal-day-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  margin-top: 3px;
}
.cal-day--ok .cal-day-dot      { background: #4caf7d; }
.cal-day--partial .cal-day-dot { background: #e8a838; }
.cal-day--full .cal-day-dot    { background: rgba(192,57,43,.5); }
.cal-day--closed .cal-day-dot  { background: #444; }
.cal-day--selected .cal-day-dot { background: var(--gold); }

.cal-selected {
  margin-top: .75rem;
  padding: .6rem .9rem;
  background: rgba(201,169,110,.1);
  border: 1px solid rgba(201,169,110,.3);
  border-radius: 2px;
  font-size: .82rem;
  color: var(--gold-light);
}
