:root {
	--ink: #111111;
	--ink-deep: #292929;
	--paper: #ffffff;
	--cream: #f7f7f7;
	--coral: #ff7738;
	--line: rgba(17, 17, 17, .2);
	--mono: "Inter", sans-serif;
	--sans: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.eyebrow { color: var(--coral); font: 500 11px var(--mono); letter-spacing: .13em; }

.button { display: inline-flex; align-items: center; gap: 25px; padding: 15px 18px; background: var(--coral); color: white; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--cream); transform: translateY(-2px); }
.button span { color: var(--coral); font-size: 18px; line-height: 0; }
.button span, .nav-links a span, .project-tile-arrow { display: none; }

header { background: var(--ink-deep); color: white; }
nav { display: flex; align-items: center; justify-content: space-between; min-height: 106px; }
.brand { display: flex; align-items: center; color: var(--coral); font: 800 38px/1 var(--sans); letter-spacing: -.16em; }
.brand-mark { display: inline-block; width: 129px; height: 81px; object-fit: contain; object-position: left center; }
.brand-name { display: none; }
.nav-links { display: flex; gap: 35px; align-items: center; font-size: 16px; font-weight: 700; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-cta { color: var(--coral); }
.nav-cta { padding: 10px 14px; }

h1, h2, p { margin-top: 0; }
h2 { margin-bottom: 27px; font-size: clamp(38px, 5vw, 72px); line-height: 1; letter-spacing: -.07em; font-weight: 600; }
.band h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.05; }
.band p { color: rgba(17, 17, 17, .7); font-size: 16px; line-height: 1.7; }
.band p + p { margin-top: 15px; }

footer { background: var(--ink-deep); color: var(--cream); padding: 20px 0; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-logo { display: block; width: 97px; }
.footer-logo img { height: auto; object-fit: contain; }
.footer-details { display: grid; gap: 6px; color: rgba(251, 250, 246, .55); font: 10px var(--mono); text-align: right; letter-spacing: .08em; }
.footer-details strong { color: var(--coral); font-weight: 400; }
.menu-toggle { display: none; border: 0; background: none; color: white; font: 500 12px var(--mono); }

.band { background: var(--paper); color: var(--ink); padding: 20px 0; }
.band-grid { display: grid; grid-template-columns: .8fr 2fr; gap: 48px; align-items: start; }
.band .eyebrow { color: var(--coral); }
.approach-side { position: relative; padding-top: 4px; }
.approach-image-wrap { position: relative; width: 100%; margin-top: 0; }
.approach-image { aspect-ratio: 1; height: auto; object-fit: cover; filter: saturate(.78); border-radius: 0 44px 0 44px; }
.approach-caption { position: absolute; right: -28px; bottom: -18px; min-width: 150px; padding: 16px 20px; background: var(--coral); color: white; border-radius: 0 20px 0 20px; font: 600 12px/1.4 var(--sans); }
.band p { color: rgba(17, 17, 17, .7); font-size: 16px; line-height: 1.7; }
.band p + p { margin-top: 15px; }

.services { padding: 20px 0; background: linear-gradient(rgba(21,21,21,.2), rgba(21,21,21,.2)), url("images/GreatBadow.jpg") center/cover; }
.services .section-head .button, .projects .section-head .button { padding: 0; background: transparent; color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.services .section-head .button:hover, .projects .section-head .button:hover { background: transparent; color: inherit; transform: none; }
.services .section-head { margin-bottom: 20px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding: 20px 26px; background: rgba(255,255,255,.94); border-radius: 0 24px 0 24px; }
.section-head h2, .section-head h3, .section-head h4 { max-width: 600px; margin: 0; color: var(--coral); font-size: clamp(26px, 3vw, 38px); line-height: 1.05; letter-spacing: -.05em; font-weight: 600; }
.section-head .button { font-size: 12px; font-weight: 800; }
.services .section-head { color: white; }
.services .section-head h2 { color: white; }
.services .section-head .button, .services .section-head .button:hover { color: var(--coral); }
.services .section-head { min-height: 82px; }
.service-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.service { min-width: 0; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 28px; padding: 34px 12px 27px; background: white; color: var(--ink); text-align: center; border-radius: 0 30px 0 30px; transition: transform .25s ease, background .25s ease; }
.service:hover { background: #fff0e9; transform: translateY(-8px); }
.service-no { color: var(--coral); font: 500 11px var(--mono); }
.service-name { font-size: 18px; line-height: 1.35; letter-spacing: -.03em; font-weight: 700; }
.service-icon { display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; background: var(--coral); color: white; font-size: 31px; font-weight: 700; }
.service-icon img { width: 68px; height: 68px; object-fit: contain; }

.projects { background: var(--paper); padding: 20px 0; }
.projects .section-head { min-height: 82px; margin-bottom: 20px; background: var(--coral); color: white; }
.projects .section-head h2, .projects .section-head h4 { color: white; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.project-card { position: relative; aspect-ratio: 1; display: block; overflow: hidden; background: var(--cream); border-radius: 0 35px 0 35px; transition: transform .25s ease; }
.project-card:hover { transform: translateY(-7px); }
.project-image-wrap { position: relative; height: 100%; overflow: hidden; }
.project-card img { height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-arrow { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 0 14px 0 14px; background: var(--coral); color: white; font-size: 20px; }
.project-info { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; min-height: 66px; display: flex; align-items: center; padding: 9px 20px 11px; background: var(--coral); color: white; border-radius: 0 35px 0 35px; }
.project-title { margin: 0; font-size: 18px; letter-spacing: -.04em; }
.project-type { margin-top: 7px; color: rgba(255, 255, 255, .82); font: 10px var(--mono); letter-spacing: .08em; }
.project-year { color: var(--coral); font: 11px var(--mono); }

.contact-direct { padding: 82px 0 90px; background: var(--coral); color: var(--ink-deep); }
.contact-direct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.contact-direct h2 { margin-bottom: 0; }
.contact-email { font-size: clamp(19px, 3vw, 30px); font-weight: 700; }
.contact-email span { display: block; margin-bottom: 9px; font: 10px var(--mono); letter-spacing: .1em; }
.contact-email a + span { margin-top: 22px; }
.contact-email a { border-bottom: 1px solid var(--ink-deep); }

@media (max-width: 760px) {
	.wrap { width: min(100% - 40px, 1240px); }
	nav { min-height: 90px; }
	.menu-toggle { display: block; }
	.nav-links { display: none; position: absolute; z-index: 3; top: 90px; left: 0; right: 0; padding: 22px 20px 28px; background: var(--cream); border-bottom: 1px solid var(--line); }
	.nav-links.open { display: grid; gap: 20px; }
	.footer-row { display: grid; gap: 12px; }
	.band, .services, .projects { padding: 20px 0; }
	.projects { padding: 20px 0; }
	.band-grid, .project-grid { grid-template-columns: 1fr; gap: 48px; }
	.contact-direct { padding: 66px 0 74px; }
	.contact-direct-grid { grid-template-columns: 1fr; gap: 48px; }
	.approach-image-wrap { width: 100%; margin-top: 0; }
	.approach-image { aspect-ratio: 1; height: auto; }
	.approach-caption { right: -12px; }
	.section-head { display: block; margin-bottom: 20px; padding: 18px 20px; }
	.section-head .eyebrow { display: block; margin-bottom: 8px; }
	.service-list { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.service { min-height: 225px; gap: 22px; padding: 28px 10px 21px; border-radius: 0 24px 0 24px; }
	.service-name { font-size: 16px; }
	.service-icon { width: 82px; height: 82px; }
	.service-icon img { width: 58px; height: 58px; }
	.project-card img { height: 100%; }
}

@media (max-width: 1100px) and (min-width: 761px) {
	.service-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
