@import url('fonts/fonts.css');
:root{--yellow:#ffe142;--ink:#171916;--paper:#fffdf2;--line:rgba(23,25,22,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;background:var(--yellow);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #ab3100;outline-offset:6px}.header{margin:0 5%;height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink)}.wordmark{font-size:40px;font-weight:800;letter-spacing:-4px;text-decoration:none;display:flex;align-items:center;gap:15px}.wordmark span{font-size:12px;letter-spacing:0;border:1px solid var(--ink);padding:4px}.edition{font-size:12px;line-height:1.5;letter-spacing:.11em;font-weight:700}.navlink{font-size:14px;font-weight:700;text-decoration:none}.navlink span{margin-left:25px;font-size:23px}.hero{padding:30px 5% 60px}.eyebrow{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.12em}h1{font-family:'Barlow Condensed','Impact','Arial Narrow',sans-serif;font-size:clamp(90px,19.7vw,310px);line-height:.84;font-weight:800;letter-spacing:-.02em;margin:40px 0 42px}.second-line{display:flex;align-items:center;justify-content:space-between}.asterisk{font-family:Arial,sans-serif;font-size:.78em;font-weight:400;line-height:1;margin-right:4%;display:inline-block;animation:turn 35s linear infinite}.hero-bottom{display:grid;grid-template-columns:1fr 1fr auto;gap:36px;align-items:center}.hero-statement{font-size:clamp(26px,3vw,44px);font-weight:700;line-height:1.1;margin:0;letter-spacing:-.045em}em{font-family:Georgia,serif;font-weight:400}.hero-copy p{font-size:18px;line-height:1.5;margin:0 0 20px}.pill{display:inline-flex;gap:20px;text-decoration:none;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:8px;font-weight:700}.stamp{width:134px;height:134px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:50%;transform:rotate(10deg);outline:1px solid var(--ink);outline-offset:-8px}.stamp strong{font-size:34px;letter-spacing:-2px}.stamp span{font-size:13px;font-weight:800}.stamp small{font-size:10px;margin-top:4px}.ticker{background:var(--ink);color:var(--yellow);overflow:hidden;padding:20px 0}.ticker div{display:flex;align-items:center;gap:42px;white-space:nowrap;width:max-content;animation:travel 35s linear infinite;font-size:18px;font-weight:700;letter-spacing:.05em}.ticker span{font-size:25px}.intro{background:var(--paper);padding:100px 7%;display:grid;grid-template-columns:1fr 2fr;gap:50px}.section-label{font-size:12px;letter-spacing:.1em;font-weight:700}h2{font-size:clamp(36px,4.8vw,70px);line-height:1.03;letter-spacing:-.05em;margin:0 0 28px}.intro h2 span{color:#72756b}.intro p{max-width:600px;font-size:19px;line-height:1.65}.intro .aside{font-size:15px;border-left:2px solid var(--yellow);padding-left:18px;margin-top:30px}.cheese{background:var(--ink);color:var(--paper);padding:85px 7% 75px}.cheese-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.cheese .section-label{color:var(--yellow);margin-bottom:25px}.cheese h2{font-size:clamp(56px,7vw,100px);margin:0}.cheese h2 em{color:var(--yellow)}.cheese-heading>p{font-size:16px;line-height:1.65;color:#cdcec6}.quote-card{background:var(--yellow);color:var(--ink);padding:25px 35px;position:relative;transform:rotate(-1deg);margin:48px 0 35px}.receipt-top,.receipt-bottom{display:flex;justify-content:space-between;gap:15px;font-size:12px;letter-spacing:.075em;line-height:1.5}.receipt-top{padding-bottom:17px;border-bottom:1px dashed var(--ink);font-weight:700}.receipt-bottom{padding-top:17px;border-top:1px dashed var(--ink)}.quote-wrap{display:flex;gap:28px;align-items:flex-start;min-height:230px;padding:35px 0}.quote-mark{font-family:Georgia,serif;font-size:120px;line-height:1}.quote-wrap p{font-size:clamp(28px,3.7vw,52px);font-weight:600;letter-spacing:-.035em;line-height:1.16;margin:12px 0 0;max-width:900px}.cheese-actions{display:flex;align-items:center;justify-content:space-between;gap:25px}.cheese-actions p{color:#cdcec6;font-size:14px;line-height:1.6}.cheese-actions button{background:var(--yellow);color:var(--ink);border:0;padding:20px 27px;font:700 16px 'DM Sans',Arial,sans-serif;cursor:pointer;transition:transform .2s,background .2s}.cheese-actions button:hover{background:#fff5af;transform:translateY(-3px)}.cheese-actions button span{margin-left:35px;font-size:23px}.manifesto{padding:80px 7%;background:var(--paper)}.manifesto .section-label{margin-bottom:30px}.manifesto h2{font-size:clamp(34px,4vw,58px)}.manifesto h2 span{color:#72756b}.manifesto p{line-height:1.7;font-size:17px}.outro{padding:65px 7%;position:relative}.outro>p{font-size:clamp(60px,9vw,140px);font-weight:800;letter-spacing:-.065em;line-height:.97;margin:35px 0}.top-link{font-size:14px;font-weight:700;text-underline-offset:6px}footer{margin:0 5%;padding:30px 0;display:flex;align-items:center;flex-wrap:wrap;gap:20px;justify-content:space-between;border-top:1px solid var(--ink)}footer strong{font-size:14px}footer span,footer small{font-size:12px}@keyframes turn{to{transform:rotate(360deg)}}@keyframes travel{to{transform:translateX(-50%)}}@media(min-width:1600px){.hero,.intro,.cheese,.manifesto,.outro{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}h1{font-size:280px}}@media(max-width:700px){.header{height:80px}.edition{display:none}.hero{padding-top:23px;padding-bottom:38px}.eyebrow{font-size:10px}.eyebrow span:last-child{display:none}h1{font-size:23vw;margin:35px 0;line-height:.92}.asterisk{font-size:.65em;margin-right:0}.hero-bottom{grid-template-columns:1fr auto;gap:25px}.hero-statement{font-size:29px}.hero-copy{grid-column:1/-1;grid-row:2}.hero-copy p{font-size:17px}.stamp{width:105px;height:105px}.stamp strong{font-size:26px}.stamp span{font-size:11px}.stamp small{font-size:9px}.intro{padding:55px 6%;grid-template-columns:1fr;gap:27px}.intro p{font-size:17px}.cheese{padding:55px 6%}.cheese-heading{align-items:start;flex-direction:column;gap:10px}.cheese-heading>p{font-size:15px}.quote-card{padding:20px;margin-top:27px}.receipt-top,.receipt-bottom{font-size:10px;letter-spacing:.015em}.quote-wrap{gap:6px;min-height:235px;padding:27px 0}.quote-mark{font-size:65px}.quote-wrap p{font-size:29px;margin-top:6px}.receipt-bottom{flex-direction:column;gap:4px}.cheese-actions{align-items:start;flex-direction:column;gap:10px}.cheese-actions button{width:100%;display:flex;justify-content:space-between;align-items:center}.manifesto{padding:55px 6%}.outro{padding:50px 6%}footer{align-items:start;flex-direction:column;gap:13px}.ticker div{font-size:14px;gap:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Hornburg Arcade */
.arcade{padding:75px 7%;background:#283824;color:var(--paper)}.arcade-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.arcade-head .section-label{color:var(--yellow);margin-bottom:24px}.arcade-head h2{margin-bottom:25px}.arcade-head p{font-size:17px;line-height:1.6;color:#d2dbca}.game-select{display:flex;gap:12px;margin:28px 0 20px}.game-select button{flex:1;text-align:left;padding:20px 24px;border:1px solid #67745f;background:transparent;color:var(--paper);font:700 20px 'DM Sans',Arial,sans-serif;cursor:pointer}.game-select button[aria-pressed=true]{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.game-select button>span{font-size:14px;margin-right:16px;opacity:.65}.game-select small{display:block;font-size:12px;letter-spacing:.08em;margin:7px 0 0 36px}.cabinet{border:1px solid #78816e;background:var(--ink);box-shadow:8px 8px 0 #172113}.game-dashboard{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 24px;font-size:12px;letter-spacing:.08em}.game-dashboard b{font-size:20px;color:var(--yellow);margin-left:6px}.game-dashboard button{background:transparent;border:1px solid #79816f;color:var(--paper);padding:9px 14px;cursor:pointer;font:600 14px Arial,sans-serif}.game-dashboard button:disabled{opacity:.4;cursor:default}.game-screen{position:relative;overflow:hidden}#game-canvas{width:100%;height:auto;display:block;touch-action:pan-y}#game-overlay{position:absolute;inset:0;background:#131b12e8;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px;color:var(--paper)}#game-overlay[hidden]{display:none}#overlay-tag{font-size:12px;letter-spacing:.14em;color:var(--yellow)}#overlay-title{font-size:clamp(38px,5vw,72px);letter-spacing:-.045em;margin:12px 0;line-height:1}#overlay-copy{max-width:490px;font-size:17px;line-height:1.55;margin:8px 0 24px}#game-start,#game-drop{background:var(--yellow);color:var(--ink);border:0;padding:17px 27px;font:700 17px 'DM Sans',Arial,sans-serif;cursor:pointer}.game-controls{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 24px;border-top:1px solid #495041}.game-controls p{font-size:14px;text-align:center;line-height:1.55;margin:0;color:#c5cebc}.game-controls button{flex-shrink:0;touch-action:manipulation}.game-controls button[hidden]{display:none}#game-left,#game-right{width:65px;height:55px;border:1px solid #79816f;background:#303929;color:var(--yellow);font-size:28px;cursor:pointer}.game-status{font-size:14px;color:#d2dbca;min-height:24px;margin-top:24px}.arcade button:focus-visible{outline-color:white}.arcade button:hover:not(:disabled){filter:brightness(1.12)}.arcade button:active:not(:disabled){transform:translateY(2px)}
@media(max-width:700px){.arcade{padding:50px 5%}.arcade-head{display:block}.arcade-head p{font-size:15px}.game-select{gap:8px}.game-select button{padding:15px 12px;font-size:17px}.game-select button>span{margin-right:5px;font-size:12px}.game-select small{font-size:10px;letter-spacing:0;margin:6px 0 0}.game-dashboard{padding:12px;gap:10px;flex-wrap:wrap;font-size:10px}.game-dashboard>span:first-child{width:100%;font-size:12px}.game-dashboard b{font-size:17px}.game-dashboard button{margin-left:auto}.game-screen{min-height:320px}#game-canvas{height:320px;object-fit:fill}#game-overlay{padding:20px}#overlay-title{font-size:38px}#overlay-tag{font-size:10px}#overlay-copy{font-size:15px;line-height:1.4;margin:8px 0 18px}#game-start{padding:14px 20px;font-size:16px}.game-controls{padding:12px;gap:10px;flex-wrap:wrap}.game-controls p{font-size:12px;flex:1}#game-left,#game-right{width:45px;height:50px}#game-drop{width:100%;font-size:16px}.game-status{font-size:13px;line-height:1.5}}

.driver-intro{display:flex;gap:25px;align-items:center;border-top:1px solid #64715b;padding:14px 0;margin-top:20px}.driver-intro img{width:170px;height:170px;object-fit:contain;flex-shrink:0}.driver-intro .section-label{color:var(--yellow)}.driver-intro h3{font-size:28px;letter-spacing:-.035em;margin:10px 0}.driver-intro p{font-size:16px;line-height:1.5;color:#d2dbca;margin:0}@media(max-width:700px){.driver-intro{gap:12px}.driver-intro img{width:110px;height:130px}.driver-intro h3{font-size:22px}.driver-intro p{font-size:14px}}

.driver-intro img{clip-path:polygon(50.239% 1.914%,55.183% 2.552%,59.250% 5.582%,61.005% 9.250%,61.324% 13.876%,60.447% 17.863%,59.569% 21.372%,58.214% 24.880%,56.140% 25.917%,55.901% 29.266%,58.533% 31.579%,62.839% 32.456%,64.992% 34.530%,66.906% 39.713%,69.697% 44.019%,71.372% 46.252%,72.488% 51.595%,72.727% 52.472%,76.874% 52.951%,80.223% 54.386%,81.738% 57.018%,82.616% 61.085%,82.695% 65.391%,87.640% 65.789%,90.750% 67.783%,92.584% 73.046%,93.301% 77.990%,92.982% 82.935%,92.026% 86.523%,89.793% 88.038%,83.174% 88.357%,83.014% 89.633%,79.745% 91.866%,74.880% 93.939%,67.943% 95.774%,59.888% 96.890%,49.442% 97.289%,38.118% 96.332%,30.542% 94.976%,23.604% 92.743%,18.979% 90.510%,16.029% 88.357%,11.324% 87.959%,8.293% 87.161%,6.699% 85.167%,5.901% 82.297%,5.981% 75.758%,7.097% 71.451%,8.453% 68.102%,10.845% 66.507%,16.348% 65.789%,16.746% 58.453%,18.501% 54.386%,21.053% 53.110%,25.120% 53.030%,24.960% 49.362%,26.396% 45.614%,27.990% 43.541%,29.346% 40.032%,29.904% 35.965%,31.419% 33.493%,34.530% 32.536%,37.719% 31.818%,39.553% 30.383%,40.271% 26.954%,38.596% 24.561%,38.198% 22.010%,39.075% 18.421%,39.075% 14.912%,38.915% 12.121%,39.713% 8.852%,41.627% 6.619%,44.498% 3.828%)}

.driver-intro img{height:auto;aspect-ratio:1}

/* Wide-screen composition: bounded lines, a generous play area and collection alongside. */
.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.game-main{min-width:0}.game-screen{min-height:320px}#game-canvas{height:auto;max-height:760px;object-fit:contain;background:#222720}.game-controls{flex-wrap:wrap}.game-controls p{flex:1}.game-controls #game-gift{flex-basis:100%;border:0;background:var(--yellow);padding:14px 20px;font:700 16px 'DM Sans',Arial,sans-serif;color:var(--ink);cursor:pointer}.game-controls #game-gift[hidden]{display:none}.club{background:#1a2417;border:1px solid #65735a;padding:24px;box-shadow:7px 7px 0 #172113}.club>.section-label{color:var(--yellow);font-size:12px;letter-spacing:.06em}.club h3{font-size:30px;letter-spacing:-.04em;margin:12px 0 22px}.club-stats{display:flex;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid #4d5a44}.club-stats>span{font-size:12px;color:#c0cbb7}.club-stats strong{display:block;color:var(--yellow);font-size:25px;margin-top:6px}.club-how{font-size:14px;line-height:1.5;color:#d0d9c8}.club kbd{font:600 12px 'DM Sans',Arial,sans-serif;border:1px solid #849078;padding:1px 4px;white-space:nowrap}.club-card{display:flex;align-items:center;gap:13px;padding:12px 0;border-top:1px solid #3c4b34}.club-portrait{width:64px;height:64px;flex-shrink:0;background-image:url('cheese-club-portraits.png');background-size:300% 200%;border-radius:50%;border:2px solid #64735a}.club-card.locked .club-portrait{filter:grayscale(1) brightness(.38)}.club-card.active .club-portrait{border-color:var(--yellow)}.club-card.unlocked .club-portrait{border-color:#baff81}.club-card h4{font-size:17px;margin:0 0 2px}.club-card p{font-size:13px;margin:0 0 4px;color:#c3ceba}.club-card-status{font-size:12px;color:#b2bca9}.club-card.active .club-card-status{color:var(--yellow)}.club-card.unlocked .club-card-status{color:#baff81}.club-message{font-size:14px;line-height:1.5;border-top:1px solid #4d5a44;padding-top:16px;color:var(--yellow)}.club>small{font-size:12px;line-height:1.5;display:block;color:#b6c1ad}
@media(min-width:1600px){.header,footer{width:calc(100% - 112px);max-width:2200px;margin-inline:auto}.hero,.intro,.cheese,.manifesto,.outro,.arcade{padding-inline:max(56px,calc((100vw - 2200px)/2))}h1{font-size:clamp(280px,14.6vw,390px);max-width:1800px}.hero-bottom{max-width:1800px}.hero-copy{justify-self:center}.arcade{padding-top:65px;padding-bottom:70px}.arcade-head h2{font-size:72px}.arcade-head p{font-size:20px}.driver-intro{padding:8px 0}.driver-intro img{width:120px}.game-layout{grid-template-columns:minmax(0,1fr) 370px;gap:32px}.club{padding:26px}.club-portrait{width:70px;height:70px}.club-card{padding:13px 0}.game-dashboard{font-size:14px}.game-dashboard b{font-size:25px}.game-controls p{font-size:16px}.intro{grid-template-columns:1fr 2fr}.intro>div:last-child{max-width:1050px}.intro p{max-width:850px}.cheese .quote-wrap{min-height:270px}.cheese .quote-wrap p{max-width:1400px;font-size:60px}.outro>p{font-size:150px}}
@media(min-width:2400px){.hero{padding-top:34px;padding-bottom:68px}h1{margin-top:40px}.arcade-head{align-items:center}.game-select{max-width:calc(100% - 402px)}.game-screen{min-height:0}.club-card{padding:14px 0}.club-portrait{width:76px;height:76px}.club h3{font-size:34px}}
@media(max-width:1100px){.game-layout{grid-template-columns:1fr}.club{margin-top:10px}#club-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 20px}.club-stats{max-width:360px}.club-how{max-width:650px}}
@media(max-width:700px){#club-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}.club{padding:20px 16px}.club-card{gap:8px}.club-portrait{width:48px;height:48px}.club-card h4{font-size:15px}.club-card p{font-size:12px}.club-card-status{font-size:12px}.game-screen{min-height:300px}#game-canvas{height:auto;min-height:0;object-fit:contain}.game-controls p{font-size:12px}.driver-intro img{height:auto}}
@media(max-width:390px){#club-cards{grid-template-columns:1fr}.club-portrait{width:58px;height:58px}}
