.page-hero {
  padding: 104px 28px 42px;
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--rule);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1.4px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 45%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 45%, transparent 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(48% 45% at 88% 0%, rgba(201, 168, 76, 0.18) 0%, rgba(201, 168, 76, 0.07) 42%, transparent 78%);
  mix-blend-mode: screen;
}

.page-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.hero-super {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--hot);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-title {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero-title .en {
  display: block;
  margin-top: 12px;
  color: var(--ink-2);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 0.02em;
}

.hero-lede {
  max-width: 760px;
  margin-top: 22px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 2;
}

main {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 28px 88px;
}

.toc {
  padding: 24px 0 30px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 34px;
}

.toc h2 {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--hot);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.toc ol {
  list-style: none;
  columns: 2;
  column-gap: 44px;
}

.toc li {
  break-inside: avoid;
}

.toc a {
  display: block;
  padding: 5px 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.6;
}

.toc a:hover {
  color: var(--hot);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: var(--ink-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-meta span {
  border: 1px solid var(--rule);
  padding: 5px 9px;
}

.policy-section,
.section {
  padding: 34px 0;
  border-bottom: 1px solid var(--rule);
}

.policy-section h2,
.section h2 {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 18px;
}

.policy-section h3,
.section h3 {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 900;
  margin: 24px 0 10px;
  color: var(--ink);
}

.policy-section p,
.section p {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 2;
}

.policy-section p + p,
.section p + p {
  margin-top: 14px;
}

.policy-section ul,
.section ul {
  list-style: none;
  margin: 12px 0 0;
  display: grid;
  gap: 7px;
}

.policy-section li,
.section li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.85;
}

.policy-section li::before,
.section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 6px;
  height: 1px;
  background: var(--hot);
}

.summary-table {
  border-top: 2px solid var(--ink);
  margin-bottom: 40px;
}

.summary-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.summary-row dt {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--hot);
  text-transform: uppercase;
}

.summary-row dd {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.9;
}

.contact-box {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--rule);
  background: var(--bg-2);
}

.contact-box strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -0.02em;
}

.date-block {
  margin-top: 28px;
  color: var(--ink-mute);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .page-hero {
    padding: 88px 20px 38px;
  }

  main {
    padding: 44px 20px 70px;
  }

  .toc ol {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .summary-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .policy-section,
  .section {
    padding: 30px 0;
  }

  .policy-section p,
  .policy-section li,
  .section p,
  .section li,
  .summary-row dd {
    font-size: 13px;
  }
}
