html.has-site-footer,
html.has-site-footer body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  min-height: 100%;
  width: 100%;
}

body.has-site-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

body.has-site-footer .landing-frame,
body.has-site-footer > main {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
}

body.has-site-footer .landing-frame {
  max-height: none;
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

.site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 0 0 auto;
  align-self: stretch;
  background: #4d6649;
  color: #ffffff;
  padding: clamp(36px, 6vw, 56px) clamp(20px, 4vw, 48px) clamp(28px, 4vw, 40px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 5vw, 64px);
}

.site-footer__left {
  flex: 1;
  min-width: 0;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.8vh, 14px);
}

.site-footer__nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  transition: opacity 0.2s ease;
}

.site-footer__nav a:hover {
  opacity: 0.75;
}

.site-footer__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 3vh, 28px);
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.site-footer__instagram:hover {
  opacity: 0.75;
}

.site-footer__instagram svg {
  display: block;
  width: 28px;
  height: 28px;
}

.site-footer__right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.site-footer__logo {
  display: block;
  width: clamp(100px, 14vw, 150px);
  height: auto;
}

.site-footer__copy {
  max-width: 1100px;
  margin: clamp(28px, 4vh, 40px) auto 0;
  text-align: right;
  font-size: clamp(12px, 1.5vw, 14px);
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 640px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__nav {
    align-items: center;
  }

  .site-footer__right {
    justify-content: center;
  }

  .site-footer__copy {
    text-align: center;
  }
}

.privacy-page {
  min-height: 100vh;
  background: #050608;
  color: #e8ede6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.privacy-page__header {
  padding: 24px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(77, 102, 73, 0.45);
}

.privacy-page__header a {
  display: inline-block;
}

.privacy-page__header img {
  height: 40px;
  width: auto;
}

.privacy-page__main {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 24px;
}

.privacy-page__main h1 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 34px);
  color: #ffffff;
}

.privacy-page__main .privacy-subtitle {
  margin: 0 0 8px;
  font-size: 16px;
  color: #b8d4b2;
}

.privacy-page__main .privacy-date {
  margin: 0 0 32px;
  font-size: 14px;
  color: #a8bda4;
}

.privacy-page__main h2 {
  margin: 28px 0 10px;
  font-size: 18px;
  color: #d4e4d0;
}

.privacy-page__main p,
.privacy-page__main li {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #c8d6c4;
}

.privacy-page__main ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.privacy-page__main a {
  color: #b8d4b2;
}
