:root { --yellow:#f6d300; --ink:#11110f; --cream:#f4f1e9; --paper:#fbfaf6; --line:#d8d4c9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.shell { width:min(1320px, calc(100% - 80px)); margin-inline:auto; }
.site-header { height:82px; padding:0 max(40px, calc((100vw - 1320px)/2)); display:flex; align-items:center; justify-content:space-between; background:#10100f; color:white; position:relative; z-index:20; }
.brand { display:flex; align-items:center; gap:10px; line-height:1; }
.brand-mark { width:34px; height:34px; padding:3px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:6px; background:var(--yellow); }
.brand-mark img { width:32px; height:28px; object-fit:contain; }
.brand-word { display:flex; align-items:baseline; gap:6px; }
.brand-kicker { font-family:Georgia, serif; font-style:italic; font-size:15px; }
.brand-name { font-size:25px; font-weight:900; letter-spacing:-1.2px; }
.desktop-nav { display:flex; gap:34px; font-size:14px; }
.desktop-nav a { opacity:.72; transition:.2s; }
.desktop-nav a:hover { opacity:1; }
.header-actions { display:flex; align-items:center; gap:22px; }
.language-switcher { display:flex; align-items:center; gap:3px; padding:3px; border:1px solid rgba(255,255,255,.28); border-radius:9px; background:rgba(0,0,0,.22); }
.language-switcher a { min-width:42px; min-height:34px; padding:0 7px; display:flex; align-items:center; justify-content:center; gap:4px; border-radius:6px; font-size:11px; font-weight:800; letter-spacing:.4px; }
.language-switcher a:hover { background:rgba(255,255,255,.14); }
.language-switcher a[aria-current="page"] { background:var(--yellow); color:#111; }
.language-switcher .flag { font-size:16px; line-height:1; }
.phone-link { font-size:14px; font-weight:700; }
.button { min-height:54px; padding:0 24px; display:inline-flex; align-items:center; justify-content:center; gap:18px; border-radius:10px; font-size:14px; font-weight:800; letter-spacing:-.1px; transition:transform .2s, background .2s; }
.button:hover { transform:translateY(-2px); }
.button-small { min-height:44px; padding:0 18px; border-radius:8px; }
.button-yellow { background:var(--yellow); color:#111; }
.button-glass { color:#fff; border:1px solid rgba(255,255,255,.52); background:rgba(0,0,0,.15); backdrop-filter:blur(10px); }
.button-dark { background:#111; color:#fff; }
.button-outline-dark { border:1px solid #111; }
.button-outline-light { border:1px solid rgba(255,255,255,.35); color:#fff; }
.hero { min-height:calc(100svh - 82px); position:relative; display:flex; flex-direction:column; justify-content:flex-end; background:#111; color:#fff; overflow:hidden; }
.hero>img { position:absolute; inset:0; height:100%; object-fit:cover; object-position:center 48%; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg, rgba(6,8,8,.88) 0%, rgba(8,9,8,.58) 42%, rgba(8,8,7,.10) 78%), linear-gradient(0deg, rgba(7,7,6,.76), transparent 45%); }
.hero-content { position:relative; z-index:2; padding-top:90px; padding-bottom:120px; }
.eyebrow { margin:0 0 24px; display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:2px; font-weight:800; font-size:11px; }
.eyebrow span { width:26px; height:3px; background:var(--yellow); }
.eyebrow-light { color:#fff; }
.hero h1 { margin:0; max-width:820px; font-size:clamp(58px, 7vw, 108px); line-height:.91; letter-spacing:-6px; font-weight:800; }
.hero-copy { max-width:660px; margin:30px 0; color:rgba(255,255,255,.83); font-size:20px; line-height:1.55; }
.hero-buttons { display:flex; flex-wrap:wrap; gap:12px; }
.hero-buttons .button span { font-weight:500; opacity:.65; }
.same-day { margin:14px 0 0; color:rgba(255,255,255,.56); font-size:12px; }
.hero-facts { position:relative; z-index:2; min-height:72px; padding:0 4px; border-top:1px solid rgba(255,255,255,.28); display:flex; align-items:center; justify-content:space-between; text-transform:uppercase; letter-spacing:1.2px; font-size:11px; font-weight:700; }
.hero-facts i { width:4px; height:4px; border-radius:50%; background:var(--yellow); }
.service-section { padding:140px 0; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:54px; }
.section-heading .eyebrow { align-self:flex-start; }
h2 { margin:0; font-size:clamp(46px, 5.4vw, 78px); line-height:.95; letter-spacing:-4px; }
.service-grid { display:grid; grid-template-columns:1.3fr 1fr; grid-template-rows:370px 370px; gap:16px; }
.service-card { position:relative; overflow:hidden; border-radius:16px; color:#fff; }
.service-main { grid-row:1 / 3; }
.service-shortcuts { display:grid; grid-template-columns:repeat(4,1fr); margin-top:18px; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.service-shortcuts a { min-height:112px; padding:22px; display:grid; grid-template-columns:1fr auto; align-content:center; border-right:1px solid var(--line); background:#fff; }
.service-shortcuts a:last-child { border-right:0; }
.service-shortcuts small { grid-column:1 / 3; margin-bottom:8px; color:#858178; font-size:10px; font-weight:800; letter-spacing:1.2px; text-transform:uppercase; }
.service-shortcuts strong { font-size:15px; }
.service-shortcuts a>span { color:#9b9700; }
.service-card img { height:100%; object-fit:cover; transition:transform .5s; }
.service-card:hover img { transform:scale(1.025); }
.service-card:nth-child(2) img { object-position:center 35%; }
.card-overlay { position:absolute; inset:0; background:linear-gradient(0deg, rgba(0,0,0,.88), transparent 68%); }
.card-content { position:absolute; inset:auto 34px 32px; }
.card-content small, .fleet-card small { display:block; margin-bottom:10px; color:var(--yellow); font-size:11px; letter-spacing:1.8px; text-transform:uppercase; }
.card-content h3 { margin:0; font-size:32px; letter-spacing:-1.3px; }
.service-main h3 { font-size:50px; }
.card-content p { max-width:520px; margin:10px 0 20px; color:rgba(255,255,255,.76); line-height:1.5; }
.card-content b { font-size:13px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.35); padding-top:15px; }
.local-story { display:grid; grid-template-columns:1.25fr .75fr; background:var(--cream); min-height:760px; }
.story-image img { height:100%; object-fit:cover; object-position:center; }
.story-copy { padding:110px clamp(45px, 7vw, 120px); display:flex; flex-direction:column; justify-content:center; }
.story-copy>p:not(.eyebrow) { margin:34px 0; font-size:18px; line-height:1.65; color:#4c4b46; }
.place-list { border-top:1px solid var(--line); }
.place-list span { display:flex; justify-content:space-between; padding:15px 0; border-bottom:1px solid var(--line); font-weight:700; }
.place-list span:after { content:'→'; color:#8e8b82; }
.terminal-section { padding:150px 0; display:grid; grid-template-columns:.8fr 1.2fr; gap:110px; align-items:center; }
.terminal-copy>p:not(.eyebrow) { margin:34px 0 25px; font-size:17px; color:#55534d; line-height:1.65; }
.terminal-copy ul { list-style:none; padding:0; margin:0 0 32px; }
.terminal-copy li { padding:12px 0; border-bottom:1px solid var(--line); font-size:14px; font-weight:700; }
.terminal-copy li:before { content:'•'; color:#d7b900; margin-right:12px; }
.text-link { display:inline-flex; align-items:center; gap:18px; padding-bottom:7px; border-bottom:2px solid var(--ink); font-weight:800; font-size:14px; }
.terminal-image { margin:0; position:relative; }
.terminal-image img { height:700px; object-fit:cover; border-radius:16px; }
.terminal-image figcaption { position:absolute; left:22px; right:22px; bottom:22px; padding:18px 20px; border-radius:10px; background:rgba(255,255,255,.94); display:flex; justify-content:space-between; font-size:12px; }
.accessible-section { display:grid; grid-template-columns:1.05fr .95fr; background:#111; color:#fff; }
.accessible-image img { height:100%; min-height:720px; object-fit:cover; }
.accessible-copy { padding:100px clamp(45px, 6.5vw, 110px); display:flex; flex-direction:column; justify-content:center; }
.accessible-copy>p:not(.eyebrow) { color:rgba(255,255,255,.65); line-height:1.65; font-size:17px; margin:32px 0; }
.feature-row { margin-bottom:34px; border-top:1px solid rgba(255,255,255,.2); }
.feature-row span { display:block; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.2); font-size:13px; }
.accessible-copy .button { align-self:flex-start; }
.fleet-section { padding:140px 0; background:#181817; color:#fff; }
.fleet-heading { display:grid; grid-template-columns:1.45fr .55fr; gap:60px; align-items:end; margin-bottom:60px; }
.fleet-heading>p { color:rgba(255,255,255,.58); line-height:1.65; }
.fleet-grid { display:grid; grid-template-columns:1.3fr .7fr; grid-template-rows:360px 360px; gap:16px; }
.fleet-card { position:relative; overflow:hidden; border-radius:16px; }
.fleet-wide { grid-row:1 / 3; }
.fleet-card picture { display:block; height:100%; }
.fleet-card img { height:100%; object-fit:cover; transition:.5s; }
.fleet-card:hover img { transform:scale(1.025); }
.fleet-card:after { content:''; position:absolute; inset:35% 0 0; background:linear-gradient(transparent, rgba(0,0,0,.85)); }
.fleet-card>div { position:absolute; z-index:2; left:28px; bottom:26px; }
.fleet-card h3 { margin:0; font-size:27px; }
.fleet-button { margin-top:28px; }
.business-section { padding:150px 0; display:grid; grid-template-columns:.55fr 1.45fr; gap:80px; }
.business-copy { max-width:780px; }
.business-copy p { margin:34px 0; max-width:680px; font-size:19px; line-height:1.6; color:#57554f; }
.rail-note { max-width:820px; margin:42px 0 34px; padding:14px; display:grid; grid-template-columns:210px 1fr; gap:26px; align-items:center; border:1px solid var(--line); border-radius:14px; background:#f4f1e9; }
.rail-note img { height:150px; object-fit:cover; border-radius:9px; }
.rail-note small { color:#76736b; font-size:10px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; }
.rail-note h3 { margin:7px 0 8px; font-size:24px; letter-spacing:-1px; }
.rail-note p { margin:0; max-width:560px; color:#66635c; font-size:13px; line-height:1.55; }
.rail-note .rail-finnish { margin-top:9px; color:#33312c; font-size:12px; }
.rail-more { display:inline-block; margin-top:12px; color:#171714; font-size:12px; font-weight:800; text-decoration:none; border-bottom:1px solid #aaa69c; }
.school-note { max-width:820px; margin:0 0 34px; padding:30px 34px; border-left:4px solid var(--yellow); border-radius:0 14px 14px 0; background:#181817; color:white; }
.school-note small { color:var(--yellow); font-size:10px; font-weight:900; letter-spacing:1.5px; text-transform:uppercase; }
.school-note h3 { margin:9px 0 12px; font-size:27px; letter-spacing:-1px; }
.school-note p { margin:0; color:#c2beb5; font-size:14px; line-height:1.65; }
.school-note .school-rule { margin-top:11px; color:#8f8c84; font-size:12px; }
.school-note .rail-more { color:white; border-color:#77736a; }
.disruption-page { background:var(--cream); }
.disruption-header { position:relative; background:#11110f; color:white; }
.disruption-header .brand-kicker,.disruption-header .brand-name,.disruption-header .phone-link { color:white; }
.disruption-hero { position:relative; min-height:620px; display:flex; align-items:flex-end; overflow:hidden; color:white; }
.disruption-hero>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.disruption-hero .hero-shade { background:linear-gradient(90deg,rgba(8,8,7,.88) 0%,rgba(8,8,7,.58) 48%,rgba(8,8,7,.12) 100%); }
.disruption-hero-copy { position:relative; z-index:2; width:100%; padding-bottom:82px; }
.disruption-hero h1 { max-width:780px; margin:18px 0 22px; font-size:clamp(48px,7vw,94px); line-height:.94; letter-spacing:-5px; }
.disruption-hero-copy>p:not(.eyebrow) { max-width:670px; margin:0 0 30px; color:#e3e0d8; font-size:18px; line-height:1.55; }
.disruption-content { padding-top:100px; padding-bottom:110px; }
.disruption-lead { display:grid; grid-template-columns:1fr 1.25fr; gap:70px; align-items:start; }
.disruption-lead h2 { margin:0; font-size:clamp(42px,5vw,70px); letter-spacing:-3px; line-height:1; }
.disruption-lead>p:last-child { margin:8px 0 0; max-width:540px; color:#66635c; line-height:1.7; }
.capacity-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:70px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.capacity-grid>div { min-height:170px; padding:28px; border-right:1px solid var(--line); }
.capacity-grid>div:first-child { border-left:1px solid var(--line); }
.capacity-grid small { color:#9b9700; font-weight:800; }
.capacity-grid p { margin:45px 0 0; font-size:17px; font-weight:750; line-height:1.35; }
.capacity-grid p { overflow-wrap:anywhere; }
.disruption-area { padding:105px 0; background:#151512; color:white; }
.disruption-area-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:100px; align-items:center; }
.disruption-area h2 { margin:16px 0 24px; font-size:clamp(46px,6vw,76px); line-height:1; letter-spacing:-4px; }
.disruption-area p:not(.eyebrow) { max-width:590px; color:#aaa79f; line-height:1.7; }
.route-card { padding:34px 38px; border:1px solid #36362f; border-radius:18px; background:#1d1d19; }
.route-card div { display:grid; grid-template-columns:16px 1fr 20px; gap:14px; align-items:center; min-height:56px; }
.route-card i { width:10px; height:10px; border-radius:50%; background:var(--yellow); }
.route-card b { color:#77746c; }
.urgent-strip { padding:70px 0; background:var(--yellow); color:#11110f; }
.urgent-inner { display:flex; justify-content:space-between; gap:40px; align-items:center; }
.urgent-inner small { font-weight:900; letter-spacing:1.4px; text-transform:uppercase; }
.urgent-inner h2 { max-width:680px; margin:10px 0 0; font-size:36px; letter-spacing:-1.5px; }
.urgent-actions { display:flex; flex-direction:column; gap:8px; text-align:right; }
.urgent-actions a { color:#11110f; font-size:20px; font-weight:900; text-decoration:none; }
.disruption-footer { padding:32px 0; background:#0d0d0b; color:#9d9a92; }
.disruption-footer>div { display:flex; justify-content:space-between; gap:24px; }
.disruption-footer a { color:white; text-decoration:none; }
.business-links { display:flex; flex-wrap:wrap; gap:26px; }
.brand-section { height:78svh; min-height:620px; position:relative; color:#fff; }
.brand-section>img { height:100%; object-fit:cover; }
.brand-overlay { position:absolute; inset:0; background:rgba(0,0,0,.3); }
.brand-message { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.brand-message p { margin:0 0 12px; font-family:Georgia, serif; font-size:26px; font-style:italic; }
.brand-message h2 { font-size:clamp(64px, 10vw, 150px); letter-spacing:-8px; }
.brand-message h2 span { font-family:Georgia, serif; font-style:italic; font-weight:400; }
.final-cta { background:var(--yellow); padding:120px 0; }
.final-inner { text-align:center; display:flex; align-items:center; flex-direction:column; }
.final-inner>p:not(.eyebrow) { margin:22px 0 34px; font-size:18px; }
footer { background:#111; color:#fff; padding:80px 0 30px; }
.footer-grid { display:grid; grid-template-columns:2fr repeat(3, 1fr); gap:60px; padding-bottom:70px; }
.footer-logo { width:74px; height:58px; padding:5px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:8px; background:var(--yellow); }
.footer-logo img { width:68px; height:52px; object-fit:contain; }
.footer-brand p { max-width:320px; color:rgba(255,255,255,.5); line-height:1.6; font-size:13px; }
.partner-logo { width:132px; height:auto; margin-top:18px; border-radius:4px; }
.footer-grid>div:not(:first-child) { display:flex; flex-direction:column; gap:12px; font-size:13px; }
.footer-grid>div:not(:first-child) span { color:rgba(255,255,255,.58); line-height:1.55; }
.footer-grid small { color:var(--yellow); text-transform:uppercase; letter-spacing:1.5px; margin-bottom:8px; }
.footer-bottom { padding-top:25px; border-top:1px solid rgba(255,255,255,.15); display:flex; justify-content:space-between; color:rgba(255,255,255,.35); font-size:11px; }
.mobile-bar { display:none; }

@media (max-width: 900px) {
  .shell { width:min(100% - 36px, 680px); }
  .site-header { height:68px; padding:0 18px; position:absolute; width:100%; background:linear-gradient(rgba(0,0,0,.7), transparent); }
  .desktop-nav,.phone-link { display:none; }
  .brand-name { font-size:22px; }
  .button-small { min-height:40px; padding:0 13px; }
  .header-actions { gap:8px; }
  .language-switcher { border-color:rgba(255,255,255,.42); }
  .language-switcher a { min-width:35px; min-height:32px; padding:0 4px; }
  .language-switcher .lang-code { display:none; }
  .hero { min-height:90svh; }
  .hero>img { object-position:60% center; }
  .hero-shade { background:linear-gradient(0deg, rgba(5,6,5,.92), rgba(6,6,5,.12) 82%), linear-gradient(90deg, rgba(0,0,0,.45), transparent); }
  .hero-content { padding:150px 0 34px; margin-top:auto; }
  .hero h1 { font-size:clamp(52px, 15vw, 72px); letter-spacing:-4px; }
  .hero-copy { font-size:16px; margin:22px 0; }
  .hero-buttons .button { width:100%; justify-content:space-between; }
  .hero-facts { width:calc(100% - 36px); min-height:70px; overflow:hidden; gap:30px; justify-content:flex-start; white-space:nowrap; }
  .hero-facts span:nth-of-type(n+3), .hero-facts i:nth-of-type(n+2) { display:none; }
  .service-section { padding:90px 0; }
  .section-heading { display:block; }
  .section-heading .eyebrow { margin-bottom:26px; }
  h2 { font-size:48px; letter-spacing:-3px; }
  .service-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:12px; margin-right:-18px; padding-right:18px; }
  .service-card { flex:0 0 84vw; height:540px; scroll-snap-align:start; }
  .service-shortcuts { grid-template-columns:1fr 1fr; }
  .service-shortcuts a { min-height:105px; border-bottom:1px solid var(--line); }
  .service-shortcuts a:nth-child(2) { border-right:0; }
  .service-main { height:540px; }
  .card-content { inset:auto 22px 22px; }
  .card-content h3,.service-main h3 { font-size:33px; }
  .local-story { display:flex; flex-direction:column; }
  .story-image img { height:52svh; min-height:450px; }
  .story-copy { padding:80px 24px; }
  .terminal-section { padding:90px 0; display:flex; flex-direction:column; gap:52px; }
  .terminal-image img { height:550px; }
  .terminal-image figcaption { flex-direction:column; gap:5px; }
  .accessible-section { display:flex; flex-direction:column; }
  .accessible-image img { min-height:0; height:62svh; object-position:60% center; }
  .accessible-copy { padding:76px 24px 90px; }
  .accessible-copy .button { width:100%; }
  .fleet-section { padding:90px 0; }
  .fleet-heading { display:block; }
  .fleet-heading>p { margin-top:28px; }
  .fleet-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; margin-right:-18px; padding-right:18px; }
  .fleet-card { flex:0 0 82vw; height:520px; scroll-snap-align:start; }
  .fleet-wide { height:520px; }
  .fleet-button { width:100%; }
  .business-section { padding:90px 0; display:block; }
  .business-label { margin-bottom:30px; }
  .rail-note { grid-template-columns:1fr; padding:12px; gap:20px; }
  .rail-note img { height:230px; }
  .rail-note>div { padding:0 8px 10px; }
  .disruption-hero { min-height:570px; }
  .disruption-hero-copy { padding-bottom:58px; }
  .disruption-hero h1 { font-size:52px; letter-spacing:-3px; }
  .disruption-hero-copy>p:not(.eyebrow) { font-size:16px; }
  .disruption-content { padding-top:70px; padding-bottom:75px; }
  .disruption-lead,.disruption-area-grid { grid-template-columns:1fr; gap:38px; }
  .capacity-grid { grid-template-columns:1fr 1fr; margin-top:50px; }
  .capacity-grid>div { min-height:145px; border-bottom:1px solid var(--line); }
  .capacity-grid>div { padding:20px 18px; }
  .capacity-grid p { margin-top:30px; font-size:15px; }
  .disruption-area { padding:75px 0; }
  .disruption-area h2 { letter-spacing:-2.5px; }
  .urgent-inner,.disruption-footer>div { align-items:flex-start; flex-direction:column; }
  .urgent-actions { text-align:left; }
  .brand-section { height:72svh; min-height:560px; }
  .brand-message h2 { letter-spacing:-5px; }
  .final-cta { padding:90px 0; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1 / 3; }
  footer { padding-bottom:100px; }
  .mobile-bar { position:fixed; z-index:50; bottom:0; left:0; right:0; display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#333; padding:max(8px, env(safe-area-inset-bottom)) 8px 8px; }
  .mobile-bar a { min-height:50px; display:flex; align-items:center; justify-content:center; background:#fff; color:#111; font-weight:800; font-size:14px; border-radius:8px; }
  .mobile-bar a:last-child { background:var(--yellow); }
  .mobile-bar-single { grid-template-columns:1fr; }
  .mobile-bar-single a:first-child { background:var(--yellow); }
}

@media (max-width: 540px) {
  .site-header .header-actions>.button-small { display:none; }
  .header-actions .button { font-size:12px; }
  .hero h1 { max-width:390px; }
  .footer-grid { gap:40px 25px; }
  .footer-bottom { flex-direction:column; gap:8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
