.privacy-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 56, 123, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 56, 123, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 64px 64px;
}

.privacy-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 245, 241, 0.96);
  backdrop-filter: blur(16px);
}

.privacy-header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.privacy-header-inner img {
  width: clamp(154px, 17vw, 188px);
  height: auto;
}

.privacy-back {
  border-bottom: 1px solid currentColor;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.privacy-main {
  max-width: 920px;
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(72px, 10vw, 128px);
}

.privacy-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.privacy-main h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.privacy-lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.48;
}

.privacy-main section {
  margin-top: clamp(44px, 6vw, 70px);
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.privacy-main h2 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(21px, 2.5vw, 28px);
  line-height: 1.18;
}

.privacy-main p,
.privacy-main li {
  color: #34353c;
  font-size: 16px;
  line-height: 1.72;
}

.privacy-main p {
  margin: 0 0 14px;
}

.privacy-main ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
}

.privacy-main a {
  color: var(--blue);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.privacy-main code {
  padding: 0.12em 0.34em;
  background: rgba(0, 56, 123, 0.08);
  color: var(--blue-deep);
  font-size: 0.92em;
}

.privacy-updated {
  margin-top: 54px !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
}

.privacy-page-footer {
  border-top: 1px solid var(--line);
  background: #eeede8;
}

.privacy-page-footer .shell {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .privacy-header {
    height: 82px;
  }

  .privacy-back {
    max-width: 90px;
    text-align: right;
  }

  .privacy-main {
    padding-top: 44px;
  }

  .privacy-main h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .privacy-main section {
    margin-top: 40px;
    padding-top: 22px;
  }
}

@media (max-width: 860px) {
  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.privacy-page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow: visible;
  }
}
