@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');

:root { --red: #f12520; --ink: #11110f; --cream: #f4f0e8; --line: rgba(17,17,15,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.hero { min-height: 100vh; position: relative; overflow: hidden; padding: 34px 5vw 56px; background: var(--cream); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -34vw; width: 68vw; height: 68vw; border: 1px solid rgba(241,37,32,.2); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(241,37,32,.035), 0 0 0 18vw rgba(241,37,32,.025); }
.nav { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 3; }
.brand img { display: block; width: 178px; height: 92px; object-fit: contain; object-position: left center; }
.nav-link { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font: 600 12px "Manrope", sans-serif; border-bottom: 1px solid var(--ink); padding-bottom: 7px; }
.nav-link span { color: var(--red); margin-left: 8px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(130px, .55fr) 2.6fr 1fr; align-items: end; gap: 3vw; min-height: 65vh; padding-top: 9vh; }
.eyebrow, .section-label { align-self: start; text-transform: uppercase; letter-spacing: .18em; font: 600 11px "Manrope", sans-serif; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { font: 500 clamp(72px, 9.2vw, 148px)/.86 "Manrope", sans-serif; letter-spacing: -.075em; margin: 0; }
h1 em, .contact h2 em { color: var(--red); font-family: "Playfair Display", serif; font-weight: 500; }
.hero-copy { padding-bottom: 5px; }
.hero-copy p { font-size: 16px; line-height: 1.7; max-width: 370px; }
.button { display: inline-flex; gap: 30px; align-items: center; background: var(--red); color: white; text-decoration: none; padding: 17px 20px; margin-top: 18px; font: 600 12px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #d91d19; }
.build-mark { position: absolute; right: -12px; top: 18%; color: rgba(241,37,32,.055); transform: rotate(-90deg); z-index: 1; display: flex; align-items: baseline; gap: 10px; font: 700 clamp(80px, 11vw, 170px)/1 "Manrope", sans-serif; }
.build-mark small { font-size: 15px; letter-spacing: .28em; }
.scroll-note { position: absolute; left: 5vw; bottom: 38px; z-index: 2; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.scroll-note span { color: var(--red); margin-left: 10px; }
.intro { padding: 130px 8vw; display: grid; grid-template-columns: 1fr 2.6fr; gap: 8vw; border-top: 1px solid var(--line); }
.intro h2, .services-heading h2, .contact h2 { font: 500 clamp(42px, 5.1vw, 78px)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.intro > div { max-width: 900px; }
.intro > div > p { max-width: 610px; font-size: 18px; line-height: 1.75; margin: 38px 0 0 auto; }
.section-label { display: flex; align-items: center; gap: 12px; }
.section-label::before { content: ""; width: 30px; height: 2px; background: var(--red); }
.services { background: var(--ink); color: white; padding: 120px 8vw; display: grid; grid-template-columns: 1.1fr 1fr; gap: 9vw; }
.section-label.light { color: #aaa; }
.services-heading h2 { margin-top: 45px; }
.service { display: grid; grid-template-columns: 60px 1fr; column-gap: 20px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.service:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.service > span { color: var(--red); font: 500 12px "Manrope", sans-serif; }
.service h3 { font: 500 22px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 10px; }
.service p { grid-column: 2; color: #aaa; line-height: 1.6; margin: 0; max-width: 420px; }
.contact { padding: 130px 8vw 42px; min-height: 78vh; display: flex; flex-direction: column; }
.contact h2 { font-size: clamp(52px, 7vw, 108px); margin: 70px 0 30px; }
.contact-note { font-size: 16px; line-height: 1.6; max-width: 500px; margin-left: auto; }
.contact-footer { margin-top: auto; padding-top: 60px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-footer img { width: 145px; height: 75px; object-fit: contain; object-position: left center; }
.contact-footer p:nth-child(2) { text-align: center; color: var(--red); }
.contact-footer p:last-child { text-align: right; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; align-content: center; padding: 110px 0 80px; } .eyebrow { margin: 0; } .hero-copy { max-width: 500px; } .intro, .services { grid-template-columns: 1fr; } .intro { gap: 50px; } .services { gap: 60px; } .build-mark { display: none; } }
@media (max-width: 600px) { .hero { padding: 20px 22px 45px; } .brand img { width: 130px; height: 67px; } .nav-link { font-size: 10px; } .hero-grid { padding-top: 70px; } h1 { font-size: clamp(60px, 20vw, 86px); } .scroll-note { left: 22px; } .intro, .services, .contact { padding: 90px 24px; } .intro > div > p { margin-left: 0; } .contact-footer { grid-template-columns: 1fr; gap: 22px; } .contact-footer p:nth-child(2), .contact-footer p:last-child { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
