@import './tokens.css';
/*
 * styles.css — Breeza shared brand CSS
 * Used by: landing/spots/<slug>.html and landing/spots/index.html
 * Source of tokens: landing/tokens.css (gegenereerd uit design-tokens.snapshot.json)
 * landing/index.html retains its own inline <style>; this file is for
 * generated pages only.
 */

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --bg:     #0b1220;
  --bg2:    #0f1a2e;
  --card:   #121f38;
  --line:   #22304d;
  --text:   #eaf0fb;
  --muted:  #9fb0cc;
  --accent2:#8fd0ff;
  --accent2-rgb:143,208,255;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  background: radial-gradient(1100px 600px at 70% -10%, #16294a 0%, var(--bg) 55%) no-repeat, var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); }
a:hover { color: var(--accent2); }

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 22px 80px;
}

/* ============================================================
   HEADER
   ============================================================ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.brand {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--text);
}
.brand .za { color: var(--accent); }

nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
nav a:hover { color: var(--accent2); }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}
.breadcrumb a:hover { color: var(--accent2); }
.breadcrumb .sep { color: var(--line); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  margin-bottom: 48px;
}
.page-hero h1 {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  line-height: 1.08;
}
.page-hero .subheading {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   DATA LAYERS (the ≥4-unique-layer blocks)
   ============================================================ */
.data-layers {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.data-block {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
}
.data-block h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 10px;
}
.data-block p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}
.data-block .coords {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  font-variant-numeric: tabular-nums;
}
.spot-map-wrap {
  position: relative;
  margin-top: 14px;
}
.location-address {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.6;
}
.location-address-link {
  color: var(--accent2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.location-address-link:hover {
  color: var(--accent);
}
.spot-map-container {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg);
}
.spot-map-compass {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
}

/* ranking badge */
.rank-badge {
  display: inline-block;
  background: #0c2742;
  color: var(--accent2);
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

/* ============================================================
   FACILITIES & SERVICES (Layer 5 — OSM enrichment, present-only)
   ============================================================ */
/* The facilities block reads as a branded "where to stay, eat & learn" showcase
   (founder 2026-06-24), not an OSM dump — slightly more breathing room. */
.facilities-block {
  padding-bottom: 16px;
}
.facility-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 4px;
}
.facility-chips .rank-badge {
  margin-bottom: 0;
}
.facilities-sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 16px 0 8px;
}
.facility-businesses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.facility-businesses li {
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
}
.facility-businesses .biz-name {
  font-weight: 600;
}
.facility-businesses .biz-type {
  font-size: 12px;
  color: var(--muted);
  margin-left: 6px;
}
/* Each curated business is its own row; a business WITH a website becomes a
   dofollow backlink (partnership link-juice + the hook for B2B outreach —
   founder 2026-06-24). Businesses without a site stay plain name+type. */
.facility-businesses .biz-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}
.facility-businesses .biz-item.has-site .biz-type {
  margin-left: 0;
}
.facility-businesses .biz-link {
  font-weight: 600;
  color: var(--accent2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.facility-businesses .biz-link:hover {
  border-bottom-color: var(--accent2);
}
.facility-businesses .biz-meta {
  flex-basis: 100%;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.facility-businesses .biz-hours {
  color: var(--muted);
}
.facility-businesses .biz-social {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px dotted var(--line);
}
.facility-businesses .biz-social:hover {
  color: var(--accent2);
}
.facility-businesses .biz-ig,
.facility-businesses .biz-fb {
  font-size: 12px;
}
.osm-attribution {
  font-size: 12px;
  color: var(--muted);
  margin: 14px 0 0;
}
.osm-attribution a {
  color: var(--muted);
  text-decoration: underline;
}
.osm-attribution a:hover {
  color: var(--accent2);
}

/* ============================================================
   SPOT PHOTOS (licensed imagery from spot_imagery; present-only)
   ============================================================ */
.spot-photos-block {
  padding-bottom: 14px;
}
.spot-photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.spot-photo {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line);
}
.spot-photo img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
/* Photo credit — kept for licence/ToS compliance but visually subtle, not
   prominent (founder 2026-06-24: de-OSM the page; credits whisper, not shout). */
.spot-photo-credit {
  font-size: 10px;
  color: var(--muted);
  opacity: 0.7;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.35;
}
.spot-photo-credit a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px dotted var(--line);
}
.spot-photo-credit a:hover {
  color: var(--accent2);
  opacity: 1;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  margin-bottom: 40px;
}
.faq-item {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h2,
.faq-item .faq-q {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 6px;
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
}
.faq-item p,
.faq-item .faq-a {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

/* Geo direct-answer block — prominent coordinates Q&A */
.geo-question {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 1.5em;
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
}
.geo-answer {
  margin-bottom: 1em;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

/* Freshness stamp — shown below conditions note */
.freshness-stamp {
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 0;
}

/* Direct-answer block — GEO speerpunt #3: H2 + 40-60 word answer-first paragraph */
.direct-answer-q {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text);
}
.direct-answer-a {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  color: var(--text);
}

/* Wind-stat block — GEO speerpunt #1: visible stats table + freshness stamp */
.wind-stat-block {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 16px 0 0;
}
.wind-stat-list {
  margin: 0 0 8px;
  padding-left: 18px;
  list-style: disc;
}
.wind-stat-list li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 4px;
}
.wind-stat-source {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   WEDGE + CTA
   ============================================================ */
.wedge {
  background: linear-gradient(180deg, #102338 0, #0e1a30 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 40px;
}
.wedge p {
  margin: 0 0 20px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.65;
}
.wedge p:last-of-type { margin-bottom: 0; }

.btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--accent2), var(--accent));
  color: #06223b;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 14px;
  padding: 14px 24px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.08s ease;
}
.btn:hover { color: #06223b; }
.btn:active { transform: translateY(1px); }

.cta-sub {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}

/* ============================================================
   CREATOR FEATURE (86caeqvz8)
   ============================================================ */
.creator-feature .creator-handle {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}
.creator-feature .creator-handle:hover { text-decoration: underline; }
.creator-feature .creator-clip-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

/* ============================================================
   NEARBY SPOTS
   ============================================================ */
.nearby-section {
  margin-bottom: 40px;
}
.nearby-section h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.nearby-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 480px) {
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 640px) {
  .nearby-grid { grid-template-columns: repeat(3, 1fr); }
}

.nearby-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--text);
  display: block;
  transition: border-color 0.12s;
}
.nearby-card:hover {
  border-color: var(--accent);
  color: var(--text);
}
.nearby-card .nc-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}
.nearby-card .nc-region {
  font-size: 12px;
  color: var(--muted);
}
.nearby-card .nc-dist {
  font-size: 11px;
  color: var(--accent);
  margin-top: 4px;
}

/* ============================================================
   KITESURF REGIONS (country-page region hubs)
   Without these, region-row degrades to default blue underlined
   <a> links with the name + meta stacked on separate lines
   (founder 2026-06-22: "gek lijstje" on /spots/italy).
   ============================================================ */
.regions-section {
  margin-bottom: 40px;
}
.regions-heading {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.regions-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 480px) {
  .regions-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 640px) {
  .regions-list { grid-template-columns: repeat(3, 1fr); }
}
.region-row {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--text);
  display: block;
  transition: border-color 0.12s;
}
.region-row:hover {
  border-color: var(--accent2);
}
.region-row .region-name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
}
.region-row .region-meta {
  font-size: 12px;
  color: var(--muted);
}
/* Region-hub "up" navigation (← All spots in <country> · All kitesurf spots) */
.region-nav-up {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 13px;
}
.nav-up-link {
  color: var(--accent2);
  text-decoration: none;
}
.nav-up-link:hover {
  text-decoration: underline;
}

/* ============================================================
   SOURCES
   ============================================================ */
.sources-section {
  margin-bottom: 40px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.sources-section h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}
.sources-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sources-section li {
  font-size: 12px;
  color: var(--muted);
}
.sources-section a {
  color: var(--muted);
  word-break: break-all;
}
.sources-section a:hover { color: var(--accent2); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  margin-top: 56px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer a {
  color: var(--muted);
  text-decoration: none;
}
footer a:hover { color: var(--accent2); }

/* ============================================================
   HUB PAGE — ranked list
   ============================================================ */
.hub-intro {
  font-size: 16px;
  color: var(--muted);
  max-width: 600px;
  margin: 0 0 40px;
  line-height: 1.65;
}

.spots-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.spot-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.12s;
}
.spot-row:hover { border-color: var(--accent); color: var(--text); }

.spot-row .sr-rank {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #0c2742;
  color: var(--accent2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.spot-row .sr-rank-regional {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}

.spot-row .sr-body { flex: 1; min-width: 0; }
.spot-row .sr-name {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spot-row .sr-region {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 4px;
}
.spot-row .sr-note {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* unranked regional spots on hub */
.spots-regional-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 32px 0 12px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

/* ============================================================
   HUB MODE TOGGLE (task 86cadch4a)
   ============================================================ */
.hub-mode-toggle {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.hub-mode-btn {
  min-height: 44px;
  padding: 8px 20px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.hub-mode-btn:hover { border-color: var(--accent); color: var(--text); }
.hub-mode-btn--active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--breeza-accent-on, #04121f);
}

/* ============================================================
   HUB SEARCH + COUNTRY NAV (task 86cadch0p)
   ============================================================ */
.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.search-input {
  flex: 1;
  min-height: 44px;
  padding: 10px 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.12s;
  -webkit-appearance: none;
  appearance: none;
}
.search-input::placeholder { color: var(--muted); }
.search-input:focus { border-color: var(--accent); }

.search-result-count {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
}

.country-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.country-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s;
  white-space: nowrap;
}
.country-chip:hover {
  border-color: var(--accent);
  color: var(--text);
}
.country-chip.active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--breeza-accent-on, #04121f);
}

/* ============================================================
   FACET FILTER BAR (task 86cadch1j)
   ============================================================ */
.facet-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.facet-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.facet-group-label {
  flex-shrink: 0;
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  min-width: 80px;
}

.facet-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.facet-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
  white-space: nowrap;
  user-select: none;
}
.facet-chip:hover {
  border-color: var(--accent);
  color: var(--text);
}
.facet-chip.active {
  border-color: var(--accent2);
  background: rgba(var(--accent2-rgb, 143, 208, 255), 0.12);
  color: var(--accent2);
}

/* ============================================================
   MAP CONTAINER (task 86cadch4a)
   ============================================================ */
.spots-map-container { display: flex; flex-direction: column; }
.spots-map {
  height: 70vh;
  min-height: 400px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* ============================================================
   RICH SPOT CARDS — thumbnail, season chip, facility icons (task 86cadch1j)
   ============================================================ */
.sr-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}
.sr-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 3px 0 3px;
  flex-wrap: wrap;
}

.sr-season-chip {
  display: inline-flex;
  align-items: center;
  padding: 1px 7px;
  background: rgba(var(--accent2-rgb, 143, 208, 255), 0.1);
  border: 1px solid rgba(var(--accent2-rgb, 143, 208, 255), 0.25);
  border-radius: 999px;
  color: var(--accent2);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.sr-facility-icons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.sr-facility-icon {
  display: inline-block;
  color: var(--muted);
  flex-shrink: 0;
}

/* Screen-reader only utility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   APP CTA BANNER
   Inline after content, before footer/wedge. Non-intrusive.
   No position:fixed — avoids CLS and Google interstitial penalty.
   ============================================================ */
.app-cta {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: var(--card);
  border: 1px solid var(--accent);
  border-radius: 10px;
  text-align: center;
}
.app-cta-copy {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: var(--text);
}
.app-cta-badges {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.app-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #06223b;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}
.app-cta-badge:hover { opacity: 0.88; color: #06223b; }
.app-cta-ios {}   /* specificity hook */
.app-cta-android {} /* specificity hook */
.app-cta-note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
}

/* ============================================================
   PARTNER LINKS BLOCK
   Contextual editorial links to reciprocal partners.
   Present-only: only rendered when partners match the page.
   Max 2 per page enforced by matchPartners() in generate.mjs.
   ============================================================ */
.partner-links-block {
  margin-bottom: 0;
}
.partner-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partner-link-item {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}
.partner-link-blurb {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.partner-link-anchor {
  color: var(--accent2);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.partner-link-anchor:hover {
  border-bottom-color: var(--accent2);
}

/* ============================================================
   KITESURF RESOURCES PAGE (/kitesurf-resources)
   Curated partner listing — editorial paragraph per entry,
   not a naked link directory.
   ============================================================ */
.resources-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}
.resources-entry {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.resources-entry:first-child {
  border-top: none;
  padding-top: 0;
}
.resources-entry-name {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.resources-entry-link {
  color: var(--accent2);
  text-decoration: none;
}
.resources-entry-link:hover {
  text-decoration: underline;
}
.resources-entry-blurb {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* ============================================================
   ILLUSTRATED MAP HERO — AI-generated spot map (present-only)
   ============================================================ */
.illustrated-map-hero {
  position: relative;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #03306b;
}
.illustrated-map-link {
  display: block;
  position: relative;
}
/* Volledige chart altijd in beeld — nooit croppen (founder feedback #8:
   legenda/kompas vielen buiten het frame door object-fit:cover). De card-
   variant (1200×900) is al geoptimaliseerd voor dit frame. */
.illustrated-map-img {
  width: 100%;
  height: auto;
  display: block;
}
.illustrated-map-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  pointer-events: none;
}

/* ============================================================
   LOCAL TIPS — AI-generated (present-only)
   ============================================================ */
.local-tips {
  margin: 32px 0;
}
.local-tips h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tip-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
  font-size: 0.9rem;
}
.tip-cat {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  min-width: 72px;
  padding-top: 2px;
  font-weight: 600;
}

/* AI-generated FAQ items — schema.org Question markup */
.faq-item-ai {
  /* inherits .faq-item base; h3 inside matches h2 visually */
}
.faq-item-ai .faq-q {
  font-size: inherit;
}

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 480px) {
  .wedge { padding: 20px 18px; }
  .data-block { padding: 16px 18px; }
  .search-result-count { display: none; }
  .spots-map { height: 60vh; min-height: 320px; }
}

/* ============================================================
   FACILITY DETAIL PAGES — per-type redesign (spec: 03-product/facility-detail-template-spec.md)
   Design tokens: tokens.css (--breeza-*) + styles.css root compat aliases (--accent etc.)
   Uses --bg/--card/--line/--text/--muted/--accent from existing root.
   ============================================================ */

/* Sticky top navbar (56px) — replaces generic header on facility pages */
.fac-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 22px;
  background: var(--breeza-bg-elev, #131c2e);
  border-bottom: 1px solid var(--breeza-border, #243149);
  gap: 12px;
  margin: 0 -22px;   /* bleed full width inside .wrap */
}
.fac-navbar-back {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.fac-navbar-back:hover { color: var(--accent2); }
.fac-navbar-title {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fac-navbar-rating {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Hero block — full-width, 320px high */
.fac-hero {
  position: relative;
  width: calc(100% + 44px);   /* bleed beyond .wrap side padding */
  margin: 0 -22px 0;
  height: 220px;
  overflow: hidden;
}
.fac-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Gradient fallback when no licensed photo */
.fac-hero-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--breeza-bg-elev, #131c2e) 0%, #0d2040 60%, #162e50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fac-hero-icon {
  color: var(--breeza-border, #243149);
  opacity: 0.7;
}
.fac-hero-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.fac-hero-badge-kite {
  background: var(--breeza-ridable, #10b981);
  color: #022e1f;
}
.fac-hero-badge-verified {
  background: var(--accent);
  color: var(--breeza-accent-on, #04121f);
}
.fac-hero-attribution {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 10px;
  color: rgba(255,255,255,0.55);
}

/* Partner-assets (permission-gated: assets_source='partner' + asset_provenance) */
.fac-partner-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  vertical-align: -6px;
  margin-right: 8px;
  display: inline-block;
}
.fac-partner-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.fac-partner-photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background: var(--breeza-bg-elev, #131c2e);
}

/* Name block */
.fac-name-block {
  margin: 20px 0 0;
}
.fac-name {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--text);
  line-height: 1.15;
}
.fac-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 4px;
}
.fac-meta-loc-icon {
  color: var(--accent);
  flex-shrink: 0;
}
.fac-meta-open {
  color: var(--breeza-ridable, #10b981);
  font-weight: 600;
}
.fac-meta-closed {
  color: var(--muted);
}
.fac-meta-sep { color: var(--line); }

/* Divider */
.fac-divider {
  border: none;
  border-top: 1px solid var(--breeza-border, #243149);
  margin: 20px 0;
}

/* Two-column layout: content-left + booking-right */
.fac-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: start;
  margin-top: 20px;
}
.fac-content { min-width: 0; }
.fac-sidebar { min-width: 0; }

/* Section within fac-content */
.fac-section {
  margin-bottom: 24px;
}
.fac-section-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

/* Tag/level chips row */
.fac-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.fac-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  background: var(--breeza-bg-elev2, #1b2740);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

/* Kite USP line (restaurant / school) */
.fac-kite-usps {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* Featured items / getting-to line */
.fac-detail-line {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* Price list (menu items / lessons & prices / accommodation rates) */
.fac-price-subhead {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin: 16px 0 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.fac-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fac-price-row {
  padding: 10px 0;
  border-bottom: 1px solid var(--breeza-border, rgba(255, 255, 255, 0.08));
}
.fac-price-row:last-child {
  border-bottom: none;
}
.fac-price-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.fac-price-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.fac-price-amount {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.fac-price-desc {
  font-size: 13px;
  color: var(--muted);
  margin: 4px 0 0;
  line-height: 1.5;
}
.fac-price-note {
  font-size: 12px;
  color: var(--muted);
  margin: 10px 0 0;
  font-style: italic;
}

/* About paragraph */
.fac-about {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* Languages row */
.fac-lang-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.fac-lang-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  flex-shrink: 0;
}
.fac-lang-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: var(--breeza-bg-elev2, #1b2740);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
}

/* Amenity tiles row (accommodation) */
.fac-amenity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}
.fac-amenity-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  background: var(--breeza-bg-elev2, #1b2740);
  border-radius: 10px;
  min-width: 60px;
  text-align: center;
}
.fac-amenity-icon {
  color: var(--accent);
  flex-shrink: 0;
}
.fac-amenity-label {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
}

/* Spot link CTA */
.fac-spot-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
}
.fac-spot-link:hover { color: var(--accent2); }
.fac-spot-link-arrow {
  font-size: 16px;
  line-height: 1;
}

/* Booking card (right sidebar) */
.fac-booking-card {
  background: var(--breeza-bg-elev, #131c2e);
  border: 1px solid var(--breeza-border, #243149);
  border-radius: 16px;
  padding: 20px 22px;
  position: sticky;
  top: 72px;   /* below sticky navbar */
}
.fac-booking-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.fac-booking-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fac-booking-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.fac-booking-row-icon {
  color: var(--muted);
  flex-shrink: 0;
  margin-top: 2px;
}
.fac-booking-row-content {
  min-width: 0;
  flex: 1;
}
.fac-booking-row-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 2px;
}
.fac-booking-row-value {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  word-break: break-word;
}
.fac-booking-row-link {
  color: var(--accent2);
  text-decoration: none;
  font-size: 14px;
}
.fac-booking-row-link:hover { text-decoration: underline; }
.fac-booking-offer {
  font-size: 11px;
  color: var(--muted);
  margin: 14px 0 0;
}
.fac-booking-cta {
  display: block;
  width: 100%;
  padding: 14px 20px;
  margin-top: 16px;
  background: var(--accent);
  color: var(--breeza-accent-on, #04121f);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  line-height: 1.3;
}
.fac-booking-cta:hover { opacity: 0.88; color: var(--breeza-accent-on, #04121f); }

/* Back-to-spot link at bottom of content area */
.fac-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  margin-top: 8px;
}
.fac-back-link:hover { color: var(--accent2); }

/* Wrap override for facility pages — wider max-width for two-column layout */
.fac-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 22px 80px;
}

/* ============================================================
   FACILITY DETAIL — RESPONSIVE (single column on mobile)
   ============================================================ */
@media (max-width: 768px) {
  .fac-layout {
    grid-template-columns: 1fr;
  }
  .fac-sidebar {
    order: 1;   /* booking card appears after content on mobile */
  }
  .fac-content {
    order: 0;
  }
  .fac-booking-card {
    position: static;
  }
  .fac-navbar {
    margin: 0 -22px;
  }
  .fac-hero {
    height: 180px;
  }
  .fac-wrap {
    padding: 0 22px 60px;
  }
}
