:root{--bg:#ffffff;--panel:#f4f6f6;--ink:#253238;--muted:#526067;--red:#e31837;--line:#d5dbdd;--cream:#f2efe8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;flex-shrink:0}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #245baf;outline-offset:6px}::selection{background:var(--red);color:white}.skip{position:fixed;top:-100px;left:20px;background:white;color:#20292d;padding:12px;z-index:100}.skip:focus{top:10px}header{max-width:1600px;margin:auto;min-height:118px;padding:20px 3.2%;display:flex;align-items:center;justify-content:space-between;gap:40px}.logo{background:#fff;display:flex;align-items:center;padding:8px 14px;border-radius:2px}.logo img{width:191px;height:77px;object-fit:contain}nav{display:flex;align-items:center;gap:34px;font-weight:600}nav>a:not(.button):hover{color:#bd1230}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--red);color:white;border:1px solid var(--red);border-radius:4px;padding:17px 24px;font-size:16px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#bc102b;transform:translateY(-2px)}.button.secondary{background:transparent;border-color:#78848a;color:var(--ink)}.button.secondary:hover{background:#edf0f1}.menu-toggle{display:none}.hero{margin:10px 3.2% 0;min-height:690px;height:calc(100svh - 155px);max-height:920px;border-radius:7px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:35px 42px;color:#fff;background:#354148}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 45%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#14202555,transparent 22%,#111d237a 49%,#111d23e8)}.hero>*:not(.hero-bg){position:relative;z-index:1}.hero-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:2px;font-weight:700}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-top:auto;padding:150px 0 42px}.eyebrow{font-size:13px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;margin:0 0 24px;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';width:24px;height:3px;background:var(--red);flex-shrink:0}.hero .eyebrow{color:white;font-size:13px;letter-spacing:.7px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;font-weight:500;letter-spacing:-2.5px}h1{font-size:clamp(60px,7.4vw,112px);margin-bottom:0}em{font-style:normal;color:#c5112d}h2{font-size:clamp(38px,4vw,62px);margin-bottom:30px}h3{font-size:28px;letter-spacing:-1px}p{color:var(--muted);margin-bottom:25px}.hero h1 em{color:white;position:relative}.hero h1 em:after{content:'';height:6px;background:var(--red);position:absolute;bottom:4px;left:0;right:0}.hero-actions{min-width:310px;max-width:365px;display:flex;flex-direction:column;gap:12px;padding-bottom:6px}.hero-actions p{color:white;margin-bottom:12px;font-size:17px}.hero-caption{border-top:1px solid #ffffff4d;padding-top:18px;display:flex;justify-content:space-between;font-size:13px}.hero-caption a{display:flex;gap:15px;align-items:center}.hero-caption svg{width:19px}.proof{margin:0 3.2%;padding:30px 0;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}.proof span:before{content:'✓';color:#c5112d;margin-right:12px}.section{padding:110px 5.5%;max-width:1600px;margin:auto}.intro{display:grid;grid-template-columns:1fr 1fr;gap:10%}.intro .lead{font-size:23px;color:var(--ink);line-height:1.65}.intro>img{width:100%;height:450px;object-fit:cover;border-radius:5px}.text-link{display:inline-flex;align-items:center;gap:25px;font-weight:700;border-bottom:1px solid var(--line);padding:8px 0}.text-link:hover{color:#bd1230}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:46px}.section-heading h2{margin:0}.section-heading .button{flex-shrink:0}.projects{background:var(--panel);max-width:none}.project-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:28px}.project-image{height:320px;position:relative;overflow:hidden;border-radius:5px;margin-bottom:24px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover img{transform:scale(1.04)}.project-card h3{font-size:26px;line-height:1.3}.project-card .eyebrow{font-size:11px;color:var(--muted);margin-bottom:12px;letter-spacing:.5px}.project-card .eyebrow:before{display:none}.circle{width:46px;height:46px;background:white;color:#263035;display:grid;place-items:center;border-radius:50%;position:absolute;right:18px;bottom:18px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{padding:32px 24px 28px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .2s}.service-card:hover{background:var(--panel)}.service-no{color:#c5112d;font-size:13px;margin-bottom:54px}.service-card h3{font-size:25px}.service-card p{font-size:16px;min-height:54px}.service-link{margin-top:auto;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;gap:10px;font-weight:700}.craft-section{display:grid;grid-template-columns:1.1fr 1fr;background:var(--cream);color:#253238;margin:0 3.2%;border-radius:6px;overflow:hidden}.craft-image{position:relative;min-height:570px}.craft-image img{width:100%;height:100%;position:absolute;object-fit:cover}.image-note{position:absolute;left:30px;bottom:30px;background:white;color:var(--ink);padding:22px 30px;font-size:25px;line-height:1.3}.craft-copy{padding:80px 11%}.craft-copy em{color:#c5112d}.craft-copy p{color:#526067}.craft-copy .eyebrow{color:#34434a}.approach{display:grid;grid-template-columns:1fr 1fr;gap:12%}.steps{padding-top:40px}details{border-top:1px solid var(--line)}details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;padding:27px 0;display:flex;align-items:center;gap:20px;font-size:21px;cursor:pointer}summary::-webkit-details-marker{display:none}summary>span{color:#c5112d;font-size:13px}summary svg{margin-left:auto;transition:transform .3s}details[open] summary svg{transform:rotate(90deg)}details p{padding-left:39px}.contact-cta{max-width:none;background:#e31837;color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:15%;padding-top:90px;padding-bottom:90px}.contact-cta em,.contact-cta p{color:white}.contact-cta .eyebrow:before{background:white}.contact-cta h2{font-size:clamp(42px,5vw,76px)}.contact-cta .button{background:white;color:#252e33;border-color:white}.contact-cta>div>p:not(.eyebrow){max-width:520px}.contact-direct{padding-top:65px}.contact-direct>a{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid #ffffff6b;font-size:22px;font-weight:600;gap:20px}.contact-direct>a:first-of-type{font-size:34px}.contact-direct>p{margin-top:30px;font-size:14px}footer{padding:60px 5.5% 25px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-top p{margin:0}.footer-top>a:last-child{font-size:25px}.footer-bottom{border-top:1px solid var(--line);margin-top:55px;padding-top:25px;font-size:12px;color:var(--muted)}.footer-bottom a:last-child{display:flex;gap:12px;align-items:center}.page-intro{padding-top:80px;padding-bottom:65px}.page-intro h1{font-size:clamp(48px,6.5vw,90px);max-width:1050px;margin-bottom:30px}.page-intro>p:not(.eyebrow){max-width:750px;font-size:21px}.detail-image{width:89%;margin:auto;max-height:650px;object-fit:cover;border-radius:5px}.service-detail{border-top:1px solid var(--line)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:25px}.contact-box{padding:45px;background:var(--panel);border-top:3px solid var(--red)}.contact-phone{display:flex;align-items:center;gap:20px;font-size:32px;margin-bottom:20px}.contact-box .text-link{font-size:16px;overflow-wrap:anywhere}.contact-box p:not(.eyebrow){margin-top:25px}.contact-img{height:280px;width:100%;object-fit:cover;margin-bottom:30px}.contact-layout h3{font-size:22px}.muted{font-size:14px}
@media(min-width:1700px){.hero,.craft-section{max-width:1540px;margin-left:auto;margin-right:auto}.proof{max-width:1540px;margin-left:auto;margin-right:auto}.projects .project-grid,.projects .section-heading{max-width:1424px;margin-left:auto;margin-right:auto}}
@media(max-width:1100px){header{gap:20px}nav{gap:20px;font-size:14px}nav .button{padding:14px 17px;font-size:14px;gap:16px}.logo img{width:157px;height:65px}.hero{min-height:640px;padding:28px}.hero-bottom{gap:25px}.hero h1{font-size:76px}.hero-actions{min-width:280px}.section{padding:80px 4%}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid{gap:20px}.project-image{height:280px}.craft-copy{padding:55px 8%}.contact-cta{gap:8%}.contact-direct>a:first-of-type{font-size:27px}}
@media(max-width:760px){header{min-height:95px;padding:12px 5%;position:relative;z-index:10}.logo img{width:145px;height:59px}.logo{padding:5px 10px}.menu-toggle{display:flex;align-items:center;gap:20px;border:1px solid var(--line);color:var(--ink);background:transparent;padding:10px 15px;border-radius:4px}.menu-toggle span{font-size:24px}nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--bg);padding:20px 5% 30px;border-bottom:1px solid var(--line);align-items:stretch;font-size:18px}nav.open{display:flex;flex-direction:column}nav>a{padding:8px}.hero{margin:5px 4% 0;min-height:690px;height:auto;padding:25px 24px}.hero-top{font-size:9px;letter-spacing:1px}.hero-bottom{display:block;padding:150px 0 25px}.hero h1{font-size:63px;letter-spacing:-3px}.hero .eyebrow{color:white;font-size:10px;max-width:260px;margin-bottom:18px}.hero-actions{margin-top:30px;max-width:none;min-width:0}.hero-actions p{font-size:16px}.hero-caption{font-size:10px;gap:20px}.hero-caption a{gap:5px}.proof{padding:25px 0;flex-direction:column;gap:10px;margin:0 5%;font-size:13px}.section{padding:65px 6%}.intro,.approach,.contact-layout{grid-template-columns:1fr;gap:25px}h2{font-size:40px;letter-spacing:-1.8px}.intro .lead{font-size:20px}.section-heading{display:block;margin-bottom:35px}.section-heading .button{margin-top:22px}.section-heading>p{margin-top:25px}.project-grid{grid-template-columns:1fr}.project-image{height:310px}.project-card{margin-bottom:25px}.service-grid{grid-template-columns:1fr}.service-no{margin-bottom:25px}.service-card p{min-height:0}.service-link{font-size:15px}.craft-section{grid-template-columns:1fr;margin:0 4%}.craft-image{min-height:360px}.craft-copy{padding:45px 7%}.approach .steps{padding-top:10px}summary{font-size:19px}.contact-cta{grid-template-columns:1fr;gap:0}.contact-cta h2{font-size:48px}.contact-direct{padding-top:45px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-top .logo img{width:175px;height:70px}.footer-bottom{gap:18px}.page-intro h1{font-size:49px;letter-spacing:-2px}.page-intro>p:not(.eyebrow){font-size:18px}.intro>img{height:300px}.contact-box{padding:30px 22px}.contact-phone{font-size:28px}.contact-box .text-link{font-size:14px}.detail-image{width:88%;min-height:280px}.contact-layout .button{padding:16px}.contact-cta .eyebrow{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Contrast on photographic and brand-red backgrounds. */
.hero .button.secondary{color:white;border-color:#fff;background:#17252b66}.hero .button.secondary:hover{background:#17252baa}.hero a:focus-visible,.contact-cta a:focus-visible{outline-color:white;box-shadow:0 0 0 2px #253238}.contact-cta .button:hover{background:#f2efe8}.hero:after{background:linear-gradient(180deg,#14202599,transparent 25%,#111d2399 49%,#111d23eb)}
/* Separate service cards with concrete, scannable specialties. */
.services .service-grid{border:0;gap:22px;align-items:stretch}
.services .service-card{background:#f2efe9;border:1px solid #e6e2dc;border-radius:22px;padding:32px 25px;min-width:0}
.services .service-card:hover{background:#ebe7e0;border-color:#c7bbb9}
.services .service-card h3{font-size:28px;line-height:1.15;letter-spacing:-1px;margin-bottom:10px}
.services .service-card>p{font-size:16px;min-height:0;line-height:1.5;margin-bottom:30px}
.service-tags{list-style:none;padding:0;margin:0 0 34px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:12px}
.service-tags li{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #d4cec7;border-radius:9px;color:#35434a;font-size:16px;line-height:1.4;max-width:100%}
.service-tags svg{color:#c5112d;width:18px;height:18px;stroke-width:2}
.services .service-link{border-top:1px solid #d4cec7;font-size:15px;align-items:center;line-height:1.4;padding-top:22px;gap:12px}
@media(min-width:1101px){.services .service-card{min-height:470px}}
@media(max-width:1100px){.services .service-card{padding:30px}.services .service-card h3{min-height:0}}
@media(max-width:760px){.services .service-grid{gap:18px}.services .service-card{padding:28px 24px;border-radius:18px}.services .service-card>p{margin-bottom:24px}.service-tags{margin-bottom:28px}}
.service-tags li span{min-width:0;overflow-wrap:anywhere}
@media(min-width:1101px){.services .service-card h3{min-height:65px}.services .service-card>p{min-height:48px}.services .service-link{min-height:65px}}
/* A more image-led, editorial homepage rhythm. */
.home-intro{align-items:center;grid-template-columns:1fr 1fr;gap:8%}
.intro-photo{position:relative;align-self:stretch;min-height:530px;overflow:hidden;border-radius:18px}
.intro-photo img{height:100%;width:100%;position:absolute;object-fit:cover}
.intro-photo-label{position:absolute;bottom:25px;left:25px;right:25px;background:#fff;padding:24px 28px;font-size:25px;line-height:1.3;border-left:4px solid var(--red)}
.home-intro h2{font-size:clamp(38px,3.7vw,58px)}
.projects .project-grid{grid-template-columns:1fr 1fr;gap:42px 30px}
.projects .project-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 25px}
.projects .project-card:first-child .project-image{grid-column:1/-1;height:520px}
.projects .project-card:first-child h3{grid-column:2;grid-row:2;font-size:34px;margin:0}
.projects .project-card:first-child .eyebrow{align-self:start;margin:8px 0}
.projects .project-image{height:350px;border-radius:15px}
.projects .project-card .circle{width:56px;height:56px}
.services .section-heading{max-width:1080px}
.craft-section{border-radius:18px}
.process-section{display:block}
.process-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.process-tabs button{display:flex;gap:20px;align-items:center;text-align:left;padding:22px 25px;background:white;border:1px solid #d5dbdd;border-radius:8px;color:var(--muted);cursor:pointer}
.process-tabs button span{font-size:20px;color:var(--ink)}
.process-tabs button[aria-selected="true"]{background:var(--red);border-color:var(--red);color:white}
.process-tabs button[aria-selected="true"] span{color:white}
.process-panel{display:grid;grid-template-columns:1fr 1fr;min-height:450px;background:var(--panel);border-radius:16px;overflow:hidden}
.process-panel[hidden]{display:none}
.process-panel>div{padding:55px}
.process-number{font-size:14px;color:#b01028;display:block;margin-bottom:35px}
.process-panel h3{font-size:40px;line-height:1.15;margin-bottom:25px}
.process-panel img{width:100%;height:100%;max-height:510px;object-fit:cover}
.contact-cta{position:relative;overflow:hidden}
.contact-cta:before{content:'';position:absolute;width:450px;height:450px;border:1px solid #ffffff30;transform:rotate(45deg);top:-310px;right:10%;pointer-events:none}
@media(max-width:760px){.home-intro{grid-template-columns:1fr;gap:38px}.intro-photo{min-height:380px}.intro-photo-label{font-size:22px;left:18px;right:18px;bottom:18px;padding:20px}.projects .project-grid{display:block}.projects .project-card:first-child{display:block}.projects .project-card:first-child .project-image,.projects .project-image{height:320px}.projects .project-card:first-child h3{font-size:26px;margin-bottom:35px}.projects .project-card:first-child .eyebrow{margin:0 0 12px}.process-tabs{gap:8px}.process-tabs button{padding:16px 10px;flex-direction:column;gap:6px;align-items:flex-start;font-size:12px}.process-tabs button span{font-size:14px}.process-panel{grid-template-columns:1fr}.process-panel>div{padding:30px 24px}.process-panel h3{font-size:33px}.process-panel img{height:270px}.process-number{margin-bottom:20px}}
/* Compact mega navigation, shared across all pages. */
header{position:relative;z-index:30;background:#fff}
.nav-trigger{display:flex;align-items:center;gap:7px;padding:14px 0;border:0;background:transparent;color:var(--ink);font:inherit;cursor:pointer;white-space:nowrap}
.nav-trigger>svg{width:17px;height:17px;transition:transform .2s}
.nav-trigger[aria-expanded="true"]{color:#bd1230}
.nav-trigger[aria-expanded="true"]>svg{transform:rotate(180deg)}
.mega-panel{position:absolute;top:calc(100% - 8px);left:3.2%;right:3.2%;display:grid;grid-template-columns:1.6fr 1fr;background:#fff;border:1px solid #d5dbdd;border-top:3px solid var(--red);border-radius:0 0 16px 16px;box-shadow:0 20px 45px #25323824;overflow:hidden}
.mega-panel[hidden]{display:none}
.mega-main{padding:32px}.mega-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:700;margin-bottom:22px}
.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}
.mega-links>a{display:block;padding:15px 12px;border-radius:8px;transition:background .2s}
.mega-links>a:hover{background:#f2efe9}.mega-links strong{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:18px;font-weight:600}
.mega-links strong svg{width:20px;color:var(--red)}.mega-links span{display:block;font-size:14px;line-height:1.5;color:var(--muted);margin-top:8px;font-weight:400}
.mega-main>.text-link{margin-top:14px;font-size:14px}.mega-cta{background:#f2efe9;padding:32px}.mega-cta h2{font-size:32px;letter-spacing:-1px;margin-bottom:16px}.mega-cta p{font-size:15px;font-weight:400;line-height:1.6;margin-bottom:22px}.mega-cta .button{width:100%;font-size:15px;padding:14px 18px;gap:15px}.mega-phone{display:block;font-size:14px;margin-top:18px}.mega-phone:hover{text-decoration:underline}
@media(max-width:1100px) and (min-width:761px){nav{gap:16px}.nav-trigger{font-size:14px}.mega-main,.mega-cta{padding:25px}}
@media(max-width:760px){nav{max-height:calc(100dvh - 100px);overflow-y:auto;gap:8px}.nav-trigger{width:100%;justify-content:space-between;padding:12px 8px}.mega-panel{position:static;display:block;border-radius:10px;box-shadow:none;border:1px solid #d5dbdd;margin-bottom:10px}.mega-main{padding:18px 12px}.mega-links{grid-template-columns:1fr;gap:2px}.mega-label{font-size:11px;margin-bottom:10px}.mega-links strong{font-size:17px}.mega-links span{font-size:14px}.mega-cta{padding:22px}.mega-cta h2{font-size:28px}.mega-cta p{font-size:15px}nav>a{padding:12px 8px}}
/* Project detail: image-led cover, inset facts and editorial story. */
.portfolio-hero{position:relative;margin:10px 3.2% 0;min-height:570px;height:68vh;max-height:760px;border-radius:18px;overflow:hidden;background:#253238;color:white}
.portfolio-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}
.portfolio-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#14202566 0%,#14202522 20%,#142025cc 100%);pointer-events:none}
.portfolio-back{position:absolute;top:34px;left:40px;display:flex;align-items:center;gap:12px;z-index:2;font-size:15px}.portfolio-back svg{transform:rotate(180deg)}
.portfolio-title{position:absolute;bottom:58px;left:4.5%;width:55%;z-index:2}
.portfolio-title .eyebrow{color:white;margin-bottom:22px}.portfolio-title h1{font-size:clamp(42px,4.8vw,74px);line-height:1.08;letter-spacing:-2.5px;max-width:780px}
.portfolio-facts{position:absolute;right:0;bottom:0;z-index:3;width:36%;margin:0;background:white;color:var(--ink);border-radius:18px 0 0 0;padding:35px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.portfolio-facts div:last-child{grid-column:1/-1}.portfolio-facts dt{font-size:13px;color:var(--muted);margin-bottom:5px}.portfolio-facts dd{margin:0;font-size:18px;line-height:1.5}
.portfolio-story{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:90px;padding-bottom:80px}.portfolio-story h2{font-size:clamp(34px,3.6vw,54px)}.portfolio-story .lead{font-size:20px;color:var(--ink);line-height:1.8}
.portfolio-photo{margin:0 3.2%}.portfolio-photo img{width:100%;max-height:800px;object-fit:cover;border-radius:18px}.portfolio-photo figcaption{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px;margin:16px 0 0}
.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.related-grid .project-image{height:360px;border-radius:14px}
@media(max-width:900px){.portfolio-title{width:85%;bottom:220px}.portfolio-title h1{font-size:50px}.portfolio-facts{width:100%;grid-template-columns:repeat(3,1fr);padding:25px;gap:18px;border-radius:0}.portfolio-facts div:last-child{grid-column:auto}.portfolio-hero{min-height:630px}}
@media(max-width:760px){.portfolio-hero{margin:5px 4% 0;height:auto;min-height:650px;border-radius:14px}.portfolio-back{left:24px;top:26px;font-size:14px}.portfolio-title{left:24px;right:24px;width:auto;bottom:245px}.portfolio-title h1{font-size:43px;letter-spacing:-1.7px}.portfolio-title .eyebrow{font-size:11px}.portfolio-facts{grid-template-columns:1fr 1fr;padding:24px;gap:18px}.portfolio-facts div:last-child{grid-column:1/-1}.portfolio-facts dd{font-size:16px}.portfolio-story{grid-template-columns:1fr;gap:5px;padding:55px 6%}.portfolio-story .lead{font-size:18px}.portfolio-photo{margin:0 4%}.portfolio-photo img{min-height:320px;border-radius:12px}.portfolio-photo figcaption{flex-direction:column;gap:5px;font-size:12px}.related-grid{grid-template-columns:1fr;gap:20px}.related-grid .project-image{height:310px}}
.project-gallery{padding-top:10px;padding-bottom:65px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-item{position:relative;padding:0;background:#f2efe9;border:0;border-radius:14px;overflow:hidden;cursor:zoom-in;aspect-ratio:4/3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gallery-item:hover img{transform:scale(1.045)}.gallery-zoom{position:absolute;right:16px;bottom:16px;display:grid;place-items:center;background:white;color:#253238;width:40px;height:40px;border-radius:50%}.gallery-zoom svg{width:20px;height:20px}.photo-dialog{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:64px 80px;border:0;background:#172025f5;color:white}.photo-dialog[open]{display:flex;align-items:center;justify-content:center}.photo-dialog::backdrop{background:#172025}.photo-dialog figure{margin:0;max-width:100%;text-align:center}.photo-large{max-height:calc(100dvh - 155px);max-width:100%;margin:auto;object-fit:contain}.photo-count{padding-top:16px;font-size:16px}.photo-dialog button{position:absolute;display:grid;place-items:center;width:48px;height:48px;background:white;color:#253238;border:0;border-radius:50%;cursor:pointer}.photo-close{top:20px;right:24px}.photo-prev{left:20px;top:50%}.photo-prev svg{transform:rotate(180deg)}.photo-next{right:20px;top:50%}body.photo-open{overflow:hidden}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:560px){.gallery-grid{gap:12px}.gallery-item{border-radius:9px;aspect-ratio:1}.gallery-zoom{right:8px;bottom:8px;width:32px;height:32px}.project-gallery .section-heading>p{font-size:14px}.photo-dialog{padding:70px 14px 100px}.photo-large{max-height:calc(100dvh - 190px)}.photo-prev,.photo-next{top:auto!important;bottom:24px}.photo-prev{left:calc(50% - 60px)}.photo-next{right:calc(50% - 60px)}}

/* Direct calling, placed after the main mobile menu actions. */
#navigation>.mobile-call{display:none}
@media(max-width:760px){
 #navigation>.mobile-call{display:flex;align-items:center;gap:16px;margin-top:12px;padding:20px 18px;background:var(--panel);border:1px solid var(--line);border-radius:6px;color:var(--ink);min-height:88px}
 #navigation>.mobile-call:hover{background:#e9edef;color:var(--ink)}
 .mobile-call>svg{width:27px;height:27px;color:#c5112d}
 .mobile-call>span{display:flex;flex-direction:column;gap:4px}
 .mobile-call-label{font-size:14px;font-weight:500;line-height:1.5}
 .mobile-call strong{font-size:20px;line-height:1.4;font-weight:800}
}
