@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#123954;--blue:#177dc5;--cream:#fffaf0;--hero-p:0;--about-p:0;--skills-p:0;color-scheme:light;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--cream)}body.modal-open{overflow:hidden}button,a{font:inherit}button{color:inherit}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:12px 18px;background:white;transform:translateY(-150%)}.skip-link:focus{transform:none}
.loader{position:fixed;inset:0;z-index:90;display:grid;place-content:center;justify-items:center;gap:18px;background:#c9edf2;transition:.5s opacity,.5s visibility}.loader.hidden{opacity:0;visibility:hidden}.loader p{margin:0;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.admission-ticket{width:210px;padding:16px 22px;display:grid;gap:7px;text-align:center;background:#fff9de;border:2px solid var(--ink);border-radius:8px;box-shadow:8px 8px 0 #12395426;animation:float 2s ease-in-out infinite}.admission-ticket strong{font:800 26px Manrope;letter-spacing:.13em}.admission-ticket span,.admission-ticket small{font-size:9px;letter-spacing:.24em}.text-button{border:0;background:none;text-decoration:underline;cursor:pointer}
.site-nav{position:fixed;z-index:40;top:14px;left:50%;width:min(620px,calc(100% - 28px));padding:8px 10px 8px 16px;display:flex;justify-content:space-between;align-items:center;border:1px solid #12395429;border-radius:100px;background:#fffaf0e0;box-shadow:0 8px 30px #1239541a;backdrop-filter:blur(14px);transform:translate(-50%,-140%);transition:.45s transform}.site-nav.visible{transform:translate(-50%,0)}.nav-brand{font:800 18px Manrope!important}.nav-brand span{color:#f39979}.site-nav nav{display:flex;gap:3px}.site-nav a{padding:9px 13px;border-radius:30px;color:var(--ink);font-size:12px;text-decoration:none}.site-nav nav a.active{background:var(--ink);color:white}
.hero{height:280vh;background:#71cce5}.hero-sticky{position:sticky;top:0;height:100vh;overflow:hidden}#canvas-wrap,#canvas-wrap canvas,.hero-fallback,.tile-handoff{position:absolute;inset:0;width:100%;height:100%}#canvas-wrap{z-index:2}.hero-fallback{display:grid;place-items:center;background:radial-gradient(circle at 68% 14%,#ffffffa6,transparent 23%),repeating-radial-gradient(ellipse at 50% 55%,transparent 0 34px,#ffffff2e 36px 38px,transparent 40px 72px),linear-gradient(145deg,#81d6e8,#51b4d8);transition:.5s opacity}.hero-fallback.webgl-ready{opacity:0}.fallback-word{font:800 clamp(45px,12vw,160px) Manrope;color:#fff;text-shadow:0 12px 0 #13699c2e;letter-spacing:.05em}.hero-copy{position:absolute;z-index:5;left:50%;top:9%;text-align:center;color:#fff;transform:translateX(-50%);width:90%;text-shadow:0 2px 20px #0b517947;opacity:calc(1 - var(--hero-p)*2.5)}.hero-copy h1{margin:4px 0;font:800 clamp(34px,5.6vw,76px)/1 Manrope;letter-spacing:.22em;text-indent:.22em}.hero-copy p{margin:0;font-size:clamp(11px,1.2vw,15px);letter-spacing:.12em}.hero-copy .kicker{font-size:10px;text-transform:uppercase;letter-spacing:.23em}.skip-intro{position:absolute;z-index:7;right:28px;top:26px;padding:10px 15px;border:1px solid #ffffff80;border-radius:30px;background:#0e5e8a2b;color:#fff;cursor:pointer}.scroll-cue{position:absolute;z-index:6;bottom:28px;left:50%;display:flex;align-items:center;gap:10px;transform:translateX(-50%);color:#fff;font-size:10px;letter-spacing:.15em;text-transform:uppercase;opacity:calc(1 - var(--hero-p)*3)}.scroll-cue span{width:1px;height:32px;background:white;animation:scroll 1.7s ease-in-out infinite}.tile-handoff{z-index:4;pointer-events:none;background-color:#f8f1df;background-image:linear-gradient(90deg,#ffffff80 1px,transparent 1px),linear-gradient(#ffffff80 1px,transparent 1px),linear-gradient(135deg,#287fc5 25%,#8dc3ec 25% 50%,#f8f1df 50% 75%,#4fa7d9 75%);background-size:72px 72px,72px 72px,288px 288px;opacity:clamp(0,calc((var(--hero-p) - .74)*5),1);transform:perspective(900px) rotateX(calc((1 - var(--hero-p))*28deg)) scale(calc(.78 + var(--hero-p)*.22));transform-origin:center bottom}
.tile-world{background-color:#f8f1df;background-image:linear-gradient(90deg,#ffffff94 2px,transparent 2px),linear-gradient(#ffffff94 2px,transparent 2px),linear-gradient(135deg,#287fc5 25%,#8dc3ec 25% 50%,#f8f1df 50% 75%,#4fa7d9 75%);background-size:72px 72px,72px 72px,288px 288px}.about{position:relative;min-height:115vh;display:grid;place-items:center;overflow:hidden}.about:before{content:'';position:absolute;inset:0;background:#fffaf01f}.about-card{position:relative;z-index:3;width:min(720px,calc(100% - 44px));padding:clamp(28px,5vw,64px);background:#fffaf0f0;border:1px solid #12395421;box-shadow:15px 18px 0 #1264992e;clip-path:inset(0 calc((1 - var(--about-p))*100%) 0 0);transform:translateY(6vh)}.section-tag{margin:0 0 22px;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#257bad}.section-tag.light{color:#fff4b3}.about h2,.section-heading h2{margin:0 0 25px;font:700 clamp(36px,5.5vw,72px)/1.02 Manrope;letter-spacing:-.055em}.about h2 em,.section-heading h2 em{font-family:Georgia,serif;font-weight:400;color:#268cc2}.about-card>p{font-size:clamp(15px,1.5vw,19px);line-height:1.72}.about-meta{display:flex;gap:25px;padding-top:22px;border-top:1px solid #12395426;font-size:12px}.walk-sprite{position:absolute;z-index:5;left:0;bottom:5%;height:min(50vh,420px);width:auto;opacity:0;filter:drop-shadow(10px 14px 2px #12395421);transform:translateX(calc(-110% + var(--about-p)*115vw));transition:opacity .2s}.walk-sprite.ready{opacity:1}.depth-mark{position:absolute;right:5%;bottom:5%;padding:8px 13px;background:#fff9e9;border:2px solid var(--blue);font-weight:800;transform:rotate(-3deg)}
.projects{position:relative;min-height:100vh;overflow:hidden;background:#223c5b;color:#fff}.vending-bg{position:absolute;inset:0;background:url('./public/assets/vending/background.png') center/cover no-repeat;filter:saturate(.82) brightness(.68)}.vending-bg:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0d1d30c2,transparent 52%,#0d1d3033)}.project-heading{position:absolute;z-index:4;left:5%;top:12%;width:min(420px,40vw)}.project-heading h2{margin:0;font:700 clamp(42px,6vw,82px)/.95 Manrope;letter-spacing:-.06em}.project-heading>p:last-child{max-width:330px;line-height:1.6;color:#d7e7ef}.vending-character{position:absolute;z-index:2;height:min(85vh,880px);width:auto;bottom:-7%;left:37%;filter:drop-shadow(16px 20px 18px #09142173);animation:idle 4s ease-in-out infinite}.machine-wrap{position:absolute;z-index:3;right:4%;bottom:-4%;height:min(91vh,940px);aspect-ratio:1086/1448}.machine-img{position:absolute;width:100%;height:100%;object-fit:contain;filter:drop-shadow(15px 22px 20px #09142180)}.product-grid{position:absolute;z-index:2;left:20.8%;top:29.2%;width:34.2%;height:15.7%;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5%;padding:0}.product-item{display:grid;min-width:0}.product{width:100%;height:100%;border:1px solid transparent;border-radius:45% 45% 24% 24%;background:transparent;cursor:pointer;transition:.25s transform,.25s background,.25s border-color,.25s box-shadow}.product:hover,.product:focus-visible{transform:translateY(-4px) scale(1.04);border-color:#fff9;background:linear-gradient(110deg,#ffffff0a 20%,#ffffff4f 48%,#ffffff08 70%);box-shadow:0 0 18px #b8f1ff99;outline:none}.product:active{transform:translateY(1px) scale(.98)}.machine-tip{position:absolute;z-index:4;right:10%;bottom:4%;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#ffebb1}
.paper-world{position:relative;background-color:var(--cream);background-image:radial-gradient(circle at 13% 25%,#35afd11f 0 2px,transparent 3px),radial-gradient(circle at 88% 68%,#35afd11a 0 3px,transparent 4px)}.skills{min-height:110vh;padding:clamp(90px,12vw,160px) 7%;overflow:hidden}.section-heading{max-width:770px;margin-bottom:70px}.skill-list{position:relative;z-index:2;max-width:1050px;margin:auto}.skill-row{display:grid;grid-template-columns:minmax(175px,260px) 1fr 72px;align-items:center;gap:22px;padding:18px 0;border-bottom:1px solid #12395424}.skill-name{display:flex;align-items:center;gap:15px}.skill-name span{font-size:10px;color:#5b849b}.skill-name strong{font-size:15px}.lane{position:relative;height:34px;border:2px solid #b8d7df;border-radius:100px;background:repeating-linear-gradient(90deg,transparent 0 18px,#499cb814 19px 20px)}.lane i{display:block;width:calc(var(--skills-p)*var(--score)*10%);max-width:calc(var(--score)*10%);height:100%;border-radius:100px;background:linear-gradient(90deg,#81dcdd,#4cb6dc)}.lane:before,.lane:after{content:'';position:absolute;inset:-5px auto -5px -2px;width:8px;border-radius:50%;background:#f2cf4e;box-shadow:0 8px #fff,0 16px #4f9dcc,0 24px #fff}.lane:after{left:auto;right:-2px}.lane-toy{position:absolute;left:min(calc(var(--skills-p)*var(--score)*10% - 14px),calc(var(--score)*10% - 14px));top:50%;width:28px;height:28px;border-radius:50%;background:#fb8c8d;border:3px solid white;box-shadow:0 3px 8px #12395433;transform:translateY(-50%)}.lane-toy.board{width:34px;height:16px;border-radius:10px;background:#ffd35a}.skill-row output{font:700 26px Manrope}.skill-row output small{font-size:11px}.skill-row:hover .lane,.skill-row:focus-visible .lane{box-shadow:0 0 0 5px #53bed821}.floatie{position:absolute;border:22px solid #ef8f9d;border-radius:50%;width:130px;height:130px;opacity:.35}.floatie-a{right:-35px;top:18%;transform:rotateX(60deg)}.floatie-b{left:-60px;bottom:4%;border-color:#68c6df}
.contact{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;overflow:hidden;padding:100px 24px}.sunset{position:absolute;inset:0;background:radial-gradient(circle at 50% 28%,#ffd46f61,transparent 34%),linear-gradient(transparent 65%,#ffc5632e)}.closing-sign{position:relative;padding:34px 55px 40px;text-align:center;background:#f8f5df;border:8px solid #287bb0;box-shadow:0 8px 0 #164b74,0 24px 45px #2d505b2e;transform:rotate(-1deg)}.closing-sign:before,.closing-sign:after{content:'';position:absolute;bottom:100%;width:2px;height:90px;background:#466e7b}.closing-sign:before{left:24%}.closing-sign:after{right:24%}.closing-sign p{margin:0 0 14px;font-size:11px;font-weight:800;letter-spacing:.3em;color:#f07d66}.closing-sign h2{margin:0;font:800 clamp(42px,7vw,86px)/.88 Manrope;letter-spacing:-.05em}.closing-sign span{display:block;margin-top:20px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.email-exit{position:relative;display:flex;gap:28px;align-items:center;padding:18px 26px;border-radius:5px;background:#e8ffd8;color:#27542a;box-shadow:0 0 25px #89e26459,inset 0 0 12px #fff;font-weight:700;text-decoration:none}.copy-email{position:relative;border:0;border-bottom:1px solid;background:none;padding:5px;cursor:pointer}footer{min-height:90px;padding:28px 5%;display:flex;justify-content:center;gap:35px;align-items:center;flex-wrap:wrap;background:#123954;color:#d9edf0;font-size:11px;letter-spacing:.08em}footer a{color:inherit}
.project-modal{width:min(850px,calc(100% - 32px));max-height:90vh;padding:22px;border:0;border-radius:20px;background:#fffaf0;color:var(--ink);box-shadow:0 30px 100px #071d2d80;overflow:auto}.project-modal::backdrop{background:#07192ab8;backdrop-filter:blur(9px)}.modal-close{position:absolute;z-index:2;right:31px;top:31px;width:38px;height:38px;border:0;border-radius:50%;background:white;font-size:25px;cursor:pointer}.browser-frame{border:1px solid #b9cad0;border-radius:12px;overflow:hidden}.browser-bar{height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;background:#eaf0ef}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#ef8c7c}.browser-bar i:nth-child(2){background:#eac862}.browser-bar i:nth-child(3){background:#79bd8c}.browser-bar span{width:48%;height:15px;margin-left:9px;border-radius:8px;background:white}.project-preview{min-height:280px;display:grid;place-content:center;justify-items:center;gap:7px;padding:30px;text-align:center;color:white;background:radial-gradient(circle at 70% 10%,#ffffff66,transparent 28%),var(--project-color)}.project-preview span{font:800 clamp(45px,10vw,110px) Manrope;opacity:.28}.project-preview strong{font:700 clamp(23px,4vw,42px) Manrope}.modal-copy{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-top:24px}.modal-label{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.18em}.modal-copy h2{margin:5px 0 0;font:700 clamp(27px,4vw,44px)/1 Manrope}.status-badge{padding:7px 12px;border-radius:20px;background:#d9f2de;color:#226137;font-size:11px;font-weight:800}.status-badge.wip{background:#fff0bb;color:#755b00}.project-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:24px 0}.project-facts div{padding:15px;border-left:1px solid #d7dedc}.project-facts dt{font-size:9px;text-transform:uppercase;letter-spacing:.15em}.project-facts dd{margin:7px 0 0;font-weight:600}.visit-project{display:inline-flex;gap:25px;padding:13px 18px;border-radius:5px;background:var(--ink);color:white;text-decoration:none}
@keyframes float{50%{transform:translateY(-8px) rotate(1deg)}}@keyframes scroll{50%{transform:scaleY(.35);transform-origin:bottom}}@keyframes idle{50%{transform:translateY(-5px) rotate(.2deg)}}
@media(max-width:850px){.hero{height:210vh}.tile-handoff,.tile-world{background-size:52px 52px,52px 52px,208px 208px}.about{min-height:100vh;padding:70px 0}.about-card{margin-top:-80px}.about-meta{flex-direction:column;gap:9px}.walk-sprite{height:35vh;bottom:1%}.projects{min-height:920px}.project-heading{top:8%;left:6%;width:88vw}.vending-character{height:57%;left:-6%;bottom:-2%}.machine-wrap{height:67%;right:-8%;bottom:-2%}.machine-tip{display:none}.skills{padding-inline:24px}.skill-row{grid-template-columns:1fr 54px;gap:10px}.skill-name{grid-column:1/-1}.project-facts{grid-template-columns:1fr}.project-facts div{border-left:0;border-top:1px solid #d7dedc}.site-nav a{padding:8px 9px}.nav-brand{display:none}.site-nav{justify-content:center}.closing-sign{padding:28px 24px}.email-exit{font-size:13px}.project-modal{height:calc(100dvh - 20px);max-height:none;width:calc(100% - 20px);margin:auto}.project-preview{min-height:220px}}
@media(max-width:520px){.site-nav nav{width:100%;justify-content:space-around}.site-nav a{font-size:11px}.skip-intro{right:15px;top:72px}.hero-copy h1{font-size:34px}.project-heading h2{font-size:48px}.vending-character{height:48%;left:-22%}.machine-wrap{height:61%;right:-25%}.skill-row{padding:14px 0}.closing-sign h2{font-size:48px}footer{gap:16px 24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.admission-ticket,.scroll-cue span,.vending-character{animation:none}.hero{height:100vh}.hero-sticky{position:relative}.tile-handoff{display:none}.about-card{clip-path:none}.walk-sprite{transform:translateX(10vw)}.lane i{width:calc(var(--score)*10%)}.lane-toy{left:calc(var(--score)*10% - 14px)!important}}
.file-preview .hero{height:100vh}.file-preview .hero-sticky{position:relative}.file-preview .hero-fallback{z-index:2}.file-preview .tile-handoff{display:none}.file-preview .about-card{clip-path:none}.file-preview .walk-sprite{opacity:1;transform:translateX(8vw)}.file-preview .lane i{width:calc(var(--score)*10%)}.file-preview .lane-toy{left:calc(var(--score)*10% - 14px)}

/* Calibrated composition and anchor landing. The machine and Annetta use one
   shared visual baseline, while the bio is fully revealed at its anchor. */
.about{scroll-margin-top:84px}.about-card{transform:translateY(2vh)}
.vending-character{height:min(78vh,820px);left:42%;bottom:-1%;transform:translateX(-50%);animation-name:characterIdle}
.machine-wrap{height:min(86vh,900px);right:6%;bottom:-1%}
.machine-tip{right:9%;bottom:2%}
@media(max-width:850px){.vending-character{height:54%;left:24%;bottom:0;transform:translateX(-50%)}.machine-wrap{height:64%;right:-6%;bottom:0}}
@media(max-width:520px){.vending-character{height:45%;left:17%}.machine-wrap{height:58%;right:-22%}}
@keyframes characterIdle{50%{transform:translateX(-50%) translateY(-5px) rotate(.2deg)}}

/* Final scene blocking: the sprite crosses the bio without leaving the viewport,
   and the supplied vending assets intentionally trade sides. */
.walk-sprite{transform:translateX(calc(-100% + var(--about-p)*76vw))}
.machine-wrap{left:31%;right:auto;transform:translateX(-50%)}
.vending-character{left:auto;right:7%;transform:none;animation-name:vendingGirlIdle}
.machine-tip{left:24%;right:auto}
@keyframes vendingGirlIdle{50%{transform:translateY(-5px) rotate(.2deg)}}
@media(max-width:850px){.machine-wrap{left:27%;right:auto;transform:translateX(-50%)}.vending-character{left:auto;right:-8%;transform:none}.machine-tip{display:none}}
@media(max-width:520px){.machine-wrap{left:19%;right:auto}.vending-character{left:auto;right:-19%}}

/* Keep the cinematic handoff concise, and animate the walk only through the
   portion of About where the character is actually visible. */
.hero{height:170vh}.about{min-height:100vh}
.walk-sprite{transform:translateX(calc(-100% + var(--walk-p)*76vw))}

/* Vending composition: machine and host form one group on the left; copy lives
   in the open visual space on the right. */
.machine-wrap{left:31%;right:auto;transform:translateX(-50%)}
.vending-character{left:48%;right:auto;transform:translateX(-50%);animation-name:characterIdle}
.project-heading{left:67%;right:4%;width:auto;top:19%}
.project-heading>p:last-child{max-width:360px}
.machine-tip{left:23%;right:auto}
@media(max-width:850px){.hero{height:150vh}.about{min-height:100vh}.machine-wrap{left:23%;right:auto}.vending-character{left:46%;right:auto;transform:translateX(-50%);animation-name:characterIdle}.project-heading{left:57%;right:4%;width:auto;top:9%}}
@media(max-width:520px){.machine-wrap{left:18%}.vending-character{left:42%;right:auto}.project-heading{left:53%;right:3%;top:8%}.project-heading h2{font-size:39px}}

/* Interaction and final polish pass. */
#canvas-wrap canvas{touch-action:pan-y}
.walk-sprite{transform:translateX(calc(-100% + var(--walk-p)*105vw))}
.vending-character{z-index:5}
.machine-tip{top:9%;bottom:auto;left:31%;transform:translateX(-50%)}
.return-walk{position:relative;height:62vh;min-height:430px;overflow:hidden;border-top:1px solid #b8dce4;background:linear-gradient(180deg,#fffaf0 0 70%,#d7eff1 70% 72%,#3c97c7 72% 74%,#fffaf0 74%)}
.return-walk>p{position:absolute;left:7%;top:12%;margin:0;font:400 clamp(28px,4vw,54px) Georgia,serif;font-style:italic;color:#268cc2}
#return-walk-sprite{position:absolute;left:calc(100% - var(--return-p)*115%);bottom:13%;height:min(48vh,390px);width:auto;opacity:0;transform:translateX(-50%) scaleX(-1);filter:drop-shadow(-10px 13px 2px #12395421)}
#return-walk-sprite.ready{opacity:1}
@media(max-width:850px){.projects{min-height:880px}.vending-character{display:none}.machine-wrap{left:50%;right:auto;bottom:0;height:62%;transform:translateX(-50%)}.project-heading{left:7%;right:7%;top:9%;width:auto;text-align:center}.project-heading>p:last-child{margin-inline:auto}.machine-tip{left:50%;top:31%;transform:translateX(-50%)}.return-walk{height:52vh;min-height:380px}#return-walk-sprite{height:38vh}}
@media(max-width:520px){.machine-wrap{left:50%;height:60%;transform:translateX(-50%)}.machine-tip{top:32%}.project-heading{left:5%;right:5%}.project-heading h2{font-size:42px}}

.walk-sprite{transform:translateX(calc(-100% + var(--walk-p)*120vw))}
.machine-wrap{transition:opacity .75s ease,margin-left .9s cubic-bezier(.2,.8,.2,1)}
.vending-character{transition:opacity .75s .14s ease,margin-left 1s .14s cubic-bezier(.2,.8,.2,1)}
.projects:not(.scene-entered) .machine-wrap{opacity:0;margin-left:-55px}
.projects:not(.scene-entered) .vending-character{opacity:0;margin-left:-75px}
.footer-socials{display:flex;align-items:center;gap:18px}.footer-socials span{opacity:.58;cursor:default}.footer-socials a{font-weight:700}

/* Front-facing public-pool corridor. Asset slots can later be replaced by the
   supplied locker, bench, and safety-equipment artwork. */
.return-walk{height:66vh;min-height:480px;background:linear-gradient(180deg,#ccebf2 0 13%,transparent 13%),repeating-linear-gradient(0deg,transparent 0 61px,#a9d5df 62px 64px),repeating-linear-gradient(90deg,#eaf7f7 0 61px,#b9dce2 62px 64px);border-top:8px solid #317da6;border-bottom:10px solid #5b8da3}
.return-walk:before{content:'';position:absolute;z-index:1;left:0;right:0;bottom:0;height:27%;background:repeating-linear-gradient(90deg,#dcebee 0 84px,#c5dce1 85px 87px),linear-gradient(#dcebee,#b9d1d6);border-top:5px solid #84aeb9;box-shadow:inset 0 14px 28px #5c8c9c24}
.corridor-set{position:absolute;inset:0;z-index:1}.corridor-lockers{position:absolute;left:4%;bottom:27%;width:26%;height:48%;background:repeating-linear-gradient(90deg,#6f9eb2 0 70px,#537e91 71px 74px);border:5px solid #527a8d;box-shadow:inset 0 13px #8db3c2,8px 9px 0 #31576c20}.corridor-lockers:after{content:'••  ••  ••';position:absolute;inset:28% 0 auto;color:#315d71;font-size:18px;letter-spacing:44px;text-indent:23px}.corridor-bench{position:absolute;left:35%;bottom:24%;width:22%;height:9%;border-radius:5px;background:#c89c67;box-shadow:inset 0 9px #e5bd88,20px 42px 0 -15px #6f573d,-20px 42px 0 -15px #6f573d}.corridor-buoy{position:absolute;right:8%;bottom:36%;width:92px;height:92px;border:18px solid #ef654f;border-radius:50%;box-shadow:0 8px 14px #31576c2b}.corridor-buoy:after{content:'';position:absolute;left:50%;top:95%;height:75px;width:3px;background:#ef654f}.return-walk>p{z-index:3;top:9%;padding:10px 16px;background:#f7fcf8c9;border-radius:5px}.return-walk #return-walk-sprite{z-index:4;bottom:14%}
@media(max-width:520px){.skip-intro{top:20px;right:16px;padding:9px 12px;font-size:12px}.hero-copy{top:13%}.hero-copy h1{font-size:30px}.corridor-lockers{width:35%;height:42%}.corridor-bench{left:39%;width:27%}.corridor-buoy{right:5%;width:65px;height:65px;border-width:13px}.return-walk>p{left:4%;font-size:25px}.footer-socials{width:100%;justify-content:center;gap:12px;flex-wrap:wrap}}
@media(max-width:850px){.walk-sprite{transform:translateX(calc(-100% + var(--walk-p)*140vw))}}

/* Generated corridor props. The data-asset-slot structure stays intact so
   these PNGs can later be replaced one-for-one with final artwork or GLBs. */
.corridor-lockers{left:3%;bottom:25%;width:31%;height:55%;border:0;background:url('./public/assets/corridor/lockers.png') left bottom/contain no-repeat;box-shadow:none}
.corridor-lockers:after{display:none}
.corridor-bench{left:34%;bottom:23%;width:26%;height:22%;border-radius:0;background:url('./public/assets/corridor/bench.png') center bottom/contain no-repeat;box-shadow:none}
.corridor-buoy{right:7%;bottom:34%;width:115px;height:115px;border:0;border-radius:0;background:url('./public/assets/corridor/safety-buoy.png') center/contain no-repeat;box-shadow:none}
.corridor-buoy:after{display:none}
@media(max-width:520px){.corridor-lockers{width:42%;height:47%}.corridor-bench{left:38%;width:31%;height:19%}.corridor-buoy{right:3%;width:78px;height:78px}}

.footer-socials{gap:9px}.footer-socials .social-logo{display:grid;place-items:center;width:36px;height:36px;border:1px solid #d9edf066;border-radius:50%;color:#d9edf0;opacity:1;transition:transform .2s ease,background .2s ease,border-color .2s ease}.footer-socials a.social-logo{text-decoration:none}.footer-socials span.social-logo{opacity:.62}.footer-socials .social-logo svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-socials .social-logo svg .fill{fill:currentColor;stroke:none}.footer-socials a.social-logo:hover,.footer-socials a.social-logo:focus-visible{transform:translateY(-3px);background:#d9edf01f;border-color:#d9edf0;outline:none}.footer-socials span.social-logo{cursor:default}

/* Polish system: calm hierarchy, tactile controls, and shared pool materials. */
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hero-copy{top:7.5%}.hero-copy h1{font-size:clamp(30px,4.7vw,64px);letter-spacing:.2em;text-shadow:0 3px 22px #0b51793d}.hero-copy>p{opacity:.88}.section-heading h2,.about h2,.project-heading h2,.closing-sign h2{text-wrap:balance}.about-card>p,.project-heading>p:last-child{max-width:62ch}.about-card{border-radius:2px;box-shadow:15px 18px 0 #12649924,0 24px 65px #12395414;backdrop-filter:blur(7px)}.about-card:after{content:'';position:absolute;inset:9px;border:1px solid #ffffff8c;pointer-events:none}.section-tag{letter-spacing:.23em}.project-heading>p:last-child{font-size:clamp(14px,1.25vw,18px)}
.site-nav a,.skip-intro,.email-exit,.visit-project,.product{transition-timing-function:cubic-bezier(.2,.8,.2,1)}.site-nav a:active,.skip-intro:active,.email-exit:active,.visit-project:active{transform:scale(.96)}.email-exit{transition:transform .25s ease,box-shadow .25s ease}.email-exit:hover,.email-exit:focus-visible{transform:translateY(-3px);box-shadow:0 0 34px #89e26473,inset 0 0 15px #fff;outline:2px solid #4a9850;outline-offset:4px}.product:focus-visible{outline:3px solid #fff;outline-offset:3px}.project-modal{border:1px solid #ffffff8c}.browser-frame{box-shadow:0 12px 35px #1239541a}.skill-row{transition:background .25s ease,padding .25s ease}.skill-row:hover,.skill-row:focus-visible{padding-inline:12px;background:#7ad3de0d;outline:none}.lane i{box-shadow:inset 0 5px 10px #ffffff3b}.lane-toy{transition:transform .22s ease,box-shadow .22s ease}.skill-row:hover .lane-toy,.skill-row:focus-visible .lane-toy{transform:translateY(-50%) scale(1.12);box-shadow:0 4px 12px #12395442}.closing-sign{background:linear-gradient(145deg,#fffdf2,#f1edd8);box-shadow:0 8px 0 #164b74,0 28px 55px #2d505b30,inset 0 0 0 2px #ffffffb8}
.paper-world:after{content:'';position:absolute;right:7%;top:16%;width:52px;height:18px;border:1px solid #4ab4d022;border-radius:50%;transform:rotate(-8deg);pointer-events:none}.contact.paper-world:after{width:90px;height:28px;top:70%;right:12%;border-color:#4ab4d02b}.return-walk>p{line-height:1.08;letter-spacing:-.02em}
@media(max-width:850px){.hero-copy{top:10%}.hero-copy h1{font-size:30px}.about-card>p{line-height:1.62}.section-heading h2,.about h2{font-size:clamp(34px,9vw,58px)}.skill-row:hover,.skill-row:focus-visible{padding-inline:6px}}
@media(prefers-reduced-motion:reduce){.email-exit,.skill-row,.lane-toy,.site-nav a{transition:none}.paper-world:after{display:none}}

/* Corridor props are scaled against Annetta's standing height. */
.corridor-lockers{left:3%;bottom:25%;width:34%;height:69%}
.corridor-bench{left:39%;bottom:22%;width:27%;height:36%}
.corridor-buoy{right:6%;bottom:36%;width:145px;height:145px}
.return-walk>p{left:39%;top:8%;max-width:52%;font-size:clamp(27px,3.2vw,46px);white-space:nowrap}
@media(max-width:850px){.corridor-lockers{left:2%;width:43%;height:62%}.corridor-bench{left:40%;width:34%;height:31%}.corridor-buoy{right:3%;width:105px;height:105px}.return-walk>p{left:38%;max-width:59%;font-size:clamp(24px,5vw,38px);white-space:normal}}
@media(max-width:520px){.corridor-lockers{width:49%;height:56%}.corridor-bench{left:41%;width:38%;height:27%}.corridor-buoy{width:82px;height:82px}.return-walk>p{left:34%;max-width:63%;font-size:25px}}

.surface-ripple{position:absolute;z-index:8;width:20px;height:8px;border:1px solid #42b8d69c;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%) scale(.2);animation:surfaceRipple .85s ease-out forwards}.paper-world>.surface-ripple{z-index:1}@keyframes surfaceRipple{to{opacity:0;transform:translate(-50%,-50%) scale(5)}}
@media(prefers-reduced-motion:reduce){.surface-ripple{display:none}}

/* Copy-led transitions connect the skills, corridor gag, and closing scene. */
.skills-intro{max-width:610px;margin:0;font-size:clamp(15px,1.35vw,18px);line-height:1.7;color:#4b7185}
.laps-end{position:relative;z-index:2;max-width:1050px;margin:46px auto 0;text-align:right;font:italic 400 clamp(22px,2.7vw,36px)/1.2 Georgia,serif;color:#268cc2}
.return-walk>p span{display:block;margin-bottom:8px;font:700 10px/1.3 'DM Sans',sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#5b849b}
.return-walk>p strong{display:block;font-family:Georgia,serif;font-size:inherit;font-style:italic;font-weight:400;line-height:1.08;color:#268cc2}
@media(max-width:520px){.laps-end{margin-top:36px;font-size:24px}.return-walk>p span{font-size:9px;letter-spacing:.12em}}

/* Defer the noncritical vending backdrop until the section approaches view. */
.vending-bg{background-image:none}.projects.scene-entered .vending-bg{background-image:url('./public/assets/vending/background.png')}

@media(min-width:851px){.vending-character{left:calc(48% + 40px)}}

/* Begin the 2D walk inside the tiled handoff, then continue from the same
   screen position as the About section replaces the sticky hero. */
.handoff-walk-sprite{position:absolute;z-index:6;left:calc(-10% + var(--handoff-walk-p)*17%);bottom:5%;height:min(50vh,420px);width:auto;opacity:clamp(0,calc(var(--handoff-walk-p)*5),1);transform:translateX(-100%);filter:drop-shadow(10px 14px 2px #12395421);pointer-events:none}
.handoff-walk-sprite:not(.ready){opacity:0}
.walk-sprite{transform:translateX(calc(7vw + var(--walk-p)*113vw))}
@media(max-width:850px){.handoff-walk-sprite{bottom:1%;height:35vh}.walk-sprite{transform:translateX(calc(7vw + var(--walk-p)*133vw))}}
@media(prefers-reduced-motion:reduce){.handoff-walk-sprite{display:none}.walk-sprite{transform:translateX(10vw)}}
.file-preview .handoff-walk-sprite{display:none}

/* One continuous walker spans the 3D handoff and About scene. JavaScript sets
   `left` directly so the position is reliable across browsers. */
.about .walk-sprite{position:absolute;z-index:12;left:-12%;top:clamp(48px,8vh,84px);bottom:auto;height:min(50vh,420px);width:auto;opacity:0;transform:translateX(-50%);transition:opacity .16s ease;pointer-events:none}
.walk-sprite.ready.active{opacity:1}
@media(max-width:850px){.about .walk-sprite{top:54px;bottom:auto;height:35vh;transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.walk-sprite{display:none}}
.file-preview .walk-sprite{display:none}

/* Generated project artwork uses the modal's native 8:3 header ratio. */
.project-preview{display:block;aspect-ratio:8/3;min-height:0;padding:0;overflow:hidden;background:var(--project-color)}
.project-header-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

/* Annetta crosses the foreground of the closing pool scene. */
.contact{padding-bottom:clamp(190px,16vw,290px)}
.contact>.closing-sign,.contact>.email-exit{z-index:2}
.contact-swimmer{position:absolute;z-index:1;left:-4vw;bottom:-4px;width:min(52vw,920px);height:auto;pointer-events:none;user-select:none;filter:drop-shadow(0 12px 12px #287bb026)}
@media(max-width:850px){.contact{padding-bottom:clamp(165px,27vw,230px)}.contact-swimmer{left:-10vw;width:76vw;max-width:none}}
@media(max-width:520px){.contact{padding-bottom:clamp(130px,36vw,175px)}.contact-swimmer{left:-18vw;bottom:0;width:112vw}}

/* Cozy project cues live directly on the vending-machine artwork. */
body.project-cue-lock{position:fixed;top:var(--project-cue-lock-y);left:0;width:100%;overflow:hidden}
.product-grid{z-index:4;inset:0;left:0;top:0;width:100%;height:100%;display:block;padding:0;opacity:0;pointer-events:none;transition:opacity .45s ease}
.projects.project-ready .product-grid{opacity:1}
.project-list-panel{position:absolute;z-index:6;left:67%;right:4%;top:42%;max-width:520px;padding:10px;border:1px solid #ffffff70;border-radius:24px;background:linear-gradient(145deg,#fffaf0d9,#fffaf0ad);box-shadow:0 14px 45px #071d2d35,inset 0 1px 0 #fff;backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);color:var(--ink);transition:opacity .7s .18s ease,transform .7s .18s cubic-bezier(.2,.8,.2,1)}
.projects:not(.scene-entered) .project-list-panel{opacity:0;transform:translateX(32px)}
.project-list-label{display:flex;justify-content:space-between;align-items:center;padding:5px 10px 9px;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#315e75}.project-list-label span:last-child{opacity:.58}
.project-list{display:grid;gap:3px}.project-list-item{width:100%;min-height:42px;padding:8px 10px;display:grid;grid-template-columns:31px minmax(0,1fr) 25px;align-items:center;gap:8px;border:0;border-radius:15px;background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.project-list-item:hover,.project-list-item:focus-visible{background:var(--ink);color:#fff;box-shadow:0 7px 20px #1239542b;outline:none;transform:translateX(3px)}.project-list-item:active{transform:translateX(3px) scale(.985)}
.project-list-number{font-size:9px;font-weight:800;letter-spacing:.12em;opacity:.58}.project-list-name{overflow:hidden;font-size:13px;font-weight:750;white-space:nowrap;text-overflow:ellipsis}.project-list-arrow{display:grid;width:25px;height:25px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:15px;line-height:1;opacity:.68;transition:transform .22s ease}.project-list-item:hover .project-list-arrow,.project-list-item:focus-visible .project-list-arrow{transform:rotate(90deg);opacity:1}
.product-item{position:absolute;left:var(--slot-x);top:var(--slot-y);width:var(--slot-w);height:var(--slot-h);display:block;min-width:0;transform:translate(-50%,-50%);pointer-events:auto}
.product{position:relative;width:100%;height:100%;overflow:visible;border:0;border-radius:43% 43% 22% 22%;background:transparent;box-shadow:none;cursor:pointer;transition:transform .24s ease,filter .24s ease}
.product-gloss{position:absolute;inset:0;overflow:hidden;border:1px solid #eaffff45;border-radius:inherit;pointer-events:none}
.product-gloss:before{content:'';position:absolute;inset:-18% auto -18% -85%;width:54%;background:linear-gradient(105deg,transparent 4%,#ffffff17 28%,#fff 49%,#ffffff28 67%,transparent 92%);filter:blur(.6px);transform:skewX(-12deg);animation:productGloss 4.8s ease-in-out var(--shine-delay) infinite}
.product-sparkles{position:absolute;inset:-8%;pointer-events:none}.product-sparkles i{position:absolute;width:5px;height:5px;opacity:0;transform:rotate(45deg);animation:productSparkle 4.8s ease-in-out calc(var(--shine-delay) + .4s) infinite}
.product-sparkles i:before,.product-sparkles i:after{content:'';position:absolute;left:50%;top:50%;border-radius:50%;background:#fffde0;box-shadow:0 0 5px #d9fbff}.product-sparkles i:before{width:2px;height:10px;transform:translate(-50%,-50%)}.product-sparkles i:after{width:10px;height:2px;transform:translate(-50%,-50%)}
.product-sparkles i:nth-child(1){left:-2%;top:18%}.product-sparkles i:nth-child(2){right:-4%;top:43%;animation-delay:calc(var(--shine-delay) + .65s)}.product-sparkles i:nth-child(3){left:18%;bottom:3%;animation-delay:calc(var(--shine-delay) + .9s)}
.product-pick-cue{position:absolute;z-index:3;left:50%;bottom:-19px;padding:3px 7px;border:1px solid #8dcde0a3;border-radius:999px;background:#fffaf0e6;box-shadow:0 3px 7px #0c355059;color:#17658f;font:700 clamp(5px,.52vw,8px)/1.1 'DM Sans',sans-serif;letter-spacing:.04em;white-space:nowrap;opacity:.82;transform:translateX(-50%) rotate(-2deg);transition:opacity .2s ease,transform .2s ease}
.product-item:nth-child(even) .product-pick-cue{transform:translateX(-50%) rotate(2deg)}
.product:hover,.product:focus-visible{border-color:transparent;background:#ffffff0f;box-shadow:none;filter:brightness(1.18) drop-shadow(0 0 7px #c5f5ff);outline:none;transform:scale(1.055)}
.product:hover .product-gloss,.product:focus-visible .product-gloss{backdrop-filter:brightness(1.16);-webkit-backdrop-filter:brightness(1.16)}
.product:hover .product-pick-cue,.product:focus-visible .product-pick-cue{opacity:1;transform:translateX(-50%) translateY(-2px) rotate(0)}
.product:focus-visible .product-gloss{outline:2px solid white;outline-offset:2px}
.projects.project-cue-active .product[data-index="0"]{z-index:5;animation:colaBottlePulse .2s steps(2,end) 4}
.projects.project-cue-active .product[data-index="0"] .product-gloss{background:#eaffff38;box-shadow:0 0 14px #e9fcff,0 0 28px #72d4ed;animation:colaBottleBlink .2s steps(2,end) 4}
.projects.project-cue-active .product[data-index="0"] .product-pick-cue{opacity:1;transform:translateX(-50%) translateY(-3px) rotate(-2deg)}
.projects.project-cue-active .project-list-item[data-index="0"]{background:var(--ink);color:#fff;animation:projectListPulse .2s steps(2,end) 4}
.project-modal{border:2px solid #fffdf5;background:linear-gradient(145deg,#fffdf5,#fff7e8);box-shadow:0 22px 70px #08253d73,10px 12px 0 #75bfd033;transform-origin:var(--modal-origin-x,50%) var(--modal-origin-y,50%)}
.project-modal:after{content:'';position:absolute;z-index:3;right:82px;top:8px;width:72px;height:18px;background:#f4d875a8;box-shadow:0 2px 4px #5a48251c;transform:rotate(3deg);pointer-events:none}
.project-modal::backdrop{background:#153c5673;backdrop-filter:blur(5px) saturate(.82)}
.project-modal.modal-preparing{opacity:0}
.project-modal.modal-origin-grow{animation:cozyModalGrow .46s cubic-bezier(.2,.82,.22,1) both}
.project-modal.modal-origin-grow.modal-quick-grow{animation-duration:.3s}
.project-modal .modal-close{background:#fffdf5;border:1px solid #bddce1;box-shadow:0 4px 12px #1239541a;color:#245972}
.project-modal .modal-close:hover,.project-modal .modal-close:focus-visible{background:#e5f7f8;outline:2px solid white;outline-offset:2px}
.project-modal .browser-frame{box-shadow:0 10px 28px #1a60731f}
.project-modal .visit-project{background:#245f7a}
@keyframes productGloss{0%,66%{transform:translateX(0) skewX(-12deg);opacity:0}70%{opacity:.86}84%{transform:translateX(355%) skewX(-12deg);opacity:.7}88%,100%{transform:translateX(355%) skewX(-12deg);opacity:0}}
@keyframes productSparkle{0%,70%,88%,100%{opacity:0;transform:rotate(45deg) scale(.35)}76%{opacity:1;transform:rotate(45deg) scale(1)}82%{opacity:.36;transform:rotate(45deg) scale(.68)}}
@keyframes colaBottlePulse{0%,100%{filter:brightness(1)}50%{filter:brightness(1.65) drop-shadow(0 0 10px #eafcff);transform:scale(1.045)}}
@keyframes colaBottleBlink{0%,100%{backdrop-filter:brightness(1);-webkit-backdrop-filter:brightness(1)}50%{backdrop-filter:brightness(1.72) saturate(1.16);-webkit-backdrop-filter:brightness(1.72) saturate(1.16)}}
@keyframes projectListPulse{0%,100%{box-shadow:0 7px 20px #1239542b}50%{box-shadow:0 0 0 3px #fff,0 0 24px #dffaff;transform:translateX(3px)}}
@keyframes cozyModalGrow{0%{opacity:0;transform:scale(.045);border-radius:46%}72%{opacity:1;transform:scale(1.025);border-radius:18px}100%{opacity:1;transform:none;border-radius:20px}}
@media(max-width:850px){.projects{min-height:1040px}.project-heading{top:6%}.project-list-panel{left:7%;right:7%;top:25%;max-width:none;padding:8px 9px}.project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.project-list-item{min-height:39px}.machine-wrap{height:58%}.product-pick-cue{bottom:-15px;padding:2px 5px;font-size:6px}.product-sparkles i:before{height:8px}.product-sparkles i:after{width:8px}}
@media(max-width:520px){.projects{min-height:980px}.project-heading{top:5%}.project-list-panel{left:4%;right:4%;top:24%;border-radius:20px}.project-list-label{padding-block:3px 7px}.project-list-item{grid-template-columns:25px minmax(0,1fr) 22px;gap:5px;min-height:38px;padding:7px 8px}.project-list-name{font-size:11px}.project-list-arrow{width:22px;height:22px}.machine-wrap{height:56%}.product-pick-cue{bottom:-12px;padding:2px 4px;font-size:5px}.project-modal:after{right:65px;width:52px}}
/* Keep Annetta in the mobile scene without making the machine or its bottle
   artwork smaller. The oversized transparent pseudo-element gives every
   illustrated bottle a 44px minimum tap target while preserving alignment. */
@media(max-width:850px){.vending-character{display:block;z-index:4;left:auto;right:-7%;bottom:-2%;height:min(52%,540px);transform:none;pointer-events:none;animation-name:vendingGirlIdle;transition:opacity .75s .14s ease}.projects:not(.scene-entered) .vending-character{margin-left:0}.product::after{content:'';position:absolute;left:50%;top:50%;width:max(100%,44px);height:max(100%,44px);transform:translate(-50%,-50%)}}
@media(max-width:520px){.vending-character{right:-8%;bottom:-3%;height:clamp(360px,85vw,420px)}}
@media(prefers-reduced-motion:reduce){.product-grid,.project-list-panel,.project-list-item,.project-list-arrow{transition:none}.product-gloss:before,.product-sparkles i,.projects.project-cue-active .product[data-index="0"],.projects.project-cue-active .product[data-index="0"] .product-gloss,.projects.project-cue-active .project-list-item[data-index="0"],.project-modal.modal-origin-grow{animation:none}.product-gloss:before{display:none}.product-sparkles i{opacity:.65}.projects.project-cue-active .product[data-index="0"] .product-gloss{background:#f4ffff36;box-shadow:0 0 12px #dffaff;backdrop-filter:brightness(1.16);-webkit-backdrop-filter:brightness(1.16)}}

/* Illustrated closing-time pool environment. The art carries the atmosphere;
   the UI remains crisp and the existing swimmer owns the foreground. */
.contact{
  isolation:isolate;
  background:#f8efd9 url('./public/assets/contact/pool-closing-bg.jpg') center bottom/cover no-repeat;
}
.contact .sunset{
  z-index:0;
  background:linear-gradient(180deg,#fffaf00a 0 68%,#1239540d 100%);
}
.contact.paper-world:after{display:none}
@media(max-width:850px){.contact{background-position:54% bottom}}
@media(max-width:520px){.contact{background-position:58% bottom}}

/* Static story interludes connect the existing animated pool scenes. */
.hero-copy{max-width:760px}.hero-copy .hero-time{margin:0 0 12px;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.hero-copy .hero-story{max-width:670px;margin:12px auto 0;font-size:clamp(13px,1.35vw,17px);line-height:1.55;letter-spacing:.035em}.hero-copy .hero-plan{margin:8px auto 0;font:italic 400 clamp(13px,1.25vw,16px)/1.5 Georgia,serif;letter-spacing:.02em}.story-time{margin:0 0 14px!important;font:800 10px/1.4 'DM Sans',sans-serif!important;letter-spacing:.22em;text-transform:uppercase;color:#f07d66}.about-card .story-time{padding-bottom:12px;border-bottom:1px solid #12395420}.about-card .section-tag{margin-top:22px}.about-card>p+ p:not(.section-tag):not(.story-time){margin-top:14px}
.story-beat{position:relative;isolation:isolate;overflow:hidden;padding:clamp(70px,9vw,120px) 7%;background:#fffaf0}.story-beat:before{content:'';position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 15% 22%,#40aec513 0 2px,transparent 3px),radial-gradient(circle at 85% 74%,#f07d6614 0 3px,transparent 4px);background-size:74px 74px,105px 105px}.story-beat-inner{width:min(820px,100%);margin:auto}.story-beat h2{max-width:760px;margin:0 0 24px;font:700 clamp(34px,5vw,64px)/1.02 Manrope;letter-spacing:-.055em;text-wrap:balance}.story-beat p:not(.story-time):not(.story-whisper){max-width:700px;margin:0 0 12px;font-size:clamp(15px,1.45vw,19px);line-height:1.72}.story-beat p:last-of-type{margin-bottom:0}.story-notes{display:flex;flex-wrap:wrap;gap:9px;margin-top:32px}.story-notes span{padding:9px 13px;border:1px solid #12395430;border-radius:999px;background:#fffdf5c9;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.story-beat-coral{border-top:1px solid #edaa972e;border-bottom:1px solid #edaa972e;background:linear-gradient(140deg,#fffaf0,#fff1e8)}.story-beat-blue{color:#f5fbf8;background:#245d78}.story-beat-blue:before{background:radial-gradient(circle at 18% 30%,#b9edf51a 0 2px,transparent 3px);background-size:68px 68px}.story-beat-blue .story-time{color:#ffcf77}.story-beat-blue p:not(.story-time){color:#dcecf0}.story-beat-sunset{background:linear-gradient(135deg,#fff9ea,#ffead9)}.story-beat-splash{padding-block:clamp(78px,10vw,135px);background:#dff3f2}.story-beat-splash:after{content:'';position:absolute;z-index:-1;right:-50px;bottom:-55px;width:260px;height:110px;border:2px solid #2e9fc235;border-radius:50%;box-shadow:0 0 0 28px #2e9fc20d,0 0 0 58px #2e9fc20a;transform:rotate(-7deg)}.story-whisper{margin:30px 0 0;font:italic 400 clamp(25px,3vw,38px)/1.2 Georgia,serif;color:#2785a2}
.pool-diary{position:relative;z-index:2;width:min(1050px,100%);margin:56px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #b9d7dd;background:#fffdf6;box-shadow:10px 12px 0 #2d83941a;transform:rotate(-.4deg)}.pool-diary article{min-height:145px;padding:22px;border-right:1px dashed #b9d7dd}.pool-diary article:last-child{border-right:0}.pool-diary time{font-size:9px;font-weight:800;letter-spacing:.18em;color:#f07d66}.pool-diary p{margin:16px 0 0;font:italic 400 16px/1.45 Georgia,serif;color:#315e75}
.contact-invitation{position:relative;z-index:2;max-width:590px;margin:0;text-align:center;font-size:clamp(14px,1.3vw,18px);line-height:1.65;color:#244f63;text-shadow:0 1px #fff}.contact-note{position:relative;z-index:2;margin:0;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#315e75}.contact>.closing-sign,.contact>.email-exit{flex:none}
@media(max-width:850px){.hero-copy{top:9%}.hero-copy .hero-story{max-width:560px}.story-beat{padding-inline:24px}.pool-diary{grid-template-columns:repeat(2,minmax(0,1fr))}.pool-diary article:nth-child(2){border-right:0}.pool-diary article:nth-child(-n+2){border-bottom:1px dashed #b9d7dd}.contact-invitation{max-width:520px}.contact{padding-top:120px}}
@media(max-width:520px){.hero-copy{top:11%;width:88%}.hero-copy .hero-time{margin-bottom:7px;font-size:8px}.hero-copy .hero-story{margin-top:9px;font-size:12px;line-height:1.45}.hero-copy .hero-plan{margin-top:6px;font-size:12px}.story-beat{padding-block:64px}.story-beat h2{font-size:36px}.story-beat p:not(.story-time):not(.story-whisper){font-size:15px;line-height:1.65}.story-notes{align-items:flex-start;flex-direction:column}.pool-diary{grid-template-columns:1fr}.pool-diary article{min-height:0;border-right:0;border-bottom:1px dashed #b9d7dd}.pool-diary article:nth-child(3){border-bottom:1px dashed #b9d7dd}.pool-diary article:last-child{border-bottom:0}.contact{gap:22px;padding-top:120px}.contact-invitation{font-size:14px}.contact-note{max-width:280px;text-align:center;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.pool-diary{transform:none}}

/* Each skill is a complete, sequential lap. The /10 is a reflection at the
   wall, not the distance Annetta managed to swim. */
.skill-row{grid-template-columns:minmax(175px,260px) 1fr 82px}
.lane{height:46px;overflow:hidden;background:repeating-linear-gradient(90deg,#fffdf8 0 18px,#499cb814 19px 20px)}
.lane .lane-wake{position:absolute;inset:0 auto 0 0;width:var(--lap-pct);height:auto;max-width:none;border-radius:0;background:linear-gradient(90deg,#81dcdd,#4cb6dc);box-shadow:inset 0 5px 10px #ffffff3b;opacity:.82}
.lap-reverse .lane .lane-wake{inset:0 0 0 auto;background:linear-gradient(270deg,#81dcdd,#4cb6dc)}
.lane-swimmer{position:absolute;z-index:2;left:var(--swimmer-x);top:50%;display:block;width:88px;height:auto;filter:drop-shadow(0 3px 4px #12395435);transform:translateY(-50%);transform-origin:center;transition:filter .22s ease}
.lap-reverse .lane-swimmer{transform:translateY(-50%) scaleX(-1)}
.skill-row:hover .lane-swimmer,.skill-row:focus-visible .lane-swimmer{filter:drop-shadow(0 4px 6px #12395455) saturate(1.08)}
.skill-row output{display:flex;flex-direction:column;align-items:flex-start;opacity:0;transform:translateY(3px);transition:opacity .22s ease,transform .22s ease}
.skill-row output>span{font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.skill-row output>strong{font:700 26px Manrope}
.skill-row output small{font-size:11px}
.skill-row.lap-active .lane{box-shadow:0 0 0 5px #53bed812}
.skill-row.lap-complete output{opacity:1;transform:none}
@media(max-width:850px){.skill-row{grid-template-columns:1fr 64px}.lane-swimmer{width:76px}.skill-row output>span{font-size:6px}}
@media(max-width:520px){.lane{height:40px}.lane-swimmer{width:68px}.skill-row output>strong{font-size:23px}}
@media(prefers-reduced-motion:reduce){.lane .lane-wake,.lap-reverse .lane .lane-wake{width:100%}.lane-swimmer{transition:none}.skill-row output{opacity:1;transform:none;transition:none}}
