@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#f5f5e8;background:#93bbbd}*{box-sizing:border-box}body{margin:0;overflow:hidden}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #e6fb9b;outline-offset:5px}a{color:inherit;text-decoration:none}#world,.vignette{position:fixed;inset:0}.vignette{pointer-events:none;background:linear-gradient(90deg,#122925eb,#162b286b 32%,transparent 64%),linear-gradient(0deg,#182b27a8,transparent 24%)}canvas{display:block;touch-action:none}header{position:absolute;z-index:3;left:4%;right:4%;top:32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;font-family:'Space Grotesk',sans-serif;letter-spacing:2px;font-weight:700;font-size:18px}.brand small{display:block;font-size:10px;letter-spacing:1.8px;margin-top:5px;font-weight:400}.brand-icon{font-size:39px;color:#d9efab}nav{display:flex;gap:26px;align-items:center}nav button{background:none;color:#fff;border:0;font-size:14px;padding:10px 0}nav sup{font-size:10px;opacity:.65}nav .contact{border:1px solid #ffffff60;padding:12px 18px;border-radius:5px}.intro{position:absolute;left:7%;top:29%;z-index:2;pointer-events:none}.intro button{pointer-events:auto}.eyebrow{font-size:12px;letter-spacing:2.5px;color:#d7e6c7;margin-bottom:26px}h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(44px,5.2vw,80px);line-height:1.08;letter-spacing:-4px;font-weight:500;margin:0 0 24px}h1 em{font-style:normal;color:#d8efa2}.intro p{color:#e0e6dd;font-size:16px;line-height:1.7;margin-bottom:30px}.primary{background:#d8efa2;color:#223e2f;border:1px solid #e3f7b5;border-radius:4px;padding:15px 20px;font-weight:600;display:flex;gap:35px;box-shadow:0 4px 0 #739348}.primary:hover{background:#e7ffb4}.text-link{display:block;background:none;color:#ecf1e6;border:0;padding:22px 0;font-size:14px}footer{position:absolute;bottom:25px;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1.3px;color:#e4eddf;pointer-events:none}footer a{pointer-events:auto}footer .hint{font-size:13px;letter-spacing:0}.world-controls{position:absolute;right:4%;bottom:75px;display:flex;background:#1b342dcc;border:1px solid #ffffff30;border-radius:6px;overflow:hidden}.world-controls button{border:0;border-right:1px solid #ffffff20;background:transparent;color:white;width:44px;height:42px;font-size:23px}.world-controls button:hover{background:#426447}#labels{position:fixed;inset:0;pointer-events:none}.pin{position:absolute;pointer-events:auto;transform:translate(-50%,-100%);background:#203b31ed;border:1px solid #eef7da60;box-shadow:0 4px 15px #132d3240;border-radius:4px;color:#fff;padding:9px 13px;font-size:12px;white-space:nowrap;letter-spacing:.4px}.pin::after{content:'';position:absolute;left:50%;top:100%;height:22px;width:1px;background:#eef7da90}.pin:hover{background:#dcf0b1;color:#213329}.pin b{color:#c9e799;margin-right:8px;font-weight:400}#loading{position:absolute;left:60%;top:50%;background:#203b31;padding:14px}dialog{background:#f5f5ed;color:#203b31;border:1px solid #c4ccba;border-radius:10px;padding:42px;width:min(660px,92vw);max-height:85dvh;box-shadow:0 30px 100px #0b252b70}dialog::backdrop{background:#102b3280;backdrop-filter:blur(6px)}dialog #close{position:absolute;right:16px;top:10px;background:none;border:0;color:#234332;font-size:32px}dialog h2{font-family:'Space Grotesk',sans-serif;font-size:34px;letter-spacing:-1px;margin:10px 0 20px}dialog p{font-size:16px;line-height:1.8;color:#506055}dialog .eyebrow{color:#667950;margin:0}dialog a.action{display:inline-block;margin:10px 8px 0 0;padding:12px 16px;background:#254a36;color:#fff;border-radius:4px;font-size:14px}dialog img{width:100%;max-height:250px;object-fit:contain;background:#e1e6dc;border-radius:5px;margin:10px 0}.project-row{width:100%;display:flex;text-align:left;gap:20px;align-items:center;padding:20px 0;border:0;border-bottom:1px solid #ccd5c6;background:transparent;color:#203b31}.project-row span{flex:1}.project-row strong{display:block;font-size:21px;font-family:'Space Grotesk';margin-bottom:4px}.project-row small{font-size:14px;color:#63705f}.project-row:hover strong{color:#5b813b}.tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.tags span{padding:9px 14px;background:#e1e8d8;border:1px solid #cbd8c0;border-radius:4px;font-size:14px}dialog .back{border:0;background:none;padding:0;color:#567446;font-size:14px;margin-bottom:25px}@media(max-width:850px){header{top:22px}.brand{font-size:15px}.brand small{font-size:8px}nav{gap:15px}nav button{font-size:13px}nav button[data-open=skills]{display:none}.intro{left:6%;top:22%}h1{font-size:52px}.intro p{font-size:14px}.pin{font-size:11px;padding:7px}footer .hint{display:none}}@media(max-width:600px){header{left:6%;right:6%}.brand-icon{font-size:30px}nav button{display:none}nav .contact{display:block;padding:10px;font-size:12px}.intro{top:15%;left:7%}.eyebrow{font-size:10px;margin-bottom:14px}h1{font-size:42px;letter-spacing:-2px;margin-bottom:12px}.intro p{font-size:14px;line-height:1.5;margin:0 0 16px}.primary{padding:12px 16px;font-size:14px}.text-link{padding:15px 0}.vignette{background:linear-gradient(180deg,#193c39b0,transparent 66%),linear-gradient(0deg,#1c3a37b0,transparent 25%)}footer{font-size:9px;bottom:20px}.world-controls{bottom:53px}.pin{font-size:10px;padding:6px 8px}.pin::after{height:12px}dialog{padding:32px 24px}dialog h2{font-size:29px}}
/* First-person visits: the project text is a world-anchored, non-modal surface. */
[hidden]{display:none!important}.brand-logo{width:42px;height:42px;object-fit:contain}#lang{display:block!important;min-width:42px;border:1px solid #dfedc277;border-radius:4px;padding:10px;color:#e1efbf;font-size:14px;letter-spacing:1px}
.in-scene .intro,.in-scene #labels,.in-scene .world-controls,.in-scene footer{opacity:0;visibility:hidden;pointer-events:none}.in-scene .vignette{background:linear-gradient(180deg,#10251eaa,transparent 23%,transparent 82%,#18332988)}.in-scene header{padding:12px 16px;top:16px;border-radius:5px;background:#183a2ddb;left:3%;right:3%}.intro,footer{transition:opacity .3s}.scene-toolbar{position:fixed;top:111px;left:4%;right:4%;display:flex;align-items:center;gap:20px;z-index:4}.scene-toolbar button{border:1px solid #dce5c860;border-radius:4px;padding:11px 15px;background:#1c392eea;color:#f0f4df;font-size:14px}.scene-toolbar>span{font-size:13px;letter-spacing:1px;text-shadow:0 1px 4px #142d20;background:#1b352ca8;padding:8px;border-radius:3px}.scene-card{position:fixed;z-index:3;left:60%;top:25%;width:min(390px,36vw);max-height:calc(100dvh - 210px);overflow:auto;padding:25px;background:linear-gradient(135deg,#1c362de8,#203e30ed);border:1px solid #c7deb480;border-radius:5px;color:#eef3df;box-shadow:0 16px 45px #17301e33;backdrop-filter:blur(10px);scrollbar-color:#96af71 #243e30;overscroll-behavior:contain;animation:card-arrive .45s ease-out}.scene-card .eyebrow{font-size:12px;line-height:1.7;letter-spacing:1.3px;color:#c5d89f;margin:0 0 8px}.scene-card h2{font-family:'Space Grotesk',sans-serif;font-size:30px;line-height:1.12;letter-spacing:-1px;margin:0 0 15px}.scene-card h3{font-size:16px;margin:20px 0 8px}.scene-card p{font-size:16px;line-height:1.75;color:#e0e7d7}.scene-card .tags{gap:6px;margin:18px 0}.scene-card .tags span{font-size:12px;background:#d0e7ad17;color:#dbe9c8;border:1px solid #c4d7ae33;padding:6px 9px}.scene-card a.action{display:inline-block;font-size:14px;line-height:1.5;overflow-wrap:anywhere;background:#d8efa2;color:#223e2f;padding:10px 13px;border-radius:3px;margin:6px 5px 0 0}.scene-card .social-links{margin-top:14px}.scene-card .social-links a{background:#45613a;color:#edf3e1}.look-hint{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);font-size:13px;background:#20382bc9;border-radius:4px;padding:8px 12px;white-space:nowrap}.in-scene:not(.scene-ready) .look-hint{visibility:hidden}#travel-status:not(:empty){position:fixed;bottom:45px;left:50%;transform:translateX(-50%);padding:10px 16px;background:#223e2cdd;border:1px solid #c7daab70;border-radius:4px;color:#eef3e0;font-size:14px;z-index:4}@keyframes card-arrive{from{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur(0)}}
@media(max-width:1000px){nav{gap:16px}.in-scene .brand small{display:none}.scene-card{width:36vw;padding:22px}.scene-toolbar>span{display:none}}@media(max-width:699px){.brand{font-size:13px;gap:8px;letter-spacing:1px}.brand small{font-size:8px;letter-spacing:.6px}.brand-logo{width:32px;height:32px}header{gap:8px}nav{gap:8px}nav button{display:none}nav .contact,nav #lang{display:block;font-size:12px;padding:9px}.in-scene header{top:10px;padding:10px}.scene-toolbar{top:82px;left:4%}.scene-toolbar button{font-size:12px;padding:8px 10px}.scene-card{left:4%!important;top:auto!important;bottom:49px;width:92%;max-height:38dvh;padding:18px 20px;background:#173626ee}.scene-card h2{font-size:24px;margin-bottom:8px}.scene-card p{font-size:14px;line-height:1.65;margin:10px 0}.scene-card .tags{margin:10px 0}.scene-card .eyebrow{font-size:10px}.look-hint{bottom:12px;font-size:11px}.scene-card a.action{font-size:13px;padding:8px 11px}.in-scene .brand small{display:none}.in-scene nav .contact{display:none}#loading{left:5%;right:5%;top:64%;font-size:14px}}@media(prefers-reduced-motion:reduce){.intro,footer{transition:none}.scene-card{animation:none}}
.scene-switcher{display:flex;gap:8px;margin-left:auto}.scene-switcher button{display:flex;align-items:center;gap:13px;min-width:125px;justify-content:space-between;text-align:left}.scene-switcher button:last-child{text-align:right}.scene-switcher small{display:block;font-size:10px;letter-spacing:.8px;color:#c5d89f;margin-bottom:3px}.destination-name{display:block;font-size:13px}.scene-switcher button:hover:not(:disabled){background:#3c5936}.scene-switcher button:disabled{opacity:.55;cursor:default}.scene-ready .scene-card{max-height:calc(100dvh - 235px)}
@media(max-width:1000px){.scene-toolbar{gap:8px}.scene-switcher button{min-width:115px}}@media(max-width:699px){.scene-switcher{gap:5px}.scene-switcher button{min-width:0;padding:7px 9px;gap:6px}.scene-switcher small{font-size:9px;letter-spacing:0}.destination-name{font-size:11px}.scene-toolbar #back-island{max-width:105px;line-height:1.3}.scene-ready .scene-card{max-height:38dvh}.look-hint{font-size:10px;max-width:96vw;white-space:normal;text-align:center}}
@media(max-width:699px){.scene-toolbar #back-island{flex:0 0 88px;max-width:88px}.scene-switcher{flex:1;min-width:0}.scene-switcher button{flex:1;min-width:0}.scene-switcher button>span{min-width:0}.destination-name{white-space:normal;overflow-wrap:anywhere}}
#tv-layer{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:1}#tv-video{position:absolute;left:0;top:0;width:1280px;height:720px;max-width:none;transform-origin:0 0;object-fit:contain;background:#000;pointer-events:none}.vignette{z-index:1}.intro,#labels{z-index:2}.world-controls,footer{z-index:2}#tv-controls{position:fixed;z-index:4;left:50%;bottom:65px;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:10px;max-width:94vw;background:#19372de8;border:1px solid #dae9bd60;padding:9px 12px;border-radius:4px;font-size:13px}#tv-controls button,#tv-controls a{border:1px solid #aec88860;background:#385337;color:#eef5df;border-radius:3px;padding:8px 12px;white-space:nowrap}.tv-scene .vignette{background:linear-gradient(180deg,#10251e99,transparent 19%,transparent 85%,#18332988)}@media(max-width:699px){#tv-controls{bottom:56px;flex-wrap:wrap;width:max-content}.tv-scene .look-hint{bottom:15px}}
