/*
Theme Name: SPAX Eventos
Theme URI: https://spaxeventos.com.br
Author: SPAX
Author URI: https://spaxeventos.com.br
Description: Tema personalizado para SPAX Eventos — Locação de salas premium na Av. Paulista, São Paulo.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spax
Tags: one-page, custom-logo, featured-images
*/

/* ============ VARIABLES ============ */
:root {
  --wine: #6B2040;
  --wine-deep: #4A1530;
  --wine-light: #8B3060;
  --navy: #1A1F3A;
  --navy-light: #2A3050;
  --cream: #FAF7F2;
  --cream-warm: #F5EFE6;
  --gold: #C8A96E;
  --gold-light: #D4BC8A;
  --white: #FFFFFF;
  --text-dark: #1A1A2E;
  --text-muted: #6B7280;
  --text-light: #9CA3AF;
  --shadow-sm: 0 1px 3px rgba(26,31,58,.08);
  --shadow-md: 0 8px 30px rgba(26,31,58,.1);
  --shadow-lg: 0 20px 60px rgba(26,31,58,.12);
  --shadow-wine: 0 8px 30px rgba(107,32,64,.2);
}

/* ============ RESET ============ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ============ LAYOUT ============ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--wine); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.section-label::before { content: ''; width: 28px; height: 1.5px; background: var(--wine); display: inline-block; }
.section-label--center { justify-content: center; }
.section-label--center::before { display: none; }
.section-label--gold { color: var(--gold); }
.section-label--gold::before { background: var(--gold); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 500; line-height: 1.15; color: var(--navy); margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--wine); }
.section-subtitle { font-size: 17px; line-height: 1.7; color: var(--text-muted); max-width: 560px; }

/* ============ TOPBAR ============ */
.topbar { background: var(--navy); color: rgba(255,255,255,.7); font-size: 12.5px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: rgba(255,255,255,.85); transition: color .3s; }
.topbar a:hover { color: var(--gold-light); }
.topbar__right { display: flex; gap: 18px; align-items: center; }

/* ============ NAVBAR ============ */
.navbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(107,32,64,.06); transition: box-shadow .4s; }
.navbar--scrolled { box-shadow: 0 4px 30px rgba(26,31,58,.08); }
.navbar .container { display: flex; justify-content: space-between; align-items: center; height: 76px; }
.logo { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 600; color: var(--wine); letter-spacing: 6px; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--text-dark); padding: 8px 16px; border-radius: 6px; transition: all .3s; }
.nav-links a:hover { color: var(--wine); background: rgba(107,32,64,.05); }
.nav-cta { background: var(--wine) !important; color: var(--white) !important; padding: 10px 24px !important; border-radius: 8px !important; font-weight: 600 !important; box-shadow: var(--shadow-wine); }
.nav-cta:hover { background: var(--wine-deep) !important; transform: translateY(-1px); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.menu-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ============ BUTTONS ============ */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: var(--navy); font-size: 14.5px; font-weight: 700; padding: 16px 36px; border-radius: 10px; letter-spacing: .5px; transition: all .4s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(200,169,110,.35); }
.btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--white); font-size: 14.5px; font-weight: 500; padding: 16px 32px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); transition: all .4s; }
.btn-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: var(--white); font-size: 15px; font-weight: 700; padding: 18px 40px; border-radius: 12px; transition: all .4s; border: none; cursor: pointer; }
.btn-whatsapp:hover { background: #1fb855; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,.3); }

/* ============ HERO ============ */
.hero { position: relative; min-height: 92vh; 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; filter: brightness(.28); }
.hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(74,21,48,.8), rgba(26,31,58,.65) 50%, rgba(107,32,64,.5)); }
.hero__grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 60px 60px; }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 60px; padding-bottom: 60px; }
.hero__content { color: var(--white); }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; padding: 8px 20px; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 32px; backdrop-filter: blur(10px); }
.hero__badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(42px, 6vw, 72px); font-weight: 500; line-height: 1.08; margin-bottom: 28px; letter-spacing: -.5px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero__desc { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.6); max-width: 480px; margin-bottom: 40px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 480px; }
.hero__mosaic-item { border-radius: 16px; overflow: hidden; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.08); }
.hero__mosaic-item:first-child { grid-row: span 2; }
.hero__mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.23,1,.32,1); }
.hero__mosaic-item:hover img { transform: scale(1.05); }
.hero__mosaic-label { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.6); backdrop-filter: blur(8px); color: #fff; font-size: 11.5px; font-weight: 600; padding: 6px 14px; border-radius: 8px; }

/* ============ STATS ============ */
.stats-bar { background: var(--white); padding: 0; margin-top: -40px; position: relative; z-index: 10; }
.stats__inner { background: var(--white); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 48px 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; border: 1px solid rgba(0,0,0,.04); }
.stat-item { text-align: center; }
.stat-item__num { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 600; color: var(--wine); line-height: 1; }
.stat-item__label { font-size: 13.5px; color: var(--text-muted); margin-top: 8px; }

/* ============ ABOUT ============ */
.about { padding: 120px 0; background: var(--white); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__visual { position: relative; }
.about__img { width: 100%; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,31,58,.2), transparent 40%); }
.about__float { position: absolute; bottom: -30px; right: -30px; background: var(--wine); color: var(--white); padding: 28px 32px; border-radius: 16px; box-shadow: var(--shadow-wine); z-index: 2; }
.about__float-num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 600; }
.about__float-txt { font-size: 13px; opacity: .8; margin-top: 2px; }
.about__features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.about__feat { display: flex; gap: 14px; align-items: flex-start; }
.about__feat-icon { width: 44px; height: 44px; background: rgba(107,32,64,.06); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.about__feat h4 { font-size: 14.5px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.about__feat p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ============ GALLERY ============ */
.gallery-strip { padding: 80px 0; background: var(--cream); overflow: hidden; }
.gallery-strip__header { text-align: center; margin-bottom: 48px; }
.gallery-scroll { display: flex; gap: 16px; animation: scrollG 35s linear infinite; width: max-content; }
.gallery-scroll:hover { animation-play-state: paused; }
.gallery-item { width: 360px; height: 240px; border-radius: 16px; overflow: hidden; flex-shrink: 0; position: relative; box-shadow: var(--shadow-md); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__label { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.55); backdrop-filter: blur(8px); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 8px; }
@keyframes scrollG { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============ EXPERIENCE BENTO ============ */
.experience { padding: 120px 0; background: var(--white); }
.experience__header { text-align: center; margin-bottom: 64px; }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 280px 280px; gap: 20px; }
.bento__item { border-radius: 20px; overflow: hidden; position: relative; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,.04); transition: all .5s cubic-bezier(.23,1,.32,1); }
.bento__item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.bento__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.23,1,.32,1); }
.bento__item:hover img { transform: scale(1.05); }
.bento__item--wide { grid-column: span 2; }
.bento__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,31,58,.7) 0%, rgba(26,31,58,.1) 50%, transparent); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.bento__overlay h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.bento__overlay p { font-size: 13px; color: rgba(255,255,255,.7); }
.bento__tag { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 11px; font-weight: 600; padding: 6px 14px; border-radius: 100px; letter-spacing: .5px; }

/* ============ STUDIO ============ */
.studio { padding: 120px 0; background: var(--cream); }
.studio__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.studio__visual { background: linear-gradient(135deg, var(--wine-deep), var(--navy-light)); display: flex; align-items: center; justify-content: center; min-height: 360px; position: relative; overflow: hidden; }
.studio__icon { font-size: 120px; opacity: .1; position: absolute; }
.studio__visual-content { position: relative; z-index: 2; text-align: center; color: var(--white); }
.studio__play { width: 80px; height: 80px; border-radius: 50%; background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 32px; transition: all .3s; cursor: pointer; color: white; }
.studio__play:hover { background: rgba(200,169,110,.2); border-color: var(--gold); transform: scale(1.1); }
.studio__content { background: var(--navy); padding: 56px; display: flex; flex-direction: column; justify-content: center; color: var(--white); }
.studio__content h3 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 500; margin-bottom: 16px; }
.studio__content p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.6); margin-bottom: 28px; }
.studio__features { display: flex; flex-wrap: wrap; gap: 10px; }
.studio__feat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 8px 16px; border-radius: 8px; font-size: 12.5px; color: rgba(255,255,255,.75); }

/* ============ TESTIMONIALS ============ */
.testimonials { padding: 120px 0; background: var(--white); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card { background: var(--cream); border-radius: 20px; padding: 36px; transition: all .4s; border: 1px solid rgba(0,0,0,.03); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-card--featured { background: var(--wine); color: var(--white); }
.testimonial-card--featured .testimonial-card__quote { color: rgba(255,255,255,.85); }
.testimonial-card--featured .testimonial-card__role { color: rgba(255,255,255,.5); }
.testimonial-card__stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 20px; }
.testimonial-card__quote { font-size: 15px; line-height: 1.75; color: var(--text-dark); margin-bottom: 28px; font-style: italic; }
.testimonial-card__author { display: flex; align-items: center; gap: 14px; }
.testimonial-card__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--wine-light), var(--gold)); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--white); }
.testimonial-card__name { font-size: 14.5px; font-weight: 600; }
.testimonial-card__role { font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }

/* ============ CLIENTS ============ */
.clients { padding: 80px 0; background: var(--cream); border-top: 1px solid rgba(0,0,0,.04); }
.clients__inner { text-align: center; }
.clients__label { font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--text-light); margin-bottom: 40px; }
.clients__logos { display: flex; justify-content: center; align-items: center; gap: 64px; flex-wrap: wrap; }
.client-logo { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: var(--text-light); opacity: .5; transition: opacity .3s; }
.client-logo:hover { opacity: 1; }

/* ============ LOCATION ============ */
.location { padding: 120px 0; background: var(--white); }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.location__map { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); height: 480px; background: var(--navy); }
.location__map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8) contrast(1.1); }
.location__cards { display: flex; flex-direction: column; gap: 20px; }
.loc-card { background: var(--cream); border-radius: 16px; padding: 28px; display: flex; gap: 18px; align-items: flex-start; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,.04); transition: all .3s; }
.loc-card:hover { box-shadow: var(--shadow-md); transform: translateX(4px); }
.loc-card__icon { width: 52px; height: 52px; background: rgba(107,32,64,.06); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.loc-card h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.loc-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ============ CTA ============ */
.cta { padding: 120px 0; background: linear-gradient(135deg, var(--navy), var(--wine-deep) 60%, var(--wine)); position: relative; overflow: hidden; text-align: center; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(200,169,110,.06), transparent); }
.cta .container { position: relative; z-index: 2; }
.cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 500; color: var(--white); margin-bottom: 20px; line-height: 1.15; }
.cta h2 em { font-style: italic; color: var(--gold-light); }
.cta p { font-size: 17px; color: rgba(255,255,255,.55); max-width: 520px; margin: 0 auto 40px; line-height: 1.7; }
.cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.6); padding: 80px 0 40px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }
.footer__brand .logo { color: var(--white); display: inline-block; margin-bottom: 18px; }
.footer__brand p { font-size: 14px; line-height: 1.7; max-width: 300px; }
.site-footer h4 { font-size: 13px; font-weight: 700; color: var(--white); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.footer__links { list-style: none; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { color: rgba(255,255,255,.5); font-size: 14px; transition: color .3s; }
.footer__links a:hover { color: var(--gold-light); }
.footer__contact p { font-size: 14px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: 14px; transition: all .3s; }
.footer__social a:hover { background: var(--wine); color: var(--white); }

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; animation: fadeInUp .8s cubic-bezier(.23,1,.32,1) forwards; }
.d1 { animation-delay: .1s; } .d2 { animation-delay: .2s; } .d3 { animation-delay: .3s; } .d4 { animation-delay: .4s; } .d5 { animation-delay: .5s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; } .hero__mosaic { display: none; }
  .about__grid, .location__grid { grid-template-columns: 1fr; gap: 50px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .studio__grid { grid-template-columns: 1fr; } .studio__visual { min-height: 240px; }
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .bento__item--wide { grid-column: span 2; }
}
@media (max-width: 768px) {
  .topbar { display: none; } .nav-links { display: none; } .menu-toggle { display: flex; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); padding: 32px; gap: 24px; }
  .bento { grid-template-columns: 1fr; } .bento__item, .bento__item--wide { grid-column: span 1; min-height: 220px; }
  .testimonials__grid { grid-template-columns: 1fr; } .about__features { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; gap: 16px; text-align: center; }
  .location__map { height: 300px; } .hero { min-height: 80vh; }
}
@media (max-width: 480px) {
  .stats__inner { grid-template-columns: 1fr 1fr; padding: 24px; gap: 20px; }
  .stat-item__num { font-size: 32px; }
  .hero__actions, .cta__buttons { flex-direction: column; align-items: center; }
}

/* ============ HERO WHATSAPP BLOCK — BIG GREEN CENTERED ============ */
.hero__wa-block {
    grid-column: 1 / -1;
    display: block;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 32px 48px;
    border-radius: 16px;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(76,175,80,.4);
    transition: all .3s;
    position: relative;
    z-index: 5;
}
.hero__wa-block strong {
    font-weight: 800;
    font-size: 24px;
}
.hero__wa-block:hover {
    background: #43A047;
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(76,175,80,.5);
}
@media (max-width: 768px) {
    .hero__wa-block {
        font-size: 16px;
        padding: 24px 24px;
    }
    .hero__wa-block strong { font-size: 20px; }
}

/* ============ CTA PRICE ============ */
.cta__price { display: inline-block; font-size: 15px; font-weight: 700; color: var(--gold-light); background: rgba(200,169,110,.1); border: 1px solid rgba(200,169,110,.28); border-radius: 100px; padding: 10px 26px; margin: -16px auto 36px; letter-spacing: .3px; }
.cta__price strong { color: var(--white); font-weight: 800; }

/* ============ FAQ ============ */
.faq { padding: 120px 0; background: var(--cream); }
.faq__header { text-align: center; margin-bottom: 56px; }
.faq__header .section-title { margin-bottom: 0; }
.faq__list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid rgba(26,31,58,.08); border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-item.is-open { box-shadow: var(--shadow-md); border-color: rgba(200,169,110,.4); }
.faq-item__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 28px; background: none; border: none; cursor: pointer; text-align: left; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 600; color: var(--navy); transition: color .2s; }
.faq-item__q:hover { color: var(--wine); }
.faq-item__icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--cream-warm); color: var(--wine); display: flex; align-items: center; justify-content: center; position: relative; transition: background .3s, color .3s; }
.faq-item__icon::before, .faq-item__icon::after { content: ''; position: absolute; background: currentColor; border-radius: 2px; }
.faq-item__icon::before { width: 12px; height: 2px; }
.faq-item__icon::after { width: 2px; height: 12px; transition: opacity .3s, transform .3s; }
.faq-item.is-open .faq-item__icon { background: var(--gold); color: var(--navy); }
.faq-item.is-open .faq-item__icon::after { opacity: 0; transform: rotate(90deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item__a-inner { padding: 0 28px 26px; }
.faq-item__a-inner p { font-size: 15.5px; line-height: 1.75; color: var(--text-muted); }
@media (max-width: 768px) {
    .faq { padding: 80px 0; }
    .faq__header { margin-bottom: 40px; }
    .faq-item__q { padding: 20px 20px; font-size: 15.5px; gap: 14px; }
    .faq-item__a-inner { padding: 0 20px 22px; }
}

/* ============ LANDING PAGES ============ */
.lp-hero { position: relative; min-height: 620px; display: flex; align-items: center; background: var(--navy); overflow: hidden; padding: 140px 0 80px; }
.lp-hero__bg { position: absolute; inset: 0; }
.lp-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.lp-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(26,31,58,.92) 0%, rgba(74,21,48,.75) 55%, rgba(107,32,64,.55) 100%); }
.lp-hero .container { position: relative; z-index: 3; }
.lp-hero__inner { max-width: 760px; }
.lp-breadcrumb { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 24px; letter-spacing: .3px; }
.lp-breadcrumb a { color: var(--gold-light); }
.lp-breadcrumb a:hover { text-decoration: underline; }
.lp-breadcrumb span { margin: 0 8px; opacity: .5; }
.lp-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5.2vw, 60px); font-weight: 500; color: var(--white); line-height: 1.12; margin-bottom: 22px; }
.lp-hero h1 em { font-style: italic; color: var(--gold-light); }
.lp-hero__desc { font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.72); margin-bottom: 30px; max-width: 620px; }
.lp-hero__price { display: inline-block; font-size: 14.5px; font-weight: 700; color: var(--gold-light); background: rgba(200,169,110,.1); border: 1px solid rgba(200,169,110,.3); border-radius: 100px; padding: 9px 24px; margin-bottom: 30px; }
.lp-hero__price strong { color: var(--white); font-weight: 800; }
.lp-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.lp-section { padding: 100px 0; }
.lp-section--cream { background: var(--cream); }
.lp-section__header { max-width: 720px; margin-bottom: 52px; }
.lp-section__header--center { margin-left: auto; margin-right: auto; text-align: center; }
.lp-section__header--center .section-label { justify-content: center; }
.lp-section__header--center .section-label::before { display: none; }

.lp-feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 24px; }
.lp-feat { background: var(--white); border: 1px solid rgba(26,31,58,.08); border-radius: 14px; padding: 30px 28px; transition: box-shadow .3s, transform .3s; }
.lp-feat:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.lp-feat__icon { font-size: 26px; margin-bottom: 16px; }
.lp-feat h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.lp-feat p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted); }

.lp-rooms { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.lp-room { background: var(--white); border: 1px solid rgba(26,31,58,.08); border-radius: 14px; overflow: hidden; }
.lp-room img { width: 100%; height: 170px; object-fit: cover; }
.lp-room__body { padding: 20px 22px; }
.lp-room__name { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.lp-room__cap { font-size: 13.5px; color: var(--wine); font-weight: 600; }

.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lp-split img { border-radius: 16px; box-shadow: var(--shadow-lg); }
.lp-list { list-style: none; margin-top: 24px; }
.lp-list li { position: relative; padding-left: 30px; margin-bottom: 14px; font-size: 15.5px; line-height: 1.7; color: var(--text-muted); }
.lp-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700; }

@media (max-width: 900px) {
    .lp-split { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
    .lp-hero { min-height: auto; padding: 120px 0 64px; }
    .lp-hero__desc { font-size: 16px; }
    .lp-hero__actions { flex-direction: column; align-items: stretch; }
    .lp-section { padding: 70px 0; }
    .lp-section__header { margin-bottom: 36px; }
}
