@font-face { font-family: "Source Serif 4"; src: url("source-serif-4.ttf") format("truetype"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("source-serif-4-italic.ttf") format("truetype"); font-style: italic; font-weight: 400 700; font-display: swap; }
:root { --paper:#f3f2f2; --ink:#201e1d; --cyan:#0088b0; --cyan-dark:#006786; --magenta:#d6006c; --yellow:#edbb00; --line:rgba(32,30,29,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:400 17px/1.55 "Source Serif 4", Georgia, serif; }
a { color:inherit; text-underline-offset:4px; }
a:focus-visible { outline:2px solid var(--cyan); outline-offset:4px; }
.wrap { width:min(100% - 60px, 1180px); margin:0 auto; }
.masthead { padding:25px 0 18px; border-bottom:1px solid var(--line); }
.masthead-inner { display:flex; justify-content:space-between; align-items:baseline; gap:20px; }
.wordmark { font-size:1.45rem; font-weight:600; letter-spacing:-.03em; text-decoration:none; }
.edition { color:#605d5d; font-size:.8rem; font-style:italic; }
.hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.64fr); gap:90px; align-items:center; min-height:650px; padding-top:65px; padding-bottom:80px; }
.kicker { margin:0 0 20px; color:var(--cyan-dark); font-size:.78rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
h1,h2,h3 { margin:0; font-weight:600; letter-spacing:-.045em; line-height:1.05; }
h1 { font-size:clamp(4rem,8vw,7.4rem); }
h1 em,h2 em { color:var(--magenta); font-style:italic; }
.lead { max-width:430px; margin:28px 0 30px; font-size:1.18rem; }
.button { display:inline-flex; align-items:center; gap:15px; padding:12px 0; color:var(--cyan-dark); font-weight:600; text-decoration:underline; text-decoration-color:var(--cyan); text-decoration-thickness:2px; }
.button:hover { color:var(--magenta); }
.hero-note { align-self:stretch; display:flex; flex-direction:column; justify-content:space-between; min-height:380px; padding:24px 0 24px 30px; border-left:3px solid var(--cyan); }
.hero-note span { color:var(--magenta); font-size:.78rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.hero-note strong { max-width:330px; font-size:clamp(2rem,3.5vw,3.5rem); font-weight:600; line-height:1.04; letter-spacing:-.04em; }
.hero-note small { max-width:300px; color:#605d5d; font-size:1rem; font-style:italic; }
.hero-art { position:relative; min-height:430px; overflow:hidden; background:#cbeeff; isolation:isolate; }
.hero-art img { display:block; width:100%; height:100%; min-height:430px; object-fit:cover; object-position:center; }
.hero-art::after { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(0,136,176,.08),transparent 55%),linear-gradient(0deg,rgba(32,30,29,.15),transparent 42%); z-index:3; pointer-events:none; }
.sun { position:absolute; width:160px; height:160px; right:13%; top:12%; border-radius:50%; background:var(--yellow); opacity:.9; }
.mountain { position:absolute; bottom:130px; width:80%; height:210px; background:#62c5ee; clip-path:polygon(0 100%,35% 18%,48% 52%,65% 0,100% 100%); }
.mountain-back { right:-16%; opacity:.6; background:#99e0ff; transform:scale(1.1); }
.mountain-front { left:-15%; }
.train { position:absolute; z-index:2; bottom:116px; left:8%; display:flex; align-items:end; width:87%; height:125px; transform:skewY(-2deg); }
.locomotive,.wagon { position:relative; height:92px; border:4px solid var(--ink); background:var(--magenta); }
.locomotive { width:26%; border-radius:12px 2px 0 0; background:var(--cyan-dark); }
.locomotive::before { content:""; position:absolute; left:-18px; bottom:-15px; width:28px; height:29px; border:4px solid var(--ink); border-radius:50%; background:var(--yellow); }
.locomotive i { position:absolute; right:16px; width:7px; height:7px; border-radius:50%; background:var(--yellow); }
.locomotive i:nth-child(1){top:18px}.locomotive i:nth-child(2){top:34px}.locomotive i:nth-child(3){top:50px}
.wagon { width:24%; margin-left:5px; background:#eae9e9; }
.wagon::after,.locomotive::after { content:""; position:absolute; left:10%; right:10%; bottom:-19px; height:17px; border:4px solid var(--ink); border-radius:50%; background:#605d5d; }
.wagon b { position:absolute; top:15px; left:18px; color:var(--magenta); font-size:2.7rem; }
.wagon-dining { background:var(--yellow); }.wagon-dining span { position:absolute; top:18px; left:35%; color:var(--magenta); font-size:2rem; }
.rail { position:absolute; z-index:2; bottom:67px; height:6px; width:120%; background:var(--ink); transform:rotate(-5deg); }.rail-one{left:-7%}.rail-two{left:-7%;bottom:35px}
.sleepers { position:absolute; z-index:1; bottom:20px; left:-4%; width:110%; height:100px; opacity:.75; background:repeating-linear-gradient(90deg,transparent 0 28px,var(--ink) 29px 38px,transparent 39px 66px); transform:rotate(-5deg); }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:90px; padding-top:115px; padding-bottom:110px; border-top:1px solid var(--line); }
.intro h2 { font-size:clamp(2.7rem,5vw,5.3rem); }.intro-body { max-width:510px; padding-top:36px; font-size:1.18rem; }.note { color:#605d5d; font-style:italic; font-size:1rem; }
.features { display:grid; grid-template-columns:repeat(3,1fr); gap:55px; padding-bottom:120px; }.features article { padding-top:18px; border-top:2px solid var(--ink); }.number { color:var(--magenta); font-variant-numeric:tabular-nums; }.features h3 { margin:24px 0 14px; font-size:1.55rem; }.features p { margin:0; color:#605d5d; }
.closing { padding:95px 0 105px; color:var(--paper); background:var(--cyan-dark); }.closing .kicker { color:var(--yellow); }.closing h2 { font-size:clamp(3rem,6vw,6.5rem); }.closing p:last-child { margin:30px 0 0; font-style:italic; }
.closing a { color:var(--paper); text-decoration-color:var(--yellow); }
.footer { display:flex; justify-content:space-between; padding:24px 0 30px; color:#605d5d; font-size:.84rem; }.footer a { color:var(--cyan-dark); }
@media (max-width:800px) { .wrap{width:min(100% - 36px,1180px)} .hero{grid-template-columns:1fr;gap:45px;min-height:0;padding-top:60px}.hero-note{min-height:260px}.intro{grid-template-columns:1fr;gap:0;padding-top:80px;padding-bottom:80px}.intro-body{padding-top:0}.features{grid-template-columns:1fr;gap:40px;padding-bottom:80px}.closing{padding:75px 0}.footer{display:block}.footer a{display:block;margin-top:8px} }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
