 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --green:      #0d3d2e;
      --green-mid:  #155740;
      --green-lt:   #1e7a56;
      --sage:       #d4e6dc;
      --gold:       #b8943f;
      --gold-lt:    #d4ae5c;
      --cream:      #f9f7f4;
      --white:      #ffffff;
      --gray:       #6b7566;
      --gray-lt:    #e4e8e3;
      --text:       #1a1f1c;
      --radius:     14px;
      --font-head:  'Playfair Display', Georgia, serif;
      --font-body:  'Outfit', sans-serif;
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; }

    /* ─── NAV ─── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 999;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 5vw; height: 66px;
      background: rgba(255,255,255,0.94); backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--gray-lt);
      transition: box-shadow 0.3s;
    }
    nav.scrolled { box-shadow: 0 2px 20px rgba(13,61,46,0.08); }
    .nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
    .nav-logo-mark { width: 40px; height: 40px; border-radius: 10px; background: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; }
    .nav-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
    .nav-logo-text strong { font-family: var(--font-head); font-size: 16.5px; font-weight: 600; color: var(--green); }
    .nav-logo-text span { font-size: 10px; font-weight: 400; color: var(--gray); letter-spacing: 0.05em; text-transform: uppercase; }
    .nav-links { display: flex; gap: 30px; list-style: none; }
    .nav-links a { font-size: 14px; font-weight: 400; color: var(--text); text-decoration: none; position: relative; padding-bottom: 2px; transition: color 0.2s; }
    .nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1.5px; background: var(--gold); transition: width 0.3s; }
    .nav-links a:hover { color: var(--green); }
    .nav-links a:hover::after { width: 100%; }
    .nav-cta { background: var(--green); color: white; padding: 9px 22px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s; }
    .nav-cta:hover { background: var(--gold); transform: translateY(-1px); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
    .hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }
    .mobile-menu { display: none; position: fixed; top: 66px; left: 0; right: 0; z-index: 998; background: white; padding: 16px 5vw 24px; border-bottom: 1px solid var(--gray-lt); flex-direction: column; gap: 0; }
    .mobile-menu a { font-size: 16px; color: var(--text); text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--gray-lt); display: block; }
    .mobile-menu.open { display: flex; }
    @media (max-width: 768px) { .nav-links, nav > .nav-cta { display: none; } .hamburger { display: flex; } }

    /* ─── HERO: split diagonal ─── */
    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 54% 46%;
      padding-top: 66px;
      overflow: hidden;
      position: relative;
    }
    .hero-left {
      background: var(--green);
      padding: 80px 5vw 80px 6vw;
      display: flex; flex-direction: column; justify-content: center;
      position: relative; overflow: hidden;
      clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
      z-index: 2;
    }
    .hero-left::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 48px 48px;
    }
    .hero-left::after {
      content: '';
      position: absolute; bottom: -80px; right: -80px;
      width: 320px; height: 320px; border-radius: 50%;
      background: radial-gradient(circle, rgba(184,148,63,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-tag {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
      padding: 5px 14px; border-radius: 50px; width: fit-content;
      font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 0.1em;
      text-transform: uppercase; margin-bottom: 28px;
      position: relative; z-index: 1;
    }
    .live-dot { width: 6px; height: 6px; border-radius: 50%; background: #5ee89a; box-shadow: 0 0 0 3px rgba(94,232,154,0.25); animation: pulse-dot 2.2s infinite; flex-shrink: 0; }
    @keyframes pulse-dot { 0%,100%{box-shadow:0 0 0 3px rgba(94,232,154,0.25);} 50%{box-shadow:0 0 0 6px rgba(94,232,154,0.1);} }

    .hero-h1 {
      font-family: var(--font-head);
      font-size: clamp(2.8rem, 4.5vw, 5rem);
      font-weight: 700; line-height: 1.07;
      color: white; margin-bottom: 22px;
      position: relative; z-index: 1;
    }
    .hero-h1 em { font-style: italic; color: var(--gold-lt); font-weight: 400; }

    .hero-sub { font-size: 15px; line-height: 1.78; color: rgba(255,255,255,0.6); max-width: 400px; margin-bottom: 36px; position: relative; z-index: 1; }

    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; margin-bottom: 52px; }
    .btn-gold { background: var(--gold); color: white; padding: 13px 28px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.25s; display: inline-flex; align-items: center; gap: 7px; }
    .btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(184,148,63,0.35); }
    .btn-ghost { border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.8); padding: 13px 28px; border-radius: 50px; font-size: 14px; text-decoration: none; transition: all 0.25s; display: inline-flex; align-items: center; gap: 7px; }
    .btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }

    /* Horizontal stat row inside hero-left */
    .hero-left-stats { display: flex; gap: 0; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 28px; }
    .hls-item { padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,0.1); }
    .hls-item:last-child { border-right: none; padding-right: 0; margin-right: 0; }
    .hls-num { font-family: var(--font-head); font-size: 1.9rem; font-weight: 700; color: white; line-height: 1; }
    .hls-suf { color: var(--gold-lt); }
    .hls-label { font-size: 10px; color: rgba(255,255,255,0.42); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 4px; }

    /* Hero right */
    .hero-right { background: var(--cream); display: flex; flex-direction: column; position: relative; }
    .hero-img-area {
      flex: 1; position: relative; overflow: hidden;
      background: linear-gradient(150deg, #c4d9cc 0%, #96b8a8 100%);
      display: flex; align-items: center; justify-content: center; min-height: 380px;
    }
    .hero-img-area::before {
      content: ''; position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 0C11.64 0 0 11.64 0 26s11.64 26 26 26 26-11.64 26-26S40.36 0 26 0zm0 50C12.74 50 2 39.26 2 26S12.74 2 26 2s24 10.74 24 24-10.74 24-24 24z' fill='%23ffffff' fill-opacity='0.07'/%3E%3C/svg%3E") repeat;
      background-size: 52px 52px;
    }
    .img-ph-badge { font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.55); border: 1px dashed rgba(255,255,255,0.3); padding: 9px 18px; border-radius: 8px; z-index: 1; }
    /* Floating info card */
    .hero-float {
      position: absolute; bottom: 20px; left: 16px;
      background: white; border-radius: 12px; padding: 13px 16px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.13);
      display: flex; gap: 11px; align-items: center;
    }
    .hero-float-ic { width: 34px; height: 34px; border-radius: 9px; background: #e3f2eb; display: flex; align-items: center; justify-content: center; color: var(--green); flex-shrink: 0; }
    .hero-float strong { font-size: 12.5px; font-weight: 600; color: var(--green); display: block; }
    .hero-float span { font-size: 11px; color: var(--gray); }

    /* Facilities pill strip */
    .hero-pills {
      background: white; border-top: 1px solid var(--gray-lt);
      padding: 18px 20px; display: flex; gap: 8px; flex-wrap: wrap;
    }
    .hero-pill {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--cream); border: 1px solid var(--gray-lt);
      border-radius: 50px; padding: 6px 12px;
      font-size: 12px; color: var(--green); font-weight: 500;
    }
    .hero-pill svg { color: var(--green-lt); }

    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; }
      .hero-left { clip-path: none; padding: 72px 5vw 52px; }
      .hero-right { min-height: 320px; }
    }
    @media (max-width: 480px) {
      .hero-left-stats { gap: 0; }
      .hls-item { padding-right: 18px; margin-right: 18px; }
      .hls-num { font-size: 1.5rem; }
      .hero-pills { padding: 14px; gap: 6px; }
    }

    /* ─── TICKER ─── */
    .ticker-wrap { background: var(--gold); padding: 12px 0; overflow: hidden; }
    .ticker-track { display: flex; white-space: nowrap; animation: ticker 32s linear infinite; }
    .ticker-item { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: white; padding: 0 30px; font-weight: 500; letter-spacing: 0.04em; }
    .ticker-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.4); }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ─── SHARED ─── */
    section { padding: 88px 5vw; }
    .si { max-width: 1160px; margin: 0 auto; }
    .eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
    .eyebrow::before { content: ''; width: 20px; height: 1.5px; background: var(--gold); }
    .eyebrow.c { justify-content: center; }
    .eyebrow.c::before { display: none; }
    .st { font-family: var(--font-head); font-size: clamp(1.9rem, 3vw, 2.85rem); font-weight: 600; line-height: 1.2; color: var(--green); margin-bottom: 14px; }
    .st em { font-style: italic; font-weight: 400; }
    .sb { font-size: 15px; color: var(--gray); line-height: 1.75; max-width: 500px; }
    .sh { margin-bottom: 52px; }
    .sh.c { text-align: center; }
    .sh.c .sb { margin: 0 auto; }

    /* ─── S1: ABOUT ─── */
    .s-about { background: var(--cream); }
    .about-g { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .about-img-block { position: relative; }
    .about-img {
      width: 100%; aspect-ratio: 4/3; border-radius: var(--radius);
      background: linear-gradient(145deg, #b5cec0, #8aad9a);
      display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;
    }
    .ph-label { font-size: 11px; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.55); border: 1px dashed rgba(255,255,255,0.3); padding: 9px 18px; border-radius: 8px; z-index: 1; }
    .about-badge { position: absolute; bottom: -14px; right: -14px; background: var(--green); color: white; border-radius: 12px; padding: 16px 20px; box-shadow: 0 8px 24px rgba(13,61,46,0.25); }
    .about-badge strong { font-family: var(--font-head); font-size: 1.8rem; font-weight: 700; display: block; line-height: 1; }
    .about-badge span { font-size: 11px; opacity: 0.6; text-transform: uppercase; letter-spacing: 0.06em; }
    .about-p { font-size: 15px; color: var(--gray); line-height: 1.85; margin-bottom: 18px; }
    .pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
    .pillar { padding: 15px; border: 1px solid var(--gray-lt); border-radius: 10px; background: white; display: flex; gap: 12px; align-items: flex-start; }
    .pillar-ic { color: var(--green-lt); flex-shrink: 0; margin-top: 1px; }
    .pillar-t { font-size: 13px; font-weight: 600; color: var(--green); }
    .pillar-s { font-size: 12px; color: var(--gray); margin-top: 2px; }
    @media (max-width: 768px) { .about-g { grid-template-columns: 1fr; } .about-badge { right: 10px; bottom: 10px; } }

    /* ─── S2: NUMBERS ─── */
    .s-num { background: var(--green); padding: 64px 5vw; }
    .num-g { display: grid; grid-template-columns: repeat(4, 1fr); }
    .num-item { text-align: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.09); }
    .num-item:last-child { border-right: none; }
    .num-val { font-family: var(--font-head); font-size: 3.2rem; font-weight: 700; color: white; line-height: 1; }
    .num-suf { color: var(--gold-lt); }
    .num-lbl { font-size: 12px; color: rgba(255,255,255,0.44); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.07em; }
    @media (max-width: 600px) { .num-g { grid-template-columns: 1fr 1fr; } .num-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.09); padding: 24px; } .num-item:last-child { border-bottom: none; } }

    /* ─── S3: WHY US ─── */
    .why-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .why-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--gray-lt); background: white; transition: all 0.3s; position: relative; overflow: hidden; }
    .why-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
    .why-card:hover { box-shadow: 0 12px 32px rgba(13,61,46,0.1); transform: translateY(-4px); border-color: transparent; }
    .why-card:hover::after { transform: scaleX(1); }
    .why-ic { width: 44px; height: 44px; border-radius: 10px; background: #e8f3ee; display: flex; align-items: center; justify-content: center; color: var(--green); margin-bottom: 16px; }
    .why-t { font-size: 15px; font-weight: 600; color: var(--green); margin-bottom: 8px; }
    .why-tx { font-size: 13px; color: var(--gray); line-height: 1.7; }
    @media (max-width: 768px) { .why-g { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 480px) { .why-g { grid-template-columns: 1fr; } }

    /* ─── S4: SERVICES ─── */
    .s-services { background: var(--cream); }
    .srv-g { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
    .srv-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; background: linear-gradient(155deg, #9abfaf, #6d9e88); display: flex; align-items: center; justify-content: center; position: relative; }
    .srv-img::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='1' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E") repeat; background-size: 30px 30px; }
    .srv-list { display: flex; flex-direction: column; gap: 8px; }
    .srv-row { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-radius: 10px; background: white; border: 1px solid var(--gray-lt); transition: all 0.22s; cursor: default; }
    .srv-row:hover { border-color: var(--green); background: #f0f7f3; }
    .srv-ic { width: 36px; height: 36px; border-radius: 8px; background: #e8f3ee; display: flex; align-items: center; justify-content: center; color: var(--green); flex-shrink: 0; }
    .srv-name { font-size: 14px; font-weight: 500; color: var(--green); }
    .srv-sub { font-size: 12px; color: var(--gray); margin-top: 1px; }
    .srv-arr { margin-left: auto; color: var(--gray-lt); transition: color 0.2s; flex-shrink: 0; }
    .srv-row:hover .srv-arr { color: var(--green); }
    @media (max-width: 768px) { .srv-g { grid-template-columns: 1fr; } .srv-img { aspect-ratio: 16/7; } }

    /* ─── S5: BED TYPES ─── */
    .bed-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .bed-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-lt); transition: all 0.3s; background: white; }
    .bed-card:hover { box-shadow: 0 8px 28px rgba(13,61,46,0.09); transform: translateY(-3px); }
    .bed-top { padding: 28px; }
    .bed-bot { padding: 16px 28px; background: var(--cream); border-top: 1px solid var(--gray-lt); }
    .bed-num { font-family: var(--font-head); font-size: 3rem; font-weight: 700; color: var(--green); line-height: 1; }
    .bed-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); font-weight: 600; margin-bottom: 10px; }
    .bed-desc { font-size: 13px; color: var(--gray); line-height: 1.6; }
    @media (max-width: 600px) { .bed-g { grid-template-columns: 1fr; } }

    /* ─── S6: EMERGENCY CTA ─── */
    .s-emg { background: var(--green); padding: 72px 5vw; text-align: center; position: relative; overflow: hidden; }
    .s-emg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 40%, rgba(184,148,63,0.13) 0%, transparent 60%); }
    .s-emg .eyebrow { color: var(--gold-lt); justify-content: center; }
    .s-emg .eyebrow::before { background: var(--gold-lt); }
    .emg-t { font-family: var(--font-head); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; color: white; margin: 12px 0 16px; }
    .emg-s { font-size: 15px; color: rgba(255,255,255,0.56); max-width: 460px; margin: 0 auto 36px; line-height: 1.75; }
    .emg-btn { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.09); border: 1.5px solid rgba(255,255,255,0.22); color: white; text-decoration: none; padding: 16px 38px; border-radius: 50px; font-size: 1.35rem; font-weight: 600; transition: all 0.25s; position: relative; z-index: 1; }
    .emg-btn:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
    .emg-note { margin-top: 20px; font-size: 13px; color: rgba(255,255,255,0.38); position: relative; z-index: 1; }

    /* ─── S7: LOCATION ─── */
    .s-loc { background: var(--cream); }
    .loc-g { display: grid; grid-template-columns: 1fr 1.25fr; gap: 48px; align-items: start; }
    .loc-cards { display: flex; flex-direction: column; gap: 12px; }
    .loc-card { display: flex; gap: 14px; align-items: flex-start; padding: 17px; border-radius: 10px; background: white; border: 1px solid var(--gray-lt); }
    .loc-ic { width: 36px; height: 36px; border-radius: 9px; background: #e8f3ee; display: flex; align-items: center; justify-content: center; color: var(--green); flex-shrink: 0; }
    .loc-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gray); margin-bottom: 3px; }
    .loc-val { font-size: 14px; font-weight: 500; color: var(--green); line-height: 1.55; }
    .loc-val a { color: var(--green-lt); text-decoration: none; }
    .loc-val a:hover { text-decoration: underline; }
    .map-wrap { border-radius: var(--radius); overflow: hidden; height: 360px; border: 1px solid var(--gray-lt); }
    .map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }
    @media (max-width: 768px) { .loc-g { grid-template-columns: 1fr; } }

    /* ─── S8: TESTIMONIALS ─── */
    .testi-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .testi-card { background: white; border: 1px solid var(--gray-lt); border-radius: var(--radius); padding: 26px; }
    .testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
    .testi-q { font-size: 14px; font-style: italic; color: var(--gray); line-height: 1.75; margin-bottom: 20px; }
    .testi-au { display: flex; align-items: center; gap: 10px; }
    .testi-av { width: 38px; height: 38px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 15px; color: white; font-weight: 600; flex-shrink: 0; }
    .testi-n { font-size: 13px; font-weight: 600; color: var(--green); }
    .testi-pl { font-size: 11px; color: var(--gray); display: flex; align-items: center; gap: 4px; margin-top: 1px; }
    @media (max-width: 768px) { .testi-g { grid-template-columns: 1fr; } }

    /* ─── S9: FAQ ─── */
    .s-faq { background: var(--cream); }
    .faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
    .faq-item { border: 1px solid var(--gray-lt); border-radius: 10px; overflow: hidden; background: white; }
    .faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; background: transparent; border: none; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--green); text-align: left; font-family: var(--font-body); gap: 12px; }
    .faq-ic { flex-shrink: 0; color: var(--gold); transition: transform 0.3s; }
    .faq-item.open .faq-ic { transform: rotate(45deg); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; font-size: 13.5px; color: var(--gray); line-height: 1.8; padding: 0 22px; }
    .faq-item.open .faq-a { max-height: 220px; padding: 14px 22px 20px; }
    .faq-item.open { border-color: var(--green-lt); }

    /* ─── S10: CREDENTIALS ─── */
    .s-cred { background: var(--green); padding: 72px 5vw; }
    .s-cred .eyebrow { color: var(--gold-lt); }
    .s-cred .st { color: white; }
    .cred-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .cred-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--radius); padding: 24px; transition: background 0.3s; }
    .cred-card:hover { background: rgba(255,255,255,0.1); }
    .cred-ic { color: var(--gold-lt); margin-bottom: 14px; }
    .cred-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.36); margin-bottom: 6px; }
    .cred-val { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; color: white; }
    .cred-sub { font-size: 12px; color: rgba(255,255,255,0.36); margin-top: 6px; line-height: 1.5; }
    @media (max-width: 600px) { .cred-g { grid-template-columns: 1fr; } }

    /* ─── S11: PHOTO GALLERY STRIP ─── */
    .gallery { display: grid; grid-template-columns: repeat(4, 1fr); }
    .gal-item { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
    .gal-item:nth-child(1) { background: linear-gradient(135deg, #aecabb, #88b09a); }
    .gal-item:nth-child(2) { background: linear-gradient(135deg, #97b9a8, #6d9e88); }
    .gal-item:nth-child(3) { background: linear-gradient(135deg, #a5c2b2, #7aaa96); }
    .gal-item:nth-child(4) { background: linear-gradient(135deg, #b8ccbf, #8aad9a); }
    .gal-ph { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); border: 1px dashed rgba(255,255,255,0.28); padding: 7px 12px; border-radius: 6px; }
    @media (max-width: 600px) { .gallery { grid-template-columns: 1fr 1fr; } }

    /* ─── S12: FINAL CTA ─── */
    .s-cta { text-align: center; }
    .s-cta .sb { margin: 0 auto 32px; }
    .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .btn-grn { background: var(--green); color: white; padding: 14px 30px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.25s; display: inline-flex; align-items: center; gap: 8px; }
    .btn-grn:hover { background: var(--green-lt); transform: translateY(-2px); }
    .btn-ol { border: 1.5px solid var(--green); color: var(--green); padding: 14px 30px; border-radius: 50px; font-size: 14px; text-decoration: none; transition: all 0.25s; display: inline-flex; align-items: center; gap: 8px; }
    .btn-ol:hover { background: var(--green); color: white; transform: translateY(-2px); }

    /* ─── FOOTER ─── */
    footer { background: #060f0b; color: rgba(255,255,255,0.5); padding: 60px 5vw 28px; }
    .ft-g { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: 1160px; margin: 0 auto; }
    .ft-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
    .ft-logo-m { width: 34px; height: 34px; border-radius: 8px; background: var(--green-lt); display: flex; align-items: center; justify-content: center; color: white; }
    .ft-logo-n { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: white; }
    .ft-desc { font-size: 13px; line-height: 1.7; max-width: 240px; }
    .ft-col h4 { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
    .ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .ft-col ul li a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
    .ft-col ul li a:hover { color: var(--gold-lt); }
    .ft-bot { max-width: 1160px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 10px; }
    .ft-bot a { color: rgba(255,255,255,0.35); text-decoration: none; }
    .ft-bot a:hover { color: var(--gold-lt); }
    @media (max-width: 768px) { .ft-g { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 480px) { .ft-g { grid-template-columns: 1fr; } .ft-bot { flex-direction: column; text-align: center; } }

    /* ─── ANIMATIONS ─── */
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .reveal.in { opacity: 1; transform: translateY(0); }