.home-page {
  background: #fff;
}

.home-page main {
  overflow: hidden;
}

.home-page .site-logo img {
  width: 220px;
  height: auto;
}

.home-page .site-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.home-page .site-nav {
  scrollbar-width: none;
}

.home-page .site-nav::-webkit-scrollbar {
  display: none;
}

.home-section {
  padding: 92px 0;
}

.home-eyebrow {
  margin: 0 0 10px;
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.home-section-heading-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.home-section-heading h2,
.home-jikka h2,
.home-about h2,
.home-company h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--color-navy-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  letter-spacing: 0;
}

.home-section-heading > p:last-child,
.home-section-heading > div > p:last-child {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 16px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 43, 72, .18);
}

.home-button-primary {
  color: #fff;
  background: var(--color-navy);
}

.home-button-line {
  color: #fff;
  background: #067a3d;
}

.home-button-dark {
  color: #fff;
  background: var(--color-navy-dark);
}

.home-button-light {
  color: var(--color-navy-dark);
  background: #fff;
}

.home-button-outline {
  border-color: var(--color-navy);
  color: var(--color-navy);
  background: #fff;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--color-gold-soft);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.home-text-link::after {
  content: ">";
  color: var(--color-gold);
  text-decoration: none;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: min(680px, 76svh);
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: var(--color-navy-dark);
}

.home-hero-image,
.home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: 60% 52%;
}

.home-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 31, 52, .9) 0%, rgba(13, 31, 52, .72) 43%, rgba(13, 31, 52, .12) 76%);
}

.home-hero-inner {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-hero-area {
  margin: 0 0 14px;
  color: #f2dfb4;
  font-size: 16px;
  font-weight: 800;
}

.home-hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}

.home-hero-lead {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.8;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.home-hero-points li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d5b470;
}

.home-updates {
  position: relative;
  z-index: 3;
  padding: 0 0 34px;
  background: #fff;
}

.home-update-panel {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  margin-top: -34px;
  overflow: hidden;
  border-top: 4px solid var(--color-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(22, 43, 72, .16);
}

.home-update-heading {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--color-navy-dark);
}

.home-update-heading p {
  margin: 0 0 3px;
  color: #d5b470;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-update-heading h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

.home-update-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-update-item {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 20px 38px 20px 22px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--color-line);
  background: #fff;
}

.home-update-item:last-child {
  border-right: 0;
}

.home-update-item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--color-gold);
  font-size: 18px;
  transform: translateY(-50%);
}

.home-update-item:hover {
  background: #f4f8f6;
}

.home-update-item > span {
  color: var(--color-green);
  font-size: 12px;
  font-weight: 800;
}

.home-update-item strong {
  margin-top: 4px;
  color: var(--color-navy-dark);
  font-size: 15px;
  line-height: 1.55;
}

.home-update-item small {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.55;
}

.home-concerns {
  position: relative;
  background-color: #eaf1f4;
  background-image: linear-gradient(rgba(239, 245, 247, .91), rgba(229, 238, 242, .95)), url("../img/home/TOP/after2.webp");
  background-position: center;
  background-size: cover;
}

.home-concerns::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(30, 58, 95, .08);
  border-bottom: 1px solid rgba(30, 58, 95, .08);
  pointer-events: none;
}

.home-concerns .container {
  position: relative;
}

.home-concern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-concern-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 174px;
  flex-direction: column;
  padding: 24px 42px 24px 24px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 26px rgba(22, 43, 72, .10);
  backdrop-filter: blur(4px);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-concern-item::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--color-gold);
  font-size: 20px;
  transform: translateY(-50%);
}

.home-concern-item:hover {
  background: #fff;
  box-shadow: 0 13px 32px rgba(22, 43, 72, .16);
  transform: translateY(-3px);
}

.home-concern-category {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 3px 9px;
  border-left: 3px solid var(--color-green);
  color: var(--color-green);
  background: #eaf5ee;
  font-size: 12px;
  font-weight: 800;
}

.home-concern-item strong {
  color: var(--color-navy-dark);
  font-size: 18px;
  line-height: 1.45;
}

.home-concern-item > span:last-child {
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-strengths {
  background: #eef3f6;
}

.home-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 70px;
  align-items: center;
}

.home-strength-list {
  border-top: 1px solid #cbd6df;
}

.home-strength-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #cbd6df;
}

.home-strength-item > span {
  color: var(--color-gold);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
}

.home-strength-item h3 {
  margin: 0;
  color: var(--color-navy-dark);
  font-size: 20px;
}

.home-strength-item p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-split-media {
  margin: 0;
}

.home-split-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.home-split-media figcaption {
  margin-top: 10px;
  color: var(--color-muted);
  font-size: 13px;
}

.home-featured {
  background: #fff;
}

.home-section-heading-row {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.home-heading-link {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.home-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.home-work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(30, 58, 95, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-work-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.home-work-image {
  display: flex;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--color-muted);
  background: #e9eef2;
}

.home-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-work-card:hover .home-work-image img {
  transform: scale(1.025);
}

.home-work-body {
  padding: 20px;
}

.home-work-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 800;
}

.home-work-meta span + span {
  color: var(--color-muted);
}

.home-work-meta span + span::before {
  content: "/";
  margin-right: 8px;
  color: #b4c0ca;
}

.home-work-body h3 {
  margin: 9px 0 0;
  color: var(--color-navy-dark);
  font-size: 19px;
  line-height: 1.55;
}

.home-work-body p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 14px;
}

.home-mobile-action {
  display: none;
  margin-top: 28px;
  text-align: center;
}

.home-menu {
  background: #f7f4ef;
}

.home-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-menu-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-menu-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(30, 58, 95, .11);
}

.home-menu-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe6ea;
}

.home-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-menu-copy {
  display: flex;
  padding: 15px;
  flex-direction: column;
}

.home-menu-copy strong {
  color: var(--color-navy-dark);
  font-size: 17px;
}

.home-menu-copy small {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 12px;
}

.home-jikka {
  padding: 80px 0;
  color: #fff;
  background: var(--color-green);
}

.home-jikka-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 64px;
  align-items: center;
}

.home-jikka .home-eyebrow {
  color: #dfe8c5;
}

.home-jikka h2 {
  color: #fff;
}

.home-jikka-copy > p:not(.home-eyebrow) {
  max-width: 620px;
  margin: 20px 0 28px;
  font-size: 17px;
}

.home-jikka img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.home-about {
  background: #fff;
}

.home-about-grid {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.home-about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.home-about-copy > p:not(.home-eyebrow) {
  margin: 18px 0 0;
  color: var(--color-muted);
}

.home-about-copy .home-text-link {
  margin-top: 26px;
}

.home-flow {
  background: #eef3f6;
}

.home-flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.home-flow-list li {
  position: relative;
  min-width: 0;
  padding: 24px 26px;
  border-left: 1px solid #c9d5df;
}

.home-flow-list li:last-child {
  border-right: 1px solid #c9d5df;
}

.home-flow-list span {
  color: var(--color-gold);
  font-family: Georgia, serif;
  font-size: 28px;
}

.home-flow-list h3 {
  margin: 8px 0 0;
  color: var(--color-navy-dark);
  font-size: 19px;
}

.home-flow-list p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-company {
  background: #fff;
}

.home-company-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.home-company-grid > div > p:not(.home-eyebrow) {
  margin: 18px 0 24px;
  color: var(--color-muted);
}

.home-company-details {
  margin: 0;
  border-top: 2px solid var(--color-navy);
}

.home-company-details div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-bottom: 1px solid var(--color-line);
}

.home-company-details dt,
.home-company-details dd {
  margin: 0;
  padding: 17px 18px;
}

.home-company-details dt {
  color: var(--color-navy-dark);
  background: #eef3f6;
  font-weight: 800;
}

.home-company-details dd {
  color: #475569;
}

.home-company-details a {
  color: var(--color-navy);
  font-weight: 800;
}

.home-final-cta {
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: #226c4a;
  isolation: isolate;
}

.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .16);
  pointer-events: none;
}

.home-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.home-final-cta .home-eyebrow {
  color: #e8d5a7;
}

.home-final-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 42px);
}

.home-final-cta p:last-child {
  max-width: 650px;
  margin: 14px 0 0;
  color: #e2f0e8;
}

.home-final-actions {
  display: flex;
  min-width: 300px;
  flex-direction: column;
  gap: 12px;
}

.home-final-cta .home-button-line {
  color: #175d3e;
  background: #fff;
}

.home-final-cta .home-button-light {
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
  background: rgba(14, 51, 35, .36);
}

.home-final-actions small {
  color: #d8ece1;
  font-size: 12px;
  text-align: center;
}

.home-page .site-footer {
  margin-top: 0;
}

.home-footer {
  position: relative;
  color: #dce6f2;
  background: #101f34;
}

.home-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-gold) 0 22%, var(--color-green) 22% 42%, #365f87 42% 100%);
}

.home-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 1fr) minmax(240px, .8fr);
  gap: 68px;
  padding-top: 64px;
  padding-bottom: 58px;
}

.home-footer-brand > a {
  display: inline-block;
  padding: 10px 14px;
  background: #fff;
}

.home-footer-brand img {
  width: 238px;
  height: auto;
}

.home-footer-brand > p {
  margin: 22px 0 10px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 700;
}

.home-footer-brand address {
  color: #aebdcd;
  font-size: 13px;
  font-style: normal;
  line-height: 1.75;
}

.home-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.home-footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-footer-nav p,
.home-footer-contact > p {
  margin: 0 0 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  color: #d5b470;
  font-size: 13px;
  font-weight: 800;
}

.home-footer-nav a {
  color: #f4f7fa;
  font-size: 14px;
  font-weight: 700;
}

.home-footer-nav a:hover,
.home-footer-line:hover {
  color: #d5b470;
}

.home-footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-footer-tel {
  margin-top: 7px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}

.home-footer-contact small {
  margin-top: 3px;
  color: #aebdcd;
  font-size: 12px;
}

.home-footer-line {
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 2px solid #22a867;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.home-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #0b1727;
}

.home-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.home-footer-bottom p {
  margin: 0;
  color: #8fa1b5;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .home-section {
    padding: 76px 0;
  }

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

  .home-split {
    gap: 42px;
  }

  .home-work-grid {
    gap: 18px;
  }

  .home-menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #c9d5df;
  }

  .home-flow-list li,
  .home-flow-list li:last-child {
    border: 0;
    background: #eef3f6;
  }

  .home-update-panel {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .home-update-item small {
    display: none;
  }

  .home-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .home-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  .home-page .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .home-page .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-page .site-header-actions {
    width: 100%;
  }

  .home-page .site-tel,
  .home-page .site-line {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .home-section {
    padding: 64px 0;
  }

  .home-section-heading {
    margin-bottom: 30px;
  }

  .home-section-heading h2,
  .home-jikka h2,
  .home-about h2,
  .home-company h2,
  .home-final-cta h2 {
    font-size: 32px;
  }

  .home-hero {
    min-height: 600px;
  }

  .home-hero-shade {
    background: linear-gradient(90deg, rgba(13, 31, 52, .9), rgba(13, 31, 52, .55));
  }

  .home-split,
  .home-jikka-inner,
  .home-about-grid,
  .home-company-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-split-media {
    order: -1;
  }

  .home-split-media img {
    aspect-ratio: 16 / 10;
  }

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

  .home-section-heading-row {
    display: block;
  }

  .home-heading-link {
    display: none;
  }

  .home-mobile-action {
    display: block;
  }

  .home-jikka {
    padding: 64px 0;
  }

  .home-jikka img {
    max-width: 520px;
  }

  .home-about-image {
    order: 2;
  }

  .home-final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
  }

  .home-final-actions {
    min-width: 0;
  }

  .home-update-panel {
    grid-template-columns: 1fr;
  }

  .home-update-heading {
    padding: 14px 20px;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
  }

  .home-update-heading p {
    margin: 0;
  }

  .home-update-list {
    grid-template-columns: 1fr;
  }

  .home-update-item {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

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

  .home-update-item small {
    display: block;
  }
}

@media (max-width: 560px) {
  .home-hero {
    min-height: 560px;
  }

  .home-hero-inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero-break {
    display: none;
  }

  .home-hero-actions,
  .home-hero-actions .home-button {
    width: 100%;
  }

  .home-hero-points {
    gap: 6px 14px;
    font-size: 13px;
  }

  .home-concern-grid,
  .home-work-grid {
    grid-template-columns: 1fr;
  }

  .home-concern-item {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-menu-copy {
    padding: 12px;
  }

  .home-flow-list {
    grid-template-columns: 1fr;
  }

  .home-flow-list li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }

  .home-flow-list span {
    grid-row: 1 / 3;
    font-size: 23px;
  }

  .home-flow-list h3 {
    margin: 0;
  }

  .home-company-details div {
    grid-template-columns: 1fr;
  }

  .home-company-details dt,
  .home-company-details dd {
    padding: 13px 15px;
  }

  .home-button {
    width: 100%;
  }

  .home-updates {
    padding-bottom: 8px;
  }

  .home-update-panel {
    margin-top: -18px;
  }

  .home-update-item {
    padding: 17px 36px 17px 18px;
  }

  .home-footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .home-footer-contact {
    grid-column: auto;
  }

  .home-footer-nav {
    gap: 24px;
  }

  .home-footer-bottom .container {
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-button,
  .home-work-card,
  .home-work-image img,
  .home-menu-card {
    transition: none;
  }

  .home-concern-item {
    transition: none;
  }
}
