/* Model station: charcoal, lime and a generous canvas for the actual models. */
.station-page { --station-muted: #aeb4ad; }
.station-page .site-header { background: rgba(8,9,12,.96); }
.station-page .section-inner { width: 100%; max-width: 1180px; margin: 0 auto; }
.station-page section[id], .station-learning, .station-guide-section { scroll-margin-top: 100px; }
.station-hero { padding: 150px max(24px,calc((100vw - 1180px)/2)) 60px; }
.station-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 48px; }
.station-hero-copy h1 { font-size: clamp(44px,5.3vw,76px); line-height: 1.17; letter-spacing: -.06em; margin: 22px 0 26px; }
.station-hero-copy h1 span { color: var(--lime); }
.station-lead { font-size: 18px; line-height: 1.85; color: #bcc1ba; }
.station-hero-copy .hero-actions { margin: 30px 0 18px; }
.station-hero-note { color: #a1aa9f; font-size: 13px; }
.station-hero-art { position: relative; display: block; aspect-ratio: 1; min-width: 0; color: var(--paper); border: 1px solid #30372c; border-radius: 8px; overflow: hidden; background: radial-gradient(ellipse at 50% 35%,#304330 0%,#171e18 45%,#111614 85%); }
.station-hero-art > img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 36px 16px 66px; transition: transform .3s ease; }
.station-hero-art:hover > img { transform: scale(1.035); }
.station-art-tag { position: absolute; top: 22px; left: 24px; z-index: 1; font-size: 12px; letter-spacing: .08em; padding: 7px 10px; background: #182016; border: 1px solid #49623a; color: #cfefb9; }
.station-art-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; background: #111812ee; border-top: 1px solid #30422b; font-size: 20px; font-weight: 700; }
.station-art-caption small { display: block; font-size: 12px; font-weight: 400; color: #b4beb0; margin-top: 5px; }
.station-art-caption > span:last-child { color: var(--lime); font-size: 30px; }
.station-facts { padding: 20px 24px; border-top: 1px solid #2b302a; border-bottom: 1px solid #2b302a; }
.station-facts .section-inner { display: flex; align-items: center; gap: 46px; color: #b2b8af; font-size: 13px; }
.station-facts strong { color: var(--paper); margin-right: 5px; font-size: 23px; }
.station-facts a { margin-left: auto; display: flex; align-items: center; gap: 10px; color: var(--lime); }
.station-start, .station-progress, .station-about { padding: 80px max(24px,calc((100vw - 1180px)/2)); }
.station-start-grid, .station-progress-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.station-page h2, .station-learning h2 { font-size: clamp(28px,3.2vw,42px); line-height: 1.3; letter-spacing: -.035em; }
.station-start-grid > div > p:not(.section-kicker), .station-progress-grid > div > p:not(.section-kicker) { color: #b5bdb1; line-height: 1.9; margin: 22px 0; max-width: 420px; }
.station-inline-link { color: var(--lime); display: inline-flex; align-items: center; gap: 9px; font-size: 14px; }
.station-start-steps { padding: 0; margin: 0; list-style: none; }
.station-start-steps li { display: flex; gap: 25px; border-bottom: 1px solid #2d332b; padding: 22px 0; }
.station-start-steps li:first-child { padding-top: 0; }
.station-start-steps li > span { font: 20px Consolas,monospace; color: var(--lime); padding-top: 4px; }
.station-start-steps h3 { margin: 0 0 9px; font-size: 19px; }
.station-start-steps p { margin: 0; color: #adb6a8; font-size: 14px; line-height: 1.75; }
.station-page .station-library { background: #131713; padding-top: 70px; padding-bottom: 58px; }
.station-library .resource-library-heading { margin-bottom: 25px; }
.station-library .resource-library-heading p { color: #b7bfb3; }
.station-library .resource-library-heading h2 { color: #f3f5ec; }
.station-library .resource-library-heading .section-kicker { color: #b3eb8a; }
.station-library .resource-filters button { color: #c5cebf; border-color: #47543e; background: transparent; }
.station-library .resource-filters button.is-active { color: #172011; background: #b2ed79; border-color: #b2ed79; }
.station-library-count { white-space: nowrap; font-size: 13px; color: #b9c5b3; }
.station-library .resource-filters { justify-content: flex-start; margin-bottom: 28px; }
.station-library .resource-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.station-library .resource-card { background: #1a2019; border: 1px solid #343d30; box-shadow: none; border-radius: 6px; }
.station-library .resource-card-media { display: block; height: auto; aspect-ratio: 4/3; min-height: 0; border-bottom: 1px solid #343d30; background-color: #101410; }
.station-library .resource-card-media img { height: 100%; width: 100%; object-fit: contain; padding: 12px; }
.station-library .resource-card-body { padding: 22px; }
.station-library .resource-card-body h3 { color: #f5f5ec; font-size: 21px; line-height: 1.5; margin: 9px 0 12px; }
.station-library .resource-card-body > p { color: #bdc7b6; font-size: 14px; line-height: 1.8; }
.station-library .resource-card-body .station-card-audience { color: #b3e991; font-size: 11px; margin: 0; }
.station-library .resource-meta { margin-top: auto; color: #aeb8a7; font-size: 11px; padding-top: 15px; flex-wrap: wrap; }
.station-library .resource-card-actions { flex-wrap: wrap; align-items: center; margin-top: 18px; }
.station-library .resource-card-actions .btn { min-height: 43px; font-size: 12px; padding: 10px 13px; }
.station-library .resource-text-link { color: #dfebd6; font-size: 12px; }
.station-library .resource-kind { background: #151d16e8; color: #def0d0; }
.station-library .resource-free { color: #d3ebc4; background: #162c16; }
.station-library-footnote { display: flex; gap: 9px; color: #b5bfad; font-size: 12px; margin: 28px 0 0; }
.station-library-footnote svg { flex-shrink: 0; width: 16px; }
.station-progress-list article { padding: 0 0 24px 22px; border-left: 1px solid #3c4b33; margin-bottom: 20px; }
.station-progress-list article:last-child { margin-bottom: 0; padding-bottom: 0; }
.station-status { font-size: 11px; color: var(--lime); }
.station-status.is-planned { color: #dcc890; }
.station-progress-list h3 { font-size: 21px; margin: 10px 0; }
.station-progress-list p { color: #b3bdae; font-size: 14px; line-height: 1.8; }
.station-progress-list a { color: #dce8d4; font-size: 13px; }
.station-page .station-support { background: #b2ed79; }
.station-support .support-copy h2 { max-width: none; }
.station-support .support-copy h2 { color: #182611; }
.station-support .support-copy > p { color: #334a27; }
.station-support .support-copy .section-kicker, .station-support .station-inline-link { color: #28411b; }
.station-support .support-promise { color: #28411b; border-color: #719751; }
.station-support .support-card { background: #faf9f2; color: #151b12; }
.station-support .support-amounts { border: 0; padding: 0; margin: 0; min-width: 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
.station-support .support-amounts strong { font-size: clamp(1rem, 5vw, 1.6rem); font-variant-numeric: tabular-nums; letter-spacing: -0.03em; white-space: nowrap; }
.station-page .resource-terms .section-kicker { color: #44652e; }
.station-support-context { font-size: 12px; color: #526348; padding: 10px 0; }
.station-support .support-message { font-size: 13px; line-height: 1.7; }
.station-support .support-payment-shell { margin-top: 18px; }
.station-support .support-express[hidden], .station-support .support-payment-divider[hidden] { display: none; }
.station-support .support-express { min-height: 48px; }
.station-support .support-payment-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #687164; font-size: 11px; text-align: center; }
.station-support .support-payment-divider::before, .station-support .support-payment-divider::after { content: ""; height: 1px; flex: 1; background: #d6d8d0; }
.station-support .support-payment-divider span { flex: 0 0 auto; }
.station-support .support-payment-element { min-height: 90px; }
.station-support .support-paypal { min-height: 48px; }
.station-support .support-payment-status { min-height: 20px; margin: 10px 0 0; color: #4e5b48; font-size: 12px; line-height: 1.55; }
.station-support .support-payment-status.is-error { color: #a1261d; }
.station-about { background: #121712; }
.station-about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; }
.station-creator { display: flex; align-items: flex-start; gap: 24px; }
.station-creator > img { width: 65px; height: 65px; flex: 0 0 auto; background: #263122; border-radius: 50%; padding: 10px; }
.station-about h2 { font-size: 27px; }
.station-about p:not(.section-kicker) { font-size: 14px; color: #b7c2af; line-height: 1.9; }
.station-next-lesson { border-left: 1px solid #37442f; padding-left: 35px; }
.station-next-lesson h3 { margin: 0; }
.station-learning { padding: 54px max(24px,calc((100vw - 1180px)/2)); background: #141b14; color: #eef1e9; }
.station-learning .section-inner { max-width: 1180px; margin: 0 auto; }
.station-learning .section-kicker { color: #b3eb8a; }
.station-learning h2 { margin: 10px 0; }
.station-learning p { color: #b8c4b1; line-height: 1.8; font-size: 14px; }
.station-learning-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; margin: 28px 0; }
.station-learning-grid article { padding-top: 18px; border-top: 1px solid #3b4c32; }
.station-learning-grid h3 { font-size: 20px; margin: 14px 0 8px; }
.station-step { color: #b5e78e; font: 16px Consolas,monospace; }
.station-compatibility { display: flex; align-items: flex-start; gap: 12px; border: 1px solid #3b4c32; padding: 17px 20px; }
.station-compatibility > svg { width: 19px; flex-shrink: 0; margin-top: 3px; color: #b5e78e; }
.station-compatibility p { margin: 0; }
.station-download-notice { position: fixed; z-index: 1500; right: 24px; bottom: 24px; width: min(380px,calc(100vw - 32px)); padding: 25px; color: #f6f6ed; background: #1b2918; border: 1px solid #80a75d; box-shadow: 0 16px 60px #0007; border-radius: 8px; }
.station-download-notice[hidden] { display: none; }
.station-download-notice .section-kicker { color: #b8ec94; margin: 0 0 8px; }
.station-download-notice > strong { font-size: 21px; }
.station-download-notice > p:not(.section-kicker) { color: #cad6c0; font-size: 13px; line-height: 1.8; }
.station-download-notice > a { display: block; color: #c5f59b; font-size: 13px; margin-top: 12px; }
.station-notice-close { position: absolute; top: 6px; right: 7px; width: 35px; height: 35px; border: 0; background: transparent; color: #d8e9ca; font-size: 28px; cursor: pointer; }
.station-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.station-guide-hero { padding: 140px 24px 55px; max-width: 1040px; margin: auto; }
.station-guide-hero h1 { font-size: clamp(30px,4vw,48px); line-height: 1.3; margin: 20px 0; }
.station-guide-hero > p { color: #bbc6b3; }
.station-guide-section { padding: 45px 24px; max-width: 1040px; margin: auto; }
.station-guide-section details { border-bottom: 1px solid #3a4632; padding: 20px 0; }
.station-guide-section summary { cursor: pointer; font-size: 18px; }
.station-guide-section p { color: #bdc8b6; line-height: 1.85; }
.station-page a:focus-visible, .station-page button:focus-visible { outline: 3px solid #50d8ff; outline-offset: 5px; }
@media (max-width: 1050px) {
    .station-hero-grid { gap: 25px; }
    .station-start-grid, .station-progress-grid { gap: 40px; }
    .station-library .resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .station-hero-copy .hero-actions { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 700px) {
    .station-hero { padding: 116px 20px 35px; }
    .station-hero-grid, .station-start-grid, .station-progress-grid, .station-about-grid { grid-template-columns: 1fr; gap: 32px; }
    .station-hero-copy h1 { font-size: 48px; margin: 15px 0 20px; }
    .station-lead { font-size: 15px; }
    .station-hero-copy .hero-actions { flex-direction: row; gap: 10px; }
    .station-hero-copy .btn { padding: 12px 15px; font-size: 12px; }
    .station-hero-art { max-width: 480px; width: 100%; margin: auto; }
    .station-facts .section-inner { gap: 18px; flex-wrap: wrap; }
    .station-facts a { width: 100%; margin: 0; }
    .station-start, .station-progress, .station-about { padding: 48px 20px; }
    .station-page .station-library { padding-top: 45px; }
    .station-library .resource-grid { grid-template-columns: 1fr; }
    .station-library-count { display: none; }
    .station-library .resource-filters { gap: 8px; }
    .station-library .resource-filters button { font-size: 12px; padding: 9px 12px; }
    .station-library .resource-card-media { aspect-ratio: 4/3; }
    .station-library .resource-card-body { padding: 21px; }
    .station-about-grid { gap: 35px; }
    .station-creator { gap: 15px; }
    .station-creator > img { width: 45px; height: 45px; }
    .station-next-lesson { padding: 25px 0 0; border-left: 0; border-top: 1px solid #37442f; }
    .station-learning { padding: 38px 20px; }
    .station-learning-grid { grid-template-columns: 1fr; gap: 12px; }
    .station-download-notice { bottom: 16px; right: 16px; }
    .station-support .support-amounts span { padding: 12px 8px; min-height: 105px; }
    .station-support .support-amounts small { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { .station-hero-art > img { transition: none; } }
