.site-header{max-width:1440px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:23px 48px;border-bottom:1px solid var(--line);min-height:104px;gap:20px}.brand{display:block;flex-shrink:0;width:206px}.brand img{width:100%;height:62px;object-fit:contain}.site-header nav{display:flex;gap:36px}.site-header a:not(.brand){display:inline-flex;align-items:center;min-height:44px;font-size:13px;text-decoration:none}.site-header a:hover{color:var(--gold)}#exitQuiz{gap:12px}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;min-height:660px;padding-block:64px 58px;gap:25px}.hero h1{font-size:clamp(60px,5.8vw,86px);letter-spacing:-.025em}.hero h1 span{color:var(--gold)}.hero-intro{max-width:430px;font-size:17px;color:#bbbcb1;margin:26px 0 28px;line-height:1.65}.hero .micro{margin:13px 0 12px}.hero-art{height:490px;position:relative;isolation:isolate}.portrait{position:absolute;width:46%;aspect-ratio:5/7;border:1px solid #7c7047;border-radius:10px;overflow:hidden;box-shadow:0 25px 45px #0007}.portrait>img:first-child{width:100%;height:100%;object-fit:cover}.portrait:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#11180de8,transparent 65%);pointer-events:none}.portrait>span{position:absolute;z-index:1;bottom:22px;left:22px;right:16px;font:600 36px/1 var(--display)}.portrait small{display:block;font:12px var(--body);margin-top:7px;color:#dfdac8}.portrait-left{left:4%;top:70px;transform:rotate(-13deg)}.portrait-right{right:1%;top:70px;transform:rotate(13deg)}.portrait-front{left:28%;top:10px;width:49%;transform:rotate(-2deg);z-index:2;border-color:var(--gold)}.portrait .portrait-logo{position:absolute;top:18px;left:18px;width:65%;height:auto;z-index:1}.portrait b{display:block;font:700 12px var(--body);margin-top:25px}.portrait em{display:block;font:normal 8px var(--body);letter-spacing:.15em;color:var(--gold);margin-top:12px}.art-caption{position:absolute;bottom:0;text-align:center;width:100%;font-size:11px;letter-spacing:.06em;color:var(--muted)}.journey-strip{padding:25px 0;border-block:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:13px}.journey-strip b{font-family:var(--display);font-size:22px;font-weight:500;color:var(--gold);margin-right:16px}.journey-strip i{font-style:normal;color:#77796e}.tour{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding-block:100px}.tour h2{font-size:64px}.tour-details{padding-top:8px}.tour-date{font:600 28px var(--display);margin-bottom:18px}.tour-date span{display:inline-block;font:10px var(--body);color:var(--gold);border:1px solid #6c6240;padding:3px 7px;vertical-align:middle;margin-left:12px;letter-spacing:.08em}.tour-details>p:not(.tour-date){font-size:14px;max-width:510px;margin-bottom:16px}.plans{margin-top:28px;border-block:1px solid var(--line)}.plans summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:56px;font-size:13px;gap:16px}.plans summary::-webkit-details-marker{display:none}.plans summary span{font-size:24px;color:var(--gold)}.plans[open] summary span{transform:rotate(45deg)}.plans>p{font-size:12px;color:var(--muted);margin-bottom:18px}.merch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:24px}.merch-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px}.merch-grid figcaption{font-size:12px;padding-top:8px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-block:28px;color:var(--muted);font-size:11px}.site-footer p:first-child{font-size:10px;font-weight:700;letter-spacing:.08em}.site-footer span{font-weight:400;display:block;margin-top:5px;letter-spacing:.12em}
.quiz-shell{max-width:740px;width:calc(100% - 48px);margin:48px auto 70px}.progress-meta{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted);margin-bottom:12px}.progress-meta span:first-child{color:var(--gold);font-weight:700}.progress-track{height:3px;background:var(--line);margin-bottom:34px}.progress-track>div{background:var(--gold);height:100%;transition:width .2s}.question-meta{font-size:11px;color:var(--muted);margin-bottom:12px;letter-spacing:.035em}.quiz-shell h1{font-size:34px;line-height:1.12;max-width:700px;font-weight:500}.hand-layout{display:flex;gap:32px;margin:23px 0 25px;flex-wrap:wrap}.hand-label{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.playing-cards{display:flex;gap:5px}.playing-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eeeae0;color:#1e2625;border-radius:4px;width:40px;height:54px;font:bold 22px/1 var(--display);box-shadow:0 2px 0 #b6b3a6}.playing-card .suit{font:16px/1.1 Arial,sans-serif}.playing-card.red{color:#b42432}.options{padding:0;margin:24px 0 0;border:0;display:grid;gap:10px}.options legend{font-size:12px;color:var(--muted);padding:0 0 10px}.option{position:relative;display:flex;align-items:center;gap:16px;min-height:80px;padding:15px 20px;border:1px solid var(--line);border-radius:6px;cursor:pointer;background:var(--surface);transition:border-color .15s,background .15s}.option:hover{background:var(--surface-hover);border-color:#7c795e}.option:has(input:checked){border-color:var(--gold);background:#24271d}.option:has(input:focus-visible){outline:3px solid var(--gold);outline-offset:3px}.option input{width:19px;height:19px;margin:0;accent-color:var(--gold);flex-shrink:0}.option strong{display:block;font-size:14px;font-weight:600}.option small{display:block;font-size:12px;color:var(--muted);line-height:1.5;margin-top:3px}.terms{margin-top:18px;color:var(--muted);font-size:11px}.terms summary{min-height:44px;cursor:pointer;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}.terms p{max-width:660px;line-height:1.75}.quiz-actions{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.quiz-note{font-size:11px;color:var(--muted);margin-top:22px;text-align:center}
.gods-view{padding-block:58px 70px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.section-top h1{font-size:64px}.section-top p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:14px}.gods-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px}.god-choice{padding:0;border:0;background:none;text-align:left;display:flex;flex-direction:column;align-items:stretch}.god-choice .choice-portrait{aspect-ratio:5/6;position:relative;overflow:hidden;border-radius:6px;border:1px solid var(--line);transition:border-color .2s}.choice-portrait img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.choice-portrait:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#111b)}.choice-portrait>span{position:absolute;z-index:1;bottom:16px;left:16px;font:600 32px var(--display)}.god-choice:hover .choice-portrait{border-color:var(--g)}.god-choice:hover img{transform:scale(1.035)}.god-choice .choice-style{margin-top:12px;font-size:12px;font-weight:700;color:var(--g)}.god-choice .choice-description{font-size:12px;color:var(--muted);line-height:1.6;margin-top:5px;flex:1}.god-choice .choice-action{font-size:12px;color:var(--text);display:flex;justify-content:space-between;align-items:center;min-height:44px;border-bottom:1px solid var(--line);margin-top:8px}
.card-view{padding-block:52px 70px}.card-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:100px;max-width:1100px;margin:auto}.match-story h1{font-size:76px;color:var(--g,var(--gold));overflow-wrap:anywhere}.match-story .eyebrow{margin-bottom:12px}.match-style{font:500 26px var(--display);margin-top:4px}.match-description{font-size:14px;line-height:1.7;margin-top:16px;color:#c1c2b7;max-width:510px}.reason-block{margin-top:25px;padding:20px 0 0;border-top:1px solid var(--line)}.reason-block h2{font:600 12px var(--body)}.reason-block ul{padding-left:18px;margin:12px 0;font-size:12px;line-height:1.7;color:#bbbeb1}.reason-block li{padding-left:3px;margin-bottom:7px}.reason-block li::marker{color:var(--g,var(--gold))}.reason-block .micro{font-size:10px}.match-tools{display:flex;gap:24px;flex-wrap:wrap;margin:10px 0 20px}.match-tools a{font-size:11px}#cardForm{border-top:1px solid var(--line);padding-top:25px}#cardForm h2{font-size:32px}.form-intro{font-size:12px;margin-top:8px}.fields{margin-top:21px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.field label span{font-weight:400;color:var(--muted)}.field input{width:100%;min-height:48px;border:1px solid #505446;border-radius:5px;padding:11px 12px;background:#171914;color:var(--text);font-size:14px;line-height:1.4}.field input::placeholder{color:#85897e;font-size:12px}.field input[aria-invalid=true]{border-color:var(--danger)}.age-consent{display:flex;align-items:center;gap:10px;font-size:12px;min-height:44px;margin-top:14px;width:fit-content;cursor:pointer}.age-consent input{accent-color:var(--gold);width:18px;height:18px;margin:0}.field-error{font-size:11px;color:var(--danger);display:block}.field-error:not(:empty){margin-top:5px}.download-button{margin-top:16px;width:100%;justify-content:space-between}#downloadStatus{font-size:12px;color:var(--danger)}#downloadStatus:not(:empty){padding-top:12px}.privacy{margin-top:12px;font-size:10px}.card-stage{width:100%;max-width:420px;justify-self:center;padding-top:6px;align-self:start;position:sticky;top:24px}.preview-label{font-size:10px;letter-spacing:.13em;color:var(--muted);margin-bottom:14px;text-align:center}.live-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);vertical-align:2px;margin-right:6px}.player-card{container-type:inline-size;aspect-ratio:5/7;position:relative;overflow:hidden;width:100%;border:1px solid var(--g,var(--gold));border-radius:12px;background:#172019;box-shadow:0 22px 50px #0006}.player-card>.card-portrait{position:absolute;width:100%;height:100%;object-fit:cover;inset:0}.player-card:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,#0b100866 0%,transparent 30%,#0b1008ce 69%,#0b1008 100%)}.card-logo{position:absolute;top:6%;left:7%;width:49%;z-index:1}.card-sample{position:absolute;top:7%;right:7%;z-index:1;font-size:2.1cqw;letter-spacing:.1em;color:#e8e2d1;text-align:right;line-height:1.8}.card-content{position:absolute;z-index:1;bottom:5%;left:7%;right:7%}.card-god{font:600 13cqw/.9 var(--display);text-transform:uppercase;color:var(--g);white-space:nowrap}.card-god.long{font-size:10.5cqw}.card-style{font-size:3.1cqw;margin-top:2.5%;color:#ede9db}.card-player{border-top:1px solid #c5c39f52;padding-top:6%;margin-top:8%;font:600 5.5cqw/1.2 var(--display);letter-spacing:.035em;overflow-wrap:anywhere;min-height:1.2em}.card-city{font-size:3cqw;color:#c0c3b2;margin-top:2%;overflow-wrap:anywhere;min-height:1.6em}.card-bottom{display:flex;justify-content:space-between;gap:5%;margin-top:8%;padding-top:5%;border-top:1px solid #c5c39f52;font-size:2.1cqw;letter-spacing:.1em;color:#d1cdbb}.card-caption{text-align:center;margin-top:14px;font-size:10px}
.ready-view{padding-block:66px 80px}.ready-layout{max-width:1040px;margin:auto;display:grid;grid-template-columns:1.1fr 1fr;gap:100px;align-items:center}.ready-copy h1{font-size:76px}.ready-intro{font-size:15px;color:#c1c2b7;line-height:1.7;max-width:360px;margin:23px 0 25px}.save-help{font-size:12px;color:var(--muted);max-width:365px;margin:17px 0 10px}.save-help a{color:var(--text);display:inline-block;padding-block:6px}.next-steps{margin:22px 0 26px;border-top:1px solid var(--line);padding-top:25px}.next-steps h2{font-size:25px;margin-bottom:14px}.next-steps>a{display:flex;align-items:center;justify-content:space-between;min-height:48px;border-bottom:1px solid var(--line);font-size:13px;text-decoration:none}.next-steps>a:hover{color:var(--gold)}.ready-copy>.micro{max-width:340px}
@media(min-width:1500px){.hero{min-height:700px}.hero-art{height:510px}}
@media(max-width:1100px){.hero{min-height:600px}.hero-art{height:400px}.hero h1{font-size:64px}.hero-intro{font-size:15px}.portrait>span{font-size:28px;left:16px;bottom:16px}.portrait b{font-size:10px;margin-top:16px}.portrait em{font-size:7px}.portrait small{font-size:10px}.card-layout,.ready-layout{gap:50px}.gods-grid{gap:24px 16px}.tour{gap:50px}.journey-strip{font-size:11px}.journey-strip b{margin-right:8px}.match-story h1{font-size:66px}.fields{grid-template-columns:1fr}.card-stage{max-width:370px}}
@media(max-width:800px){.site-header{padding:16px 20px;min-height:86px}.brand{width:166px}.brand img{height:53px}.site-header nav{gap:20px}.site-header a:not(.brand){font-size:11px}.hero{padding-block:42px 34px;gap:12px;min-height:0}.hero h1{font-size:52px}.hero-intro{font-size:14px;margin:20px 0 22px}.hero-art{height:310px}.portrait-left,.portrait-right{top:44px}.portrait b{margin-top:12px;font-size:8px}.portrait em{font-size:6px}.portrait>span{font-size:22px;left:12px;right:12px}.portrait small{font-size:8px}.hero .button{gap:14px;font-size:13px;padding:13px 18px}.hero .micro{font-size:10px}.hero .text-link{font-size:11px}.art-caption{font-size:9px}.tour{padding-block:64px;gap:36px}.tour h2{font-size:52px}.tour-details>p:not(.tour-date){font-size:12px}.gods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.card-layout,.ready-layout{gap:32px}.match-story h1{font-size:54px}.card-view{padding-top:40px}.match-description{font-size:12px}.ready-copy h1{font-size:60px}.site-footer{font-size:10px}}
@media(max-width:600px){.site-header{padding-block:10px;min-height:78px}.brand{width:151px}.site-header nav{gap:16px}.site-header a:not(.brand){font-size:10px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:34px;gap:30px}.hero .eyebrow{font-size:9px;margin-bottom:16px}.hero h1{font-size:64px;max-width:380px}.hero-intro{font-size:14px;max-width:340px;margin:20px 0 22px}.hero .button{font-size:14px;padding:14px 20px;width:100%;justify-content:space-between;min-height:54px}.hero .micro{text-align:center;margin-bottom:8px;font-size:10px}.hero .text-link{justify-content:center;width:100%;font-size:11px}.hero-art{height:355px;width:min(100%,370px);margin:0 auto}.portrait-front{width:48%;left:27%;top:0}.portrait-left,.portrait-right{width:45%;top:35px}.portrait>span{font-size:28px}.portrait small{font-size:9px}.portrait b{font-size:9px}.portrait em{font-size:6px}.art-caption{bottom:8px;font-size:10px}.journey-strip{flex-direction:column;align-items:flex-start;gap:12px;font-size:12px;padding-block:24px}.journey-strip i{display:none}.journey-strip b{display:inline-block;min-width:28px;margin-right:10px;font-size:21px}.tour{grid-template-columns:1fr;gap:26px;padding-block:54px}.tour h2{font-size:56px}.tour .eyebrow{margin-bottom:14px}.tour-details>p:not(.tour-date){font-size:13px}.tour-date{font-size:26px}.site-footer{align-items:flex-start;flex-direction:column;gap:16px;padding-block:25px}.quiz-shell{width:calc(100% - 40px);margin-block:27px 45px}.progress-meta{font-size:10px}.progress-track{margin-bottom:26px}.quiz-shell h1{font-size:28px;line-height:1.15}.question-meta{font-size:10px;line-height:1.6}.hand-layout{gap:18px;margin:20px 0}.playing-card{width:32px;height:45px;font-size:20px}.playing-card .suit{font-size:14px}.playing-cards{gap:4px}.hand-label{font-size:9px}.options{margin-top:20px;gap:10px}.options legend{font-size:11px}.option{padding:14px 13px;gap:11px;min-height:83px}.option strong{font-size:13px}.option small{font-size:11px}.option input{width:17px;height:17px}.quiz-actions{gap:12px;margin-top:16px;padding-top:16px}.quiz-actions .button{font-size:12px;padding:12px 16px;gap:12px;min-height:50px}.quiz-actions .text-link{font-size:11px}.quiz-note{font-size:10px;margin-top:17px}.terms{margin-top:8px}.gods-view{padding-block:34px 50px}.section-top{align-items:start;margin-bottom:24px;gap:10px}.section-top h1{font-size:52px}.section-top .eyebrow{font-size:9px;margin-bottom:14px}.section-top p:not(.eyebrow){font-size:12px;margin-top:12px}.section-top .text-link{font-size:11px;flex-shrink:0}.gods-grid{gap:22px 13px}.choice-portrait>span{font-size:26px;left:12px;bottom:12px}.god-choice .choice-style{font-size:11px}.god-choice .choice-description{font-size:11px}.god-choice .choice-action{font-size:11px}.card-view{padding-block:32px 48px}.card-layout{display:flex;flex-direction:column;gap:30px}.match-story{display:contents}.match-story>.eyebrow{margin:0}.match-story h1{font-size:64px;margin-top:-22px}.match-style{font-size:24px;margin-top:-26px}.match-description{font-size:13px;margin-top:-18px}.card-layout{row-gap:30px}.reason-block{margin-top:-8px;padding-top:18px}.reason-block ul{font-size:11px}.reason-block .micro{font-size:10px}.match-tools{margin:-22px 0 -16px;gap:22px}.card-stage{position:static;max-width:260px;order:2;padding-top:0;align-self:center}.preview-label{font-size:9px;margin-bottom:12px}.card-layout #cardForm{order:3;width:100%;padding-top:24px}.fields{grid-template-columns:1fr;gap:16px;margin-top:20px}.field input{font-size:16px}.field input::placeholder{font-size:13px}.field label{font-size:12px}.age-consent{font-size:12px}.privacy{font-size:10px}.form-intro{font-size:12px}.card-caption{font-size:9px}.ready-view{padding-block:38px 48px}.ready-layout{display:flex;flex-direction:column;gap:30px;align-items:stretch}.ready-copy h1{font-size:64px}.ready-copy .eyebrow{margin-bottom:14px}.ready-intro{font-size:14px;margin-block:20px 22px}.ready-copy>.button{width:100%;justify-content:space-between}.ready-copy .micro{max-width:none}.ready-layout .card-stage{max-width:290px}.save-help{font-size:11px}.next-steps{margin-block:18px 22px}.ready-layout .card-stage{order:0}.ready-copy{order:1}.ready-view .player-card{box-shadow:0 15px 32px #0006}}
@media(max-width:360px){.site-header{padding-inline:16px;gap:12px}.brand{width:136px}.site-header nav{gap:12px}.site-header a:not(.brand){font-size:9px}.hero h1{font-size:55px}.hero-art{height:300px}.portrait>span{font-size:23px}.portrait small{font-size:8px}.portrait b{font-size:8px;margin-top:12px}.portrait em{font-size:5.5px}.hero .text-link{font-size:10px;gap:6px}.quiz-shell{width:calc(100% - 32px)}.quiz-shell h1{font-size:26px}.hand-layout{gap:15px}.playing-card{width:28px;height:41px}.playing-cards{gap:3px}.hand-label{font-size:8px}.quiz-actions .button{padding-inline:12px;font-size:11px}.section-top h1{font-size:45px}.choice-portrait>span{font-size:22px;left:10px}.match-story h1{font-size:56px}.gods-grid{gap:20px 12px}.god-choice .choice-description{font-size:10px}.god-choice .choice-action{font-size:10px}}
.mobile-personalise{display:none}
@media(max-width:600px){.mobile-personalise{display:flex;border:1px solid #776c46;background:#201f17;color:var(--gold);justify-content:space-between;font-size:12px;margin-top:-5px}.ready-layout .card-stage{order:2}.ready-copy{order:1}}

/* Mythology first, then the brand's poker interpretation. */
.origin-label{display:block;font:500 12px/1.4 var(--body);letter-spacing:.08em;color:var(--muted);margin-bottom:var(--space-2)}
.match-origin{font-size:14px;line-height:1.6;margin-top:var(--space-4);max-width:510px}
.match-origin span:not(.origin-label),.choice-origin span:not(.origin-label){color:#c9cbbc}
.match-style{margin-top:var(--space-5)}
.match-description{margin-top:var(--space-2)}
.god-choice .choice-origin{margin-top:var(--space-4);font-size:14px;line-height:1.6}
.god-choice .choice-style{font:600 20px/1.2 var(--body);margin-top:var(--space-4)}
.god-choice .choice-description{font-size:14px;margin-top:var(--space-2)}
.god-choice .choice-action{font-size:13px;background:none;border:0;border-bottom:1px solid var(--line);padding:var(--space-2) 0;text-align:left}
.god-choice .choice-action:hover{color:var(--g);border-color:var(--g)}
@media(max-width:600px){
  .match-origin{margin-top:-18px;font-size:14px}
  .match-style{margin-top:-8px}
  .match-description{margin-top:-18px;font-size:14px}
  .god-choice .choice-style{font-size:16px}
  .god-choice .choice-origin,.god-choice .choice-description{font-size:13px}
  .origin-label{font-size:12px;letter-spacing:.025em}
}

/* Keep a question inside one frame on desktop and mobile: no scrolling to reach the answers. */
body.quiz-mode .site-footer{display:none}
body.quiz-mode{min-height:100svh;display:flex;flex-direction:column}
body.quiz-mode #main{flex:1;display:flex;justify-content:center;min-height:0}
body.quiz-mode .quiz-shell{margin-block:0;width:calc(100% - 48px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(14px,3vh,44px)}
body.quiz-mode .progress-track{margin-bottom:clamp(12px,2.6vh,34px)}
body.quiz-mode .question-meta{margin-bottom:clamp(6px,1.2vh,12px)}
body.quiz-mode .quiz-shell h1{font-size:clamp(21px,3.6vh,34px)}
body.quiz-mode .hand-layout{margin-block:clamp(10px,2vh,23px) clamp(10px,2.2vh,25px);gap:clamp(16px,3vh,32px)}
body.quiz-mode .playing-card{width:clamp(28px,4.6vh,40px);height:clamp(38px,6.2vh,54px);font-size:clamp(17px,2.5vh,22px)}
body.quiz-mode .playing-card .suit{font-size:clamp(12px,1.8vh,16px)}
body.quiz-mode .options{margin-top:clamp(10px,2vh,24px);gap:clamp(6px,1.1vh,10px)}
body.quiz-mode .options legend{padding-bottom:clamp(5px,1vh,10px)}
body.quiz-mode .option{min-height:0;padding-block:clamp(9px,1.6vh,15px)}
body.quiz-mode .terms{margin-top:clamp(6px,1.4vh,18px)}
body.quiz-mode .quiz-actions{margin-top:clamp(10px,2vh,22px);padding-top:clamp(10px,2vh,22px)}
body.quiz-mode .quiz-note{margin-top:clamp(8px,1.7vh,22px)}
@media(max-width:600px){body.quiz-mode .quiz-shell{margin-block:0}}
/* Shorter viewports: drop the reassurance line, keep the legend for screen readers only. */
@media(max-height:920px){
  body.quiz-mode .quiz-note{display:none}
}
@media(max-height:840px){
  body.quiz-mode .options legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);padding:0}
  body.quiz-mode .option strong{font-size:13px}
  body.quiz-mode .option small{font-size:11.5px;line-height:1.45}
  body.quiz-mode .quiz-shell h1{font-size:clamp(20px,3.2vh,30px)}
}
@media(max-height:760px){
  body.quiz-mode .progress-meta{margin-bottom:8px}
  body.quiz-mode .quiz-actions{margin-top:10px;padding-top:10px}
  body.quiz-mode .terms{font-size:10.5px}
  body.quiz-mode .terms summary{min-height:34px}
}
