/* ──────────────────────────────────────────────────────────────────────────
   EDITORIAL design system — "The Verified Local"
   Loaded AFTER app.css + marketplace.css, ONLY on pages that set
   $useEditorial (which adds class "ed" to <body>). Everything is scoped under
   body.ed so non-editorial pages are completely unaffected. Restyles the shared
   nav (.nav2) and footer (.foot2) in place, and adds ed-* homepage components.

   Direction: established travel-publication authority. Fraunces display serif +
   Inter body, warm paper/ink/stone neutrals, one disciplined deep-forest accent,
   oxblood reserved for rating stars. Confidence through restraint + real numbers.
   ────────────────────────────────────────────────────────────────────────── */

body.ed {
  --ed-paper:#ffffff;
  --ed-surface:#ffffff;
  --ed-ink:#23211c;
  --ed-muted:#6f6a5e;
  --ed-faint:#9a958c;
  --ed-line:#e7e5e1;
  --ed-line-soft:#f1f0ee;
  --ed-accent:#1d4e45;
  --ed-accent-deep:#143630;
  --ed-accent-soft:#e7efe9;
  --ed-oxblood:#7a2e2a;
  --ed-dark:#1b1a15;
  --ed-serif:"Fraunces", Georgia, "Times New Roman", serif;
  --ed-sans:"Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  background: var(--ed-paper);
  color: var(--ed-ink);
  font-family: var(--ed-sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.ed main { background: var(--ed-paper); }
body.ed ::selection { background: var(--ed-accent); color: #fdfcf6; }
body.ed .ed-serif { font-family: var(--ed-serif); }
body.ed .ed-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ───────────────────────── NAV (restyle shared .nav2) ───────────────────── */
body.ed .nav2 {
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: saturate(1.05) blur(6px);
  backdrop-filter: saturate(1.05) blur(6px);
  border-bottom: 1px solid var(--ed-line);
}
body.ed .nav2-inner { max-width: 1180px; padding: 13px 32px; gap: 20px; }
body.ed .nav2-logo {
  font-family: var(--ed-serif);
  font-weight: 600; font-size: 21px; letter-spacing: -.015em;
  color: var(--ed-ink);
}
body.ed .nav2-logo .mark {
  background: transparent; color: var(--ed-accent);
  border: 1.5px solid var(--ed-accent); border-radius: 50%;
  width: 30px; height: 30px; font-family: var(--ed-sans);
  font-weight: 600; font-size: 12.5px; letter-spacing: 0; text-transform: uppercase;
}
body.ed .nav2-search-compact {
  border: 1px solid var(--ed-line); border-radius: 4px;
  background: var(--ed-surface); box-shadow: none;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  padding: 4px 4px 4px 16px;
}
body.ed .nav2-search-compact:hover,
body.ed .nav2-search-compact:focus-within { box-shadow: none; border-color: var(--ed-ink); background: var(--ed-surface); }
body.ed .nav2-search-compact input { font-weight: 500; color: var(--ed-ink); }
body.ed .nav2-search-compact input::placeholder { color: var(--ed-faint); }
body.ed .nav2-search-compact .go {
  background: var(--ed-accent); color: #fdfcf6; border-radius: 3px;
}
body.ed .nav2-search-compact .go:hover { background: var(--ed-accent-deep); }
body.ed .nav2-right .pill-link {
  color: var(--ed-ink); font-weight: 500; font-size: 14px; border-radius: 4px;
}
body.ed .nav2-right .pill-link:hover { background: rgba(0,0,0,.05); color: var(--ed-ink); }
body.ed .nav2-right .pill-cta,
body.ed .nav2-right a.pill-cta {
  background: var(--ed-accent); color: #fdfcf6; border-radius: 3px; padding: 10px 18px;
}
body.ed .nav2-right .pill-cta:hover { background: var(--ed-accent-deep); }
/* primary nav links (layout + responsive hide come from marketplace.css so the
   mobile breakpoints win; editorial only restyles the link appearance) */
body.ed .nav2-links a { font-size: 14px; font-weight: 500; color: var(--ed-muted); text-decoration: none; padding: 9px 13px; border-radius: 4px; white-space: nowrap; transition: color .12s, background .12s; }
body.ed .nav2-links a:hover { color: var(--ed-ink); background: rgba(0,0,0,.05); }
/* compact combination-mark wordmark */
body.ed .nav2-logo .wordmark { font-family: var(--ed-serif); font-weight: 600; font-size: 18px; letter-spacing: -.015em; color: var(--ed-ink); }
body.ed .nav2-logo .wordmark .wm-soft { color: var(--ed-accent); font-weight: 500; }
body.ed .nav2-logo .mark { font-size: 11px; }
body.ed .nav2-right .pill-link.relative:hover { background: rgba(0,0,0,.05); }

/* ───────────────────────────────── HERO ─────────────────────────────────── */
body.ed .ed-hero { border-bottom: 1px solid var(--ed-line); }
body.ed .ed-hero-in {
  max-width: 1180px; margin: 0 auto; padding: 60px 32px 52px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
body.ed .ed-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ed-accent); margin-bottom: 22px;
}
body.ed .ed-kicker .rule { width: 34px; height: 1px; background: var(--ed-accent); }
body.ed .ed-h1 {
  font-family: var(--ed-serif); font-weight: 500;
  font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.022em;
  color: var(--ed-ink); margin: 0;
}
body.ed .ed-h1 em { font-style: italic; font-weight: 400; color: var(--ed-accent); }
body.ed .ed-lede {
  font-size: 18px; line-height: 1.6; color: var(--ed-muted);
  max-width: 46ch; margin: 24px 0 28px;
}
body.ed .ed-lede b { color: var(--ed-ink); font-weight: 600; }

/* hero search */
body.ed .ed-search {
  background: var(--ed-surface); border: 1px solid var(--ed-ink);
  border-radius: 4px; padding: 7px; display: flex; align-items: stretch;
  max-width: 560px; box-shadow: none;
}
body.ed .ed-search .fld { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 6px 16px; min-width: 0; }
body.ed .ed-search .fld + .fld { border-left: 1px solid var(--ed-line); }
body.ed .ed-search label {
  font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ed-muted); margin-bottom: 3px;
}
body.ed .ed-search input,
body.ed .ed-search select {
  border: 0; background: transparent; outline: none; box-shadow: none;
  font-family: var(--ed-sans); font-size: 15px; color: var(--ed-ink);
  width: 100%; padding: 0; appearance: none;
}
body.ed .ed-search input:focus, body.ed .ed-search select:focus { outline: none; box-shadow: none; }
body.ed .ed-search input::placeholder { color: var(--ed-faint); }
body.ed .ed-search .go {
  border: 0; background: var(--ed-accent); color: #fdfcf6; border-radius: 3px;
  padding: 0 22px; cursor: pointer; font-family: var(--ed-sans);
  font-weight: 500; font-size: 14.5px; display: flex; align-items: center; gap: 8px;
}
body.ed .ed-search .go:hover { background: var(--ed-accent-deep); }
body.ed .ed-reverse {
  margin-top: 16px; font-size: 14px; color: var(--ed-muted);
  display: inline-flex; align-items: center; gap: 8px;
}
body.ed .ed-reverse a { color: var(--ed-ink); font-weight: 500; border-bottom: 1px solid var(--ed-line); padding-bottom: 1px; }
body.ed .ed-reverse a:hover { border-color: var(--ed-accent); color: var(--ed-accent); }

/* hero figure */
body.ed .ed-hero-fig {
  position: relative; border-radius: 6px; overflow: hidden;
  aspect-ratio: 4/4.4; background: var(--ed-line-soft);
  border: 1px solid var(--ed-line);
  box-shadow: 0 6px 20px rgba(20,18,15,.09);
}
body.ed .ed-hero-fig img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.02); }
body.ed .ed-hero-tag {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(255,253,247,.94); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  border-radius: 4px; padding: 12px 16px; max-width: 78%;
  box-shadow: 0 6px 20px rgba(20,18,15,.16);
}
body.ed .ed-hero-tag .t { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ed-accent); }
body.ed .ed-hero-tag .t .v { width: 15px; height: 15px; background: var(--ed-accent); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 9px; }
body.ed .ed-hero-tag .d { font-size: 13.5px; color: var(--ed-ink); margin-top: 4px; line-height: 1.35; }

/* ─────────────────────────── STAT / TRUST STRIP ─────────────────────────── */
body.ed .ed-stats { background: var(--ed-ink); color: #f3efe4; }
body.ed .ed-stats-in {
  max-width: 1180px; margin: 0 auto; padding: 34px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
body.ed .ed-stat .n { font-family: var(--ed-serif); font-weight: 500; font-size: 38px; line-height: 1; letter-spacing: -.02em; color: #fff; }
body.ed .ed-stat .l { font-size: 13px; color: #b9b3a4; margin-top: 8px; line-height: 1.4; }
body.ed .ed-stat .l b { color: #e7efe9; font-weight: 600; }

/* ─────────────────────────────── SECTIONS ───────────────────────────────── */
body.ed .ed-sec { max-width: 1180px; margin: 0 auto; padding: 64px 32px; }
body.ed .ed-sec.tight { padding-top: 40px; padding-bottom: 40px; }
body.ed .ed-sec-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; margin-bottom: 30px; border-bottom: 1px solid var(--ed-line); padding-bottom: 18px;
}
body.ed .ed-sec-head h2 {
  font-family: var(--ed-serif); font-weight: 500; font-size: 32px;
  letter-spacing: -.02em; line-height: 1.08; color: var(--ed-ink); margin: 0;
}
body.ed .ed-sec-head p { margin: 8px 0 0; color: var(--ed-muted); font-size: 14.5px; max-width: 52ch; }
body.ed .ed-sec-head .more {
  font-size: 14px; font-weight: 500; color: var(--ed-ink); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--ed-ink); padding-bottom: 2px;
}
body.ed .ed-sec-head .more:hover { color: var(--ed-accent); border-color: var(--ed-accent); }

/* ─────────────────────── HOW VERIFICATION WORKS ─────────────────────────── */
body.ed .ed-verify { background: var(--ed-surface); border-top: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); }
body.ed .ed-verify-in { max-width: 1180px; margin: 0 auto; padding: 56px 32px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
body.ed .ed-verify-in h2 { font-family: var(--ed-serif); font-weight: 500; font-size: 30px; letter-spacing: -.02em; line-height: 1.1; margin: 0; }
body.ed .ed-verify-in > div:first-child p { color: var(--ed-muted); font-size: 15px; margin-top: 14px; max-width: 36ch; }
body.ed .ed-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
body.ed .ed-step .s-n { font-family: var(--ed-serif); font-weight: 500; font-size: 22px; color: var(--ed-accent); }
body.ed .ed-step .s-bar { height: 1px; background: var(--ed-line); margin: 12px 0 14px; }
body.ed .ed-step h3 { font-size: 15.5px; font-weight: 600; color: var(--ed-ink); margin: 0 0 6px; }
body.ed .ed-step p { font-size: 13.5px; color: var(--ed-muted); margin: 0; line-height: 1.5; }

/* ─────────────────────────────── CARDS ──────────────────────────────────── */
body.ed .ed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 24px; }
body.ed .ed-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
body.ed .ed-card-img {
  aspect-ratio: 1.15/1; background: var(--ed-line-soft); border-radius: 5px;
  overflow: hidden; position: relative; isolation: isolate;
}
body.ed .ed-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
body.ed .ed-card-img img.fit-logo { object-fit: contain; padding: 16%; background: linear-gradient(135deg, var(--ed-accent-soft), var(--ed-surface)); }
body.ed .ed-card:hover .ed-card-img img { transform: scale(1.04); }
body.ed .ed-card-ph { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--ed-accent-soft), var(--ed-line-soft)); color: var(--ed-accent); }
body.ed .ed-card-ph .init { font-family: var(--ed-serif); font-size: 54px; font-weight: 500; opacity: .5; }
body.ed .ed-card-vf {
  position: absolute; top: 12px; left: 12px;
  background: rgba(27,26,21,.62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  color: #fff; font-size: 10.5px; font-weight: 600; letter-spacing: .04em;
  padding: 5px 10px 5px 7px; border-radius: 3px; display: inline-flex; align-items: center; gap: 5px;
}
body.ed .ed-card-vf .v { width: 13px; height: 13px; background: var(--ed-accent); border-radius: 50%; display: grid; place-items: center; font-size: 8px; }
body.ed .ed-card-save {
  position: absolute; top: 10px; right: 10px; width: 30px; height: 30px;
  background: rgba(27,26,21,.42); border: 0; border-radius: 50%; color: #fff;
  display: grid; place-items: center; cursor: pointer; z-index: 2; transition: transform .15s, background .15s;
}
body.ed .ed-card-save:hover { transform: scale(1.08); background: rgba(27,26,21,.62); }
body.ed .ed-card-save.saved { color: var(--ed-oxblood); background: #fff; }
body.ed .ed-card-body { padding-top: 13px; }
body.ed .ed-card-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
body.ed .ed-card-row h3 { font-family: var(--ed-serif); font-weight: 500; font-size: 19px; letter-spacing: -.01em; line-height: 1.15; color: var(--ed-ink); margin: 0; }
body.ed .ed-card-row .rating { font-size: 13.5px; font-weight: 600; color: var(--ed-ink); white-space: nowrap; display: inline-flex; align-items: center; gap: 3px; }
body.ed .ed-card-row .rating .star { color: var(--ed-oxblood); }
body.ed .ed-card-loc { font-size: 13.5px; color: var(--ed-muted); margin: 5px 0 0; }
body.ed .ed-card-foot { font-size: 12.5px; color: var(--ed-faint); margin-top: 9px; padding-top: 10px; border-top: 1px solid var(--ed-line-soft); display: flex; justify-content: space-between; }
body.ed .ed-card-foot .direct { color: var(--ed-accent); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }

/* ───────────────────────────── DESTINATIONS ─────────────────────────────── */
body.ed .ed-dest-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
body.ed .ed-dest { position: relative; border-radius: 5px; overflow: hidden; aspect-ratio: 3/4; display: block; text-decoration: none; background: var(--ed-line-soft); }
body.ed .ed-dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
body.ed .ed-dest:hover img { transform: scale(1.05); }
body.ed .ed-dest::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,15,.66) 6%, transparent 52%); }
body.ed .ed-dest .lab { position: absolute; left: 14px; right: 14px; bottom: 13px; z-index: 1; color: #fff; }
body.ed .ed-dest .lab .n { font-family: var(--ed-serif); font-weight: 500; font-size: 18px; letter-spacing: -.01em; line-height: 1.1; }
body.ed .ed-dest .lab .c { font-size: 11.5px; opacity: .9; margin-top: 3px; }

/* ───────────────────────── WHY-DIRECT VALUE ROW ─────────────────────────── */
body.ed .ed-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--ed-line); border-radius: 6px; overflow: hidden; background: var(--ed-surface); }
body.ed .ed-value { padding: 32px 30px; border-right: 1px solid var(--ed-line); }
body.ed .ed-value:last-child { border-right: 0; }
body.ed .ed-value .ico { width: 42px; height: 42px; border: 1px solid var(--ed-accent); color: var(--ed-accent); border-radius: 50%; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; }
body.ed .ed-value h3 { font-family: var(--ed-serif); font-weight: 500; font-size: 21px; letter-spacing: -.01em; margin: 0 0 8px; color: var(--ed-ink); }
body.ed .ed-value p { font-size: 14px; color: var(--ed-muted); margin: 0; line-height: 1.55; }

/* ──────────────────────────── AGENCY CTA BAND ───────────────────────────── */
body.ed .ed-band { background: var(--ed-accent); color: #f3efe4; }
body.ed .ed-band-in { max-width: 1180px; margin: 0 auto; padding: 72px 32px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: center; }
body.ed .ed-band .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 16px; }
body.ed .ed-band h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.02em; line-height: 1.03; margin: 0 0 14px; color: #fff; }
body.ed .ed-band p { font-size: 16px; color: rgba(255,255,255,.82); margin: 0 0 26px; max-width: 46ch; }
body.ed .ed-band-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
body.ed .ed-btn { border: 0; border-radius: 3px; padding: 14px 24px; font-family: var(--ed-sans); font-weight: 600; font-size: 14.5px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: .15s; }
body.ed .ed-btn-paper { background: var(--ed-paper); color: var(--ed-accent-deep); }
body.ed .ed-btn-paper:hover { background: #fff; }
body.ed .ed-btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
body.ed .ed-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
body.ed .ed-checks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
body.ed .ed-checks li { display: flex; align-items: flex-start; gap: 13px; font-size: 15px; color: rgba(255,255,255,.92); }
body.ed .ed-checks .c { width: 22px; height: 22px; flex-shrink: 0; margin-top: 1px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
body.ed .ed-checks b { color: #fff; font-weight: 600; }

/* ──────────────────────── FOOTER (restyle shared .foot2) ─────────────────── */
body.ed .foot2 { background: var(--ed-dark); border-top: 0; color: #cfc9ba; padding-top: 60px; }
body.ed .foot2-top { border-bottom: 1px solid rgba(255,255,255,.1); }
body.ed .foot2-brand h3 { color: #fbf8ef; font-family: var(--ed-serif); font-weight: 600; }
body.ed .foot2-brand h3 .mark { background: transparent; border: 1.5px solid var(--ed-accent-soft); color: var(--ed-accent-soft); border-radius: 50%; font-family: var(--ed-sans); }
body.ed .foot2-brand p { color: #9a948690 ; color: #9c968a; }
body.ed .foot2-col h4 { color: #fbf8ef; }
body.ed .foot2-col a { color: #b2ac9e; }
body.ed .foot2-col a:hover { color: #fff; }
body.ed .foot2-news label { color: #cfc9ba !important; }
body.ed .foot2-news input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: #fbf8ef; }
body.ed .foot2-news input::placeholder { color: #8c867a; }
body.ed .foot2-news button { background: var(--ed-accent); border-radius: 3px; }
body.ed .foot2-news button:hover { background: var(--ed-accent-deep); }
body.ed .foot2-news p { color: #8c867a !important; }
body.ed .foot2-bot { color: #8c867a; }
body.ed .foot2-bot a { color: #b2ac9e; }

/* ─────────────────────────────── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1080px) {
  body.ed .ed-hero-in { grid-template-columns: 1fr; gap: 36px; }
  body.ed .ed-hero-fig { aspect-ratio: 16/9; max-height: 360px; }
  body.ed .ed-grid { grid-template-columns: repeat(3, 1fr); }
  body.ed .ed-dest-grid { grid-template-columns: repeat(4, 1fr); }
  body.ed .ed-verify-in { grid-template-columns: 1fr; gap: 28px; }
  body.ed .ed-band-in { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 720px) {
  body.ed { font-size: 15.5px; }
  body.ed .ed-hero-in { padding: 40px 20px; }
  body.ed .ed-sec { padding: 44px 20px; }
  body.ed .ed-stats-in { grid-template-columns: 1fr 1fr; gap: 22px; padding: 28px 20px; }
  body.ed .ed-verify-in, body.ed .ed-band-in { padding: 40px 20px; }
  body.ed .ed-steps { grid-template-columns: 1fr; gap: 20px; }
  body.ed .ed-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  body.ed .ed-dest-grid { grid-template-columns: repeat(2, 1fr); }
  body.ed .ed-values { grid-template-columns: 1fr; }
  body.ed .ed-value { border-right: 0; border-bottom: 1px solid var(--ed-line); }
  body.ed .ed-value:last-child { border-bottom: 0; }
  body.ed .ed-search { flex-direction: column; }
  body.ed .ed-search .fld + .fld { border-left: 0; border-top: 1px solid var(--ed-line); }
  body.ed .ed-search .go { margin-top: 8px; justify-content: center; padding: 13px; }
  body.ed .ed-sec-head { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ═══════════════ v2 layout: full-bleed hero · pills · mosaic · dark why ═════════════ */

body.ed .ed-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ed-accent); margin-bottom: 10px; }
body.ed .ed-eyebrow.light { color: #d8c79a; }
/* cleaner section heads — drop the rule line */
body.ed .ed-sec-head { border-bottom: 0; padding-bottom: 0; }

/* ---- full-bleed cinematic hero ---- */
body.ed .ed-hero2 { max-width: 1320px; margin: 0 auto; padding: 22px 24px 0; }
body.ed .ed-hero2-frame { position: relative; border-radius: 10px; overflow: hidden; min-height: 540px; display: flex; }
body.ed .ed-hero2-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.ed .ed-hero2-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(16,20,18,.84) 0%, rgba(16,20,18,.5) 42%, rgba(16,20,18,.12) 70%, transparent 100%); }
body.ed .ed-hero2-content { position: relative; z-index: 2; padding: 60px 56px 96px; max-width: 640px; align-self: center; color: #fff; }
body.ed .ed-eyebrow-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 12.5px; font-weight: 500; padding: 7px 14px 7px 8px; border-radius: 999px; margin-bottom: 22px; }
body.ed .ed-eyebrow-pill .v { width: 18px; height: 18px; background: var(--ed-accent); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 700; }
body.ed .ed-hero2-content h1 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.04; letter-spacing: -.02em; margin: 0; color: #fff; }
body.ed .ed-hero2-content h1 em { font-style: italic; font-weight: 400; color: #e9c79a; }
body.ed .ed-hero2-lede { font-size: 17.5px; line-height: 1.55; color: rgba(255,255,255,.9); max-width: 48ch; margin: 22px 0 0; }
/* floating search straddling the hero's bottom edge */
body.ed .ed-hero2-search { position: relative; z-index: 3; margin: -46px auto 0; max-width: 940px; background: var(--ed-surface); border: 1px solid var(--ed-line); border-radius: 8px; padding: 8px; display: grid; grid-template-columns: 1.6fr 1fr 1fr auto; box-shadow: 0 18px 50px rgba(20,18,15,.18); }
body.ed .ed-hero2-search .fld { padding: 10px 20px; border-right: 1px solid var(--ed-line); display: flex; flex-direction: column; justify-content: center; min-width: 0; }
body.ed .ed-hero2-search .fld:nth-child(3) { border-right: 0; }
body.ed .ed-hero2-search label { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ed-muted); margin-bottom: 3px; }
body.ed .ed-hero2-search input, body.ed .ed-hero2-search select { border: 0; background: transparent; outline: none; box-shadow: none; font-family: var(--ed-sans); font-size: 15px; color: var(--ed-ink); width: 100%; padding: 0; appearance: none; }
body.ed .ed-hero2-search input::placeholder { color: var(--ed-faint); }
body.ed .ed-hero2-search .go { align-self: center; margin-left: 8px; border: 0; background: var(--ed-accent); color: #fdfcf6; border-radius: 6px; padding: 14px 24px; cursor: pointer; font-family: var(--ed-sans); font-weight: 600; font-size: 14.5px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
body.ed .ed-hero2-search .go:hover { background: var(--ed-accent-deep); }
body.ed .ed-hero2 .ed-reverse { display: flex; justify-content: center; margin: 18px auto 0; }

/* ---- category pills ---- */
body.ed .ed-cats { max-width: 1320px; margin: 0 auto; padding: 30px 24px 4px; }
body.ed .ed-cats-row { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
body.ed .ed-cats-row::-webkit-scrollbar { display: none; }
body.ed .ed-cat { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 10px 16px; border: 1px solid var(--ed-line); border-radius: 999px; background: var(--ed-surface); color: var(--ed-muted); font-size: 13.5px; font-weight: 500; text-decoration: none; transition: color .12s, border-color .12s, background .12s; }
body.ed .ed-cat .material-symbols-outlined { font-size: 18px; }
body.ed .ed-cat:hover { border-color: var(--ed-ink); color: var(--ed-ink); }
body.ed .ed-cat.active { background: var(--ed-accent); border-color: var(--ed-accent); color: #fff; }

/* ---- book-direct chip on card image ---- */
body.ed .ed-card-direct { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,253,247,.92); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--ed-accent); font-size: 11.5px; font-weight: 700; padding: 6px 11px; border-radius: 999px; box-shadow: 0 2px 8px rgba(20,18,15,.12); }
body.ed .ed-card-direct .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ed-accent); }

/* ---- destination mosaic ---- */
body.ed .ed-dest-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
body.ed .ed-dest-mosaic .ed-dest { aspect-ratio: auto; height: 100%; }
body.ed .ed-dest-mosaic .ed-dest:nth-child(1) { grid-column: span 2; grid-row: span 2; }
body.ed .ed-dest-mosaic .ed-dest:nth-child(4) { grid-column: span 2; }
body.ed .ed-dest-mosaic .ed-dest .lab .n { font-size: 20px; }

/* ---- dark "why book direct" band ---- */
body.ed .ed-why { background: var(--ed-accent-deep); color: #eef3ef; margin-top: 8px; }
body.ed .ed-why-in { max-width: 1180px; margin: 0 auto; padding: 72px 32px; }
body.ed .ed-why-head h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -.02em; margin: 0; color: #fff; }
body.ed .ed-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 40px; }
body.ed .ed-why-col .ico { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; }
body.ed .ed-why-col h3 { font-family: var(--ed-serif); font-weight: 500; font-size: 21px; letter-spacing: -.01em; margin: 0 0 8px; color: #fff; }
body.ed .ed-why-col p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.78); margin: 0 0 18px; }
body.ed .ed-why-col .stat { display: flex; align-items: baseline; gap: 8px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 14px; }
body.ed .ed-why-col .stat .n { font-family: var(--ed-serif); font-weight: 500; font-size: 30px; letter-spacing: -.02em; color: #fff; }
body.ed .ed-why-col .stat .l { font-size: 13px; color: rgba(255,255,255,.66); }

/* ---- v2 responsive ---- */
@media (max-width: 1080px) {
  body.ed .ed-hero2-search { grid-template-columns: 1.4fr 1fr auto; }
  body.ed .ed-hero2-search .fld:nth-child(3) { display: none; }
  body.ed .ed-dest-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  body.ed .ed-dest-mosaic .ed-dest:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  body.ed .ed-dest-mosaic .ed-dest:nth-child(4) { grid-column: span 2; }
  body.ed .ed-why-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 720px) {
  body.ed .ed-hero2 { padding: 14px 14px 0; }
  body.ed .ed-hero2-frame { min-height: 460px; }
  body.ed .ed-hero2-content { padding: 36px 22px 76px; }
  body.ed .ed-hero2-search { grid-template-columns: 1fr; margin-top: -30px; }
  body.ed .ed-hero2-search .fld { border-right: 0; border-bottom: 1px solid var(--ed-line); }
  body.ed .ed-hero2-search .fld:nth-child(3) { display: flex; border-bottom: 0; }
  body.ed .ed-hero2-search .go { margin: 8px 0 0; justify-content: center; padding: 13px; }
  body.ed .ed-dest-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  body.ed .ed-dest-mosaic .ed-dest:nth-child(1) { grid-column: span 2; }
  body.ed .ed-dest-mosaic .ed-dest:nth-child(4) { grid-column: span 2; }
}

/* ═══════ hero centering refinement · styled Style dropdown · destinations autocomplete ═══════ */
/* deterministic vertical centering of hero copy (was top-heavy from asymmetric padding) */
body.ed .ed-hero2-frame { align-items: center; }
body.ed .ed-hero2-content { padding: 58px 56px 72px; }
body.ed .ed-hero2-search .fld { position: relative; }

/* custom Style dropdown (native <option> can't be themed) */
body.ed .ed-cdd { position: relative; }
body.ed .ed-cdd-btn { width: 100%; text-align: left; background: transparent; border: 0; padding: 0; margin: 0; font-family: var(--ed-sans); font-size: 15px; color: var(--ed-ink); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
body.ed .ed-cdd-btn.placeholder .lbl { color: var(--ed-faint); }
body.ed .ed-cdd-btn .chev { color: var(--ed-muted); font-size: 18px; transition: transform .15s; }
body.ed .ed-cdd.open .chev { transform: rotate(180deg); }
body.ed .ed-cdd-list { position: absolute; top: calc(100% + 16px); left: 4px; min-width: 240px; background: var(--ed-surface); border: 1px solid var(--ed-line); border-radius: 8px; box-shadow: 0 16px 44px rgba(20,18,15,.18); padding: 6px; z-index: 60; max-height: 320px; overflow-y: auto; display: none; }
body.ed .ed-cdd.open .ed-cdd-list { display: block; }
body.ed .ed-cdd-opt { padding: 10px 12px; border-radius: 5px; font-size: 14px; color: var(--ed-ink); cursor: pointer; }
body.ed .ed-cdd-opt:hover, body.ed .ed-cdd-opt.kbd { background: var(--ed-accent-soft); color: var(--ed-accent-deep); }
body.ed .ed-cdd-opt[aria-selected="true"] { font-weight: 600; color: var(--ed-accent-deep); }

/* destinations autocomplete */
body.ed .ed-ac { position: absolute; top: calc(100% + 16px); left: 4px; min-width: 320px; max-width: 380px; background: var(--ed-surface); border: 1px solid var(--ed-line); border-radius: 8px; box-shadow: 0 16px 44px rgba(20,18,15,.18); padding: 6px; z-index: 60; max-height: 340px; overflow-y: auto; display: none; }
body.ed .ed-ac.open { display: block; }
body.ed .ed-ac-item { padding: 10px 12px; border-radius: 5px; font-size: 14px; color: var(--ed-ink); cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.ed .ed-ac-item:hover, body.ed .ed-ac-item.kbd { background: var(--ed-accent-soft); }
body.ed .ed-ac-item .loc { display: flex; align-items: center; gap: 9px; color: var(--ed-ink); min-width: 0; }
body.ed .ed-ac-item .loc .material-symbols-outlined { font-size: 18px; color: var(--ed-accent); flex-shrink: 0; }
body.ed .ed-ac-item .loc .lbl { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.ed .ed-ac-item .n { font-size: 12px; color: var(--ed-faint); white-space: nowrap; }
body.ed .ed-ac-empty { padding: 11px 12px; font-size: 13px; color: var(--ed-muted); }
@media (max-width: 720px) {
  body.ed .ed-ac, body.ed .ed-cdd-list { left: 0; right: 0; min-width: 0; max-width: none; }
}

/* nav: wider container + shrinkable middle track so the bar can never force page overflow */
body.ed .nav2-inner { max-width: 1280px; grid-template-columns: auto minmax(0, 1fr) auto; }

/* ═══════════════════ tiles v3 — bolder pop ═══════════════════ */
body.ed .ed-card { position: relative; }
body.ed .ed-card-img { aspect-ratio: 4/3; }
body.ed .ed-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--ed-accent); transform: scaleX(0); transform-origin: left center; transition: transform .3s cubic-bezier(.2,.7,.2,1); z-index: 4; }
body.ed .ed-card:hover::after { transform: scaleX(1); }
body.ed .ed-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(20,18,15,.18); border-color: var(--ed-accent); }
body.ed .ed-card:hover .ed-card-img img { transform: scale(1.07); }
body.ed .ed-card-row h3 { font-size: 20px; line-height: 1.12; }
body.ed .ed-card-img::after { background: linear-gradient(to top, rgba(16,20,18,.5) 0%, rgba(16,20,18,.08) 30%, transparent 50%); }

/* ═══════════════ inner-page editorial re-skin (search + company profile) ═══════════════ */
/* page headings → Fraunces */
body.ed .results2-head h1, body.ed .cp2-title-row h1, body.ed .sec-head h2, body.ed .sec h2 { font-family: var(--ed-serif); font-weight: 500; letter-spacing: -.02em; color: var(--ed-ink); }
body.ed .cp2-section h3, body.ed .cp2-booking h4 { font-family: var(--ed-serif); font-weight: 500; letter-spacing: -.01em; }
/* filter chips → editorial geometry */
body.ed .filter-chip { border-radius: 4px; border-color: var(--ed-line); color: var(--ed-muted); background: var(--ed-surface); }
body.ed .filter-chip:hover { border-color: var(--ed-ink); color: var(--ed-ink); }
body.ed .filter-chip.active { background: var(--ed-accent); border-color: var(--ed-accent); color: #fff; }
/* buttons + booking widget → editorial accent + sharper radii */
body.ed .btn2 { border-radius: 4px; }
body.ed .btn2-primary, body.ed .cp2-booking .btn-book { background: var(--ed-accent); }
body.ed .btn2-primary:hover, body.ed .cp2-booking .btn-book:hover { background: var(--ed-accent-deep); }
body.ed .btn2-light { color: var(--ed-accent); }
body.ed .cp2-booking { border-radius: 8px; border-color: var(--ed-line); }
body.ed .cp2-booking .row.direct { background: var(--ed-accent-soft); border-color: var(--ed-accent); }
body.ed .cp2-booking .row.direct .src { color: var(--ed-accent); }
/* verified pill + gallery radii */
body.ed .cp2-meta .verified { background: var(--ed-accent-soft); color: var(--ed-accent); border-radius: 4px; }
body.ed .cp2-meta .verified .v { background: var(--ed-accent); }
body.ed .cp2-gallery { border-radius: 8px; }
/* search result cards (marketplace .ccard) → editorial type/geometry */
body.ed .ccard-row h3 { font-family: var(--ed-serif); font-weight: 500; letter-spacing: -.01em; }
body.ed .ccard-img { border-radius: 8px; }
body.ed .ccard-badge { color: var(--ed-accent); }
body.ed .ccard-badge .green-dot { background: var(--ed-accent); }

/* ═══════════════ header: real logo + grouped dropdown menus ═══════════════ */
body.ed .nav2-logo-img { width: 34px; height: 34px; object-fit: contain; border-radius: 7px; display: block; flex-shrink: 0; }
/* dropdowns (desktop ≥1024; <1024 uses the hamburger menu) */
body.ed .nav2-dd { position: relative; display: inline-flex; align-items: center; }
body.ed .nav2-dd-btn { display: inline-flex; align-items: center; gap: 2px; background: transparent; border: 0; cursor: pointer; font-family: var(--ed-sans); font-size: 14px; font-weight: 500; color: var(--ed-muted); padding: 9px 12px; border-radius: 4px; white-space: nowrap; }
body.ed .nav2-dd-btn .material-symbols-outlined { font-size: 17px; transition: transform .15s; }
body.ed .nav2-dd:hover .nav2-dd-btn, body.ed .nav2-dd.open .nav2-dd-btn { color: var(--ed-ink); background: rgba(0,0,0,.05); }
body.ed .nav2-dd:hover .nav2-dd-btn .material-symbols-outlined, body.ed .nav2-dd.open .nav2-dd-btn .material-symbols-outlined { transform: rotate(180deg); }
body.ed .nav2-dd::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 9px; } /* hover bridge */
body.ed .nav2-dd-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 226px; background: #fff; border: 1px solid var(--ed-line); border-radius: 9px; box-shadow: 0 16px 42px rgba(20,18,15,.14); padding: 7px; display: none; z-index: 60; }
body.ed .nav2-dd:hover .nav2-dd-menu, body.ed .nav2-dd.open .nav2-dd-menu { display: block; }
body.ed .nav2-dd-menu a { display: block; padding: 9px 12px; border-radius: 6px; font-size: 13.5px; font-weight: 500; color: var(--ed-ink); text-decoration: none; white-space: nowrap; }
body.ed .nav2-dd-menu a:hover { background: var(--ed-accent-soft); color: var(--ed-accent-deep); }

/* whole-site match: bespoke page headings adopt the editorial serif (keeps each page's own weight) */
body.ed h1, body.ed h2 { font-family: var(--ed-serif); letter-spacing: -.02em; }

/* ═══════════════════ tiles v2 — contained, liftable, image-forward ═══════════════════ */
body.ed .ed-grid { gap: 28px 22px; }
body.ed .ed-card {
  background: var(--ed-surface);
  border: 1px solid var(--ed-line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .2s;
}
body.ed .ed-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(20,18,15,.14); border-color: var(--ed-accent); }
body.ed .ed-card-img { aspect-ratio: 16/11; border-radius: 0; }
body.ed .ed-card-img::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(16,20,18,.42) 0%, rgba(16,20,18,.06) 34%, transparent 55%); }
body.ed .ed-card:hover .ed-card-img img { transform: scale(1.06); }
/* chips above the gradient */
body.ed .ed-card-vf { z-index: 2; top: 12px; left: 12px; background: rgba(255,253,247,.95); color: var(--ed-accent-deep); box-shadow: 0 2px 8px rgba(20,18,15,.14); }
body.ed .ed-card-vf .v { background: var(--ed-accent); color: #fff; }
body.ed .ed-card-save { z-index: 2; }
body.ed .ed-card-direct { z-index: 2; }
/* body */
body.ed .ed-card-body { padding: 15px 17px 16px; }
body.ed .ed-card-type { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ed-accent); margin: 0 0 6px; }
body.ed .ed-card-row h3 { font-size: 18.5px; }
body.ed .ed-card-loc { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ed-muted); margin: 6px 0 0; }
body.ed .ed-card-loc .material-symbols-outlined { font-size: 16px; color: var(--ed-accent); }
body.ed .ed-card-foot { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--ed-line-soft); display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12.5px; }
body.ed .ed-card-foot .props { color: var(--ed-faint); }
body.ed .ed-card-foot .go { display: inline-flex; align-items: center; gap: 4px; color: var(--ed-ink); font-weight: 600; white-space: nowrap; }
body.ed .ed-card:hover .ed-card-foot .go { color: var(--ed-accent); }
body.ed .ed-card-foot .go .material-symbols-outlined { font-size: 15px; transition: transform .2s; }
body.ed .ed-card:hover .ed-card-foot .go .material-symbols-outlined { transform: translateX(3px); }
