/* A readable proposal around a small, real playground. */
.drive-cover{grid-template-columns:1fr 1.05fr;min-height:640px;max-width:1600px}
.drive-cover .cover-copy{padding:56px 38px 36px max(32px,calc((100vw - 1320px)/2));position:relative;z-index:1}
.drive-cover h1{font-size:clamp(38px,4vw,65px);line-height:1.35;letter-spacing:-.05em}
.drive-cover h1 .almost{display:block;position:relative;white-space:nowrap;width:max-content}
.almost::after{content:'';position:absolute;bottom:-.04em;left:0;width:97%;height:.13em;border-radius:100%;background:var(--yellow);z-index:-1;transform:rotate(-2deg)}
.drive-cover .kicker{margin:35px 0 20px;font-size:14px}
.drive-cover .cover-intro{margin:29px 0;font-size:16px;line-height:2}
.drive-cover .eyebrow{font-size:10px}
.drive-cover .document-note{font-size:11px;line-height:1.9;max-width:440px}
.drive-playground{background:#1767eb;position:relative;min-height:640px;overflow:hidden;isolation:isolate;border-left:1px solid var(--ink)}
.drive-playground::before{content:'PARK\A THE\A IDEA.';white-space:pre;position:absolute;top:91px;left:23px;font:900 clamp(58px,7.6vw,118px)/.92 Arial,sans-serif;letter-spacing:-.085em;color:#ffffff12;pointer-events:none}
.drive-heading{position:absolute;z-index:3;left:28px;right:28px;top:27px;display:flex;justify-content:space-between;color:white;font-size:13px;font-weight:700}
.live-dot{font:700 10px Arial;letter-spacing:.12em;display:flex;align-items:center;gap:8px}
.live-dot::before{content:'';width:6px;height:6px;background:#ffdf5c;border-radius:50%}
#drive-canvas{position:absolute;left:0;top:75px;width:100%;height:470px;display:block;touch-action:none;cursor:crosshair;z-index:1}
.drive-fallback{position:absolute;width:210px;height:374px;object-fit:cover;left:50%;top:100px;transform:translateX(-50%) rotate(6deg);border:6px solid white;border-radius:20px;z-index:2}
.drive-sticker{position:absolute;z-index:2;pointer-events:none;top:78px;right:20px;padding:14px 16px;background:var(--yellow);border:1px solid var(--ink);box-shadow:4px 4px 0 #142b42;transform:rotate(9deg);font-size:12px;line-height:1.6;transition:transform .4s,opacity .4s}
.drive-sticker strong{font-size:20px}
.has-driven .drive-sticker{transform:rotate(2deg) translateY(-5px);opacity:.75}
.drive-caption{position:absolute;bottom:25px;left:28px;right:28px;color:white;z-index:3}
.drive-caption p{font-size:13px;font-weight:650;min-height:26px;margin-bottom:12px;line-height:1.8}
.drive-actions{display:flex;gap:12px;align-items:center}
.drive-actions button{border:1px solid #b7d3ff;border-radius:5px;background:#ffffff12;color:#fff;padding:8px 12px;cursor:pointer;font-size:12px;font-weight:700}
.drive-actions button:hover{background:#fff;color:var(--blue)}
.drive-caption small{display:block;margin-top:9px;font-size:10px;color:#d8e8ff}
.parked .drive-sticker{transform:rotate(-8deg);background:#fff;opacity:1}
.no-webgl #drive-canvas,.no-webgl .drive-actions{display:none}
.magnetic{transform:translate(var(--mx,0px),var(--my,0px));transition:transform .2s ease-out,background .2s}
.spec-strip strong{font-size:16px}
.proposal-facts{grid-template-columns:1fr 1.35fr 1.3fr}
.proposal-facts strong{font-size:13px;line-height:1.8}
.audience-note{position:relative;border:1px solid var(--line);border-left:5px solid var(--blue);padding:28px 210px 28px 28px;background:#edf4f8;margin:36px 0}
.audience-note h3{font-size:24px;margin:11px 0 14px;line-height:1.7}
.audience-note>p{font-size:15px;line-height:1.9;max-width:600px;margin-bottom:0}
.audience-target{position:absolute;right:36px;top:45px;text-align:center}
.audience-target b{font:800 104px/.95 Arial;color:var(--blue);letter-spacing:-.08em}
.audience-target b span{font:750 24px sans-serif;letter-spacing:0}
.audience-target p{font-size:12px;line-height:1.8;margin:15px 0 0}
.friction-lab{margin:46px 0 24px}
.friction-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:0 24px}
.friction-heading .label{grid-column:1/-1}
.friction-heading h3{font-size:28px;line-height:1.6;margin:10px 0 22px}
.friction-heading p{font-size:13px;color:var(--muted);margin-bottom:24px}
.friction-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.flip-note{position:relative;min-height:240px;border:1px solid var(--ink);background:var(--yellow);color:var(--ink);text-align:left;cursor:pointer;padding:23px;box-shadow:4px 4px 0 #142b42;transition:transform .3s,background .3s,box-shadow .3s;transform:rotate(-1.5deg)}
.flip-note:nth-child(2){background:#d9ecf6;transform:rotate(1deg)}
.flip-note:nth-child(3){background:#e5eedb;transform:rotate(-.6deg)}
.flip-note:hover{transform:rotate(0) translateY(-5px);box-shadow:5px 8px 0 #142b42}
.note-number{display:block;font:700 11px Arial;letter-spacing:.09em;margin-bottom:22px}
.note-front{font-size:24px;font-weight:800;line-height:1.6;display:block;min-height:112px}
.note-back{display:none;min-height:112px;font-size:18px;font-weight:800;line-height:1.6}
.note-back small{display:block;margin-top:11px;font-size:13px;line-height:1.9;font-weight:500}
.note-turn{font-size:11px;display:block;text-align:right;margin-top:9px}
.flip-note[aria-pressed=true]{background:var(--ink);color:#fff;transform:rotate(0);box-shadow:4px 4px 0 #1767eb}
.flip-note[aria-pressed=true] .note-front{display:none}
.flip-note[aria-pressed=true] .note-back{display:block}
.five-second-band{background:var(--yellow);border-block:1px solid var(--ink);padding:52px max(40px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:190px 1fr 210px;gap:42px;align-items:center;position:relative}
.five-number{font:900 175px/.8 Arial;letter-spacing:-.11em;color:var(--ink)}
.five-number span{font:750 14px Arial;display:block;letter-spacing:.2em;margin-top:20px;margin-left:14px}
.five-second-band .eyebrow{font-family:inherit;font-size:12px;margin:0 0 14px}
.five-second-band h2{font-size:32px;margin-bottom:16px}
.five-second-band p{font-size:14px;line-height:1.9;margin-bottom:13px}
.five-second-band small{font-size:11px;line-height:1.8;display:block;max-width:430px}
.test-launch{width:198px;height:198px;border:1px solid var(--ink);border-radius:50%;background:var(--ink);color:white;font-size:17px;font-weight:750;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transform:rotate(-9deg);transition:transform .3s,background .3s}
.test-launch span{font:500 40px Arial}
.test-launch:hover{transform:rotate(0) scale(1.04);background:var(--blue)}
.map-tabs button{transition:background .25s,transform .25s}
.map-tabs button:hover{transform:perspective(600px) rotateY(var(--tilt,0deg)) translateY(-4px)}
.map-tabs button[aria-selected=true]{transform:translateY(-4px)}
.interaction-sources{margin-top:14px}
summary:focus-visible{outline:3px solid #ff9b33;outline-offset:5px}
body.modal-open{overflow:hidden}
#five-dialog{border:1px solid var(--ink);border-radius:14px;padding:0;width:min(480px,calc(100vw - 30px));max-height:calc(100dvh - 36px);background:var(--paper);color:var(--ink);box-shadow:12px 12px 0 #142b4230;overflow:auto}
#five-dialog::backdrop{background:#0c203fd9;backdrop-filter:blur(6px)}
.test-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line);background:var(--paper);font-size:14px;font-weight:700}
#five-close{height:38px;width:38px;line-height:1;background:none;border:1px solid var(--ink);border-radius:50%;font-size:25px;cursor:pointer;color:var(--ink)}
#five-ready,#five-result{padding:32px;font-size:15px}
#five-ready p{line-height:2}
.test-privacy{font-size:11px;margin-top:17px;color:var(--muted)}
#five-view{position:relative;background:#bfdfe7;display:flex;justify-content:center}
#five-view img{display:block;width:auto;max-width:100%;height:min(66dvh,560px);object-fit:contain}
.test-countdown{position:absolute;top:15px;right:15px;width:67px;height:67px;border-radius:50%;background:var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;box-shadow:2px 2px 0 var(--ink)}
#five-count{font:800 33px/1 Arial}
.test-countdown small{font:700 7px Arial;letter-spacing:.08em;margin-top:4px}
#five-result h3{font-size:28px;margin-bottom:28px}
#five-answer{padding:20px;background:#e2edf4;border-left:4px solid var(--blue);margin-bottom:18px}
#five-answer strong{font-size:18px}
#five-answer p{font-size:14px;line-height:1.9}
#five-answer small{font-size:11px;line-height:1.8;display:block}
.text-button{display:block;border:0;border-bottom:1px solid var(--ink);background:none;color:var(--ink);font-size:13px;padding:7px 0;cursor:pointer;margin-top:22px}
@media(min-width:1500px){.drive-cover .cover-copy{padding-left:70px}}
@media(max-width:1100px){.drive-cover .cover-copy{padding:40px 28px 28px}.drive-cover h1{font-size:42px}.drive-cover .cover-intro{font-size:15px}.drive-playground{min-height:610px}#drive-canvas{height:425px;top:95px}.drive-sticker{font-size:10px;padding:12px;top:66px;right:20px}.drive-sticker strong{font-size:18px}.drive-heading{font-size:12px}.five-second-band{grid-template-columns:130px 1fr 160px;gap:30px}.five-number{font-size:145px}.test-launch{width:155px;height:155px;font-size:14px}.five-second-band h2{font-size:27px}.audience-note{padding-right:178px}.audience-target{right:22px}.flip-note{padding:18px}.note-front{font-size:21px}.note-back{font-size:16px}}
@media(max-width:900px){.drive-cover{grid-template-columns:1fr 1fr}.drive-cover .cover-copy{padding:37px 24px}.drive-cover h1{font-size:35px}.drive-cover .cover-intro{font-size:13px}.drive-cover .kicker{font-size:12px}.drive-cover .eyebrow{font-size:9px}.drive-cover .document-note{font-size:10px}.drive-cover .cover-actions{gap:12px}.drive-cover .primary{font-size:12px;padding:12px 16px}.drive-cover .text-link{font-size:12px}.drive-playground{min-height:590px}#drive-canvas{height:390px;top:110px}.drive-caption{left:20px;right:20px}.drive-caption p{font-size:12px}.drive-heading{left:20px;right:20px}.audience-note{padding:24px 155px 24px 24px}.audience-target b{font-size:85px}.audience-target p{font-size:10px}.audience-note h3{font-size:22px}.audience-note>p{font-size:14px}.friction-heading{display:block}.note-front{font-size:19px}.note-back small{font-size:12px}.flip-note{min-height:250px}.five-second-band{padding:40px 28px;grid-template-columns:100px 1fr 135px;gap:25px}.five-number{font-size:120px}.test-launch{width:132px;height:132px;font-size:12px}.five-second-band h2{font-size:25px}.five-second-band p{font-size:13px}.five-second-band small{font-size:10px}}
@media(max-width:760px){.drive-cover{grid-template-columns:1fr;min-height:0}.drive-cover .cover-copy{padding:34px 24px 25px}.drive-cover .eyebrow{font-size:10px}.drive-cover h1{font-size:clamp(36px,7vw,50px)}.drive-cover .kicker{font-size:13px;margin-top:27px}.drive-cover .cover-intro{font-size:14px;margin:23px 0}.drive-cover .document-note{font-size:10px;margin-top:23px}.drive-cover .primary{font-size:13px;padding:13px 20px}.drive-cover .cover-actions{gap:22px}.drive-playground{min-height:545px;border-left:0;border-top:1px solid var(--ink)}#drive-canvas{top:60px;height:390px}.drive-heading{top:21px}.drive-sticker{top:67px;right:24px}.drive-caption{bottom:23px;left:24px;right:24px}.drive-caption p{font-size:12px;max-width:360px}.drive-playground::before{font-size:91px;left:16px;top:78px}.drive-actions button{min-height:40px;font-size:12px}.spec-strip>div{gap:15px}.spec-strip strong{font-size:13px}.spec-strip span{font-size:9px}.audience-note{padding:24px}.audience-note h3{font-size:22px;padding-right:82px}.audience-note>p{font-size:14px}.audience-target{top:43px;right:21px}.audience-target b{font-size:70px}.audience-target b span{font-size:18px}.audience-target p{display:none}.friction-heading h3{font-size:25px}.friction-heading p{font-size:13px}.friction-cards{grid-template-columns:1fr;gap:17px}.flip-note{min-height:180px;padding:19px 22px;display:grid;grid-template-columns:35px 1fr;align-items:start;gap:0 10px}.note-number{margin-top:6px}.note-front{font-size:24px;min-height:85px}.note-back{font-size:20px;min-height:85px}.note-back small{font-size:13px}.note-turn{grid-column:2;font-size:11px;margin-top:12px}.friction-lab{margin-top:37px}.five-second-band{padding:33px 24px;grid-template-columns:70px 1fr;gap:22px}.five-number{font-size:94px;align-self:start;margin-top:8px}.five-number span{font-size:10px;margin-left:8px;margin-top:14px}.five-second-band h2{font-size:23px;line-height:1.65}.five-second-band p br{display:none}.five-second-band .eyebrow{font-size:10px;letter-spacing:0}.five-second-band p{font-size:13px}.five-second-band small{font-size:10px}.test-launch{grid-column:2;width:100%;height:auto;min-height:55px;border-radius:5px;transform:rotate(0);flex-direction:row;justify-content:space-between;padding:10px 17px;font-size:14px}.test-launch span{font-size:25px}.test-launch:hover{transform:translateY(-2px)}.map-tabs button[aria-selected=true]{transform:none}.proposal-facts>div{display:block}.proposal-facts span{margin-bottom:4px}.proposal-facts strong{font-size:13px}.proposal-facts{gap:20px}#five-ready,#five-result{padding:25px}}
@media(prefers-reduced-motion:reduce){.magnetic,.flip-note,.test-launch,.map-tabs button,.drive-sticker{transform:none!important;transition:none!important}#drive-canvas{cursor:default}}
@media print{.drive-playground,.five-second-band,.note-turn,#five-dialog{display:none!important}.drive-cover{display:block}.drive-cover h1{font-size:40px}.friction-cards{display:block}.flip-note{display:block;min-height:0;box-shadow:none;background:white;color:var(--ink);transform:none;margin-bottom:12px;break-inside:avoid}.note-back{display:block}.note-front{display:none}.audience-note{break-inside:avoid}.friction-heading{display:block}.audience-target{position:static;text-align:left}.audience-target b{font-size:40px}.audience-target p{display:block}.magnetic{transform:none}}
