*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f1eb;color:#080808;font-family:Arial,Helvetica,sans-serif}.hero{min-height:100vh;padding:28px 5vw;display:flex;flex-direction:column;border-bottom:1px solid #111}nav{display:flex;justify-content:space-between;align-items:center}nav>a:last-child{color:#111;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.logo,.mark{font-weight:900;letter-spacing:-.09em;line-height:.8}.logo{font-size:2rem;text-decoration:none;color:#080808}.logo strong,.mark strong{color:#d71920;font-weight:900}.hero main{margin:auto 0}.mark{font-size:clamp(6rem,22vw,19rem);white-space:nowrap}.descriptor{text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:clamp(.72rem,1.2vw,1rem);margin:2rem 0 0 .4rem}.statement{padding:14vh 5vw;min-height:55vh;display:flex;flex-direction:column;justify-content:center;background:#0a0a0a;color:#f4f1eb}.statement p{font-size:clamp(2.2rem,7vw,7rem);font-weight:800;letter-spacing:-.05em;margin:0}.statement .small{font-size:clamp(1rem,2vw,1.6rem);font-weight:400;letter-spacing:0;margin-top:2rem}.contact{padding:12vh 5vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact h1{font-size:clamp(3rem,8vw,8rem);letter-spacing:-.06em;margin:0}.contact p{max-width:30rem;line-height:1.6}form{display:grid;gap:1.4rem}label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}input,textarea{display:block;width:100%;margin-top:.55rem;border:0;border-bottom:2px solid #111;background:transparent;padding:.8rem 0;font:inherit;border-radius:0}textarea{resize:vertical}input:focus,textarea:focus{outline:0;border-color:#d71920}button{justify-self:start;border:2px solid #111;background:#111;color:white;padding:.9rem 2rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}button:hover{background:#d71920;border-color:#d71920}.hidden{display:none}footer{border-top:1px solid #111;padding:3rem 5vw;display:flex;align-items:end;justify-content:space-between}.footer-logo{font-size:3rem}footer p{font-size:.8rem}@media(max-width:700px){.contact{grid-template-columns:1fr;gap:3rem}.mark{font-size:27vw}.hero{min-height:80vh}}