/* ═══════════════════════════════════════════════
   SOMEWHERE LOUNGE — Page Styles
   All page sections, components, animations
═══════════════════════════════════════════════ */

/* ── SHARED SECTION UTILITIES ── */
.stitle { font-family: var(--font-display); font-size: clamp(30px, 4.5vw, 58px); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; }
.stitle em { font-style: italic; color: var(--orange); }
.stitle .g  { color: var(--green); }
.ssub { color: var(--muted); font-size: clamp(14px, 1.6vw, 17px); line-height: 1.75; max-width: 520px; }
.center { text-align: center; }
.center .ssub { margin: 14px auto 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.eyebrow-line { height: 1px; width: 40px; background: var(--orange); flex-shrink: 0; }
.eyebrow-line.green { background: var(--green); }
.eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); white-space: nowrap; }
.eyebrow-text.green { color: var(--green); }
.orange-pill { display: inline-block; padding: 6px 16px; border: 1px solid rgba(243,149,35,.3); border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.rl { opacity: 0; transform: translateX(-36px); transition: opacity .7s ease, transform .7s ease; }
.rr { opacity: 0; transform: translateX(36px); transition: opacity .7s ease, transform .7s ease; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.rl.vis, .rr.vis, .reveal.vis { opacity: 1; transform: none; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,var(--orange),var(--orange-deep)); color: #0A0A0A; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 4px 20px rgba(243,149,35,.28); transition: all .3s; white-space: nowrap; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(243,149,35,.48); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--white); padding: 13px 28px; border-radius: var(--radius); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid rgba(250,247,242,.22); transition: all .3s; cursor: pointer; white-space: nowrap; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-insta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color: white; padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: all .3s; }
.btn-insta:hover { transform: translateY(-2px); opacity: .9; }

/* ── SECTION PADDING ── */
.events-section, .dining-section, .why-section, .testi-section,
.s-menu, .s-lineup, .gallery-section, .private-section, .about-section,
.bovibes-section, .contact-section { padding: clamp(60px,8vw,120px) clamp(20px,6vw,100px); }

/* ── PAGE HERO MINI ── */
.page-hero-mini { position: relative; height: clamp(260px, 40vw, 420px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-hero-mini img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-mini-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,.5) 0%, rgba(10,10,10,.75) 100%); z-index: 1; }
.page-hero-mini-content { position: relative; z-index: 2; text-align: center; padding: 20px; }
.page-hero-mini-content .stitle { color: var(--white); }

/* ══════════════════════════════════════
   HOME — HERO
══════════════════════════════════════ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; overflow: hidden; padding: 0; }
.hero-content { padding: 100px clamp(20px,7vw,110px) 60px; max-width: 700px; position: relative; z-index: 2; }
.hero-bg-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; z-index: 0; }
.hero-bg-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.78) 42%, rgba(10,10,10,.45) 100%); z-index: 1; }

.hero-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(243,149,35,.35); border-radius: 100px; padding: 8px 20px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 24px; }
.hero-badge .fa-circle { font-size: 5px; color: var(--orange); }
.hero-title { font-family: var(--font-display); font-size: clamp(52px,8vw,108px); font-weight: 700; line-height: .95; letter-spacing: -0.02em; margin-bottom: 24px; }
.hero-title .l1 { display: block; color: var(--white); }
.hero-title .l2 { display: block; color: var(--orange); }
.hero-title .l3 { display: block; color: var(--white); font-style: italic; }
.hero-sub { color: rgba(250,247,242,.72); font-size: clamp(15px,1.8vw,19px); line-height: 1.7; max-width: 520px; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { position: relative; z-index: 2; display: flex; align-items: center; gap: 32px; padding: 28px clamp(20px,7vw,110px); background: rgba(10,10,10,.88); border-top: 1px solid rgba(243,149,35,.15); margin-top: auto; width: 100%; }
.hero-stat span { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 700; color: var(--orange); }
.hero-stat small { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; display: block; }
.h-div { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* ── EVENTS GRID ── */
.events-section { background: var(--dark2); }
.events-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; gap: 24px; flex-wrap: wrap; }
.events-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.event-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.05); border-radius: 8px; padding: 36px 32px; position: relative; overflow: hidden; transition: transform .3s, border-color .3s; }
.event-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(243,149,35,.06) 0%, transparent 60%); opacity: 0; transition: opacity .3s; }
.event-card:hover { transform: translateY(-6px); border-color: rgba(243,149,35,.2); }
.event-card:hover::before { opacity: 1; }
.event-card.sat::before { background: linear-gradient(135deg, rgba(148,196,76,.06) 0%, transparent 60%); }
.event-card.sat:hover { border-color: rgba(148,196,76,.2); }
.event-card.sun::before { background: linear-gradient(135deg, rgba(87,84,101,.15) 0%, transparent 60%); }
.event-num { font-family: var(--font-display); font-size: 80px; font-weight: 700; color: rgba(255,255,255,.04); position: absolute; top: -10px; right: 16px; line-height: 1; }
.event-tag { margin-bottom: 14px; }
.event-tag span { background: rgba(243,149,35,.12); border: 1px solid rgba(243,149,35,.2); color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.event-card.sat .event-tag span { background: rgba(148,196,76,.1); border-color: rgba(148,196,76,.2); color: var(--green); }
.event-card.sun .event-tag span { background: rgba(87,84,101,.2); border-color: rgba(87,84,101,.4); color: var(--slate-light); }
.event-name { font-family: var(--font-display); font-size: 28px; font-weight: 700; margin-bottom: 14px; }
.event-desc { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 28px; }
.event-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: gap .2s; }
.event-card.sat .event-cta { color: var(--green); }
.event-cta:hover { gap: 14px; }

/* ── DINING SECTION ── */
.dining-section { background: var(--dark); }
.dining-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.photo-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
.pm1 { grid-column: 1; grid-row: 1 / 3; }
.pm2 { grid-column: 2; grid-row: 1; }
.pm3 { grid-column: 2; grid-row: 2; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.svc-row { display: flex; gap: 18px; margin-top: 28px; }
.svc-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 7px; }
.svc-dot.g { background: var(--green); }
.svc-dot.s { background: var(--slate-light); }
.svc-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.svc-body p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 10px; }
.svc-link { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.svc-link.g { color: var(--green); }
.svc-link:hover { gap: 12px; }

/* ── WHY SECTION ── */
.why-section { background: var(--dark3); }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 52px; }
.why-card { background: var(--dark4); border: 1px solid rgba(255,255,255,.04); border-radius: 8px; padding: 32px 26px; transition: transform .3s, border-color .3s; }
.why-card:hover { transform: translateY(-5px); border-color: rgba(243,149,35,.15); }
.why-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--orange-glow); border: 1px solid rgba(243,149,35,.2); display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 18px; margin-bottom: 18px; }
.why-icon.g { background: var(--green-glow); border-color: rgba(148,196,76,.2); color: var(--green); }
.why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: 13.5px; line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testi-section { background: var(--dark2); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.testi-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.05); border-radius: 8px; padding: 32px; }
.testi-stars { color: var(--orange); font-size: 13px; margin-bottom: 16px; display: flex; gap: 3px; }
.testi-quote { color: rgba(250,247,242,.82); font-size: 14.5px; line-height: 1.8; font-style: italic; }
.testi-line { height: 1px; background: rgba(255,255,255,.07); margin: 22px 0; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 40px; height: 40px; border-radius: 50%; background: var(--orange-glow); border: 1px solid rgba(243,149,35,.25); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--orange); font-size: 15px; flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 14px; }
.testi-role { color: var(--muted); font-size: 12px; margin-top: 2px; }

/* ── HOME CTA BAND ── */
.home-cta-band { background: linear-gradient(135deg, rgba(243,149,35,.08) 0%, rgba(148,196,76,.05) 100%); border-top: 1px solid rgba(243,149,35,.1); border-bottom: 1px solid rgba(243,149,35,.1); padding: clamp(50px,7vw,90px) clamp(20px,6vw,100px); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ══════════════════════════════════════
   MENU PAGE
══════════════════════════════════════ */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.menu-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.05); border-radius: 10px; overflow: hidden; transition: transform .3s, border-color .3s; }
.menu-card:hover { transform: translateY(-5px); border-color: rgba(243,149,35,.2); }
.mc-img { height: 200px; overflow: hidden; }
.mc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.menu-card:hover .mc-img img { transform: scale(1.06); }
.mc-body { padding: 20px 22px; }
.mc-cat { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); border: 1px solid rgba(243,149,35,.25); padding: 3px 10px; border-radius: 100px; margin-bottom: 10px; }
.mc-cat.mc-native { color: var(--green); border-color: rgba(148,196,76,.25); }
.mc-cat.mc-genz { color: #b78cf7; border-color: rgba(183,140,247,.25); }
.mc-cat.mc-bar { color: #5cb3ff; border-color: rgba(92,179,255,.25); }
.mc-body h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; line-height: 1.35; }
/* WhatsApp order button on menu cards */
.mc-cta { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 10px 18px; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: all .2s; }
.mc-cta:hover { background: #128C7E; transform: translateY(-1px); }
.mc-cta .fab { font-size: 15px; }
.menu-footer { text-align: center; padding: 48px 0 0; border-top: 1px solid rgba(255,255,255,.06); margin-top: 48px; }
.menu-footer p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.menu-footer-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════
   EVENTS PAGE
══════════════════════════════════════ */
.s-lineup { background: var(--dark2); }
.flyer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; }
.flyer-card { border-radius: 10px; overflow: hidden; }
.flyer-img-wrap { position: relative; overflow: hidden; border-radius: 10px; }
.flyer-img-wrap img { width: 100%; height: 340px; object-fit: cover; transition: transform .5s; display: block; }
.flyer-card:hover .flyer-img-wrap img { transform: scale(1.05); }
.flyer-hover { position: absolute; inset: 0; background: rgba(10,10,10,.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.flyer-card:hover .flyer-hover { opacity: 1; }
.flyer-cta { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 12px 22px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.lineup-footer { text-align: center; margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.06); }
.lineup-footer p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.lineup-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════
   GALLERY PAGE
══════════════════════════════════════ */
.gallery-section { background: var(--dark); }
.gallery-masonry { columns: 4; column-gap: 14px; }
.gm-item { break-inside: avoid; margin-bottom: 14px; border-radius: 8px; overflow: hidden; }
.gm-item img { width: 100%; display: block; transition: transform .5s; }
.gm-item:hover img { transform: scale(1.04); }
@media(max-width:1100px){ .gallery-masonry { columns: 3; } }
@media(max-width:600px) { .gallery-masonry { columns: 2; } }

/* ══════════════════════════════════════
   PRIVATE EVENTS PAGE
══════════════════════════════════════ */
.private-section { background: var(--dark); }
.private-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.private-perks { list-style: none; margin: 20px 0 32px; display: flex; flex-direction: column; gap: 12px; }
.private-perks li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: rgba(250,247,242,.82); }
.private-perks .fa-check-circle { color: var(--green); font-size: 16px; }
.private-big-cta { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 16px 32px; border-radius: 8px; font-size: 14px; font-weight: 700; letter-spacing: .06em; transition: all .3s; }
.private-big-cta:hover { background: #128C7E; transform: translateY(-2px); }
.private-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.priv-card { background: var(--dark3); border: 1px solid rgba(255,255,255,.05); border-radius: 10px; padding: 28px 24px; transition: transform .3s, border-color .3s; }
.priv-card:hover { transform: translateY(-5px); border-color: rgba(243,149,35,.2); }
.priv-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--orange-glow); border: 1px solid rgba(243,149,35,.2); display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 18px; margin-bottom: 16px; }
.priv-icon.g { background: var(--green-glow); border-color: rgba(148,196,76,.2); color: var(--green); }
.priv-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.priv-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 18px; }
/* WhatsApp button on private event cards */
.priv-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 10px 16px; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .05em; transition: all .2s; }
.priv-wa:hover { background: #128C7E; }

/* ══════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════ */
.about-section { background: var(--dark); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-text .stitle { margin: 14px 0 20px; }
.about-img img { width: 100%; border-radius: 10px; object-fit: cover; max-height: 520px; }
.bovibes-section { background: var(--dark2); }
.bovibes-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.bovibes-ventures { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.venture-chip { padding: 8px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 100px; font-size: 13px; color: var(--muted); transition: all .2s; background: none; }
.venture-chip.active { border-color: var(--orange); color: var(--orange); background: var(--orange-glow); }
.venture-chip:hover { border-color: var(--white); color: var(--white); }
.bovibes-cta-wrap { display: flex; gap: 14px; flex-wrap: wrap; }
.bovibes-main-cta { display: inline-flex; padding: 13px 26px; background: var(--green); color: #0A0A0A; border-radius: var(--radius); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: all .3s; }
.bovibes-main-cta:hover { background: var(--green-deep); }
.bovibes-sec-cta { display: inline-flex; padding: 13px 26px; border: 1.5px solid rgba(148,196,76,.3); color: var(--green); border-radius: var(--radius); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: all .3s; }
.bovibes-sec-cta:hover { border-color: var(--green); background: var(--green-glow); }
.bovibes-stats-box { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 36px; }
.bovibes-stats-box h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 28px; }
.bov-stat-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.bov-stat-row:last-of-type { border-bottom: none; }
.bov-stat-label { color: var(--muted); font-size: 13px; }
.bov-stat-val { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--orange); }
.bov-founder-badge { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); }
.bov-founder-av { width: 44px; height: 44px; border-radius: 50%; background: var(--orange-glow); border: 1px solid rgba(243,149,35,.3); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--orange); font-size: 13px; flex-shrink: 0; }
.bov-founder-name { font-weight: 700; font-size: 14px; }
.bov-founder-title { color: var(--muted); font-size: 12px; margin-top: 2px; }

/* ══════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════ */
.contact-section { background: var(--dark); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.c-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--orange-glow); border: 1px solid rgba(243,149,35,.2); display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 14px; flex-shrink: 0; }
.map-container { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); }
.map-container iframe { display: block; }
/* Form */
.cform { background: var(--dark3); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 36px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.fg { display: flex; flex-direction: column; gap: 8px; margin-bottom: 0; }
.fg:last-child:not(.frow .fg) { margin-bottom: 18px; }
.fg label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,247,242,.6); }
.fg input, .fg select, .fg textarea { background: var(--dark4); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 12px 16px; color: var(--white); font-size: 14px; font-family: var(--font-body); transition: border-color .2s; -webkit-appearance: none; width: 100%; }
.fg input::placeholder, .fg textarea::placeholder { color: rgba(250,247,242,.28); }
.fg input:focus, .fg select:focus, .fg textarea:focus { outline: none; border-color: rgba(243,149,35,.4); background: var(--dark); }
.fg textarea { min-height: 130px; resize: vertical; }
.fg select { cursor: pointer; }
.fsub { width: 100%; background: linear-gradient(135deg,var(--orange),var(--orange-deep)); color: #0A0A0A; padding: 15px; border-radius: 6px; font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; border: none; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.fsub:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(243,149,35,.4); }
.fsub:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.form-alt { text-align: center; margin-top: 16px; color: var(--muted); font-size: 13px; }
.form-alt a { color: #25D366; font-weight: 600; }
#form-status { padding: 14px 18px; border-radius: 6px; font-size: 14px; margin-top: 16px; line-height: 1.5; }
#form-status.ok { background: rgba(148,196,76,.12); border: 1px solid rgba(148,196,76,.3); color: var(--green); }
#form-status.err { background: rgba(220,60,60,.1); border: 1px solid rgba(220,60,60,.25); color: #ff7b7b; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media(max-width:1100px) {
  .events-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .dining-layout, .about-layout, .bovibes-layout, .private-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .photo-mosaic { max-width: 500px; }
}
@media(max-width:768px) {
  .events-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .private-cards { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; padding: 20px; }
  .hero-stat span { font-size: 28px; }
  .events-header { flex-direction: column; align-items: flex-start; }
  .events-header .ssub { text-align: left !important; }
  .cta-band-inner { flex-direction: column; }
  .cta-band-btns { flex-direction: column; }
  .frow { grid-template-columns: 1fr; }
  .bovibes-stats-box { padding: 24px; }
  .cform { padding: 24px 20px; }
}
@media(max-width:480px) {
  .why-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 48px; }
  .hero-btns { flex-direction: column; }
}
