/* ============================================================
   DISCOVER BURUANGA — Main Stylesheet
   Version 2.0 | Ready to Launch
   ============================================================ */

:root {
  --ocean:    #0a3d5c;
  --ocean2:   #1a6b8a;
  --ocean3:   #3aa6c8;
  --sand:     #f2e9d8;
  --sand2:    #d9c9a8;
  --sun:      #e8855a;
  --sun2:     #f4a261;
  --coral:    #c94f3a;
  --palm:     #2d5a27;
  --white:    #fefcf8;
  --txt:      #1a1a1a;
  --txt2:     #4a4a4a;
  --nav-h:    68px;
}

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

/* ── TYPOGRAPHY ── */
.font-serif   { font-family: 'Playfair Display', serif; }
.font-italic  { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; }
.s-tag  { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ocean2); font-weight: 500; margin-bottom: .7rem; display: block; }
.s-title{ font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.15; color: var(--ocean); margin-bottom: .8rem; }
.s-title em { color: var(--sun); font-style: italic; }
.s-lead { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--txt2); font-weight: 300; line-height: 1.75; max-width: 560px; }

/* ── LAYOUT ── */
.max-w   { max-width: 1200px; margin: 0 auto; }
.max-w-m { max-width: 900px;  margin: 0 auto; }
section  { padding: 5.5rem 3rem; }
.text-center { text-align: center; }

/* ── BUTTONS ── */
.btn-pri {
  background: var(--sun); color: #fff;
  padding: .88rem 2.2rem; border: none; border-radius: 2px;
  font-family: 'DM Sans', sans-serif; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 500;
  cursor: pointer; display: inline-block;
  transition: background .2s, transform .2s;
}
.btn-pri:hover { background: var(--coral); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: #fff;
  padding: .88rem 2.2rem; border: 1px solid rgba(255,255,255,.5); border-radius: 2px;
  font-family: 'DM Sans', sans-serif; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 500;
  display: inline-block; transition: border-color .2s, background .2s;
}
.btn-ghost:hover { border-color: var(--sun2); background: rgba(244,162,97,.15); }
.btn-ocean {
  background: var(--ocean); color: #fff;
  padding: .75rem 1.8rem; border-radius: 2px; border: none;
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 500; display: inline-block; cursor: pointer;
  transition: background .2s;
}
.btn-ocean:hover { background: var(--ocean2); }

/* ── NAV ── */
#mainNav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem;
  background: linear-gradient(to bottom, rgba(0,0,0,.65), transparent);
  transition: background .4s, box-shadow .4s;
}
#mainNav.scrolled { background: var(--ocean); box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #fff; }
.nav-logo span { color: var(--sun2); font-style: italic; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,.85); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--sun2); }
.nav-hamburger { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }
.mobile-menu { display: none; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── HERO SLIDER ── */
.hero {
  position: relative; height: 100vh; min-height: 680px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease-in-out;
}
.hero-slide.active { opacity: 1; }
/* Slide backgrounds (replace src with real photos) */
.slide-1 { background-image: linear-gradient(160deg, rgba(10,61,92,.7) 0%, rgba(58,166,200,.35) 60%, rgba(232,133,90,.55) 100%), linear-gradient(to bottom right, #0a3d5c 0%, #1a6b8a 40%, #2aaa80 70%, #1a5040 100%); }
.slide-2 { background-image: linear-gradient(135deg, rgba(10,61,92,.6) 0%, rgba(45,90,39,.55) 60%, rgba(26,107,138,.4) 100%), linear-gradient(to bottom right, #1a4a3a 0%, #2d5a27 35%, #4a8a40 70%, #3aaa88 100%); }
.slide-3 { background-image: linear-gradient(160deg, rgba(58,26,74,.65) 0%, rgba(10,61,92,.5) 50%, rgba(58,166,200,.4) 100%), linear-gradient(to bottom right, #3a1a4a 0%, #0a3d5c 40%, #1a6b8a 70%, #3aa6c8 100%); }
.slide-4 { background-image: linear-gradient(135deg, rgba(74,58,26,.6) 0%, rgba(200,160,80,.4) 50%, rgba(232,133,90,.5) 100%), linear-gradient(to bottom right, #4a3a1a 0%, #8a6a2a 35%, #c8a050 70%, #e8a060 100%); }

/* Overlay always on top of slides */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,.45) 100%);
}
.hero-waves { position: absolute; bottom: 0; left: 0; right: 0; height: 130px; overflow: hidden; z-index: 2; }
.wave { position: absolute; bottom: 0; width: 200%; height: 70px; background: var(--white); border-radius: 50% 50% 0 0 / 60px 60px 0 0; animation: waveF 8s linear infinite; opacity: .15; }
.wave:nth-child(2) { animation-delay: -4s; opacity: .1; height: 55px; }
.wave:nth-child(3) { animation-delay: -2s; opacity: .25; height: 42px; }
@keyframes waveF { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

.hero-content { position: relative; z-index: 3; text-align: center; padding: 2rem; max-width: 880px; }
.hero-eyebrow { font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--sun2); margin-bottom: 1.2rem; animation: fadeUp 1s .2s both; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 8vw, 6.5rem); line-height: 1.05; color: #fff; margin-bottom: .5rem; animation: fadeUp 1s .4s both; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.hero-title em { color: var(--sun2); font-style: italic; }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: rgba(255,255,255,.9); font-weight: 300; font-style: italic; margin-bottom: 2.5rem; animation: fadeUp 1s .6s both; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; animation: fadeUp 1s .8s both; }

/* Slider dots */
.hero-dots { position: absolute; bottom: 5rem; left: 50%; transform: translateX(-50%); display: flex; gap: .55rem; z-index: 4; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: all .3s; border: none; padding: 0; }
.hero-dot.active { background: var(--sun2); transform: scale(1.3); }

/* Slider arrows */
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: #fff; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 1.2rem; transition: background .2s; backdrop-filter: blur(4px); }
.hero-arrow:hover { background: rgba(255,255,255,.3); }
.hero-arrow-prev { left: 2rem; }
.hero-arrow-next { right: 2rem; }

.scroll-hint { position: absolute; bottom: 4.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .4rem; color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; z-index: 3; animation: fadeUp 1s 1.2s both; }
.scroll-line { width: 1px; height: 34px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.6)); animation: scrollP 2s ease-in-out infinite; }
@keyframes scrollP { 0%,100% { opacity:.4; } 50% { opacity:1; } }
@keyframes fadeUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }

/* ── STATS BAR ── */
.stats-bar { background: var(--ocean); color: #fff; padding: 3rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1.5rem; text-align: center; }
.stat .num { font-family: 'Playfair Display', serif; font-size: 2.6rem; color: var(--sun2); line-height: 1; }
.stat .lbl { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: .35rem; }

/* ── CARDS ── */
.place-card { position: relative; border-radius: 4px; overflow: hidden; height: 330px; cursor: pointer; }
.pc-bg { position: absolute; inset: 0; transition: transform .6s ease; }
.place-card:hover .pc-bg { transform: scale(1.06); }
.pc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, transparent 60%); }
.pc-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.4rem; color: #fff; }
.pc-tag { display: inline-block; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; background: var(--sun); padding: .22rem .55rem; border-radius: 1px; margin-bottom: .5rem; }
.pc-content h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; line-height: 1.2; margin-bottom: .3rem; }
.pc-content p { font-size: .8rem; color: rgba(255,255,255,.8); line-height: 1.5; }
.pc-wide { grid-column: span 2; }

/* ── GRADIENTS for cards ── */
.bg-hinugtan {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/hinugtan.jpg');
  background-size: cover;
  background-position: center;
}
.bg-ariels {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/ariels.jpg');
  background-size: cover;
  background-position: center;
}
.bg-hacienda {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/hacienda.jpg');
  background-size: cover;
  background-position: center;
}
.bg-mangrove {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/mangrove.jpg');
  background-size: cover;
  background-position: center;
}
.bg-sabang {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/sabang.jpg');
  background-size: cover;
  background-position: center;
}
.bg-talisay {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/talisay.jpg');
  background-size: cover;
  background-position: center;
}
.bg-ingus {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/ingus.jpg');
  background-size: cover;
  background-position: center;
}
.bg-ashram {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
    url('../images/ashram.jpg');
  background-size: cover;
  background-position: center;
}

/* ── STAY CARDS ── */
.stay-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.08); transition: transform .25s, box-shadow .25s; }
.stay-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.13); }
.sc-img { height: 185px; position: relative; overflow: hidden; }
.sc-img-bg { width: 100%; height: 100%; transition: transform .5s; }
.stay-card:hover .sc-img-bg { transform: scale(1.05); }
.sc-badge { position: absolute; top: .9rem; left: .9rem; background: var(--ocean); color: #fff; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; padding: .22rem .55rem; border-radius: 2px; }
.sc-body { padding: 1.2rem; }
.sc-body h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--ocean); margin-bottom: .25rem; }
.sc-loc { font-size: .73rem; color: var(--txt2); margin-bottom: .6rem; }
.sc-desc { font-size: .82rem; color: var(--txt2); line-height: 1.6; margin-bottom: .8rem; }
.sc-amenities { display: flex; flex-wrap: wrap; gap: .32rem; margin-bottom: .65rem; }
.amenity { font-size: .63rem; padding: .18rem .45rem; background: var(--sand); color: var(--ocean); border-radius: 2px; }
.sc-contact { font-size: .7rem; color: var(--ocean2); border-top: 1px solid #f0f0f0; padding-top: .6rem; margin-top: .4rem; }
.sc-contact a { color: var(--ocean2); }
.sc-contact a:hover { color: var(--sun); }
.sc-more { font-size: .74rem; color: var(--ocean2); font-weight: 500; display: block; margin-top: .4rem; }
.sc-more:hover { color: var(--sun); }

/* ── PRACTICAL / KNOW BURUANGA ── */
.know-section { background: var(--ocean); color: #fff; }
.know-section .s-tag { color: var(--sun2); }
.know-section .s-title { color: #fff; }
.know-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.know-card { border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: 1.5rem; transition: border-color .2s, background .2s; }
.know-card:hover { border-color: var(--sun2); background: rgba(244,162,97,.07); }
.know-icon { font-size: 1.8rem; margin-bottom: .7rem; }
.know-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: .4rem; }
.know-card p { font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.65; }
.know-card .know-detail { font-size: .75rem; color: var(--sun2); margin-top: .5rem; font-weight: 500; }

/* ── EAT ── */
.eat-card { border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: 1.4rem; transition: border-color .2s, background .2s; }
.eat-card:hover { border-color: var(--sun2); background: rgba(244,162,97,.08); }
.eat-cat { font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sun2); margin-bottom: .5rem; }
.eat-card h3 { font-family: 'Playfair Display', serif; font-size: 1.02rem; margin-bottom: .35rem; }
.eat-card p { font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.55; margin-bottom: .6rem; }
.eat-info { font-size: .73rem; color: rgba(255,255,255,.5); }

/* ── MAP ── */
.map-visual { background: linear-gradient(135deg, var(--ocean), var(--ocean2), var(--ocean3)); border-radius: 6px; overflow: hidden; position: relative; height: 540px; display: flex; flex-direction: column; }
.map-header { background: rgba(0,0,0,.38); padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.map-header h3 { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.05rem; }
.map-filter-tabs { display: flex; gap: .4rem; flex-wrap: wrap; }
.map-tab { font-size: .6rem; padding: .28rem .6rem; border-radius: 2px; cursor: pointer; letter-spacing: .07em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.7); transition: all .2s; background: none; }
.map-tab.active, .map-tab:hover { background: var(--sun); border-color: var(--sun); color: #fff; }
.map-body { flex: 1; position: relative; overflow: hidden; }
.map-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 40px 40px; }
.map-road-h { position: absolute; background: rgba(255,255,255,.25); border-radius: 2px; height: 3px; }
.map-road-v { position: absolute; background: rgba(255,255,255,.2); border-radius: 2px; width: 3px; }
.pin { position: absolute; display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: transform .2s; z-index: 2; }
.pin:hover { transform: scale(1.15); z-index: 10; }
.pin-dot { width: 13px; height: 13px; border-radius: 50%; border: 2.5px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.4); animation: pinP 2.5s ease-in-out infinite; }
.pin-dot.beach    { background: #3aa6c8; }
.pin-dot.resort   { background: #f4a261; }
.pin-dot.nature   { background: #4aaa78; }
.pin-dot.town     { background: #e8855a; }
.pin-dot.food     { background: #c94f3a; }
.pin-dot.cave     { background: #8a6a2a; }
.pin-dot.transport{ background: #9a9a9a; }
.pin-dot.atm      { background: #22c55e; }
@keyframes pinP { 0%,100%{box-shadow:0 0 0 0 rgba(244,162,97,.7),0 2px 8px rgba(0,0,0,.4)}50%{box-shadow:0 0 0 7px rgba(244,162,97,0),0 2px 8px rgba(0,0,0,.4)} }
.pin-label { font-size: .58rem; color: #fff; background: rgba(0,0,0,.65); padding: .18rem .42rem; border-radius: 2px; margin-top: .28rem; white-space: nowrap; line-height: 1.3; max-width: 130px; text-align: center; }
.map-popup { position: absolute; background: #fff; border-radius: 4px; padding: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,.28); width: 185px; z-index: 20; display: none; }
.map-popup.visible { display: block; }
.popup-cat { font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sun); margin-bottom: .3rem; }
.map-popup h4 { font-family: 'Playfair Display', serif; font-size: .9rem; color: var(--ocean); margin-bottom: .3rem; }
.map-popup p { font-size: .72rem; color: var(--txt2); line-height: 1.55; }
.map-popup a { font-size: .71rem; color: var(--ocean2); font-weight: 600; display: block; margin-top: .4rem; }
.map-popup a:hover { color: var(--sun); }
.map-popup .popup-close { position: absolute; top: .4rem; right: .6rem; background: none; border: none; color: var(--txt2); cursor: pointer; font-size: 1rem; line-height: 1; }
.map-legend { background: #fff; border-radius: 4px; padding: 1.2rem; margin-top: 1rem; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.legend-title { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ocean2); margin-bottom: .8rem; font-weight: 600; }
.legend-items { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.legend-item { display: flex; align-items: center; gap: .45rem; font-size: .72rem; color: var(--txt2); }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.map-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.sidebar-card { background: #fff; border-radius: 4px; padding: 1.2rem; box-shadow: 0 2px 14px rgba(0,0,0,.07); }
.sidebar-card h4 { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ocean2); margin-bottom: .8rem; font-weight: 600; }
.nearby-item { display: flex; justify-content: space-between; padding: .42rem 0; border-bottom: 1px solid #f0f0f0; font-size: .8rem; }
.nearby-item:last-child { border-bottom: none; }
.nearby-item .from { color: var(--txt2); }
.nearby-item .dist { font-weight: 600; color: var(--ocean); font-size: .74rem; }

/* ── EVENTS ── */
.ev-card { border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: 1.4rem; transition: border-color .2s, background .2s; }
.ev-card:hover { border-color: var(--sun2); background: rgba(244,162,97,.07); }
.ev-date-block { display: flex; align-items: center; gap: .8rem; margin-bottom: .9rem; }
.ev-cal { background: var(--sun); border-radius: 3px; padding: .4rem .65rem; min-width: 50px; text-align: center; }
.ev-cal .day { font-family: 'Playfair Display', serif; font-size: 1.4rem; line-height: 1; color: #fff; }
.ev-cal .mo { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.ev-card h3 { font-family: 'Playfair Display', serif; font-size: 1.02rem; color: #fff; margin-bottom: .35rem; }
.ev-card p { font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.55; }

/* ── BLOG ── */
.blog-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.07); transition: transform .25s; }
.blog-card:hover { transform: translateY(-3px); }
.blog-thumb { height: 175px; position: relative; display: flex; align-items: center; justify-content: center; }
.blog-type { position: absolute; top: .9rem; left: .9rem; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; padding: .22rem .55rem; border-radius: 2px; font-weight: 700; color: #fff; }
.t-vlog { background: var(--coral); }
.t-blog { background: var(--ocean); }
.t-guide { background: var(--palm); }
.play-btn { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.blog-body { padding: 1.1rem; }
.blog-body h3 { font-family: 'Playfair Display', serif; font-size: .98rem; color: var(--ocean); margin-bottom: .3rem; line-height: 1.35; }
.blog-meta { font-size: .7rem; color: var(--txt2); margin-bottom: .5rem; }
.blog-body p { font-size: .8rem; color: var(--txt2); line-height: 1.55; }
.blog-link { font-size: .74rem; color: var(--ocean2); font-weight: 500; display: block; margin-top: .5rem; }
.blog-link:hover { color: var(--sun); }

/* ── FOOTER ── */
footer { background: #071520; color: rgba(255,255,255,.6); padding: 4rem 3rem 2rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #fff; margin-bottom: .9rem; display: block; }
.footer-logo span { color: var(--sun2); font-style: italic; }
.footer-brand p { font-size: .83rem; line-height: 1.7; }
.footer-col h4 { color: #fff; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .55rem; }
.footer-col a { font-size: .82rem; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-col a:hover { color: var(--sun2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: .74rem; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; gap: .5rem; }
.footer-social { display: flex; gap: .8rem; margin-top: 1rem; }
.footer-social a { color: rgba(255,255,255,.4); font-size: 1.1rem; transition: color .2s; }
.footer-social a:hover { color: var(--sun2); }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 5.5rem 3rem; text-align: center; color: #fff; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='40' cy='40' r='4'/%3E%3C/g%3E%3C/svg%3E"); }
.page-hero .eyebrow { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--sun2); margin-bottom: .9rem; position: relative; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 6vw, 4.2rem); line-height: 1.1; margin-bottom: .9rem; position: relative; }
.page-hero h1 em { color: var(--sun2); font-style: italic; }
.page-hero p { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-style: italic; color: rgba(255,255,255,.88); max-width: 640px; margin: 0 auto; position: relative; }

/* CTA STRIP */
.cta-strip { background: var(--sun); padding: 3.5rem; text-align: center; color: #fff; }
.cta-strip h2 { font-family: 'Playfair Display', serif; font-size: 2.3rem; margin-bottom: .7rem; }
.cta-strip p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; opacity: .9; margin-bottom: 1.5rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 3.5rem 1.4rem; }
  #mainNav { padding: 0 1.4rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: block; }
  .mobile-menu { display: none; position: fixed; inset: 0; background: var(--ocean); z-index: 199; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: #fff; font-size: 1.2rem; letter-spacing: .1em; text-transform: uppercase; font-family: 'Playfair Display', serif; }
  .mobile-menu .close-menu { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: #fff; font-size: 1.8rem; cursor: pointer; }
  .stats-bar { padding: 2rem 1.4rem; grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.4rem; }
  .footer-bottom { padding: 1.5rem 1.4rem 0; }
  footer { padding: 3rem 0 2rem; }
  .hero-title { font-size: 3rem; }
  .hero-arrow { display: none; }
  .pc-wide { grid-column: span 1; }
  .page-hero { padding: 4rem 1.4rem; }
}
@media (max-width: 480px) {
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
}
