@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/jost-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+00B7;
}

@font-face {
  font-family: "Yellowtail";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/yellowtail-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026;
}

:root {
  --ink: #15161a;
  --panel: #1e2025;
  --gold: #c9a227;
  --gold-hi: #e8cd84;
  --silver: #c9cbc8;
  --paper: #f5f3ee;
  --mute: #8a8d93;
  --white: #e9e7e2;
  --danger: #a93434;
  --success: #276843;
  --line-dark: rgba(232, 205, 132, 0.28);
  --line-light: rgba(21, 22, 26, 0.18);
  --shadow: 0 22px 60px rgba(8, 9, 11, 0.16);
  --max: 1180px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(4.5rem, 9vw, 8rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Jost", "Avenir Next", Avenir, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-hi);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--gold-hi);
  color: var(--ink);
  font-weight: 600;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - (var(--pad) * 2), var(--max));
  margin-inline: auto;
}

.section {
  padding-block: var(--section);
}

.section--tight {
  padding-block: clamp(3.25rem, 7vw, 5.5rem);
}

.dark {
  position: relative;
  background-color: var(--ink);
  color: var(--white);
  background-image: radial-gradient(rgba(201, 162, 39, 0.09) 0.8px, transparent 0.8px);
  background-size: 16px 16px;
}

.panel {
  background: var(--panel);
  color: var(--white);
}

.paper {
  background: var(--paper);
  color: var(--ink);
}

.eyebrow,
.kicker,
.meta-label,
.brand-sub,
.service-number,
.project-meta,
.footer-heading {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow,
.kicker {
  color: #595b60;
}

.dark .eyebrow,
.dark .kicker,
.panel .eyebrow,
.panel .kicker {
  color: var(--silver);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.08;
}

h1,
h2 {
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1 {
  max-width: 16ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2.45rem, 7vw, 5.75rem);
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

p:last-child {
  margin-bottom: 0;
}

.lede {
  max-width: 64ch;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
}

.measure {
  max-width: 68ch;
}

.muted {
  color: #5f6268;
}

.dark .muted,
.panel .muted {
  color: #b7b8b5;
}

.gold-rule {
  width: 72px;
  height: 2px;
  margin: 1.4rem 0 1.7rem;
  border: 0;
  background: var(--gold);
}

.foil {
  color: var(--gold);
  background: linear-gradient(135deg, #9a7a1e, #e8cd84 45%, #b8860b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wordmark {
  margin: 0;
  font-family: "Yellowtail", "Brush Script MT", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.85;
  text-transform: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border: 1px solid transparent;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--gold-hi);
  transform: translateY(-1px);
}

.button--outline {
  border-color: var(--gold);
  background: transparent;
  color: var(--gold-hi);
}

.button--outline:hover {
  background: rgba(201, 162, 39, 0.1);
  color: #fff;
}

.button--ink {
  background: var(--ink);
  color: var(--white);
}

.button--ink:hover {
  background: #292b31;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  font-weight: 600;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link::after {
  content: "→";
  color: var(--gold);
}

.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(232, 205, 132, 0.2);
  background: var(--ink);
  color: var(--white);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: invert(1);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-name {
  font-family: "Yellowtail", "Brush Script MT", cursive;
  font-size: 1.8rem;
  color: var(--gold-hi);
}

.brand-sub {
  margin-top: 0.15rem;
  color: var(--silver);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.5rem);
}

.site-nav a:not(.button) {
  position: relative;
  padding-block: 0.65rem;
  color: var(--silver);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(790px, calc(100vh - 82px));
  overflow: hidden;
}

.hero::after,
.page-hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(115deg, rgba(21, 22, 26, 0.06), rgba(21, 22, 26, 0.58));
  content: "";
}

.hero-inner {
  display: grid;
  min-height: min(790px, calc(100vh - 82px));
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-block: clamp(4rem, 8vw, 6.5rem);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
}

.hero-media {
  position: relative;
  z-index: 2;
  margin: 0;
}

.hero-media-placeholder {
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: center;
  border: 1px solid var(--line-dark);
  background-color: var(--panel);
  background-image: radial-gradient(rgba(201, 162, 39, 0.07) 0.8px, transparent 0.8px);
  background-size: 16px 16px;
}

.hero-media-mark {
  width: 38%;
  color: var(--gold);
  opacity: 0.14;
}

.hero-media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.85rem 1.1rem;
  background: rgba(16, 17, 21, 0.92);
  color: var(--silver);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-wordmark {
  margin-bottom: 0.35rem;
  font-size: clamp(5.2rem, 15vw, 10rem);
}

.hero-company {
  margin-bottom: 2.2rem;
  color: var(--silver);
  font-size: clamp(0.8rem, 2vw, 1.12rem);
  font-weight: 600;
  letter-spacing: clamp(0.22em, 1vw, 0.5em);
  text-transform: uppercase;
}

.hero-capability {
  max-width: 820px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-subline {
  color: var(--silver);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.ghost-mark {
  position: absolute;
  z-index: -1;
  bottom: -3.5rem;
  left: -3.5rem;
  width: min(18vw, 250px);
  color: var(--gold);
  opacity: 0.06;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.56fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.page-hero h1 {
  max-width: 13ch;
}

.page-hero .lede {
  color: var(--silver);
}

.service-emblem {
  width: clamp(112px, 18vw, 190px);
  color: var(--gold-hi);
}

.service-emblem--right {
  justify-self: end;
}

.service-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  color: var(--gold);
}

.service-icon--large {
  width: clamp(90px, 13vw, 145px);
  height: auto;
}

.intro-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 7rem);
}

.intro-grid > *,
.split > *,
.contact-grid > *,
.page-hero-grid > * {
  min-width: 0;
}

.split--reverse > :first-child {
  order: 2;
}

.card {
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.28);
  padding: clamp(1.4rem, 4vw, 2.25rem);
}

.dark .card,
.panel .card {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.fact {
  padding: 1.5rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid var(--line-dark);
}

.fact:last-child {
  border-right: 0;
}

.fact strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fact span {
  color: var(--silver);
  font-size: 0.94rem;
}

.service-directory {
  border-top: 1px solid var(--line-light);
}

.directory-row {
  display: grid;
  grid-template-columns: 75px 82px 1fr auto;
  min-height: 160px;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 180ms ease, padding 180ms ease;
}

.directory-row:hover {
  padding-inline: 1rem;
  background: rgba(201, 162, 39, 0.075);
}

.directory-row h3 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.7rem);
}

.directory-row p {
  max-width: 42ch;
  margin: 0.4rem 0 0;
  color: #56585d;
}

.directory-arrow {
  color: var(--gold);
  font-size: 2rem;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.scope-card {
  min-height: 230px;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line-light);
}

.scope-card .meta-label {
  display: block;
  margin-bottom: 3.5rem;
  color: #676a70;
}

.dark .scope-card {
  border-color: var(--line-dark);
}

.dark .scope-card .meta-label {
  color: var(--silver);
}

.process-list {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
}

.process-step {
  min-width: 0;
  min-height: 250px;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  background: var(--ink);
}

.process-step h3 {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.process-step .service-number {
  display: block;
  margin-bottom: 4rem;
  color: var(--silver);
}

.image-frame {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232, 205, 132, 0.45);
  content: "";
  pointer-events: none;
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
}

.image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.2rem;
  background: rgba(21, 22, 26, 0.88);
  color: var(--silver);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cert-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--ink);
}

.cert-table th,
.cert-table td {
  padding: 1.1rem 0.8rem;
  border-bottom: 1px solid var(--line-light);
  text-align: left;
  vertical-align: top;
}

.cert-table th {
  width: 44%;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-confirmed {
  color: #1e5937;
  font-weight: 600;
}

.status-pending {
  color: #686b70;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.project-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line-dark);
  background: linear-gradient(145deg, var(--panel), #18191d);
}

.project-card .service-icon {
  width: 54px;
  height: 54px;
}

.project-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.project-card p {
  color: var(--silver);
}

.project-meta {
  display: grid;
  gap: 0.35rem;
  color: var(--mute);
}

.project-meta span {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(201, 203, 200, 0.12);
}

.quote-band {
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.quote-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.quote-band h2 {
  margin-bottom: 0.6rem;
}

.contact-card {
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border: 1px solid var(--line-dark);
  background: var(--panel);
  color: var(--white);
}

.contact-list {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0 0;
}

.contact-item {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line-dark);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item .meta-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--mute);
}

.contact-item a {
  color: var(--white);
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.mailbox-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-left: 3px solid var(--gold);
  background: rgba(201, 162, 39, 0.08);
  color: var(--silver);
  font-size: 0.94rem;
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #a9a8a3;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 0.72rem 0.8rem;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(201, 162, 39, 0.25);
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.form-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 1rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  font-weight: 500;
}

.form-status[data-state="success"] {
  color: var(--success);
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.site-footer {
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
  border-top: 1px solid var(--line-dark);
  background: #101115;
  color: var(--silver);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) repeat(3, minmax(140px, 0.6fr));
  gap: 2rem;
}

.footer-logo {
  width: 114px;
  height: 114px;
  object-fit: contain;
  filter: invert(1);
}

.footer-heading {
  margin-bottom: 1rem;
  color: var(--silver);
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: var(--silver);
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.footer-links a:hover {
  color: #fff;
  text-decoration-color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(201, 203, 200, 0.13);
  font-size: 0.8rem;
}

.footer-bottom a {
  color: inherit;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 82px);
  place-items: center;
  text-align: center;
}

.not-found .ghost-mark {
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  width: min(82vw, 650px);
  transform: translate(50%, -50%);
}

.not-found h1 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(4rem, 16vw, 10rem);
}

.privacy-copy {
  max-width: 780px;
}

.privacy-copy h2 {
  margin-top: 2.5rem;
  font-size: 1.45rem;
}

@media (max-width: 960px) {
  .site-nav {
    gap: 0.75rem;
  }

  .site-nav a:not(.button) {
    font-size: 0.7rem;
  }

  .scope-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-wrap {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 1rem var(--pad) 2rem;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a:not(.button) {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line-dark);
    font-size: 0.9rem;
  }

  .site-nav .button {
    width: 100%;
    margin-top: 1.25rem;
  }

  .hero,
  .hero-inner {
    min-height: calc(100svh - 72px);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .hero-media-placeholder {
    aspect-ratio: 16 / 10;
  }

  .hero-media-mark {
    width: 24%;
  }

  .hero-wordmark {
    font-size: clamp(4.7rem, 24vw, 7.8rem);
  }

  .ghost-mark {
    right: -5rem;
    left: auto;
    width: 78vw;
  }

  .page-hero-grid,
  .intro-grid,
  .split,
  .contact-grid,
  .quote-band-inner {
    grid-template-columns: 1fr;
  }

  .page-hero-grid {
    align-items: start;
  }

  .service-emblem--right {
    justify-self: start;
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .fact-strip,
  .process-list {
    grid-template-columns: 1fr;
  }

  .fact {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .fact:last-child {
    border-bottom: 0;
  }

  .directory-row {
    grid-template-columns: 48px 62px 1fr;
    gap: 1rem;
    padding-block: 1.5rem;
  }

  .directory-arrow {
    display: none;
  }

  .process-step {
    min-height: auto;
  }

  .process-step .service-number {
    margin-bottom: 2rem;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 1.6rem;
  }

  .brand img {
    width: 45px;
    height: 45px;
  }

  .button-row {
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .scope-grid,
  .project-grid,
  .quote-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .directory-row {
    grid-template-columns: 42px 48px 1fr;
  }

  .directory-row p {
    display: none;
  }

  .service-icon {
    width: 48px;
    height: 48px;
  }

  .cert-table,
  .cert-table tbody,
  .cert-table tr,
  .cert-table th,
  .cert-table td {
    display: block;
  }

  .cert-table th {
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 0;
  }

  .cert-table td {
    padding-top: 0.2rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
