@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --paper: #f7f4ee;
  --white: #ffffff;
  --dark: #1f2524;
  --muted: #615f59;
  --accent: #b65b3b;
  --accent-dark: #8d4028;
  --gold: #b8892e;
  --border: #ded8cf;
  --display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --body: "DM Sans", "Segoe UI", Arial, sans-serif;
  --max: 1240px;
  --header-height: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--dark);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
p, h1, h2, h3, figure, blockquote { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -0.025em; text-wrap: balance; }
h2 { margin-bottom: 20px; font-size: clamp(3rem, 4.5vw, 4rem); line-height: 1.02; }
h3 { text-wrap: balance; }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-shell { padding-block: clamp(92px, 8vw, 120px); }
.sr-only, .skip-link:not(:focus) {
  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:focus { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 16px; background: var(--dark); color: var(--white); }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: var(--header-height);
  background-color: rgba(255,255,255,0.66);
  box-shadow: none;
  backdrop-filter: blur(8px) saturate(110%);
  -webkit-backdrop-filter: blur(8px) saturate(110%);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}
.site-header.is-scrolled {
  background-color: rgba(255,255,255,0.96);
  box-shadow: 0 8px 28px rgba(37,32,28,0.08);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}
.nav-wrap { display: flex; align-items: center; height: 100%; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 1.12rem; font-weight: 800; white-space: nowrap; }
.brand strong { color: var(--accent); }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--gold);
  color: var(--dark);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
}
.main-nav { display: flex; align-items: center; gap: clamp(15px, 1.6vw, 27px); margin-left: auto; }
.main-nav a { font-size: 0.9rem; font-weight: 750; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--accent);
  border-radius: 2px;
  background: var(--accent);
  color: var(--white);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover, .button:focus-visible { border-color: var(--accent-dark); background: var(--accent-dark); transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 46px; padding: 12px 19px; font-size: 0.82rem; }
.nav-cta { min-width: 100px; }
.button-outline { border-color: var(--accent); background: transparent; color: var(--accent-dark); }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-dark); font-size: 0.94rem; font-weight: 800; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }

.hero {
  position: relative;
  min-height: 690px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background-image: url("images/hero.png");
  background-position: center 46%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-sentinel { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 27, 25, 0.84) 0%, rgba(31, 32, 29, 0.72) 31%, rgba(37, 34, 30, 0.34) 58%, rgba(37, 34, 30, 0.08) 84%),
    linear-gradient(0deg, rgba(21, 23, 21, 0.18), transparent 48%);
}
.hero-inner { display: flex; align-items: center; min-height: 690px; }
.hero-copy { width: min(100%, 780px); padding-block: 68px; color: var(--white); }
.hero .eyebrow { margin-bottom: 19px; color: #f0c46c; font-size: 0.74rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.hero h1 { margin-bottom: 27px; font-size: clamp(3.9rem, 4.8vw, 4.5rem); line-height: 0.9; text-shadow: 0 2px 24px rgba(19, 19, 17, 0.18); }
.hero h1 span { display: block; }
.hero h1 .hero-first-line { white-space: nowrap; }
.hero h1 .accent-line { color: #e9805d; font-weight: inherit; }
.hero-lead { max-width: 720px; margin-bottom: 16px; color: rgba(255,255,255,0.86); font-size: 1.06rem; line-height: 1.65; }
.hero-call-note { max-width: 630px; margin: 0 0 26px; padding-left: 14px; border-left: 2px solid #f0c46c; color: rgba(255,255,255,0.82); font-size: 0.9rem; line-height: 1.55; }
.hero-primary-call { display: flex; align-items: center; flex-direction: column; gap: 7px; }
.hero-phone { color: rgba(255,255,255,0.84); font-size: 0.82rem; font-weight: 750; letter-spacing: 0.03em; }
.hero .text-link { color: var(--white); }
.hero .text-link:hover, .hero .text-link:focus-visible { color: #f0c46c; }

.trust-strip { padding: 72px 0 8px; background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.trust-grid p { display: flex; align-items: center; gap: 13px; min-height: 82px; margin: 0; padding: 16px 18px; border: 0; border-radius: 14px; background: #f5f0e8; color: var(--dark); font-size: 0.86rem; font-weight: 800; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 10px; background: var(--white); color: var(--accent); }
.trust-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.section-heading-centered { margin-inline: auto; text-align: center; }
.section-heading-centered p { margin-inline: auto; }

.services { padding-top: clamp(60px, 5vw, 72px); background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid transparent; background: var(--paper); transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.service-card:hover { border-color: rgba(182, 91, 59, 0.55); transform: translateY(-5px); box-shadow: 0 16px 32px rgba(49, 40, 35, 0.08); }
.service-card > img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform 420ms ease; }
.service-card:hover > img { transform: scale(1.025); }
.service-card-body { position: relative; padding: 28px 24px 30px; }
.service-number { display: grid; place-items: center; width: 40px; height: 40px; margin: -49px 0 22px; border: 3px solid var(--paper); border-radius: 50%; background: var(--accent); color: var(--white); font-size: 0.72rem; font-weight: 850; }
.service-card h3 { margin-bottom: 11px; font-size: 1.08rem; font-weight: 850; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.58; }

.service-callout { position: relative; display: flex; min-height: 410px; align-items: center; isolation: isolate; overflow: hidden; background: url("images/18.png") center / cover no-repeat; color: var(--white); }
.service-callout::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(31,37,36,0.88) 0%, rgba(61,66,64,0.72) 48%, rgba(126,130,126,0.26) 100%); }
.service-callout-inner { padding-block: 68px; }
.service-callout .eyebrow { margin-bottom: 15px; color: #ffe0a1; font-size: 0.74rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.service-callout h2 { max-width: 650px; margin-bottom: 16px; color: var(--white); }
.service-callout-inner > p:not(.eyebrow) { max-width: 600px; margin-bottom: 25px; color: rgba(255,255,255,0.9); }
.service-callout-action { display: flex; align-items: flex-start; flex-direction: column; gap: 7px; width: fit-content; }
.service-callout-action .button { border-color: var(--white); background: var(--white); color: var(--accent-dark); }
.service-callout-action .button:hover, .service-callout-action .button:focus-visible { border-color: #f5f0e8; background: #f5f0e8; }
.service-callout-action > a:last-child { align-self: center; color: var(--white); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.03em; }

.process { background: #faf8f4; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.process-track::before { content: ""; position: absolute; top: 31px; right: calc(12.5% - 10.5px); left: calc(12.5% - 10.5px); height: 1px; background: var(--gold); }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-step:not(:last-child)::after { content: "›"; position: absolute; top: 201px; right: -23px; z-index: 2; color: var(--gold); font-family: var(--display); font-size: 2.45rem; line-height: 1; }
.step-head { display: flex; align-items: center; justify-content: center; min-height: 64px; margin-bottom: 13px; }
.step-number { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--accent); color: var(--white); font-family: var(--display); font-size: 1.65rem; font-weight: 700; }
.process-step h3 { min-height: 50px; margin-bottom: 14px; font-size: 1rem; font-weight: 850; text-transform: uppercase; }
.process-step img { aspect-ratio: 4 / 3; margin-bottom: 20px; object-fit: cover; }
.process-step p { max-width: 30ch; margin: 0 auto; color: var(--muted); font-size: 0.88rem; line-height: 1.58; }

.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: minmax(0, 43%) minmax(0, 57%); align-items: center; gap: clamp(52px, 6vw, 88px); }
.why-copy h2 { max-width: 540px; }
.why-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 26px; color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 30px 0 34px; }
.check-grid p { display: flex; align-items: center; gap: 11px; margin: 0; padding: 14px 18px; border: 0; border-radius: 12px; background: #f4efe7; color: var(--dark); font-size: 0.94rem; font-weight: 700; }
.check-grid span { flex: 0 0 auto; color: var(--gold); font-size: 1.08rem; }
.why-media { position: relative; min-height: 490px; padding-bottom: 34px; }
.why-media img { width: 100%; height: 490px; object-fit: cover; }
.why-note { position: absolute; right: 24px; bottom: 0; display: flex; flex-direction: column; min-width: 360px; padding: 23px 28px; border-left: 5px solid var(--gold); background: var(--dark); color: var(--white); }
.why-note strong { font-size: 1.12rem; }
.why-note span { color: rgba(255,255,255,0.72); font-size: 0.84rem; }

.work { background: #faf8f4; }
.work-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.work-item { position: relative; overflow: hidden; color: var(--white); }
.work-item-tall { grid-row: 1 / 3; }
.work-item::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(to bottom, transparent, rgba(31,37,36,0.9)); }
.work-item img { height: 100%; object-fit: cover; transition: transform 480ms ease; }
.work-item:hover img { transform: scale(1.035); }
.work-item div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 27px 30px; }
.work-item h3 { margin-bottom: 7px; font-size: 1.25rem; }
.work-item-tall h3 { font-size: 1.7rem; }
.work-item p { max-width: 50ch; margin: 0; color: rgba(255,255,255,0.78); font-size: 0.88rem; }

.testimonials { background: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1080px; margin-inline: auto; }
.testimonial { display: flex; min-height: 360px; margin: 0; padding: 46px 48px; border: 0; border-radius: 18px; background: radial-gradient(circle at top right, rgba(245,240,232,0.95) 0%, rgba(245,240,232,0) 48%), linear-gradient(135deg, #f4f5f5 0%, #e4e7e6 100%); box-shadow: 0 18px 42px rgba(31,37,36,0.06); flex-direction: column; }
.quote-mark { height: 62px; color: rgba(182,91,59,0.78); font-family: var(--display); font-size: 6rem; line-height: 0.86; }
.testimonial p { margin: 16px 0 38px; font-family: var(--body); font-size: 1.08rem; line-height: 1.75; }
.testimonial footer { width: fit-content; margin-top: auto; padding: 9px 14px; border-radius: 10px; background: rgba(255,255,255,0.72); font-size: 0.9rem; font-weight: 800; }

.cta-band { padding-block: 0; background: var(--dark); color: var(--white); }
.cta-inner { display: grid; grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.35fr); align-items: stretch; min-height: 250px; }
.cta-lead { display: flex; justify-content: center; flex-direction: column; padding: 44px 42px 44px 0; }
.cta-lead h2 { margin: 0 0 8px; font-size: clamp(2.4rem, 3.6vw, 3.35rem); }
.cta-lead p { margin: 0; color: rgba(255,255,255,0.72); }
.cta-actions { display: grid; grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.9fr); grid-template-rows: 1fr 1fr; align-items: center; gap: 0 34px; padding: 32px 0 32px 44px; }
.cta-primary-call { display: flex; align-items: flex-start; grid-row: 1 / 3; flex-direction: column; gap: 8px; }
.cta-primary-call .button { min-width: 220px; }
.cta-primary-call > a:last-child { width: 220px; color: #f0c46c; font-size: 0.88rem; font-weight: 800; text-align: center; }
.cta-secondary-link { align-self: end; padding-bottom: 13px; color: var(--white); font-weight: 800; }
.cta-secondary-link span { color: var(--gold); }
.cta-email-link { align-self: start; padding-top: 13px; border-top: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.68); font-size: 0.82rem; font-weight: 700; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); align-items: stretch; gap: clamp(60px, 8vw, 105px); }
.contact-copy { display: flex; flex-direction: column; }
.contact-copy > p { max-width: 520px; color: var(--muted); }
.contact-details { margin: 34px 0; border-top: 1px solid var(--border); }
.contact-details div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-details span { color: var(--muted); font-size: 0.82rem; }
.contact-details a { color: var(--accent-dark); font-weight: 800; overflow-wrap: anywhere; }
.contact-details small { grid-column: 2; color: var(--muted); }
.contact-copy img { min-height: 300px; flex: 1 1 300px; object-fit: cover; }
.contact-form { align-self: stretch; padding: 42px 46px; border: 0; background: #f5f0e8; box-shadow: none; }
.form-intro { margin-bottom: 28px; }
.form-intro h3 { margin-bottom: 4px; font-size: 1.7rem; }
.form-intro p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 17px; }
.form-field label { display: block; margin-bottom: 7px; font-size: 0.84rem; font-weight: 800; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #ddd8d0; border-radius: 9px; background: var(--white); color: var(--dark); outline: none; transition: border-color 180ms ease, box-shadow 180ms ease; }
.form-field input { min-height: 49px; padding: 11px 14px; }
.form-field textarea { padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(182,91,59,0.12); }
.form-field [aria-invalid="true"] { border-color: #922b21; }
.field-error { display: block; min-height: 20px; padding-top: 4px; color: #87251d; font-size: 0.76rem; }
.form-submit { width: 100%; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--accent-dark); font-size: 0.88rem; }

.site-footer { padding: 46px 0 20px; border-top: 1px solid rgba(255,255,255,0.2); background: linear-gradient(rgba(20,24,23,0.58), rgba(20,24,23,0.58)), url("images/concrete footer.png") center / cover no-repeat; color: var(--white); }
.site-footer .brand strong { color: var(--white); }
.site-footer .brand-mark { border-color: rgba(255,255,255,0.7); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-bottom: 34px; }
.footer-main nav { display: flex; gap: 24px; font-size: 0.82rem; font-weight: 750; }
.footer-contacts { display: flex; align-items: flex-end; justify-self: end; flex-direction: column; gap: 3px; color: var(--white); font-size: 0.84rem; font-weight: 800; }
.footer-phone { font-size: 0.95rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.3); color: var(--white); font-size: 0.76rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(182,91,59,0.42); outline-offset: 4px; }

@media (max-width: 1120px) {
  .nav-wrap { gap: 20px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 0.82rem; }
  .nav-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 0.9fr 1.1fr; gap: 50px; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-lead { padding: 44px 0 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { order: 3; grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: var(--header-height); }
  .nav-wrap { gap: 12px; }
  .brand-mark { width: 40px; height: 40px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; order: 3; gap: 5px; width: 44px; height: 44px; margin-left: 0; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .nav-cta { display: inline-flex; order: 2; min-height: 42px; margin-left: auto; padding: 10px 15px; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: var(--dark); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 18px; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 180ms ease, visibility 180ms; }
  .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav a { padding: 15px 6px; border-bottom: 1px solid var(--border); font-size: 1.12rem; }
  .hero, .hero-inner { min-height: 650px; }
  .hero { background-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(24,27,25,0.86) 0%, rgba(31,32,29,0.74) 48%, rgba(37,34,30,0.3) 100%); }
  .hero-copy { width: min(100%, 570px); padding-block: 58px; }
  .hero h1 .hero-first-line { white-space: normal; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 54px 28px; }
  .process-track::before { display: none; }
  .process-step::after { display: none; }
  .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-media { min-height: 440px; }
  .why-media img { height: 440px; }
  .contact-grid { gap: 56px; }
  .contact-copy img { min-height: 360px; flex-basis: 360px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section-shell { padding-block: 76px; }
  h2 { font-size: 2.25rem; }
  .hero, .hero-inner { min-height: 610px; }
  .hero { background-position: 61% center; }
  .hero::before { background: linear-gradient(90deg, rgba(24,27,25,0.9) 0%, rgba(31,32,29,0.76) 65%, rgba(37,34,30,0.38) 100%); }
  .hero-copy { width: 100%; padding-block: 48px; }
  .hero h1 { font-size: 3.05rem; line-height: 0.91; }
  .trust-strip { padding: 48px 0 6px; }
  .trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .trust-grid p { min-height: 70px; padding: 13px 15px; font-size: 0.84rem; }
  .services { padding-top: 52px; }
  .section-heading { margin-bottom: 42px; }
  .service-grid, .process-track, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card > img { aspect-ratio: 16 / 10; }
  .process-track { gap: 58px; }
  .process-step h3 { min-height: auto; }
  .process-step img { aspect-ratio: 16 / 10; }
  .process-step p { max-width: 38ch; }
  .check-grid { grid-template-columns: 1fr; }
  .why-media { min-height: 360px; padding-bottom: 62px; }
  .why-media img { height: 360px; }
  .why-note { right: 0; min-width: 0; width: calc(100% - 22px); }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .work-item, .work-item-tall { grid-row: auto; min-height: 390px; }
  .testimonial { min-height: 0; padding: 34px 28px; }
  .service-callout { min-height: 380px; background-position: 58% center; }
  .service-callout::before { background: linear-gradient(90deg, rgba(31,37,36,0.9) 0%, rgba(61,66,64,0.8) 68%, rgba(126,130,126,0.34) 100%); }
  .service-callout-inner { padding-block: 58px; }
  .cta-actions { grid-template-columns: 1fr; grid-template-rows: auto; gap: 22px; padding: 34px 0; }
  .cta-primary-call { grid-row: auto; }
  .cta-secondary-link, .cta-email-link { align-self: auto; padding: 0; border: 0; }
  .contact-details div { grid-template-columns: 1fr; gap: 2px; }
  .contact-details small { grid-column: auto; }
  .contact-copy img { min-height: 260px; flex-basis: 260px; }
  .contact-form { padding: 30px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-contacts { align-items: flex-start; justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 370px) {
  .site-header .brand > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
