:root{--navy:#0a3253;--navy-2:#061f35;--gold:#bc923a;--sand:#c8b186;--cream:#f5f1e9;--white:#fdfdfd;--ink:#102b41;--muted:#657583;--line:#dce1e3;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:DM Sans,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.045em;line-height:1.08}h2{font-size:clamp(2.35rem,4.8vw,4.6rem);margin-bottom:24px}.section{padding:120px max(6vw,24px)}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.19em;text-transform:uppercase;margin-bottom:24px}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.eyebrow.light{color:#e3c886}.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:16px 22px;border:0;border-radius:2px;font-weight:700;font-size:14px;transition:.35s var(--ease);cursor:pointer}.button:hover{gap:18px;transform:translateY(-2px)}.button-gold{background:var(--gold);color:white}.button-gold:hover{background:#ca9d43}.button-navy{background:var(--navy);color:white}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700;border-bottom:1px solid #bfc8ce;padding-bottom:6px;transition:.3s}.text-link:hover{gap:16px;border-color:var(--gold)}.text-link.light{color:white;border-color:#ffffff66}.site-header{height:84px;background:rgba(253,253,253,.95);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;padding:0 max(4.5vw,20px);position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid #0a325312}.header-spacer{height:84px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px;object-fit:cover;object-position:center 44%;border-radius:50%}.brand span{display:flex;flex-direction:column;line-height:1}.brand b{font-family:Manrope;font-size:20px;letter-spacing:.12em;color:var(--navy)}.brand small{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-top:6px}.nav{display:flex;align-items:center;gap:30px;margin:auto}.nav>a{font-size:13px;font-weight:700;position:relative;padding:30px 0}.nav>a:not(.nav-call):after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--gold);transition:.3s}.nav>a.active:after,.nav>a:hover:after{right:0}.nav-call{display:none!important}.header-quote{background:var(--navy);color:white}.menu-button{display:none;border:0;background:transparent;color:var(--navy)}.hero{min-height:calc(100vh - 84px);height:780px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero-image{background:url(/kitchen.jpg) 50%/cover;animation:heroZoom 12s ease-out both}.hero-image,.hero-shade{position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,rgba(3,24,41,.94),rgba(6,35,57,.72) 48%,rgba(5,31,51,.18))}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#fff0 98%,#ffffff19),linear-gradient(90deg,#fff0 98%,#ffffff12);background-size:25% 100%,25% 100%}.hero-content{position:relative;z-index:2;color:white;width:min(760px,83%);margin-left:max(7vw,30px)}.hero h1{font-size:clamp(4rem,8.3vw,8rem);font-weight:700;margin:0 0 28px;line-height:.92}.hero h1 em{font-style:normal;color:var(--sand);font-weight:600}.hero-content>p{font-size:20px;max-width:570px;color:#dce4e9;margin-bottom:38px}.hero-actions{gap:30px}.hero-actions,.hero-trust{display:flex;align-items:center}.hero-trust{position:absolute;right:5vw;bottom:48px;background:white;padding:18px 24px;gap:14px;z-index:2;color:var(--navy);box-shadow:0 20px 50px #00101f33}.hero-trust svg{color:var(--gold)}.hero-trust span{display:flex;flex-direction:column}.hero-trust small{color:var(--muted)}.scroll-note{position:absolute;left:2vw;bottom:40px;color:#ffffffaa;font-size:9px;letter-spacing:.18em;writing-mode:vertical-rl;z-index:3;display:flex;align-items:center;gap:15px}.scroll-note span{width:1px;height:50px;background:#ffffff77}.reveal{animation:reveal .9s var(--ease) both}.intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:8vw;gap:8vw;align-items:end}.intro h2{margin-bottom:0}.intro-copy{border-left:1px solid var(--line);padding-left:8vw}.intro-copy p{font-size:19px;color:#4e6270;max-width:620px;margin-bottom:28px}.services-preview{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);padding:0 max(4vw,16px)}.service-card{position:relative;min-height:390px;color:white;padding:55px 32px 36px;border-right:1px solid #ffffff16;overflow:hidden;transition:.45s var(--ease)}.service-card:before{content:"";position:absolute;inset:100% 0 0;background:var(--gold);transition:.45s var(--ease)}.service-card>*{position:relative;z-index:1}.service-card:hover{transform:translateY(-10px)}.service-card:hover:before{inset:0}.service-number{display:block;color:#ffffff63;font-size:12px;letter-spacing:.15em;margin-bottom:45px}.service-card>svg{color:var(--sand);width:36px;height:36px;margin-bottom:30px}.service-card h3{font-size:23px;margin-bottom:16px}.service-card p{color:#b7c5cf;font-size:14px;line-height:1.7}.service-card:hover p{color:#fff}.circle-arrow{position:absolute;bottom:30px;right:26px;border:1px solid #ffffff55;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;opacity:0;transform:translateX(-15px);transition:.3s}.service-card:hover .circle-arrow{opacity:1;transform:none}.circle-arrow svg{width:17px}.feature-split{background:var(--cream);display:grid;grid-template-columns:1.1fr .9fr;grid-gap:9vw;gap:9vw;align-items:center}.feature-image{position:relative}.feature-image img{width:100%;height:630px;object-fit:cover}.image-tag{position:absolute;right:-50px;bottom:-35px;background:var(--navy);color:#dce4e9;padding:24px 32px;display:flex;flex-direction:column;font-size:13px}.image-tag b{color:white;font-size:17px}.feature-copy h2{font-size:clamp(2.6rem,4vw,4.4rem)}.feature-copy>p{color:var(--muted);font-size:17px}.check-list{list-style:none;padding:10px 0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.check-list li{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:600}.check-list svg{width:20px;color:var(--gold)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-heading h2{margin:0}.project-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-gap:18px;gap:18px}.project-card{position:relative;height:480px;overflow:hidden;background:var(--navy)}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.project-overlay{position:absolute;inset:auto 0 0;padding:70px 28px 26px;color:white;background:linear-gradient(transparent,#051b2ebd);transform:translateY(24px);transition:.4s}.project-overlay span{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:#e2c888}.project-overlay h3{font-size:22px;margin:10px 0 0}.project-overlay i{position:absolute;right:25px;bottom:25px;border:1px solid #ffffff55;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;opacity:0;transition:.3s}.project-overlay svg{width:17px}.project-card:hover img{transform:scale(1.06)}.project-card:hover .project-overlay{transform:none}.project-card:hover i{opacity:1}.testimonial{text-align:center;background:var(--navy);color:white;display:flex;flex-direction:column;align-items:center}.testimonial>svg{color:var(--gold);width:42px;height:42px;fill:var(--gold);margin-bottom:25px}.testimonial blockquote{font-family:Manrope;font-size:clamp(2rem,4vw,4rem);line-height:1.25;letter-spacing:-.04em;max-width:1050px;margin:0 0 35px}.testimonial-by{display:flex;align-items:center;gap:15px;text-align:left}.testimonial-by>span{width:40px;height:1px;background:var(--gold)}.testimonial-by div{display:flex;flex-direction:column}.testimonial-by small{color:#9fb0bc}.cta-band{padding:90px max(6vw,24px);background:var(--gold);display:grid;grid-template-columns:1.2fr .8fr;grid-gap:10vw;gap:10vw;align-items:center}.cta-band,.cta-band .eyebrow{color:white}.cta-band h2{margin:0}.cta-band p{font-size:17px;margin-bottom:25px}.cta-band .button-gold,.page-hero{background:var(--navy)}.page-hero{min-height:480px;color:white;display:flex;align-items:center;position:relative;overflow:hidden}.page-hero:after{content:"K";position:absolute;right:4vw;top:-170px;font-family:Manrope;font-weight:800;font-size:550px;color:#ffffff05;line-height:1}.grain{position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,#24577a 0,transparent 35%),linear-gradient(135deg,transparent 48%,#ffffff08 0,#ffffff08 48.2%,transparent 0)}.page-hero-inner{padding:85px max(8vw,24px);position:relative;z-index:2;max-width:950px}.page-hero h1{font-size:clamp(3.3rem,6.5vw,6.8rem);margin:0 0 26px}.page-hero p{max-width:710px;color:#bdcbd4;font-size:18px}.service-list{padding-top:80px}.service-detail{display:grid;grid-template-columns:1fr 3fr;grid-gap:60px;gap:60px;padding:65px 0;border-bottom:1px solid var(--line)}.service-detail-icon{width:100%;max-width:230px;aspect-ratio:1;background:var(--cream);display:grid;place-items:center;color:var(--gold)}.service-detail-icon svg{width:60px;height:60px}.service-detail>div:last-child{position:relative}.service-detail span{color:var(--gold);font-size:12px;letter-spacing:.15em}.service-detail h2{font-size:clamp(2.3rem,4vw,4rem);margin:10px 0 16px}.service-detail p{color:var(--muted);max-width:700px;font-size:17px}.service-detail ul{display:flex;flex-wrap:wrap;gap:25px;list-style:none;padding:10px 0}.service-detail li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.service-detail li svg{width:17px;color:var(--gold)}.process{background:var(--cream)}.process h2{max-width:700px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px}.process-grid>div{border-top:2px solid var(--gold);padding:28px 30px 0 0}.process-grid>div+div{padding-left:30px}.process-grid b{color:var(--gold);font-size:12px;letter-spacing:.14em}.process-grid h3{font-size:23px;margin:22px 0 12px}.process-grid p{color:var(--muted);font-size:14px}.projects-full{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.projects-full .project-card{height:570px}.projects-full .project-card.large{height:700px}.projects-full .project-card.wide{grid-column:1/-1;height:620px}.about-story{display:grid;grid-template-columns:1fr 1fr;grid-gap:9vw;gap:9vw;align-items:center}.about-image-wrap{position:relative}.about-image-wrap img{height:720px;width:100%;object-fit:cover}.about-mark{position:absolute;right:-30px;bottom:40px;width:120px;height:120px;background:var(--gold);color:white;display:grid;place-items:center;font-family:Manrope;font-size:65px;font-weight:800}.about-story>div:last-child>p{color:var(--muted);font-size:17px}.values{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px;margin-top:45px}.values div{display:grid;grid-template-columns:30px 1fr;grid-column-gap:12px;column-gap:12px}.values svg{grid-row:1/3;color:var(--gold)}.values small{color:var(--muted)}.manifesto{display:flex;justify-content:center;gap:5vw;background:var(--cream);padding:55px max(4vw,20px);font-family:Manrope;font-size:clamp(1rem,2vw,1.8rem);font-weight:800;color:var(--navy)}.manifesto span+span:before{content:"◆";color:var(--gold);margin-right:5vw;font-size:.6em;vertical-align:middle}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:9vw;gap:9vw}.contact-info>p{color:var(--muted);font-size:17px}.contact-info>a{display:flex;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.contact-info>a>svg{width:22px;color:var(--gold)}.contact-info>a span{display:flex;flex-direction:column}.contact-info>a small{color:var(--muted)}.contact-info>a b{font-size:22px}.contact-note{background:var(--cream);margin-top:30px;padding:22px;display:flex;align-items:center;gap:15px}.contact-note svg{color:var(--gold)}.contact-note span{display:flex;flex-direction:column}.contact-note small{color:var(--muted)}.quote-form{background:var(--navy);color:white;padding:48px;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.form-heading{grid-column:1/-1;display:flex;justify-content:space-between;border-bottom:1px solid #ffffff25;padding-bottom:25px}.form-heading span{font-family:Manrope;font-size:26px;font-weight:700}.form-heading small{color:#9fb0bc}.quote-form label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#c0ccd4}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:8px;background:#ffffff0d;border:1px solid #ffffff26;color:white;padding:14px;outline:none;transition:.25s;text-transform:none;letter-spacing:0}.quote-form select option{color:var(--ink)}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--gold);background:#ffffff14}.full,.success{grid-column:1/-1}.success{text-align:center;align-self:center}.success>svg{color:var(--gold);width:60px;height:60px}.success h2{margin:20px 0 10px}.success p{color:#b9c6ce}footer{background:var(--navy-2);color:white;padding:80px max(6vw,24px) 25px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;grid-gap:6vw;gap:6vw}.footer-brand p{color:#95a7b4;max-width:330px}.footer-logo{width:95px;height:80px;background:white;overflow:hidden;margin-bottom:24px}.footer-logo img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.footer-top h4{text-transform:uppercase;font-size:11px;letter-spacing:.16em;color:var(--sand);margin-bottom:25px}.footer-top>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-top a{font-size:13px;color:#b7c4cc;transition:.25s}.footer-top a:hover{color:white}.footer-cta{display:flex;align-items:center;gap:8px;margin-top:10px;color:var(--sand)!important}.footer-bottom{display:flex;justify-content:space-between;color:#6f8493;font-size:11px;border-top:1px solid #ffffff13;padding-top:25px;margin-top:70px}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes reveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@media(max-width:1000px){.nav{position:fixed;inset:84px 0 auto;background:white;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:20px 6vw 30px;transform:translateY(-140%);transition:.4s;box-shadow:0 18px 40px #001a2c1c}.nav.open{transform:none}.nav>a{padding:14px 0;border-bottom:1px solid var(--line)}.nav>a:after{display:none}.nav-call{display:flex!important;gap:8px;align-items:center}.menu-button{display:block;margin-left:15px}.header-quote{margin-left:auto}.services-preview{grid-template-columns:1fr 1fr}.feature-split{grid-template-columns:1fr}.feature-image img{height:520px}.feature-copy{max-width:700px}.project-grid{grid-template-columns:1fr 1fr}.project-grid .project-card:first-child{grid-column:1/-1}.footer-top{grid-template-columns:2fr 1fr 1fr}.footer-top>div:last-child{grid-column:1/-1}.contact-layout{grid-template-columns:1fr}.about-story{gap:5vw}.about-image-wrap img{height:600px}}@media(max-width:700px){.section{padding:80px 22px}.header-spacer,.site-header{height:74px}.brand img{width:48px;height:48px}.brand b{font-size:17px}.nav{inset:74px 0 auto}.header-quote{display:none}.hero{height:720px;min-height:calc(100vh - 74px)}.hero-content{margin-left:24px;width:calc(100% - 48px)}.hero h1{font-size:3.8rem}.hero-content>p{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-trust,.scroll-note{display:none}.intro{grid-template-columns:1fr;gap:35px}.intro-copy{padding-left:0;border-left:0}.services-preview{grid-template-columns:1fr}.service-card{min-height:330px;border-bottom:1px solid #ffffff18}.feature-image img{height:430px}.image-tag{right:0;bottom:-25px}.check-list{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.project-grid,.projects-full{grid-template-columns:1fr}.project-grid .project-card:first-child,.projects-full .project-card.wide{grid-column:auto}.project-card,.projects-full .project-card,.projects-full .project-card.large,.projects-full .project-card.wide{height:470px}.cta-band{grid-template-columns:1fr;gap:30px;padding:75px 22px}.page-hero{min-height:430px}.service-detail{grid-template-columns:1fr;gap:25px;padding:45px 0}.service-detail-icon{max-width:110px}.service-detail-icon svg{width:42px}.service-detail ul{flex-direction:column;gap:10px}.process-grid{grid-template-columns:1fr 1fr;gap:35px 0}.process-grid>div+div{padding-left:18px}.about-story{grid-template-columns:1fr}.about-image-wrap img{height:480px}.about-mark{right:0;width:90px;height:90px;font-size:48px}.manifesto{flex-direction:column;gap:18px;text-align:center}.manifesto span+span:before{display:block;margin:0 0 18px}.quote-form,.values{grid-template-columns:1fr}.quote-form{padding:28px 20px}.form-heading,.full,.quote-form label{grid-column:1}.form-heading{flex-direction:column;gap:5px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand,.footer-top>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.contact-info h2{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.brand img{width:62px;height:62px;object-fit:contain;object-position:center;border-radius:0}@media(max-width:700px){.brand img{width:52px;height:52px}}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.form-error{margin:0;color:#ffd6d6;font-size:14px;text-transform:none;letter-spacing:0}.quote-form button:disabled{cursor:wait;opacity:.7;transform:none}.hero-image{background-image:url(/new/hero.jpg)}.powered-by-coko{display:inline-flex;align-items:center;gap:8px;background:#02070b;border:1px solid #ffffff2b;border-radius:999px;color:#b9c5cd!important;font-weight:600;line-height:1;transition:.3s var(--ease)}.powered-by-coko:hover{color:white!important;border-color:#ffffff70;background:#0a1721;transform:translateY(-1px)}.powered-by-coko--sm{padding:6px 7px 6px 12px;font-size:10px}.powered-by-coko--md{padding:8px 9px 8px 14px;font-size:12px}.powered-by-coko--lg{padding:10px 11px 10px 16px;font-size:14px}.powered-by-coko__icon{width:22px;height:22px;border-radius:50%;background:white;display:grid;place-items:center;overflow:hidden}.powered-by-coko--sm .powered-by-coko__icon{width:18px;height:18px}.powered-by-coko--lg .powered-by-coko__icon{width:28px;height:28px}.powered-by-coko__icon img{width:78%;height:78%;object-fit:contain}body{overflow-x:hidden}.mobile-nav-quote,.nav-backdrop{display:none}@media(max-width:1000px){body.menu-open{overflow:hidden}.site-header{z-index:100}.nav{position:fixed;z-index:102;inset:84px 0 0 auto;width:min(420px,88vw);height:calc(100dvh - 84px);margin:0;padding:24px 24px 32px;background:var(--white);display:flex;flex-direction:column;align-items:stretch;gap:0;overflow-y:auto;box-shadow:-24px 24px 55px #001a2c2e;transform:translateX(110%);visibility:hidden;transition:transform .4s var(--ease),visibility .4s}.nav.open{transform:translateX(0);visibility:visible}.nav>a{padding:17px 4px;border-bottom:1px solid var(--line);font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.02em}.nav>a.active{color:var(--gold)}.nav-call{display:flex!important;align-items:center;gap:10px;font-family:DM Sans,sans-serif!important;font-size:15px!important}.nav .mobile-nav-quote{display:flex;width:100%;margin-top:24px;padding:16px 20px;border:0;color:white;font-family:DM Sans,sans-serif;font-size:14px}.nav-backdrop{position:fixed;z-index:101;inset:84px 0 0;display:block;border:0;background:#03182799;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.nav-backdrop.open{opacity:1;visibility:visible}.menu-button{position:relative;z-index:103;width:46px;height:46px;padding:0;display:grid;place-items:center;border:1px solid #0a32531c;border-radius:50%;background:var(--cream);cursor:pointer;transition:.25s}.menu-button:hover{background:#ebe3d5}.menu-button svg{width:22px;height:22px}.process-grid{grid-template-columns:repeat(2,1fr);gap:40px 0}.process-grid>div:nth-child(3){padding-left:0}}@media(max-width:700px){h2{font-size:clamp(2.2rem,11vw,3.15rem)}.section{padding:72px 20px}.site-header{padding:0 16px}.nav{inset:74px 0 0 auto;width:min(360px,92vw);height:calc(100dvh - 74px);padding:18px 20px 28px}.nav-backdrop{inset:74px 0 0}.brand{gap:8px}.brand b{font-size:15px}.brand small{font-size:8px;letter-spacing:.1em}.menu-button{width:42px;height:42px;margin-left:auto}.hero{height:auto;min-height:calc(100svh - 74px);padding:92px 0 72px;align-items:center}.hero-content{margin-left:20px;width:calc(100% - 40px)}.hero h1{font-size:clamp(3.05rem,16vw,4.2rem);line-height:.94}.hero-content>p{font-size:16px;line-height:1.65;margin-bottom:30px}.hero-actions .button{width:100%}.hero-actions .text-link{align-self:flex-start}.intro{gap:26px}.intro-copy p{font-size:16px}.service-card{min-height:300px;padding:40px 26px 32px}.service-number{margin-bottom:28px}.feature-split{gap:66px}.feature-image img{height:410px;object-position:center}.image-tag{left:18px;right:0;bottom:-32px;padding:18px 22px}.project-card,.projects-full .project-card,.projects-full .project-card.large,.projects-full .project-card.wide{height:440px}.project-overlay{transform:none;padding:64px 20px 22px}.project-overlay i{display:none}.testimonial blockquote{font-size:clamp(1.75rem,8vw,2.5rem)}.page-hero{min-height:390px}.page-hero-inner{padding:70px 20px}.page-hero h1{font-size:clamp(2.75rem,13vw,4rem)}.page-hero p{font-size:16px}.service-detail{gap:20px}.service-detail h2{font-size:2.4rem}.process-grid{grid-template-columns:1fr;gap:34px}.process-grid>div,.process-grid>div+div,.process-grid>div:nth-child(3){padding:22px 0 0}.about-image-wrap img{height:440px}.about-mark{bottom:24px}.contact-layout{gap:60px}.contact-info>a b{font-size:18px}.quote-form{padding:26px 18px;gap:20px}.quote-form input,.quote-form select,.quote-form textarea{font-size:16px}.quote-form .button{width:100%}.footer-top{gap:42px 28px}.footer-bottom{align-items:flex-start}.powered-by-coko{margin-top:4px}}@media(max-width:420px){.brand small{display:none}.brand b{font-size:14px;letter-spacing:.09em}.brand img{width:46px;height:46px}.hero h1{font-size:clamp(2.85rem,15.5vw,3.6rem)}.services-preview{padding:0}.project-card,.projects-full .project-card,.projects-full .project-card.large,.projects-full .project-card.wide{height:400px}.values{gap:20px}.contact-info>a{gap:12px}.contact-info>a b{font-size:16px}.footer-top{grid-template-columns:1fr}.footer-brand,.footer-top>div:last-child{grid-column:auto}}