@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#063e4b;--yellow:#f0cf24;--muted:#536b70;--line:#d8e3e4;--soft:#f0f5f5;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:white;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit}button{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #cc493d;outline-offset:5px}.skip{position:fixed;top:-80px;left:20px;z-index:100;padding:15px;background:var(--yellow)}.skip:focus{top:10px}header{max-width:1440px;margin:auto;padding:25px 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:25px}.wordmark{font-weight:800;text-decoration:none;line-height:.94;font-size:1.32rem;letter-spacing:-.04em;position:relative;padding-right:46px}.wordmark span{position:absolute;right:0;bottom:2px;font-size:.7rem;writing-mode:vertical-rl;letter-spacing:.15em}nav{display:flex;gap:32px}nav a{text-decoration:none;font-size:.94rem;font-weight:600}nav a:hover{text-decoration:underline;text-underline-offset:6px}.hero{max-width:1440px;margin:auto;min-height:560px;display:grid;grid-template-columns:1.12fr 1fr;align-items:center;padding:65px 6% 75px;gap:10px}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;margin:0 0 18px;line-height:1.6}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;line-height:1.02;margin:0;font-weight:700}h1{font-size:clamp(3.2rem,5.5vw,5.6rem);letter-spacing:-.025em}h1 span{color:#597579}p{line-height:1.75}.intro{font-size:1.15rem;max-width:440px;margin:24px 0 10px}.subintro{color:var(--muted);max-width:430px;margin:0 0 30px}.hero-logo{overflow:hidden;min-width:0;display:grid;place-items:center}.hero-logo img{width:162%;max-width:none;height:auto;display:block}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:16px 23px;background:var(--ink);color:white;text-decoration:none;border:1px solid var(--ink);border-radius:4px;font-size:.94rem;font-weight:600;line-height:1.5;transition:transform .15s,background .15s}.button:hover{background:#0d5666;transform:translateY(-2px)}.button.yellow{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.button.yellow:hover{background:#ffe354}.games{background:var(--soft);padding:65px max(6%,calc((100% - 1268px)/2)) 80px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-heading h2{font-size:clamp(2rem,3.5vw,3rem)}.section-heading>p{font-size:.9rem;max-width:200px;color:var(--muted);margin:0 0 3px}.section-heading .eyebrow{margin-bottom:10px}.game{background:white;margin-bottom:40px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.game:last-child{margin:0}.game-image{aspect-ratio:8/3;display:block;width:100%;height:auto;object-fit:cover}.game-body{display:grid;grid-template-columns:100px 1fr;padding:35px 42px 40px;gap:25px}.number{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:4.6rem;line-height:1;color:#cbdadb}.game .eyebrow{margin-bottom:9px;font-size:.75rem}.game h3{font-size:clamp(2.2rem,3.4vw,3.5rem)}.subtitle{font-size:.6em;font-weight:600}.game p:not(.eyebrow){max-width:770px;color:var(--muted);margin:18px 0}.facts{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px 0;font-size:.88rem;font-weight:600;margin:23px 0}.facts li+li{border-left:1px solid #b8cacc;margin-left:18px;padding-left:18px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 26px}.actions button{border:none;background:none;padding:14px 0;color:var(--ink);text-decoration:underline;text-underline-offset:5px;cursor:pointer;font-size:.94rem;font-weight:600}.studio{display:grid;grid-template-columns:1fr 2fr;gap:40px;background:var(--ink);color:white;padding:80px max(6%,calc((100% - 1268px)/2))}.studio>.eyebrow{color:var(--yellow)}.studio h2{font-size:clamp(2.8rem,4.5vw,4.6rem);margin-bottom:24px}.studio p:not(.eyebrow){max-width:620px;color:#d5e3e6;margin-bottom:0}.contact{padding:65px max(6%,calc((100% - 1268px)/2));display:flex;justify-content:space-between;align-items:center;gap:35px;background:var(--yellow)}.contact .eyebrow{margin-bottom:8px}.contact h2{font-size:2.5rem}.contact>a{font-weight:600;text-underline-offset:6px;overflow-wrap:anywhere}footer{max-width:1440px;margin:auto;padding:28px 6%;display:flex;justify-content:space-between;gap:20px;font-size:.8rem;line-height:1.6;color:var(--muted)}dialog{border:none;border-radius:8px;color:var(--ink);width:min(660px,calc(100% - 32px));max-height:85dvh;padding:45px;box-shadow:0 20px 100px #001c3155}dialog::backdrop{background:#001c31aa;backdrop-filter:blur(5px)}dialog h2{font-size:2.8rem;margin-bottom:23px}dialog p:not(.eyebrow){color:var(--muted)}dialog .button{margin-top:12px}.close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:2rem;color:var(--ink);width:44px;height:44px;cursor:pointer}body:has(dialog[open]){overflow:hidden}@media(min-width:1500px){.hero-logo img{max-width:820px}}@media(max-width:800px){.hero{padding-top:45px;padding-bottom:45px;min-height:470px}h1{font-size:3.4rem}.intro{font-size:1rem}.game-body{grid-template-columns:55px 1fr;padding:28px;gap:20px}.number{font-size:3.3rem}.contact{align-items:start;flex-direction:column;gap:25px}.studio{grid-template-columns:1fr;gap:15px}}@media(max-width:580px){header{padding:20px 6%;gap:15px}.wordmark{font-size:1.1rem;padding-right:28px}.wordmark span{font-size:.6rem}nav{gap:15px}nav a{font-size:.875rem}.hero{display:flex;flex-direction:column-reverse;padding:10px 6% 44px;gap:0;align-items:stretch}.hero-logo{height:auto;grid-template-columns:minmax(0,1fr);padding:8px 0 16px}.hero-logo img{width:162%;max-width:540px;height:auto}.hero .eyebrow{font-size:.75rem;margin-bottom:12px}h1{font-size:3.4rem}.intro{margin-top:20px;max-width:none}.subintro{margin-bottom:25px}.games{padding-top:38px;padding-bottom:40px}.section-heading{display:block;margin-bottom:25px}.section-heading>p{max-width:none;margin-top:15px}.game{margin-bottom:25px}.game-body{display:block;padding:24px}.number{display:none}.game h3{font-size:2.6rem}.game .eyebrow{font-size:.75rem;letter-spacing:.08em}.game p:not(.eyebrow){font-size:1rem}.facts{font-size:.875rem}.facts li+li{padding-left:10px;margin-left:10px}.actions{gap:2px}.actions .button{width:100%;padding:14px 10px}.actions button{margin-top:8px}.studio{padding-top:44px;padding-bottom:44px}.contact{padding-top:38px;padding-bottom:38px}.contact h2{font-size:2.2rem}footer{flex-direction:column;gap:8px}dialog{padding:40px 24px 28px}dialog h2{font-size:2.4rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

@media(max-width:380px){header{flex-wrap:wrap}nav{width:100%;justify-content:space-between}h1{font-size:3rem}.facts{gap:9px}.facts li+li{padding-left:0;margin-left:0;border-left:0}.facts li{margin-right:6px}}

.header-tools{display:flex;align-items:center;gap:30px}.language-switch{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:5px;flex-shrink:0}.language-switch button{border:0;border-radius:3px;background:transparent;color:var(--ink);min-height:38px;min-width:42px;padding:7px 10px;font-size:.875rem;font-weight:700;cursor:pointer}.language-switch button[aria-pressed=true]{background:var(--ink);color:white}.language-switch button:hover:not([aria-pressed=true]){background:var(--soft)}.game .format-note,dialog .format-note{font-size:.875rem;color:var(--muted);margin:17px 0 0}.print-play{margin-top:38px;border-top:1px solid #bccfd2;padding-top:30px;max-width:760px}.print-play .eyebrow{margin-bottom:8px}.print-play h3{font-size:2.2rem}.print-play>p:last-child{color:var(--muted);margin-bottom:0}.studio p.studio-note{margin-top:25px;font-size:.875rem;color:#b9cfd4}.section-heading>p{max-width:240px}
@media(max-width:800px){header{flex-wrap:wrap}.header-tools{gap:20px}header nav{gap:22px}}
@media(max-width:580px){header{gap:18px}.header-tools{width:100%;justify-content:space-between;gap:14px}header nav{gap:18px}.language-switch button{min-height:40px;min-width:40px;padding:6px}.print-play{margin-top:28px}.section-heading>p{max-width:none}}
@media(max-width:380px){header nav{width:auto;gap:14px;flex-wrap:wrap}.header-tools{align-items:center}.language-switch button{min-width:36px}}

.contact-copy{flex:1;max-width:650px;min-width:0}.contact-copy>p:not(.eyebrow){margin:18px 0 0}.contact-action{flex:0 1 340px;min-width:0}.contact-action .button{max-width:100%}.contact-address{display:block;margin-top:18px;font-weight:600;overflow-wrap:anywhere;text-underline-offset:5px}.contact-action>p{font-size:.875rem;line-height:1.65;margin:14px 0 0}@media(max-width:800px){.contact-action{flex:auto;max-width:500px}}

.button.secondary{background:transparent;color:var(--ink);border-color:#9ab1b6}.button.secondary:hover{background:var(--soft);border-color:var(--ink)}footer{align-items:center}.fulfillment{display:flex;align-items:center;gap:18px}.fulfillment>span{max-width:190px;font-size:.875rem}.fulfillment a{display:inline-flex;flex-shrink:0;padding:5px 0}.fulfillment img{display:block;width:125px;height:auto}.actions{gap:12px 18px}dialog .actions{margin-top:22px}dialog .actions .button{margin-top:0}@media(max-width:800px){footer{align-items:flex-start;flex-wrap:wrap}.fulfillment{flex-wrap:wrap;gap:10px 18px}}@media(max-width:580px){footer{gap:22px}.fulfillment>span{max-width:none}.fulfillment{align-items:center}}
