:root {
  --paper: #191918;
  --paper-raised: #232321;
  --carbon: #f4f3ee;
  --muted-ink: #aaa9a1;
  --news-red: #cf4a4f;
  --link-blue: #78a5e8;
  --rule: #44443f;
}
html[data-theme="light"] {
  --paper: #f4f3ee;
  --paper-raised: #ebe9e2;
  --carbon: #111111;
  --muted-ink: #6b6b64;
  --news-red: #b42a2f;
  --link-blue: #285aa5;
  --rule: #cbc9c0;
}
.worth-it-page { background: var(--paper); color: var(--carbon); font-family: Arial, Helvetica, sans-serif; }
.worth-it-page .nav-shell { min-height: 56px; background: var(--paper); border-bottom-color: var(--rule); }
.worth-it-page .nav { min-height: 56px; }
.worth-it-page .brand, .worth-it-page .desktop-nav a, .worth-it-page .nav-audit, .worth-it-page .theme-toggle { font-family: Arial, Helvetica, sans-serif; }
.worth-it-page a { color: var(--link-blue); }
.worth-it-page .brand, .worth-it-page .footer a { color: var(--carbon); }
.column-head { padding-top: clamp(52px, 8vw, 94px); padding-bottom: 38px; border-bottom: 2px solid var(--carbon); }
.dateline { margin: 0 0 14px; color: var(--muted-ink); font-size: .86rem; }
.feed-stale .dateline { color: var(--news-red); font-weight: 700; }
.column-head h1 { max-width: 760px; margin: 0; font: 700 clamp(3.4rem, 8.7vw, 7.6rem)/.92 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.column-deck { max-width: 680px; margin: 24px 0 0; color: var(--muted-ink); font-size: 1.08rem; line-height: 1.55; }
.browse { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 21px; padding-bottom: 21px; border-bottom: 1px solid var(--rule); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px 20px; }
body.worth-it-page .filter { appearance: none; padding: 4px 0 3px; border: 0 !important; border-bottom: 1px solid transparent !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: var(--muted-ink); font: 700 .9rem/1.2 Arial, Helvetica, sans-serif; cursor: pointer; }
body.worth-it-page .filter:hover { color: var(--carbon); border-bottom-color: var(--carbon) !important; }
body.worth-it-page .filter.active { color: var(--carbon); border-bottom: 2px solid var(--news-red) !important; background: transparent !important; }
.trip-search { display: grid; grid-template-columns: auto minmax(180px, 260px); gap: 12px; align-items: center; color: var(--muted-ink); font-size: .84rem; }
.trip-search input { width: 100%; border: 1px solid var(--rule); border-radius: 0; background: transparent; color: var(--carbon); padding: 10px 11px; font: 1rem Arial, Helvetica, sans-serif; }
.trip-search input::placeholder { color: var(--muted-ink); opacity: .85; }
.shortlist { max-width: 980px; padding-top: 48px; padding-bottom: 62px; }
.list-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 18px; }
.list-heading h2 { margin: 0; font: 700 1.05rem Georgia, "Times New Roman", serif; }
.list-heading p { margin: 0; color: var(--muted-ink); font-size: .84rem; }
.featured-pick { position: relative; margin-left: 22px; border-top: 1px solid var(--carbon); border-bottom: 1px solid var(--rule); }
.featured-pick::before { content: ""; position: absolute; left: -22px; top: 14px; bottom: 10px; width: 3px; background: var(--news-red); transform: rotate(-.8deg); transform-origin: top; }
.lead-pick { padding: 34px 0 38px; }
.lead-verdict { margin: 0 0 12px; color: var(--news-red); font-weight: 700; font-size: .9rem; }
.lead-pick h3 { max-width: 820px; margin: 0; font: 700 clamp(2.05rem, 5vw, 4.25rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.lead-deck { max-width: 760px; margin: 18px 0 0; color: var(--muted-ink); font-size: 1.05rem; line-height: 1.58; }
.lead-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 26px; }
.lead-notes p { margin: 0; line-height: 1.5; }
.lead-notes strong { display: block; margin-bottom: 5px; font-size: .82rem; }
.facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 24px 0 0; padding: 15px 0 0; border-top: 1px solid var(--rule); color: var(--muted-ink); font-size: .88rem; }
.facts div { display: flex; gap: 7px; }
.facts dt { font-weight: 700; color: var(--carbon); }
.facts dd { margin: 0; }
.source-line { margin: 17px 0 0; color: var(--muted-ink); font-size: .84rem; line-height: 1.5; }
.source-line a { font-weight: 700; text-underline-offset: 3px; }
.editorial-list { border-bottom: 1px solid var(--carbon); }
.pick-row { position: relative; border-bottom: 1px solid var(--rule); }
.pick-row:last-child { border-bottom: 0; }
.pick-toggle { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 170px 160px 22px; gap: 20px; align-items: center; padding: 23px 0; border: 0; background: transparent; color: var(--carbon); text-align: left; cursor: pointer; }
.pick-title h3 { display: inline; margin: 0; font: 700 clamp(1.25rem, 2.6vw, 1.7rem)/1.15 Georgia, "Times New Roman", serif; }
.pick-title h3::after { content: ""; display: inline-block; width: 38px; height: 5px; margin-left: 9px; border-top: 2px solid var(--news-red); transform: rotate(-2deg) translateY(3px); }
.pick-title p { margin: 7px 0 0; color: var(--muted-ink); font-size: .91rem; line-height: 1.42; }
.row-verdict { color: var(--news-red); font-size: .86rem; font-weight: 700; }
.row-when { color: var(--muted-ink); font-size: .86rem; line-height: 1.4; }
.pick-plus { font-size: 1.35rem; font-weight: 400; }
.pick-toggle[aria-expanded="true"] .pick-plus { transform: rotate(45deg); }
.pick-detail { padding: 0 0 27px; }
.pick-detail[hidden] { display: none; }
.detail-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 780px; }
.detail-copy p { margin: 0; color: var(--muted-ink); line-height: 1.52; }
.detail-copy strong { color: var(--carbon); }
.show-more { margin-top: 24px; min-height: 44px; padding: 10px 16px; border: 1px solid var(--carbon); border-radius: 0; background: transparent; color: var(--carbon); font: 700 .92rem Arial, Helvetica, sans-serif; cursor: pointer; }
.show-more:hover { background: var(--carbon); color: var(--paper); }
.show-more[hidden] { display: none; }
.trip-empty { padding: 42px 0; border-bottom: 1px solid var(--carbon); }
.trip-empty strong, .trip-empty span { display: block; }
.trip-empty span { margin-top: 6px; color: var(--muted-ink); }
.editor-note { max-width: 980px; display: grid; grid-template-columns: 180px 1fr; gap: 36px; padding-top: 30px; padding-bottom: 86px; border-top: 1px solid var(--rule); }
.editor-note h2 { margin: 0; font: 700 1rem Georgia, "Times New Roman", serif; }
.editor-note p { max-width: 660px; margin: 0; color: var(--muted-ink); line-height: 1.55; }
.filter:focus-visible, .trip-search input:focus-visible, .pick-toggle:focus-visible, .show-more:focus-visible, .source-line a:focus-visible { outline: 3px solid var(--news-red); outline-offset: 4px; }
@media (max-width: 820px) {
  .browse { align-items: stretch; flex-direction: column; }
  .trip-search { grid-template-columns: auto 1fr; }
  .pick-toggle { grid-template-columns: minmax(0, 1fr) 138px 22px; }
  .row-when { display: none; }
}
@media (max-width: 620px) {
  .column-head { padding-top: 42px; }
  .column-head h1 { font-size: clamp(3.2rem, 16vw, 5.1rem); }
  .browse { padding-inline: 18px; }
  .shortlist { padding-top: 36px; }
  .featured-pick { margin-left: 14px; }
  .featured-pick::before { left: -14px; width: 2px; }
  .lead-notes, .detail-copy { grid-template-columns: 1fr; gap: 16px; }
  .pick-toggle { grid-template-columns: minmax(0, 1fr) 22px; gap: 12px; }
  .row-verdict { grid-column: 1; grid-row: 2; }
  .pick-plus { grid-column: 2; grid-row: 1 / 3; }
  .editor-note { grid-template-columns: 1fr; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { .pick-plus { transition: none; } }
