/**
 * Things To Do Landing — page-scoped styles
 *
 * All rules are scoped under `.ttd-page` (applied on <main id="main" class="ttd-page">)
 * so this stylesheet cannot collide with the global theme. Bare element selectors
 * (section, h1-h4, p, img, *) from the mockup have been prefixed accordingly.
 *
 * Source: /Users/tavarezme/Downloads/things-to-do-mockup.html <style> block.
 */

:root {
    --brand-orange:       #ff6b00;
    --brand-orange-dark:  #e25e00;
    --brand-orange-soft:  #fff4e8;
    --brand-orange-line:  rgba(255, 107, 0, 0.4);
    --brand-navy:         #1a2b48;
    --brand-navy-hover:   #122139;
    --text:               #2f2f2f;
    --text-soft:          #4b5563;
    --text-mute:          #6b7280;
    --paper:              #ffffff;
    --paper-soft:         #fafaf8;
    --paper-warm:         #fff8f0;
    --rule:               #e4e4e7;
    --rule-soft:          #f3f4f6;
    --rule-warm:          #ead8c2;
    --gold-rating:        #f5a524;
    --shadow-card:        0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px -12px rgba(15, 23, 42, 0.12);
    --shadow-lift:        0 2px 4px rgba(15, 23, 42, 0.06), 0 22px 48px -18px rgba(15, 23, 42, 0.25);
    --radius-md:          12px;
    --radius-lg:          16px;
    --radius-pill:        9999px;
    --ease-out:           cubic-bezier(0.16, 1, 0.3, 1);
}

.ttd-page,
.ttd-page *,
.ttd-page *::before,
.ttd-page *::after { box-sizing: border-box }

.ttd-page {
    background: var(--paper);
    color: var(--text);
    font: 16px/1.55 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.ttd-page img { max-width: 100%; height: auto; display: block }

.ttd-page :where(a, button, summary, .choice, .interest-card):focus { outline: none }
.ttd-page :where(a, button, summary):focus-visible {
    outline: 2px solid var(--brand-orange); outline-offset: 3px; border-radius: 4px;
}
.ttd-page .choice:focus-visible, .ttd-page .interest-card:focus-visible {
    outline: 2px solid var(--brand-orange); outline-offset: 3px; border-radius: var(--radius-lg);
}

/* Type */
.ttd-page h1, .ttd-page h2, .ttd-page h3, .ttd-page h4, .ttd-page .serif {
    font-family: 'Spectral', 'Iowan Old Style', 'Palatino', Georgia, serif;
    color: var(--text); letter-spacing: -0.012em; margin: 0;
}
.ttd-page h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 500; line-height: 1.05; letter-spacing: -0.024em }
.ttd-page h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 500; line-height: 1.12; letter-spacing: -0.018em }
.ttd-page h3 { font-size: clamp(19px, 2.1vw, 24px); font-weight: 600; line-height: 1.22; letter-spacing: -0.01em }
.ttd-page h4 { font-size: 16px; font-weight: 600; line-height: 1.3 }
.ttd-page em.accent { font-style: italic; font-family: 'Spectral', Georgia, serif; color: var(--brand-orange); font-weight: 500 }

.ttd-page .eyebrow {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--brand-orange);
    margin: 0 0 12px;
    display: inline-flex; align-items: center; gap: 12px;
}
.ttd-page .eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--brand-orange); display: inline-block }

.ttd-page .lede {
    font-family: 'Spectral', Georgia, serif;
    font-size: clamp(17px, 1.7vw, 20px); line-height: 1.5;
    color: var(--text-soft); font-weight: 400; max-width: 38em;
}
.ttd-page p { color: var(--text-soft); line-height: 1.65 }
.ttd-page p a {
    color: var(--brand-navy); text-decoration: underline;
    text-decoration-thickness: 1px; text-underline-offset: 3px;
    text-decoration-color: rgba(26, 43, 72, 0.3);
    transition: color .15s, text-decoration-color .15s;
}
.ttd-page p a:hover { text-decoration-color: var(--brand-orange); color: var(--brand-orange) }

/* Sticky jump nav — thin, assistive, not structural */
.ttd-page .jump-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    height: 40px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid var(--rule);
}
.ttd-page .jump-nav__inner {
    max-width: 1180px; margin: 0 auto;
    height: 100%;
    display: flex; align-items: center; gap: 22px;
    padding: 0 20px;
    font-size: 13px; font-weight: 500;
    overflow-x: auto;
    scrollbar-width: none;
}
.ttd-page .jump-nav__inner::-webkit-scrollbar { display: none }
.ttd-page .jump-nav__inner a {
    color: var(--text-soft); text-decoration: none;
    white-space: nowrap;
    padding: 4px 0;
    transition: color .15s;
}
.ttd-page .jump-nav__inner a:hover { color: var(--brand-orange) }
.ttd-page .jump-nav__inner a.is-active { color: var(--brand-orange); border-bottom: 2px solid var(--brand-orange) }

.ttd-page .wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px }

/* Anchor offset for sticky theme header + jump nav */
.ttd-page #picks, .ttd-page #compare, .ttd-page #combos, .ttd-page #top-ten,
.ttd-page #interest, .ttd-page #outside, .ttd-page #when, .ttd-page #map, .ttd-page #faq {
    scroll-margin-top: 120px;
}

/* HERO — compressed */
.ttd-page .hero { padding: 32px 0 28px }
.ttd-page .hero__top {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    font-size: 12px; color: var(--text-mute);
    font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 18px;
}
.ttd-page .hero__top a { color: var(--text-mute); text-decoration: none }
.ttd-page .hero__top a:hover { color: var(--brand-orange) }
.ttd-page .hero__top .sep { color: var(--rule) }
.ttd-page .hero__top strong { color: var(--text); font-weight: 600 }

.ttd-page .hero h1 { margin-bottom: 14px; max-width: 14ch; text-wrap: balance }
.ttd-page .hero .lede { margin-bottom: 22px; max-width: 36em }
.ttd-page .hero .lede em.accent { color: var(--brand-orange); font-weight: 500 }

.ttd-page .hero__row {
    display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px;
    margin-bottom: 24px;
}
.ttd-page .byline-mini {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--text-soft);
}
.ttd-page .byline-mini__avatars { display: inline-flex }
.ttd-page .byline-mini__avatars span {
    width: 26px; height: 26px; border-radius: 50%;
    background: linear-gradient(135deg, #ffd28a, #ff6b00);
    border: 2px solid var(--paper);
    margin-left: -6px;
    display: grid; place-items: center;
    font-family: 'Spectral', Georgia, serif; font-weight: 600;
    color: #fff; font-size: 11px;
}
.ttd-page .byline-mini__avatars span:first-child { margin-left: 0; background: linear-gradient(135deg, #1f5d72, #2a8aa6) }
.ttd-page .byline-mini__avatars span:nth-child(2) { background: linear-gradient(135deg, #c98c3c, #6f4818) }
.ttd-page .byline-mini a { color: var(--text); font-weight: 600; text-decoration: none; border-bottom: 1px dotted var(--rule) }
.ttd-page .byline-mini a:hover { color: var(--brand-orange); border-color: var(--brand-orange) }

.ttd-page .trust-mini {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--text);
}
.ttd-page .trust-mini .stars { color: var(--gold-rating); font-size: 14px; line-height: 1 }
.ttd-page .trust-mini strong {
    font-family: 'Spectral', Georgia, serif; font-size: 18px; font-weight: 600;
    line-height: 1; color: var(--text); letter-spacing: -0.02em;
}
.ttd-page .trust-mini__sub { color: var(--text-mute); font-size: 12px }

.ttd-page .metric-pills {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: 24px;
}
.ttd-page .metric-pill {
    font-size: 12px; font-weight: 600;
    color: var(--text); background: var(--paper-soft);
    border: 1px solid var(--rule);
    padding: 6px 12px; border-radius: var(--radius-pill);
    letter-spacing: 0.02em;
}
.ttd-page .metric-pill em {
    font-style: normal; color: var(--brand-orange); font-weight: 700;
}

.ttd-page .hero__cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--brand-orange); color: #fff;
    padding: 14px 26px; border-radius: var(--radius-pill);
    font-weight: 600; text-decoration: none; font-size: 15px;
    box-shadow: 0 6px 18px -6px rgba(255, 107, 0, 0.45);
    transition: background .2s, transform .2s, box-shadow .2s;
}
.ttd-page .hero__cta:hover {
    background: var(--brand-orange-dark); transform: translateY(-1px);
    box-shadow: 0 10px 22px -8px rgba(255, 107, 0, 0.55);
}
.ttd-page .hero__cta span { font-size: 18px; line-height: 1 }

/* QUICK PICK — utility section, immediate under hero */
.ttd-page .decide { padding: 32px 0 56px; border-top: 1px solid var(--rule) }
.ttd-page .decide__head {
    display: flex; align-items: end; justify-content: space-between;
    gap: 20px; margin-bottom: 22px;
}
.ttd-page .decide__head h2 { max-width: 18ch }
.ttd-page .decide__head p { color: var(--text-mute); font-size: 14px; margin: 0; max-width: 30ch }
.ttd-page .decide__grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px;
}
.ttd-page .choice {
    background: var(--paper); border: 1px solid var(--rule);
    border-radius: var(--radius-lg); padding: 18px 18px 16px;
    box-shadow: var(--shadow-card);
    display: flex; flex-direction: column;
    transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .15s;
    text-decoration: none; color: inherit;
    position: relative; overflow: hidden;
}
.ttd-page .choice::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--brand-orange);
    transform: scaleX(0); transform-origin: left;
    transition: transform .35s var(--ease-out);
}
.ttd-page .choice:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); border-color: var(--brand-orange-line) }
.ttd-page .choice:hover::before { transform: scaleX(1) }
.ttd-page .choice__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px }
.ttd-page .choice__icon {
    width: 28px; height: 28px; flex-shrink: 0;
    color: var(--brand-orange);
}
.ttd-page .choice__icon svg { width: 100%; height: 100% }
.ttd-page .choice__bestfor {
    font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--brand-orange);
}
.ttd-page .choice__pick {
    font-family: 'Spectral', Georgia, serif; font-size: 19px; font-weight: 600;
    color: var(--text); line-height: 1.22; margin-bottom: 12px; letter-spacing: -0.015em;
}
.ttd-page .choice__meta {
    display: flex; gap: 12px; margin-top: auto;
    font-size: 13px; color: var(--text-mute);
}
.ttd-page .choice__meta strong { color: var(--text); font-weight: 600 }
.ttd-page .choice__cta {
    margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--rule-soft);
    font-size: 13px; color: var(--brand-navy); font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
}
.ttd-page .choice__cta::after { content: "→"; color: var(--brand-orange); font-weight: 700 }
@media (max-width: 720px) {
    .ttd-page .decide__grid {
        display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 20px 20px; margin: 0 -20px;
        scrollbar-width: none;
    }
    .ttd-page .decide__grid::-webkit-scrollbar { display: none }
    .ttd-page .choice { flex: 0 0 78%; scroll-snap-align: start }
    .ttd-page .decide { padding: 28px 0 28px }
}

/* COMPARE TABLE — Wirecutter-dense, almost boring */
.ttd-page .compare { padding: 48px 0; border-top: 1px solid var(--rule); background: var(--paper-soft) }
.ttd-page .compare__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px }
.ttd-page .compare__head h2 { max-width: 18ch }
.ttd-page .compare__head p { color: var(--text-mute); font-size: 14px; margin: 0; max-width: 32ch }
.ttd-page .compare__table-wrap {
    overflow-x: auto; scrollbar-width: thin;
    border: 1px solid var(--rule); border-radius: var(--radius-md);
    background: var(--paper);
}
.ttd-page .compare table {
    width: 100%; border-collapse: collapse;
    font-size: 14px; min-width: 720px;
}
.ttd-page .compare th, .ttd-page .compare td { padding: 12px 16px; text-align: left; vertical-align: middle }
.ttd-page .compare thead th {
    font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-mute);
    border-bottom: 1.5px solid var(--rule);
    background: var(--paper-soft);
}
.ttd-page .compare tbody tr { border-bottom: 1px solid var(--rule-soft) }
.ttd-page .compare tbody tr:nth-child(even) { background: rgba(0,0,0,0.012) }
.ttd-page .compare tbody tr:last-child { border-bottom: none }
.ttd-page .compare tbody tr:hover { background: var(--brand-orange-soft) }
.ttd-page .compare__bestfor {
    font-weight: 600; color: var(--brand-navy);
    display: inline-flex; align-items: center; gap: 8px;
}
.ttd-page .compare__bestfor::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--brand-orange);
}
.ttd-page .compare__tour {
    font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 15px;
    color: var(--text); letter-spacing: -0.01em;
}
.ttd-page .compare__num {
    font-variant-numeric: tabular-nums;
    color: var(--text-soft);
}
.ttd-page .compare__price { font-weight: 600; color: var(--text) }
.ttd-page .compare__cta a {
    color: var(--brand-navy); font-weight: 600; text-decoration: none; font-size: 13px;
    display: inline-flex; align-items: center; gap: 4px;
}
.ttd-page .compare__cta a::after { content: "→"; color: var(--brand-orange); font-weight: 700 }
.ttd-page .compare__cta a:hover { color: var(--brand-orange) }
.ttd-page .compare__swipe {
    display: none; margin: -6px 0 10px;
    font-size: 12px; color: var(--text-mute);
    letter-spacing: 0.02em;
}
@media (max-width: 720px) { .ttd-page .compare__swipe { display: block } }

/* COMBOS — secondary commercial module */
.ttd-page .combos { padding: 40px 0; border-top: 1px solid var(--rule); background: var(--paper) }
.ttd-page .combos__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px }
.ttd-page .combos__head h2 { font-size: 22px; letter-spacing: -0.012em; max-width: 18ch }
.ttd-page .combos__head p { color: var(--text-mute); font-size: 13px; margin: 0; max-width: 30ch }
.ttd-page .combos__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px }
@media (max-width: 860px) {
    .ttd-page .combos__grid {
        display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 20px 20px; margin: 0 -20px;
        scrollbar-width: none;
    }
    .ttd-page .combos__grid::-webkit-scrollbar { display: none }
    .ttd-page .combo-card { flex: 0 0 70%; scroll-snap-align: start }
}
.ttd-page .combo-card {
    background: var(--paper); border: 1px solid var(--rule);
    border-radius: var(--radius-md); padding: 16px;
    text-decoration: none; color: inherit;
    display: flex; flex-direction: column; gap: 4px;
    transition: border-color .15s, transform .25s var(--ease-out);
    position: relative; overflow: hidden;
}
.ttd-page .combo-card::before {
    content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
    background: var(--brand-orange); opacity: 0; transition: opacity .15s;
}
.ttd-page .combo-card:hover { border-color: var(--brand-orange-line); transform: translateY(-2px) }
.ttd-page .combo-card:hover::before { opacity: 1 }
.ttd-page .combo-card__pair {
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--brand-orange); margin-bottom: 4px;
}
.ttd-page .combo-card__title {
    font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 16px;
    color: var(--text); line-height: 1.25; letter-spacing: -0.012em; margin-bottom: 4px;
}
.ttd-page .combo-card__meta { font-size: 12px; color: var(--text-mute); margin-top: auto; padding-top: 8px }
.ttd-page .combo-card__meta strong { color: var(--text); font-weight: 600 }

/* TOP 10 PICKS — editorial section */
.ttd-page section { padding: 72px 0 }
.ttd-page section.compact { padding: 48px 0 }
.ttd-page section .section-head { margin-bottom: 36px }
.ttd-page section .section-head h2 { max-width: 18ch }
.ttd-page section .section-head .eyebrow { margin-bottom: 14px }
.ttd-page section .section-head p { color: var(--text-mute); max-width: 40em; margin: 14px 0 0; font-size: 15px }

.ttd-page .picks { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule) }
.ttd-page .pick {
    display: grid; grid-template-columns: 88px 1fr 340px; gap: 32px;
    padding: 52px 0; border-bottom: 1px dashed var(--rule);
    align-items: start; position: relative;
}
.ttd-page .pick:last-of-type { border-bottom: none }
.ttd-page .pick:nth-of-type(even) { grid-template-columns: 340px 1fr 88px }
.ttd-page .pick:nth-of-type(even) .pick__image { order: 1 }
.ttd-page .pick:nth-of-type(even) .pick__body  { order: 2 }
.ttd-page .pick:nth-of-type(even) .pick__num   { order: 3; text-align: right }
.ttd-page .pick__num {
    font-family: 'Spectral', Georgia, serif;
    font-size: clamp(72px, 9vw, 110px);
    font-weight: 400; line-height: 0.88;
    color: var(--brand-orange);
    letter-spacing: -0.05em; align-self: start; opacity: 0.92;
}
.ttd-page .pick:first-of-type .pick__num {
    font-size: clamp(110px, 14vw, 180px); font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 2px var(--brand-orange);
    margin-top: -10px;
}
.ttd-page .pick__body h3 { margin-bottom: 8px }
.ttd-page .pick__bestfor {
    font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--brand-orange); margin-bottom: 10px; display: block;
}
.ttd-page .pick__facts {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
    margin: 10px 0 16px;
    padding: 12px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.ttd-page .pick__facts dt {
    font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
    text-transform: uppercase; color: var(--text-mute); margin: 0;
}
.ttd-page .pick__facts dd { margin: 3px 0 0; font-size: 13.5px; font-weight: 600; color: var(--text) }
@media (max-width: 540px) { .ttd-page .pick__facts { grid-template-columns: repeat(2, 1fr); gap: 12px 16px } }
.ttd-page .pick__body p { margin: 0 0 14px; font-size: 16px; color: var(--text-soft) }
.ttd-page .pick__skip-inline {
    display: inline-flex; align-items: baseline; gap: 8px;
    font-family: 'Spectral', Georgia, serif; font-style: italic;
    font-size: 14px; color: var(--text-soft); line-height: 1.45;
    background: rgba(255, 107, 0, 0.06);
    border-left: 2px solid var(--brand-orange);
    padding: 8px 12px; margin: 0 0 16px;
}
.ttd-page .pick__skip-inline strong {
    font-style: normal; font-family: 'Poppins', sans-serif;
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text);
    white-space: nowrap;
}
.ttd-page .pick__cta {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--brand-navy); font-weight: 600; text-decoration: none; font-size: 15px;
    padding-bottom: 3px; border-bottom: 1.5px solid var(--brand-navy);
    transition: color .15s, border-color .15s;
}
.ttd-page .pick__cta::after { content: "→"; color: var(--brand-orange); font-weight: 700; transition: transform .25s }
.ttd-page .pick__cta:hover { color: var(--brand-orange); border-color: var(--brand-orange) }
.ttd-page .pick__cta:hover::after { transform: translateX(3px) }

.ttd-page .pick__image {
    aspect-ratio: 4 / 3; background: var(--rule-soft);
    border-radius: var(--radius-lg); overflow: hidden;
    position: relative; box-shadow: var(--shadow-card);
}
.ttd-page .pick__image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 6s var(--ease-out);
}
.ttd-page .pick:hover .pick__image img { transform: scale(1.04) }
.ttd-page .pick__image::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.45) 100%);
}
.ttd-page .pick__image-label {
    position: absolute; bottom: 14px; left: 14px;
    background: rgba(255, 255, 255, 0.96); color: var(--text);
    font-size: 12px; font-weight: 600;
    padding: 5px 11px; border-radius: var(--radius-pill); z-index: 2;
}

.ttd-page .margin-note {
    position: absolute; top: 64px; width: 170px;
    font-family: 'Spectral', Georgia, serif; font-style: italic;
    font-size: 13px; line-height: 1.5; color: var(--text-mute);
}
.ttd-page .margin-note small {
    display: block; margin-top: 6px;
    font-style: normal; font-family: 'Poppins', sans-serif;
    font-size: 10px; font-weight: 600; color: var(--text-mute);
    letter-spacing: 0.12em; text-transform: uppercase;
}
.ttd-page .pick:nth-of-type(odd) .margin-note  { left: -210px; text-align: right; padding-right: 16px; border-right: 1px solid var(--brand-orange) }
.ttd-page .pick:nth-of-type(even) .margin-note { right: -210px; text-align: left;  padding-left:  16px; border-left:  1px solid var(--brand-orange) }
@media (max-width: 1360px) { .ttd-page .margin-note { display: none } }

@media (max-width: 860px) {
    .ttd-page .pick { grid-template-columns: 56px 1fr; gap: 16px; padding: 36px 0 }
    .ttd-page .pick:nth-of-type(even) { grid-template-columns: 56px 1fr }
    .ttd-page .pick:nth-of-type(even) .pick__image,
    .ttd-page .pick:nth-of-type(even) .pick__body,
    .ttd-page .pick:nth-of-type(even) .pick__num { order: unset }
    .ttd-page .pick:nth-of-type(even) .pick__num { text-align: left }
    .ttd-page .pick__num { font-size: 58px !important; line-height: 0.9 }
    .ttd-page .pick:first-of-type .pick__num { font-size: 82px !important }
    .ttd-page .pick__image { grid-column: 1 / -1; aspect-ratio: 16 / 10; margin-top: 12px }
}

@supports (animation-timeline: view()) {
    .ttd-page .pick {
        animation: ttd-pickReveal linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 50%;
    }
    @keyframes ttd-pickReveal {
        from { opacity: 0; transform: translateY(28px) }
        to   { opacity: 1; transform: translateY(0) }
    }
    @media (prefers-reduced-motion: reduce) { .ttd-page .pick { animation: none } }
}

/* Compact variant — picks 4–10. Tighter padding, smaller image, no skip-if. */
.ttd-page .pick--compact {
    grid-template-columns: 64px 1fr 240px;
    gap: 24px;
    padding: 28px 0;
}
.ttd-page .pick--compact:nth-of-type(even) {
    grid-template-columns: 240px 1fr 64px;
}
.ttd-page .pick--compact .pick__num {
    font-size: clamp(48px, 5.5vw, 72px);
    font-weight: 400;
    line-height: 0.9;
    -webkit-text-stroke: 0;
}
.ttd-page .pick--compact .pick__bestfor { margin-bottom: 6px }
.ttd-page .pick--compact .pick__body h3 { font-size: 19px; margin-bottom: 6px }
.ttd-page .pick--compact .pick__facts {
    display: flex; flex-wrap: wrap; gap: 8px 16px;
    padding: 8px 0; margin: 4px 0 10px;
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
}
.ttd-page .pick--compact .pick__facts > div {
    display: inline-flex; gap: 6px; align-items: baseline;
}
.ttd-page .pick--compact .pick__facts dt {
    font-size: 10px; letter-spacing: 0.06em;
}
.ttd-page .pick--compact .pick__facts dd {
    font-size: 12.5px; margin: 0;
}
.ttd-page .pick--compact .pick__body p {
    font-size: 14.5px; line-height: 1.55; margin: 0 0 10px;
}
.ttd-page .pick--compact .pick__cta { font-size: 14px }
.ttd-page .pick--compact .pick__image { aspect-ratio: 16 / 10 }
.ttd-page .pick--compact .pick__image-label {
    bottom: 8px; left: 8px;
    font-size: 11px; padding: 3px 9px;
}
@media (max-width: 860px) {
    .ttd-page .pick--compact, .ttd-page .pick--compact:nth-of-type(even) {
        grid-template-columns: 48px 1fr;
        padding: 24px 0;
    }
    .ttd-page .pick--compact .pick__num { font-size: 44px !important }
}


/* ANGLE — Editorial / navy band */
.ttd-page .angle { background: var(--brand-navy); color: #fff; padding: 80px 0 }
.ttd-page .angle__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center }
@media (max-width: 860px) { .ttd-page .angle__grid { grid-template-columns: 1fr; gap: 32px } }
.ttd-page .angle h2 { color: #fff; max-width: 16ch; margin-bottom: 18px }
.ttd-page .angle p { color: rgba(255,255,255,0.78); font-size: 16px; max-width: 38em }
.ttd-page .angle p + p { margin-top: 12px }
.ttd-page .angle .eyebrow { color: var(--brand-orange) }
.ttd-page .angle .eyebrow::before { background: var(--brand-orange) }
.ttd-page .angle__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px }
.ttd-page .angle__stat {
    padding: 18px 20px; border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}
.ttd-page .angle__stat-big {
    font-family: 'Spectral', Georgia, serif;
    font-size: 32px; font-weight: 500; color: #fff;
    letter-spacing: -0.025em; line-height: 1; margin-bottom: 8px;
}
.ttd-page .angle__stat-big em { font-style: italic; color: var(--brand-orange); font-weight: 500 }
.ttd-page .angle__stat-label { font-size: 12.5px; color: rgba(255,255,255,0.6); line-height: 1.4 }
.ttd-page .angle a.angle__cta {
    color: #fff; font-weight: 600; text-decoration: none;
    border-bottom: 1.5px solid #fff; padding-bottom: 3px;
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 22px;
}
.ttd-page .angle a.angle__cta::after { content: "→"; color: var(--brand-orange); font-weight: 700 }
.ttd-page .angle a.angle__cta:hover { color: var(--brand-orange); border-color: var(--brand-orange) }

/* BY INTEREST — tightened */
.ttd-page .interests__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
@media (max-width: 1024px) { .ttd-page .interests__grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 540px)  { .ttd-page .interests__grid { grid-template-columns: 1fr } }
.ttd-page .interest-card {
    display: flex; flex-direction: column;
    background: var(--paper); border: 1px solid var(--rule);
    border-radius: var(--radius-lg); overflow: hidden;
    text-decoration: none; color: inherit;
    box-shadow: var(--shadow-card);
    transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .15s;
}
.ttd-page .interest-card:hover {
    transform: translateY(-2px); box-shadow: var(--shadow-lift);
    border-color: var(--brand-orange-line);
}
.ttd-page .interest-card__image { aspect-ratio: 5 / 3; position: relative; overflow: hidden; background: var(--rule-soft) }
.ttd-page .interest-card__image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 6s var(--ease-out);
}
.ttd-page .interest-card:hover .interest-card__image img { transform: scale(1.05) }
.ttd-page .interest-card__image::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, transparent 50%, rgba(15,23,42,0.3));
}
.ttd-page .interest-card__icon {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    width: 32px; height: 32px; border-radius: 50%;
    display: grid; place-items: center;
    font-size: 16px; line-height: 1;
}
.ttd-page .interest-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1 }
.ttd-page .interest-card__body h3 { font-size: 17px; margin: 0; letter-spacing: -0.012em }
.ttd-page .interest-card__body p  { font-size: 13.5px; color: var(--text-soft); margin: 0; line-height: 1.45 }
.ttd-page .interest-card__more {
    margin-top: auto; padding-top: 10px;
    color: var(--brand-navy); font-size: 12.5px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
}
.ttd-page .interest-card__more::after { content: "→"; color: var(--brand-orange); font-weight: 700 }

/* FEATURE — Editorial / "outside the resort" */
.ttd-page .feature { background: linear-gradient(135deg, var(--paper-warm) 0%, #ffeed7 100%) }
.ttd-page .feature__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center }
@media (max-width: 860px) { .ttd-page .feature__grid { grid-template-columns: 1fr; gap: 32px } }
.ttd-page .feature__copy h2 { font-size: clamp(26px, 3.6vw, 40px); margin-bottom: 14px }
.ttd-page .feature__list { margin: 18px 0; padding: 0; list-style: none }
.ttd-page .feature__list li {
    padding: 14px 0; border-bottom: 1px dashed var(--rule-warm);
    display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: center;
}
.ttd-page .feature__list li:last-child { border-bottom: none }
.ttd-page .feature__list .n {
    width: 28px; height: 28px; border-radius: var(--radius-pill);
    background: var(--text); color: #fff;
    display: grid; place-items: center;
    font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 13px;
}
.ttd-page .feature__list strong { color: var(--text); font-weight: 600; font-size: 15px }
.ttd-page .feature__list small { color: var(--text-mute); font-size: 12.5px; margin-left: 4px }
.ttd-page .feature__list em {
    color: var(--brand-orange); font-style: normal; font-weight: 600; font-size: 11px;
    text-transform: uppercase; letter-spacing: 0.08em;
}
.ttd-page .feature__list a {
    color: inherit; text-decoration: none;
    border-bottom: 1px solid rgba(26, 43, 72, 0.25);
    transition: color .15s, border-color .15s;
}
.ttd-page .feature__list a:hover { color: var(--brand-orange); border-color: var(--brand-orange) }
.ttd-page .feature__image {
    aspect-ratio: 4 / 5; background: #c5d6dc;
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-lift);
}
.ttd-page .feature__image img { width: 100%; height: 100%; object-fit: cover }

/* WHEN — utility section */
.ttd-page .when { padding: 48px 0; border-top: 1px solid var(--rule) }
.ttd-page .when__months {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin-top: 20px;
}
@media (max-width: 720px) { .ttd-page .when__months { grid-template-columns: repeat(2, 1fr) } }
.ttd-page .month {
    border: 1px solid var(--rule); border-radius: var(--radius-md);
    padding: 14px 16px; background: var(--paper);
    box-shadow: var(--shadow-card);
}
.ttd-page .month__label {
    font-size: 10px; font-weight: 700; color: var(--brand-orange);
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px;
}
.ttd-page .month__range {
    font-family: 'Spectral', Georgia, serif;
    font-size: 19px; font-weight: 600; color: var(--text);
    letter-spacing: -0.015em; margin-bottom: 8px;
}
.ttd-page .month p { margin: 0; font-size: 13px; color: var(--text-soft); line-height: 1.5 }

/* MAP + ZONES — utility section */
.ttd-page .zones { padding: 48px 0; border-top: 1px solid var(--rule); background: var(--paper-soft) }
.ttd-page .zone-map {
    margin-top: 18px;
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    padding: 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
}
@media (max-width: 860px) { .ttd-page .zone-map { grid-template-columns: 1fr } }
.ttd-page .zone-map svg { width: 100%; height: auto; display: block }
.ttd-page .zone-map .pin {
    cursor: pointer;
    transition: r .15s, transform .15s;
    transform-origin: center;
    transform-box: fill-box;
}
.ttd-page .zone-map a:hover .pin { r: 9 }
.ttd-page .zone-map a:focus-visible { outline: none }
.ttd-page .zone-map a:focus-visible .pin { stroke: var(--brand-navy); stroke-width: 3 }

.ttd-page .zone-map__list { margin: 0; padding: 0; list-style: none }
.ttd-page .zone-map__list li {
    padding: 10px 0; display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start;
    border-bottom: 1px dashed var(--rule);
}
.ttd-page .zone-map__list li:last-child { border-bottom: none }
.ttd-page .zone-map__pin {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--brand-orange);
    border: 2px solid #fff; box-shadow: 0 0 0 1px var(--brand-orange);
    margin-top: 5px;
}
.ttd-page .zone-map__name { font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 16px; color: var(--text); display: block }
.ttd-page .zone-map__desc { font-size: 13px; color: var(--text-soft); line-height: 1.5 }

.ttd-page .areas__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px }
@media (max-width: 860px) {
    .ttd-page .areas__grid {
        display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
        gap: 12px; padding: 0 20px 20px; margin: 24px -20px 0;
        scrollbar-width: none;
    }
    .ttd-page .areas__grid::-webkit-scrollbar { display: none }
    .ttd-page .area { flex: 0 0 72%; scroll-snap-align: start }
}
.ttd-page .area {
    background: var(--paper); border: 1px solid var(--rule);
    border-radius: var(--radius-md); padding: 16px 18px;
    box-shadow: var(--shadow-card); transition: border-color .15s;
    scroll-margin-top: 120px;
}
.ttd-page .area:target { border-color: var(--brand-orange); animation: ttd-zonePulse 1.2s ease-out }
@keyframes ttd-zonePulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.4) }
    100% { box-shadow: 0 0 0 12px rgba(255, 107, 0, 0) }
}
.ttd-page .area:hover { border-color: var(--brand-orange-line) }
.ttd-page .area h3 { font-size: 17px; margin-bottom: 4px }
.ttd-page .area p  { font-size: 13px; margin: 6px 0 10px; color: var(--text-soft) }
.ttd-page .area__meta { font-size: 11px; color: var(--text-mute); letter-spacing: 0.02em }
.ttd-page .area a {
    color: var(--brand-navy); font-weight: 600; text-decoration: none; font-size: 13px;
    display: inline-flex; align-items: center; gap: 6px;
}
.ttd-page .area a::after { content: "→"; color: var(--brand-orange); font-weight: 700 }
.ttd-page .area a:hover { color: var(--brand-orange) }

/* THINGS TO KNOW + FAQ — utility */
.ttd-page .know { padding: 48px 0; border-top: 1px solid var(--rule) }
.ttd-page .know__grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 48px;
    max-width: 980px;
}
@media (max-width: 720px) { .ttd-page .know__grid { grid-template-columns: 1fr; gap: 18px } }
.ttd-page .know__item h3 { font-size: 17px; margin-bottom: 8px; color: var(--text); letter-spacing: -0.012em }
.ttd-page .know__item p { font-size: 14.5px; line-height: 1.55; margin: 0 }

.ttd-page .faq { padding: 48px 0; border-top: 1px solid var(--rule); background: var(--paper-soft) }
.ttd-page .faq__list { max-width: 780px }
.ttd-page .faq__item { border-bottom: 1px solid var(--rule); padding: 18px 0 }
.ttd-page .faq__item summary {
    cursor: pointer; list-style: none;
    font-family: 'Spectral', Georgia, serif;
    font-size: 18px; font-weight: 600; color: var(--text); letter-spacing: -0.015em;
    display: flex; justify-content: space-between; gap: 16px; align-items: start;
}
.ttd-page .faq__item summary::-webkit-details-marker { display: none }
.ttd-page .faq__item summary::after {
    content: "+"; color: var(--brand-orange);
    font-size: 22px; font-weight: 400; line-height: 0.8;
    transition: transform .2s;
}
.ttd-page .faq__item[open] summary::after { content: "–" }
.ttd-page .faq__item div { padding-top: 10px; max-width: 64ch; font-size: 14.5px }

/* RELATED guides */
.ttd-page .related { padding: 48px 0; border-top: 1px solid var(--rule) }
.ttd-page .related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px }
@media (max-width: 860px) { .ttd-page .related__grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 480px) { .ttd-page .related__grid { grid-template-columns: 1fr } }
.ttd-page .related-card {
    background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius-md);
    padding: 16px 18px 14px; text-decoration: none; color: inherit;
    transition: border-color .15s, transform .25s var(--ease-out);
}
.ttd-page .related-card:hover { border-color: var(--brand-orange-line); transform: translateY(-2px) }
.ttd-page .related-card__type {
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--brand-orange); margin-bottom: 6px;
}
.ttd-page .related-card h3 { font-size: 16px; margin-bottom: 4px; letter-spacing: -0.01em }
.ttd-page .related-card p { font-size: 13px; color: var(--text-soft); margin: 0 }

/* FINAL CTA */
.ttd-page .final-cta {
    background: var(--brand-navy); color: #fff;
    text-align: center; padding: 80px 20px;
    position: relative; overflow: hidden;
}
.ttd-page .final-cta::before, .ttd-page .final-cta::after {
    content: ""; position: absolute; pointer-events: none;
    width: 600px; height: 600px; border-radius: 50%;
    filter: blur(120px); opacity: 0.18;
}
.ttd-page .final-cta::before { background: var(--brand-orange); top: -200px; left: -200px }
.ttd-page .final-cta::after  { background: #2a8aa6; bottom: -200px; right: -200px; opacity: 0.12 }
.ttd-page .final-cta__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto }
.ttd-page .final-cta .eyebrow { color: var(--brand-orange) }
.ttd-page .final-cta .eyebrow::before { background: var(--brand-orange) }
.ttd-page .final-cta h2 {
    color: #fff; margin: 0 auto 14px; max-width: 18ch;
    font-size: clamp(30px, 4.2vw, 46px); font-weight: 500;
}
.ttd-page .final-cta h2 em.accent { color: var(--brand-orange); font-style: italic; font-weight: 500 }
.ttd-page .final-cta p { color: rgba(255, 255, 255, 0.72); max-width: 32em; margin: 0 auto 28px; font-size: 15px }
.ttd-page .final-cta a.btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--brand-orange); color: #fff;
    padding: 16px 32px; border-radius: var(--radius-pill);
    font-weight: 700; text-decoration: none; font-size: 16px;
    box-shadow: 0 10px 28px -6px rgba(255, 107, 0, 0.55);
    transition: transform .2s, background .2s;
}
.ttd-page .final-cta a.btn:hover { transform: translateY(-2px); background: var(--brand-orange-dark) }
.ttd-page .final-cta__credentials {
    margin-top: 36px;
    display: inline-flex; gap: 24px; flex-wrap: wrap; justify-content: center;
    font-size: 11px; color: rgba(255,255,255,0.55);
    letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
}
.ttd-page .final-cta__credentials span:not(:last-child) { position: relative; padding-right: 24px }
.ttd-page .final-cta__credentials span:not(:last-child)::after {
    content: ""; position: absolute; right: 0; top: 50%;
    width: 1px; height: 11px; transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
}
