@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#090909;--surface:#121212;--text:#f5f2ec;--dim:#a19e98;--gold:#ffb431;--line:#ffffff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:6px}button{border:0}::selection{background:var(--gold);color:#111}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--gold);width:0;z-index:100}.header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:22px;position:absolute;width:100%;z-index:5;border-bottom:1px solid #ffffff12}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:25px;letter-spacing:-1px;white-space:nowrap}.brand-dot{color:var(--gold)}.logo-window{width:45px;height:45px;display:block;position:relative;overflow:hidden;border-radius:50%}.logo-window img{position:absolute;width:108px;height:auto;left:-31px;top:-8px}.header nav{display:flex;gap:38px;font-size:14px}.header nav a{transition:color .2s}.header nav a:hover{color:var(--gold)}.header-cta{font-size:14px;border:1px solid #ffffff50;padding:12px 21px;border-radius:40px}.header-cta span{margin-left:22px;color:var(--gold)}.hero{position:relative;min-height:820px;height:100svh;max-height:1100px;padding:165px 6% 100px;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 78% 45%,#4c260d55,transparent 50%);z-index:-2}.scene{position:absolute;right:0;top:5%;height:90%;width:67%;z-index:-1}.scene canvas{width:100%;height:100%;display:block;opacity:0;transition:opacity 1s}.scene.ready canvas{opacity:1}.scene-fallback{position:absolute;inset:20% 5%;display:grid;place-items:center;opacity:.5}.scene-fallback img{width:100%;height:auto;max-width:580px}.scene.ready .scene-fallback{display:none}.hero-content{pointer-events:none;max-width:800px}.hero-content a{pointer-events:auto}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 27px;color:var(--gold)}.hero .eyebrow{display:flex;align-items:center;gap:12px}.eyebrow>span{width:25px;height:1px;background:var(--gold)}h1{font-size:clamp(70px,7.9vw,122px);line-height:1.01;letter-spacing:-.07em;font-weight:500;margin:0 0 30px}em{font-style:normal;color:var(--gold)}.outline-text{-webkit-text-stroke:1px #d6c8b7;color:transparent}h1 em{background:linear-gradient(110deg,#ffde83,#ff9d1b 80%);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-description{font-size:16px;color:#beb8af;line-height:1.8;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:30px}.button{display:inline-flex;gap:35px;align-items:center;justify-content:space-between;padding:18px 25px;border-radius:4px;font-size:14px;font-weight:700;transition:transform .25s,box-shadow .25s}.button-gold{color:#201602;background:linear-gradient(120deg,#ffd47b,#ffac27)}.button:hover{transform:translateY(-4px);box-shadow:0 10px 40px #ff9f1825}.button span{font-size:24px;line-height:1}.text-link{font-size:14px;border-bottom:1px solid #ffffff50;padding:10px 0}.text-link span{margin-left:15px}.hero-bottom{position:absolute;bottom:28px;left:6%;right:6%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px;letter-spacing:1.5px;color:#aaa296}.hero-bottom a span{display:inline-block;margin-left:15px;color:var(--gold);font-size:21px}.scene-controls{position:absolute;right:7%;bottom:120px;display:flex;gap:18px;align-items:center;font-size:12px;color:#b0a493}.scene-controls button{background:#16120d99;border:1px solid #80643b;border-radius:50%;width:38px;height:38px;font-size:15px}.ticker{overflow:hidden;background:var(--gold);color:#201402;padding:18px 0;transform:rotate(-1.5deg) scale(1.01);margin:8px 0 20px}.ticker>div{width:max-content;display:flex;align-items:center;gap:42px;font-size:32px;font-weight:800;letter-spacing:-1px;animation:marquee 30s linear infinite}.ticker span{font-weight:400;font-size:36px}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:110px 6%;max-width:1560px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:50px}h2{font-size:clamp(42px,4.4vw,70px);line-height:1.08;font-weight:500;letter-spacing:-.055em;margin:0}h2>span{color:#827d75}.section-heading>p{font-size:16px;color:var(--dim);margin:0 0 5px}.project-filters{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.project-filters button{padding:10px 20px;border-radius:30px;background:transparent;border:1px solid var(--line);color:#b9b3ab;font-size:14px}.project-filters button.active{background:var(--text);color:#191713;border-color:var(--text)}.project-filters sup{font-size:10px;margin-left:10px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px 35px;align-items:start}.project-card[hidden]{display:none}.project-card:nth-child(even){margin-top:75px}.project-cover{height:400px;display:flex;flex-direction:column;justify-content:space-between;position:relative;border-radius:9px;overflow:hidden;padding:32px;width:100%;text-align:left;transform-style:preserve-3d;transition:transform .25s,box-shadow .25s;will-change:transform}.sunland-cover{background:#e4edc7;color:#264832}.cover-top,.cover-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.cover-top{font-size:11px;letter-spacing:1px}.cover-top>span:first-child{font-size:16px;font-weight:800}.sunland-typography{font-size:clamp(32px,4vw,60px);letter-spacing:-3px;line-height:1.1;font-weight:500}.sunland-typography em{color:#6b8242}.cover-bottom{font-size:12px}.circle-arrow{width:47px;height:47px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:24px;flex-shrink:0}.yourpic-cover{background:#5038c7;color:#fff}.yourpic-typography{font-size:clamp(50px,6.4vw,100px);letter-spacing:-7px;font-weight:800;position:relative;line-height:1.1}.yourpic-typography span{font-weight:400;color:#d7caff}.yourpic-typography b{position:absolute;right:0;top:-42px;color:#b0ffab;font-size:65px;font-weight:400}.project-caption{display:flex;justify-content:space-between;margin-top:22px}.project-caption h3{font-size:25px;letter-spacing:-1px;font-weight:500;margin:0 0 7px}.project-caption p{font-size:14px;color:var(--dim);margin:0}.project-index{font-size:12px;color:#6f6b65}.image-cover{background:#eeece5;color:#30302d;display:block;padding:30px}.image-cover img{position:absolute;left:7%;top:25%;width:86%;height:70%;object-fit:cover;object-position:top;border-radius:6px 6px 0 0;box-shadow:0 20px 40px #0003;transition:transform .6s}.image-cover:hover img{transform:translateY(-15px) scale(1.03)}.mediva-cover{background:#d8e5f6}.image-open{position:absolute;bottom:22px;right:22px;background:#171717;color:white;padding:10px 15px;border-radius:30px;font-size:12px;box-shadow:0 3px 15px #0002}.image-open span{margin-left:12px;color:var(--gold)}.project-disclaimer{max-width:620px;color:#8c8881;font-size:12px;margin:45px 0 0}.expertise-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.3fr;gap:65px}.expertise-intro>p:last-child{color:var(--dim);margin-top:30px;font-size:14px}.expertise-list{padding-top:15px}.expertise{border-bottom:1px solid var(--line)}.expertise summary{list-style:none;display:flex;align-items:center;gap:23px;cursor:pointer;padding:26px 0}.expertise summary::-webkit-details-marker{display:none}.expert-number{color:#8a7d68;font-size:12px}.expertise h3{font-weight:500;letter-spacing:-1px;font-size:27px;margin:0;flex:1}.expand{font-size:27px;color:var(--gold);font-weight:400;transition:transform .3s}.expertise[open] .expand{transform:rotate(45deg)}.expertise-body{padding:0 25px 30px 40px;color:var(--dim);font-size:16px}.expertise-body p{margin:0 0 23px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span{font-size:12px;border:1px solid #665032;border-radius:30px;padding:5px 12px;color:#d1bb96}.studio-image{height:680px;position:relative;overflow:hidden}.studio-image>img{height:120%;width:100%;object-fit:cover;position:absolute;top:-10%;will-change:transform;filter:brightness(.6)}.studio-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#090909a0,transparent 70%)}.studio-overlay{position:absolute;bottom:70px;left:6%;z-index:1}.studio-overlay h2{font-size:clamp(50px,6vw,90px)}.studio-overlay em{color:#ffe2a6}.image-caption{position:absolute;right:6%;bottom:35px;z-index:2;font-size:10px;letter-spacing:1.3px;color:#dac9ac}.studio-story{display:grid;grid-template-columns:1fr 1.25fr;gap:60px;padding-bottom:55px}.studio-story h3{font-size:35px;line-height:1.3;font-weight:500;letter-spacing:-1.5px;margin:0 0 25px}.studio-story>div p{color:var(--dim);max-width:570px}.team-grid{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:30px}.team-card{border-top:1px solid #76511e;border-bottom:1px solid var(--line);padding:40px 28px;display:flex;gap:30px;align-items:center;background:linear-gradient(130deg,#2b1e1038,#0f0f0f);transition:transform .25s}.member-initials{font-size:70px;line-height:1;letter-spacing:-6px;color:transparent;-webkit-text-stroke:1px #a27029}.member-info{min-width:0}.member-info>span{font-size:11px;letter-spacing:1.8px;color:var(--gold)}.member-info h3{font-size:27px;font-weight:500;letter-spacing:-1px;margin:10px 0 20px}.member-info a{display:block;font-size:14px;overflow-wrap:anywhere;margin-top:8px;color:#b9b1a4}.member-info a span{color:var(--gold)}.contact-section{border-top:1px solid var(--line);background:radial-gradient(ellipse at 90% 80%,#3d220c60,transparent 55%)}.contact-section h2{font-size:clamp(55px,7vw,108px);line-height:1.04}.contact-row{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:45px}.contact-row p{color:var(--dim)}.contact-links{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;margin-top:65px;padding-top:25px;font-size:14px;color:#c4b9a9}.contact-links a{overflow-wrap:anywhere}footer{border-top:1px solid var(--line);padding:32px 6%;display:flex;justify-content:space-between;gap:25px;align-items:center}footer>span,footer>a:last-child{font-size:12px;color:#9c958a}dialog{background:#151515;color:var(--text);border:1px solid #69532d;border-radius:12px;width:min(1100px,94vw);max-height:90svh;padding:30px}dialog::backdrop{background:#000c;backdrop-filter:blur(10px)}.dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.dialog-bar>span{font-size:12px;color:var(--gold);letter-spacing:1px}.dialog-bar button{width:44px;height:44px;background:#313131;border-radius:50%;font-size:28px;position:sticky;top:0}.dialog-bar button:hover{background:#61451f}dialog>p{color:#b8b1a7;font-size:16px;max-width:750px}#dialog-images img{display:block;width:100%;height:auto;margin-top:25px;border-radius:5px}.dialog-disclaimer{font-size:12px!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.motion-ready .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}body.motion-ready .reveal.visible{opacity:1;transform:translateY(0)}.motion-paused .ticker>div{animation-play-state:paused}@media(min-width:1600px){.hero{padding-left:calc((100vw - 1370px)/2)}.hero-content{max-width:900px}}@media(max-width:1050px){.header nav{gap:22px}.hero{min-height:780px}h1{font-size:90px}.scene{width:80%;right:-14%}.hero-description{max-width:420px}.hero-actions{gap:20px}.text-link{font-size:12px}.scene-controls{right:5%}.scene-controls>span{max-width:150px}.project-cover{height:330px;padding:25px}.yourpic-typography{font-size:65px}.expertise-section{gap:35px}.expertise h3{font-size:23px}.team-card{gap:20px;padding:30px 12px}.member-initials{font-size:50px}.member-info h3{font-size:23px}.section{padding-top:85px;padding-bottom:85px}.team-grid{padding-top:0}}@media(max-width:700px){.header{height:90px;padding:14px 5%;flex-wrap:wrap;gap:10px}.brand{font-size:21px}.logo-window{width:35px;height:35px}.logo-window img{width:84px;left:-24px;top:-6px}.header nav{order:3;width:100%;justify-content:space-between;font-size:12px;gap:15px}.header-cta{font-size:12px;padding:8px 13px}.header-cta span{margin-left:8px}.hero{height:auto;min-height:970px;max-height:none;padding:130px 6% 380px;align-items:start}.hero .eyebrow{font-size:9px;letter-spacing:1.3px;gap:8px;line-height:1.7}h1{font-size:clamp(58px,13vw,86px);margin-bottom:22px}.hero-description{font-size:14px;max-width:100%;line-height:1.8}.hero-description br{display:none}.hero-actions{flex-wrap:wrap;gap:12px 24px}.button{padding:15px 18px;font-size:13px;gap:23px}.text-link{font-size:13px}.scene{width:100%;height:410px;top:auto;bottom:40px;right:0;z-index:-1}.scene-controls{bottom:90px;right:6%}.scene-controls>span{max-width:none;font-size:10px}.hero-bottom{font-size:9px;letter-spacing:.8px;bottom:22px}.hero-bottom>span:last-child{display:none}.hero-bottom a{font-size:9px}.ticker{padding:12px 0}.ticker>div{font-size:25px;gap:30px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:28px}h2{font-size:40px}.section-heading>p{margin-top:25px;font-size:14px}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:22px}.project-filters{gap:7px}.project-filters button{font-size:12px;padding:8px 12px}.project-filters sup{margin-left:5px}.project-grid{grid-template-columns:1fr;gap:35px}.project-card:nth-child(even){margin-top:0}.project-cover{height:350px;padding:25px}.sunland-typography{font-size:49px}.yourpic-typography{font-size:80px}.project-caption h3{font-size:23px}.project-caption p{font-size:12px}.project-disclaimer{margin-top:30px}.expertise-section{grid-template-columns:1fr;gap:25px}.expertise-intro h2 br:last-child{display:none}.expertise summary{gap:15px;padding:24px 0}.expertise h3{font-size:23px}.expertise-body{padding-left:28px;padding-right:0;font-size:14px}.studio-image{height:440px}.studio-overlay{bottom:65px}.studio-overlay h2{font-size:48px}.image-caption{font-size:8px;bottom:20px}.studio-story{grid-template-columns:1fr;gap:10px;padding-bottom:35px}.studio-story h3{font-size:28px}.studio-story p{font-size:14px}.team-grid{grid-template-columns:1fr;padding-top:0;gap:20px}.team-card{padding:30px 18px;gap:25px}.member-initials{font-size:60px}.member-info h3{font-size:24px}.member-info a{font-size:13px}.contact-section h2{font-size:clamp(45px,10.8vw,70px)}.contact-row{display:block;margin-top:30px}.contact-row p{font-size:14px;margin-bottom:25px}.contact-links{flex-direction:column;font-size:14px;margin-top:40px;gap:12px}footer{flex-wrap:wrap;gap:20px}footer>span{order:3;width:100%;font-size:11px}dialog{padding:20px}dialog h2{font-size:38px}.dialog-bar>span{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker>div{animation:none}*,*:before,*:after{transition:none!important}.reveal{opacity:1!important;transform:none!important}}body.motion-paused .tilt{transform:none!important}body.motion-paused .reveal{opacity:1!important;transform:none!important}
