/* [ORLANDO 2026-09-05] Shared styles for the Orlando park guide pages. Builds on
   theme.css tokens + travel-kit.css chrome; only the park-specific pieces live here. */
.pk-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.pk-hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pk-hero .scrim { position: absolute; inset: 0; background:
  linear-gradient(180deg, color-mix(in srgb, var(--surface) 62%, transparent) 0%, color-mix(in srgb, var(--surface) 40%, transparent) 45%, color-mix(in srgb, var(--surface) 88%, transparent) 88%, var(--surface) 100%),
  linear-gradient(90deg, color-mix(in srgb, var(--surface) 78%, transparent) 0%, color-mix(in srgb, var(--surface) 28%, transparent) 70%, transparent 100%); }
.pk-hero .inner { position: relative; padding: 140px 0 64px; }
.pk-crumb { font-size: .78rem; letter-spacing: .04em; color: var(--muted); margin-bottom: 16px; }
.pk-crumb a { color: var(--muted); text-decoration: none; } .pk-crumb a:hover { color: var(--brand); }
.pk-eyebrow { font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); }
.pk-hero h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.04; margin: .18em 0 .3em; max-width: 18ch; }
.pk-hero .lede { font-size: 1.12rem; line-height: 1.6; color: var(--text); max-width: 60ch; opacity: .95; }
.pk-stats { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; }
.pk-stats .st { display: flex; flex-direction: column; }
.pk-stats .st b { font-size: 1.25rem; font-family: 'Playfair Display', Georgia, serif; }
.pk-stats .st span { font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

.pk-sec { padding: 64px 0; border-bottom: 1px solid color-mix(in srgb, var(--border) 60%, transparent); }
.pk-sec.tight { padding: 46px 0; }
.pk-h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.12; margin: 0 0 .3em; }
.pk-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 74ch; margin: 0 0 30px; }
.pk-prose { max-width: 74ch; }
.pk-prose p { color: color-mix(in srgb, var(--text) 88%, transparent); line-height: 1.8; margin: 0 0 18px; font-size: 1.02rem; }
.pk-prose strong { color: var(--text); }

.pk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.pk-card { background: var(--bg); border: 1px solid var(--border); border-radius: 18px; padding: 24px 24px 26px; }
.pk-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.24rem; margin: 0 0 4px; }
.pk-card .tag { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--brand); }
.pk-card p { color: var(--muted); font-size: .93rem; line-height: 1.66; margin: 10px 0 0; }
.pk-card ul { margin: 12px 0 0; padding: 0; list-style: none; }
.pk-card ul li { color: color-mix(in srgb, var(--text) 86%, transparent); font-size: .93rem; line-height: 1.55; padding: 5px 0 5px 20px; position: relative; }
.pk-card ul li::before { content: "▸"; color: var(--brand); position: absolute; left: 0; top: 5px; font-size: .8rem; }

.pk-events { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.pk-event { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 22px; border-left: 3px solid var(--brand); }
.pk-event h3 { font-size: 1.1rem; margin: 0 0 6px; }
.pk-event .when { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--brand); background: color-mix(in srgb, var(--brand) 12%, transparent); padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; }
.pk-event p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }

/* live widget */
.pk-live { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.pl-park { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; }
.pl-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.pl-top h3 { font-size: 1rem; margin: 0; font-family: inherit; }
.pl-hrs { font-size: .82rem; font-weight: 700; color: var(--brand); white-space: nowrap; }
.pl-hrs.pl-closed { color: var(--muted); font-weight: 500; }
.pl-waits { list-style: none; margin: 0; padding: 0; }
.pl-waits li { display: flex; justify-content: space-between; gap: 10px; font-size: .84rem; padding: 4px 0; border-top: 1px dashed color-mix(in srgb, var(--border) 70%, transparent); color: color-mix(in srgb, var(--text) 84%, transparent); }
.pl-waits li b { color: var(--text); white-space: nowrap; }
.pl-none { color: var(--muted); font-size: .82rem; margin: 4px 0 0; }
.pk-live-note { color: var(--muted); font-size: .78rem; margin-top: 14px; }

/* planning strip + jump nav + park cards on hub */
.pk-plan { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.pk-plan .box { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 22px; }
.pk-plan .box b { display: block; font-size: 1.05rem; margin-bottom: 6px; }
.pk-plan .box p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }
.pk-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pk-jump a { font-size: .86rem; padding: 8px 16px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); text-decoration: none; background: var(--bg); }
.pk-jump a:hover { border-color: var(--brand); color: var(--brand); }

.pk-parkcard { display: block; text-decoration: none; color: inherit; background: var(--bg); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; transition: transform .2s, border-color .2s; }
.pk-parkcard:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--brand) 45%, var(--border)); }
.pk-parkcard .ph { aspect-ratio: 16/10; overflow: hidden; background: color-mix(in srgb, var(--text) 6%, transparent); }
.pk-parkcard .ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.pk-parkcard:hover .ph img { transform: scale(1.04); }
.pk-parkcard .body { padding: 26px 26px 28px; }
.pk-parkcard .tag { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--brand); }
.pk-parkcard h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; margin: 8px 0 8px; }
.pk-parkcard p { color: var(--muted); font-size: .95rem; line-height: 1.65; margin: 0 0 14px; }
.pk-parkcard .go { color: var(--brand); font-weight: 700; font-size: .9rem; }

/* CTA band reused from home (.cta-band) — advisor call-to-action */
.pk-cta { background: var(--bg); border: 1px solid var(--border); border-radius: 22px; padding: 40px; display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
.pk-cta img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex: 0 0 96px; }
.pk-cta .txt { flex: 1; min-width: 260px; }
.pk-cta h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; margin: 0 0 8px; }
.pk-cta p { color: var(--muted); line-height: 1.65; margin: 0 0 18px; max-width: 60ch; }

.pk-faq .faq-item { border-bottom: 1px solid var(--border); }
.pk-faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 700; font-size: 1.04rem; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pk-faq summary::-webkit-details-marker { display: none; }
.pk-faq summary::after { content: "+"; color: var(--brand); font-size: 1.3rem; }
.pk-faq [open] summary::after { content: "–"; }
.pk-faq .faq-item p { color: var(--muted); line-height: 1.78; margin: 0 0 22px; max-width: 74ch; }

/* Site footer (.ta-foot) — the home defines these inline; the Orlando pages load
   only the shared stylesheets, so the rules live here too. */
.ta-foot { border-top: 1px solid var(--border); background: var(--bg); padding: 60px 0 34px; margin-top: 20px; }
.ta-foot .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
@media (max-width: 820px) { .ta-foot .cols { grid-template-columns: 1fr; gap: 28px; } }
.ta-foot a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.ta-foot a:hover { color: var(--text); }
.ta-foot .legal { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: .8rem; }
