@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#10151d;--muted:#65707c;--blue:#294eff;--paper:#f5f6f8;--line:#dce0e6;--font:'DM Sans',Arial,sans-serif;--heading:'Space Grotesk',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:white;color:var(--ink);font:16px/1.65 var(--font)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:600;line-height:1.12}h2{font-size:clamp(2.25rem,3.4vw,3.7rem);letter-spacing:-.05em}h2 span{color:#738091}p{color:var(--muted)}.wrap{max-width:1376px;width:calc(100% - 112px);margin:auto}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:650;color:var(--blue);line-height:1.5}.button{display:inline-flex;gap:32px;align-items:center;justify-content:space-between;background:var(--blue);color:white;padding:17px 24px;border:1px solid var(--blue);font-size:.875rem;font-weight:600;transition:background .2s,transform .2s}.button span{font-size:1.4rem;line-height:1}.button:hover{background:#1438e6;transform:translateY(-2px)}.text-button{display:inline-flex;align-items:center;gap:32px;font-weight:600;font-size:.875rem;border-bottom:1px solid #576372;padding:16px 0 10px}.text-button:hover{color:#819dff}.skip{position:fixed;top:-70px;left:20px;z-index:99;background:white;padding:15px}.skip:focus{top:10px}:focus-visible{outline:3px solid #ff982f;outline-offset:5px}.emergency{background:var(--ink);color:#d9dfe8;font-size:.75rem;letter-spacing:.03em}.emergency .wrap{height:36px;display:flex;align-items:center;justify-content:space-between}.emergency i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a5bcff;margin-right:9px}.emergency a{color:white}.emergency a span{margin-left:16px}header{position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(16px);border-bottom:1px solid #e7e9ed}nav{height:95px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:194px;height:75px;object-fit:contain}.navlinks{display:flex;gap:30px;margin-left:auto;margin-right:22px;font-size:.875rem;font-weight:550}.navlinks a{position:relative;padding:10px 0}.navlinks a:hover{color:var(--blue)}.navcta{padding:13px 18px}.menu{display:none}.hero{position:relative;background:#10151d;color:white;overflow:hidden}.hero-glow{position:absolute;width:1050px;height:950px;top:-150px;right:-50px;background:radial-gradient(ellipse,#2044a641 0,transparent 65%);pointer-events:none}.hero-layout{display:grid;grid-template-columns:48% 52%;position:relative;min-height:710px}.hero-copy{padding:65px 0 50px;position:relative;z-index:2}.hero .eyebrow{color:#bdc9e3;display:flex;align-items:center;gap:12px}.line{width:24px;height:2px;background:#6180ff}.hero h1{font-size:clamp(4.4rem,6.4vw,6.8rem);line-height:.99;letter-spacing:-.065em;margin:25px 0}.hero h1>span{color:#8ca6ff}.hero-intro{max-width:400px;line-height:1.65;color:#b7c0cf;font-size:1rem}.actions{display:flex;gap:30px;align-items:center;margin-top:30px}.hero-proof{display:flex;gap:25px;margin-top:45px;font-size:.75rem;color:#9aa7bc}.hero-proof span{border-right:1px solid #384150;padding-right:23px}.hero-proof span:last-child{border:none}.hero-proof b{display:block;font-size:1.2rem;font-family:var(--heading);color:#f5f7ff}.hero-art{position:relative;min-width:0}.hero-art #scene{position:absolute;inset:0 -60px 60px -80px;overflow:hidden;cursor:grab}.hero-art canvas{width:100%;height:100%;display:block;position:relative;z-index:1}.scene-fallback{position:absolute;inset:12% 10%;width:80%;height:70%;object-fit:cover;border-radius:3px;opacity:.5;transition:opacity .5s}.scene-ready .scene-fallback{opacity:0}.scene-heading{position:absolute;top:44px;left:18px;right:0;display:flex;justify-content:space-between;font-size:.65rem;color:#77859c;letter-spacing:.12em;pointer-events:none}.scene-note{position:absolute;top:245px;right:-8px;display:flex;gap:12px;color:#9aabcc;font-size:.75rem;line-height:1.5;pointer-events:none}.cross{font-size:22px;color:#7496ff}.scene-controls{position:absolute;bottom:179px;left:10px;display:flex;align-items:center;gap:16px;color:#a1afc7;font-size:.7rem;letter-spacing:.03em}.scene-controls button{border:1px solid #44516a;background:#141f30;color:white;width:32px;height:32px;border-radius:50%;font-size:14px}.hero-project{position:absolute;bottom:44px;right:0;width:350px;display:flex;align-items:center;gap:18px;padding:12px;background:#ffffff0a;border:1px solid #ffffff24;backdrop-filter:blur(14px);transition:transform .2s}.hero-project:hover{transform:translateY(-4px);background:#ffffff12}.hero-project img{width:85px;height:74px;object-fit:cover}.hero-project>span{font-size:.6rem;letter-spacing:.09em;color:#8997ae}.hero-project b{display:block;font-size:.875rem;color:white;letter-spacing:0;margin-top:4px}.hero-project>span:last-child{font-size:24px;color:white;margin-left:auto}.hero-bottom{border-top:1px solid #ffffff20;display:flex;justify-content:space-between;align-items:center;height:65px;color:#929eb0;font-size:.65rem;letter-spacing:.1em}.hero-bottom a{color:#d5deed;letter-spacing:0;font-size:.8rem}.intro{padding-top:105px;padding-bottom:105px;display:grid;grid-template-columns:32% 68%;gap:20px}.intro>.eyebrow{padding-top:12px}.intro h2{margin-bottom:30px}.intro>div>p{max-width:760px}.services-section{padding:90px 0 105px;background:var(--paper)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:45px}.section-heading .eyebrow{margin-bottom:22px}.section-heading>p{max-width:410px;font-size:.95rem;flex:1}.section-heading>div{flex:1.4}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.service{background:var(--paper);padding:32px;position:relative;display:flex;flex-direction:column;transition:background .25s}.service:hover{background:white}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.service-top span{font-family:var(--heading);color:#7e8999;font-size:.875rem}.service svg{width:30px;height:30px;color:var(--blue)}.service h3{font-size:1.45rem;letter-spacing:-.035em;max-width:310px;min-height:80px;line-height:1.2}.service p{font-size:.9rem;line-height:1.75;margin-top:14px;margin-bottom:27px}.service-link{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:.8rem;font-weight:600}.service-link span{font-size:22px;color:var(--blue)}.method-section{padding-top:105px;padding-bottom:105px}.method-top{display:grid;grid-template-columns:1.2fr 1fr;gap:90px}.method-top .eyebrow{margin-bottom:22px}.method-top>p{padding-top:36px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:55px 0 40px}.steps>div{border-top:1px solid var(--line);padding-top:20px}.steps b{color:var(--blue);font-family:var(--heading);font-size:.875rem}.steps h3{font-size:1.125rem;margin:15px 0 10px}.steps p{font-size:.9rem}.work-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.work-gallery figure{overflow:hidden}.work-gallery img{aspect-ratio:1.1;object-fit:cover;width:100%;transition:transform .6s}.work-gallery figure:hover img{transform:scale(1.04)}.work-gallery figcaption{display:flex;justify-content:space-between;padding-top:12px;font-size:.65rem;letter-spacing:.1em;color:#737f8d}.about-section{background:var(--ink);padding:90px 0;color:white}.about-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:90px;align-items:center}.about-image{position:relative}.about-image>img{width:100%;height:540px;object-fit:cover}.experience{position:absolute;bottom:25px;left:-20px;background:var(--blue);color:white;display:flex;gap:20px;align-items:center;padding:20px 30px}.experience strong{font-family:var(--heading);font-size:4rem;line-height:1}.experience strong span{font-size:2rem}.experience>span{font-size:.65rem;letter-spacing:.08em;line-height:1.8}.about-copy .eyebrow{color:#91aaff;margin-bottom:23px}.about-copy h2{font-size:clamp(2.7rem,4vw,4.5rem)}.about-copy>p:not(.eyebrow){margin-top:30px;color:#b3bdca;line-height:1.8}.about-copy .text-button{margin-top:22px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid #ffffff25;margin-top:42px;padding-top:25px}.stats b{display:block;font-family:var(--heading);font-size:2rem;letter-spacing:-.05em}.stats span{font-size:.75rem;color:#9faec3}.projects-section{padding-top:110px;padding-bottom:110px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.compare{position:relative;width:100%;aspect-ratio:1.15;overflow:hidden;background:#dce0e6;isolation:isolate}.compare>img,.before img{width:100%;height:100%;object-fit:cover}.before{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--split)) 0 0)}.divider{position:absolute;top:0;bottom:0;left:var(--split);width:2px;background:white;transform:translateX(-50%);pointer-events:none}.divider>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--ink);font-size:21px;box-shadow:0 2px 16px #0003}.compare input{position:absolute;inset:0;opacity:0;width:100%;height:100%;margin:0;cursor:ew-resize}.compare:focus-within{outline:3px solid var(--blue);outline-offset:4px}.photo-label{position:absolute;top:15px;background:#10151dcc;color:white;padding:4px 10px;font-size:.65rem;letter-spacing:.1em}.label-before{left:15px}.label-after{right:15px}.project-copy{padding-top:23px}.project-copy h3{font-size:1.4rem;letter-spacing:-.035em;margin:12px 0 15px;line-height:1.25}.project-copy>p{font-size:.9rem;line-height:1.8}.contact-section{background:#eaf0ff;padding:100px 0}.contact-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.contact-layout h2{margin:24px 0}.contact-layout h2 span{color:var(--blue)}.contact-layout>div>p:not(.eyebrow){max-width:390px}.contact-phone{display:block;font-family:var(--heading);font-size:clamp(1.25rem,2.3vw,2.3rem);letter-spacing:-.045em;font-weight:600;margin:35px 0 5px}.email{color:#5a677d;font-size:1rem}.email:hover{color:var(--blue)}.contact-meta{margin-top:35px;display:flex;gap:40px;align-items:flex-end;font-size:.8rem;color:#657084}.contact-meta b{color:var(--ink);font-weight:550}.contact-meta a{text-decoration:underline;text-underline-offset:4px}form{background:white;padding:36px}form h3{font-size:1.4rem;letter-spacing:-.03em;margin-bottom:25px}label{display:block;font-size:.8rem;font-weight:600;margin-bottom:18px}input,textarea{display:block;background:#f8f9fc;border:1px solid #e2e6ef;padding:13px 14px;color:var(--ink);width:100%;font-size:1rem;margin-top:7px;border-radius:0}textarea{resize:vertical;min-height:110px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}form .button{width:100%}.form-note{font-size:.75rem;line-height:1.5;margin-top:17px}footer{padding:30px 0 24px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:27px;border-bottom:1px solid var(--line)}.footer-top p{font-family:var(--heading);color:var(--ink);font-size:1.05rem}.footer-top>a:last-child{font-size:.8rem}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:23px;font-size:.65rem;color:#697583}.footer-bottom a:hover{text-decoration:underline}.mobile-contact{display:none}body.ready .service,body.ready .project,body.ready .steps>div{animation:appear .7s both;animation-timeline:view();animation-range:entry 0% entry 20%}@keyframes appear{from{opacity:.3;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.hero-layout{min-height:790px}.hero-copy{padding-top:80px}.hero h1{font-size:7.2rem}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.navlinks{gap:18px;margin-right:5px}.navcta{gap:16px}.brand img{width:165px}.hero h1{font-size:5.2rem}.hero-layout{grid-template-columns:50% 50%}.scene-note{display:none}.service{padding:25px}.about-layout,.contact-layout{gap:50px}.section-heading{gap:45px}.hero-project{width:300px}.method-top{gap:45px}.hero-proof{gap:15px}.hero-proof span{padding-right:15px}}
@media(max-width:850px){.wrap{width:calc(100% - 40px)}.emergency-region{display:none}nav{height:80px}.navlinks{display:none;position:absolute;top:80px;left:0;right:0;background:white;padding:20px 30px;box-shadow:0 16px 30px #10151d18}.navlinks.open{display:flex;flex-direction:column;gap:5px}.menu{display:block;background:none;border:1px solid var(--line);font-size:23px;padding:3px 10px;color:var(--ink)}.navcta{margin-left:auto}.brand img{width:155px;height:65px}.hero-layout{grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding-top:50px}.hero h1{font-size:4.3rem}.hero .eyebrow{font-size:.6rem;letter-spacing:.08em}.hero-intro{font-size:.9rem}.actions{gap:20px;flex-wrap:wrap}.actions .button{padding:14px 18px;gap:20px}.hero-art #scene{inset:30px -90px 80px -70px}.scene-heading{display:none}.scene-controls{left:25px;bottom:205px;font-size:.6rem}.hero-project{width:250px;bottom:60px;gap:10px}.hero-project img{width:55px;height:60px}.hero-project b{font-size:.75rem}.hero-bottom{font-size:.6rem}.intro{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px;gap:25px}.services-section,.about-section{padding:70px 0}.services-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:flex-start;gap:30px}.section-heading>p{font-size:.875rem}.method-section,.projects-section{padding-top:70px;padding-bottom:70px}.method-top{grid-template-columns:1fr;gap:25px}.method-top>p{padding:0}.about-layout{gap:30px}.about-image>img{height:500px}.stats{gap:10px}.stats b{font-size:1.5rem}.projects-grid{gap:18px}.project-copy h3{font-size:1.2rem}.contact-layout{gap:30px}form{padding:25px}.footer-bottom{flex-wrap:wrap}.footer-top p{display:none}}
@media(max-width:600px){html{scroll-padding-top:82px}.wrap{width:calc(100% - 36px)}.emergency{font-size:.6rem}.emergency .wrap{height:32px}.emergency a span{margin-left:3px}.navcta{padding:10px 13px;font-size:.7rem;gap:10px}.navcta span{font-size:1rem}nav{gap:12px;height:76px}.brand img{width:128px;height:56px}.navlinks{top:76px}.menu{font-size:20px;padding:3px 8px}.hero-layout{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:38px 0 0}.hero .eyebrow{font-size:.62rem}.hero h1{font-size:clamp(3.8rem,15vw,5.2rem);letter-spacing:-.065em;margin:24px 0}.hero-intro{max-width:340px;font-size:.95rem}.actions{margin-top:25px}.hero-proof{margin-top:30px;gap:20px;font-size:.7rem}.hero-proof span{padding-right:20px}.hero-proof b{font-size:1.05rem}.hero-art{height:370px;margin-top:5px}.hero-art #scene{inset:-45px -35px 20px -35px}.scene-controls{bottom:108px;left:0;font-size:.65rem}.hero-project{bottom:16px;width:270px;right:0;padding:8px}.hero-project img{width:62px;height:52px}.hero-project>span{font-size:.55rem}.hero-project b{font-size:.75rem}.hero-bottom{height:57px}.hero-bottom>span:last-child{display:none}.hero-bottom>span:first-child{font-size:.55rem}.hero-bottom a{font-size:.7rem}.intro{padding:60px 0}.intro h2{font-size:2.2rem}.intro>div>p{font-size:.95rem}.section-heading{display:block}.section-heading>p{margin-top:25px}.section-heading h2,.method-top h2,.projects-section h2{font-size:2.3rem}.services-grid{grid-template-columns:1fr}.service{padding:27px}.service h3{font-size:1.55rem;min-height:0;max-width:310px}.service-top{margin-bottom:22px}.service p{font-size:.95rem}.service-link{font-size:.875rem}.steps{grid-template-columns:1fr;gap:25px;margin-top:35px}.steps>div{display:grid;grid-template-columns:40px 1fr;gap:5px 15px}.steps b{grid-row:span 2;padding-top:2px}.steps h3{margin:0}.steps p{grid-column:2}.work-gallery{grid-template-columns:1fr 1fr;gap:20px 12px}.about-layout{grid-template-columns:1fr;gap:45px}.about-image>img{height:390px}.experience{left:-8px;padding:17px 25px}.about-copy h2{font-size:3rem}.stats b{font-size:1.9rem}.stats span{font-size:.7rem}.projects-grid{grid-template-columns:1fr;gap:45px}.compare{aspect-ratio:1.2}.project-copy h3{font-size:1.5rem}.contact-section{padding:65px 0}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-layout h2{font-size:2.35rem}.contact-phone{font-size:1.85rem}.form-grid{grid-template-columns:1fr;gap:0}form{padding:25px 22px}.footer-top{gap:20px}.footer-bottom{display:block}.footer-bottom>span{display:block;margin-bottom:14px}.mobile-contact{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:40;box-shadow:0 -3px 25px #10151d20;padding-bottom:env(safe-area-inset-bottom);background:var(--blue)}.mobile-contact a{width:50%;text-align:center;background:var(--ink);color:white;padding:14px 8px;font-size:.8rem;font-weight:600}.mobile-contact a:last-child{background:var(--blue)}footer{padding-bottom:75px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Brand rhythm: blue signal, graphite foundation, white space. */
.hero-photography{perspective:1100px;isolation:isolate}.hero-photo-main{position:absolute;top:68px;left:35px;right:0;height:440px;overflow:hidden;transform:rotate(2deg);border:1px solid #ffffff32;box-shadow:0 30px 70px #0005}.hero-photo-main>img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.hero-photo-main:hover>img{transform:scale(1.035)}.photo-corner{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#10151dc9);padding:42px 22px 18px;font-size:.65rem;letter-spacing:.13em;color:white}.hero-photo-detail{position:absolute;left:-15px;bottom:84px;width:200px;padding:8px;background:#f5f6f8;transform:rotate(-5deg);box-shadow:0 14px 32px #0005;z-index:2}.hero-photo-detail img{height:132px;width:100%;object-fit:cover}.hero-photo-detail span{display:block;font:600 .7rem var(--font);color:var(--ink);padding:10px 4px 4px}.hero-photography .hero-project{z-index:5;bottom:32px;right:0;pointer-events:auto}.hero-photo-main,.hero-photo-detail{pointer-events:none}.hero-project:focus-visible{outline:3px solid #fff;outline-offset:6px}.navlinks a.active{color:var(--blue)}.navlinks a.active::after{content:'';position:absolute;bottom:3px;height:2px;left:0;right:0;background:var(--blue)}.scroll-progress{height:3px;position:fixed;top:0;left:0;right:0;z-index:50;background:var(--blue);transform:scaleX(0);transform-origin:left;pointer-events:none}.work-gallery button{display:block;width:100%;padding:0;border:0;background:none;overflow:hidden;cursor:zoom-in}.work-gallery button:focus-visible{outline-offset:3px}.service{--card-x:50%;--card-y:50%}.service:hover{background:radial-gradient(circle at var(--card-x) var(--card-y),#e5ebff,white 65%)}.service-link:hover{color:var(--blue)}.compare .compare-reset{position:absolute;bottom:12px;right:12px;z-index:2;background:#fff;color:var(--ink);border:0;padding:5px 10px;font-size:.75rem;cursor:pointer}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-status{font-size:.9rem;line-height:1.6;margin-top:18px}.form-status:empty{display:none}.form-status[data-state=success]{background:#edf5f1;color:#1f583d;padding:15px;border-left:3px solid #2b7957}.form-status[data-state=error]{background:#fff1ec;color:#8f351c;padding:15px;border-left:3px solid #b84927}form[aria-busy=true]{cursor:progress}form button:disabled{opacity:.6;cursor:wait;transform:none}.footer-actions{display:flex;align-items:center;gap:22px;font-size:.8rem}.footer-actions button{border:0;background:none;padding:8px 0;color:#64728b;font-size:.8rem}.footer-actions button:hover{color:var(--blue)}#photo-viewer{max-width:min(90vw,1100px);max-height:92dvh;padding:18px;border:0;background:#10151d;color:white;overflow:auto}#photo-viewer::backdrop{background:#071020dc;backdrop-filter:blur(8px)}#photo-viewer img{max-height:76dvh;max-width:100%;width:auto;margin:auto;object-fit:contain}#photo-viewer p{font-size:.85rem;color:#c6d0e2;padding:14px 5px 0}.photo-close{position:sticky;top:0;float:right;border:1px solid #ffffff44;background:#10151d;color:white;width:40px;height:40px;font-size:28px;margin-bottom:12px;z-index:2}#water-intro{position:fixed;inset:0;z-index:100;pointer-events:none;overflow:hidden}#water-intro[hidden]{display:none}.intro-backdrop{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 40%,#24384a,#080f18 68%);transition:opacity .5s}#intro-canvas{position:absolute;inset:0}#intro-canvas canvas{display:block;width:100%;height:100%}.intro-brand{position:absolute;bottom:11%;width:100%;text-align:center;color:#f5f8ff;transition:opacity .35s}.intro-brand>span{display:block;font:600 .85rem var(--heading);letter-spacing:.3em}.intro-brand small{display:block;color:#a3b5cf;font-size:.75rem;margin-top:10px}#skip-intro{position:absolute;right:25px;top:25px;border:1px solid #ffffff45;padding:9px 14px;color:white;background:#0d172ccc;font-size:.75rem;pointer-events:auto}#water-intro.revealing .intro-backdrop,#water-intro.revealing .intro-brand{opacity:0}#water-intro.revealing #skip-intro{opacity:0;pointer-events:none}#water-intro.revealing{pointer-events:none}
@media(max-width:1150px){.hero-photo-main{left:25px;height:400px}.hero-photo-detail{width:175px;bottom:110px}.hero-photo-detail img{height:110px}}
@media(max-width:850px){.hero-photo-main{top:100px;left:20px;height:330px}.hero-photo-detail{width:140px;bottom:125px;left:0}.hero-photo-detail img{height:90px}.hero-photography .hero-project{bottom:35px}}
@media(max-width:600px){.hero-photography{height:390px;margin-top:28px}.hero-photo-main{top:0;left:35px;right:5px;height:265px}.hero-photo-detail{width:130px;left:0;bottom:79px}.hero-photo-detail img{height:91px}.hero-photography .hero-project{bottom:5px;width:275px}.footer-actions{flex-direction:column;align-items:flex-end;gap:6px}.intro-brand>span{font-size:.7rem}.intro-brand{bottom:15%}.compare .compare-reset{font-size:.7rem}#skip-intro{top:16px;right:16px}}

/* Keep the mobile photo caption clear of the overlapping detail photo. */
@media(max-width:600px){.hero-photo-main .photo-corner{left:50%;right:0;bottom:0;text-align:right;padding:32px 12px 16px 0;font-size:.75rem;line-height:1.55;letter-spacing:.06em;text-wrap:balance}.photo-corner>span{display:block}}
