@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');
:root{--red:#ff4055;--violet:#7b46ff;--ink:#141014;--fog:#eee9f0;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--fog);color:var(--ink);font:16px/1.65 'Readex Pro',sans-serif}a{color:inherit;text-decoration:none}img{width:100%;height:100%;object-fit:cover;display:block}.top{height:82px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid}.logo{font-weight:700;font-size:1.5rem}.nav{display:flex;gap:26px;font-size:.8rem}.nav a[aria-current]{color:var(--red)}.start{background:var(--ink);color:white;padding:10px 17px}.mast{min-height:640px;display:grid;grid-template-columns:1.1fr .9fr;background:var(--ink);color:white}.mast-copy{padding:80px 6vw;display:flex;flex-direction:column;justify-content:center}.micro{font-size:.7rem;letter-spacing:.16em}.mast h1{font-size:clamp(4rem,10vw,9.5rem);line-height:.86;letter-spacing:-.08em;margin:20px 0}.mast h1 em{font-style:normal;color:var(--red)}.mast img{filter:contrast(1.08)}.marquee{background:var(--red);padding:12px;white-space:nowrap;overflow:hidden}.section{padding:100px 5vw}.heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.heading h2{font-size:clamp(3.2rem,7vw,7rem);line-height:.92;letter-spacing:-.07em;margin:0}.heading p{max-width:420px}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.tile{position:relative}.tile img{height:590px}.tile:nth-child(1){grid-column:1/8}.tile:nth-child(2){grid-column:8/13;margin-top:130px}.tile:nth-child(3){grid-column:3/11;margin-top:25px}.tile span{position:absolute;bottom:0;right:0;background:var(--fog);padding:8px 13px}.services{background:var(--violet);color:white}.rows{border-top:1px solid #ffffff77}.row{display:grid;grid-template-columns:80px 1fr 1fr;padding:25px 0;border-bottom:1px solid #ffffff77}.row b{color:var(--red)}.prose{max-width:850px}.prose h2{font-size:3rem;line-height:1.1}.prose p{font-size:1.08rem}.cta{background:var(--red);padding:75px 5vw;display:flex;justify-content:space-between;align-items:center}.cta h2{font-size:4rem;letter-spacing:-.06em;margin:0}.cta a{background:var(--ink);color:white;padding:14px 22px}.foot{background:var(--ink);color:white;padding:27px 5vw;display:flex;justify-content:space-between;font-size:.8rem}@media(max-width:760px){.nav{display:none}.mast{grid-template-columns:1fr}.mast-copy{min-height:520px}.mast img{height:520px}.heading{display:block}.grid{display:block}.tile,.tile:nth-child(n){margin:16px 0}.tile img{height:500px}.row{grid-template-columns:50px 1fr}.row p{grid-column:2}.cta{display:grid;gap:25px}.cta h2{font-size:3rem}.foot{display:grid;gap:6px}}
