.policy-page {
  color: #f6f8f2;
  background: var(--ink);
}

.policy-header {
  display: flex;
  width: var(--page);
  min-height: 86px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.back-link {
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 700;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--lime);
}

.policy-layout {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  padding: 90px 0 130px;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 100px;
}

.policy-layout aside {
  position: sticky;
  top: 32px;
  height: fit-content;
}

.policy-layout aside h1 {
  margin: 40px 0 0;
  font-size: 4.6rem;
  letter-spacing: -.09em;
}

.policy-product-en {
  margin-bottom: 54px;
  color: var(--lime);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.policy-layout dl {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.15);
}

.policy-layout dl div {
  display: flex;
  padding: 14px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: .72rem;
}

.policy-layout dt {
  color: rgba(255,255,255,.4);
}

.policy-layout dd {
  margin: 0;
}

.policy-content {
  color: var(--text);
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
}

.policy-content > header {
  padding: 64px;
  color: white;
  background: var(--ink-soft);
}

.policy-content > header > p:first-child {
  color: var(--lime);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.policy-content > header h2 {
  max-width: 650px;
  margin: 18px 0 30px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -.07em;
}

.updated {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: .78rem;
}

.policy-content section {
  padding: 48px 64px;
  border-bottom: 1px solid var(--line);
}

.policy-content section:last-child {
  border-bottom: 0;
}

.policy-content h3 {
  margin-bottom: 20px;
  font-size: 1.35rem;
  letter-spacing: -.03em;
}

.policy-content section > p {
  color: var(--muted);
  line-height: 1.9;
}

.policy-highlight {
  display: grid;
  margin-top: 34px;
  padding: 28px;
  border-radius: 15px;
  background: var(--lime);
}

.policy-highlight span {
  margin-bottom: 22px;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.policy-highlight strong {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.policy-highlight p {
  margin: 0;
  color: rgba(7,19,15,.66);
  font-size: .86rem;
}

.support-section {
  background: #e7eadd;
}

.support-email {
  display: block;
  margin: 30px 0;
  padding: 18px 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.support-email span {
  color: var(--blue);
}

.support-note {
  font-size: .82rem;
}

.policy-footer {
  display: flex;
  width: var(--page);
  min-height: 120px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.4);
  font-size: .72rem;
}

.policy-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .policy-layout { grid-template-columns: 1fr; gap: 46px; padding-top: 60px; }
  .policy-layout aside { position: static; }
  .policy-layout aside h1 { font-size: 3.8rem; }
  .policy-layout dl { max-width: 420px; }
}

@media (max-width: 620px) {
  .policy-header { min-height: 72px; }
  .policy-header .brand-mark { width: 23px; height: 23px; }
  .policy-content > header,
  .policy-content section { padding: 36px 24px; }
  .policy-content > header h2 { font-size: 2.7rem; }
  .policy-layout aside h1 { font-size: 3.2rem; }
  .back-link { font-size: .7rem; }
}
