/* ============================================
   THE RANCH AT CITYCENTRE v3
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Raleway:wght@300;400;500;600;700&family=EB+Garamond:ital,wght@0,400;1,400&display=swap');

:root {
  --navy: #0D1B2A;
  --navy-light: #162436;
  --gold: #C9A84C;
  --gold-light: #e8c96a;
  --cream: #F5F0E8;
  --cream-dark: #ede6d6;
  --white: #ffffff;
  --dark: #1a1a1a;
  --gray: #6b7280;
  --gray-light: #9ca3af;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Raleway',sans-serif; color:var(--dark); background:var(--white); line-height:1.7; }

h1,h2,h3,h4 { font-family:'Playfair Display',serif; }

.eyebrow {
  font-family:'Raleway',sans-serif;
  font-size:0.82rem;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold);
}

/* ── NAV ── */
nav {
  position:fixed; top:0; left:0; right:0; z-index:1000;
  background:rgba(13,27,42,0.97);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(201,168,76,0.2);
  padding:0 2rem; height:90px;
  display:flex; align-items:center; justify-content:space-between;
}
.nav-logo { display:flex; align-items:center; gap:14px; text-decoration:none; }
.nav-logo img { height:72px; width:72px; border-radius:50%; object-fit:cover; }
.nav-logo-text { display:flex; flex-direction:column; line-height:1.15; }
.nav-logo-text .nl-name { font-family:'Playfair Display',serif; color:var(--gold); font-size:1.3rem; font-weight:700; }
.nav-logo-text .nl-sub { font-family:'Raleway',sans-serif; color:rgba(255,255,255,0.55); font-size:0.75rem; letter-spacing:0.15em; text-transform:uppercase; }
.nav-links { display:flex; align-items:center; list-style:none; }
.nav-links a { color:rgba(255,255,255,0.78); text-decoration:none; font-size:0.76rem; font-weight:500; letter-spacing:0.07em; text-transform:uppercase; padding:0.5rem 0.8rem; transition:color 0.2s; }
.nav-links a:hover, .nav-links a.active { color:var(--gold); }
.nav-book-btn { background:var(--gold) !important; color:var(--navy) !important; font-weight:700 !important; border-radius:2px; }
.nav-book-btn:hover { background:var(--gold-light) !important; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; }
.hamburger span { display:block; width:24px; height:2px; background:var(--gold); transition:all 0.3s; }
.mobile-nav { display:none; position:fixed; top:90px; left:0; right:0; background:var(--navy); padding:1.5rem 2rem; z-index:999; border-top:1px solid rgba(201,168,76,0.15); }
.mobile-nav.open { display:block; }
.mobile-nav ul { list-style:none; }
.mobile-nav ul li a { display:block; color:rgba(255,255,255,0.8); text-decoration:none; font-size:0.88rem; font-weight:500; letter-spacing:0.08em; text-transform:uppercase; padding:0.85rem 0; border-bottom:1px solid rgba(255,255,255,0.06); }

/* ── HERO ── */
.hero { height:100vh; min-height:680px; position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background-image:url('bac_7.jpg'); background-size:cover; background-position:center 50%; transition:transform 8s ease; transform:scale(1.06); }
.hero-bg.loaded { transform:scale(1); }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(to bottom,rgba(13,27,42,0.2) 0%,rgba(13,27,42,0.5) 50%,rgba(13,27,42,0.9) 100%); }
.hero-content { position:relative; text-align:center; color:var(--white); padding:2rem; max-width:900px; }
.hero-eyebrow { color:var(--gold); margin-bottom:2rem; text-shadow:0 1px 8px rgba(0,0,0,0.9); }
.hero-h1 { font-size:clamp(2.6rem,5.5vw,5rem); font-weight:700; line-height:1.05; text-shadow:0 2px 20px rgba(0,0,0,0.3); margin-bottom:0.4rem; }
.hero-h1-sub { display:block; font-size:clamp(1.3rem,2.8vw,2.6rem); font-weight:400; color:var(--gold); margin-top:0.3rem; }
.hero-tagline { font-family:'EB Garamond',serif; font-style:italic; font-size:1.18rem; color:rgba(255,255,255,0.82); margin:1.5rem 0 2.5rem; text-align:center; width:100%; }
.hero-stats { display:flex; justify-content:center; margin-bottom:2.5rem; flex-wrap:wrap; }
.hero-stat { text-align:center; border-left:1px solid rgba(201,168,76,0.35); padding:0 2.2rem; }
.hero-stat:first-child { border-left:none; padding-left:0; }
.hero-stat .hs-num { font-family:'Playfair Display',serif; font-size:2.2rem; font-weight:700; color:var(--gold); line-height:1; }
.hero-stat .hs-lbl { font-size:0.68rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.8); margin-top:0.2rem; }
.hero-cta { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

/* ── PAGE HEADER ── */
.page-header { height:65vh; min-height:420px; position:relative; display:flex; align-items:flex-end; padding-bottom:2.5rem; padding-top:90px; }
.ph-bg { position:absolute; inset:0; background-size:cover; background-position:center 30%; }
.ph-overlay { position:absolute; inset:0; background:linear-gradient(to bottom,rgba(13,27,42,0.4),rgba(13,27,42,0.88)); }
.ph-content { position:relative; padding:0 2rem; max-width:1200px; margin:0 auto; width:100%; color:var(--white); }
.ph-content h1 { font-size:clamp(1.8rem,4vw,3rem); }

/* ── BUTTONS ── */
.btn-primary { display:inline-block; background:var(--gold); color:var(--navy); text-decoration:none; font-family:'Raleway',sans-serif; font-size:0.78rem; font-weight:700; letter-spacing:0.13em; text-transform:uppercase; padding:1rem 2.5rem; border:none; cursor:pointer; transition:all 0.2s; }
.btn-primary:hover { background:var(--gold-light); transform:translateY(-1px); }
.btn-secondary { display:inline-block; background:transparent; color:var(--white); text-decoration:none; font-family:'Raleway',sans-serif; font-size:0.78rem; font-weight:600; letter-spacing:0.13em; text-transform:uppercase; padding:1rem 2.5rem; border:1px solid rgba(255,255,255,0.45); cursor:pointer; transition:all 0.2s; }
.btn-secondary:hover { border-color:var(--gold); color:var(--gold); }
.btn-outline { display:inline-block; background:transparent; color:var(--navy); text-decoration:none; font-family:'Raleway',sans-serif; font-size:0.78rem; font-weight:700; letter-spacing:0.13em; text-transform:uppercase; padding:0.9rem 2.2rem; border:1px solid var(--navy); cursor:pointer; transition:all 0.2s; }
.btn-outline:hover { background:var(--navy); color:var(--gold); }
.btn-gold-outline { display:inline-block; background:transparent; color:var(--gold); text-decoration:none; font-family:'Raleway',sans-serif; font-size:0.78rem; font-weight:700; letter-spacing:0.13em; text-transform:uppercase; padding:0.9rem 2.2rem; border:1px solid var(--gold); cursor:pointer; transition:all 0.2s; }
.btn-gold-outline:hover { background:var(--gold); color:var(--navy); }

/* ── SECTIONS ── */
.section { padding:5rem 2rem; }
.section-cream { background:var(--cream); }
.section-navy { background:var(--navy); color:var(--white); }
.section-dark { background:#080f17; color:var(--white); }
.container { max-width:1200px; margin:0 auto; }
.section-header { text-align:center; margin-bottom:3.5rem; }
.section-header h2 { font-size:clamp(1.8rem,3.5vw,2.8rem); margin-top:0.5rem; line-height:1.1; }
.section-header p { max-width:680px; margin:1rem auto 0; color:var(--gray); font-size:0.97rem; text-align:justify; }
.section-navy .section-header p, .section-dark .section-header p { color:rgba(255,255,255,0.62); }
.gold-divider { width:50px; height:1px; background:var(--gold); margin:1.2rem auto 0; }

/* JUSTIFY BODY TEXT EVERYWHERE */
p, .faq-answer p, .rule-desc, .loc-card p, .mt-card p,
.review-text, .footer-brand p, .ci-sub { text-align:justify; }

/* ── INTRO STRIP ── */
.intro-strip { background:var(--navy); padding:1.1rem 2rem; display:flex; align-items:center; justify-content:center; gap:2rem; flex-wrap:wrap; border-top:2px solid var(--gold); }
.intro-item { display:flex; align-items:center; gap:0.55rem; color:rgba(255,255,255,0.85); font-size:0.8rem; letter-spacing:0.04em; }
.intro-item svg { width:16px; height:16px; stroke:var(--gold); fill:none; stroke-width:1.5; flex-shrink:0; }

/* ── HOME GALLERY MOSAIC ── */
.home-mosaic { display:grid; grid-template-columns:1fr 1fr 1fr; grid-template-rows:280px 280px; gap:6px; }
.mosaic-item { overflow:hidden; position:relative; }
.mosaic-item img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s; display:block; }
.mosaic-item:hover img { transform:scale(1.04); }
.mosaic-tall { grid-row:span 2; }
.mosaic-label { position:absolute; bottom:0; left:0; right:0; background:linear-gradient(transparent,rgba(13,27,42,0.75)); color:var(--white); padding:1rem 1.25rem 0.75rem; font-size:0.75rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; }

/* ── GALLERY FOLDER CARDS ── */
.gallery-grid-5 { display:grid; gap:1.5rem; }
.gallery-row-top { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.gallery-row-bottom { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; max-width:66.66%; margin:0 auto; }
.cat-card { position:relative; overflow:hidden; cursor:pointer; border-radius:2px; aspect-ratio:4/3; }
.cat-card img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.5s; }
.cat-card:hover img { transform:scale(1.06); }
.cat-card-info { position:absolute; bottom:0; left:0; right:0; background:linear-gradient(transparent 0%,rgba(0,0,0,0.75) 40%,rgba(0,0,0,0.95) 100%); padding:1.5rem 1.25rem 1.25rem; }
.cat-card-info h3 { font-family:'Playfair Display',serif; color:var(--white); font-size:1.1rem; line-height:1.2; margin-bottom:0.35rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cat-card-info p { color:rgba(255,255,255,0.78); font-size:0.78rem; line-height:1.5; text-align:left; }
.cat-badge { display:inline-block; background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.35); color:var(--white); font-size:0.62rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; padding:0.2rem 0.65rem; margin-top:0.6rem; }
.cat-card:hover .cat-card-info h3 { color:var(--gold); }

/* ── MODAL GALLERY ── */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.96); z-index:9999; }
.modal-overlay.active { display:flex; flex-direction:column; align-items:center; justify-content:center; }
.modal-top { position:absolute; top:0; left:0; right:0; padding:1rem 1.5rem; display:flex; justify-content:space-between; align-items:center; background:linear-gradient(rgba(0,0,0,0.7),transparent); }
.modal-cat-title { font-family:'Playfair Display',serif; color:var(--gold); font-size:1.1rem; }
.modal-x { color:var(--white); font-size:2rem; cursor:pointer; background:none; border:none; line-height:1; opacity:0.8; padding:0.25rem 0.5rem; }
.modal-x:hover { opacity:1; color:var(--gold); }
.modal-main-img { max-width:90vw; max-height:78vh; object-fit:contain; }
.modal-prev-btn, .modal-next-btn { position:absolute; top:50%; transform:translateY(-50%); background:none; border:1px solid rgba(255,255,255,0.25); color:var(--white); font-size:2rem; line-height:1; padding:0.4rem 0.9rem; cursor:pointer; transition:all 0.2s; }
.modal-prev-btn { left:1rem; }
.modal-next-btn { right:1rem; }
.modal-prev-btn:hover, .modal-next-btn:hover { background:var(--gold); color:var(--navy); border-color:var(--gold); }
.modal-bottom { position:absolute; bottom:0; left:0; right:0; padding:0.75rem 1rem 1rem; background:linear-gradient(transparent,rgba(0,0,0,0.75)); display:flex; flex-direction:column; align-items:center; gap:0.5rem; }
.modal-counter { color:rgba(255,255,255,0.55); font-size:0.75rem; letter-spacing:0.1em; }
.modal-thumbs { display:flex; gap:5px; overflow-x:auto; max-width:90vw; padding-bottom:2px; }
.modal-thumb { width:52px; height:40px; object-fit:cover; cursor:pointer; opacity:0.45; transition:opacity 0.2s; border:1px solid transparent; flex-shrink:0; }
.modal-thumb.active { opacity:1; border-color:var(--gold); }

/* ── AMENITIES (elegant single color) ── */
.amenities-table { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:0; border:1px solid var(--cream-dark); }
.amenities-table.two-col { grid-template-columns:repeat(2,1fr); max-width:900px; margin:0 auto; }
.amenity-row { display:flex; align-items:flex-start; gap:1.25rem; padding:1.4rem 1.75rem; border-bottom:1px solid var(--cream-dark); border-right:1px solid var(--cream-dark); transition:background 0.15s; }
.amenity-row:hover { background:var(--cream); }
.amenity-icon-wrap { width:36px; height:36px; border:1px solid var(--gold); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:0.1rem; }
.amenity-icon-wrap svg { width:18px; height:18px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.amenity-text h4 { font-family:'Raleway',sans-serif; font-size:0.85rem; font-weight:700; color:var(--navy); letter-spacing:0.03em; margin-bottom:0.2rem; }
.amenity-text p { font-size:0.8rem; color:var(--gray); line-height:1.5; text-align:left; }

/* ── HOUSE RULES ── */
.rules-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:1.25rem; }
.rule-card { display:flex; gap:1.1rem; align-items:flex-start; padding:1.5rem; border:1px solid var(--cream-dark); background:var(--white); }
.rule-num { font-family:'Playfair Display',serif; font-size:1.8rem; color:rgba(201,168,76,0.3); line-height:1; flex-shrink:0; min-width:2rem; }
.rule-text h4 { font-family:'Raleway',sans-serif; font-size:0.82rem; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:var(--navy); margin-bottom:0.3rem; }
.rule-text p { font-size:0.83rem; color:var(--gray); text-align:justify; }

/* ── CHECKIN ── */
.checkin-boxes { display:grid; grid-template-columns:1fr 1fr; gap:2rem; max-width:680px; margin:0 auto 2rem; }
.ci-box { border-top:3px solid var(--gold); padding:2rem; background:var(--white); box-shadow:0 2px 12px rgba(0,0,0,0.05); text-align:center; }
.ci-time { font-family:'Playfair Display',serif; font-size:3.5rem; color:var(--navy); font-weight:700; line-height:1; }
.ci-label { font-size:0.68rem; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:var(--gray); margin-top:0.5rem; }
.ci-sub { font-size:0.82rem; color:var(--gray); margin-top:0.75rem; text-align:justify; }

/* ── CHECKOUT STEPS ── */
.co-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--cream-dark); max-width:900px; margin:0 auto; }
.co-step { background:var(--white); padding:2rem 1.5rem; }
.co-num { font-family:'Playfair Display',serif; font-size:2rem; color:rgba(201,168,76,0.25); line-height:1; margin-bottom:0.75rem; }
.co-title { font-family:'Raleway',sans-serif; font-size:0.75rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold); margin-bottom:0.4rem; }
.co-desc { font-size:0.82rem; color:var(--gray); text-align:justify; }

/* ── FAQ ── */
.faq-list { max-width:760px; margin:0 auto; }
.faq-item { border-bottom:1px solid var(--cream-dark); }
.faq-q { width:100%; background:none; border:none; text-align:left; padding:1.25rem 0; font-family:'Playfair Display',serif; font-size:1rem; color:var(--navy); cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:1rem; }
.faq-q:hover { color:var(--gold); }
.faq-arrow { color:var(--gold); transition:transform 0.3s; flex-shrink:0; font-size:1rem; }
.faq-item.open .faq-arrow { transform:rotate(180deg); }
.faq-ans { max-height:0; overflow:hidden; transition:max-height 0.4s ease; }
.faq-ans.open { max-height:400px; padding-bottom:1.25rem; }
.faq-ans p { font-size:0.9rem; color:var(--gray); line-height:1.75; text-align:justify; }

/* ── MIDTERM ── */
.mt-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.mt-card { padding:2.5rem 2rem; border:1px solid var(--cream-dark); margin:-1px 0 0 -1px; }
.mt-card h3 { font-size:1.1rem; margin-bottom:0.75rem; color:var(--navy); }
.mt-card p { font-size:0.88rem; color:var(--gray); line-height:1.7; text-align:justify; }
.mt-icon-line { width:28px; height:1px; background:var(--gold); margin-bottom:1rem; }
.mt-amenities { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border:1px solid rgba(255,255,255,0.1); }
.mt-amenity { padding:1.5rem 1rem; border-right:1px solid rgba(255,255,255,0.08); border-bottom:1px solid rgba(255,255,255,0.08); text-align:center; }
.mt-amenity:nth-child(4n) { border-right:none; }
.mt-amenity svg { width:22px; height:22px; stroke:var(--gold); fill:none; stroke-width:1.5; margin-bottom:0.6rem; display:block; margin-left:auto; margin-right:auto; }
.mt-amenity span { font-size:0.72rem; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.75); }

/* ── LOCATION ── */
.loc-section { margin-bottom:4rem; padding-bottom:4rem; border-bottom:1px solid var(--cream-dark); }
.loc-section:last-child { border-bottom:none; margin-bottom:0; }
.loc-eyebrow { font-size:0.9rem; }
.loc-h2 { font-size:clamp(1.4rem,3vw,2rem); margin-top:0.3rem; margin-bottom:1.5rem; }
.loc-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1.2rem; margin-bottom:1.5rem; }
.loc-card { border-left:2px solid var(--gold); padding:1.2rem 1.5rem; background:var(--white); box-shadow:0 1px 6px rgba(0,0,0,0.04); }
.loc-card h4 { font-size:0.92rem; margin-bottom:0.35rem; }
.loc-card h4 a { color:var(--navy); text-decoration:none; transition:color 0.2s; border-bottom:1px solid transparent; }
.loc-card h4 a:hover { color:var(--gold); border-bottom-color:var(--gold); }
.loc-card p { color:var(--gray); font-size:0.83rem; line-height:1.6; text-align:justify; }
.loc-photos { display:grid; gap:6px; margin-top:1.5rem; }
.loc-photos-3 { grid-template-columns:repeat(3,1fr); }
.loc-photos-2 { grid-template-columns:repeat(2,1fr); }
.loc-photo { width:100%; height:200px; object-fit:cover; display:block; }

/* ── ABOUT US ── */
.about-split { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:start; }
.about-quote { font-family:'EB Garamond',serif; font-style:italic; font-size:1.18rem; line-height:1.9; color:var(--dark); border-left:3px solid var(--gold); padding-left:1.5rem; margin:2rem 0; text-align:justify; }
.str-badge { display:inline-flex; align-items:center; gap:0.6rem; background:var(--cream); border:1px solid var(--gold); padding:0.6rem 1.2rem; margin-top:1rem; }
.str-badge span:first-child { font-size:0.68rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold); }
.str-badge span:last-child { font-size:0.85rem; font-weight:700; color:var(--navy); }

/* ── GUEST EXPERIENCES ── */
.reviews-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:1.75rem; }
.review-card { background:var(--white); padding:2rem; border:1px solid var(--cream-dark); position:relative; }
.review-card::before { content:'"'; font-family:'Playfair Display',serif; font-size:4.5rem; color:var(--gold); opacity:0.12; position:absolute; top:0.5rem; left:1.25rem; line-height:1; pointer-events:none; }
.stars { color:var(--gold); font-size:0.9rem; margin-bottom:0.75rem; letter-spacing:0.05em; }
.review-text { font-size:0.9rem; color:var(--gray); line-height:1.75; margin-bottom:1.25rem; font-style:italic; text-align:justify; }
.reviewer-name { font-weight:700; font-size:0.84rem; color:var(--navy); }
.reviewer-role { font-size:0.73rem; color:var(--gold); letter-spacing:0.07em; text-transform:uppercase; margin-top:0.15rem; }

/* ── CONTACT ── */
.contact-split { display:grid; grid-template-columns:1fr 1.6fr; gap:4rem; align-items:start; }
.cd-item { display:flex; gap:1rem; margin-bottom:1.5rem; align-items:flex-start; }
.cd-icon { width:36px; height:36px; border:1px solid var(--gold); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.cd-icon svg { width:16px; height:16px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.cd-label { font-size:0.7rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold); margin-bottom:0.2rem; font-family:'Raleway',sans-serif; }
.cd-value, .cd-value a { color:var(--dark); font-size:0.95rem; text-decoration:none; }
.cd-value a:hover { color:var(--gold); }

/* ── BOOKING FORM ── */
.booking-form { background:var(--white); border:1px solid var(--cream-dark); padding:2.5rem; box-shadow:0 6px 25px rgba(0,0,0,0.06); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; }
.form-group { display:flex; flex-direction:column; gap:0.35rem; }
.form-group.full { grid-column:1/-1; }
.form-group label { font-size:0.7rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--navy); }
.form-group input,.form-group select,.form-group textarea { border:1px solid #d1d5db; padding:0.72rem 0.95rem; font-family:'Raleway',sans-serif; font-size:0.92rem; color:var(--dark); outline:none; transition:border-color 0.2s; background:var(--white); }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color:var(--gold); }
.form-group textarea { resize:vertical; min-height:110px; }
.form-submit { width:100%; background:var(--navy); color:var(--gold); border:none; padding:1.05rem; font-family:'Raleway',sans-serif; font-size:0.8rem; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; cursor:pointer; margin-top:0.5rem; transition:background 0.2s; }
.form-submit:hover { background:var(--navy-light); }
.form-success { display:none; text-align:center; padding:3rem 2rem; background:var(--cream); }
.form-success h3 { color:var(--navy); margin-bottom:0.5rem; }
.form-success p { color:var(--gray); }

/* ── FOOTER ── */
footer { background:#080f17; color:rgba(255,255,255,0.58); padding:4rem 2rem 2rem; }
.footer-inner { display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:3rem; max-width:1200px; margin:0 auto; padding-bottom:3rem; border-bottom:1px solid rgba(255,255,255,0.07); }
.footer-brand img { height:140px; width:140px; border-radius:50%; margin-bottom:1rem; display:block; }
.footer-brand p { font-size:0.85rem; line-height:1.75; margin-top:0.75rem; max-width:300px; color:rgba(255,255,255,0.55); text-align:justify; }
.footer-col h4 { font-family:'Raleway',sans-serif; font-size:0.72rem; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); margin-bottom:1.25rem; }
.footer-col ul { list-style:none; }
.footer-col ul li { margin-bottom:0.6rem; }
.footer-col ul li a { color:rgba(255,255,255,0.55); text-decoration:none; font-size:0.84rem; transition:color 0.2s; }
.footer-col ul li a:hover { color:var(--gold); }
.footer-bottom { max-width:1200px; margin:2rem auto 0; display:flex; justify-content:space-between; font-size:0.78rem; flex-wrap:wrap; gap:0.75rem; }
.footer-bottom a { color:var(--gold); text-decoration:none; }

/* ── FADE UP ── */
.fade-up { opacity:0; transform:translateY(26px); transition:opacity 0.6s ease,transform 0.6s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }

/* ── FEATURE CARDS (home) ── */
.feat-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:2rem; }
.feat-card { background:var(--white); border:1px solid var(--cream-dark); overflow:hidden; transition:box-shadow 0.3s,transform 0.3s; }
.feat-card:hover { box-shadow:0 10px 35px rgba(0,0,0,0.1); transform:translateY(-3px); }
.feat-card img { width:100%; height:220px; object-fit:cover; }
.feat-card-body { padding:1.5rem; }
.feat-card-body h3 { font-size:1.1rem; margin-bottom:0.5rem; }
.feat-card-body p { color:var(--gray); font-size:0.87rem; text-align:justify; }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .mt-grid { grid-template-columns:repeat(2,1fr); }
  .mt-amenities { grid-template-columns:repeat(4,1fr); }
}
@media(max-width:900px) {
  .about-split,.contact-split { grid-template-columns:1fr; gap:2.5rem; }
  .footer-inner { grid-template-columns:1fr 1fr; }
  .gallery-row-top { grid-template-columns:1fr 1fr; }
  .gallery-row-bottom { max-width:100%; grid-template-columns:1fr 1fr; }
  .checkin-boxes { grid-template-columns:1fr 1fr; }
  .loc-photos-3 { grid-template-columns:1fr 1fr; }
}
@media(max-width:768px) {
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .form-grid { grid-template-columns:1fr; }
  .form-group.full { grid-column:1; }
  .booking-form { padding:1.75rem 1.25rem; }
  .footer-inner { grid-template-columns:1fr; }
  .gallery-row-top,.gallery-row-bottom { grid-template-columns:1fr; }
  .gallery-row-bottom { max-width:100%; }
  .mt-grid { grid-template-columns:1fr; }
  .mt-amenities { grid-template-columns:repeat(2,1fr); }
  .home-mosaic { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  .mosaic-tall { grid-row:span 1; }
  .hero-h1 { white-space:normal; }
  .hero-h1-sub { white-space:normal; }
  .checkin-boxes { grid-template-columns:1fr; }
  .loc-photos-3,.loc-photos-2 { grid-template-columns:1fr; }
}
@media(max-width:480px) {
  .hero-stat { padding:0 1rem; }
  .mt-amenities { grid-template-columns:repeat(2,1fr); }
}
