:root {
  --store-blue: #3c442d;
  --store-blue-2: #6f8450;
  --black: #23271e;
  --page-dark: #2b3025;
  --panel-dark: #333927;
  --tan: #8f7658;
  --tan-2: #a38a6c;
  --green: #5c9879;
  --sage: #a5b872;
  --olive: #424431;
  --silver: #7d745f;
  --cream: #f2ede4;
  --light-panel: #f1eee7;
  --muted: #cfc7bb;
  --shadow: 0 18px 55px rgba(0, 0, 0, .32);
  --radius-xl: 24px;
  --radius-lg: 16px;
  --max: 1180px;
  --image-stage:
    radial-gradient(circle at 18% 18%, rgba(165, 184, 114, .30), transparent 18rem),
    radial-gradient(circle at 86% 82%, rgba(92, 152, 121, .22), transparent 18rem),
    linear-gradient(135deg, #d7c7b0 0%, #a88b67 55%, #5a5f44 100%);
  --image-stage-deep:
    radial-gradient(circle at 18% 18%, rgba(165, 184, 114, .24), transparent 18rem),
    radial-gradient(circle at 88% 82%, rgba(92, 152, 121, .20), transparent 18rem),
    linear-gradient(135deg, #5a6342 0%, #313727 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; min-width: 320px; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(165, 184, 114, .18), transparent 34rem),
    radial-gradient(circle at 92% 18%, rgba(92, 152, 121, .16), transparent 30rem),
    linear-gradient(180deg, #39402d 0%, #2b3025 100%);
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.topline {
  background: #2d3325;
  color: #fff;
  font-size: .92rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.topline-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: .58rem 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.topline strong { color: var(--sage); }
.topline a { color: #fff; font-weight: 800; text-decoration: none; }
.topline a:hover { text-decoration: underline; }

.landing-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(60, 68, 45, .96);
  box-shadow: 0 3px 12px rgba(0,0,0,.42);
}
.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: .62rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand-logo {
  height: 58px;
  width: auto;
  max-width: 245px;
  object-fit: contain;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links a {
  text-decoration: none;
  font-weight: 800;
  padding: .54rem .78rem;
  border-radius: 999px;
  color: #fff;
}
.nav-links a:hover { background: rgba(165, 184, 114, .18); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 0;
  border-radius: 999px;
  padding: .86rem 1.1rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary,
.btn-store {
  background: linear-gradient(180deg, #a5b872 0%, #7f914f 100%);
  color: #171717 !important;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 8px 18px rgba(0,0,0,.24);
}
.btn-primary:hover,
.btn-store:hover { background: linear-gradient(180deg, #b7ca82 0%, #91a560 100%); }
.btn-secondary {
  background: linear-gradient(180deg, var(--tan-2), var(--tan));
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.18);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(49,55,39,.96), rgba(49,55,39,.74), rgba(49,55,39,.96)),
    radial-gradient(circle at 18% 16%, rgba(92, 152, 121, .26), transparent 28rem),
    radial-gradient(circle at 86% 20%, rgba(165, 184, 114, .22), transparent 26rem),
    #3a4031 url('/store/images/storebackdark.jpg') repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -24% -10%;
  height: 43%;
  background: #2d3325;
  transform: skewY(-4deg);
  transform-origin: left top;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.25rem 1.2rem 5rem;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 2rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(165, 184, 114, .92);
  color: #171717;
  border-radius: 999px;
  padding: .45rem .8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--tan-2);
  box-shadow: 0 0 0 5px rgba(163, 138, 108, .16);
}
h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.65rem, 6vw, 5.7rem);
  line-height: .93;
  letter-spacing: .01em;
  color: #fff;
  text-shadow: 0 5px 26px rgba(0,0,0,.58);
}
.hero-copy {
  max-width: 62ch;
  font-size: 1.12rem;
  color: #f6f2ea;
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  background: rgba(49, 55, 39, .78);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-media { position: relative; min-height: 540px; }
.vehicle-card {
  position: absolute;
  border-radius: var(--radius-xl);
  background: var(--image-stage);
  padding: .8rem;
  box-shadow: var(--shadow);
  border: 2px solid rgba(163,138,108,.58);
  overflow: hidden;
}
.vehicle-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--image-stage);
  border-radius: 18px;
}
.vehicle-card.main { width: 100%; height: 335px; right: 0; top: 38px; z-index: 1; }
.vehicle-card.small-a { width: 50%; height: 190px; left: -10px; bottom: 35px; transform: rotate(-3deg); z-index: 2; }
.vehicle-card.small-b { width: 48%; height: 185px; right: 12px; bottom: 0; transform: rotate(2deg); z-index: 2; }
.vehicle-card.small-c { width: 44%; height: 150px; left: 27%; bottom: 140px; transform: rotate(1.5deg); z-index: 3; }
.badge-card {
  position: absolute;
  top: 0;
  right: 12px;
  border-radius: 18px;
  background: var(--store-blue);
  color: #fff;
  padding: .85rem 1rem;
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.18);
}
.badge-card span { color: var(--sage); }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.2rem 1.2rem;
}
.section-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.8rem;
  color: #f6f2ea;
}
.section-header h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.06em;
  color: #fff;
}
.section-header p { margin: .75rem 0 0; max-width: 520px; color: #d7d0c6; }

.stats,
.services,
.steps { display: grid; gap: 1rem; }
.stats { grid-template-columns: repeat(4, 1fr); }
.stat,
.service-card,
.sign-card,
.work-card,
.panel.light {
  background: #f6f6f6 url('/store/images/storebacklight.jpg') repeat;
  color: #111;
  border-radius: var(--radius-lg);
  border: 3px solid var(--silver);
  box-shadow: var(--shadow);
}
.stat { padding: 1.35rem; }
.stat strong {
  display: block;
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: -.06em;
  color: var(--olive);
}
.stat span { color: #353525; font-weight: 800; }

.store-callout { padding-top: .5rem; }
.store-callout-inner {
  background:
    radial-gradient(circle at 12% 18%, rgba(165,184,114,.20), transparent 18rem),
    linear-gradient(135deg, #5b6442, #323827);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: center;
  box-shadow: var(--shadow);
  border: 2px solid rgba(255,255,255,.12);
}
.store-callout h2 {
  margin: 0 0 .45rem;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.store-callout p { margin: 0; color: #e7dfd2; max-width: 720px; }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.2rem;
  align-items: stretch;
}
.panel { border-radius: var(--radius-xl); padding: 2rem; }
.panel.dark {
  background:
    linear-gradient(rgba(49,55,39,.18), rgba(35,39,30,.82)),
    url('assets/law-enforcement-animal-control.png') center / contain no-repeat,
    var(--image-stage-deep);
  color: #fff;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 3px solid var(--silver);
  box-shadow: var(--shadow);
}
.panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.panel.dark h2 { color: #fff; }
.panel p { margin: 0 0 1rem; color: #3e3e32; }
.panel.dark p { color: #ece6db; }
.check-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.check-list li {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-weight: 800;
  color: #34342d;
}
.check-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: .43rem;
  border-radius: 4px;
  flex: 0 0 auto;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(92,152,121,.14);
}

.services { grid-template-columns: repeat(4, 1fr); }
.service-card {
  min-height: 290px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto -25% -30% 35%;
  height: 140px;
  background: rgba(92, 152, 121, .10);
  transform: rotate(-12deg);
  border-radius: 999px;
}
.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--store-blue);
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 1rem 0 .45rem;
  font-size: 1.35rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.service-card p { position: relative; z-index: 1; margin: 0; color: #4e4a3f; }

.process-wrap {
  background: #323827 url('/store/images/storebackdark.jpg') repeat;
  color: #fff;
  margin: 2rem 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.process-wrap .section-header h2 { color: #fff; }
.process-wrap .section-header p { color: #d7d0c6; }
.steps { grid-template-columns: repeat(4, 1fr); }
.step {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-xl);
  padding: 1.4rem;
  min-height: 235px;
}
.step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(165, 184, 114, .94);
  color: #171717;
  font-weight: 900;
  margin-bottom: 1rem;
}
.step h3 { margin: 0 0 .5rem; font-size: 1.2rem; }
.step p { margin: 0; color: #ddd6cd; }

.materials {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
  align-items: center;
}
.material-card {
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #5b6442, #323827);
  color: #fff;
  padding: 2rem;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
  border: 2px solid rgba(255,255,255,.12);
}
.material-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.material-card p { color: #ece6db; margin: 0 0 1rem; }
.material-pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .5rem; }
.pill {
  border-radius: 999px;
  padding: .5rem .75rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 800;
  font-size: .92rem;
}
.sign-card { overflow: hidden; }
.sign-card img { height: 290px; width: 100%; object-fit: contain; background: var(--image-stage); }
.sign-card div { padding: 1.25rem; }
.sign-card h3 { margin: 0 0 .35rem; }
.sign-card p { margin: 0; color: #555245; }

.examples-header { align-items: center; }
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.work-card { grid-column: span 4; overflow: hidden; }
.work-card.wide { grid-column: span 8; }
.work-card img { height: 260px; width: 100%; object-fit: contain; background: var(--image-stage); }
.work-card.wide img { height: 350px; }
.work-card .caption { padding: 1.1rem 1.25rem 1.25rem; }
.work-card h3 { margin: 0 0 .25rem; font-size: 1.1rem; }
.work-card p { margin: 0; color: #555245; }
.gallery-link-row { margin-top: 1.25rem; text-align: center; }
.fire-section { padding-top: 2rem; }
.work-card.full { grid-column: 1 / -1; }
.fire-gallery .work-card img { background: var(--image-stage); }
.logo-showcase { padding: 1rem; }


.logo-showcase { padding: 1rem; }
.logo-cascade-card {
  position: relative;
  min-height: 440px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(165, 184, 114, .22), transparent 14rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(237,233,224,.98));
  border: 1px solid rgba(163,138,108,.35);
}
.cascade-logo {
  position: absolute;
  width: 33%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: transparent !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  border-radius: 999px;
}
.logo-one { left: 4%; top: 16%; transform: rotate(-8deg); }
.logo-two { left: 24%; top: 7%; transform: rotate(-3deg); }
.logo-three { left: 46%; top: 15%; transform: rotate(4deg); }
.logo-four { left: 66%; top: 6%; transform: rotate(8deg); }
.cascade-labels {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin: .9rem 0 .25rem;
}
.cascade-labels span {
  border-radius: 999px;
  padding: .38rem .72rem;
  background: rgba(66,68,49,.08);
  border: 1px solid rgba(163,138,108,.35);
  color: var(--olive);
  font-weight: 800;
  font-size: .92rem;
}

.quote-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(165,184,114,.24), transparent 20rem),
    linear-gradient(135deg, #4d553d, #313727);
  color: #fff;
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.10);
}
.quote-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1.2rem;
  align-items: center;
}
.quote-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.quote-copy p { margin: 0 0 1rem; color: #f4eee4; }
.quote-form-slot {
  background: linear-gradient(135deg, rgba(246,242,234,.98), rgba(232,231,219,.98));
  color: #171717;
  border-radius: var(--radius-xl);
  padding: 1rem;
  box-shadow: var(--shadow);
  border: 2px solid rgba(163,138,108,.72);
}
.quote-form-fallback { padding: 1rem; }
.quote-form-fallback h3 { margin: 0 0 .5rem; color: var(--olive); font-size: 1.5rem; }
.quote-form-fallback p { margin: .75rem 0; color: #555245; }
.quote-form-fallback code { background: rgba(66,68,49,.10); padding: .12rem .28rem; border-radius: .3rem; }
.quote-form-fallback a { color: var(--olive); font-weight: 900; }

/* Store fleet quote form classes, copied locally so the landing page does not depend on loading the whole store stylesheet. */
.fleet-form-card {
  width: 100%;
  padding: clamp(14px, 1.4vw, 20px);
  border-radius: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.fleet-form-card h2 {
  margin: 0 0 4px;
  color: #343625;
  font-size: clamp(1.28rem, 1.55vw, 1.65rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.fleet-form-intro {
  margin: 0 0 10px;
  color: rgba(23,23,23,.72);
  font-size: .91rem;
  line-height: 1.35;
}
.fleet-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
}
.fleet-field,
.fleet-upload-field { min-width: 0; }
.fleet-field--wide { grid-column: span 2; }
.fleet-field--full { grid-column: 1 / -1; }
.fleet-field label,
.fleet-upload-field label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0 -1px 7px;
  padding: 4px 10px 5px;
  border: 1px solid rgba(255,255,255,.42);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #a5b872 0%, #92a35f 100%);
  color: #424431;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .01em;
  box-shadow: 0 -1px 3px rgba(0,0,0,.16);
}
.fleet-field input,
.fleet-field textarea,
.fleet-upload-field input[type="file"] {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 35px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(74,76,55,.48);
  border-radius: 9px;
  background: #f7f5ef;
  color: #171717;
  font: inherit;
  font-size: .94rem;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.14), 0 1px 3px rgba(0,0,0,.14);
}
.fleet-field input:focus,
.fleet-field textarea:focus,
.fleet-upload-field input[type="file"]:focus {
  border-color: #99b8a8;
  outline: 2px solid rgba(153,184,168,.55);
  outline-offset: 1px;
}
.fleet-field textarea { min-height: 82px; resize: vertical; }
.fleet-upload-field input[type="file"] { background: rgba(153,184,168,.18); border-style: dashed; padding: 7px 9px; }
.fleet-upload-field small { display: block; margin: 4px 2px 0; color: rgba(23,23,23,.62); font-size: .76rem; line-height: 1.25; }
.fleet-submit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
.fleet-submit-button {
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #a5b872 0%, #7f914f 100%);
  color: #171717;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(23,23,23,.25);
  white-space: nowrap;
}
.fleet-submit-button:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(23,23,23,.30); }
.fleet-submit-row p { margin: 0; color: rgba(23,23,23,.62); font-size: .82rem; line-height: 1.3; }
.fleet-status { margin: 0 0 10px; padding: 10px 12px; border-radius: 12px; font-size: .9rem; font-weight: 800; line-height: 1.35; }
.fleet-status.success { background: rgba(165,184,114,.36); color: #4a4c37; }
.fleet-status.error { background: rgba(163,138,108,.28); color: #6c3425; }
.fleet-honeypot { display: none; }

.landing-footer {
  background: #2d3325;
  color: #fff;
  padding: 2.4rem 1.2rem;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}
.footer-inner p { margin: .25rem 0 0; color: #cfc7bb; }
.footer-links { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: #fff; text-decoration: none; font-weight: 800; }
.footer-links a:hover { text-decoration: underline; }

@media (max-width: 1100px) {
  .fleet-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-field--wide,
  .fleet-field--full { grid-column: 1 / -1; }
}
@media (max-width: 980px) {
  .hero-inner,
  .split,
  .materials,
  .quote-grid,
  .store-callout-inner { grid-template-columns: 1fr; }
  .hero-media { min-height: 520px; }
  .stats,
  .services,
  .steps { grid-template-columns: repeat(2, 1fr); }
  .section-header { display: block; }
  .examples-header .btn { margin-top: 1rem; }
  .work-card,
  .work-card.wide { grid-column: span 6; }
  .logo-cascade-card { min-height: 390px; }
  .cascade-logo { width: 42%; }
  .logo-one { left: 2%; top: 20%; }
  .logo-two { left: 19%; top: 7%; }
  .logo-three { left: 40%; top: 18%; }
  .logo-four { left: 56%; top: 6%; }
}
@media (max-width: 680px) {
  .topline-inner { display: block; }
  .brand-logo { height: 48px; max-width: 210px; }
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .nav-links a { padding: .48rem .68rem; }
  .hero-inner { padding-top: 3rem; }
  .hero-media { min-height: 430px; }
  .vehicle-card.main { height: 245px; top: 52px; }
  .vehicle-card.small-a,
  .vehicle-card.small-b { height: 145px; }
  .vehicle-card.small-c { height: 115px; left: 24%; bottom: 118px; }
  .stats,
  .services,
  .steps,
  .fleet-form { grid-template-columns: 1fr; }
  .fleet-field--wide,
  .fleet-field--full { grid-column: 1 / -1; }
  .fleet-submit-row { display: block; }
  .fleet-submit-button { width: 100%; margin-bottom: 8px; }
  .work-card,
  .work-card.wide { grid-column: 1 / -1; }
  .work-card img,
  .work-card.wide img { height: 230px; }
  .logo-cascade-card { min-height: 520px; }
  .cascade-logo { width: 72%; max-width: none; }
  .logo-one { left: -6%; top: 14%; }
  .logo-two { left: 8%; top: 1%; }
  .logo-three { left: 18%; top: 21%; }
  .logo-four { left: 28%; top: 8%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
