@font-face{font-family:'PP Mori';src:url('assets/mori-regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'PP Mori';src:url('assets/mori-semibold.woff2') format('woff2');font-weight:600;font-display:swap}
:root{color-scheme:dark;--bone:#f7f5ec;--muted:#bbc6d6;--navy:#111c35;--line:rgba(247,245,236,.2);--accent:#22a8e0}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 100% 100%,#233953,#0c1220 65%);color:var(--bone);font:400 16px/1.6 'PP Mori',sans-serif}button,a{touch-action:manipulation}button{font:inherit;cursor:pointer;color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3,strong{font-weight:400}h1{font-size:clamp(32px,4vw,52px);line-height:1.12;letter-spacing:-.035em}h3{line-height:1.3}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px max(5vw,calc((100vw - 1240px)/2));background:#080e19;border-bottom:1px solid var(--line)}.brand img{display:block;width:180px;height:auto}.presentation-link{font-size:14px;color:var(--muted)}.presentation-link span{margin-left:12px}.presentation-link:hover,.back-link:hover{color:var(--bone);text-decoration:underline}.feedback-page{width:min(1240px,90%);margin:0 auto;padding:48px 0 56px}.eyebrow{font-size:13px;letter-spacing:.12em;font-weight:600;color:var(--muted)}.scene{position:relative;overflow:hidden;aspect-ratio:872/727;background:#1a375e}.scene img{position:absolute;top:-10.55%;width:203.45%;max-width:none;height:auto;left:-102.35%;display:block}.back-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:24px;margin-top:36px;font-size:16px;color:var(--muted)}footer{display:flex;justify-content:space-between;gap:24px;padding:24px max(5vw,calc((100vw - 1240px)/2));background:#080e19;color:var(--muted);font-size:14px}.skip{position:fixed;top:-100px;left:16px;padding:12px;background:var(--bone);color:var(--navy);z-index:100}.skip:focus{top:10px}
/* Team feedback */
.feedback-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;margin-bottom:48px}.feedback-heading>p{color:var(--muted);max-width:470px;align-self:end;font-size:18px}.feedback-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}#feedback-form fieldset{border:0;padding:0;margin:0 0 32px}#feedback-form legend{font-size:20px;margin-bottom:8px}.feedback-choice{position:relative;display:block;border:1px solid #7789a3;border-radius:6px;overflow:hidden;cursor:pointer;background:rgba(255,255,255,.03);transition:border-color 120ms,background 120ms}.feedback-choice input{position:absolute;opacity:0;left:14px;top:14px;width:20px;height:20px;z-index:2}.feedback-choice .scene{aspect-ratio:872/727;opacity:.78;transition:opacity 120ms}.feedback-choice:has(input:checked){border:2px solid var(--bone);background:rgba(255,255,255,.13)}.feedback-choice:has(input:checked) .scene,.feedback-choice:hover .scene{opacity:1}.feedback-choice:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:5px}.choice-text{display:flex;gap:12px;align-items:flex-start;padding:16px;font-size:16px;line-height:1.4;min-height:85px}.choice-mark{width:18px;height:18px;flex-shrink:0;border:1px solid #bbc6d6;border-radius:50%;margin-top:2px}.feedback-choice:has(input:checked) .choice-mark{background:var(--bone);box-shadow:inset 0 0 0 4px #253957}.feedback-alternatives{display:flex;gap:24px;margin-top:20px;flex-wrap:wrap}.feedback-alternatives label{display:flex;gap:12px;align-items:center;padding:10px 0;cursor:pointer;font-size:16px}.feedback-alternatives input{width:20px;height:20px;accent-color:#a8bcd7}.feedback-fields{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:34px 0 26px}.feedback-fields label,.feedback-comment-label{display:block;font-size:16px}.optional{color:var(--muted);font-size:14px}.feedback-fields input,.feedback-fields select,#feedback-comment{display:block;width:100%;margin-top:10px;background:rgba(8,14,25,.38);border:1px solid #8192ab;border-radius:6px;padding:15px 16px;color:var(--bone);font:inherit;min-height:52px}.feedback-fields select option{background:#111c35;color:var(--bone)}.feedback-fields input::placeholder,#feedback-comment::placeholder{color:#aebacd;opacity:1;font-size:14px}#feedback-comment{resize:vertical;min-height:145px;line-height:1.6}.feedback-fields input:focus-visible,.feedback-fields select:focus-visible,#feedback-comment:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.feedback-actions{display:flex;justify-content:space-between;align-items:center;gap:36px;margin-top:25px}.feedback-actions p{font-size:14px;color:var(--muted);max-width:570px}.feedback-actions button{border:0;border-radius:50px;background:var(--bone);color:var(--navy);padding:15px 24px;font:inherit;white-space:nowrap;min-height:52px}.feedback-actions button span{margin-left:26px}.feedback-actions button:disabled{opacity:.6;cursor:wait}.feedback-status{font-size:16px;margin-top:18px;min-height:26px;color:var(--bone)}.feedback-sign-in{display:inline-block;border-bottom:1px solid var(--bone);padding:8px 0}.feedback-sign-in[hidden],.response-review[hidden]{display:none}.response-review{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;margin-top:45px}.response-review summary{cursor:pointer;font-size:20px;min-height:40px}.response-review summary span{color:var(--muted);font-size:16px;margin-left:12px}.review-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0}.review-toolbar p,#review-status{color:var(--muted);font-size:14px}.review-toolbar button{background:none;border:1px solid #8192ab;border-radius:50px;padding:9px 16px;min-height:44px}.review-counts{display:flex;flex-wrap:wrap;gap:12px 24px;margin:20px 0 28px}.review-counts p{font-size:14px;color:var(--muted)}.review-counts strong{font-size:20px;color:var(--bone);margin-right:7px}.response-item{border-top:1px solid var(--line);padding:24px 0}.response-item h3{font-size:20px;margin-bottom:6px}.response-item .response-meta{font-size:14px;color:var(--muted);margin-bottom:13px}.response-item .response-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;line-height:1.65}.response-item time{display:block;margin-top:15px;font-size:12px;color:var(--muted)}
@media(max-width:1000px){.feedback-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-text{min-height:60px}}
@media(max-width:760px){.feedback-heading{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.feedback-heading h2{font-size:44px}.feedback-heading>p{font-size:16px}.feedback-fields{grid-template-columns:1fr;gap:22px}.feedback-choices{gap:14px}.choice-text{font-size:14px;padding:12px;gap:8px;min-height:76px}.feedback-actions{display:block}.feedback-actions button{width:100%;margin-top:20px;display:flex;justify-content:space-between}.feedback-alternatives{display:block}.feedback-alternatives label{font-size:15px}}


.feedback-heading{display:block;margin-bottom:32px}.feedback-heading .eyebrow{font-size:13px;margin-bottom:16px}.feedback-heading h1{margin-bottom:18px}.feedback-heading>p:last-child{font-size:16px;max-width:730px}.feedback-choice{border-width:2px}.feedback-choice:has(input:checked){border-width:2px}
@media(max-width:760px){.site-header{padding:22px 5%;gap:20px}.brand img{width:140px}.presentation-link{max-width:150px;text-align:right}.feedback-page{padding-top:32px}.feedback-heading{margin-bottom:28px}footer{flex-direction:column;gap:4px}.feedback-choices{gap:12px}.choice-text{font-size:14px}.feedback-alternatives label{min-height:44px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important}}

/* Illustrated single-choice layouts and stacked response fields. */
.layout-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.field-help{font-size:16px;color:var(--muted)}.layout-thumbnail{aspect-ratio:1.25;background:#f7f5ec;padding:10px;display:flex;align-items:center}.layout-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.layout-choice .choice-mark{border-radius:50%}.layout-choice .choice-text{min-height:96px}.layout-choice strong{font-weight:600}.layout-choice small{display:block;margin-top:5px;font-size:14px;color:var(--muted)}.feedback-fields{grid-template-columns:minmax(0,1fr)}#feedback-form .layout-fieldset{margin-top:36px;padding-top:30px;border-top:1px solid var(--line)}
@media(max-width:760px){.layout-choices{grid-template-columns:1fr;gap:16px}.layout-thumbnail{aspect-ratio:1.5}.layout-choice .choice-text{min-height:0;padding:16px}}
