:root{color-scheme:light;--bg:#f3efe9;--ink:#1a1a1a;--muted:#4a4a4a;--accent:#0084a5;--surface:#fffaf3}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}img,video{max-width:100%;height:auto}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden}.home-header{width:min(1500px,100%);margin:0 auto;padding:34px 40px 18px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.home-logo{width:56px;height:50px;display:grid;place-items:center;text-decoration:none}.home-logo img{display:block;width:40px;height:auto}.home-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:34px}.home-nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:1rem}.home-nav a[aria-current=page]::after{content:".";margin-left:4px;color:#8b8b8b}.home-stage{min-height:calc(100svh - 102px);display:flex;align-items:center}.home-hero{width:min(1500px,100%);margin:0 auto;padding:clamp(18px,4vh,46px)40px 60px;display:flex;align-items:center;gap:60px}.home-hero__content{flex:0 0 500px;position:relative;z-index:2}.home-hero__content h1{margin:0 0 24px;max-width:12ch;font-size:clamp(2.75rem,4vw,3.5rem);line-height:1.16;font-weight:750;letter-spacing:0}.home-hero__description{margin:0 0 40px;max-width:95%;color:var(--muted);font-size:1.1rem;line-height:1.6}.home-hero__actions{width:min(580px,100%);display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:12px}.home-hero__button{min-height:58px;padding:0 34px;border-radius:999px;display:inline-flex;align-items:center;gap:12px;background:var(--accent);color:#fff;text-decoration:none;font-size:1rem;font-weight:650;transition:transform .2s ease,background-color .2s ease}.home-hero__button:hover{transform:translateY(-2px);background:#006f8a}.home-socials{margin-left:auto;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:5px}.home-socials a{min-height:28px;padding:0 8px;border:1px solid rgba(26,26,26,.14);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);background:rgba(255,250,243,.54);text-decoration:none;font-size:.68rem;font-weight:700;transition:border-color .2s ease,color .2s ease,transform .2s ease}.home-socials a:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.home-hero__button svg,.home-card__arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.home-accordion{flex:1;min-width:0;height:clamp(440px,58vh,550px);display:flex;gap:12px;padding-left:20px}.home-card{position:relative;flex:1;min-width:0;border-radius:8px;overflow:visible;transition:flex .5s cubic-bezier(.25,.8,.25,1)}.home-card a{position:relative;display:block;height:100%;color:#fff;text-decoration:none}.home-card__bg{position:absolute;inset:0;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#101820,#30475e);background-size:cover;background-position:50%}.home-card__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.3) 42%,transparent 100%)}.home-card__bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-card__collapsed,.home-card__expanded{position:absolute;z-index:2}.home-card__collapsed{inset:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:30px;opacity:1;transition:opacity .4s ease .2s}.home-card__collapsed h2{margin:0;color:#fff;writing-mode:vertical-rl;transform:rotate(180deg);font-size:1.25rem;line-height:1;font-weight:800;letter-spacing:0;white-space:nowrap}.home-card__expanded{left:0;bottom:30px;width:100%;display:flex;align-items:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.home-card__arrow{position:absolute;left:-16px;width:40px;height:40px;display:grid;place-items:center;background:var(--accent);color:#fff;border-radius:2px;box-shadow:0 4px 10px rgba(0,0,0,.3)}.home-card__text{min-width:0;margin-left:40px;padding-right:24px}.home-card__text span{display:block;margin-bottom:3px;color:rgba(255,255,255,.92);font-size:.75rem;font-weight:700;text-transform:capitalize}.home-card__text h2{margin:0;color:#fff;font-size:1.6rem;line-height:1.1;font-weight:800;letter-spacing:0}.home-accordion:not(:hover) .home-card:first-child,.home-card:hover,.home-card:focus-within{flex:6;z-index:3}.home-accordion:not(:hover) .home-card:first-child .home-card__expanded,.home-card:hover .home-card__expanded,.home-card:focus-within .home-card__expanded{opacity:1;pointer-events:auto;transition:opacity .4s ease .2s}.home-accordion:not(:hover) .home-card:first-child .home-card__collapsed,.home-card:hover .home-card__collapsed,.home-card:focus-within .home-card__collapsed{opacity:0;transition:opacity .2s ease}.home-shell,.site-shell{min-height:100vh;width:min(1180px,100%);margin:0 auto;padding:32px}.home-shell{display:grid;place-items:center}.hero{width:min(920px,100%)}.eyebrow{margin:0 0 14px;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;max-width:10ch;font-size:clamp(52px,10vw,124px);line-height:.9;letter-spacing:0}.hero p:not(.eyebrow){max-width:58ch;margin:28px 0 34px;color:var(--muted);font-size:1.12rem;line-height:1.65}.button{display:inline-flex;align-items:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-weight:700}.text-link{display:inline-flex;margin-bottom:48px;color:var(--accent);text-decoration:none;font-weight:700}.text-link--logo{margin-bottom:28px}.text-link--logo img{display:block;width:56px;height:auto}.page-header{padding:72px 0 42px}.portfolio-list-header{padding-top:42px}.page-header h1,.case-hero h1{margin:0;font-size:clamp(48px,8vw,104px);line-height:.92;letter-spacing:0}.section-copy,.case-summary,.case-copy,.case-section{color:var(--muted);font-size:1.06rem;line-height:1.7}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-bottom:80px}.work-card{background:#fff;border:1px solid rgba(17,24,39,8%);border-radius:8px;overflow:hidden}.work-card a{display:grid;color:inherit;text-decoration:none}.work-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.work-card div{padding:22px}.work-card h2{margin:0 0 10px;font-size:1.45rem}.work-card p{margin:0;color:var(--muted);line-height:1.55}.card-meta{margin-bottom:8px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.detail-topbar{width:min(1500px,100%);margin:0 auto;padding:34px 40px 18px;display:flex;align-items:center;justify-content:space-between}.portfolio-page{width:min(1100px,calc(100% - 48px));margin:118px auto 64px;background:#fff;color:var(--ink)}.portfolio-detail__header{padding:40px 48px 0;border-bottom:1px solid rgba(17,24,39,8%)}.portfolio-detail__header h1{margin:0 0 18px;max-width:720px;font-size:clamp(2rem,4vw,2.75rem);line-height:1.05;overflow-wrap:break-word}.portfolio-detail__summary{max-width:620px;margin:0 0 22px;color:var(--muted);font-size:1rem;line-height:1.75;overflow-wrap:break-word}.portfolio-detail__intro{max-width:680px;margin:0;padding:0 0 42px;color:var(--muted);font-family:inherit;font-size:1rem;line-height:1.75;overflow-wrap:break-word}.portfolio-detail__intro p{margin:0}.portfolio-detail__intro p+p{margin-top:1rem}.portfolio-detail__body{display:grid;grid-template-columns:minmax(0,1fr)230px;gap:28px;align-items:start;padding:78px 48px 44px}.image-stream{min-width:0}.image-stream figure{margin:0 0 10px}.image-stream img{display:block;width:100%;background:#f3f3f3}.image-stream video{display:block;width:100%;background:#111}.stream-copy{max-width:760px;margin:48px 0;color:#252b35;font-size:.98rem;line-height:1.85}.stream-copy>*:first-child{margin-top:0}.stream-copy>*:last-child{margin-bottom:0}.stream-copy h2,.stream-copy h3{margin:0 0 14px;color:var(--ink);font-size:1.2rem;line-height:1.25}.project-info{position:sticky;top:28px}.project-info__card{background:#202020;color:#fff;padding:28px 28px 30px;min-width:0}.project-info__card div{min-width:0;padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid rgba(255,255,255,8%)}.project-info__card div:last-of-type{margin-bottom:22px}.project-info__card h2{margin:0 0 10px;color:#fff;font-size:.94rem;line-height:1.2}.project-info__card p{margin:0;color:rgba(255,255,255,.58);font-size:.82rem;line-height:1.55;overflow-wrap:anywhere}.project-info__link{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.78);color:#fff;text-decoration:none;font-size:.82rem;font-weight:700}.project-info__link::before{content:"↗";margin-right:7px}.detail-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:54px 36px 72px}.detail-nav a,.detail-nav span{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(17,24,39,.12);border-radius:50%;color:var(--ink);text-decoration:none;font-size:1.35rem}.detail-nav a:first-child,.detail-nav span:first-child{justify-self:start}.detail-nav a:last-child,.detail-nav span:last-child{justify-self:end}@media(max-width:800px){.work-grid,.portfolio-detail__body{grid-template-columns:1fr}.site-shell{padding:22px}.portfolio-page{width:min(100%,calc(100% - 24px));margin:42px auto 24px}.portfolio-detail__header{padding:34px 22px 0}.portfolio-detail__intro{padding:0 0 30px;font-size:1rem;line-height:1.7}.portfolio-detail__body{padding:34px 22px}.project-info{position:static;order:-1}.project-info__card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.project-info__link{width:max-content}.detail-nav{padding:28px 22px 44px}}@media(max-width:1120px){.home-hero{gap:32px}.home-hero__content{flex-basis:360px}.home-hero__content h1{font-size:clamp(2.35rem,3.9vw,3rem)}.home-hero__description{font-size:1rem}.home-accordion{height:500px;padding-left:10px}.home-card__collapsed h2{font-size:1.08rem}.home-card__text h2{font-size:1.35rem}}@media(max-width:900px){.home-header{padding:24px 24px 10px}.home-stage{min-height:auto}.home-hero{padding:34px 24px 56px;flex-direction:column;align-items:stretch;text-align:center;gap:42px}.home-hero__content{flex:initial;max-width:760px;margin:0 auto;display:grid;justify-items:center}.home-hero__actions{justify-content:center}.home-hero__content h1{max-width:14ch}.home-hero__description{max-width:62ch}.home-accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:900px;height:auto;margin:0 auto;padding-left:0}.home-card,.home-accordion:not(:hover) .home-card:first-child,.home-card:hover,.home-card:focus-within{flex:none;height:220px}.home-card__collapsed{display:none}.home-card__expanded{left:20px;bottom:20px;width:calc(100% - 40px);opacity:1;pointer-events:auto}.home-card__arrow{position:relative;left:0;flex:0 0 40px}.home-card__text{margin-left:16px;padding-right:0;text-align:left}.home-card__text h2{font-size:1.3rem}}@media(max-width:700px){.home-header{padding:18px}.detail-topbar{padding:18px}.home-logo{width:48px;height:44px}.home-logo img,.text-link--logo img{width:48px}.home-nav{gap:20px}.home-hero{padding:18px 20px 40px;gap:30px}.home-hero__content h1{font-size:2.5rem}.home-hero__description{margin-bottom:28px;font-size:1rem}.home-accordion{grid-template-columns:1fr}.home-card,.home-accordion:not(:hover) .home-card:first-child,.home-card:hover,.home-card:focus-within{height:172px}.home-card__bg::after{background:linear-gradient(to right,rgba(0,0,0,.9) 0%,rgba(0,0,0,.42) 55%,transparent 100%)}.home-card__text h2{font-size:1.3rem}}@media(max-width:600px){.portfolio-page{width:100%;margin:0}.portfolio-detail__header{padding:28px 18px 0}.portfolio-detail__header h1{font-size:clamp(1.75rem,7vw,2rem);line-height:1.08}.portfolio-detail__summary,.portfolio-detail__intro{font-size:.98rem;line-height:1.7}.portfolio-detail__body{padding:26px 18px}.project-info__card{grid-template-columns:1fr;padding:24px}}@media(max-width:520px){.home-hero__actions{justify-content:center}.home-socials{width:100%;margin-left:0;justify-content:center}}@media(max-width:480px){.home-nav a{font-size:.92rem}.home-hero__content h1{font-size:2.1rem}.home-hero__button{min-height:52px;padding:0 24px}.home-socials{margin-left:0;justify-content:center}.home-socials a{min-height:28px;padding:0 8px;font-size:.68rem}.home-card,.home-accordion:not(:hover) .home-card:first-child,.home-card:hover,.home-card:focus-within{height:150px}.home-card__expanded{left:16px;bottom:16px;width:calc(100% - 32px)}.home-card__arrow{width:36px;height:36px;flex-basis:36px}.home-card__text{margin-left:12px}.portfolio-page{width:100%;margin:0}.portfolio-detail__header{padding:28px 18px 0}.portfolio-detail__intro{padding-bottom:26px;font-size:.98rem}.portfolio-detail__body{padding:26px 18px}.project-info__card{grid-template-columns:1fr;padding:24px}.stream-copy{margin:34px 0;font-size:.95rem}}