/* ============================================================
   Ski Resorts for Kings — interior page styles (Direction A)
   page-head · directory · rankings · resort detail · methodology
   ============================================================ */

/* ---------- Page head ---------- */
.page-head { padding: 116px 0 0; }
.page-head .crumbs { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; color: var(--faint); margin-bottom: 18px; }
.page-head .crumbs a { color: var(--muted); transition: color 0.2s ease; }
.page-head .crumbs a:hover { color: var(--accent); }
.page-head h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.6vw, 40px); line-height: 1.06; font-weight: 500;
  margin-top: 14px; max-width: 22ch;
}
.page-head h1 em { font-style: italic; color: var(--accent); }
.page-head .page-sub { font-size: clamp(16px, 1.3vw, 18px); color: var(--muted); max-width: 80ch; margin: 18px 0 0; }

/* ---------- Directory toolbar ---------- */
.dir-toolbar {
  position: sticky; top: 76px; z-index: 60;
  background: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(36px, 4vw, 56px);
}
.dir-toolbar-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 14px 0; }
.dir-search {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: 99px; background: var(--snow);
  padding: 0 8px 0 16px; height: 46px; flex: 1; min-width: 220px; max-width: 360px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.dir-search:focus-within { border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--ice-2); }
.dir-search svg { flex: none; color: var(--muted); }
.dir-search input { flex: 1; border: none; outline: none; background: none; font: 600 14.5px/1.2 var(--font-body); color: var(--ink); min-width: 0; }
.dir-search input::placeholder { color: var(--faint); font-weight: 500; }

.dir-select {
  height: 46px; border: 1px solid var(--line); border-radius: 99px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%235b7186' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;
  padding: 0 38px 0 18px; font: 700 13.5px/1 var(--font-body); color: var(--ink);
  appearance: none; -webkit-appearance: none; cursor: pointer; outline: none;
  transition: border-color 0.2s ease;
}
.dir-select:hover, .dir-select:focus { border-color: var(--sky); }

.dir-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.dir-tags button {
  height: 46px; padding: 0 17px; border-radius: 99px;
  border: 1px solid var(--line); background: #fff;
  font-size: 13.5px; font-weight: 700; color: var(--muted);
  transition: all 0.2s ease;
}
.dir-tags button:hover { border-color: var(--sky); color: var(--ink); }
.dir-tags button.active { background: var(--ink); border-color: var(--ink); color: #fff; }

.dir-count { margin-left: auto; font-size: 13.5px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.dir-count strong { color: var(--ink); }
@media (max-width: 920px) { .dir-count { display: none; } }

/* ---------- Directory rows ---------- */
.dir-list { display: flex; flex-direction: column; padding: clamp(28px, 3vw, 44px) 0 0; }
.dir-row {
  display: grid; grid-template-columns: 200px 1fr auto; gap: clamp(18px, 2.5vw, 34px);
  align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line);
}
.dr-media { width: 200px; height: 132px; border-radius: var(--r-md); overflow: hidden; position: relative; background: linear-gradient(150deg, #44688a, #122c42); }
.dr-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.dir-row:hover .dr-media img { transform: scale(1.07); }
.dr-rank {
  position: absolute; top: 10px; left: 12px; white-space: nowrap;
  font-family: var(--font-display); font-style: italic; font-size: 15px;
  color: #fff; text-shadow: 0 1px 8px rgba(8,24,40,0.6);
}
.dr-main { min-width: 0; }
.dr-name { font-family: var(--font-display); font-size: clamp(22px, 2.3vw, 30px); font-weight: 600; line-height: 1.08; }
.dr-name a { transition: color 0.2s ease; }
.dr-name a:hover { color: var(--accent); }
.dr-sub { font-size: 13.5px; font-weight: 600; color: var(--muted); margin-top: 5px; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.dr-sub span { white-space: nowrap; }
.dr-note { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 9px 0 0; max-width: 62ch; }
.dr-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 11px; }
.dr-chips span { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; color: var(--accent); background: var(--ice); border-radius: 99px; padding: 4px 10px; white-space: nowrap; }
.dr-side { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.dr-score {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  background: var(--ice); color: var(--accent); font-weight: 800; font-size: 20px;
}
.dr-score.gold { background: var(--ink); color: #fff; }
.dr-actions { display: flex; gap: 8px; }
.dr-view {
  padding: 10px 18px; border-radius: 11px; background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 700; white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.dr-view:hover { background: var(--navy); transform: translateY(-1px); }
.dir-row .rc-compare { border-color: var(--line); background: #fff; color: var(--muted); }
.dir-row .rc-compare:hover { border-color: var(--sky); color: var(--ink); background: #fff; }
.dir-row .rc-compare.added { background: var(--sky); border-color: var(--sky); color: var(--ink); }
.dir-empty { padding: 70px 0; text-align: center; color: var(--muted); font-size: 16px; }
.dir-empty .de-big { font-family: var(--font-display); font-size: 30px; color: var(--ink); display: block; margin-bottom: 8px; }
@media (max-width: 820px) {
  .dir-row { grid-template-columns: 1fr; }
  .dr-media { width: 100%; height: 180px; }
  .dr-side { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
}

/* ---------- Ranked list (Best Of) ---------- */
.rank-list { counter-reset: rank; border-top: 1px solid var(--line); margin-top: clamp(36px, 4vw, 56px); }
.rank-row {
  display: grid; grid-template-columns: 84px 220px 1fr auto; gap: clamp(16px, 2.4vw, 32px);
  align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, padding-left 0.3s cubic-bezier(0.22,1,0.36,1);
}
.rank-row:hover { background: var(--snow); padding-left: 18px; }
.rr-num { font-family: var(--font-display); font-style: italic; font-size: clamp(30px, 3vw, 44px); color: var(--faint); line-height: 1; }
.rank-row:nth-child(-n+3) .rr-num { color: var(--accent); }
.rr-media { width: 220px; height: 130px; border-radius: var(--r-md); overflow: hidden; background: linear-gradient(150deg, #44688a, #122c42); }
.rr-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.rank-row:hover .rr-media img { transform: scale(1.06); }
.rr-name { font-family: var(--font-display); font-size: clamp(23px, 2.4vw, 31px); font-weight: 600; line-height: 1.06; }
.rr-name a:hover { color: var(--accent); }
.rr-meta { font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 5px; }
.rr-note { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 8px 0 0; max-width: 56ch; }
.rr-scorebar { width: clamp(120px, 14vw, 190px); }
.rr-scorenum { font-weight: 800; font-size: 22px; color: var(--ink); text-align: right; }
.rr-scorenum small { font-size: 12px; font-weight: 700; color: var(--faint); }
.rr-track { height: 5px; border-radius: 99px; background: var(--ice); margin-top: 8px; overflow: hidden; }
.rr-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--sky), var(--accent)); width: 0%; transition: width 1.1s cubic-bezier(0.22,1,0.36,1); }
@media (max-width: 920px) {
  .rank-row { grid-template-columns: 48px 1fr auto; }
  .rr-media { display: none; }
}
@media (max-width: 600px) {
  .rank-row { grid-template-columns: 40px 1fr; }
  .rr-scorebar { display: none; }
}

/* ---------- Best-of category cards ---------- */
.bestof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 1000px) { .bestof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .bestof-grid { grid-template-columns: 1fr; } }
.bestof-card {
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 8px;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.bestof-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--ice-2); }
.bestof-card .bc-icon { width: 46px; height: 46px; border-radius: 14px; background: var(--ice); color: var(--accent); display: grid; place-items: center; margin-bottom: 8px; }
.bestof-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; line-height: 1.1; }
.bestof-card p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; flex: 1; }
.bestof-card .bc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.bestof-card .bc-count { color: var(--muted); }
.bestof-card .bc-go { color: var(--accent); transition: gap 0.2s ease; display: inline-flex; gap: 6px; }
.bestof-card:hover .bc-go { gap: 10px; }

/* ---------- Resort detail ---------- */
.detail-hero { position: relative; min-height: 64svh; display: flex; align-items: flex-end; overflow: clip; }
.detail-hero .hero-bg::after { background: linear-gradient(180deg, rgba(8,24,40,0.45) 0%, rgba(8,24,40,0.1) 40%, rgba(8,24,40,0.62) 100%); }
.detail-hero-inner {
  position: relative; z-index: 2; color: #fff;
  width: 100%; max-width: var(--max-w); margin: 0 auto;
  padding: 150px var(--pad-x) 42px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.detail-hero .crumbs { display: flex; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); margin-bottom: 18px; }
.detail-hero .crumbs a:hover { color: #fff; }
.detail-hero h1 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: 0.98; }
.detail-hero .dh-tag { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); margin-top: 12px; display: flex; gap: 12px; flex-wrap: wrap; }
.detail-hero .dh-tag span { white-space: nowrap; }
.dh-scorecard {
  flex: none; background: rgba(255,255,255,0.96); color: var(--ink);
  border-radius: var(--r-lg); padding: 22px 26px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 20px;
}
.dh-scorecard .dhs-n { font-family: var(--font-display); font-size: 56px; font-weight: 600; line-height: 1; }
.dh-scorecard .dhs-l { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.dh-scorecard .dhs-rank { font-size: 13.5px; font-weight: 700; color: var(--accent); margin-top: 4px; }

.detail-grid { display: grid; grid-template-columns: 7fr 4fr; gap: clamp(36px, 4vw, 64px); align-items: start; }
@media (max-width: 920px) { .detail-grid { grid-template-columns: 1fr; } }
/* When the concierge band is nested inside a resort detail column it is too
   narrow for a side-by-side split, which squashes the heading to one word per
   line and the form fields to a sliver. Stack it so both fill the column. */
.detail-grid .concierge-grid { grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
.detail-grid .concierge-copy p { max-width: none; }
.verdict p { font-size: 17px; line-height: 1.7; color: var(--ink); }
.verdict p + p { margin-top: 18px; color: var(--muted); font-size: 16px; }
.verdict .drop {
  font-family: var(--font-display); font-size: clamp(24px, 2.4vw, 31px); line-height: 1.32; font-weight: 500;
}

.score-panel { background: var(--snow); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 28px 22px; position: sticky; top: 100px; }
.score-panel h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; margin-bottom: 18px; }
.meter { margin-bottom: 16px; }
.meter .m-head { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; }
.meter .m-head span:last-child { color: var(--accent); }
.meter .m-track { height: 6px; border-radius: 99px; background: var(--ice-2); overflow: hidden; }
.meter .m-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--sky), var(--accent)); width: 0%; transition: width 1.1s cubic-bezier(0.22,1,0.36,1); }
.score-panel .sp-foot { font-size: 12.5px; color: var(--faint); margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }

.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: clamp(36px, 4vw, 54px); }
@media (max-width: 820px) { .fact-grid { grid-template-columns: repeat(2, 1fr); } }
.fact {
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; background: #fff;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.fact:hover { border-color: var(--sky); transform: translateY(-2px); }
.fact .f-l { font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.fact .f-v { font-family: var(--font-display); font-size: 27px; font-weight: 600; margin-top: 6px; }
.fact .f-s { font-size: 12.5px; color: var(--faint); margin-top: 2px; }

.pull-quote {
  margin: clamp(44px, 5vw, 64px) 0 0; padding: clamp(28px, 3.4vw, 44px);
  background: var(--ink); color: #fff; border-radius: var(--r-lg);
  position: relative; overflow: clip;
}
.pull-quote blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 32px); line-height: 1.3; font-weight: 500; max-width: 30ch; }
.pull-quote blockquote em { color: var(--sky); }
.pull-quote figcaption { margin-top: 16px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sky); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(180deg, var(--paper), var(--ice) 160%); border-top: 1px solid var(--line); }
.cta-band-inner { padding: clamp(60px, 7vw, 96px) 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(25px, 2.6vw, 36px); font-weight: 500; line-height: 1.08; max-width: 22ch; }
.cta-band h2 em { font-style: italic; color: var(--accent); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff; border: none; border-radius: 13px;
  padding: 16px 28px; font-size: 15px; font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover { background: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 13px;
  padding: 16px 28px; font-size: 15px; font-weight: 700;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.btn-ghost:hover { border-color: var(--sky); transform: translateY(-2px); }

/* ---------- Methodology (How we judge) ---------- */
.criteria-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); margin-top: clamp(36px, 4vw, 56px); }
.criterion {
  display: grid; grid-template-columns: 64px 1fr clamp(140px, 18vw, 260px) 70px; gap: clamp(16px, 2.5vw, 36px);
  align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line);
}
.criterion .cr-num { font-family: var(--font-display); font-style: italic; font-size: 21px; color: var(--faint); }
.criterion h3 { font-family: var(--font-display); font-size: clamp(21px, 2.2vw, 27px); font-weight: 600; }
.criterion p { font-size: 14px; color: var(--muted); margin: 5px 0 0; line-height: 1.55; max-width: 56ch; }
.criterion .cr-track { height: 6px; border-radius: 99px; background: var(--ice); overflow: hidden; }
.criterion .cr-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--sky), var(--accent)); width: 0%; transition: width 1.1s cubic-bezier(0.22,1,0.36,1); }
.criterion .cr-pct { font-weight: 800; font-size: 19px; color: var(--accent); text-align: right; }
@media (max-width: 720px) {
  .criterion { grid-template-columns: 1fr 60px; }
  .criterion .cr-num, .criterion .cr-track { display: none; }
}

.scale-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(36px, 4vw, 52px); }
@media (max-width: 920px) { .scale-grid { grid-template-columns: repeat(2, 1fr); } }
.scale-card { border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; background: #fff; }
.scale-card.crown { background: var(--ink); color: #fff; border-color: var(--ink); }
.scale-card .sc-range { font-family: var(--font-display); font-size: 32px; font-weight: 600; }
.scale-card.crown .sc-range { color: var(--sky); }
.scale-card .sc-name { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; color: var(--accent); }
.scale-card.crown .sc-name { color: var(--sky); }
.scale-card p { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 10px 0 0; }
.scale-card.crown p { color: rgba(255,255,255,0.78); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 920px) { .principles { grid-template-columns: 1fr; } }
.principle { padding: 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.principle .pr-num { font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--accent); }
.principle h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; margin-top: 10px; }
.principle p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 8px 0 0; }

/* ---------- Plan page ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 920px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { position: relative; padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.step-card .st-num {
  width: 44px; height: 44px; border-radius: 99px; display: grid; place-items: center;
  background: var(--ice); color: var(--accent);
  font-family: var(--font-display); font-style: italic; font-size: 20px; font-weight: 600;
  margin-bottom: 16px;
}
.step-card h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; }
.step-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 8px 0 0; }

/* ---------- Nav active ---------- */
.nav-links a.active { background: var(--ice); color: var(--accent); }
.topnav.on-photo:not(.scrolled) .nav-links a.active { background: rgba(255,255,255,0.16); color: #fff; }

/* ============================================================
   SRFK extensions — editorial content components in the same
   Crown Editorial language (tables, prose, FAQ, callouts,
   photo grids, forms, winner box). Template layer only.
   ============================================================ */

/* ---------- Prose ---------- */
.prose { max-width: none; }
/* Body text keeps a readable measure; tables, media and cards fill the width. */
.prose > p, .prose > h2, .prose > h3, .prose > ul, .prose > ol { max-width: 80ch; }
/* Wide prose: lets index link directories span the full content width */
.prose.prose-wide { max-width: none; }
.prose.prose-wide > p { max-width: 76ch; }
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2px 28px;
  margin: 24px 0 6px;
  border-top: 1px solid var(--line);
}
.link-grid a {
  display: block;
  padding: 12px 4px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--accent);
  border-bottom: 1px solid var(--line);
}
.link-grid a:hover { text-decoration: underline; }
.prose p { font-size: 16.5px; line-height: 1.7; color: var(--ink); margin: 0 0 18px; }
.prose p.muted, .muted { color: var(--muted); }
.prose strong { color: var(--ink); }
.prose a { color: var(--accent); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 30px 0 10px; }
.section-head .page-sub { font-size: 16px; color: var(--muted); max-width: 80ch; margin: 16px 0 0; }

/* ---------- Verdict box (answer-first block) ---------- */
.verdict-card {
  border: 1px solid var(--ice-2); border-left: 4px solid var(--accent);
  background: var(--snow); border-radius: var(--r-md);
  padding: 26px 30px; margin: 6px 0 26px; max-width: none;
}
.verdict-card .v {
  font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.3; font-weight: 500; margin: 0 0 12px; color: var(--ink);
}
.verdict-card p { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.65; }
.suit-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
@media (max-width: 640px) { .suit-pair { grid-template-columns: 1fr; } }
.suit-pair .s { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px 16px; font-size: 14px; color: var(--muted); line-height: 1.55; }
.suit-pair .s b { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 5px; }

/* ---------- Data tables ---------- */
.tbl-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); margin: 24px 0; background: #fff; }
table.data-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 440px; }
table.data-table th, table.data-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data-table thead th { background: var(--snow); color: var(--ink); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
table.data-table tbody tr:last-child td { border-bottom: none; }
table.data-table tbody tr:hover td { background: var(--snow); }
table.data-table td.name, table.data-table td:first-child { font-weight: 700; color: var(--ink); }
table.data-table a { color: var(--accent); font-weight: 600; }
table.data-table a:hover { text-decoration: underline; }

/* ---------- Callout card (affiliate / booking blocks) ---------- */
.callout-card {
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  box-shadow: var(--shadow-sm); padding: 26px 28px; margin: 26px 0; max-width: none;
}
.callout-card h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
.callout-card p { font-size: 14.5px; color: var(--muted); margin: 0 0 14px; line-height: 1.6; }
.btn-line {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 11px; background: #fff;
  color: var(--ink); font-size: 13.5px; font-weight: 700; padding: 10px 18px; margin: 4px 8px 4px 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.btn-line:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line); margin-top: 10px; max-width: none; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: 14px; font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--ink); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+"; font-family: var(--font-body); font-weight: 700; color: var(--accent); flex: none; }
.faq-list details[open] summary::before { content: "\2212"; }
.faq-list details p { margin: 12px 0 2px 28px; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 72ch; }

/* ---------- Photo grid ---------- */
.shots-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0 6px; }
@media (max-width: 760px) { .shots-grid { grid-template-columns: 1fr; } }
.shots-grid figure { margin: 0; }
.shots-grid .ph { width: 100%; height: 300px; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-sm); background: linear-gradient(150deg, #44688a, #122c42); }
.shots-grid figcaption { font-size: 12.5px; color: var(--faint); padding: 9px 2px 0; }
.photo-credit { font-size: 12px; color: var(--faint); margin: 10px 0 0; }

/* ---------- Ranked picks (best-of / occasion long form) ---------- */
.pick-list { counter-reset: pick; border-top: 1px solid var(--line); margin-top: 8px; }
.pick-item { display: grid; grid-template-columns: 76px 1fr; gap: clamp(14px, 2.4vw, 30px); padding: 30px 0; border-bottom: 1px solid var(--line); }
@media (max-width: 600px) { .pick-item { grid-template-columns: 44px 1fr; } }
.pick-item .pk-num { font-family: var(--font-display); font-style: italic; font-size: clamp(30px, 3vw, 44px); color: var(--faint); line-height: 1; }
.pick-item:nth-child(-n+3) .pk-num { color: var(--accent); }
.pick-item h3 { font-family: var(--font-display); font-size: clamp(23px, 2.4vw, 30px); font-weight: 600; line-height: 1.08; margin: 0 0 6px; }
.pick-item h3 a:hover { color: var(--accent); }
.pick-item .pk-meta { font-size: 13px; font-weight: 700; color: var(--muted); margin: 0 0 10px; }
.pick-item p { font-size: 15.5px; line-height: 1.65; color: var(--muted); margin: 0 0 10px; max-width: 76ch; }
.pick-item p:last-child { margin-bottom: 0; }

/* ---------- Winner box (comparisons) ---------- */
.winner-card {
  background: var(--ink); color: #fff; border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 38px); margin: 8px 0 30px; max-width: none;
}
.winner-card h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin: 0 0 12px; }
.winner-card .w { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 30px); line-height: 1.3; font-weight: 500; margin: 0; }
.winner-card p { color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.65; margin: 14px 0 0; }

/* ---------- Side cards (aside on hubs / comparisons) ---------- */
.side-card { border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; padding: 22px 24px; margin-bottom: 18px; }
.side-card.navy { background: var(--ink); color: #fff; border-color: var(--ink); }
.side-card h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; }
.side-card.navy h4 { color: var(--sky); }
.side-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0 0 8px; }
.side-card.navy p { color: rgba(255,255,255,0.85); }
.side-card a { display: block; font-size: 14.5px; font-weight: 600; color: var(--accent); padding: 7px 0; }
.side-card a:hover { text-decoration: underline; }
.side-col { position: sticky; top: 100px; }

/* ---------- Nearby / related cards ---------- */
.near-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
@media (max-width: 820px) { .near-grid { grid-template-columns: 1fr; } }
.near-card {
  display: block; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  padding: 24px 26px; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.near-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--ice-2); }
.near-card h3 { font-family: var(--font-display); font-size: 23px; font-weight: 600; margin: 0 0 8px; }
.near-card p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }

/* ---------- Forms (lead + chalet quote, Formspree) ---------- */
.brief-card textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--snow); padding: 13px 14px; min-height: 100px; resize: vertical;
  font: 600 15px/1.4 var(--font-body); color: var(--ink); outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.brief-card textarea:focus { border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--ice-2); }

/* ---------- Meta separators (template-layer middots) ---------- */
.sep { display: inline-block; }
.sep::before { content: "\00B7"; color: currentColor; opacity: 0.6; }

/* ---------- Reviewed line ---------- */
.reviewed { font-size: 13px; color: var(--faint); margin: 26px 0 0; }

/* ---------- Collapse empty placeholders (no dead vertical space) ---------- */
.shots-grid:empty,
.page-head .crumbs:empty { display: none; margin: 0; padding: 0; }

/* ---------- Section eyebrow spacing inside prose sections ---------- */
.section .prose .kicker { margin-bottom: 6px; }
.section h2.sec-title {
  font-family: var(--font-display); font-size: clamp(21px, 1.9vw, 29px);
  line-height: 1.08; font-weight: 500; margin: 12px 0 18px; max-width: 24ch;
}
.section h2.sec-title em { font-style: italic; color: var(--accent); }

/* carried-over editorial helpers */
.prose a.aff { color: var(--accent); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--sky); }
.prose a.aff:hover { border-bottom-color: var(--accent); }
.data-table td.rk, .data-table .rk { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--accent); width: 42px; }
.gx { color: var(--accent); font-weight: 700; }
.kvs { color: var(--muted); }

/* tighter editorial rhythm: collapse stacked prose sections */
.section.tight { padding: clamp(40px, 5vw, 64px) 0; }
.section.tight + .section.tight { padding-top: 0; }

/* ---------- Destination gallery (hub index cards) ---------- */
.dest-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); margin: 8px 0 0; }
@media (max-width: 900px) { .dest-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dest-gallery { grid-template-columns: 1fr; } }
.dest-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--sky); }
.dest-card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: linear-gradient(150deg, #44688a, #122c42); }
.dest-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.dest-card:hover .dest-card-media img { transform: scale(1.05); }
.dest-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,20,33,0.62) 0%, rgba(8,20,33,0.08) 42%, rgba(8,20,33,0) 70%); }
.dest-card-name { position: absolute; left: 16px; bottom: 12px; z-index: 1; font-family: var(--font-display); font-weight: 600; font-size: clamp(19px, 1.9vw, 24px); line-height: 1.05; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,0.4); }
.dest-card-body { padding: 15px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.dest-card-verdict { font-size: 14.5px; line-height: 1.5; color: var(--muted); margin: 0; }
.dest-card-go { margin-top: auto; padding-top: 13px; font: 700 13px/1 var(--font-body); color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.dest-card-go svg { transition: transform 0.22s ease; }
.dest-card:hover .dest-card-go svg { transform: translateX(3px); }
.dest-group { margin: 38px 0 16px; }
.dest-group:first-of-type { margin-top: 8px; }
.dest-group h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(21px, 2vw, 28px); line-height: 1.08; margin: 0 0 4px; }
.dest-group p { margin: 0; color: var(--faint); font-size: 14px; }

/* single captioned hero image (full width) */
.shots-grid.solo { grid-template-columns: 1fr; }
.shots-grid.solo .ph { height: clamp(240px, 34vw, 420px); }

/* ---------- Guide cards (guides index themed sections) ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); margin: 18px 0 0; }
@media (max-width: 860px) { .guide-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .guide-grid { grid-template-columns: 1fr; } }
.guide-card { display: flex; flex-direction: column; padding: 22px 22px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); text-decoration: none; color: var(--ink); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--sky); }
.guide-card h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.14; margin: 0 0 8px; color: var(--ink); }
.guide-card:hover h3 { color: var(--accent); }
.guide-card p { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; }
.guide-card .gc-go { margin-top: auto; padding-top: 14px; font: 700 12.5px/1 var(--font-body); color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.guide-card .gc-go svg { transition: transform 0.2s ease; }
.guide-card:hover .gc-go svg { transform: translateX(3px); }
