*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  background: #f4f7f4;
}

body {
  margin: 0;
  color: #17211c;
  background: #f4f7f4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

a {
  color: #0f5c38;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #0a3f26;
}

a:focus-visible {
  outline: 2px solid #0f5c38;
  outline-offset: 3px;
}

.home-page {
  min-height: 100dvh;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(100% - 2.5rem, 36rem);
  min-height: 100dvh;
  margin: 0 auto;
  padding: max(1.5rem, env(safe-area-inset-top)) 0 max(1.5rem, env(safe-area-inset-bottom));
}

.mark {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 1.25rem;
  border: 2px solid #0f5c38;
  border-radius: 50%;
}

.home h1,
.policy h1 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.home h1 {
  font-size: clamp(2rem, 6vw, 2.75rem);
}

.lede {
  margin: 0.9rem 0 0;
  max-width: 34rem;
  color: #24312b;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  line-height: 1.55;
}

.home-nav {
  margin: 1.5rem 0 0;
}

.home-nav a {
  font-weight: 600;
}

.credit {
  margin: 2.5rem 0 0;
  color: #3d4f46;
  font-size: 0.9375rem;
}

.policy {
  width: min(100% - 2.5rem, 40rem);
  margin: 0 auto;
  padding: max(1.25rem, env(safe-area-inset-top)) 0 max(3rem, env(safe-area-inset-bottom));
}

.back {
  margin: 0 0 2rem;
  font-size: 0.9375rem;
}

.back a {
  font-weight: 600;
  text-decoration: none;
}

.back a:hover {
  text-decoration: underline;
}

.policy h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.25rem);
}

.effective {
  margin: 0.85rem 0 0;
}

.policy p {
  margin: 1rem 0 0;
}

.policy h2 {
  margin: 2.25rem 0 0;
  font-size: clamp(1.125rem, 2.6vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.policy ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.policy li + li {
  margin-top: 0.3rem;
}

.contact {
  margin: 1rem 0 0;
}

.legal-end {
  margin: 2.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #d5e0da;
  color: #3d4f46;
  font-size: 0.9375rem;
}

@media (max-width: 380px) {
  .home,
  .policy {
    width: min(100% - 2rem, 40rem);
  }
}

@media print {
  html,
  body {
    background: #fff;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  a {
    color: #000;
  }

  .policy {
    width: auto;
    max-width: none;
  }
}
