
/* =========================================================
   GOL EXPERIENCES — PAGE CONTENT
   Common header/footer remain in assets/css/style.css
   ========================================================= */
.experiences-page{background:#fff;color:var(--dark)}
.exp-hero{
    min-height:620px;
    display:flex;
    align-items:flex-end;
    position:relative;
    color:#fff;
    overflow:hidden;
    background-image:
        linear-gradient(90deg,rgba(15,28,24,.68) 0%,rgba(15,28,24,.35) 52%,rgba(15,28,24,.12) 100%),
        url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=2200&q=88");
    background-size:cover;
    background-position:center;
}
.exp-hero-content{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:0 0 90px;position:relative;z-index:1}
.exp-hero-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#dec188}
.exp-hero h1{font:400 clamp(55px,7vw,92px)/.95 var(--serif);margin:12px 0 18px;color:#fff;max-width:850px}
.exp-hero p{max-width:650px;color:rgba(255,255,255,.84);font-size:15px;line-height:1.8;margin:0}
.exp-intro{padding:95px 0 75px;text-align:center;background:var(--cream)}
.exp-container{width:min(1240px,calc(100% - 48px));margin:auto}
.exp-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold)}
.exp-intro h2,.exp-section h2{font:400 clamp(42px,5vw,62px)/1.05 var(--serif);color:var(--dark);margin:10px 0 18px}
.exp-line{width:55px;height:1px;background:var(--gold);margin:22px auto}
.exp-intro p{max-width:780px;margin:auto;color:var(--text-light);font-size:14px;line-height:1.9}
.exp-section{padding:90px 0}
.exp-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}
.exp-section-head .copy{max-width:620px}
.exp-section-head p{color:var(--text-light);font-size:13px;line-height:1.8;margin:0}
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.exp-card{background:#fff;border:1px solid var(--border);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.exp-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.08)}
.exp-card-image{height:285px;background-size:cover;background-position:center}
.exp-card-body{padding:28px}
.exp-card .tag{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--gold)}
.exp-card h3{font:400 31px/1.05 var(--serif);color:var(--dark);margin:9px 0 10px}
.exp-card p{font-size:12px;color:var(--text-light);line-height:1.8;margin:0 0 20px}
.exp-link{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold-dark)}
.exp-categories{background:#f8f7f3}
.exp-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.exp-category{min-height:250px;padding:30px;display:flex;align-items:end;position:relative;overflow:hidden;color:#fff;background-size:cover;background-position:center}
.exp-category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.08))}
.exp-category-content{position:relative;z-index:1}
.exp-category h3{font:400 30px/1 var(--serif);margin:0 0 7px}
.exp-category p{font-size:11px;color:rgba(255,255,255,.78);margin:0}
.exp-feature{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.exp-feature-image{background:url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1600&q=85") center/cover}
.exp-feature-copy{padding:75px;background:var(--dark);color:#fff;display:flex;align-items:center}
.exp-feature-copy h2{color:#fff}
.exp-feature-copy p{color:rgba(255,255,255,.68);font-size:13px;line-height:1.9;max-width:500px}
.exp-btn{display:inline-flex;margin-top:22px;padding:13px 24px;border:1px solid var(--gold);background:var(--gold);color:#fff;font-size:10px;letter-spacing:1.5px;text-transform:uppercase}
@media(max-width:991px){
 .exp-grid{grid-template-columns:1fr 1fr}
 .exp-category-grid{grid-template-columns:1fr 1fr}
 .exp-feature{grid-template-columns:1fr}
 .exp-feature-image{min-height:400px}
}
@media(max-width:767px){
 .exp-hero{min-height:520px}
 .exp-hero-content,.exp-container{width:calc(100% - 32px)}
 .exp-hero-content{padding-bottom:65px}
 .exp-section{padding:65px 0}
 .exp-section-head{display:block}
 .exp-grid,.exp-category-grid{grid-template-columns:1fr}
 .exp-card-image{height:240px}
 .exp-category{min-height:220px}
 .exp-feature-copy{padding:55px 25px}
}


/* =========================================================
   GOL RESORTS & HOTELS — WHITE / SOFT IVORY SECTION PALETTE
   ========================================================= */
.intro-section,
.section-white {
    background: #ffffff !important;
}

.gol-section:nth-of-type(odd),
.section-ivory,
.gol-section-cream {
    background: #f8f7f3 !important;
}

.gol-section:nth-of-type(even) {
    background: #ffffff !important;
}

.newsletter {
    background: #f8f7f3 !important;
}

/* Keep visual separation subtle and luxurious */
.intro-section,
.gol-section,
.newsletter {
    border-bottom: 1px solid rgba(80, 70, 55, 0.06);
}
