@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#172a30;--muted:#5d7075;--teal:#237d83;--line:#dce4e5;--paper:#fafcfc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #29a8b4;outline-offset:5px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:rgba(250,252,252,.96);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-size:15px;font-weight:800;letter-spacing:.08em}.brand img{width:43px;height:56px;object-fit:contain;mix-blend-mode:multiply}.brand-sub{display:block;font-size:10px;font-weight:500;letter-spacing:.16em;margin-top:1px}nav{display:flex;gap:35px;font-size:14px}nav a:hover,.text-link:hover{color:var(--teal)}.intro{padding:74px 8% 48px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;color:var(--teal)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{font-size:clamp(48px,6.7vw,100px);font-weight:500;letter-spacing:-.065em;line-height:1.08;margin:24px 0 30px}h1 span{color:var(--teal)}.intro-bottom{display:flex;justify-content:space-between;align-items:center}.intro p{color:var(--muted);font-size:16px}.circle-link{width:55px;height:55px;border:1px solid #a8babf;border-radius:50%;display:grid;place-items:center;font-size:24px;transition:.3s}.circle-link:hover{background:var(--ink);color:white;transform:translateY(3px)}.feature{margin:0 3%;height:min(670px,60vw);min-height:380px;position:relative;overflow:hidden;background:#17353e}.feature>img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.feature:hover>img{transform:scale(1.025)}.feature:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,22,30,.8),transparent 70%);pointer-events:none}.feature-caption{position:absolute;z-index:1;bottom:40px;left:5%;color:white}.feature-caption>span,.feature-no{font-size:12px;letter-spacing:.16em}.feature h2{font-size:clamp(28px,4vw,48px);font-weight:500;letter-spacing:-.04em}.feature p{font-size:14px;color:#dbe8eb}.pill{border:1px solid #ffffff90;border-radius:50px;background:transparent;color:white;padding:9px 21px;margin-top:20px;font-size:14px}.pill:hover{background:white;color:var(--ink)}.feature-no{position:absolute;z-index:1;right:4%;bottom:45px;color:white}.section{padding:105px 8%}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:33px}.section h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.045em;line-height:1.2;font-weight:500;margin-top:12px}.section-top p{font-size:14px;color:var(--muted)}.accent{color:var(--teal)}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:34px}.filters button{border:1px solid var(--line);border-radius:30px;padding:8px 19px;background:transparent;color:var(--muted);font-size:14px}.filters button.active,.filters button:hover{background:var(--ink);color:white;border-color:var(--ink)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:38px 28px}.project{padding:0;border:0;background:transparent;text-align:left;color:var(--ink);min-width:0}.thumb{position:relative;overflow:hidden;background:#e6edef;aspect-ratio:16/10}.project img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .6s}.project:hover img{transform:scale(1.035)}.project .art img{object-fit:contain}.project-meta{display:flex;align-items:start;justify-content:space-between;margin-top:13px;gap:12px}.project h3{font-weight:600;font-size:21px;letter-spacing:-.03em;line-height:1.3}.project p{font-size:13px;color:var(--muted);margin-top:3px}.project-number{font-size:12px;color:var(--muted)}.play{position:absolute;right:18px;bottom:18px;border-radius:50%;width:43px;height:43px;background:#fffdf5eb;display:grid;place-items:center;font-size:14px}.count{font-size:13px;color:var(--muted);margin-top:30px}.about{background:#eaf1f2;display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-copy p{margin-bottom:20px;color:#425d66}.tools{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0}.tools span{border:1px solid #c2d5d8;padding:4px 12px;font-size:13px;border-radius:3px}.text-link{display:inline-block;border-bottom:1px solid;padding-bottom:3px;font-size:14px}.contact{text-align:center;padding:100px 5% 110px}.contact>a{font-size:clamp(21px,3.5vw,44px);display:inline-block;letter-spacing:-.03em;border-bottom:1px solid #82a8ad;margin:28px 0 20px;color:var(--teal)}.contact p{font-size:14px;color:var(--muted)}footer{border-top:1px solid var(--line);padding:28px 5%;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}dialog{width:min(1100px,94vw);max-height:92vh;padding:0;border:0;background:var(--paper);color:var(--ink)}dialog::backdrop{background:rgba(5,18,25,.88);backdrop-filter:blur(8px)}.close{position:sticky;float:right;top:12px;margin:12px;z-index:2;background:white;border:0;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px #0003}.detail{padding:24px 5% 40px}.detail h2{font-size:32px;letter-spacing:-.04em;margin:8px 0}.detail p{max-width:750px;color:var(--muted)}#media{background:#10171c;clear:both}#media img,#media video{display:block;width:100%;max-height:63vh;object-fit:contain}#media-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}#media-nav button{padding:6px 14px;border:1px solid var(--line);background:white;font-size:14px}#media-nav button.active{background:var(--ink);color:white}@media(max-width:700px){header{height:80px;padding:0 5%}.brand{font-size:12px;gap:8px}.brand img{width:31px;height:43px}.brand-sub{font-size:8px}nav{gap:14px;font-size:12px}nav a:nth-child(3){display:none}.intro{padding:50px 6% 35px}h1{font-size:49px}.intro p{font-size:14px;max-width:270px}.feature{margin:0;height:450px;min-height:0}.feature>img{object-position:58% center}.feature-caption{bottom:28px}.feature-no{display:none}.section{padding:65px 6%}.section-top{align-items:start}.section-top p{display:none}.grid{grid-template-columns:1fr;gap:30px}.about{grid-template-columns:1fr;gap:28px}.contact{padding:70px 6%}footer{flex-wrap:wrap}.detail h2{font-size:26px}.close{top:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
.hover-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.thumb .play{z-index:1}
@media(max-width:700px){nav a:nth-child(3){display:inline}nav{gap:10px}.brand-sub{display:none}.brand img{width:25px}}
.featured-carousel{position:relative;margin:0 3%;overflow:hidden;background:#17353e}.feature-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.feature-track::-webkit-scrollbar{display:none}.featured-carousel .feature{flex:0 0 100%;margin:0;scroll-snap-align:start;scroll-snap-stop:always}.featured-carousel .feature>img{display:block}.feature-arrow{position:absolute;z-index:3;top:50%;width:48px;height:48px;margin-top:-24px;border:1px solid #ffffff99;border-radius:50%;background:#0f2a30a8;color:white;font-size:21px;display:grid;place-items:center;backdrop-filter:blur(8px);transition:background .25s,transform .25s}.feature-arrow:hover{background:white;color:var(--ink);transform:scale(1.05)}.feature-prev{left:22px}.feature-next{right:22px}.feature-dots{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.feature-dots button{width:28px;height:3px;padding:0;border:0;background:#ffffff70;transition:width .25s,background .25s}.feature-dots button.active{width:48px;background:white}.featured-carousel:focus-visible{outline:3px solid #29a8b4;outline-offset:4px}@media(max-width:700px){.featured-carousel{margin:0}.featured-carousel .feature{height:450px}.feature-arrow{display:none}.feature-dots{bottom:18px}.feature-caption{padding-right:18px}.feature-dots button{width:20px}.feature-dots button.active{width:36px}}
