/* File: /Users/liborballaty/LocalProjects/GitHubProjectsDocuments/ballaty-rentals/assets/css/main.css
 * Description: Main stylesheet for Velenice Cottage rental website
 * Author: Libor Ballaty <libor@arionetworks.com>
 * Created: 2026-03-12
 */

:root {
  --forest:    #2d4a2d;
  --forest-dk: #1a2e1a;
  --moss:      #4a6741;
  --sage:      #7a9b6e;
  --sage-lt:   #a8c49b;
  --amber:     #c4832a;
  --straw:     #e8d9b8;
  --linen:     #f5f0e8;
  --warm:      #faf7f2;
  --bark:      #6b4c35;
  --ink:       #1e1a14;
  --text:      #2e2820;
  --muted:     #7a6e5e;
  --stone:     #9e8e7a;
  --shadow:    0 6px 32px rgba(45,74,45,0.13);
  --shadow-lg: 0 16px 56px rgba(45,74,45,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--linen); color: var(--text); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* NAV */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 3rem; transition: background 0.4s, box-shadow 0.4s;
}
#navbar.scrolled {
  background: rgba(245,240,232,0.93); backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(45,74,45,0.1);
}
.nav-logo { font-family: 'Lora', serif; font-size: 1.15rem; font-weight: 600; color: #fff; line-height: 1.2; transition: color 0.4s; }
.nav-logo small { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; }
#navbar.scrolled .nav-logo { color: var(--forest-dk); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.nav-links a:hover { color: var(--straw); }
#navbar.scrolled .nav-links a { color: var(--forest); }
#navbar.scrolled .nav-links a:hover { color: var(--amber); }
.nav-cta { background: var(--amber) !important; color: #fff !important; padding: 0.45rem 1.1rem; border-radius: 2px; }
.nav-cta:hover { background: var(--forest-dk) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: background 0.3s; }
#navbar.scrolled .hamburger span { background: var(--ink); }

/* HERO */
#home { position: relative; height: 100vh; min-height: 580px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(26,46,26,0.9) 0%, rgba(26,46,26,0.3) 50%, transparent 100%),
    url('https://a0.muscache.com/im/pictures/hosting/Hosting-1613256645876782331/original/114f9e4b-d3a5-4794-86e0-0a5cd36bec84.jpeg?im_w=1920') center/cover no-repeat;
  animation: hzoom 20s ease-in-out infinite alternate;
}
@keyframes hzoom { from { transform: scale(1); } to { transform: scale(1.06); } }
.hero-content { position: relative; z-index: 2; padding: 3.5rem 3rem; max-width: 680px; }
.hero-tag { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--straw); margin-bottom: 1.2rem; }
.hero-tag::before { content: ''; width: 36px; height: 1px; background: var(--amber); }
.hero-title { font-family: 'Lora', serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 600; color: #fff; line-height: 1.05; margin-bottom: 0.5rem; }
.hero-title em { font-style: italic; color: var(--sage-lt); }
.hero-loc { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.4rem; }
.hero-desc { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.75); max-width: 480px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-features { position: absolute; right: 3rem; bottom: 3.5rem; z-index: 2; display: flex; flex-direction: column; gap: 0.55rem; }
.hero-feat { background: rgba(0,0,0,0.32); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); color: #fff; padding: 0.5rem 0.85rem; font-size: 0.77rem; display: flex; align-items: center; gap: 0.5rem; border-radius: 2px; }

/* BUTTONS */
.btn-a { display: inline-block; background: var(--amber); color: #fff; padding: 0.8rem 1.8rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 2px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 16px rgba(196,131,42,0.35); }
.btn-a:hover { background: var(--forest-dk); transform: translateY(-2px); }
.btn-b { display: inline-block; background: transparent; color: #fff; padding: 0.8rem 1.8rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 2px; border: 1px solid rgba(255,255,255,0.5); transition: all 0.2s; }
.btn-b:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-c { display: inline-block; background: var(--forest); color: #fff; padding: 0.8rem 1.8rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 2px; transition: background 0.2s, transform 0.2s; }
.btn-c:hover { background: var(--forest-dk); transform: translateY(-2px); }
.btn-co { display: inline-block; background: transparent; color: var(--forest); padding: 0.8rem 1.8rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 2px; border: 1.5px solid var(--forest); transition: all 0.2s; }
.btn-co:hover { background: var(--forest); color: #fff; }

/* STATS BAR */
.statsbar { background: var(--forest-dk); display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 1.4rem 0.8rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); }
.stat:last-child { border-right: none; }
.stat-ico { font-size: 1.3rem; margin-bottom: 0.25rem; }
.stat-lbl { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage-lt); margin-bottom: 0.15rem; }
.stat-val { font-family: 'Lora', serif; font-size: 0.95rem; color: #fff; }

/* SECTIONS */
section { padding: 5.5rem 3rem; }
.container { max-width: 1200px; margin: 0 auto; }
.sec-label { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber); margin-bottom: 1rem; }
.sec-label::before { content: ''; width: 26px; height: 1.5px; background: var(--amber); }
.sec-title { font-family: 'Lora', serif; font-weight: 600; color: var(--forest-dk); line-height: 1.2; margin-bottom: 1rem; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.sec-body { font-size: 0.97rem; font-weight: 300; line-height: 1.9; color: var(--muted); max-width: 560px; }

/* ABOUT */
#about { background: var(--linen); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; max-width: 1200px; margin: 0 auto; }
.about-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.about-imgs .img-main { grid-column: 1 / 3; height: 260px; overflow: hidden; border-radius: 2px; }
.about-imgs .img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-imgs .img-s { height: 200px; overflow: hidden; border-radius: 2px; }
.about-imgs .img-s img { width: 100%; height: 100%; object-fit: cover; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-top: 1.8rem; }
.feat-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.86rem; color: var(--muted); }
.feat-ico { width: 26px; height: 26px; background: var(--straw); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; }
.about-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 2rem; }

/* GALLERY */
#gallery { background: var(--forest-dk); padding: 5.5rem 3rem; }
.gal-header { max-width: 1200px; margin: 0 auto 2rem; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; }
.gal-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 0.7rem; }
.gal-item { overflow: hidden; border-radius: 2px; }
.gal-item.tall { grid-row: 1 / 3; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.gal-item:hover img { transform: scale(1.06); }

/* SPACES */
#rooms { background: var(--warm); }
.rooms-grid { max-width: 1200px; margin: 2.5rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.room-card { background: #fff; border-radius: 2px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.25s, box-shadow 0.25s; }
.room-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.room-img { height: 200px; overflow: hidden; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.room-card:hover .room-img img { transform: scale(1.06); }
.room-body { padding: 1.5rem; }
.room-name { font-family: 'Lora', serif; font-size: 1.15rem; color: var(--forest-dk); margin-bottom: 0.4rem; }
.room-desc { font-size: 0.85rem; line-height: 1.75; color: var(--muted); margin-bottom: 0.9rem; }
.tag { display: inline-block; font-size: 0.68rem; background: var(--straw); color: var(--bark); padding: 0.2rem 0.55rem; border-radius: 10px; margin: 0 0.25rem 0.3rem 0; }

/* DESTINATIONS */
.dest-strip { background: linear-gradient(135deg, var(--moss), var(--forest-dk)); padding: 4.5rem 3rem; }
.dest-inner { max-width: 1200px; margin: 0 auto; }
.dest-tag { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage-lt); margin-bottom: 0.7rem; }
.dest-h { font-family: 'Lora', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #fff; margin-bottom: 0.4rem; }
.dest-sub { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.dest-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; }
.dest-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; padding: 1.3rem 0.8rem; text-align: center; transition: background 0.2s, transform 0.2s; }
.dest-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-3px); }
.dest-ico { font-size: 1.6rem; margin-bottom: 0.5rem; }
.dest-name { font-family: 'Lora', serif; font-size: 0.95rem; color: var(--straw); margin-bottom: 0.2rem; }
.dest-dist { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.dest-more { margin-top: 1.2rem; font-size: 0.8rem; color: rgba(255,255,255,0.45); }

/* ACTIVITIES */
#activities { background: var(--linen); }
.act-grid { max-width: 1200px; margin: 2.5rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.act-card { background: #fff; border-radius: 2px; padding: 1.8rem 1.3rem; text-align: center; box-shadow: 0 3px 16px rgba(45,74,45,0.06); transition: transform 0.25s, box-shadow 0.25s; border-bottom: 3px solid transparent; }
.act-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-bottom-color: var(--moss); }
.act-ico { font-size: 2rem; margin-bottom: 0.8rem; }
.act-name { font-family: 'Lora', serif; font-size: 1.05rem; color: var(--forest-dk); margin-bottom: 0.5rem; }
.act-desc { font-size: 0.83rem; line-height: 1.7; color: var(--muted); }

/* BOOKING */
#book { background: var(--warm); }
.book-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.contact-list { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 2rem; }
.citem { display: flex; gap: 0.9rem; align-items: flex-start; }
.cico { width: 38px; height: 38px; background: var(--forest-dk); color: var(--straw); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.clbl { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); margin-bottom: 0.15rem; }
.cval { font-size: 0.92rem; color: var(--text); font-weight: 500; }
.cval a { color: var(--moss); }
.bform { background: #fff; padding: 2.5rem; border-radius: 2px; box-shadow: var(--shadow); }
.ftitle { font-family: 'Lora', serif; font-size: 1.6rem; color: var(--forest-dk); margin-bottom: 0.25rem; }
.fsub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.8rem; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); margin-bottom: 0.35rem; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 0.7rem 0.85rem; border: 1px solid #d5ccbf; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; color: var(--text); background: var(--linen); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(74,103,65,0.1); }
.fg textarea { resize: vertical; min-height: 85px; }
.fcheck { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 1.3rem; }
.fcheck input { margin-top: 3px; flex-shrink: 0; }
.fcheck label { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
.fcheck a { color: var(--moss); text-decoration: underline; }
.fsub-btn { width: 100%; background: var(--forest); color: #fff; padding: 0.95rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; transition: background 0.2s, transform 0.2s; }
.fsub-btn:hover { background: var(--forest-dk); transform: translateY(-1px); }

/* NEWSLETTER */
#newsletter { background: var(--straw); padding: 5rem 3rem; text-align: center; }
.nl-inner { max-width: 500px; margin: 0 auto; }
.nl-inner h2 { font-family: 'Lora', serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem); color: var(--forest-dk); margin-bottom: 0.7rem; }
.nl-inner p { font-size: 0.93rem; color: var(--bark); line-height: 1.8; margin-bottom: 1.8rem; }
.nl-form { display: flex; max-width: 400px; margin: 0 auto; box-shadow: var(--shadow); }
.nl-form input { flex: 1; padding: 0.85rem 1rem; border: 1px solid #c4b08a; border-right: none; border-radius: 2px 0 0 2px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; outline: none; background: #fff; }
.nl-form input:focus { border-color: var(--moss); }
.nl-form button { background: var(--forest-dk); color: #fff; padding: 0.85rem 1.2rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 0 2px 2px 0; transition: background 0.2s; white-space: nowrap; }
.nl-form button:hover { background: var(--moss); }

/* PRICING MODAL */
.overlay { display: none; position: fixed; inset: 0; background: rgba(26,46,26,0.72); backdrop-filter: blur(4px); z-index: 2000; align-items: center; justify-content: center; padding: 1.5rem; }
.overlay.open { display: flex; }
.modal { background: #fff; border-radius: 2px; max-width: 640px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 24px 70px rgba(0,0,0,0.28); animation: mIn 0.28s ease; }
@keyframes mIn { from { opacity:0; transform: scale(0.96) translateY(14px); } to { opacity:1; transform: none; } }
.mhead { background: var(--forest-dk); padding: 1.8rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.mhead h3 { font-family: 'Lora', serif; font-size: 1.6rem; color: #fff; }
.mhead h3 span { color: var(--straw); }
.mclose { color: rgba(255,255,255,0.6); font-size: 1.4rem; transition: color 0.2s; }
.mclose:hover { color: #fff; }
.mbody { padding: 2rem; }
.mnote { background: rgba(74,103,65,0.08); border-left: 3px solid var(--moss); padding: 0.9rem 1.1rem; border-radius: 0 2px 2px 0; font-size: 0.85rem; color: var(--forest-dk); margin-bottom: 1.6rem; line-height: 1.6; }
.ptable { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
.ptable thead th { background: var(--straw); padding: 0.8rem 0.9rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bark); text-align: left; }
.ptable tbody tr { border-bottom: 1px solid #e5ddd0; }
.ptable tbody tr:last-child { border: none; }
.ptable tbody td { padding: 0.85rem 0.9rem; font-size: 0.9rem; color: var(--text); }
.ptable tbody tr:hover td { background: rgba(232,217,184,0.25); }
.ph { color: var(--amber); font-weight: 600; }
.ps { display: inline-block; font-size: 0.65rem; padding: 0.18rem 0.5rem; border-radius: 8px; margin-left: 0.3rem; }
.peak { background: #fef3e2; color: #a0522d; }
.low  { background: #e8f5e9; color: #2d4a2d; }
.mfooter { font-size: 0.8rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.4rem; }
.mbtns { display: flex; gap: 0.8rem; flex-wrap: wrap; align-items: center; }
.mcancel { font-size: 0.8rem; color: var(--muted); text-decoration: underline; }

/* FEEDBACK */
#feedback { background: var(--linen); }
.fb-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.reviews { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 2.5rem; }
.rcard { background: #fff; padding: 1.6rem; border-radius: 2px; box-shadow: 0 3px 16px rgba(45,74,45,0.06); border-left: 3px solid var(--sage); }
.rstars { color: var(--amber); font-size: 0.85rem; margin-bottom: 0.6rem; }
.rtext { font-size: 0.88rem; font-style: italic; color: var(--muted); line-height: 1.75; margin-bottom: 0.7rem; }
.rauthor { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; color: var(--stone); }
.fb-form h3 { font-family: 'Lora', serif; font-size: 1.45rem; color: var(--forest-dk); margin-bottom: 0.3rem; }
.fb-form p { font-size: 0.88rem; color: var(--muted); margin-bottom: 1.5rem; line-height: 1.6; }
.stars-pick { display: flex; gap: 0.25rem; margin-bottom: 1.1rem; }
.stars-pick span { font-size: 1.7rem; cursor: pointer; color: #d5ccc0; transition: color 0.15s; }
.stars-pick span.on { color: var(--amber); }

/* FOOTER */
footer { background: var(--ink); color: rgba(255,255,255,0.62); padding: 3.5rem 3rem 2rem; }
.foot-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.fbrand .flogo { font-family: 'Lora', serif; font-size: 1.2rem; color: #fff; margin-bottom: 0.8rem; }
.fbrand .flogo span { color: var(--straw); }
.fbrand p { font-size: 0.84rem; line-height: 1.8; opacity: 0.55; max-width: 260px; margin-bottom: 1rem; }
.fcol h4 { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--straw); margin-bottom: 1rem; }
.fcol ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.fcol ul li a, .fcol ul li button { font-size: 0.84rem; color: rgba(255,255,255,0.52); transition: color 0.2s; background: none; border: none; cursor: pointer; font: inherit; padding: 0; text-align: left; }
.fcol ul li a:hover, .fcol ul li button:hover { color: #fff; }
.fbot { max-width: 1200px; margin: 0 auto; padding-top: 1.3rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.74rem; opacity: 0.4; flex-wrap: wrap; gap: 0.5rem; }

/* STICKY + TOAST */
.sticky-cta { display: none; position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 900; background: var(--amber); color: #fff; padding: 0.8rem 1.4rem; border-radius: 2px; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 5px 20px rgba(196,131,42,0.45); transition: all 0.2s; }
.sticky-cta:hover { background: var(--forest-dk); transform: translateY(-2px); }
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--forest-dk); color: #fff; padding: 0.9rem 1.8rem; border-radius: 2px; font-size: 0.88rem; z-index: 3000; box-shadow: var(--shadow); transition: transform 0.35s ease; white-space: nowrap; pointer-events: none; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* MOBILE MENU */
.mob-menu { display: none; position: fixed; inset: 0; background: var(--forest-dk); z-index: 1500; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.mob-menu.open { display: flex; }
.mob-menu a { color: var(--straw); font-family: 'Lora', serif; font-size: 2rem; font-weight: 600; transition: color 0.2s; }
.mob-menu a:hover { color: var(--amber); }
.mob-close { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--straw); font-size: 1.8rem; background: none; border: none; cursor: pointer; }

/* SCROLL REVEAL */
.r { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.r.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.08s; } .d2 { transition-delay: 0.16s; } .d3 { transition-delay: 0.24s; } .d4 { transition-delay: 0.32s; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .statsbar { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(4), .stat:nth-child(5) { border-top: 1px solid rgba(255,255,255,0.07); }
  .about-grid { grid-template-columns: 1fr; }
  .rooms-grid { grid-template-columns: 1fr 1fr; }
  .act-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
  .gal-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-item.tall { grid-row: auto; height: 240px; }
  .gal-item { height: 240px; }
  .book-grid { grid-template-columns: 1fr; gap: 3rem; }
  .fb-grid { grid-template-columns: 1fr; gap: 3rem; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-features { display: none; }
}
@media (max-width: 768px) {
  #navbar { padding: 1rem 1.2rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 4rem 1.2rem; }
  #gallery { padding: 4rem 1.2rem; }
  .dest-strip { padding: 3.5rem 1.2rem; }
  .gal-grid { grid-template-columns: 1fr; }
  .gal-item, .gal-item.tall { height: 220px; grid-row: auto; }
  .rooms-grid { grid-template-columns: 1fr; }
  .act-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .frow { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .statsbar { grid-template-columns: 1fr 1fr; }
  .bform { padding: 1.5rem; }
}
