/* =========================================================
   Altınay Hotel Antalya — Brand Stylesheet
   Palette: charcoal + gold + cream, terracotta & teal accents
   ========================================================= */

:root {
  --ink: #15181c;
  --ink-2: #20252b;
  --ink-3: #2b3138;
  --gold: #c9a24b;
  --gold-soft: #e2c781;
  --gold-deep: #a8842f;
  --cream: #f8f4ec;
  --sand: #efe7d8;
  --terra: #b46a3f;
  --teal: #2f4f4a;
  --text: #25282d;
  --muted: #6c727b;
  --line: #e7e0d2;
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(18, 22, 28, 0.08);
  --shadow-md: 0 14px 40px rgba(18, 22, 28, 0.14);
  --shadow-lg: 0 30px 70px rgba(18, 22, 28, 0.28);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1200px;
  --ff-serif: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --ff-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--ff-sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.1; color: var(--ink); letter-spacing: .2px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.eyebrow.light { color: var(--gold-soft); }

.section { padding: 86px 0; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.5vw, 46px); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 17px; }
.section.alt { background: var(--white); }
.section.dark { background: var(--ink); color: #d9dde2; }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section.sand { background: var(--sand); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-sans); font-weight: 700; font-size: 15px;
  padding: 15px 28px; border-radius: 50px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .25s ease; letter-spacing: .3px; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: var(--ink); box-shadow: 0 10px 26px rgba(201,162,75,.4); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(201,162,75,.55); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(21,24,28,.25); }
.btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.btn-light:hover { background: #fff; color: var(--ink); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5a; transform: translateY(-3px); }
.btn-block { width: 100%; }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--ink); color: #cfd4da; font-size: 13.5px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 14px; }
.topbar a { color: #e7d9b4; font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar .tb-left { display: flex; gap: 22px; align-items: center; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar .tb-item svg { width: 15px; height: 15px; color: var(--gold); }
.topbar .tb-right { display: flex; gap: 14px; align-items: center; }
.topbar .tb-social a { display: inline-flex; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(248,244,236,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line); transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 44px; height: 44px; flex: none; }
.brand .bt { display: flex; flex-direction: column; line-height: 1; }
.brand .bt b { font-family: var(--ff-serif); font-size: 23px; font-weight: 700; color: var(--ink); letter-spacing: 1px; }
.brand .bt span { font-size: 10.5px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { font-weight: 600; font-size: 15px; padding: 10px 14px; border-radius: 8px; color: var(--ink-2); transition: all .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-deep); background: rgba(201,162,75,.1); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,15,.55) 0%, rgba(10,12,15,.35) 40%, rgba(10,12,15,.82) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 760px; padding: 60px 0; }
.hero .stars { color: var(--gold-soft); letter-spacing: 3px; font-size: 15px; margin-bottom: 16px; }
.hero h1 { font-size: clamp(40px, 6.5vw, 76px); color: #fff; line-height: 1.02; text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.hero h1 em { color: var(--gold-soft); font-style: italic; }
.hero .lead { font-size: clamp(17px, 2.2vw, 21px); margin: 22px 0 32px; color: #eef0f2; max-width: 600px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-trust .ht { display: flex; flex-direction: column; }
.hero-trust .ht b { font-family: var(--ff-serif); font-size: 30px; color: var(--gold-soft); }
.hero-trust .ht span { font-size: 13px; color: #cdd2d8; letter-spacing: .5px; }

/* ---------- Quick reservation strip ---------- */
.resbar { background: var(--white); box-shadow: var(--shadow-md); border-radius: var(--radius); padding: 22px; margin-top: -54px; position: relative; z-index: 20; }
.resbar form { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 14px; align-items: end; }
.resbar .field { display: flex; flex-direction: column; gap: 6px; }
.resbar label { font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); }
.resbar input, .resbar select { padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: var(--ff-sans); font-size: 15px; color: var(--text); background: #fff; }
.resbar input:focus, .resbar select:focus { outline: none; border-color: var(--gold); }

/* ---------- Feature pills / amenities ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s, box-shadow .25s; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); margin-bottom: 18px; }
.feature .ic svg { width: 26px; height: 26px; color: var(--ink); }
.feature h3 { font-size: 21px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; }

/* ---------- About split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.split.rev { direction: rtl; }
.split.rev > * { direction: ltr; }
.split h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 20px; }
.split p { color: var(--muted); margin-bottom: 16px; font-size: 16.5px; }
.split .media { position: relative; }
.split .media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; }
.split .media .badge { position: absolute; bottom: -22px; right: -18px; background: var(--ink); color: #fff; padding: 18px 24px; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.split .media .badge b { font-family: var(--ff-serif); font-size: 26px; color: var(--gold-soft); display: block; }
.split .media .badge span { font-size: 12px; letter-spacing: 1px; color: #cdd2d8; }
.checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 24px 0 30px; }
.checklist li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; color: var(--ink-2); }
.checklist li svg { width: 20px; height: 20px; color: var(--gold-deep); flex: none; }

/* ---------- Room cards ---------- */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.room-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .28s, box-shadow .28s; display: flex; flex-direction: column; }
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.room-card .ph { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.room-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.room-card:hover .ph img { transform: scale(1.07); }
.room-card .tag { position: absolute; top: 14px; left: 14px; background: rgba(21,24,28,.85); color: var(--gold-soft); font-size: 12px; font-weight: 700; letter-spacing: .6px; padding: 6px 13px; border-radius: 50px; backdrop-filter: blur(4px); }
.room-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.room-card h3 { font-size: 24px; margin-bottom: 8px; }
.room-card .meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 13.5px; font-weight: 600; margin-bottom: 14px; }
.room-card .meta span { display: inline-flex; align-items: center; gap: 6px; }
.room-card .meta svg { width: 16px; height: 16px; color: var(--gold-deep); }
.room-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; flex: 1; }
.room-card .foot { display: flex; gap: 10px; }
.room-card .foot .btn { flex: 1; padding: 12px 16px; font-size: 14px; }

/* ---------- Gallery ---------- */
.gal-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.gal-tabs button { background: var(--white); border: 1.5px solid var(--line); color: var(--ink-2); font-family: var(--ff-sans); font-weight: 700; font-size: 14px; padding: 10px 20px; border-radius: 50px; cursor: pointer; transition: .2s; }
.gal-tabs button.active, .gal-tabs button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery .gi { position: relative; overflow: hidden; border-radius: var(--radius-sm); cursor: pointer; aspect-ratio: 1/1; background: var(--sand); }
.gallery .gi.wide { grid-column: span 2; aspect-ratio: 2/1; }
.gallery .gi.tall { grid-row: span 2; aspect-ratio: 1/2; }
.gallery .gi img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery .gi:hover img { transform: scale(1.08); }
.gallery .gi::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,24,28,.35), transparent 50%); opacity: 0; transition: .3s; }
.gallery .gi:hover::after { opacity: 1; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,12,15,.94); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox .lb-close, .lightbox .lb-nav { position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; cursor: pointer; border-radius: 50%; display: grid; place-items: center; transition: .2s; }
.lightbox .lb-close { top: 24px; right: 24px; width: 48px; height: 48px; font-size: 24px; }
.lightbox .lb-nav { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 28px; }
.lightbox .lb-nav:hover, .lightbox .lb-close:hover { background: var(--gold); color: var(--ink); }
.lightbox .lb-prev { left: 22px; } .lightbox .lb-next { right: 22px; }

/* ---------- Bistro feature ---------- */
.bistro-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.bistro-hero img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.bistro-hero .txt { background: var(--ink); color: #d9dde2; padding: 54px 48px; display: flex; flex-direction: column; justify-content: center; }
.bistro-hero .txt h2 { color: #fff; font-size: 38px; margin-bottom: 16px; }
.bistro-hero .txt p { margin-bottom: 14px; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--white); border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); }
.review .rstars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; }
.review p { font-size: 15.5px; color: var(--ink-2); font-style: italic; margin-bottom: 18px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .who .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-family: var(--ff-serif); font-size: 18px; }
.review .who b { display: block; font-size: 14.5px; color: var(--ink); }
.review .who span { font-size: 12.5px; color: var(--muted); }

/* ---------- Location ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: stretch; }
.loc-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); min-height: 420px; }
.loc-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.dist-list { list-style: none; display: grid; gap: 14px; margin-top: 22px; }
.dist-list li { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); font-weight: 600; }
.dist-list li span:first-child { display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.dist-list li svg { width: 18px; height: 18px; color: var(--gold-deep); }
.dist-list li b { color: var(--gold-deep); font-family: var(--ff-serif); font-size: 18px; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 0; font-family: var(--ff-serif); font-size: 20px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .pl { flex: none; width: 26px; height: 26px; position: relative; transition: transform .3s; }
.faq-q .pl::before, .faq-q .pl::after { content: ""; position: absolute; background: var(--gold-deep); border-radius: 2px; }
.faq-q .pl::before { top: 12px; left: 4px; right: 4px; height: 2.5px; }
.faq-q .pl::after { left: 12px; top: 4px; bottom: 4px; width: 2.5px; transition: transform .3s; }
.faq-item.open .pl::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: var(--muted); }
.faq-a p { padding-bottom: 22px; font-size: 15.5px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: #fff; text-align: center; overflow: hidden; }
.cta-band .bg { position: absolute; inset: 0; z-index: 0; }
.cta-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,15,.82), rgba(10,12,15,.7)); }
.cta-band .inner { position: relative; z-index: 2; padding: 88px 0; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4.5vw, 48px); margin-bottom: 16px; }
.cta-band p { color: #dfe3e8; font-size: 18px; max-width: 620px; margin: 0 auto 30px; }
.cta-band .acts { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact / form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; }
.info-card { background: var(--ink); color: #d9dde2; border-radius: var(--radius); padding: 40px; }
.info-card h3 { color: #fff; font-size: 26px; margin-bottom: 22px; }
.info-row { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.info-row:last-child { border-bottom: none; }
.info-row .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(201,162,75,.16); display: grid; place-items: center; flex: none; }
.info-row .ic svg { width: 20px; height: 20px; color: var(--gold-soft); }
.info-row .tx b { display: block; color: #fff; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.info-row .tx a, .info-row .tx span { color: #cdd2d8; font-size: 16px; }
.info-row .tx a:hover { color: var(--gold-soft); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-sm); }
.form-card h3 { font-size: 26px; margin-bottom: 6px; }
.form-card > p { color: var(--muted); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--ff-sans); font-size: 15px; color: var(--text); background: #fff;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,.15); }
.form-grid textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success { display: none; background: #eaf7ee; border: 1px solid #b6e3c4; color: #1d6b38; padding: 16px; border-radius: var(--radius-sm); margin-top: 16px; font-weight: 600; }
.form-success.show { display: block; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { position: relative; color: #fff; padding: 96px 0 70px; overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; z-index: 0; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,15,.55), rgba(10,12,15,.8)); }
.page-hero .inner { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5.5vw, 60px); }
.page-hero p { color: #dfe3e8; max-width: 640px; margin-top: 14px; font-size: 17.5px; }
.crumb { font-size: 13.5px; color: #c9cdd3; margin-bottom: 14px; }
.crumb a:hover { color: var(--gold-soft); }
.crumb span { color: var(--gold-soft); }

/* ---------- Room detail block (odalar) ---------- */
.room-detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; margin-bottom: 70px; }
.room-detail:last-child { margin-bottom: 0; }
.room-detail.rev .media { order: 2; }
.room-detail .media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); aspect-ratio: 3/2; object-fit: cover; }
.room-detail h2 { font-size: 32px; margin-bottom: 6px; }
.room-detail .sub { color: var(--gold-deep); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 12.5px; margin-bottom: 16px; }
.amen { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 20px 0 26px; }
.amen li { display: flex; gap: 9px; align-items: center; font-size: 14.5px; color: var(--ink-2); font-weight: 600; }
.amen li svg { width: 18px; height: 18px; color: var(--gold-deep); flex: none; }
.room-detail .acts { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #aeb4bc; padding: 70px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.foot-grid h4 { color: #fff; font-family: var(--ff-sans); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.foot-brand .brand .bt b { color: #fff; }
.foot-brand p { font-size: 14.5px; margin: 18px 0; max-width: 320px; }
.foot-links { list-style: none; display: grid; gap: 11px; }
.foot-links a { font-size: 14.5px; transition: .2s; }
.foot-links a:hover { color: var(--gold-soft); padding-left: 4px; }
.foot-contact .info-row { border-color: rgba(255,255,255,.08); padding: 12px 0; }
.foot-social { display: flex; gap: 12px; margin-top: 18px; }
.foot-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: .25s; }
.foot-social a:hover { background: var(--gold); color: var(--ink); transform: translateY(-3px); }
.foot-social svg { width: 18px; height: 18px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; }
.foot-bottom .seo-tags { color: #7b828b; max-width: 760px; }

/* ---------- Sticky mobile call bar ---------- */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; display: none; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(21,24,28,.12); box-shadow: 0 -6px 24px rgba(0,0,0,.16); }
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; font-weight: 800; font-size: 15px; color: #fff; }
.mobile-bar .mb-call { background: var(--ink); }
.mobile-bar .mb-wa { background: #25d366; }
.mobile-bar a svg { width: 19px; height: 19px; }

/* ---------- Floating WhatsApp (desktop) ---------- */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); transition: transform .25s; }
.fab-wa:hover { transform: scale(1.08); }
.fab-wa svg { width: 30px; height: 30px; color: #fff; }
.fab-wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.8); opacity: 0; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .resbar form { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .section { padding: 60px 0; }
  .nav-links, .nav-cta .btn-text-hide { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 0; right: 0; height: 100vh; width: min(82vw, 340px);
    background: var(--cream); flex-direction: column; align-items: stretch; gap: 4px;
    padding: 100px 26px 30px; box-shadow: var(--shadow-lg); transform: translateX(100%);
    transition: transform .35s ease; z-index: 65;
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 18px; padding: 14px 16px; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(10,12,15,.5); z-index: 64; opacity: 0; visibility: hidden; transition: .3s; }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
  .split, .loc-grid, .contact-grid, .room-detail, .room-detail.rev, .bistro-hero { grid-template-columns: 1fr; }
  .split.rev { direction: ltr; }
  .room-detail.rev .media { order: 0; }
  .checklist { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .topbar .tb-left .tb-hide { display: none; }
  .mobile-bar { display: grid; }
  .fab-wa { display: none; }
  body { padding-bottom: 54px; }
  .split .media .badge { right: 0; }
}
@media (max-width: 560px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .hero-trust .ht b { font-size: 24px; }
  .info-card, .form-card { padding: 28px 22px; }
}
