:root {
  color-scheme: light;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #000000;
}

.coming-soon {
  display: flex;
  min-height: 100svh;
  padding: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.logo {
  display: block;
  width: clamp(112px, 18vw, 176px);
  height: auto;
  margin-bottom: 8px;
}

h1 {
  margin: 0;
  font-size: clamp(36px, 7vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

p {
  margin: 16px 0 0;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.policy-page {
  color: #111111;
}

.policy-header {
  display: flex;
  width: min(920px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.policy-brand img {
  width: 42px;
  height: 32px;
}

.home-link {
  color: #555555;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.home-link:hover,
.policy-content a:hover {
  color: #000000;
}

.policy-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.policy-title {
  margin-bottom: 48px;
}

.policy-content h1 {
  font-size: clamp(40px, 8vw, 64px);
  line-height: 1.05;
}

.policy-title p {
  margin-top: 12px;
  color: #777777;
  font-size: 15px;
}

.policy-content section {
  margin-top: 44px;
}

.policy-content h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

.policy-content p,
.policy-content li {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.policy-content p {
  margin: 14px 0 0;
}

.policy-content ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.policy-content li + li {
  margin-top: 8px;
}

.policy-content a {
  color: #111111;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .policy-content {
    padding: 48px 0 72px;
  }

  .policy-title {
    margin-bottom: 36px;
  }

  .policy-content section {
    margin-top: 36px;
  }
}
