/* 06 — FOOTER (V3). Section Y 4075.4..4534 (h 458.6). */
.s-footer { height: 459px; }

.s-footer .footer-block {
  position: absolute;
  left: 3px; top: 0;
  width: 1911.95px; height: 455.16px;
  border-radius: 40px;
  background: var(--c-footer);
}

.s-footer .footer-mark {
  position: absolute;
  left: 20px; top: 202.6px;   /* wordmark y4285.7 - flower slightly above */
  width: 560px; height: 48px;
}
.s-footer .footer-wordmark {
  position: absolute;
  left: 0; top: 7.7px;
  width: 515.58px; height: 35.47px;
}
.s-footer .footer-flower {
  position: absolute;
  left: 183px; top: 0;
  width: 44px; height: 48px;
}

.s-footer .footer-links {
  position: absolute;
  left: 20px; top: 293px;    /* @handle y4373 - 4075.4 ≈ 297.6, block starts here */
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.s-footer .footer-link {
  font-family: "Marund3222";
  font-size: 31.19px;
  letter-spacing: -0.312px;
  color: #424b0f;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(#424b0f, #424b0f);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.35s var(--ease-gp);
}
.s-footer .footer-link:hover { background-size: 100% 1px; }

.s-footer .footer-hairline {
  position: absolute;
  left: 20px; top: 392.6px;   /* y4468 */
  width: 1880px; height: 0.8px;
  background: #424b0f;
}
.s-footer .footer-copyright {
  position: absolute;
  left: 20px; top: 409.6px;   /* y4485 */
  margin: 0;
  font-family: "Marund3222";
  font-size: 15.6px;
  line-height: 23.4px;
  letter-spacing: -0.156px;
  color: #424b0f;
}


