/* Parking guides share the homepage's Nightfall tokens and font families. */
.pk { --pk-bg: #1c1a2d; --pk-surface: #27233b; --pk-muted: #c0b9cd; --pk-line: #443d55; --pk-gold: #efd386; --pk-ease: cubic-bezier(.22,1,.36,1); color: var(--ink); overflow: clip; }
.pk [hidden] { display: none !important; }
.pk h1,.pk h2,.pk h3 { text-wrap: balance; }
.pk p { text-wrap: pretty; }
.pk a { text-underline-offset: .23em; }
.pk button,.pk select { font: inherit; }
.pk-hero { min-height: 725px; position: relative; isolation: isolate; background: var(--pk-bg); }
.pk-hero-art { position: absolute; inset: 0 0 0 40%; z-index: -2; overflow: hidden; }
.pk-hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 58% 43%; }
.pk-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,var(--pk-bg) 0%,#1c1a2dcc 14%,#1c1a2d05 47%),linear-gradient(0deg,var(--pk-bg),transparent 25%,#1c1a2d12 70%,#1c1a2d70); }
.pk-stardust { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.pk-stardust canvas { width: 100%; height: 100%; display: block; }
.pk-hero-inner { min-height: inherit; padding-top: 24px; padding-bottom: 28px; display: flex; flex-direction: column; }
.pk-breadcrumb { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--pk-muted); }
.pk-breadcrumb a { color: var(--pk-muted); }
.pk-hero-copy { padding-top: 58px; padding-bottom: 46px; max-width: 640px; }
.pk-eyebrow { color: var(--pk-gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 24px; }
.pk-hero h1 { font-size: clamp(48px,6.1vw,82px); line-height: 1.02; letter-spacing: -.04em; font-weight: 800; }
.pk-hero h1 span { color: var(--pk-gold); }
.pk-hero-deck { font-family: var(--display); font-size: clamp(22px,2.2vw,28px); line-height: 1.25; margin-top: 24px; letter-spacing: -.02em; }
.pk-hero-answer { max-width: 46ch; margin-top: 18px; font-size: 17px; line-height: 1.65; color: #d6cedc; }
.pk-hero-answer strong { color: var(--pk-gold); }
.pk-hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.pk-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 13px 22px; border-radius: 7px; border: 0; background: var(--pk-gold); color: #292237; font-weight: 800; font-size: 15px; text-decoration: none; cursor: pointer; transition: transform .25s var(--pk-ease),background .25s; }
.pk-button:hover { color: #292237; background: #ffe3a1; transform: translateY(-3px); text-decoration: none; }
.pk-button:active { transform: translateY(0) scale(.98); }
.pk-text-link { color: var(--ink); font-size: 15px; font-weight: 700; display: inline-flex; gap: 8px; align-items: center; min-height: 44px; }
.pk-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: auto; color: var(--pk-muted); font-size: 12px; align-items: center; }
.pk-hero-arrival { position: absolute; right: 32px; bottom: 92px; display: flex; align-items: center; gap: 16px; padding: 18px 24px; background: #201d32eb; border: 1px solid #cdb27680; border-radius: 10px; }
.pk-arrival-symbol { font: 700 30px var(--display); color: var(--pk-gold); border: 1px solid #cdb27690; width: 46px; height: 48px; display: grid; place-items: center; border-radius: 6px; }
.pk-hero-arrival strong { display: block; font-family: var(--display); font-size: 18px; }
.pk-hero-arrival div>span { color: var(--pk-muted); font-size: 12px; display: block; margin-top: 5px; }
.pk-jump { position: sticky; top: 60px; z-index: 90; background: #211e33f5; border-block: 1px solid var(--pk-line); }
.pk-jump-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; overflow-x: auto; scrollbar-width: thin; }
.pk-jump a { display: inline-flex; flex-shrink: 0; align-items: center; min-height: 57px; color: var(--pk-muted); font-size: 13px; font-weight: 700; white-space: nowrap; border-bottom: 2px solid transparent; text-decoration: none; }
.pk-jump a:hover,.pk-jump a[aria-current="location"] { color: var(--pk-gold); border-bottom-color: var(--pk-gold); }
.pk-body { padding-bottom: 24px; }
.pk-section { padding-block: 86px; scroll-margin-top: 134px; }
.pk-section h2,.pk-springs-note h2 { font-size: clamp(29px,3.45vw,44px); line-height: 1.14; letter-spacing: -.035em; }
.pk-section-heading { margin-bottom: 32px; }
.pk-section-heading>p { color: var(--pk-muted); max-width: 68ch; margin-top: 17px; font-size: 17px; line-height: 1.65; }
.pk-section-heading>p strong { color: var(--ink); }
.pk-table-scroll { overflow-x: auto; scrollbar-width: thin; border: 1px solid var(--pk-line); border-radius: 12px; }
.pk table { border-collapse: collapse; width: 100%; text-align: left; }
.pk caption { text-align: left; padding: 14px 22px; color: var(--pk-muted); font-size: 12px; background: #241f34; }
.pk th,.pk td { padding: 21px 24px; border-bottom: 1px solid #443d5570; font-size: 16px; }
.pk thead th { font-size: 12px; font-weight: 600; color: var(--pk-muted); background: #282439; padding-block: 15px; }
.pk tbody tr:last-child>* { border-bottom: 0; }
.pk tbody tr { transition: background .2s; }
.pk tbody tr:hover { background: #efd38608; }
.pk tbody th { font-weight: 700; }
.pk-price-table { min-width: 625px; }
.pk-price-table tbody th { width: 43%; }
.pk-price-table tbody th a { color: var(--ink); font-family: var(--display); font-size: 21px; display: flex; align-items: center; gap: 16px; }
.pk-price-table tbody th a span { color: var(--pk-gold); font-family: var(--ui); font-size: 16px; }
.pk-table-sub { display: block; font-size: 12px; font-weight: 400; color: var(--pk-muted); margin-top: 7px; }
.pk td.pk-standard { font-family: var(--display); color: var(--pk-gold); font-size: 30px; font-weight: 700; background: #efd38605; }
.pk-price-table td { white-space: nowrap; font-variant-numeric: tabular-nums; }
.pk-price-notes { margin-top: 22px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; font-size: 14px; line-height: 1.65; color: var(--pk-muted); }
.pk-price-notes strong { color: #e2dbe8; }
.pk-price-notes>p:last-child { text-align: right; }
.pk-insight { margin-top: 30px; padding: 23px 26px; display: flex; gap: 20px; align-items: flex-start; background: #b6a0750e; border: 1px solid #bb9b5645; border-radius: 9px; font-size: 15px; line-height: 1.65; color: #d8d1dc; }
.pk-insight>span { font-size: 24px; color: var(--pk-gold); }
.pk-insight strong { color: var(--pk-gold); }
.pk-planner { display: grid; grid-template-columns: .95fr 1.1fr 1.05fr; gap: 32px; align-items: center; padding: 36px; margin-block: 5px 12px; border: 1px solid #8f775864; border-radius: 14px; background: radial-gradient(ellipse at 0 0,#67543623,transparent 65%),#27223a; }
.pk-tool-label { color: var(--pk-gold); font-size: 12px; font-weight: 700; }
.pk-planner h2 { font-size: clamp(27px,2.4vw,33px); margin-top: 14px; letter-spacing: -.03em; }
.pk-planner-intro>p { font-size: 15px; color: var(--pk-muted); line-height: 1.6; margin-top: 18px; max-width: 24ch; }
.pk-fields { display: grid; gap: 17px; }
.pk-form label { display: block; font-size: 12px; font-weight: 700; color: #ddd4e3; }
.pk-form select { width: 100%; display: block; min-height: 47px; margin-top: 7px; border-radius: 6px; border: 1px solid #756981; padding: 10px 30px 10px 12px; background: #1f1b2d; color: #f2e8dc; font-size: 13px; cursor: pointer; color-scheme: dark; }
.pk-form option { color: #f2e8dc; background: #211e33; }
.pk-calculate { width: 100%; margin-top: 17px; }
.pk-planner[data-enhanced] .pk-calculate { display: none; }
.pk-receipt { padding: 26px 24px; min-width: 0; background: #1e1a2c; border-radius: 8px; position: relative; }
.pk-receipt::before { content: ''; position: absolute; inset: 0 18px auto; border-top: 1px dashed #baa17165; }
.pk-receipt-label { color: var(--pk-muted); font-size: 12px; }
.pk-total { display: block; color: var(--pk-gold); font-size: clamp(26px,3vw,43px); font-family: var(--display); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; margin-top: 14px; font-variant-numeric: tabular-nums; }
.pk-equation { font-size: 12px; color: #d1c6d9; margin-top: 8px; }
.pk-receipt-note { margin-top: 20px; padding-top: 16px; border-top: 1px dashed #60526e; color: #d1c6d9; font-size: 13px; line-height: 1.55; min-height: 92px; }
.pk-receipt-footer { font-size: 11px; display: block; color: var(--pk-muted); margin-top: 16px; line-height: 1.5; }
.pk-park-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.pk-park-card { border-radius: 12px; position: relative; isolation: isolate; overflow: hidden; min-height: 340px; color: var(--ink); transform: translateY(0); transition: transform .4s var(--pk-ease); }
.pk-park-card:hover { transform: translateY(-7px); text-decoration: none; }
.pk-park-card>img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: -2; transition: transform .7s var(--pk-ease); }
.pk-park-card:hover>img { transform: scale(1.05); }
.pk-park-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,#181523 0%,#181523ee 15%,#1815237a 45%,#18152308 85%); }
.pk-park-card:first-child>img { object-position: 65% 35%; }
.pk-park-card-copy { padding: 26px 20px; position: absolute; inset: auto 0 0; }
.pk-park-card h3 { font-size: 25px; line-height: 1.05; max-width: 11ch; }
.pk-park-card p { font-size: 12px; color: #dad1de; line-height: 1.5; margin-top: 10px; }
.pk-park-card-copy>span { display: flex; justify-content: space-between; gap: 10px; color: var(--pk-gold); font-size: 12px; font-weight: 700; margin-top: 24px; }
.pk-caption { font-size: 12px; line-height: 1.65; color: var(--pk-muted); margin-top: 17px; max-width: 95ch; }
.pk-arrival { border-top: 1px solid var(--pk-line); }
.pk-journey { display: grid; grid-template-columns: 1fr 1fr; background: #27223a; border-radius: 14px; overflow: hidden; }
.pk-journey-photo { display: flex; flex-direction: column; position: relative; background: #201d31; }
.pk-journey-photo>img { width: 100%; height: 380px; object-fit: cover; object-position: 38% 50%; }
.pk-journey-photo-label { display: block; padding: 24px 30px 0; font-family: var(--display); font-size: 25px; line-height: 1.25; }
.pk-route-map { width: calc(100% - 60px); height: auto; margin: auto 30px; overflow: visible; }
.pk-route-map text { font-family: var(--ui); font-size: 12px; fill: #cfc7dc; }
.pk-route-map .pk-map-gold { fill: var(--pk-gold); }
.pk-map-path { fill: none; stroke: #efd386; stroke-width: 2; stroke-dasharray: 5 7; opacity: .65; }
.pk-journey[data-crossing="ferry"] .pk-map-path { stroke: #a7d3d7; }
.pk-journey-content { padding: 30px 36px; }
.pk-journey-tabs { display: flex; gap: 4px; padding: 4px; background: #1d192d; border-radius: 7px; margin-bottom: 28px; }
.pk-journey-tabs button { border: 0; padding: 11px 12px; flex: 1; background: transparent; border-radius: 5px; color: #d6c9df; font-size: 13px; font-weight: 700; cursor: pointer; }
.pk-journey-tabs button[aria-pressed="true"] { background: var(--pk-gold); color: #292237; }
.pk-route { list-style: none; padding: 0; margin: 0; }
.pk-route>li { position: relative; display: flex; gap: 18px; padding-bottom: 24px; }
.pk-route>li:not(:last-child)::before { content: ''; width: 1px; background: #74624a; position: absolute; left: 15px; top: 30px; bottom: 0; }
.pk-route-number { background: #27223a; flex-shrink: 0; width: 31px; height: 31px; display: grid; place-items: center; font-size: 12px; color: var(--pk-gold); border: 1px solid #978058; border-radius: 50%; }
.pk-route h3 { font-size: 18px; margin-top: 5px; letter-spacing: -.01em; }
.pk-route p { font-size: 13px; line-height: 1.6; color: #cfc5d7; margin-top: 7px; }
.pk-route-finish { background: var(--pk-gold); color: #211c30; border: none; }
.pk-route-tip { color: #d8ccaa; font-size: 13px; line-height: 1.6; border-top: 1px solid #54475b; padding-top: 18px; }
.pk-free { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding-top: 26px; }
.pk-free-mark { display: block; color: var(--pk-gold); font: 700 96px/1 var(--display); letter-spacing: -.04em; margin-bottom: 26px; }
.pk-free-intro>p { margin-top: 20px; color: var(--pk-muted); max-width: 32ch; line-height: 1.7; }
.pk-free-list>div { padding-block: 25px; border-bottom: 1px solid var(--pk-line); }
.pk-free-list>div:first-child { padding-top: 0; }
.pk-free-list>div:last-child { border: 0; }
.pk-free-list h3 { font-size: 22px; }
.pk-free-list p { color: var(--pk-muted); line-height: 1.7; font-size: 15px; margin-top: 12px; }
.pk-free-list a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; font-size: 13px; font-weight: 600; }
.pk-springs-note { display: grid; grid-template-columns: 1fr 1.35fr; gap: 65px; border-block: 1px solid #82704e; background: linear-gradient(110deg,#6b4e271e,transparent); padding: 38px 32px; }
.pk-springs-note h2 { font-size: 32px; margin-top: 15px; }
.pk-springs-note p { font-size: 15px; line-height: 1.7; color: #d2c8d9; }
.pk-springs-note p+p { margin-top: 14px; }
.pk-springs-note a { font-size: 13px; margin-top: 14px; display: block; }
.pk-hotel-table { min-width: 770px; }
.pk-hotel-table td { font-size: 14px; color: #d6cddd; line-height: 1.5; }
.pk-hotel-table th { font-size: 15px; }
.pk-prose-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 35px; }
.pk-prose-columns h3 { font-size: 21px; margin-bottom: 13px; line-height: 1.2; }
.pk-prose-columns p { font-size: 15px; line-height: 1.8; color: var(--pk-muted); }
.pk-prose-columns p+h3 { margin-top: 34px; }
.pk-smart { padding-block: 42px 60px; border-bottom: 1px solid var(--pk-line); }
.pk-smart-grid { display: flex; gap: 42px; margin-top: 40px; }
.pk-smart-grid>div { flex: 1; }
.pk-smart-grid>div>span { font-size: 13px; color: var(--pk-gold); display: block; margin-bottom: 15px; }
.pk-smart h3 { font-size: 21px; line-height: 1.2; }
.pk-smart p { font-size: 15px; line-height: 1.7; color: var(--pk-muted); margin-top: 12px; }
.pk-history-chart { display: flex; gap: clamp(8px,3vw,32px); height: 260px; align-items: flex-end; padding: 0 20px 20px; border-bottom: 1px solid var(--pk-line); }
.pk-history-column { flex: 1; text-align: center; display: flex; flex-direction: column; gap: 12px; height: 100%; justify-content: flex-end; }
.pk-history-column>div { height: var(--bar-height); background: #68577a; border-radius: 4px 4px 0 0; position: relative; }
.pk-history-column>span { font: 600 20px var(--display); color: #ddd1e4; }
.pk-history-column>b { font-size: 12px; color: var(--pk-muted); font-weight: 500; }
.pk-history-column.is-current>div { background: var(--pk-gold); }
.pk-history-column.is-current>span,.pk-history-column.is-current>b { color: var(--pk-gold); }
.pk-history-detail { margin-top: 26px; border-block: 1px solid var(--pk-line); }
.pk-history-detail summary { padding: 18px 0; display: flex; justify-content: space-between; cursor: pointer; font-size: 14px; font-weight: 700; }
.pk-history-detail .pk-table-scroll { border-radius: 0; border: 0; }
.pk-history-table { min-width: 430px; }
.pk-history-table :is(td,th) { font-size: 14px; padding: 14px 18px; }
.pk-practical { padding-top: 12px; }
.pk-faq { display: grid; grid-template-columns: .8fr 1.5fr; gap: 70px; padding-top: 20px; }
.pk-faq h2 { max-width: 11ch; }
.pk-faq details { border-bottom: 1px solid var(--pk-line); }
.pk-faq details:first-child { border-top: 1px solid var(--pk-line); }
.pk-faq summary { font-size: 16px; line-height: 1.5; cursor: pointer; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; }
.pk summary::-webkit-details-marker { display: none; }
.pk summary::marker { content: ''; }
.pk-faq summary span,.pk-history-detail summary span { color: var(--pk-gold); font-weight: 400; font-size: 24px; transition: transform .25s; }
.pk details[open]>summary span { transform: rotate(45deg); }
.pk-faq details p { font-size: 15px; line-height: 1.8; color: var(--pk-muted); padding: 0 22px 22px 0; }
.pk-next { text-align: center; padding: 70px 20px 80px; background: radial-gradient(ellipse at 50% 65%,#9c6c291a,transparent 65%); border-block: 1px solid var(--pk-line); }
.pk-next>span { color: var(--pk-gold); font-size: 32px; display: block; margin-bottom: 22px; }
.pk-next h2 { font-size: clamp(34px,4vw,53px); line-height: 1.1; letter-spacing: -.04em; }
.pk-next p { color: var(--pk-muted); margin: 20px auto 28px; max-width: 44ch; font-size: 16px; }
.pk-next>div { display: flex; justify-content: center; gap: 30px; align-items: center; flex-wrap: wrap; }
.pk-editorial-footer { padding-block: 28px; font-size: 12px; color: var(--pk-muted); line-height: 1.7; }
.pk-editorial-footer details { margin-top: 12px; }
.pk-editorial-footer summary { cursor: pointer; color: #d8c7a1; }
.pk-editorial-footer p+p,.pk-editorial-footer details p { margin-top: 8px; }
.pk-spoke .pk-hero { min-height: 650px; }
.pk-spoke .pk-hero h1 { font-size: clamp(44px,5.2vw,70px); }
.pk-spoke .pk-hero-copy { max-width: 660px; }
.pk-spoke .pk-hero-art { left: 42%; }
.pk-spoke .pk-hero-art::after { background: linear-gradient(90deg,var(--pk-bg),#1c1a2dc0 20%,#1c1a2d30 65%),linear-gradient(0deg,var(--pk-bg),transparent 55%); }
.pk-arrival-facts { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; margin-block: 38px 24px; }
.pk-arrival-facts>div>span { display: block; color: var(--pk-gold); font-size: 12px; margin-bottom: 12px; }
.pk-arrival-facts h3 { font-size: 24px; }
.pk-arrival-facts p { font-size: 15px; color: var(--pk-muted); margin-top: 14px; line-height: 1.75; }
.pk-related-parks { display: flex; gap: 20px; flex-wrap: wrap; padding-block: 30px; border-bottom: 1px solid var(--pk-line); font-size: 13px; }

@media(min-width:1100px) and (prefers-reduced-motion:no-preference) {
    .pk-hero-copy { animation: pk-enter .95s var(--pk-ease) both; }
    .pk-hero-arrival { animation: pk-enter 1.3s .15s var(--pk-ease) both; }
    .pk-hero-photo { animation: pk-photo 1.6s var(--pk-ease) both; }
    .pk-journey[data-crossing] .pk-map-path { animation: pk-route-flow 3s linear infinite; }
    @keyframes pk-enter { from { transform: translateY(16px); opacity: .75; } to { transform: none; opacity: 1; } }
    @keyframes pk-photo { from { transform: scale(1.04); } to { transform: none; } }
    @keyframes pk-route-flow { to { stroke-dashoffset: -36; } }
}
@media(max-width:1099px) {
    .pk-hero { min-height: 700px; }
    .pk-hero-copy { max-width: 58%; padding-top: 45px; }
    .pk-hero h1 { font-size: 65px; }
    .pk-hero-arrival { right: 28px; padding: 16px; bottom: 112px; }
    .pk-hero-arrival strong { font-size: 16px; }
    .pk-planner { grid-template-columns: 1fr 1fr; gap: 24px; padding: 30px; }
    .pk-planner-intro { grid-column: 1/-1; }
    .pk-planner-intro h2 br { display: none; }
    .pk-planner-intro>p { max-width: none; margin-top: 10px; }
    .pk-receipt-note { min-height: 72px; }
    .pk-park-card { min-height: 310px; }
    .pk-park-card h3 { font-size: 23px; }
    .pk-park-card-copy { padding: 20px 14px; }
    .pk-journey-content { padding: 28px 24px; }
    .pk-journey-photo>img { height: 340px; }
    .pk-free,.pk-springs-note,.pk-faq { gap: 40px; }
}
@media(max-width:767px) {
    .pk-hero { min-height: 740px; }
    .pk-hero-art { left: 17%; opacity: .76; }
    .pk-hero-art::after { background: linear-gradient(90deg,#1c1a2dec,#1c1a2d90 65%,#1c1a2d20),linear-gradient(0deg,var(--pk-bg) 0%,#1c1a2d60 55%,#1c1a2d50); }
    .pk-hero-photo { object-position: 65% 35%; }
    .pk-hero-copy { max-width: 95%; padding-top: 56px; padding-bottom: 35px; }
    .pk-hero h1 { font-size: clamp(47px,9.8vw,72px); }
    .pk-hero-deck { font-size: 25px; }
    .pk-hero-answer { max-width: 40ch; font-size: 16px; color: #e3dbe7; }
    .pk-hero-actions { gap: 20px; }
    .pk-hero-arrival { display: none; }
    .pk-hero-meta { font-size: 11px; gap: 12px; max-width: 370px; }
    .pk-jump { top: 60px; }
    .pk-jump-inner { justify-content: flex-start; gap: 25px; }
    .pk-jump a { font-size: 12px; min-height: 51px; }
    .pk-section { padding-block: 58px; scroll-margin-top: 125px; }
    .pk-section-heading>p { font-size: 16px; }
    .pk th,.pk td { padding: 18px; }
    .pk-price-table tbody th a { font-size: 19px; }
    .pk-price-notes { grid-template-columns: 1fr; gap: 15px; font-size: 13px; }
    .pk-price-notes>p:last-child { text-align: left; }
    .pk-insight { padding: 20px; font-size: 14px; gap: 14px; }
    .pk-planner { padding: 26px 22px; gap: 25px; grid-template-columns: 1fr; }
    .pk-planner h2 { font-size: 31px; }
    .pk-planner-intro h2 br { display: initial; }
    .pk-fields { gap: 15px; }
    .pk-form select { font-size: 16px; min-height: 50px; }
    .pk-receipt-note { min-height: 0; }
    .pk-total { font-size: 42px; }
    .pk-park-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .pk-park-card { min-height: 310px; }
    .pk-park-card h3 { font-size: 24px; }
    .pk-journey { grid-template-columns: 1fr; }
    .pk-journey-photo>img { height: auto; aspect-ratio: 16/9; }
    .pk-journey-photo-label { font-size: 23px; padding-top: 22px; }
    .pk-route-map { height: 145px; margin-block: 5px; }
    .pk-journey-content { padding: 24px; }
    .pk-route h3 { font-size: 18px; }
    .pk-route p { font-size: 14px; }
    .pk-free,.pk-springs-note,.pk-faq { grid-template-columns: 1fr; gap: 30px; }
    .pk-free-mark { font-size: 80px; margin-bottom: 20px; }
    .pk-free-intro>p { max-width: 42ch; }
    .pk-springs-note { padding: 28px 22px; }
    .pk-springs-note h2 { font-size: 30px; }
    .pk-prose-columns { grid-template-columns: 1fr; gap: 28px; }
    .pk-smart-grid { flex-direction: column; gap: 28px; }
    .pk-smart-grid>div { display: grid; grid-template-columns: 28px 1fr; gap: 8px 15px; }
    .pk-smart-grid p { grid-column: 2; margin-top: 0; }
    .pk-smart-grid>div>span { grid-row: 1/3; margin-top: 4px; }
    .pk-history-chart { padding-inline: 0; gap: 10px; height: 260px; }
    .pk-history-column>span { font-size: 16px; }
    .pk-history-column>b { font-size: 10px; }
    .pk-faq h2 { max-width: none; }
    .pk-faq summary { font-size: 16px; }
    .pk-next { padding-block: 50px; }
    .pk-next>div { gap: 15px; flex-direction: column; }
    .pk-spoke .pk-hero { min-height: 710px; }
    .pk-spoke .pk-hero-art { left: 10%; }
    .pk-spoke .pk-hero-art::after { background: linear-gradient(90deg,#1c1a2deb,#1c1a2db0),linear-gradient(0deg,var(--pk-bg),transparent); }
    .pk-spoke .pk-hero-copy { max-width: 100%; padding-top: 45px; }
    .pk-spoke .pk-hero h1 { font-size: clamp(44px,9vw,66px); }
    .pk-arrival-facts { grid-template-columns: 1fr; gap: 28px; }
    .pk-arrival-facts p { margin-top: 10px; }
}
@media(max-width:380px) {
    .pk-hero h1 { font-size: 44px; }
    .pk-hero-copy { max-width: 100%; }
    .pk-hero-deck { font-size: 23px; }
    .pk-hero-actions { gap: 10px; }
    .pk-button { padding-inline: 16px; gap: 12px; }
    .pk-park-grid { grid-template-columns: 1fr; }
    .pk-park-card { min-height: 290px; }
    .pk-journey-tabs button { padding-inline: 8px; font-size: 12px; }
}
@media(prefers-reduced-motion:reduce) {
    .pk *, .pk *::before, .pk *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .pk-stardust { display: none; }
    .pk-park-card:hover,.pk-park-card:hover>img,.pk-button:hover { transform: none; }
}
@media print {
    .pk { color: #222; background: white; }
    .pk-hero-art,.pk-stardust,.pk-jump,.pk-next,.pk-hero-arrival { display: none !important; }
    .pk-hero,.pk-spoke .pk-hero { min-height: auto; background: white; }
    .pk-hero-copy { max-width: none; }
    .pk :is(h1,h2,h3,p,span,a,td,th,output) { color: #222 !important; }
    .pk-section { padding-block: 24px; }
    .pk-planner,.pk-journey,.pk-free,.pk-faq { display: block; }
    .pk-table-scroll { overflow: visible; }
    .pk table { min-width: 0; }
    .pk details:not([open])>* { display: block; }
}
