@charset "utf-8";
/* ==========================================================================
   Agazat Masr, Trabzon landing page
   Mobile first, RTL, self hosted Cairo.
   ========================================================================== */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo-arabic.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/cairo-latin.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */
:root {
  --cream: #fcf8f0;
  --sand: #f3ead8;
  --sand-2: #e9dcc4;
  --forest: #10301f;
  --forest-2: #16412a;
  --moss: #2d6d45;
  --leaf: #79b83c;
  --leaf-dark: #558c26;
  --sun: #f5a814;
  --sun-soft: #ffce6b;
  --wood-1: #4a2f1c;
  --wood-2: #6d452a;
  --ink: #1d2a22;
  --body: #3c4842;
  --muted: #6d7a72;
  --line: rgba(29, 42, 34, .13);
  --line-light: rgba(255, 255, 255, .18);

  --wrap: 1180px;
  --narrow: 760px;
  --pad: 20px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --shadow: 0 18px 44px -22px rgba(16, 48, 31, .45);
  --shadow-lg: 0 28px 70px -28px rgba(16, 48, 31, .55);
  --ease: cubic-bezier(.22, .78, .32, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--body);
  font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.32; margin: 0 0 .55em; font-weight: 800; }
p { margin: 0 0 1.05em; }
ul { margin: 0 0 1.1em; padding-inline-start: 1.35em; }
li { margin-bottom: .45em; }
a { color: var(--moss); text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }
figure { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
  border-radius: 4px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
/* Hidden by clipping, never by off canvas offsets: in RTL a negative inline
   offset extends the scrollable area and creates horizontal overflow. */
.skip-link {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; z-index: 200;
}
.skip-link:focus {
  position: fixed; top: 0; inset-inline-start: 0;
  width: auto; height: auto; clip: auto; clip-path: none;
  background: var(--forest); color: #fff; padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) 0;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap.narrow { max-width: var(--narrow); }
.sec { padding-block: 62px; position: relative; }
.sec-cream { background: var(--cream); }
.sec-dark { background: var(--forest); }
.sec-wood {
  background: linear-gradient(165deg, #4a2f1c 0%, #6d452a 55%, #57391f 100%);
}
.sec-dark, .sec-wood { color: rgba(255, 255, 255, .84); }
.sec-dark h2, .sec-dark h3, .sec-wood h2, .sec-wood h3 { color: #fff; }
.sec + .sec-cream, .sec-cream + .sec { border-top: 1px solid var(--line); }

/* ---------- type helpers ---------- */
.kicker {
  font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--leaf-dark);
  margin: 0 0 .7rem; display: flex; align-items: center; gap: .6rem;
}
.kicker::after { content: ''; flex: 1; height: 1px; background: currentColor; opacity: .3; }
.kicker.light { color: var(--sun-soft); }
h2 { font-size: clamp(1.6rem, 6.2vw, 2.55rem); letter-spacing: -.01em; text-wrap: balance; }
h3 { text-wrap: balance; }
h2.big { font-size: clamp(1.85rem, 8vw, 3.2rem); }
h2 em, h1 em { font-style: normal; color: var(--moss); }
.sec-dark h2 em, .sec-wood h2 em, .close h2 em { color: var(--sun-soft); }
h3 { font-size: clamp(1.12rem, 4.4vw, 1.4rem); }
.lede { font-size: clamp(1.02rem, 4vw, 1.2rem); color: var(--ink); font-weight: 600; }
.sec-dark .lede, .sec-wood .lede, .lede.light, .light { color: rgba(255, 255, 255, .9); }
.fineprint { font-size: .82rem; line-height: 1.75; color: var(--muted); }
.sec-dark .fineprint, .sec-wood .fineprint { color: rgba(255, 255, 255, .55); }
.disclaimer {
  font-size: .84rem; line-height: 1.8; color: var(--muted);
  background: rgba(29, 42, 34, .04); border-inline-start: 3px solid var(--sand-2);
  padding: 14px 16px; border-radius: var(--r-sm); margin-block: 1.4rem;
}
.inline-link { color: var(--leaf-dark); font-weight: 700; }
.opt-pill {
  display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .02em;
  background: var(--sun); color: #40270a; padding: 2px 9px; border-radius: 99px;
  vertical-align: middle; line-height: 1.7; white-space: nowrap;
}

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--leaf); --btn-fg: #0f2a08;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 800; font-size: .96rem; line-height: 1.2;
  padding: 14px 22px; border: 0; border-radius: 99px; cursor: pointer;
  text-decoration: none; text-align: center; min-height: 48px;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  box-shadow: 0 10px 24px -12px rgba(85, 140, 38, .8);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(85, 140, 38, .9); }
.btn:active { transform: translateY(0); }
.btn-primary { --btn-bg: var(--leaf); --btn-fg: #10300a; }
.btn-primary:hover { background: #8ac94c; }
.btn-outline {
  --btn-bg: transparent; --btn-fg: #fff;
  border: 2px solid rgba(255, 255, 255, .6); box-shadow: none;
  backdrop-filter: blur(4px);
}
.btn-outline:hover { background: rgba(255, 255, 255, .14); box-shadow: none; }
.btn-ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border: 1.5px solid var(--line); box-shadow: none;
}
.btn-ghost:hover { background: rgba(29, 42, 34, .05); box-shadow: none; }
.btn-sm { padding: 9px 15px; font-size: .85rem; min-height: 40px; }
.btn-lg { padding: 16px 28px; font-size: 1.02rem; min-height: 54px; }
.btn-block { display: flex; width: 100%; }
.ico { width: 17px; height: 17px; fill: currentColor; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-head {
  position: fixed; inset-inline: 0; top: 0; z-index: 90;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
  padding-block: 10px;
}
.site-head.solid {
  background: rgba(252, 248, 240, .95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 18px -8px rgba(16, 48, 31, .35);
}
.head-in { display: flex; align-items: center; gap: 12px; }
.brand { flex: 0 0 auto; display: block; }
.brand-logo {
  width: 104px; height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0, 0, 0, .45));
  transition: filter .3s var(--ease);
}
.site-head.solid .brand-logo { filter: none; }
.head-nav { display: none; }
.head-actions { margin-inline-start: auto; display: flex; gap: 8px; align-items: center; }
.site-head:not(.solid) .btn-ghost { --btn-fg: #fff; border-color: rgba(255, 255, 255, .5); }
.site-head:not(.solid) .btn-ghost:hover { background: rgba(255, 255, 255, .15); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; isolation: isolate;
  min-height: 100svh; min-height: 100dvh;
  display: flex; align-items: flex-end;
  padding-block: 108px 44px;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top, rgba(9, 26, 16, .94) 0%, rgba(9, 26, 16, .78) 28%, rgba(9, 26, 16, .34) 58%, rgba(9, 26, 16, .44) 100%);
}
.hero-in { position: relative; color: #fff; }
.hero-kicker {
  font-size: .8rem; font-weight: 800; letter-spacing: .1em;
  color: var(--sun-soft); margin: 0 0 .8rem; text-transform: uppercase;
}
.hero-kicker .dot { opacity: .6; }
/* Sized so the first line never orphans "زائر،" on its own, down to 320px. */
#hero-title {
  color: #fff; font-size: clamp(1.5rem, 7.4vw, 4rem);
  font-weight: 800; line-height: 1.24; letter-spacing: -.015em;
  margin: 0 0 .55em; text-shadow: 0 3px 26px rgba(0, 0, 0, .38);
  max-width: 17ch; text-wrap: balance;
}
#hero-title em { font-style: normal; color: var(--sun-soft); display: inline-block; }
.hero-sub {
  color: rgba(255, 255, 255, .92); font-size: clamp(.98rem, 4vw, 1.18rem);
  max-width: 52ch; margin: 0 0 1.15rem; line-height: 1.8;
}
.hero-sub strong { color: #fff; }
.hero-price {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .5rem;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(6px);
  padding: 12px 16px; border-radius: var(--r); margin: 0 0 1.35rem;
  max-width: 100%;
}
.hero-price-lead { font-size: .9rem; color: rgba(255, 255, 255, .8); }
.hero-price-num { font-size: clamp(1.5rem, 6.5vw, 2rem); font-weight: 800; color: var(--sun); line-height: 1; }
.hero-price-cur { font-size: 1rem; font-weight: 700; color: var(--sun); }
.hero-price-note { flex: 1 1 100%; font-size: .78rem; color: rgba(255, 255, 255, .74); line-height: 1.6; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.6rem; }
.hero-cta .btn { flex: 1 1 auto; }
.hero-facts {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 7px 8px;
}
.hero-facts li {
  margin: 0; font-size: .78rem; font-weight: 700; color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .16);
  padding: 5px 11px; border-radius: 99px;
}
.hero-scroll { display: none; }

/* ==========================================================================
   CH.1 SALAH STRIP
   ========================================================================== */
.sec-now { background: var(--sand); }
.tsclr { display: flex; gap: 5px; margin-bottom: 20px; }
.tsclr i { display: block; width: 34px; height: 5px; border-radius: 99px; }
.tsclr i:first-child { background: #8b1b34; }
.tsclr i:last-child { background: #1b3f8b; }

/* ==========================================================================
   CH.2 COLLAGE
   ========================================================================== */
.sec-nature { padding-bottom: 70px; }
.collage { display: grid; gap: 16px; margin-top: 34px; }
.collage img { width: 100%; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.collage figcaption,
.mosaic figcaption,
.strip figcaption,
.food-side figcaption {
  font-size: .85rem; color: var(--muted); margin-top: .6rem; line-height: 1.65;
}
.sec-dark figcaption, .sec-wood figcaption { color: rgba(255, 255, 255, .6); }

/* ==========================================================================
   CH.3 MOSAIC
   ========================================================================== */
.mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.mosaic img { width: 100%; border-radius: var(--r); box-shadow: var(--shadow); }
.mosaic .wide { grid-column: 1 / -1; }
.mosaic .tall { grid-column: 1 / -1; }

/* ==========================================================================
   CH.4 AUDIENCE STORIES
   ========================================================================== */
.story { display: grid; gap: 20px; margin-top: 40px; align-items: center; }
.story-img img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.story-txt .tag {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .08em;
  color: var(--leaf-dark); background: rgba(121, 184, 60, .16);
  padding: 4px 12px; border-radius: 99px; margin: 0 0 .8rem;
}
.story-txt h3 { font-size: clamp(1.25rem, 5.4vw, 1.75rem); }

/* ==========================================================================
   CH.5 STAY IN NATURE
   ========================================================================== */
.bleed { margin-block: 34px; }
.bleed img {
  width: 100%; max-height: 62vh; object-fit: cover;
  border-radius: 0;
}
.bleed.wide img { max-height: 70vh; }
.stay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-block: 30px; }
.stay-card {
  background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r); padding: 18px 15px;
}
.stay-ico {
  width: 34px; height: 34px; margin-bottom: 10px;
  fill: none; stroke: var(--sun-soft); stroke-width: 2.2;
  stroke-linecap: round; stroke-linejoin: round;
}
.stay-card h3 { font-size: 1.02rem; margin-bottom: .4rem; }
.stay-card p { font-size: .87rem; margin: 0; line-height: 1.7; color: rgba(255, 255, 255, .76); }
.notice {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2);
  border-inline-start: 4px solid var(--sun);
  border-radius: var(--r); padding: 18px 18px 6px; font-size: .92rem;
}
.notice strong { color: #fff; }

/* ==========================================================================
   CH.6 FOOD
   ========================================================================== */
.food-grid { display: grid; gap: 22px; margin-top: 34px; }
.food-grid img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 1.3rem 0; }
.chips li {
  margin: 0; font-size: .84rem; font-weight: 700; color: var(--wood-1);
  background: var(--sand); border: 1px solid var(--sand-2);
  padding: 6px 13px; border-radius: 99px;
}

/* ==========================================================================
   CH.8 ITINERARY
   ========================================================================== */
.strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 74%;
  gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory; margin-block: 30px;
  padding-bottom: 10px; scrollbar-width: thin;
}
.strip figure { scroll-snap-align: start; }
/* Portrait crop: the two tall shots stay intact and the two landscapes still
   read once centred, which is not true the other way round. */
.strip img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--r); box-shadow: var(--shadow);
}
.strip figcaption { text-align: center; font-weight: 700; }

/* accordion */
.acc { margin-top: 22px; }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-item:first-child { border-top: 1px solid var(--line); }
.acc h3 { margin: 0; font-size: inherit; font-weight: inherit; }
.acc-btn {
  width: 100%; display: flex; align-items: center; gap: 12px;
  background: none; border: 0; cursor: pointer; text-align: start;
  padding: 17px 2px; color: var(--ink); font-weight: 700; font-size: 1rem;
  line-height: 1.55;
}
.acc-btn:hover .acc-title { color: var(--moss); }
.acc-day {
  flex: 0 0 auto; font-size: .72rem; font-weight: 800; letter-spacing: .05em;
  background: var(--forest); color: var(--sun-soft);
  padding: 4px 10px; border-radius: 99px; white-space: nowrap;
}
.acc-title { flex: 1; }
.acc-mark {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--line); position: relative;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.acc-mark::before, .acc-mark::after {
  content: ''; position: absolute; inset: 50% 6px auto 6px; height: 2px;
  background: var(--ink); transform: translateY(-50%); border-radius: 2px;
}
.acc-mark::after { transform: translateY(-50%) rotate(90deg); transition: opacity .3s, transform .3s var(--ease); }
.acc-item.open .acc-mark { background: var(--leaf); border-color: var(--leaf); transform: rotate(180deg); }
.acc-item.open .acc-mark::after { opacity: 0; }
/* Collapsed only when JS can reopen it, so the content stays readable
   for crawlers and for anyone with scripting off. */
.js .acc-panel {
  max-height: 0; overflow: hidden; visibility: hidden;
  transition: max-height .4s var(--ease), visibility 0s linear .4s, opacity .3s;
  opacity: 0;
}
.js .acc-item.open .acc-panel {
  max-height: 60rem; visibility: visible; opacity: 1;
  transition: max-height .5s var(--ease), visibility 0s, opacity .4s .05s;
}
.acc-panel p { font-size: .95rem; padding-inline-end: 6px; }
.acc-panel p:last-child { padding-bottom: 14px; margin-bottom: 0; }

/* ==========================================================================
   CH.9 PRICING
   ========================================================================== */
.table-scroll { overflow-x: auto; margin-block: 26px; border-radius: var(--r); box-shadow: var(--shadow); }
.price-tbl { background: #fff; min-width: 320px; }
.price-tbl th, .price-tbl td { padding: 13px 16px; text-align: start; border-bottom: 1px solid var(--line); }
.price-tbl thead th {
  background: var(--forest); color: #fff; font-size: .85rem;
  font-weight: 800; letter-spacing: .02em; border: 0;
}
.price-tbl tbody th { font-weight: 600; color: var(--body); font-size: .95rem; }
.price-tbl td { font-size: .95rem; white-space: nowrap; }
.price-tbl td b { font-size: 1.12rem; color: var(--ink); font-weight: 800; }
.price-tbl tr:last-child th, .price-tbl tr:last-child td { border-bottom: 0; }
.price-tbl .hl { background: rgba(121, 184, 60, .11); }
.price-tbl .hl td b { color: var(--leaf-dark); }

.two-col { display: grid; gap: 18px; }
.inc, .exc { background: #fff; border-radius: var(--r); padding: 20px 20px 8px; box-shadow: var(--shadow); }
.inc { border-top: 4px solid var(--leaf); }
.exc { border-top: 4px solid var(--sun); }
.inc h3, .exc h3 { display: flex; align-items: center; gap: 9px; font-size: 1.05rem; }
.tick, .cross {
  display: inline-grid; place-items: center; width: 24px; height: 24px;
  border-radius: 50%; font-size: .85rem; font-weight: 800; flex: 0 0 auto;
}
.tick { background: var(--leaf); color: #0f2a08; }
.cross { background: var(--sun); color: #40270a; }
.inc ul, .exc ul { padding-inline-start: 1.15em; }
.inc li, .exc li { font-size: .92rem; line-height: 1.75; }

/* ==========================================================================
   VISA
   ========================================================================== */
.visa-grid { display: grid; gap: 14px; margin-block: 26px; }
.visa-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 18px 6px;
}
.visa-card h3 { font-size: 1rem; color: var(--moss); margin-bottom: .5rem; }
.visa-card p, .visa-card li { font-size: .9rem; line-height: 1.75; }
.visa-card ul { padding-inline-start: 1.15em; }

/* ==========================================================================
   BOOKING FORM
   ========================================================================== */
.sec-book { background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 100%); }
.qual {
  background: #fff; border: 1px solid var(--line);
  border-inline-start: 4px solid var(--leaf);
  border-radius: var(--r); padding: 17px 18px 4px; margin-block: 24px;
}
.qual-h { font-weight: 800; color: var(--ink); font-size: 1.02rem; margin-bottom: .4rem; }
.qual p { font-size: .92rem; }

.lead-form {
  position: relative;
  background: #fff; border-radius: var(--r-lg); padding: 22px 18px;
  box-shadow: var(--shadow-lg);
}
/* Honeypot: clipped to a 1px box pinned in the form corner. Not moved off
   canvas, which in RTL would widen the document. */
.hp {
  position: absolute; top: 0; inset-inline-start: 0;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.field { margin-bottom: 16px; }
.row { display: grid; gap: 16px; }
.field > label, .field > legend {
  display: block; font-weight: 700; font-size: .92rem;
  color: var(--ink); margin-bottom: .45rem;
}
.req { color: #c2410c; }
.opt-note { font-weight: 400; color: var(--muted); font-size: .82rem; }
.field input[type=text], .field input[type=tel], .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--sand-2);
  border-radius: var(--r-sm); background: #fdfcf9; min-height: 50px;
  transition: border-color .18s, box-shadow .18s;
}
.field textarea { min-height: 92px; resize: vertical; line-height: 1.7; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%233c4842' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 16px center; background-size: 11px;
  padding-inline-start: 40px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(121, 184, 60, .22);
}
.field input[aria-invalid=true], .field select[aria-invalid=true] {
  border-color: #d94f2b; box-shadow: 0 0 0 3px rgba(217, 79, 43, .14);
}
.err { color: #b93815; font-size: .84rem; font-weight: 600; margin: .4rem 0 0; }

.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { position: relative; }
.pill input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.pill span {
  display: flex; align-items: center; min-height: 42px;
  padding: 9px 15px; border: 1.5px solid var(--sand-2);
  border-radius: 99px; font-size: .88rem; font-weight: 600;
  background: #fdfcf9; cursor: pointer;
  transition: background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease);
}
.pill input:checked + span {
  background: var(--leaf); border-color: var(--leaf); color: #0f2a08; font-weight: 800;
}
.pill input:focus-visible + span { outline: 3px solid var(--sun); outline-offset: 2px; }

.disqualified {
  background: #fffaf0; border: 1.5px solid var(--sun);
  border-radius: var(--r); padding: 18px 18px 6px; margin-bottom: 18px;
}
.disqualified h3 { font-size: 1.05rem; color: #7a4a06; margin-bottom: .5rem; }
.disqualified p { font-size: .92rem; }

.form-alt { text-align: center; font-size: .92rem; margin: 1.1rem 0 .4rem; }
.form-alt a { font-weight: 800; }
.form-alt .hours { display: block; font-size: .8rem; color: var(--muted); font-weight: 400; }
.form-msg {
  margin-top: 18px; padding: 18px; border-radius: var(--r);
  font-weight: 600; font-size: .95rem; line-height: 1.75;
}
.form-msg.ok { background: rgba(121, 184, 60, .14); border: 1.5px solid var(--leaf); color: #23491a; }
.form-msg.bad { background: #fdf0ec; border: 1.5px solid #e28266; color: #8a2f12; }
.form-msg p:last-child { margin-bottom: 0; }
.lead-form.sent #formBody, .lead-form.sent .qual { display: none; }

/* ==========================================================================
   CH.12 CLOSE
   ========================================================================== */
.close {
  position: relative; isolation: isolate; overflow: hidden;
  padding-block: 88px; text-align: center; color: #fff;
}
.close-media { position: absolute; inset: 0; z-index: -2; }
.close-media img { width: 100%; height: 100%; object-fit: cover; }
.close-veil {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(9, 26, 16, .9), rgba(9, 26, 16, .8));
}
.close-a, .close-b {
  font-size: clamp(1.5rem, 6.6vw, 2.5rem); font-weight: 800;
  line-height: 1.35; margin: 0; color: #fff;
}
.close-b { color: var(--sun-soft); margin-bottom: 1.5rem; }
.close-sig {
  font-size: clamp(1rem, 4.2vw, 1.2rem); color: rgba(255, 255, 255, .82);
  margin-bottom: 2rem; font-weight: 600;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-foot { background: var(--forest); color: rgba(255, 255, 255, .72); padding-block: 44px 22px; font-size: .9rem; }
.site-foot a { color: var(--sun-soft); font-weight: 700; text-decoration: none; }
.site-foot a:hover { text-decoration: underline; }
.foot-in { display: grid; gap: 26px; }
.foot-brand img { width: 130px; filter: brightness(0) invert(1); margin-bottom: 12px; }
.foot-brand p { max-width: 34ch; }
.foot-col h4 { color: #fff; font-size: .95rem; margin-bottom: .7rem; }
.foot-col p { margin-bottom: .35em; }
.foot-col .hours { color: rgba(255, 255, 255, .5); font-size: .82rem; margin-top: .5rem; }
.foot-legal {
  margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-light);
  font-size: .78rem; line-height: 1.7; color: rgba(255, 255, 255, .5);
}
.foot-legal p { margin-bottom: .5em; }
.foot-legal .cr { margin-top: 12px; margin-bottom: 0; }

/* ==========================================================================
   STICKY MOBILE CTA
   ========================================================================== */
.sticky-cta {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 80;
  display: flex; gap: 8px; align-items: stretch;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(252, 248, 240, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 -6px 24px -12px rgba(16, 48, 31, .5);
  transform: translateY(120%);
  transition: transform .35s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta[hidden] { display: none; }
.sticky-main {
  flex: 1; display: flex; align-items: center; justify-content: center;
  background: var(--leaf); color: #0f2a08; font-weight: 800; font-size: .97rem;
  border-radius: 99px; text-decoration: none; min-height: 50px; padding-inline: 14px;
}
.sticky-wa {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 1px; width: 62px; min-height: 50px;
  background: #fff; border: 1.5px solid var(--sand-2); border-radius: var(--r);
  color: var(--moss); text-decoration: none; font-size: .64rem; font-weight: 800;
}
.sticky-wa svg { width: 21px; height: 21px; fill: #25913f; }
body.has-sticky { padding-bottom: 74px; }

/* ==========================================================================
   REVEAL MOTION (only when JS runs)
   ========================================================================== */
.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.in {
  opacity: 1; transform: none;
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.js .hero-media img { animation: heroIn 1.6s var(--ease) both; }
@keyframes heroIn { from { transform: scale(1.07); } to { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .js .reveal.in { opacity: 1; transform: none; transition: none; }
  .js .hero-media img { animation: none; }
  .btn:hover { transform: none; }
  .acc-panel, .acc-item.open .acc-panel, .sticky-cta, .acc-mark { transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */
@media (max-width: 359px) {
  :root { --pad: 14px; }
  body { font-size: 16px; }
  .brand-logo { width: 88px; }
  .btn-sm { padding: 8px 11px; font-size: .78rem; }
  .hero-cta .btn { flex: 1 1 100%; }
  .stay-grid, .mosaic { grid-template-columns: 1fr; }
  .sticky-main { font-size: .88rem; }
  /* Fit the price table in 292px of content width instead of side scrolling */
  .price-tbl { min-width: 0; }
  .price-tbl th, .price-tbl td { padding: 11px 9px; }
  .price-tbl tbody th { font-size: .86rem; }
  .price-tbl td { font-size: .86rem; }
  .price-tbl td b { font-size: 1rem; }
  .price-tbl thead th { font-size: .78rem; }
}

@media (min-width: 560px) {
  .row { grid-template-columns: 1fr 1fr; }
  .lead-form { padding: 28px 26px; }
  .stay-grid { gap: 14px; }
}

@media (min-width: 720px) {
  body { font-size: 17.5px; }
  :root { --pad: 28px; }
  .sec { padding-block: 88px; }
  .hero { min-height: 92svh; padding-block: 130px 60px; }
  /* Wide screens: keep the left half of the photo bright, darken only the
     side the copy sits on so the page reads green, not grey. */
  .hero-veil {
    background:
      linear-gradient(to left, rgba(9, 26, 16, .9) 0%, rgba(9, 26, 16, .74) 30%, rgba(9, 26, 16, .3) 62%, rgba(9, 26, 16, .18) 100%),
      linear-gradient(to top, rgba(9, 26, 16, .72) 0%, rgba(9, 26, 16, .12) 30%, rgba(9, 26, 16, 0) 55%, rgba(9, 26, 16, .38) 100%);
  }
  .hero-cta .btn { flex: 0 0 auto; }
  .hero-price { max-width: max-content; }
  .hero-facts li { font-size: .82rem; }
  .collage { grid-template-columns: 1.35fr 1fr; align-items: end; }
  .two-col { grid-template-columns: 1fr 1fr; }
  .visa-grid { grid-template-columns: 1fr 1fr; }
  .food-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .food-hero { grid-row: span 2; }
  .stay-grid { grid-template-columns: repeat(4, 1fr); }
  .strip { grid-auto-columns: 40%; }
  /* Capped to the source resolution of each photo: stretching a 399px wide
     original across a 1440px screen looks soft, so the band stays modest. */
  .bleed { max-width: 820px; margin-inline: auto; padding-inline: var(--pad); }
  .bleed.wide { max-width: 1100px; }
  .bleed img { border-radius: var(--r-lg); }
  .foot-in { grid-template-columns: 1.5fr 1fr 1fr; }
  .acc-btn { font-size: 1.06rem; padding: 20px 4px; }
}

@media (min-width: 900px) {
  /* Five tracks so the four photos land in one clean row: two portraits,
     the lake panorama across two tracks, then the bridge. No empty cells. */
  .mosaic { grid-template-columns: repeat(5, 1fr); align-items: start; }
  .mosaic figure { grid-column: span 1; }
  .mosaic .wide { grid-column: span 2; }
  .mosaic .tall { grid-column: span 1; }
  .mosaic img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
  .mosaic .wide img { aspect-ratio: 720 / 441; }

  .head-nav { display: flex; gap: 22px; margin-inline-start: 26px; }
  .head-nav a {
    color: #fff; text-decoration: none; font-weight: 700; font-size: .92rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4); transition: color .2s;
  }
  .head-nav a:hover { color: var(--sun-soft); }
  .site-head.solid .head-nav a { color: var(--ink); text-shadow: none; }
  .site-head.solid .head-nav a:hover { color: var(--moss); }
  .brand-logo { width: 124px; }

  .sec { padding-block: 104px; }
  .story { grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 66px; }
  .story-img { order: 1; }
  .story-txt { order: 2; }
  .story.flip .story-img { order: 2; }
  .story.flip .story-txt { order: 1; }
  .story-img img { max-height: 560px; object-fit: cover; }

  .strip { grid-auto-columns: 1fr; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .hero-scroll {
    display: block; position: absolute; bottom: 22px; inset-inline-start: 50%;
    transform: translateX(50%); width: 26px; height: 42px;
    border: 2px solid rgba(255, 255, 255, .55); border-radius: 99px; z-index: 2;
  }
  .hero-scroll span {
    position: absolute; top: 8px; inset-inline-start: 50%; margin-inline-start: -2px;
    width: 4px; height: 8px; border-radius: 99px; background: #fff;
    animation: wheel 1.9s var(--ease) infinite;
  }
  @keyframes wheel { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(15px); opacity: 0; } 100% { opacity: 0; } }

  .sticky-cta { display: none !important; }
  body.has-sticky { padding-bottom: 0; }
  .close { padding-block: 130px; }
}

@media (min-width: 1100px) {
  .collage { gap: 26px; }
  .mosaic { gap: 18px; }
  .bleed img { max-height: 66vh; }
  .food-grid { gap: 30px; }
}
