:root{--pink:#dc0068;--teal:#0b9eb7;--orange:#f28a00;--yellow:#ffc400;--ink:#132b38;--muted:#5d6d76;--paper:#fff;--mist:#f2f7f8;--line:#d9e4e7;--shadow:0 20px 60px rgba(19,43,56,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit}img{display:block;max-width:100%}
.site-header{height:82px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:10}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto}.brand img{width:57px;height:57px;object-fit:contain}.brand span{display:grid;line-height:1.15}.brand strong{font-size:1rem}.brand small{font-size:.75rem;color:var(--muted);font-weight:700;margin-top:4px}.site-header nav{display:flex;gap:26px}.site-header nav a{font-size:.92rem;font-weight:800;text-decoration:none}.site-header nav a:hover{color:var(--pink)}.header-call{font-weight:900;color:var(--pink);text-decoration:none;white-space:nowrap}
.hero{min-height:660px;display:grid;grid-template-columns:1fr minmax(370px,.82fr);align-items:center;gap:clamp(42px,7vw,100px);padding:clamp(58px,8vw,110px) clamp(24px,7vw,110px);overflow:hidden;background:linear-gradient(110deg,#fff 0 67%,#e7f8fa 67%)}.hero-copy{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:900;color:var(--pink);margin:0 0 14px}.hero h1{font-size:clamp(3rem,6vw,6rem);line-height:.93;letter-spacing:-.06em;margin:0 0 26px}.hero h1 em{font-style:normal;color:var(--teal)}.lead{font-size:clamp(1.05rem,1.8vw,1.3rem);max-width:660px;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 25px;border-radius:8px;font-weight:900;text-decoration:none;border:2px solid var(--ink);cursor:pointer;font-size:1rem;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--pink);border-color:var(--pink);color:#fff;box-shadow:0 10px 26px rgba(220,0,104,.2)}.primary:hover{background:#be005a}.secondary{background:#fff}.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:.88rem;font-weight:800}.hero-photo{margin:0;position:relative}.hero-photo:before{content:"";position:absolute;width:150px;height:150px;background:var(--yellow);border-radius:50%;top:-38px;right:-35px}.hero-photo img{width:100%;height:500px;object-fit:cover;border-radius:24px;position:relative;box-shadow:var(--shadow)}.hero-photo figcaption{position:absolute;bottom:18px;left:18px;background:#fff;padding:9px 14px;border-radius:7px;font-size:.82rem;font-weight:900;z-index:2}
.services,.work{padding:100px clamp(24px,7vw,110px)}.section-heading{max-width:820px}.section-heading h2,.quote-intro h2{font-size:clamp(2.25rem,4.5vw,4.2rem);line-height:1;letter-spacing:-.045em;margin:0 0 22px}.section-heading>p:last-child{color:var(--muted);font-size:1.1rem;max-width:660px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.service-grid article{padding:32px;border:1px solid var(--line);border-radius:16px;border-top:7px solid var(--teal);background:#fff}.service-grid article:nth-child(2){border-top-color:var(--orange)}.service-grid article:nth-child(3){border-top-color:var(--pink)}.service-grid article>span{font-size:.8rem;font-weight:900;color:#74828c}.service-grid h3{font-size:1.35rem;margin:10px 0}.service-grid p{margin:0;color:var(--muted)}
.work{background:var(--mist)}.work-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.work-heading h2{margin-bottom:0}.work-heading>p{max-width:430px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.project{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(19,43,56,.07)}.project-wide{grid-column:1/-1}.pair{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--ink)}.pair figure{margin:0;position:relative}.pair img{width:100%;height:360px;object-fit:cover}.project-wide .pair img{height:510px}.pair figure>span{position:absolute;top:14px;left:14px;background:rgba(19,43,56,.86);color:#fff;border-radius:999px;padding:7px 12px;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900;z-index:2}.pair figure:last-child>span{background:var(--pink)}.project-copy{padding:22px 25px}.project-copy p{margin:0;color:var(--teal);text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:900}.project-copy h3{margin:5px 0 0;font-size:1.35rem}.gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:22px}.gallery figure{margin:0;position:relative;border-radius:16px;overflow:hidden}.gallery img{width:100%;height:340px;object-fit:cover;transition:transform .35s}.gallery figure:hover img{transform:scale(1.025)}.gallery figcaption{position:absolute;left:14px;bottom:14px;background:#fff;border-radius:6px;padding:7px 11px;font-weight:900;font-size:.8rem}
.quote-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;padding:100px clamp(24px,7vw,110px);background:var(--ink);color:#fff}.quote-intro>p:not(.eyebrow){color:#c8d4d9;max-width:510px}.direct-contact{display:grid;gap:3px;margin-top:32px}.direct-contact span{color:#aabcc4;font-size:.83rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.direct-contact>a{width:max-content;font-size:1.25rem;font-weight:900;text-decoration:none}.direct-contact .instagram{font-size:.95rem;color:#6cd7e6;margin-top:12px}.quote-form{background:#fff;color:var(--ink);padding:clamp(24px,4vw,44px);border-radius:18px;display:grid;gap:18px}.quote-form label{font-weight:800;display:grid;gap:7px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #b8c5ca;border-radius:7px;padding:14px;font:inherit;color:var(--ink);background:#fff}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(11,158,183,.25);border-color:var(--teal)}.submit{width:100%;margin-top:4px}.form-note{font-size:.82rem;color:#65747d;margin:0}.qr-section{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:42px;padding:70px clamp(24px,7vw,110px);background:#fff}.qr-section>img{width:220px;border:12px solid #fff;box-shadow:var(--shadow);border-radius:14px}.qr-section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:0 0 14px}.qr-section p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:1.05rem}.quote-page{min-height:100vh;background:linear-gradient(135deg,#e8f8fa,#fff 45%,#fff2f7)}.quote-page-main{padding:60px clamp(20px,7vw,100px) 90px}.quote-page-head{max-width:720px;margin:0 auto 34px;text-align:center}.quote-page-head img{width:110px;margin:0 auto 22px;border-radius:12px}.quote-page-head h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:.95;letter-spacing:-.05em;margin:0 0 18px}.quote-page-head p{color:var(--muted);font-size:1.1rem}.quote-page-form{max-width:700px;margin:0 auto;box-shadow:var(--shadow)}.back-link{display:inline-block;margin-bottom:30px;color:var(--pink);font-weight:900;text-decoration:none}
footer{padding:30px clamp(24px,7vw,110px);display:flex;align-items:center;gap:14px;border-top:1px solid var(--line)}footer img{width:68px;height:68px;object-fit:contain}footer>div:not(.footer-links){display:grid}footer span{color:var(--muted);font-size:.9rem}.footer-links{margin-left:auto;display:flex;gap:22px}.footer-links a{font-weight:900;color:var(--pink)}
@media(max-width:980px){.site-header nav{display:none}.hero{grid-template-columns:1fr 340px}.project-wide .pair img{height:410px}}
@media(max-width:760px){html{scroll-padding-top:70px}.site-header{height:70px;padding:0 18px}.brand img{width:48px;height:48px}.brand span{display:none}.header-call{font-size:.87rem}.hero{min-height:auto;grid-template-columns:1fr;background:linear-gradient(#fff 0 72%,#e7f8fa 72%);padding:44px 20px 70px;gap:40px}.hero h1{font-size:clamp(2.8rem,14vw,4.5rem)}.hero-photo img{height:390px}.services,.work,.quote-section{padding:72px 20px}.service-grid,.project-grid,.gallery,.quote-section{grid-template-columns:1fr}.work-heading{display:block}.work-heading>p{margin-top:18px}.project-wide{grid-column:auto}.pair img,.project-wide .pair img{height:260px}.gallery{grid-template-columns:1fr 1fr}.gallery figure:last-child{grid-column:1/-1}.gallery img{height:250px}.gallery figure:last-child img{height:310px}footer{align-items:flex-start;flex-wrap:wrap}.footer-links{width:100%;margin:5px 0 0}.quote-section{gap:40px}.qr-section{grid-template-columns:1fr;text-align:center}.qr-section>img{margin:auto}.qr-section p:not(.eyebrow){margin-left:auto;margin-right:auto}.quote-page-main{padding-top:35px}}
@media(max-width:480px){.pair img,.project-wide .pair img{height:210px}.gallery{grid-template-columns:1fr}.gallery figure:last-child{grid-column:auto}.gallery img,.gallery figure:last-child img{height:280px}.hero-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.gallery img{transition:none}}
