:root { --ink: #1d2220; --muted: #626963; --paper: #f6f7f2; --white: #fff; --green: #00ad46; --lime: #a8ed39; --line: #d7dad2; --max-width: 1280px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Barlow", sans-serif; }
a { color: inherit; }
.site-header { background: var(--white); }
.topline { display: flex; justify-content: space-between; max-width: var(--max-width); margin: 0 auto; padding: 0.55rem 2rem; color: #f1f6ed; background: var(--ink); font-size: 0.8rem; letter-spacing: 0.04em; }
.topline p { margin: 0; } .topline a { text-decoration: none; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max-width); margin: 0 auto; padding: 1.1rem 2rem; }
.brand { display: block; width: min(250px, 32vw); line-height: 0; } .brand img { width: 100%; height: auto; }
nav { display: flex; gap: 1.7rem; margin-left: auto; } nav a, .text-link { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; } nav a:hover, .text-link:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0.75rem 1.1rem; border: 0; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.03em; text-decoration: none; transition: background 160ms ease, color 160ms ease, transform 160ms ease; } .button:hover { transform: translateY(-2px); } .button--dark { background: var(--ink); color: var(--white); } .button--dark:hover { background: var(--green); } .button--lime { background: var(--lime); color: var(--ink); } .button--lime:hover { background: var(--white); }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr); min-height: 600px; max-width: var(--max-width); margin: 0 auto; background: var(--ink); } .hero__image { min-height: 100%; overflow: hidden; } .hero__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.hero__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 6.3rem); color: var(--white); } .eyebrow { margin: 0 0 1rem; color: var(--green); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 700; } h1 { max-width: 10ch; font-size: clamp(3.4rem, 6.2vw, 6.2rem); line-height: 0.88; text-transform: uppercase; } h2 { font-size: clamp(2.4rem, 4.3vw, 4.5rem); line-height: 0.9; text-transform: uppercase; }
.hero__content > p:not(.eyebrow) { max-width: 47ch; margin: 1.6rem 0 0; color: #cbd1ca; font-size: 1.08rem; line-height: 1.6; } .hero__actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; } .hero .text-link { color: var(--white); } .text-link span { color: var(--green); font-size: 1.3em; }
.intro, .services, .response-band, .footer { max-width: var(--max-width); margin: 0 auto; } .intro { padding: clamp(4rem, 8vw, 8rem) 2rem; } .intro__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr); gap: clamp(2rem, 8vw, 8rem); } .intro h2 { max-width: 14ch; } .intro__grid p { margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.65; } .intro .text-link { display: inline-block; margin-top: 1.6rem; }
.services { padding: 0 2rem 5rem; } .section-title { display: flex; justify-content: space-between; align-items: end; padding-bottom: 1.75rem; border-bottom: 1px solid var(--ink); } .section-title .eyebrow { margin: 0 0 0.3rem; } .section-title h2 { max-width: 11ch; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); } .service-card { min-height: 260px; padding: 1.6rem 1.3rem 1.5rem 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); } .service-card:not(:nth-child(3n + 1)) { padding-left: 1.3rem; } .service-card:nth-child(3n) { border-right: 0; } .service-card span { color: var(--green); font-size: 0.82rem; font-weight: 700; } .service-card h3 { max-width: 12ch; margin-top: 3.7rem; font-size: 1.8rem; line-height: 0.96; text-transform: uppercase; } .service-card p { max-width: 30ch; margin: 0.8rem 0 0; color: var(--muted); line-height: 1.55; } .service-card--featured { background: var(--green); padding-left: 1.3rem; } .service-card--featured span, .service-card--featured p { color: var(--ink); }
.response-band { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: clamp(3rem, 6vw, 5.5rem) 2rem; background: var(--lime); } .response-band .eyebrow { color: var(--ink); } .response-band h2 { max-width: 12ch; } .response-band__contact { text-align: right; } .response-band__contact a { display: block; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 700; line-height: 1; text-decoration: none; } .response-band__contact p { margin: 0.6rem 0 0; font-weight: 600; }
.footer { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; padding: 2.2rem 2rem; } .footer img { width: 180px; } .footer p { margin: 0; color: var(--muted); font-size: 0.9rem; }
@media (max-width: 850px) { .nav-wrap nav { display: none; } .hero { grid-template-columns: 1fr; } .hero__image { min-height: 360px; } .hero__content { min-height: 480px; } .intro__grid, .service-grid { grid-template-columns: 1fr; } .service-card, .service-card:not(:nth-child(3n + 1)) { min-height: 0; padding: 1.5rem 0; border-right: 0; } .service-card--featured { margin: 0 -1rem; padding: 1.5rem 1rem !important; } .service-card h3 { margin-top: 1.7rem; } .response-band { align-items: flex-start; flex-direction: column; } .response-band__contact { text-align: left; } .footer { grid-template-columns: 1fr; gap: 0.7rem; } }
@media (max-width: 560px) { .topline { align-items: flex-start; flex-direction: column; gap: 0.3rem; padding: 0.6rem 1rem; } .nav-wrap { padding: 1rem; } .nav-wrap .button { display: none; } .brand { width: 220px; } .hero__content, .intro, .services, .response-band, .footer { padding-right: 1rem; padding-left: 1rem; } .hero__image { min-height: 290px; } .hero__content { min-height: 440px; } h1 { font-size: clamp(3.1rem, 15vw, 4.4rem); } .section-title { align-items: flex-start; flex-direction: column; gap: 1rem; } }
