  :root {
    --gold: #C8942A;
    --gold-light: #E8B84B;
    --gold-dark: #9A6E1A;
    --crimson: #8B1A1A;
    --crimson-light: #B22222;
    --dark: #0F0F0F;
    --dark-2: #1A1A1A;
    --dark-3: #242424;
    --white: #FAFAF8;
    --gray: #888;
    --light-gray: #F5F3EE;
    --green: #4ade80;
    --red: #f87171;
  }

  /* ─── LIGHT THEME ─── */
  body.light {
    --gold: #B07D1A;
    --gold-light: #C8942A;
    --gold-dark: #8A6010;
    --crimson: #8B1A1A;
    --crimson-light: #B22222;
    --dark: #FFFFFF;
    --dark-2: #F4F4F4;
    --dark-3: #EBEBEB;
    --white: #111111;
    --gray: #555;
  }
  body.light { background: #fff; color: #111; }

  /* Nav light */
  body.light nav { background: rgba(255,255,255,0.97); border-bottom: 1px solid rgba(0,0,0,0.08); }
  body.light .nav-links a { color: #111; }
  body.light .nav-links a:hover { color: var(--gold); }
  body.light .mobile-menu { background: rgba(255,255,255,0.98); border-bottom: 1px solid rgba(0,0,0,0.08); }
  body.light .mobile-menu a { color: #111; border-bottom: 1px solid rgba(0,0,0,0.06); }

  /* Hero light */
  body.light #home { background: linear-gradient(135deg, #f8f6f0 0%, #f0ede4 50%, #f5efe0 100%); }
  body.light #home::after { background: linear-gradient(to bottom, transparent, #f8f6f0); }
  body.light .hero-desc { color: rgba(17,17,17,0.65); }
  body.light .btn-outline { color: #111; border-color: rgba(0,0,0,0.2); }
  body.light .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  body.light .stat-label { color: rgba(17,17,17,0.5); }

  /* Section backgrounds light */
  body.light #about { background: #f4f4f4; }
  body.light #services { background: #ffffff; }
  body.light #amenities { background: #ebebeb; }
  body.light #reviews { background: #f8f8f8; }
  body.light #contact { background: #f4f4f4; }

  /* Cards light */
  body.light .service-card { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
  body.light .service-card:hover { border-color: rgba(176,125,26,0.4); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
  body.light .service-card h3 { color: #111; }
  body.light .service-card p { color: rgba(17,17,17,0.6); }
  body.light .service-icon { background: rgba(176,125,26,0.08); border-color: rgba(176,125,26,0.18); }

  /* About light */
  body.light .about-list li { color: rgba(17,17,17,0.75); }
  body.light .section-desc { color: rgba(17,17,17,0.65); }
  body.light .about-img-placeholder { background: linear-gradient(135deg, #e0dbd0, #c8a86a); }

  /* Amenities light */
  body.light .amenity-pill { background: rgba(176,125,26,0.06); border-color: rgba(176,125,26,0.15); }
  body.light .amenity-pill:hover { background: rgba(176,125,26,0.12); }
  body.light .amenity-pill-text { color: rgba(17,17,17,0.8); }

  /* Reviews light */
  body.light .review-card { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
  body.light .review-card:hover { border-color: rgba(176,125,26,0.3); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
  body.light .review-text { color: rgba(17,17,17,0.7); }
  body.light .reviewer-name { color: #111; }
  body.light .reviewer-meta { color: rgba(17,17,17,0.45); }
  body.light .review-quote { color: rgba(176,125,26,0.1); }
  body.light .overall-rating .rating-details p { color: rgba(17,17,17,0.5); }
  body.light .reviews-cta p { color: rgba(17,17,17,0.5); }

  /* Contact form light */
  body.light .contact-form { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
  body.light .contact-form h3 { color: #111; }
  body.light .form-group label { color: rgba(17,17,17,0.55); }
  body.light .form-group input,
  body.light .form-group textarea { background: #f8f8f8; border-color: rgba(0,0,0,0.12); color: #111; }
  body.light .form-group input:focus,
  body.light .form-group textarea:focus { border-color: var(--gold); }
  body.light .contact-detail h4 { color: var(--gold); }
  body.light .contact-detail p,
  body.light .contact-detail a { color: rgba(17,17,17,0.7); }
  body.light .contact-icon { background: rgba(176,125,26,0.07); border-color: rgba(176,125,26,0.18); }

  /* Subscribe light */
  body.light .subscribe-strip { background: #ebebeb; border-top-color: rgba(0,0,0,0.07); }
  body.light .subscribe-strip h3 { color: #111; }
  body.light .subscribe-strip p { color: rgba(17,17,17,0.55); }
  body.light .subscribe-form input { background: #fff; border-color: rgba(176,125,26,0.2); color: #111; }
  body.light .subscribe-form input::placeholder { color: rgba(17,17,17,0.4); }

  /* Footer light */
  body.light footer { background: #f0f0f0; border-top-color: rgba(0,0,0,0.08); }
  body.light .footer-brand p { color: rgba(17,17,17,0.5); }
  body.light .footer-links a { color: rgba(17,17,17,0.55); }
  body.light .footer-socials a { background: rgba(176,125,26,0.08); border-color: rgba(176,125,26,0.2); }
  body.light .footer-hours p { color: rgba(17,17,17,0.55); }
  body.light .footer-bottom { border-top-color: rgba(0,0,0,0.07); color: rgba(17,17,17,0.35); }

  .theme-toggle {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(200,148,42,0.5);
    background: rgba(200,148,42,0.08);
    color: var(--gold);
    font-size: 18px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
    flex-shrink: 0;
  }
  .theme-toggle:hover { background: var(--gold); color: #fff; transform: rotate(15deg); }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--dark);
    color: var(--white);
    overflow-x: hidden;
  }

  /* ─── NAV ─── */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: #ffffff;
    backdrop-filter: blur(12px);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 2px solid rgba(200,148,42,0.3);
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    height: 70px;
  }
  .nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    display: flex; align-items: center; gap: 10px;
  }
  .nav-logo span { color: #444; font-weight: 400; font-size: 13px; display: block; }
  .logo-icon {
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .logo-icon img {
    width: 100%; height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;   /* removes white/black bg on light backgrounds */
    background: transparent;
  }
  /* On dark backgrounds use screen blend */
  body:not(.light) .logo-icon img {
    mix-blend-mode: lighten;
  }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    position: relative;
  }
  .nav-links a::after {
    content: '';
    position: absolute; bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: var(--gold);
    transition: width 0.3s;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-links a:hover::after { width: 100%; }
  .nav-cta {
    background: var(--gold);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 700 !important;
    transition: background 0.2s !important;
    box-shadow: 0 2px 8px rgba(200,148,42,0.3);
  }
  .nav-cta:hover { background: #b07d1a !important; color: #fff !important; }
  .nav-cta::after { display: none !important; }

  /* hamburger */
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 25px; height: 2px; background: #333; border-radius: 2px; transition: 0.3s; }

  /* ─── HERO ─── */
  #home {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0;
  }
    .hero-bg {
    position: absolute; inset: 0;
    background: url("../images/hero.jpg") center center / cover no-repeat;
    transform: scale(1.06);
    animation: heroZoom 18s ease-in-out infinite alternate;
    will-change: transform;
  }


  @keyframes heroZoom {
    0%   { transform: scale(1.06) translate(0, 0); }
    50%  { transform: scale(1.12) translate(-1%, 1%); }
    100% { transform: scale(1.06) translate(1%, -0.5%); }
  }
  .hero-bg::after {
    content: "";
    position: absolute; inset: 0;
    background:
      linear-gradient(105deg, rgba(8,6,3,0.82) 0%, rgba(8,6,3,0.65) 45%, rgba(8,6,3,0.25) 100%),
      linear-gradient(to bottom, rgba(8,6,3,0.4) 0%, rgba(8,6,3,0.15) 50%, rgba(8,6,3,0.75) 100%);
  }
  .hero-content {
    position: relative; z-index: 3;
    padding: 0 7% 170px;
    max-width: 780px;
    animation: fadeUp 1s 0.2s ease both;
  }
  /* floating features strip on top of image */
  .features-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 5;
    background: rgba(200,148,42,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 22px 5%;
    display: flex; justify-content: center; align-items: center;
    gap: 48px; flex-wrap: wrap;
    transition: background 0.3s;
  }
  body.light .features-overlay { background: rgba(176,125,26,0.88); }
  .feature-item {
    display: flex; align-items: center; gap: 12px;
    color: #fff;
  }
  .feature-icon {
    width: 44px; height: 44px;
    background: rgba(0,0,0,0.25);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .feature-text { font-weight: 600; font-size: 14px; line-height: 1.3; color: #fff; }
  .feature-text small { font-weight: 400; font-size: 12px; opacity: 0.8; display: block; }
  /* Light mode hero */
  body.light #home::after { background: linear-gradient(to bottom, transparent, rgba(248,246,240,0.4)); }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(200,148,42,0.18);
    border: 1px solid rgba(200,148,42,0.6);
    color: #FFD980;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
    animation: fadeUp 0.8s ease both;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }
  .hero-badge::before { content: '✦'; font-size: 10px; }
  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(46px, 7vw, 82px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 24px;
    animation: fadeUp 0.8s 0.1s ease both;
    text-shadow: 0 2px 16px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.9);
    color: #FFFFFF;
  }
  .hero-title em { color: var(--gold-light); font-style: normal; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
  .hero-title .line2 { color: #FF6B6B; text-shadow: 0 2px 16px rgba(0,0,0,0.7); }
  .hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.95);
    max-width: 520px;
    margin-bottom: 40px;
    font-weight: 400;
    animation: fadeUp 0.8s 0.2s ease both;
    text-shadow: 0 1px 8px rgba(0,0,0,0.8), 0 1px 2px rgba(0,0,0,0.9);
  }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s 0.3s ease both; }
  .btn-primary {
    background: var(--gold);
    color: var(--dark);
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none; cursor: pointer;
    transition: all 0.25s;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(200,148,42,0.3); }
  .btn-outline {
    background: transparent;
    color: var(--white);
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
    transition: all 0.25s;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  .hero-stats {
    display: flex; gap: 48px; margin-top: 64px;
    animation: fadeUp 0.8s 0.4s ease both;
    flex-wrap: wrap;
  }
  .stat-item {}
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  }
  .stat-label { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 6px; letter-spacing: 0.5px; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }

  /* features strip now embedded in hero overlay */

  /* ─── SECTION COMMON ─── */
  section { padding: 100px 5%; }
  .section-label {
    display: inline-block;
    color: var(--gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .section-title em { color: var(--gold); font-style: normal; }
  .section-desc {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(250,250,248,0.65);
    max-width: 560px;
    font-weight: 300;
  }

  /* ─── ABOUT ─── */
  #about { background: var(--dark-2); }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
  }
  .about-img-block { position: relative; }
  .about-img-main {
    width: 100%; aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .about-img-placeholder {
    width: 100%; aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--dark-3), var(--gold-dark));
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 80px;
    opacity: 0.6;
  }
  .about-badge-card {
    position: absolute; bottom: -24px; right: -24px;
    background: var(--gold);
    color: var(--dark);
    padding: 20px 24px;
    border-radius: 12px;
    font-family: 'Playfair Display', serif;
  }
  .about-badge-card .big { font-size: 36px; font-weight: 900; display: block; line-height: 1; }
  .about-badge-card .small { font-size: 12px; font-weight: 500; margin-top: 4px; }
  .about-text .section-desc { max-width: 100%; margin-bottom: 28px; }
  .about-list { list-style: none; margin: 28px 0; display: flex; flex-direction: column; gap: 14px; }
  .about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 15px; color: rgba(250,250,248,0.8);
  }
  .about-list li::before {
    content: '✦';
    color: var(--gold);
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  /* ─── SERVICES ─── */
  #services { background: var(--dark); }
  .services-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 60px; }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
  .service-card {
    background: var(--dark-2);
    border: 1px solid rgba(200,148,42,0.1);
    border-radius: 16px;
    padding: 36px 32px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .service-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--crimson-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
  }
  .service-card:hover { border-color: rgba(200,148,42,0.3); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-icon {
    width: 56px; height: 56px;
    background: rgba(200,148,42,0.1);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
    border: 1px solid rgba(200,148,42,0.2);
  }
  .service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--white);
  }
  .service-card p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(250,250,248,0.6);
  }

  /* ─── MISSION BANNER ─── */
  .mission-banner {
    background: linear-gradient(135deg, var(--crimson) 0%, #5a0e0e 100%);
    padding: 80px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .mission-banner::before {
    content: '"';
    position: absolute;
    top: -40px; left: 5%;
    font-family: 'Playfair Display', serif;
    font-size: 300px;
    color: rgba(255,255,255,0.04);
    line-height: 1;
  }
  .mission-banner .section-label { color: rgba(255,255,255,0.7); }
  .mission-banner .section-title { color: var(--white); margin-bottom: 20px; }
  .mission-banner p {
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.8);
    max-width: 700px;
    margin: 0 auto 36px;
    font-weight: 300;
  }

  /* ─── AMENITIES ─── */
  #amenities { background: var(--dark-3); }
  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 50px;
  }
  .amenity-pill {
    background: rgba(200,148,42,0.07);
    border: 1px solid rgba(200,148,42,0.18);
    border-radius: 12px;
    padding: 20px 18px;
    display: flex; align-items: center; gap: 14px;
    transition: all 0.25s;
  }
  .amenity-pill:hover { background: rgba(200,148,42,0.14); border-color: rgba(200,148,42,0.4); transform: translateY(-3px); }
  .amenity-pill-icon { font-size: 24px; flex-shrink: 0; }
  .amenity-pill-text { font-size: 14px; font-weight: 500; color: rgba(250,250,248,0.85); line-height: 1.35; }

  /* ─── REVIEWS ─── */
  #reviews { background: var(--dark); }
  .reviews-header { text-align: center; margin-bottom: 16px; }
  .reviews-header .section-label, .reviews-header .section-title { display: block; text-align: center; }
  .reviews-header .section-title { margin: 0 auto 12px; }
  .overall-rating {
    display: flex; align-items: center; justify-content: center; gap: 16px;
    margin: 20px 0 50px;
    flex-wrap: wrap;
  }
  .rating-big {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
  }
  .rating-details { text-align: left; }
  .stars-row { display: flex; gap: 4px; margin-bottom: 6px; }
  .star { color: var(--gold); font-size: 22px; }
  .star.half { opacity: 0.5; }
  .rating-details p { font-size: 14px; color: rgba(250,250,248,0.5); }
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  .review-card {
    background: var(--dark-2);
    border: 1px solid rgba(200,148,42,0.1);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    transition: all 0.3s;
  }
  .review-card:hover { border-color: rgba(200,148,42,0.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }
  .review-quote {
    position: absolute; top: 20px; right: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    color: rgba(200,148,42,0.12);
    line-height: 1;
  }
  .review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
  .review-stars span { color: var(--gold); font-size: 16px; }
  .review-text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(250,250,248,0.75);
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 300;
  }
  .reviewer {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 18px;
  }
  .reviewer-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-dark), var(--crimson));
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    flex-shrink: 0;
  }
  .reviewer-name { font-weight: 600; font-size: 15px; color: var(--white); }
  .reviewer-meta { font-size: 12px; color: rgba(250,250,248,0.4); margin-top: 2px; }
  .review-platform {
    margin-left: auto;
    font-size: 11px;
    color: var(--gold);
    background: rgba(200,148,42,0.1);
    border: 1px solid rgba(200,148,42,0.2);
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .reviews-cta {
    text-align: center;
    margin-top: 48px;
  }
  .reviews-cta p { font-size: 15px; color: rgba(250,250,248,0.5); margin-bottom: 20px; }

  /* ─── CONTACT ─── */
  #contact { background: var(--dark-2); }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
    margin-top: 60px;
  }
  .contact-info { display: flex; flex-direction: column; gap: 32px; }
  .contact-detail {
    display: flex; gap: 16px; align-items: flex-start;
  }
  .contact-icon {
    width: 48px; height: 48px;
    background: rgba(200,148,42,0.1);
    border: 1px solid rgba(200,148,42,0.25);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }
  .contact-detail h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 6px;
    font-weight: 600;
  }
  .contact-detail p, .contact-detail a {
    font-size: 15px;
    color: rgba(250,250,248,0.75);
    line-height: 1.6;
    text-decoration: none;
  }
  .contact-detail a:hover { color: var(--gold); }
  .contact-form {
    background: var(--dark-3);
    border: 1px solid rgba(200,148,42,0.15);
    border-radius: 20px;
    padding: 48px 40px;
  }
  .contact-form h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-bottom: 32px;
    color: var(--white);
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-group { margin-bottom: 20px; }
  .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(250,250,248,0.6);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 14px 18px;
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.25s;
  }
  .form-group input:focus, .form-group textarea:focus {
    border-color: var(--gold);
  }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-success {
    display: none;
    background: rgba(200,148,42,0.1);
    border: 1px solid var(--gold);
    border-radius: 10px;
    padding: 16px;
    color: var(--gold-light);
    text-align: center;
    margin-top: 16px;
  }

  /* ─── FOOTER ─── */
  footer {
    background: var(--dark);
    border-top: 1px solid rgba(200,148,42,0.15);
    padding: 60px 5% 32px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 48px;
  }
  .footer-brand .nav-logo { margin-bottom: 16px; }
  .footer-brand p {
    font-size: 14px; line-height: 1.7;
    color: rgba(250,250,248,0.5);
    margin-bottom: 20px;
  }
  .footer-socials { display: flex; gap: 10px; }
  .footer-socials a {
    width: 36px; height: 36px;
    background: rgba(200,148,42,0.1);
    border: 1px solid rgba(200,148,42,0.2);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    text-decoration: none; font-size: 14px; font-weight: 700;
    transition: all 0.25s;
  }
  .footer-socials a:hover { background: var(--gold); color: var(--dark); }
  footer h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 600;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-links a {
    color: rgba(250,250,248,0.55);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--gold); }
  .footer-hours p { font-size: 14px; color: rgba(250,250,248,0.55); line-height: 1.7; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 24px;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 12px;
    font-size: 13px;
    color: rgba(250,250,248,0.35);
  }
  .footer-bottom a { color: var(--gold); text-decoration: none; }

  /* ─── SUBSCRIBE STRIP ─── */
  .subscribe-strip {
    background: var(--dark-3);
    padding: 50px 5%;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 24px;
    border-top: 1px solid rgba(200,148,42,0.1);
  }
  .subscribe-strip h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--white);
  }
  .subscribe-strip p { font-size: 14px; color: rgba(250,250,248,0.55); margin-top: 4px; }
  .subscribe-form { display: flex; gap: 12px; }
  .subscribe-form input {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(200,148,42,0.2);
    border-radius: 8px;
    padding: 14px 20px;
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    outline: none;
    width: 260px;
    transition: border-color 0.25s;
  }
  .subscribe-form input:focus { border-color: var(--gold); }
  .subscribe-form button {
    background: var(--gold);
    color: var(--dark);
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.25s;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
  }
  .subscribe-form button:hover { background: var(--gold-light); }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ─── MOBILE MENU ─── */
  .mobile-menu {
    display: none;
    position: fixed; top: 70px; left: 0; right: 0;
    background: rgba(15,15,15,0.98);
    padding: 24px 5%;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
    border-bottom: 1px solid rgba(200,148,42,0.2);
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.2s;
  }
  .mobile-menu a:hover { color: var(--gold); }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 960px) {
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-badge-card { right: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-content { padding: 0 5% 200px; }
    .features-overlay { gap: 20px; padding: 18px 4%; }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .hero-stats { gap: 32px; }
    .features-overlay { gap: 16px; flex-direction: column; align-items: flex-start; padding: 20px 5%; }
    .hero-content { padding: 0 5% 280px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .subscribe-strip { flex-direction: column; }
    .subscribe-form { flex-direction: column; width: 100%; }
    .subscribe-form input { width: 100%; }
    section { padding: 70px 5%; }
  }
  @media (max-width: 480px) {
    .hero-btns { flex-direction: column; }
    .btn-primary, .btn-outline { text-align: center; justify-content: center; }
    .contact-form { padding: 32px 24px; }
  }

/* ─── REVIEW MODAL ─── */
.modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
  align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: var(--dark-2);
  border: 1px solid rgba(200,148,42,0.25);
  border-radius: 16px;
  padding: 40px;
  width: 100%; max-width: 520px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.6);
  animation: fadeUp 0.3s ease;
}
body.light .modal-box { background: #fff; border-color: rgba(200,148,42,0.2); }
.modal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 22px;
  cursor: pointer; color: var(--gray); transition: color 0.2s;
}
.modal-close:hover { color: var(--gold); }
.modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700;
  color: var(--white); margin-bottom: 6px;
}
.modal-subtitle { font-size: 14px; color: var(--gray); margin-bottom: 28px; }
.star-row { display: flex; gap: 8px; margin-bottom: 24px; }
.star-btn {
  background: none; border: none; font-size: 32px;
  cursor: pointer; color: #666; transition: color 0.15s, transform 0.15s;
  line-height: 1;
}
.star-btn:hover, .star-btn.active { color: var(--gold); transform: scale(1.15); }
.modal-input {
  width: 100%; padding: 12px 16px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; color: var(--white); font-size: 14px;
  font-family: 'DM Sans', sans-serif; margin-bottom: 16px;
  transition: border-color 0.2s;
}
body.light .modal-input { background: #f5f5f5; border-color: #ddd; color: #111; }
.modal-input:focus { outline: none; border-color: var(--gold); }
.modal-input::placeholder { color: var(--gray); }
textarea.modal-input { resize: vertical; min-height: 100px; }
.modal-btns { display: flex; gap: 12px; margin-top: 8px; }
.modal-btns .btn-primary { flex: 1; text-align: center; cursor: pointer; border: none; font-family: 'DM Sans',sans-serif; font-size: 15px; }
.modal-btns .btn-outline  { flex: 1; text-align: center; cursor: pointer; background: none; font-family: 'DM Sans',sans-serif; font-size: 15px; }
@media (max-width: 600px) { .modal-box { padding: 28px 20px; } .modal-btns { flex-direction: column; } }

/* ══════════════════════════════════════════════
   MOBILE: COLLAPSE reviews & amenities
══════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Collapse amenities — show only first 6 */
  .amenities-grid .amenity-pill { display: none; }
  .amenities-grid .amenity-pill:nth-child(-n+6) { display: flex; }
  .amenities-grid.expanded .amenity-pill { display: flex; }

  /* Show More buttons */
  .show-more-btn {
    display: flex;
    margin: 24px auto 0;
    align-items: center; gap: 8px;
    background: rgba(200,148,42,0.1);
    border: 1px solid rgba(200,148,42,0.35);
    color: var(--gold);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px; font-weight: 600;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.25s;
  }
  .show-more-btn:hover { background: rgba(200,148,42,0.2); }
  .show-more-btn .arrow { transition: transform 0.3s; }
  .show-more-btn.open .arrow { transform: rotate(180deg); }
}

@media (min-width: 769px) {
  .show-more-btn { display: none; }
}

/* ── BACK TO TOP BUTTON ────────────────────── */
#backToTop {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 46px; height: 46px;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 300;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(200,148,42,0.45);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  pointer-events: none;
}
#backToTop.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#backToTop:hover { background: #b07d20; }

/* ── WHATSAPP FLOATING BUTTON ───────────────── */
#whatsappBtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px; height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  z-index: 300;
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  transition: background 0.2s, transform 0.2s;
}
#whatsappBtn:hover { background: #1db954; transform: scale(1.08); }

/* ── FOOTER ADMIN LINK ─────────────────────── */
.footer-admin-link {
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-admin-link a {
  color: rgba(200,148,42,0.5);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
}
.footer-admin-link a:hover { color: var(--gold); }
body.light .footer-admin-link a { color: rgba(150,100,20,0.5); }
body.light .footer-admin-link a:hover { color: var(--gold); }

/* ══════════════════════════════════════════════
   SERVICE DETAIL MODAL
══════════════════════════════════════════════ */

/* Overlay */
.svc-modal-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 600;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.svc-modal-overlay.open { display: flex; }

/* Container */
.svc-modal-container {
  background: var(--dark-2);
  border: 1px solid rgba(200,148,42,0.2);
  border-radius: 20px;
  width: 100%; max-width: 860px;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  animation: svcModalIn 0.4s cubic-bezier(0.22,1,0.36,1) both;
}
body.light .svc-modal-container {
  background: #fff;
  border-color: rgba(200,148,42,0.2);
}

@keyframes svcModalIn {
  from { opacity: 0; transform: scale(0.88) translateY(30px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* Close button */
.svc-modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 10;
  width: 40px; height: 40px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%; color: #fff; font-size: 16px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.svc-modal-close:hover { background: var(--gold); transform: rotate(90deg); }

/* Image */
.svc-modal-image-wrap {
  width: 100%; height: 300px; position: relative; overflow: hidden;
  flex-shrink: 0;
}
.svc-modal-image-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 6s ease;
}
.svc-modal-overlay.open .svc-modal-image-wrap img {
  transform: scale(1.06);
}
.svc-modal-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(10,10,10,0.85));
}
body.light .svc-modal-img-overlay {
  background: linear-gradient(to bottom, transparent 40%, rgba(255,255,255,0.7));
}

/* Body content */
.svc-modal-body {
  padding: 32px 36px 36px;
}
.svc-modal-icon {
  font-size: 36px; margin-bottom: 12px; line-height: 1;
}
.svc-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700;
  color: var(--white); margin-bottom: 14px; line-height: 1.3;
}
body.light .svc-modal-title { color: #111; }
.svc-modal-desc {
  font-size: 16px; line-height: 1.75;
  color: rgba(250,248,245,0.75);
  margin-bottom: 20px;
}
body.light .svc-modal-desc { color: #555; }

/* Bullet list */
.svc-modal-bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.svc-modal-bullets li {
  font-size: 14px; color: rgba(250,248,245,0.65);
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.5;
}
body.light .svc-modal-bullets li { color: #666; }
.svc-modal-bullets li::before {
  content: '✓';
  color: var(--gold); font-weight: 700;
  flex-shrink: 0; margin-top: 1px;
}

/* Actions */
.svc-modal-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.svc-modal-actions .btn-primary,
.svc-modal-actions .btn-outline {
  font-family: 'DM Sans', sans-serif; font-size: 15px; cursor: pointer;
}
.svc-modal-actions .btn-outline { background: none; }

/* Hover effect on service cards */
.service-card {
  cursor: pointer;
}
.service-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ── Service card "Learn More" cta pulse on hover ── */
.service-card:hover .card-cta span {
  animation: arrowBounce 0.6s ease infinite alternate;
}
@keyframes arrowBounce {
  from { transform: translateX(0); }
  to   { transform: translateX(5px); }
}

/* Responsive */
@media (max-width: 680px) {
  .svc-modal-image-wrap { height: 200px; }
  .svc-modal-body { padding: 24px 20px 28px; }
  .svc-modal-title { font-size: 22px; }
  .svc-modal-bullets { grid-template-columns: 1fr; }
  .svc-modal-actions { flex-direction: column; }
  .svc-modal-actions .btn-primary,
  .svc-modal-actions .btn-outline { text-align: center; }
}


/* ══════════════════════════════════════════════
   SERVICE CARD — CIRCULAR PHOTO (top-right)
══════════════════════════════════════════════ */
.service-card {
  position: relative;   /* anchor for the thumb */
}

.svc-card-thumb {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid rgba(200,148,42,0.55);
  box-shadow: 0 4px 16px rgba(0,0,0,0.45);
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
}
.service-card:hover .svc-card-thumb {
  transform: scale(1.10);
  box-shadow: 0 8px 24px rgba(200,148,42,0.35);
  border-color: var(--gold);
}
.svc-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.service-card:hover .svc-card-thumb img {
  transform: scale(1.12);
}

/* Ensure h3 doesn't overlap the thumb */
.service-card h3 {
  padding-right: 76px;
}

/* ══════════════════════════════════════════════
   REVIEW SLIDER — single card, auto-rotate, slide-left
══════════════════════════════════════════════ */
.review-slider {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.review-slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.review-slider-track .review-card {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 4px;
}
.review-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.review-slider-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(250,248,245,0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s, width 0.3s;
}
body.light .review-slider-dot { background: rgba(0,0,0,0.15); }
.review-slider-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 5px;
}
.review-slider-dot:hover { background: rgba(200,148,42,0.6); }

/* Reuse existing .review-card visuals, just remove the lift-on-hover so it doesn't conflict */
.review-slider .review-card:hover {
  transform: none;
}

@media (max-width: 600px) {
  .review-slider { max-width: 100%; }
}

/* ══════════════════════════════════════════════
   TOAST NOTIFICATIONS — clean, modern, dependency-free
══════════════════════════════════════════════ */
#toastContainer {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 380px;
  pointer-events: none;
}
@media (max-width: 600px) {
  #toastContainer {
    top: auto;
    bottom: 24px;
    left: 16px;
    right: 16px;
    max-width: none;
  }
}

.toast {
  pointer-events: auto;
  background: var(--dark-2);
  border: 1px solid rgba(200,148,42,0.18);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  transform: translateX(420px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.4s ease;
  position: relative;
  overflow: hidden;
}
body.light .toast {
  background: #fff;
  border-color: rgba(176,125,26,0.18);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
@media (max-width: 600px) {
  .toast { transform: translateY(80px); }
}
.toast.show {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 600px) {
  .toast.show { transform: translateY(0); }
}
.toast.hide {
  transform: translateX(420px);
  opacity: 0;
}
@media (max-width: 600px) {
  .toast.hide { transform: translateY(80px); }
}

.toast-icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  margin-top: 1px;
}
.toast-success .toast-icon { background: rgba(74,222,128,0.15); color: var(--green); }
.toast-error   .toast-icon { background: rgba(248,113,113,0.15); color: var(--red); }
.toast-info    .toast-icon { background: rgba(200,148,42,0.15); color: var(--gold); }

.toast-body { flex: 1; min-width: 0; }
.toast-title {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--white);
  margin-bottom: 3px;
  line-height: 1.4;
}
body.light .toast-title { color: #111; }
.toast-msg {
  font-size: 13.5px;
  color: rgba(250,248,245,0.65);
  line-height: 1.5;
}
body.light .toast-msg { color: #666; }

.toast-close {
  flex-shrink: 0;
  background: none;
  border: none;
  color: rgba(250,248,245,0.4);
  font-size: 16px;
  cursor: pointer;
  padding: 2px;
  line-height: 1;
  transition: color 0.2s;
}
.toast-close:hover { color: var(--white); }
body.light .toast-close:hover { color: #111; }

.toast-progress {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 0 0 0 14px;
  animation: toastProgress linear forwards;
}
.toast-success .toast-progress { background: var(--green); }
.toast-error   .toast-progress { background: var(--red); }

@keyframes toastProgress {
  from { width: 100%; }
  to   { width: 0%; }
}
