:root {
  --navy: #0d2948;
  --navy-deep: #071a2f;
  --navy-soft: #173c60;
  --copper: #be6b32;
  --copper-dark: #965027;
  --copper-pale: #efd9c8;
  --cream: #f5f1eb;
  --paper: #fbfaf7;
  --ink: #12202e;
  --muted: #66717b;
  --line: #dcd8d1;
  --white: #fff;
  --font: "Montserrat", "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(7, 26, 47, .12);
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy-deep); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; background: var(--copper); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 20px; color: var(--copper); font-size: 11px; font-weight: 800; line-height: 1.3; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; color: inherit; font-weight: 800; line-height: 1.03; letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4.5vw, 66px); }
h3 { font-size: 24px; }
p { overflow-wrap: break-word; }
.lead { color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.8; }
.section-head { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.section-head h2, .section-head p { margin-bottom: 0; }
.section-head > p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 23px; border: 1px solid var(--copper); border-radius: var(--radius); background: var(--copper); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.button::after { content: "\2192"; font-size: 18px; line-height: 1; }
.button:hover { border-color: var(--copper-dark); background: var(--copper-dark); transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.36); background: transparent; }
.button-outline:hover { border-color: #fff; background: #fff; color: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.text-link::after { content: "\2192"; color: var(--copper); font-size: 19px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

/* Header */
.topbar { background: var(--navy-deep); color: #c6d2de; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-meta { display: flex; gap: 27px; }
.topbar a { color: #fff; }
.site-header { position: sticky; z-index: 80; top: 0; background: rgba(251,250,247,.96); border-bottom: 1px solid rgba(18,32,46,.12); backdrop-filter: blur(15px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; width: 272px; }
.brand img { width: 100%; max-height: 69px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.site-nav a { position: relative; padding: 34px 0 30px; color: #243443; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 24px; width: 100%; height: 2px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-quote { min-height: 44px; padding: 10px 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--navy-deep); transition: .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Home */
.home-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); background: var(--navy-deep); color: #fff; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 90px max(42px, calc((100vw - 1240px) / 2)) 90px max(32px, calc((100vw - 1240px) / 2)); }
.hero-copy::after { content: ""; position: absolute; z-index: -1; right: -70px; bottom: 0; width: 200px; height: 48%; background: var(--copper); clip-path: polygon(65% 0,100% 0,35% 100%,0 100%); opacity: .98; }
.hero-copy h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(54px, 6vw, 91px); line-height: .95; }
.hero-copy h1 span { color: var(--copper-pale); }
.hero-copy .lead { max-width: 640px; margin: 0; color: #c2ced9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-image { position: relative; min-height: 690px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,47,.25), transparent 28%), linear-gradient(0deg, rgba(7,26,47,.22), transparent 40%); }
.hero-stamp { position: absolute; z-index: 2; right: 32px; bottom: 32px; width: 158px; padding: 22px; background: rgba(251,250,247,.94); color: var(--navy-deep); box-shadow: var(--shadow); }
.hero-stamp strong { display: block; color: var(--copper); font-size: 37px; line-height: 1; }
.hero-stamp span { display: block; margin-top: 8px; font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.trust-strip { background: var(--copper); color: #fff; }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 8px 26px; border-left: 1px solid rgba(255,255,255,.28); }
.trust-grid div:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong { display: block; font-size: 13px; letter-spacing: .02em; }
.trust-grid span { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .1em; opacity: .82; text-transform: uppercase; }
.services-intro { background: var(--paper); }
.service-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-tile { position: relative; min-height: 540px; overflow: hidden; background: var(--navy-deep); color: #fff; }
.service-tile > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-tile:hover > img { transform: scale(1.035); }
.service-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,26,47,.96), rgba(7,26,47,.02) 73%); }
.service-tile-content { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 36px; }
.service-number { position: absolute; z-index: 2; top: 24px; right: 28px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-tile h3 { margin: 8px 0 13px; font-size: clamp(34px, 4vw, 54px); }
.service-tile p { max-width: 520px; margin: 0 0 22px; color: #c6d2dd; }
.service-tile .text-link { color: #fff; }
.manifesto { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.manifesto-media { position: relative; min-height: 620px; }
.manifesto-media img { position: absolute; width: 83%; height: 84%; object-fit: cover; }
.manifesto-media img:first-child { top: 0; left: 0; }
.manifesto-media img:last-child { right: 0; bottom: 0; width: 52%; height: 45%; border: 12px solid var(--cream); }
.manifesto-copy h2 { font-size: clamp(42px, 5vw, 74px); }
.manifesto-copy .lead { margin-bottom: 30px; }
.tick-list { display: grid; gap: 13px; margin: 30px 0 34px; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 700; }
.tick-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--copper); font-size: 16px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3a4c5e; }
.process-grid article { padding: 35px 30px 15px 0; }
.process-grid article + article { padding-left: 30px; border-left: 1px solid #3a4c5e; }
.process-grid span { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.process-grid h3 { margin: 29px 0 13px; font-size: 22px; }
.process-grid p { margin: 0; color: #aebcca; font-size: 13px; }
.quote-ribbon { padding: 70px 0; background: var(--copper); color: #fff; }
.quote-ribbon-inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.quote-ribbon h2 { max-width: 820px; margin: 0; font-size: clamp(34px, 4vw, 55px); }
.quote-ribbon .button { flex: 0 0 auto; border-color: var(--navy-deep); background: var(--navy-deep); }

/* Interior pages */
.page-masthead { position: relative; min-height: 510px; overflow: hidden; background: var(--navy-deep); color: #fff; }
.page-masthead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,47,.98) 0%, rgba(7,26,47,.93) 47%, rgba(7,26,47,.2) 78%, rgba(7,26,47,.1)); }
.page-masthead > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-masthead-inner { position: relative; z-index: 2; min-height: 510px; display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; padding-top: 90px; padding-bottom: 75px; }
.page-index { color: var(--copper); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.page-masthead h1 { max-width: 900px; margin: 20px 0 0; font-size: clamp(55px, 7vw, 100px); }
.page-masthead .lead { margin: 0 0 5px; color: #c5d1db; }
.intro-split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.intro-split h2 { margin: 0; }
.prose p { margin-top: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 290px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.service-card span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.service-card h2 { margin: 51px 0 14px; font-size: 27px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.feature-split-media img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.feature-split-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 7vw, 110px); background: var(--navy-deep); color: #fff; }
.feature-split-copy p:not(.eyebrow) { color: #b9c5d0; }
.feature-split-copy .tick-list { margin-bottom: 0; }
.project-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-type { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 31px; background: #fff; box-shadow: 0 13px 35px rgba(7,26,47,.06); }
.project-type > span { color: var(--copper); font-size: 34px; font-weight: 800; line-height: 1; }
.project-type h3 { margin: 0 0 9px; }
.project-type p { margin: 0; color: var(--muted); font-size: 14px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 80px; gap: 18px; }
.gallery-card { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.gallery-card:nth-child(1) { grid-column: span 7; grid-row: span 6; }
.gallery-card:nth-child(2) { grid-column: span 5; grid-row: span 4; }
.gallery-card:nth-child(3) { grid-column: span 5; grid-row: span 5; }
.gallery-card:nth-child(4) { grid-column: span 7; grid-row: span 5; }
.gallery-card:nth-child(5) { grid-column: span 4; grid-row: span 4; }
.gallery-card:nth-child(6) { grid-column: span 4; grid-row: span 4; }
.gallery-card:nth-child(7) { grid-column: span 4; grid-row: span 4; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 24px 20px; background: linear-gradient(0deg, rgba(7,26,47,.95), transparent); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.gallery-card figcaption span { display: block; margin-bottom: 4px; color: #e6ad86; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

/* About */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-card { padding: 36px 44px 20px 0; }
.value-card + .value-card { padding-left: 44px; border-left: 1px solid var(--line); }
.value-card span { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.value-card h3 { margin: 30px 0 13px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.company-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--copper); color: #fff; }
.company-facts div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 28px 34px; }
.company-facts div + div { border-left: 1px solid rgba(255,255,255,.28); }
.company-facts small { margin-bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .82; }
.company-facts strong { font-size: 15px; line-height: 1.45; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.contact-aside { position: sticky; top: 145px; }
.contact-aside h2 { font-size: clamp(40px, 4vw, 58px); }
.contact-aside > p:not(.eyebrow) { color: var(--muted); }
.contact-item { padding: 23px 0; border-bottom: 1px solid var(--line); }
.contact-item small { display: block; margin-bottom: 5px; color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item address { font-size: 14px; font-style: normal; font-weight: 700; }
.contact-item a:hover { color: var(--copper-dark); }
.quote-card { padding: clamp(30px, 5vw, 58px); background: #fff; box-shadow: var(--shadow); }
.quote-card-head { margin-bottom: 32px; }
.quote-card-head h2 { margin-bottom: 10px; font-size: clamp(37px, 4vw, 53px); }
.quote-card-head p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.form-alert { margin-bottom: 25px; padding: 18px 20px; border-left: 4px solid; }
.form-alert strong { display: block; }
.form-alert p { margin: 4px 0 0; font-size: 13px; }
.form-alert.success { border-color: #31895c; background: #ecf8f1; color: #185a37; }
.form-alert.error { border-color: #b44d4d; background: #fff0f0; color: #842f2f; }
.quote-form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.quote-form label { display: grid; gap: 7px; color: #334250; font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cfd1d2; border-radius: 0; background: #fff; color: var(--ink); outline: none; text-transform: none; }
.quote-form input, .quote-form select { height: 51px; padding: 0 14px; }
.quote-form textarea { min-height: 145px; resize: vertical; padding: 13px 14px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(190,107,50,.12); }
.checkbox-label { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 12px !important; font-weight: 600 !important; line-height: 1.6; letter-spacing: 0 !important; text-transform: none !important; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--copper); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footnote { margin: -2px 0 0; color: var(--muted); font-size: 11px; }
.submit-button { justify-self: start; }

/* Footer */
.site-footer { padding-top: 75px; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .7fr 1fr; gap: 65px; padding-bottom: 62px; }
/* Hide the footer logo */
.footer-brand img {
  display: none !important;
}
.footer-brand p { max-width: 350px; color: #9eafbe; font-size: 13px; }
.footer-grid h2 { margin: 3px 0 21px; color: #e7ad85; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 0 0 10px; color: #bdc8d2; font-size: 12px; font-weight: 600; }
.footer-grid a:hover { color: #fff !important; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid #294059; color: #8496a6; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .container { width: min(100% - 44px, 1240px); }
  .brand { width: 235px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 10px; }
  .header-quote { display: none; }
  .home-hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 32px; padding-right: 32px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(3) { border-left: 0; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .topbar-meta span:first-child { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 122px 0 auto; z-index: 90; max-height: calc(100vh - 122px); overflow-y: auto; display: grid; gap: 0; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .site-nav a::after { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding: 80px 44px; }
  .hero-copy::after { display: none; }
  .hero-image { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .trust-grid div { padding: 15px 24px; }
  .trust-grid div:nth-child(3) { border-left: 0; }
  .section-head, .manifesto, .intro-split, .page-masthead-inner, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .section-head { align-items: start; }
  .service-tiles { grid-template-columns: 1fr; }
  .manifesto-media { min-height: 540px; }
  .page-masthead-inner { align-content: end; }
  .page-masthead .lead { max-width: 650px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-split-media img { min-height: 480px; }
  .contact-aside { position: static; }
  .gallery-grid { grid-auto-rows: 68px; }
  .gallery-card:nth-child(n) { grid-column: span 6; grid-row: span 5; }
  .company-facts { grid-template-columns: repeat(2, 1fr); }
  .company-facts div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .company-facts div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.28); }
}

@media (max-width: 640px) {
  .container, .narrow { width: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .topbar-inner { min-height: 38px; }
  .topbar-meta { gap: 0; }
  .topbar-meta span { display: none; }
  .header-inner { min-height: 78px; }
  .brand { width: 210px; }
  .site-nav { inset: 116px 0 auto; max-height: calc(100vh - 116px); }
  .hero-copy { min-height: 560px; padding: 66px 23px; }
  .hero-copy h1 { font-size: clamp(46px, 15vw, 67px); }
  .hero-image { min-height: 430px; }
  .hero-stamp { right: 16px; bottom: 16px; width: 142px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:nth-child(3) { padding: 14px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .trust-grid div:last-child { border-bottom: 0; }
  .service-tile { min-height: 480px; }
  .service-tile-content { left: 24px; right: 24px; bottom: 25px; }
  .manifesto-media { min-height: 430px; }
  .manifesto-media img:last-child { border-width: 7px; }
  .process-grid, .service-grid, .project-types, .values-grid { grid-template-columns: 1fr; }
  .process-grid article + article, .process-grid article:nth-child(3), .value-card + .value-card { padding-left: 0; border-left: 0; border-top: 1px solid #3a4c5e; }
  .values-grid .value-card + .value-card { border-color: var(--line); }
  .quote-ribbon-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-masthead, .page-masthead-inner { min-height: 540px; }
  .page-masthead-inner { padding-top: 70px; padding-bottom: 54px; }
  .page-masthead h1 { font-size: clamp(48px, 15vw, 72px); }
  .service-card { min-height: auto; }
  .feature-split-media img { min-height: 380px; }
  .project-type { grid-template-columns: 55px 1fr; padding: 25px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-card:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div + div, .company-facts div:nth-child(3), .company-facts div:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .form-row { grid-template-columns: 1fr; }
  .quote-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 22px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
