.terms-hero { position: relative; isolation: isolate; min-height: min(46rem, calc(100vh - 9.45rem)); display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgb(16 41 77 / 8%); border-bottom: 1px solid rgb(16 41 77 / 10%); background: var(--ivory); }
.terms-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--ivory) 0%, rgb(247 244 238 / 97%) 40%, rgb(247 244 238 / 72%) 62%, rgb(247 244 238 / 16%) 100%); }
.terms-hero-art { position: absolute; z-index: -2; top: -7%; right: -8%; width: min(70vw, 78rem); height: 114%; object-fit: cover; object-position: 59% center; opacity: .63; }
.terms-hero-inner { padding-block: 6rem 7rem; }
.terms-hero h1 { max-width: 57rem; margin: 0; color: var(--navy); font-size: clamp(4.2rem, 6vw, 6rem); line-height: .91; letter-spacing: -.03em; text-wrap: balance; }
.terms-hero-inner > p:not(.eyebrow) { max-width: 46rem; margin: 2rem 0 0; color: var(--body); font-family: var(--serif); font-size: 1.35rem; line-height: 1.42; }
.terms-hero .text-link { margin-top: 2.3rem; }

.development-notice { display: block; padding-block: 6rem; text-align: left; }
.development-notice .eyebrow { margin-top: 0; }
.development-notice > div { max-width: 68rem; }
.development-notice h2 { max-width: 61rem; margin: 0; color: var(--navy); font-size: clamp(2.8rem, 3.8vw, 3.7rem); line-height: .98; text-wrap: balance; }
.development-notice div p { max-width: 56rem; margin: 1.7rem 0 0; color: var(--body); font-size: .92rem; line-height: 1.82; }

.use-section { padding: 7rem 0 6.5rem; background: var(--navy-deep); color: var(--ivory); }
.use-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.use-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.6rem; }
.use-heading h2 { margin: 0; font-size: clamp(3.5rem, 4.8vw, 4.7rem); line-height: .95; text-wrap: balance; }
.use-heading > p:last-child { max-width: 35rem; margin: 0; color: #d9ded6; font-size: .92rem; line-height: 1.8; }
.use-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%); }
.use-grid article { min-height: 18rem; padding: 3rem 2.4rem; border-right: 1px solid rgb(247 244 238 / 17%); text-align: center; }
.use-grid article:last-child { border-right: 0; }
.use-grid h3 { margin: 0 0 1.1rem; font-size: 2rem; line-height: 1.05; }
.use-grid p { max-width: 22rem; margin: 0 auto; color: #d9ded6; font-size: .88rem; line-height: 1.75; }

.limits-grid-section { padding-block: 8rem; }
.limits-heading { max-width: 64rem; margin-bottom: 4.5rem; }
.limits-heading h2, .reflection-heading h2 { margin: 0; color: var(--navy); font-size: clamp(3.3rem, 4.5vw, 4.4rem); line-height: .97; text-wrap: balance; }
.limits-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%); }
.limits-grid article { min-height: 17rem; padding: 2.7rem 2.2rem; border-right: 1px solid rgb(43 38 32 / 18%); border-bottom: 1px solid rgb(43 38 32 / 18%); text-align: center; }
.limits-grid h3 { margin: 0 0 1rem; color: var(--sage-deep); font-size: 1.8rem; line-height: 1.08; }
.limits-grid p { max-width: 25rem; margin: 0 auto; color: var(--body); font-size: .86rem; line-height: 1.75; }

.responsibility-section { padding: 7rem 0; background: var(--sage-deep); color: var(--ivory); }
.responsibility-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7rem; }
.responsibility-section h2 { max-width: 43rem; margin: 0; font-size: clamp(3.2rem, 4.1vw, 4rem); line-height: .98; text-wrap: balance; }
.responsibility-list { border-top: 1px solid rgb(247 244 238 / 20%); }
.responsibility-list article { padding: 1.7rem 0 1.9rem; border-bottom: 1px solid rgb(247 244 238 / 20%); }
.responsibility-list h3 { margin: 0 0 .6rem; color: var(--ivory); font-size: 1.55rem; line-height: 1.12; }
.responsibility-list p { max-width: 43rem; margin: 0; color: #f1f3ee; font-size: .88rem; line-height: 1.78; }

.urgent-section { display: grid; grid-template-columns: 7rem 1fr; gap: 3rem; align-items: start; padding-block: 7rem; }
.urgent-mark { width: 6rem; height: 6rem; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 3.4rem; line-height: 1; }
.urgent-section h2 { max-width: 58rem; margin: 0; color: var(--navy); font-size: clamp(3.1rem, 4.2vw, 4.1rem); line-height: .97; text-wrap: balance; }
.urgent-section > div:last-child > p:last-child { max-width: 58rem; margin: 1.7rem 0 0; color: var(--body); font-size: .92rem; line-height: 1.82; }

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

.reflection-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; padding-block: 8rem; }
.reflection-copy { padding-top: 2rem; }
.reflection-copy > p { max-width: 44rem; margin: 0 0 1.4rem; color: var(--body); font-size: .92rem; line-height: 1.82; }
.reflection-links { display: flex; flex-wrap: wrap; gap: 1.8rem; margin-top: 2.2rem; }

.legal-note { padding-block: 6.5rem; border-top: 1px solid rgb(43 38 32 / 15%); text-align: center; }
.legal-note h2 { max-width: 60rem; margin: 0 auto; color: var(--navy); font-size: clamp(3.2rem, 4.3vw, 4.2rem); line-height: .98; text-wrap: balance; }
.legal-note > p:not(.eyebrow) { max-width: 53rem; margin: 1.8rem auto 0; color: var(--body); font-size: .9rem; line-height: 1.8; }
.legal-note .note-updated { color: var(--sage-deep); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

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

@media (max-width: 68rem) {
  .terms-hero-art { right: -18%; width: 88vw; opacity: .56; }
  .responsibility-inner, .beta-inner, .reflection-section { gap: 3.5rem; }
  .limits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 44rem) {
  .terms-hero { min-height: 41rem; align-items: flex-start; }
  .terms-hero::after { background: linear-gradient(180deg, rgb(247 244 238 / 94%) 0%, rgb(247 244 238 / 77%) 50%, rgb(247 244 238 / 32%) 100%); }
  .terms-hero-art { top: 8%; right: -38%; width: 160vw; height: 94%; object-position: 63% bottom; opacity: .54; }
  .terms-hero-inner { padding-block: 4rem 4.5rem; }
  .terms-hero h1 { max-width: 25rem; font-size: clamp(3.2rem, 14vw, 3.9rem); }
  .terms-hero-inner > p:not(.eyebrow) { margin-top: 1.5rem; font-size: 1.16rem; }

  .development-notice { padding-block: 4.5rem; }
  .development-notice h2 { font-size: 2.8rem; }
  .development-notice div p { font-size: .92rem; }

  .use-section { padding: 4.8rem 0 4.5rem; }
  .use-heading { grid-template-columns: 1fr; gap: 1.8rem; }
  .use-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .use-heading h2 { font-size: 3rem; }
  .use-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .use-grid article { min-height: 0; padding: 2.2rem 1rem; border-right: 0; border-bottom: 1px solid rgb(247 244 238 / 17%); }
  .use-grid article:last-child { border-bottom: 0; }
  .use-grid h3 { font-size: 1.8rem; }
  .use-grid p { font-size: .92rem; }

  .limits-grid-section { padding-block: 5rem; }
  .limits-heading { margin-bottom: 3rem; }
  .limits-heading h2, .reflection-heading h2 { font-size: 2.9rem; }
  .limits-grid { grid-template-columns: 1fr; }
  .limits-grid article { min-height: 0; padding: 2.2rem 1.4rem; }
  .limits-grid h3 { font-size: 1.7rem; }
  .limits-grid p { font-size: .92rem; }

  .responsibility-section, .beta-section { padding: 4.8rem 0; }
  .responsibility-inner, .beta-inner, .reflection-section { grid-template-columns: 1fr; gap: 2rem; }
  .responsibility-section h2, .beta-section h2 { font-size: 2.9rem; }
  .responsibility-list h3 { font-size: 1.55rem; }
  .responsibility-list p, .beta-copy p { font-size: .92rem; }
  .beta-copy { padding-top: 0; }

  .urgent-section { grid-template-columns: 3.5rem 1fr; gap: 1.2rem; padding-block: 5rem; }
  .urgent-mark { width: 3.3rem; height: 3.3rem; font-size: 2rem; }
  .urgent-section h2 { font-size: 2.75rem; }
  .urgent-section > div:last-child > p:last-child { font-size: .92rem; }

  .reflection-section { padding-block: 5rem; }
  .reflection-copy { padding-top: 0; }
  .reflection-copy > p { font-size: .92rem; }
  .reflection-links { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .legal-note { padding-block: 5rem; text-align: left; }
  .legal-note .eyebrow { justify-content: flex-start; }
  .legal-note .eyebrow::after { display: none; }
  .legal-note h2 { font-size: 2.9rem; }
  .legal-note > p:not(.eyebrow) { font-size: .92rem; }
  .terms-cta { padding: 5rem 1.25rem; }
  .terms-cta h2 { font-size: 3rem; }
  .terms-cta .button { width: 100%; }
}
