.privacy-page code {
  padding: 2px 6px;
  background: #ece5da;
  border: 1px solid #c7beb2;
  border-radius: 4px;
  font-size: 0.88em;
}

.breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 34px;
  color: #655e57;
  font-size: 12px;
  font-weight: 750;
}

.breadcrumb a {
  text-underline-offset: 4px;
}

.privacy-hero {
  display: grid;
  width: min(calc(100% - 32px), var(--max));
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(68px, 8vw, 118px) 0;
}

.privacy-hero h1 {
  max-width: 930px;
}

.privacy-intro {
  max-width: 790px;
  margin-bottom: 0;
  font-size: clamp(18px, 1.7vw, 23px);
}

.draft-gate {
  padding: clamp(26px, 4vw, 42px);
  background: var(--yellow);
  border: var(--line);
  border-radius: 26px 26px 0 26px;
  box-shadow: 8px 8px 0 var(--ink);
}

.draft-gate > p:first-child {
  margin-bottom: 56px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.draft-gate strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}

.draft-gate > p:not(:first-child) {
  margin-bottom: 24px;
  font-size: 13px;
}

.status-pill {
  display: inline-flex;
  padding: 8px 12px;
  background: var(--ink);
  border-radius: 999px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-status {
  display: grid;
  width: min(calc(100% - 32px), var(--max));
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  border-top: var(--line);
  border-left: var(--line);
}

.policy-status > div {
  display: grid;
  min-height: 116px;
  gap: 6px;
  align-content: center;
  padding: 20px;
  background: var(--surface);
  border-right: var(--line);
  border-bottom: var(--line);
}

.policy-status small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-status strong {
  font-size: clamp(18px, 2vw, 25px);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.data-grid article {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
  background: var(--blue);
  border: var(--line);
  border-radius: 24px 24px 0 24px;
  box-shadow: 6px 6px 0 var(--ink);
}

.data-grid article:nth-child(2) {
  background: var(--coral);
}

.data-grid article:nth-child(3) {
  background: var(--green);
}

.data-grid .step {
  display: block;
  margin-bottom: 60px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.data-grid h3 {
  margin-bottom: 16px;
}

.data-grid p {
  font-size: 14px;
}

.data-grid a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 5px;
}

.data-grid dl {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
  font-size: 11px;
}

.data-grid dl > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.data-grid dt,
.data-grid dd {
  margin: 0;
}

.data-grid dd {
  font-weight: 850;
  text-align: right;
}

.absent-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(46px, 8vw, 120px);
  padding-right: clamp(24px, 5vw, 70px);
  padding-left: clamp(24px, 5vw, 70px);
  background: var(--ink);
  border-radius: 32px 32px 0 32px;
  color: white;
}

.absent-section .eyebrow::before {
  background: var(--coral);
}

.absent-section > div > p:last-child {
  color: #c7c2bb;
  font-size: clamp(16px, 0.9vw, 17px);
  line-height: 1.65;
}

.absent-section ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #55504d;
  list-style: none;
}

.absent-section li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #55504d;
}

.absent-section li > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 950;
}

.absent-section li strong {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  color: white;
}

.sensitive-note {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  padding-right: clamp(24px, 5vw, 70px);
  padding-left: clamp(24px, 5vw, 70px);
  background: var(--coral);
  border: var(--line);
  border-radius: 32px 32px 0 32px;
}

.note-mark {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  background: var(--surface);
  border: var(--line);
  border-radius: 50%;
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

.sensitive-note h2 {
  max-width: 980px;
}

.sensitive-note p:last-child {
  max-width: 890px;
  margin-bottom: 0;
}

.review-register ol {
  margin: 0;
  padding: 0;
  border-top: var(--line);
  list-style: none;
}

.review-register li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  padding: 30px 0;
  border-bottom: var(--line);
}

.review-register li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: var(--yellow);
  border: var(--line);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 950;
}

.review-register h3 {
  margin-bottom: 8px;
}

.review-register p {
  max-width: 790px;
  margin-bottom: 0;
  color: #5e5750;
  font-size: 14px;
}

.privacy-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 40px;
  align-items: center;
  padding-right: clamp(24px, 5vw, 70px);
  padding-left: clamp(24px, 5vw, 70px);
  background: var(--ink);
  border-radius: 32px 32px 0 32px;
  color: white;
}

.privacy-contact .eyebrow::before {
  background: var(--yellow);
}

.privacy-contact h2 {
  margin-bottom: 0;
}

.privacy-email-link {
  justify-self: end;
  color: white;
  font-size: clamp(17px, 1.1vw, 20px);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

@media (max-width: 1000px) {
  .privacy-hero,
  .absent-section,
  .privacy-contact {
    grid-template-columns: 1fr;
  }

  .privacy-email-link {
    justify-self: start;
  }

  .draft-gate {
    width: min(680px, 100%);
  }

  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-grid article:last-child { min-height: 330px; }

}

@media (max-width: 780px) {
  .privacy-hero,
  .policy-status {
    width: min(calc(100% - 24px), var(--max));
  }

  .privacy-hero {
    padding-top: 54px;
  }

  .policy-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .data-grid {
    grid-template-columns: 1fr;
  }

  .data-grid article,
  .data-grid article:last-child {
    grid-column: auto;
    min-height: 350px;
  }

  .absent-section,
  .sensitive-note,
  .privacy-contact {
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 22px 22px 0 22px;
  }

  .sensitive-note {
    grid-template-columns: 1fr;
  }

  .note-mark {
    width: 92px;
    height: 92px;
    font-size: 58px;
  }
}

@media (max-width: 480px) {
  .policy-status > div {
    min-height: 100px;
    padding: 14px;
  }

  .review-register li {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }

  .review-register li > span {
    width: 44px;
    height: 44px;
  }
}
