:root{--red:#d63830;--cherry:#841f28;--night:#14273d;--aluminum:#dce2e4;--ice:#afcde0;--mint:#b8d8c3;--amber:#f2b765;--graphite:#272d31;--white:#f8faf9;--line:#87939a;--sans:"Trebuchet MS",Arial,sans-serif;--serif:Cambria,Constantia,Georgia,serif;--mono:"Lucida Sans Typewriter",Monaco,Consolas,monospace}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--aluminum);color:var(--graphite);font-family:var(--serif);font-size:18px;line-height:1.6}img{display:block;max-width:100%}a{color:inherit}button,a{font:inherit}.crz-skip{position:fixed;left:1rem;top:-6rem;z-index:100;background:var(--amber);color:var(--night);padding:.7rem 1rem;font-family:var(--sans);font-weight:700}.crz-skip:focus{top:1rem}.crz-wrap{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.crz-site-header{position:sticky;top:0;z-index:50;background:var(--night);color:var(--white);border-bottom:4px solid var(--red)}.crz-header-inner{min-height:76px;display:flex;align-items:center;gap:2rem}.crz-brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-family:var(--sans);font-weight:800;letter-spacing:-.03em}.crz-brand img{width:48px;height:34px}.crz-nav{margin-left:auto;display:flex;align-items:center;gap:.25rem}.crz-nav a{padding:.7rem .85rem;text-decoration:none;font-family:var(--sans);font-size:.92rem;border-radius:.35rem}.crz-nav a:hover,.crz-nav a[aria-current="page"]{background:var(--red)}.crz-seat{font:700 .8rem var(--mono);background:var(--amber);color:var(--night);padding:.45rem .62rem;border-radius:.3rem}.crz-menu-button{display:none;margin-left:auto;background:transparent;color:var(--white);border:2px solid var(--ice);padding:.55rem .75rem;border-radius:.35rem}.crz-hero{background:var(--night);padding:2rem 0 0;color:var(--white)}.crz-hero-shell{position:relative;display:grid;grid-template-columns:1fr;min-height:650px;overflow:hidden;border:10px solid #aeb8bc;border-radius:3rem 3rem 0 0;box-shadow:inset 0 0 0 3px #66727a}.crz-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.crz-hero-image::after{content:""}.crz-hero-copy{position:relative;z-index:1;align-self:end;width:min(720px,90%);margin:2rem;background:var(--red);padding:clamp(1.5rem,4vw,3rem);clip-path:polygon(0 0,92% 0,100% 22%,100% 100%,0 100%);box-shadow:18px 18px 0 rgba(20,39,61,.86)}.crz-kicker,.crz-label{font:700 .78rem var(--mono);letter-spacing:.08em}.crz-hero h1,.crz-page-hero h1{font:800 clamp(2.6rem,7vw,5.8rem)/.94 var(--sans);letter-spacing:-.06em;margin:.5rem 0 1.2rem}.crz-hero p{max-width:58ch}.crz-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}.crz-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1rem;background:var(--night);color:var(--white);text-decoration:none;font-family:var(--sans);font-weight:700;border:2px solid var(--night);border-radius:.35rem}.crz-button-secondary{background:transparent;border-color:var(--white)}.crz-route{background:var(--white);color:var(--night);border-bottom:6px solid var(--red)}.crz-route ol{list-style:none;margin:0;padding:1rem 0;display:grid;grid-template-columns:repeat(5,1fr);gap:.7rem}.crz-route li{position:relative;padding:1.7rem .45rem .2rem;text-align:center;font:700 .75rem/1.25 var(--mono)}.crz-route li::before{content:"";position:absolute;top:.45rem;left:50%;width:.8rem;height:.8rem;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px var(--ice)}.crz-route li:not(:last-child)::after{content:"";position:absolute;top:.8rem;left:calc(50% + .7rem);width:calc(100% - 1.4rem);height:3px;background:var(--night)}.crz-section{padding:clamp(3.5rem,8vw,7rem) 0}.crz-section h2{font:800 clamp(2rem,5vw,4.2rem)/1 var(--sans);letter-spacing:-.05em;margin:0 0 2rem;max-width:17ch}.crz-intro{max-width:64ch;font-size:1.2rem}.crz-carriages{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.crz-game-card{background:var(--white);border:2px solid #8c999f;border-top:12px solid var(--red);border-radius:1.4rem .4rem 1.4rem .4rem;overflow:hidden}.crz-game-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.crz-game-body{padding:1.25rem}.crz-game-card h2,.crz-game-card h3{font:800 1.7rem var(--sans);margin:.4rem 0}.crz-game-card p{margin:.6rem 0}.crz-game-meta{display:flex;justify-content:space-between;gap:.5rem;font:.72rem var(--mono);color:var(--cherry)}.crz-game-card .crz-button{width:100%;margin-top:.7rem;background:var(--red);border-color:var(--red)}.crz-principles{background:var(--night);color:var(--white)}.crz-principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.crz-principle{padding:1.25rem 0;border-top:5px solid var(--mint)}.crz-principle h3{font:700 1.1rem var(--sans);margin:0 0 .4rem}.crz-notice{background:var(--amber);color:var(--night)}.crz-notice-inner{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1fr);gap:3rem;align-items:center}.crz-page-hero{padding:clamp(3rem,8vw,7rem) 0;background:var(--red);color:var(--white);border-bottom:14px solid var(--night)}.crz-page-hero h1{max-width:16ch}.crz-page-hero p{max-width:62ch;font-size:1.2rem}.crz-page-hero--ice{background:var(--ice);color:var(--night)}.crz-map{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.crz-map article{background:var(--white);padding:1.5rem;border-left:8px solid var(--red)}.crz-map h2,.crz-map h3{font:800 1.5rem var(--sans);margin:0 0 .5rem}.crz-prose{max-width:820px}.crz-prose h2{font:800 2rem/1.1 var(--sans);margin:2.5rem 0 .7rem}.crz-prose h3{font:800 1.3rem var(--sans)}.crz-prose li{margin:.5rem 0}.crz-technical{background:var(--white);border-left:14px solid var(--red);padding:clamp(1.3rem,4vw,3rem);box-shadow:10px 10px 0 var(--ice)}.crz-email{overflow-wrap:anywhere;font:800 clamp(1.4rem,5vw,3.4rem) var(--sans);color:var(--cherry)}.crz-game-stage{padding:2rem 0 5rem;background:var(--night)}.crz-game-frame{display:block;width:100%;height:min(780px,80vh);min-height:560px;border:10px solid #aeb8bc;border-radius:1rem;background:#08111d}.crz-back{display:inline-block;color:var(--white);margin:0 0 1rem;font-family:var(--sans);font-weight:700}.crz-site-footer{background:var(--night);color:var(--white);padding:3rem 0;border-top:6px solid var(--red)}.crz-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.crz-footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem}.crz-footer-links a{font-family:var(--sans)}.crz-footer-email{overflow-wrap:anywhere}.crz-fine{color:var(--ice);font-size:.88rem}.crz-site-footer img{width:68px}.crz-policy-main{background:var(--white);padding:4rem 0 6rem;border-left:10px solid var(--red)}:focus-visible{outline:4px solid var(--amber);outline-offset:4px}@media(max-width:820px){.crz-menu-button{display:block}.crz-nav{display:none;position:absolute;top:76px;left:0;right:0;padding:1rem;background:var(--night);border-bottom:4px solid var(--red);flex-direction:column;align-items:stretch}.crz-nav.crz-nav-open{display:flex}.crz-seat{margin-right:.2rem}.crz-hero-shell{min-height:590px;border-width:6px;border-radius:1.5rem 1.5rem 0 0}.crz-hero-copy{margin:1rem;width:calc(100% - 2rem)}.crz-route ol{grid-template-columns:1fr}.crz-route li{text-align:left;padding:.5rem .5rem .5rem 2rem}.crz-route li::before{left:.45rem;top:.8rem}.crz-route li::after{display:none}.crz-carriages,.crz-principle-grid,.crz-map{grid-template-columns:1fr 1fr}.crz-notice-inner{grid-template-columns:1fr}.crz-footer-grid{grid-template-columns:1fr}.crz-game-frame{min-height:500px;height:75vh}}
@media(max-width:560px){body{font-size:16px}.crz-wrap{width:min(100% - 1.2rem,1180px)}.crz-brand span{font-size:.95rem}.crz-seat{display:none}.crz-hero-copy{clip-path:none}.crz-hero h1,.crz-page-hero h1{font-size:clamp(2.3rem,13vw,3.6rem)}.crz-actions{flex-direction:column}.crz-carriages,.crz-principle-grid,.crz-map{grid-template-columns:1fr}.crz-game-frame{border-width:5px;min-height:480px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
.crz-footer-address{overflow-wrap:anywhere}
