:root {
  --navy: #0d2b45;
  --navy-deep: #071b2c;
  --red: #b5322d;
  --red-dark: #8f231f;
  --cream: #f3efe7;
  --white: #ffffff;
  --ink: #152330;
  --muted: #65717c;
  --line: #d9dde0;
  --shadow: 0 24px 60px rgba(7, 27, 44, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.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;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: 0.25rem;
  transform: translateY(-150%);
}

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

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.4rem max(1.25rem, calc((100vw - 74rem) / 2));
  color: rgba(255, 255, 255, 0.86);
  background: var(--navy-deep);
  font-size: 0.875rem;
}

.topbar p {
  margin: 0;
}

.topbar a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 76.5rem;
  min-height: 5.5rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  background: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 3.1rem;
  height: 2.4rem;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  bottom: 0.15rem;
  width: 2.15rem;
  height: 2.15rem;
  border-top: 0.42rem solid var(--navy);
  transform: rotate(45deg);
}

.brand-mark::before {
  left: 0.1rem;
}

.brand-mark::after {
  right: 0.05rem;
  border-top-color: var(--red);
}

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

.brand-copy strong {
  color: var(--navy);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.045em;
}

.brand-copy small {
  margin-top: 0.25rem;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.85rem;
}

nav a {
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--red);
}

.nav-cta {
  padding: 0.72rem 1rem;
  color: var(--white) !important;
  background: var(--red);
  border-radius: 0.2rem;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--red-dark);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
  min-height: 43rem;
  padding: clamp(4.5rem, 8vw, 7rem) max(1.25rem, calc((100vw - 74rem) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 43, 69, 0.035) 1px, transparent 1px) 0 0 / 5rem 5rem,
    linear-gradient(rgba(13, 43, 69, 0.035) 1px, transparent 1px) 0 0 / 5rem 5rem,
    var(--cream);
}

.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 0.35rem;
  content: "";
  background: var(--red);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Impact, "Arial Narrow", ui-sans-serif, sans-serif;
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0.018em;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  color: var(--navy);
  font-size: clamp(3.35rem, 7vw, 6.5rem);
  text-wrap: balance;
}

.hero-lead {
  max-width: 39rem;
  margin: 0 0 2rem;
  color: #465561;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.35rem;
  padding: 0.8rem 1.3rem;
  border: 2px solid transparent;
  border-radius: 0.2rem;
  font-weight: 850;
  text-decoration: none;
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-secondary {
  color: var(--navy);
  border-color: var(--navy);
  background: transparent;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--white);
  background: var(--navy);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-points li::before {
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: var(--red);
  transform: rotate(45deg);
}

.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  width: min(100%, 28rem);
}

.image-frame {
  padding: 0.75rem;
  background: var(--white);
  border: 1px solid rgba(13, 43, 69, 0.16);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-badge {
  display: grid;
  width: fit-content;
  min-width: 9.5rem;
  margin-top: 0.85rem;
  padding: 1.2rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 38px rgba(7, 27, 44, 0.28);
}

.hero-badge strong {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.hero-badge span {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.services-section {
  max-width: 76.5rem;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 1.25rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.section-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.55rem, 5vw, 4.5rem);
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 20rem;
  padding: 2rem 1.6rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-0.35rem);
  box-shadow: 0 18px 44px rgba(7, 27, 44, 0.12);
}

.service-number {
  display: block;
  margin-bottom: 4.7rem;
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.service-card h3 {
  margin-bottom: 0.9rem;
  color: var(--navy);
  font-size: 2rem;
}

.service-card p {
  min-height: 4.8rem;
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.service-card a {
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.service-card-accent {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.service-card-accent h3,
.service-card-accent p,
.service-card-accent a {
  color: var(--white);
}

.work-section {
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 1.25rem clamp(5rem, 9vw, 8rem);
}

.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.5fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.work-heading h2 {
  max-width: 15ch;
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.55rem, 5vw, 4.5rem);
}

.work-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 18rem;
  gap: 0.8rem;
}

.work-card {
  position: relative;
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.work-card:nth-child(1) {
  grid-column: span 7;
}

.work-card:nth-child(2) {
  grid-column: span 5;
}

.work-card:nth-child(6) {
  grid-column: 1 / -1;
}

.work-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(7, 27, 44, 0.88));
  pointer-events: none;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.work-card:hover img {
  transform: scale(1.035);
}

.work-card figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.15rem;
  left: 1.25rem;
  z-index: 1;
  display: grid;
  color: var(--white);
}

.work-card figcaption span {
  color: #f58a82;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.work-card figcaption strong {
  margin-top: 0.2rem;
  font-size: 1.2rem;
}

.work-disclaimer {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.work-disclaimer a {
  color: var(--navy);
  font-weight: 800;
}

.company-section {
  padding: 0 max(1.25rem, calc((100vw - 74rem) / 2)) clamp(5rem, 9vw, 8rem);
}

.company-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.5fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(3rem, 6vw, 5.5rem);
  color: var(--white);
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(181, 50, 45, 0.18) 72% 100%),
    var(--navy);
  overflow: hidden;
}

.company-kicker {
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
  display: flex;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.company-copy h2 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.company-copy > p:not(.eyebrow) {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.74);
}

.text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1rem;
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

.text-link span {
  color: #eb6d64;
  font-size: 1.35rem;
}

.company-note {
  align-self: end;
  padding: 1.6rem;
  color: var(--ink);
  background: var(--white);
  border-top: 0.35rem solid var(--red);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.company-note strong {
  display: block;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.35;
}

.company-note p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.process-section {
  padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 74rem) / 2));
  color: var(--white);
  background: var(--navy-deep);
}

.section-heading-light h2 {
  color: var(--white);
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.process-grid li {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 15rem;
  padding: 1.6rem 1.4rem 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.process-grid li + li {
  padding-left: 1.4rem;
}

.process-grid li:last-child {
  border-right: 0;
}

.process-grid > li > span {
  color: #eb6d64;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-grid li div {
  align-self: end;
}

.process-grid h3 {
  margin-bottom: 0.7rem;
  font-size: 2rem;
}

.process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.areas-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  max-width: 76.5rem;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 1.25rem;
}

.areas-copy h2,
.faq-intro h2,
.contact-copy h2 {
  max-width: 12ch;
  margin-bottom: 1.4rem;
  color: var(--navy);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.areas-copy > p:not(.eyebrow),
.faq-intro > p:not(.eyebrow),
.contact-copy > p:not(.eyebrow) {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.area-tags li {
  padding: 0.55rem 0.85rem;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid #e4ded3;
  font-size: 0.88rem;
  font-weight: 750;
}

.areas-card {
  display: grid;
  gap: 1rem;
  padding: clamp(2rem, 4vw, 3rem);
  background: var(--cream);
  border-top: 0.4rem solid var(--red);
}

.areas-card p {
  margin: 0;
  color: var(--muted);
}

.areas-card strong {
  color: var(--navy);
  font-size: 1.6rem;
  line-height: 1.3;
}

.areas-card .button {
  margin-top: 0.5rem;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 1.25rem clamp(5rem, 9vw, 8rem);
}

.faq-intro {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.45rem 3rem 1.45rem 0;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 1.35rem;
  right: 0.3rem;
  content: "+";
  color: var(--red);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 44rem;
  margin: -0.25rem 0 1.5rem;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.6fr) minmax(20rem, 1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 74rem) / 2));
  background: var(--cream);
}

.contact-phone {
  display: grid;
  width: fit-content;
  margin-top: 2.3rem;
  text-decoration: none;
}

.contact-phone span {
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-phone strong {
  color: var(--navy);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0.035em;
}

.quote-form {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.quote-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #fbfbfa;
  border: 1px solid #cbd1d5;
  border-radius: 0.12rem;
  font: inherit;
}

.quote-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(13, 43, 69, 0.13);
}

.quote-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-status {
  color: var(--navy);
  font-weight: 750;
}

.site-footer {
  color: rgba(255, 255, 255, 0.68);
  background: var(--navy-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(14rem, 1.4fr) repeat(3, minmax(9rem, 0.65fr));
  gap: 2rem;
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}

.brand-footer {
  align-self: start;
}

.brand-footer .brand-copy strong,
.brand-footer .brand-copy small {
  color: var(--white);
}

.brand-footer .brand-mark::before {
  border-top-color: var(--white);
}

.footer-main > div {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-main p,
.footer-main a {
  margin: 0;
  text-decoration: none;
}

.footer-main a:hover,
.footer-main a:focus-visible {
  color: var(--white);
}

.footer-label {
  margin-bottom: 0.6rem !important;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-phone {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 1.2rem 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

.footer-bottom p {
  margin: 0;
}

.site-credit a {
  color: var(--white);
  font-weight: 850;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2rem;
}

.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 30px rgba(97, 19, 15, 0.28);
  text-decoration: none;
}

.floating-call span {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.floating-call strong {
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr 22rem;
    gap: 2.5rem;
  }

  h1 {
    font-size: clamp(3.25rem, 8vw, 5rem);
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid li:nth-child(2) {
    border-right: 0;
  }

  .process-grid li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar p {
    display: none;
  }

  .topbar {
    justify-content: center;
  }

  .site-header {
    min-height: 4.7rem;
  }

  .brand-copy strong {
    font-size: 1.65rem;
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    gap: 0.29rem;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 0.2rem;
  }

  .nav-toggle span:not(.sr-only) {
    width: 1.25rem;
    height: 2px;
    background: var(--navy);
  }

  nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  nav.is-open {
    display: flex;
  }

  nav a {
    padding: 0.8rem;
  }

  .nav-cta {
    margin-top: 0.4rem;
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 4.6rem);
  }

  .hero-visual {
    justify-self: center;
    width: min(94%, 27rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow {
    margin-bottom: -0.6rem;
  }

  .work-heading {
    grid-template-columns: 1fr;
  }

  .work-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .work-card,
  .work-card:nth-child(1),
  .work-card:nth-child(2),
  .work-card:nth-child(6) {
    grid-column: 1;
    aspect-ratio: 4 / 3;
  }

  .company-panel,
  .areas-section,
  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .company-kicker {
    display: none;
  }

  .faq-intro {
    position: static;
  }

  .floating-call {
    display: flex;
  }

  .site-footer {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-number {
    margin-bottom: 2.6rem;
  }

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

  .process-grid li,
  .process-grid li + li {
    min-height: 11rem;
    padding: 1.4rem 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .process-grid li:first-child {
    border-top: 0;
  }

  .field-row,
  .footer-main {
    grid-template-columns: 1fr;
  }

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

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