.privacy-hero { position: relative; isolation: isolate; min-height: min(47rem, calc(100vh - 9.45rem)); display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); color: var(--ivory); }
.privacy-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(14 24 37 / 100%) 0%, rgb(14 24 37 / 96%) 43%, rgb(14 24 37 / 68%) 68%, rgb(14 24 37 / 45%) 100%); }
.privacy-hero-art { position: absolute; z-index: -2; top: -8%; right: -8%; width: min(72vw, 80rem); height: 116%; object-fit: cover; object-position: 60% center; opacity: .52; filter: invert(1) sepia(.12) saturate(.55) brightness(1.4); mix-blend-mode: screen; }
.privacy-hero-inner { padding-block: 6rem 7rem; }
.privacy-hero h1 { max-width: 53rem; margin: 0; font-size: clamp(4.4rem, 6.3vw, 6.3rem); line-height: .9; letter-spacing: -.03em; text-wrap: balance; }
.privacy-hero-inner > p:not(.eyebrow) { max-width: 45rem; margin: 2rem 0 0; color: #e2e5df; font-family: var(--serif); font-size: 1.4rem; line-height: 1.42; }
.privacy-hero .text-link { margin-top: 2.3rem; }

.commitments-section { padding-block: 8rem; }
.commitments-heading { max-width: 59rem; margin-bottom: 4.5rem; }
.commitments-heading h2, .handling-heading h2, .choice-heading h2 { margin: 0; color: var(--navy); font-size: clamp(3.3rem, 4.5vw, 4.4rem); line-height: .97; text-wrap: balance; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgb(43 38 32 / 18%); border-left: 1px solid rgb(43 38 32 / 18%); }
.commitment-grid article { min-height: 20rem; padding: 3rem 2.5rem; border-right: 1px solid rgb(43 38 32 / 18%); border-bottom: 1px solid rgb(43 38 32 / 18%); text-align: center; }
.commitment-grid h3 { margin: 0 0 1.2rem; color: var(--sage-deep); font-size: 2rem; line-height: 1.08; }
.commitment-grid p { max-width: 24rem; margin: 0 auto; color: var(--body); font-size: .88rem; line-height: 1.8; }

.meaning-section { padding: 7rem 0; background: var(--sage-deep); color: var(--ivory); }
.meaning-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.meaning-section h2 { max-width: 43rem; margin: 0; font-size: clamp(3.2rem, 4.1vw, 4rem); line-height: .98; text-wrap: balance; }
.meaning-copy { padding-top: 2rem; }
.meaning-copy p { max-width: 42rem; margin: 0 0 1.35rem; color: #f1f3ee; font-size: .9rem; line-height: 1.82; }
.meaning-copy .text-link { margin-top: 1.2rem; }

.handling-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7rem; padding-block: 8rem; }
.handling-list { border-top: 1px solid rgb(43 38 32 / 18%); }
.handling-list article { padding: 2rem 0 2.15rem; border-bottom: 1px solid rgb(43 38 32 / 18%); }
.handling-list h3 { margin: 0 0 .65rem; color: var(--sage-deep); font-size: 1.75rem; line-height: 1.1; }
.handling-list p { max-width: 43rem; margin: 0; color: var(--body); font-size: .9rem; line-height: 1.82; }

.stages-section { padding: 7rem 0 6.5rem; background: var(--navy-deep); color: var(--ivory); }
.stages-heading { max-width: 59rem; }
.stages-heading h2 { margin: 0; font-size: clamp(3.5rem, 4.8vw, 4.7rem); line-height: .95; text-wrap: balance; }
.stages-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4.5rem; border-top: 1px solid rgb(247 244 238 / 17%); border-bottom: 1px solid rgb(247 244 238 / 17%); }
.stages-grid article { min-height: 23rem; padding: 2.8rem 2.4rem; border-right: 1px solid rgb(247 244 238 / 17%); text-align: center; }
.stages-grid article:last-child { border-right: 0; }
.stages-grid .stage-label { margin: 0; color: var(--gold); font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.stages-grid h3 { margin: 2.6rem 0 1rem; font-size: 2rem; line-height: 1.05; }
.stages-grid article > p:last-child { max-width: 23rem; margin: 0 auto; color: #d9ded6; font-size: .86rem; line-height: 1.75; }

.choice-section { padding-block: 8rem; }
.choice-heading { max-width: 58rem; margin-bottom: 4.5rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgb(43 38 32 / 18%); border-left: 1px solid rgb(43 38 32 / 18%); }
.choice-grid article { min-height: 17rem; padding: 2.8rem 3rem; border-right: 1px solid rgb(43 38 32 / 18%); border-bottom: 1px solid rgb(43 38 32 / 18%); text-align: center; }
.choice-grid h3 { margin: 0 0 1rem; color: var(--sage-deep); font-size: 1.9rem; line-height: 1.08; }
.choice-grid p { max-width: 34rem; margin: 0 auto; color: var(--body); font-size: .9rem; line-height: 1.8; }

.limits-section { padding: 6.5rem 0; background: var(--sage-deep); color: var(--ivory); }
.limits-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
.limits-section h2 { max-width: 40rem; margin: 0; font-size: clamp(3.2rem, 4vw, 4rem); line-height: .98; text-wrap: balance; }
.limits-inner > div:last-child { padding-top: 2rem; }
.limits-inner > div:last-child p { max-width: 42rem; margin: 0 0 1.35rem; color: #f1f3ee; font-size: .9rem; line-height: 1.82; }

.privacy-note { padding-block: 7rem; text-align: center; }
.privacy-note .eyebrow { justify-content: center; }
.privacy-note .eyebrow::after { content: ""; flex: 0 0 2rem; height: 1px; background: var(--gold); }
.privacy-note h2 { max-width: 61rem; margin: 0 auto; color: var(--navy); font-size: clamp(3.2rem, 4.3vw, 4.2rem); line-height: .98; text-wrap: balance; }
.privacy-note > p:not(.eyebrow) { max-width: 51rem; margin: 1.8rem auto 0; color: var(--body); font-size: .9rem; line-height: 1.8; }
.privacy-note .note-updated { color: var(--sage-deep); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.privacy-cta { padding: 7rem 1.5rem 7.5rem; border-top: 1px solid rgb(43 38 32 / 15%); text-align: center; }
.privacy-cta h2 { max-width: 56rem; margin: 0 auto; color: var(--navy); font-size: clamp(3.4rem, 4.7vw, 4.5rem); line-height: .98; text-wrap: balance; }
.privacy-cta > p:not(.eyebrow) { max-width: 40rem; margin: 1.8rem auto 0; color: var(--body); }
.privacy-cta .button { margin-top: 2.4rem; }

@media (max-width: 68rem) {
  .privacy-hero-art { right: -17%; width: 86vw; opacity: .46; }
  .meaning-inner, .handling-section, .limits-inner { gap: 3.5rem; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid article { min-height: 0; }
  .stages-grid { grid-template-columns: 1fr; }
  .stages-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgb(247 244 238 / 17%); }
  .stages-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 44rem) {
  .privacy-hero { min-height: 42rem; align-items: flex-start; }
  .privacy-hero::after { background: linear-gradient(180deg, rgb(14 24 37 / 97%) 0%, rgb(14 24 37 / 86%) 50%, rgb(14 24 37 / 57%) 100%); }
  .privacy-hero-art { top: 8%; right: -38%; width: 160vw; height: 96%; object-position: 63% bottom; opacity: .43; }
  .privacy-hero-inner { padding-block: 4rem 4.5rem; }
  .privacy-hero h1 { max-width: 24rem; font-size: clamp(3.25rem, 14vw, 4rem); }
  .privacy-hero-inner > p:not(.eyebrow) { margin-top: 1.5rem; font-size: 1.16rem; }

  .commitments-section, .choice-section { padding-block: 5rem; }
  .commitments-heading, .choice-heading { margin-bottom: 3rem; }
  .commitments-heading h2, .handling-heading h2, .choice-heading h2 { font-size: 2.9rem; }
  .commitment-grid article, .choice-grid article { min-height: 0; padding: 2.3rem 1.5rem; }
  .commitment-grid h3, .choice-grid h3 { font-size: 1.8rem; }
  .commitment-grid p, .choice-grid p { font-size: .92rem; }

  .meaning-section, .limits-section { padding: 4.8rem 0; }
  .meaning-inner, .handling-section, .limits-inner { grid-template-columns: 1fr; gap: 2rem; }
  .meaning-section h2, .limits-section h2 { font-size: 2.9rem; }
  .meaning-copy, .limits-inner > div:last-child { padding-top: 0; }
  .meaning-copy p, .limits-inner > div:last-child p { font-size: .92rem; }

  .handling-section { padding-block: 5rem; }
  .handling-list h3 { font-size: 1.65rem; }
  .handling-list p { font-size: .92rem; }

  .stages-section { padding: 4.8rem 0 4.5rem; }
  .stages-heading h2 { font-size: 3rem; }
  .stages-grid { margin-top: 3.5rem; }
  .stages-grid article { padding: 2.3rem 1.1rem; }
  .stages-grid h3 { margin-top: 1.7rem; font-size: 1.85rem; }
  .stages-grid article > p:last-child { font-size: .92rem; }

  .choice-grid { grid-template-columns: 1fr; }
  .privacy-note { padding-block: 5rem; text-align: left; }
  .privacy-note .eyebrow { justify-content: flex-start; }
  .privacy-note .eyebrow::after { display: none; }
  .privacy-note h2 { font-size: 2.9rem; }
  .privacy-note > p:not(.eyebrow) { font-size: .92rem; }
  .privacy-cta { padding: 5rem 1.25rem; }
  .privacy-cta h2 { font-size: 3rem; }
  .privacy-cta .button { width: 100%; }
}
