:root {
      --cream: #FBF7F1;
      --gold: #C9A96E;
      --gold-light: #E8D5A3;
      --teal: #2D5A5C;
      --teal-dark: #1E3D3F;
      --dark: #14120F;
      --text: #3D3830;
      --text-light: #7A7066;
      --white: #FFFFFF;
      --nav-h: 80px;
    }
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Jost', sans-serif;
      color: var(--text);
      background: var(--cream);
      overflow-x: hidden;
    }
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--dark); }
    ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 1000; height: var(--nav-h);
      display: flex; align-items: center;
      justify-content: space-between;
      gap: 2rem;
      padding: 0 6%;
      transition: background .4s ease, box-shadow .4s ease;
    }
    nav.scrolled {
      background: rgba(251,247,241,.96);
      box-shadow: 0 1px 24px rgba(0,0,0,.08);
      backdrop-filter: blur(12px);
    }
    .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.55rem; font-weight: 500;
      color: var(--white); letter-spacing: .06em;
      text-decoration: none; transition: color .3s;
      display: flex; align-items: center; gap: .5rem;
    }
    .nav-logo span { color: var(--gold); }
    nav.scrolled .nav-logo { color: var(--teal-dark); }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
    .nav-links a {
      font-size: .78rem; font-weight: 500;
      letter-spacing: .14em; text-transform: uppercase;
      text-decoration: none; color: rgba(255,255,255,.88);
      transition: color .3s; position: relative; padding-bottom: 3px;
    }
    .nav-links a::after {
      content: ''; position: absolute; bottom: 0;
      left: 0; right: 100%; height: 1px;
      background: var(--gold); transition: right .3s ease;
    }
    .nav-links a:hover::after { right: 0; }
    nav.scrolled .nav-links a { color: var(--text); }
    .nav-book {
      background: var(--gold) !important; color: var(--dark) !important;
      padding: .55rem 1.4rem !important; border-radius: 2px;
      font-weight: 600 !important;
      white-space: nowrap !important;
    }
    .nav-book::after { display: none !important; }
    .nav-book:hover { background: var(--gold-light) !important; }

    /* Hamburger */
    .hamburger {
      display: none; flex-direction: column;
      gap: 5px; cursor: pointer; padding: 6px; z-index: 1001;
    }
    .hamburger span {
      display: block; width: 24px; height: 2px;
      background: var(--white); transition: all .3s; border-radius: 2px;
    }
    nav.scrolled .hamburger span { background: var(--dark); }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Mobile menu */
    .mobile-menu {
      display: none; position: fixed; inset: 0;
      background: var(--dark); z-index: 999;
      flex-direction: column; align-items: center;
      justify-content: center; gap: 2.2rem;
      opacity: 0; pointer-events: none; transition: opacity .35s ease;
    }
    .mobile-menu.open { opacity: 1; pointer-events: all; }
    .mobile-menu a {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.6rem; font-weight: 400;
      color: var(--white); text-decoration: none;
      letter-spacing: .04em; transition: color .3s;
    }
    .mobile-menu a:hover { color: var(--gold); }
    .mobile-menu .m-book {
      color: var(--gold) !important; font-size: 2rem !important;
      border: 1px solid var(--gold); padding: .4rem 2rem; border-radius: 2px;
    }

    /* ── HERO ── */
    #home {
      height: 100vh; min-height: 620px;
      position: relative; display: flex;
      align-items: center; justify-content: center; overflow: hidden;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background: url('../images/VillaWebsitePhotos/0597F3BC-754B-4C32-88CF-800EE6D68A25_1_105_c.jpeg') center/cover no-repeat;
      transform: scale(1.06); transition: transform 7s cubic-bezier(.25,.46,.45,.94);
    }
    .hero-bg.loaded { transform: scale(1); }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(155deg, rgba(30,61,63,.5) 0%, rgba(20,18,15,.62) 100%);
    }
    .hero-grain {
      position: absolute; inset: 0;
      opacity: .035;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      pointer-events: none;
    }
    .hero-content {
      position: relative; z-index: 2;
      text-align: center; padding: 0 1.5rem; max-width: 820px;
    }
    .hero-label {
      display: inline-flex; align-items: center; gap: .7rem;
      font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 1.6rem;
      opacity: 0; transform: translateY(20px);
      animation: fadeUp .8s .3s forwards;
    }
    .hero-label::before, .hero-label::after {
      content: ''; flex: 1; height: 1px;
      width: 30px; background: var(--gold); opacity: .5;
    }
    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 6.5vw, 5rem);
      font-weight: 300; color: var(--white);
      line-height: 1.04; letter-spacing: .015em;
      margin-bottom: 1.6rem;
      opacity: 0; transform: translateY(28px);
      animation: fadeUp .9s .5s forwards;
    }
    .hero-title em { font-style: italic; color: var(--gold-light); }
    .hero-sub {
      font-size: .88rem; font-weight: 300;
      letter-spacing: .18em; color: rgba(255,255,255,.68);
      text-transform: uppercase; margin-bottom: 3rem;
      opacity: 0; transform: translateY(18px);
      animation: fadeUp .9s .7s forwards;
    }
    .hero-cta {
      display: inline-flex; gap: 1rem; flex-wrap: wrap;
      justify-content: center;
      opacity: 0; transform: translateY(18px);
      animation: fadeUp .9s .9s forwards;
    }
    .btn-primary {
      display: inline-block; padding: .95rem 2.4rem;
      background: var(--gold); color: var(--dark);
      font-size: .74rem; letter-spacing: .2em;
      text-transform: uppercase; font-weight: 600;
      text-decoration: none; border-radius: 2px;
      transition: background .3s, transform .2s, box-shadow .3s;
    }
    .btn-primary:hover {
      background: var(--gold-light);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(201,169,110,.35);
    }
    .btn-ghost {
      display: inline-block; padding: .95rem 2.4rem;
      border: 1px solid rgba(255,255,255,.45); color: var(--white);
      font-size: .74rem; letter-spacing: .2em;
      text-transform: uppercase; font-weight: 400;
      text-decoration: none; border-radius: 2px;
      transition: border-color .3s, background .3s;
    }
    .btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.09); }
    .scroll-hint {
      position: absolute; bottom: 2.5rem; left: 50%;
      transform: translateX(-50%); z-index: 2;
      display: flex; flex-direction: column;
      align-items: center; gap: .5rem;
      opacity: 0; animation: fadeUp 1s 1.5s forwards;
    }
    .scroll-hint span {
      font-size: .63rem; letter-spacing: .22em;
      text-transform: uppercase; color: rgba(255,255,255,.45);
    }
    .scroll-line {
      width: 1px; height: 42px;
      background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
      animation: scrl 2s 1.6s infinite;
    }
    @keyframes scrl {
      0%   { transform: scaleY(0); transform-origin: top; }
      49%  { transform: scaleY(1); transform-origin: top; }
      50%  { transform: scaleY(1); transform-origin: bottom; }
      100% { transform: scaleY(0); transform-origin: bottom; }
    }
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

    /* ── SECTION UTILS ── */
    section { padding: 7rem 6%; }
    .section-eyebrow {
      display: block; font-size: .68rem;
      letter-spacing: .26em; text-transform: uppercase;
      color: var(--gold); margin-bottom: .9rem;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      font-weight: 400; color: var(--teal-dark);
      line-height: 1.12; margin-bottom: 1.4rem;
    }
    .section-title em { font-style: italic; color: var(--gold); }
    .rule {
      width: 48px; height: 2px;
      background: var(--gold); margin-bottom: 1.8rem;
    }

    /* ── ABOUT ── */
    #about {
      background: var(--white);
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 6rem; align-items: center;
      padding-left: 8%; padding-right: 8%;
    }
    .about-wrap { position: relative; }
    .about-img {
      width: 100%; height: 570px;
      object-fit: cover; border-radius: 3px; display: block;
    }
    .about-accent {
      position: absolute; bottom: -22px; right: -22px;
      width: 180px; height: 180px;
      border: 3px solid var(--gold); border-radius: 3px; z-index: 0;
      pointer-events: none;
    }
    .about-badge {
      position: absolute; top: 2.5rem; left: -2rem;
      background: var(--teal); color: var(--white);
      padding: 1.4rem 1.2rem; text-align: center;
      box-shadow: 0 12px 36px rgba(45,90,92,.3);
    }
    .about-badge .num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem; font-weight: 500;
      color: var(--gold); display: block; line-height: 1;
    }
    .about-badge .lbl {
      font-size: .62rem; letter-spacing: .14em;
      text-transform: uppercase; opacity: .75;
    }
    .about-body p {
      font-size: .97rem; line-height: 1.85;
      color: var(--text-light); margin-bottom: 1.4rem;
    }
    .feats {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: .9rem; margin-top: 2.2rem;
    }
    .feat {
      display: flex; align-items: center; gap: .7rem;
      font-size: .84rem; color: var(--text); font-weight: 500;
    }
    .feat-ico {
      width: 36px; height: 36px; background: var(--cream);
      border-radius: 50%; display: flex; align-items: center;
      justify-content: center; font-size: .95rem; flex-shrink: 0;
    }

    /* ── ROOMS ── */
    #rooms { background: var(--cream); }
    .rooms-hd {
      text-align: center; max-width: 580px;
      margin: 0 auto 4rem;
    }
    .rooms-hd .rule { margin-left: auto; margin-right: auto; }
    .rooms-hd p { font-size: .93rem; color: var(--text-light); line-height: 1.75; }
    .rooms-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-template-rows: auto auto;
      gap: 1.4rem;
      max-width: 1320px; margin: 0 auto;
    }
    .r-card {
      position: relative; overflow: hidden;
      border-radius: 3px; cursor: pointer;
      background: var(--dark);
    }
    .r-card:nth-child(1) { grid-column: span 3; }
    .r-img {
      width: 100%; height: 420px;
      object-fit: cover; display: block;
      transition: transform .65s ease, opacity .4s;
    }
    .r-card:nth-child(1) .r-img { height: 480px; }
    .r-card:hover .r-img { transform: scale(1.07); opacity: .82; }
    .r-info {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 2rem 1.8rem;
      background: linear-gradient(to top, rgba(14,12,9,.95) 0%, transparent 100%);
      transform: translateY(28px); transition: transform .4s ease;
    }
    .r-card:hover .r-info { transform: translateY(0); }
    .r-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem; font-weight: 400;
      color: var(--white); margin-bottom: .35rem;
    }
    .r-blurb {
      font-size: .78rem; color: rgba(255,255,255,.6);
      line-height: 1.65; margin-bottom: .9rem;
      opacity: 0; transform: translateY(8px);
      transition: opacity .3s .1s, transform .3s .1s;
    }
    .r-card:hover .r-blurb { opacity: 1; transform: translateY(0); }
    .r-tag {
      display: inline-block; font-size: .63rem;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--gold); border: 1px solid rgba(201,169,110,.6);
      padding: .25rem .8rem; border-radius: 20px;
    }

    /* ── MODAL (room photo slideshow) ── */
    .modal-wrap {
      position: fixed; inset: 0;
      background: rgba(0,0,0,.92); z-index: 2000;
      display: flex; align-items: center;
      justify-content: center; padding: 1.5rem;
      opacity: 0; pointer-events: none; transition: opacity .3s;
    }
    .modal-wrap.open { opacity: 1; pointer-events: all; }
    .modal {
      background: var(--white); max-width: 980px;
      width: 100%; max-height: 90vh;
      border-radius: 4px; display: grid;
      grid-template-columns: 1.15fr 1fr;
      transform: translateY(16px) scale(.97);
      transition: transform .35s ease;
      overflow: hidden;
    }
    .modal-wrap.open .modal { transform: translateY(0) scale(1); }

    /* Slideshow / gallery side */
    .modal-gallery { display: flex; flex-direction: column; background: #0a0a0a; min-width: 0; }
    .mg-stage {
      position: relative; flex: 1;
      min-height: 360px; overflow: hidden;
      background: #0a0a0a;
    }
    .mg-photo {
      width: 100%; height: 100%;
      object-fit: cover; display: block;
      transition: opacity .22s ease;
    }
    .mg-photo.fade { opacity: 0; }
    .mg-btn {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 38px; height: 38px; border-radius: 50%;
      background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.2);
      color: var(--white); font-size: 1.25rem; line-height: 1;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
      transition: background .25s, transform .2s; z-index: 3;
    }
    .mg-btn:hover { background: rgba(0,0,0,.72); transform: translateY(-50%) scale(1.08); }
    .mg-prev { left: .65rem; }
    .mg-next { right: .65rem; }
    .mg-counter {
      position: absolute; bottom: .65rem; right: .65rem;
      font-size: .65rem; letter-spacing: .1em;
      color: rgba(255,255,255,.85);
      background: rgba(0,0,0,.5); padding: .25rem .7rem;
      border-radius: 20px; z-index: 3;
    }
    /* Hide nav chrome entirely when a room only has one photo */
    .mg-stage.single .mg-btn,
    .mg-stage.single .mg-counter { display: none; }
    .mg-strip.single { display: none; }

    .mg-strip {
      display: flex; gap: 5px; padding: 8px;
      background: rgba(0,0,0,.55); overflow-x: auto; flex-shrink: 0;
      scrollbar-width: thin; scrollbar-color: rgba(201,169,110,.4) transparent;
    }
    .mg-strip::-webkit-scrollbar { height: 3px; }
    .mg-strip::-webkit-scrollbar-thumb { background: rgba(201,169,110,.4); border-radius: 2px; }
    .mg-thumb {
      flex-shrink: 0; width: 56px; height: 42px;
      object-fit: cover; border-radius: 2px; cursor: pointer;
      opacity: .48; border: 2px solid transparent;
      transition: opacity .2s, border-color .2s, transform .15s;
    }
    .mg-thumb.active { opacity: 1; border-color: var(--gold); }
    .mg-thumb:hover:not(.active) { opacity: .8; transform: scale(1.04); }

    /* Info side */
    .modal-bd { padding: 2.8rem 2.4rem; overflow-y: auto; max-height: 90vh; }
    .modal-bd .section-eyebrow { margin-bottom: .5rem; }
    .modal-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; color: var(--teal-dark); margin-bottom: .2rem;
    }
    .modal-desc { font-size: .88rem; line-height: 1.82; color: var(--text-light); margin: 1.2rem 0 1.6rem; }
    .amen-grid { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2rem; }
    .amen {
      font-size: .72rem; padding: .28rem .75rem;
      background: var(--cream); color: var(--text);
      border-radius: 20px; letter-spacing: .04em;
    }
    .m-close {
      position: fixed; top: 1.2rem; right: 1.2rem;
      width: 42px; height: 42px; border-radius: 50%;
      background: rgba(255,255,255,.12); border: none;
      cursor: pointer; color: var(--white); font-size: 1.1rem;
      display: flex; align-items: center; justify-content: center;
      transition: background .3s; z-index: 2001;
    }
    .m-close:hover { background: rgba(255,255,255,.25); }

    /* ── WHAT TO DO ── */
    #whatToDo { background: var(--teal-dark); padding: 7rem 6%; }
    #whatToDo .section-title { color: var(--white); }
    #whatToDo .section-eyebrow { color: var(--gold-light); }
    .todo-top {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: end; margin-bottom: 4rem;
    }
    .todo-intro {
      font-size: .97rem; line-height: 1.82;
      color: rgba(255,255,255,.58);
    }
    .act-grid {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem;
    }
    .act-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 4px; overflow: hidden;
      transition: transform .32s, border-color .3s, box-shadow .3s;
    }
    .act-card:hover {
      transform: translateY(-7px);
      border-color: rgba(201,169,110,.35);
      box-shadow: 0 16px 40px rgba(0,0,0,.25);
    }
    .act-img { width: 100%; height: 175px; object-fit: cover; }
    .act-bd { padding: 1.4rem; }
    .act-ico { font-size: 1.5rem; margin-bottom: .65rem; display: block; }
    .act-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem; font-weight: 500;
      color: var(--white); margin-bottom: .4rem;
    }
    .act-desc { font-size: .8rem; color: rgba(255,255,255,.52); line-height: 1.7; }
    .act-dist {
      display: inline-block; font-size: .63rem;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--gold); margin-top: .7rem;
    }

    /* ── CONTACT ── */
    #contact {
      background: var(--cream);
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 6rem; align-items: start;
      padding-left: 8%; padding-right: 8%;
    }
    .ci-body p {
      font-size: .97rem; line-height: 1.82;
      color: var(--text-light); margin-bottom: 2.6rem;
    }
    .c-details { display: flex; flex-direction: column; gap: 1.3rem; }
    .c-item { display: flex; align-items: center; gap: 1rem; }
    .c-ico {
      width: 44px; height: 44px; background: var(--teal);
      border-radius: 50%; display: flex; align-items: center;
      justify-content: center; font-size: 1.05rem; flex-shrink: 0;
    }
    .c-item strong {
      display: block; font-size: .7rem;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--teal-dark); margin-bottom: .2rem;
    }
    .c-item span { font-size: .92rem; color: var(--text-light); }

    /* Form */
    .bform {
      background: var(--white); padding: 3rem;
      border-radius: 4px;
      box-shadow: 0 24px 64px rgba(0,0,0,.07);
    }
    .bform h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.85rem; color: var(--teal-dark); margin-bottom: .3rem;
    }
    .bform > p { font-size: .82rem; color: var(--text-light); margin-bottom: 2rem; }
    .fg { margin-bottom: 1.2rem; }
    .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    label {
      display: block; font-size: .68rem;
      letter-spacing: .15em; text-transform: uppercase;
      color: var(--text-light); margin-bottom: .45rem;
    }
    input, select, textarea {
      width: 100%; padding: .82rem 1rem;
      border: 1px solid rgba(0,0,0,.1); border-radius: 3px;
      font-family: 'Jost', sans-serif; font-size: .88rem;
      color: var(--text); background: var(--cream);
      transition: border-color .3s, box-shadow .3s; outline: none;
      appearance: none;
    }
    input:focus, select:focus, textarea:focus {
      border-color: var(--teal);
      box-shadow: 0 0 0 3px rgba(45,90,92,.1);
    }
    textarea { resize: vertical; min-height: 95px; }
    .sbtn {
      width: 100%; padding: 1.05rem; background: var(--teal);
      color: var(--white); border: none; border-radius: 3px;
      font-family: 'Jost', sans-serif; font-size: .76rem;
      letter-spacing: .2em; text-transform: uppercase;
      font-weight: 600; cursor: pointer;
      transition: background .3s, transform .2s; margin-top: .8rem;
    }
    .sbtn:hover { background: var(--teal-dark); transform: translateY(-2px); }
    .form-ok {
      display: none; text-align: center;
      padding: 2.5rem 1rem;
    }
    .form-ok .ok-ico { font-size: 3.2rem; margin-bottom: 1rem; }
    .form-ok h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.8rem; color: var(--teal-dark); margin-bottom: .5rem;
    }
    .form-ok p { font-size: .88rem; color: var(--text-light); }

    /* ── FOOTER ── */
    footer {
      background: var(--dark); padding: 5rem 8% 4rem;
      display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 3rem;
    }
    .fb h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.9rem; font-weight: 400;
      color: var(--white); margin-bottom: .5rem;
    }
    .fb h2 span { color: var(--gold); }
    .fb p { font-size: .83rem; color: rgba(255,255,255,.38); line-height: 1.75; max-width: 280px; margin-bottom: 1.5rem; }
    .socials { display: flex; gap: .7rem; }
    .soc {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid rgba(255,255,255,.12);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.4); font-size: .75rem;
      text-decoration: none; transition: border-color .3s, color .3s;
    }
    .soc:hover { border-color: var(--gold); color: var(--gold); }
    .fc h4 {
      font-size: .68rem; letter-spacing: .2em;
      text-transform: uppercase; color: var(--gold);
      margin-bottom: 1.4rem;
    }
    .fc ul { list-style: none; }
    .fc ul li { margin-bottom: .7rem; }
    .fc ul li a {
      font-size: .83rem; color: rgba(255,255,255,.38);
      text-decoration: none; transition: color .3s;
    }
    .fc ul li a:hover { color: rgba(255,255,255,.85); }
    .fbot {
      background: var(--dark); border-top: 1px solid rgba(255,255,255,.06);
      text-align: center; padding: 1.4rem 6%;
      font-size: .73rem; color: rgba(255,255,255,.22);
    }

    /* ── REVEAL ── */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity .7s ease, transform .72s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 1100px) {
      .act-grid { grid-template-columns: repeat(2,1fr); }
      /*.rooms-grid { grid-template-columns: 1fr 1fr; }
      .r-card:nth-child(1) { grid-column: span 2; } */
      footer { grid-template-columns: 1fr 1fr; }
      .fb { grid-column: span 2; }
    }
    @media (max-width: 860px) {
      #about { grid-template-columns: 1fr; gap: 3.5rem; padding-left: 6%; padding-right: 6%; }
      .about-badge { left: 1rem; }
      .about-accent { right: -10px; bottom: -10px; width: 120px; height: 120px; }
      .todo-top { grid-template-columns: 1fr; gap: 1.5rem; }
      #contact { grid-template-columns: 1fr; gap: 3.5rem; padding-left: 6%; padding-right: 6%; }
      .modal { grid-template-columns: 1fr; max-height: 94vh; }
      .mg-stage { min-height: 240px; }
      .modal-bd { padding: 2rem 1.5rem; max-height: none; }
      footer { grid-template-columns: 1fr; padding: 3.5rem 6% 3rem; }
      .fb { grid-column: span 1; }
    }
    @media (max-width: 1000px) {
      :root { --nav-h: 64px; }
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .mobile-menu { display: flex; }
      section { padding: 5rem 5%; }
      #about, #contact { padding-left: 5%; padding-right: 5%; }
      .rooms-grid { grid-template-columns: 1fr; }
      .r-card:nth-child(1) { grid-column: span 1; }
      .frow { grid-template-columns: 1fr; }
      .bform { padding: 2rem 1.4rem; }
      .hero-title { font-size: 3rem; }
      .mg-btn { width: 34px; height: 34px; font-size: 1.1rem; }
      .mg-thumb { width: 46px; height: 36px; }
    }
    @media (max-width: 520px) {
      .act-grid { grid-template-columns: 1fr; }
      .feats { grid-template-columns: 1fr; }
      .hero-cta { flex-direction: column; align-items: center; }
      footer { padding: 3rem 5% 2.5rem; }
    }
    /* Hide the Google Translate top banner 
.skiptranslate iframe { display: none !important; }
body { top: 0px !important; }*/
/* Enable scrolling inside the Room Modal on mobile */
@media (max-width: 768px) {
  .modal {
    max-height: 85vh !important; /* Prevents the box from being taller than the screen */
    overflow-y: auto !important; /* Forces a scrollbar to appear if content overflows */
    -webkit-overflow-scrolling: touch !important; /* Ensures smooth, momentum scrolling on iPhones */
  }
}
.mg-stage {
    height: 50vh !important; /* Takes up exactly 50% of the screen height */
    min-height: 300px !important; /* Prevents it from getting too small on tiny phones */
    max-height: 500px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #14120F; /* Adds a nice dark cinematic backdrop for narrower photos */
    position: relative;
}

/* 2. Force the photo to fit perfectly inside the locked stage */
#mPhoto {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; 
    display: block;
}

/* 3. Ensure the counter stays on top of the image */
#mgCounter {
    z-index: 10 !important;
    position: absolute;
    bottom: 15px;
}
/* Hide the review section by default */
#reviews.hidden {
  display: none !important;
}

/* Guest Reviews Styling */
/* Guest Reviews - Slideshow Layout */
.reviews-carousel-wrap {
  position: relative;
  max-width: 900px; /* Keeps the text at a comfortable reading width */
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.reviews-viewport {
  overflow: hidden; /* Hides the slides that are off-screen */
  flex: 1;
  border-radius: 4px;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth sliding animation */
}

.review-card {
  flex: 0 0 100%; /* Forces every card to be exactly 100% of the viewport width */
  min-width: 100%;
  box-sizing: border-box;
  background: var(--white);
  padding: 3.5rem 4rem;
  border: 1px solid var(--br);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  text-align: center; /* Center-aligned text looks best in a slideshow */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stars {
  color: var(--gold);
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.review-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text);
  font-style: italic;
  margin-bottom: 2rem;
}

.review-author strong {
  display: block;
  font-size: 1rem;
  color: var(--td);
  font-weight: 600;
}

.review-author span {
  display: block;
  font-size: 0.85rem;
  color: var(--tl);
  margin-top: 0.3rem;
}

/* Slideshow Arrows */
.rc-btn {
  background: var(--white);
  border: 1px solid var(--br);
  color: var(--td);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.rc-btn:hover {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .reviews-carousel-wrap { gap: 0.5rem; }
  .review-card { padding: 2rem 1.5rem; }
  .rc-btn { width: 38px; height: 38px; font-size: 1.4rem; }
  .review-text { font-size: 0.95rem; }
}
#reviews.hidden,
#nav-reviews-link.hidden,
#mobile-reviews-link.hidden {  
  display: none !important;
}