.membership-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding-block: 26px 70px; }
.membership-nav { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-block: 12px 32px; border-bottom: 1px solid var(--line, #443c2d); margin-bottom: 44px; }
.membership-nav a { text-decoration: underline; text-underline-offset: 5px; }
.membership-nav strong { color: #e8d5a3; font-size: 1.2rem; }
.membership-offer { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr); gap: 28px 48px; padding: clamp(24px, 4vw, 48px); background: #111827; border: 1px solid #645437; border-radius: 18px; margin-block: 32px; text-align: start; }
.membership-eyebrow { color: #dfc07a; font-weight: 700; font-size: .82rem; letter-spacing: .08em; margin: 0 0 12px; }
.membership-offer h2, .membership-account h1, .membership-terms h1 { color: #fff; font-size: clamp(1.9rem, 3.1vw, 2.8rem); line-height: 1.2; margin: 0 0 18px; }
.membership-lead { color: #d4cec0; line-height: 1.8; max-width: 60ch; margin-block: 0 28px; font-size: 1.05rem; }
.membership-benefits { padding: 0; margin: 0; list-style: none; display: grid; gap: 22px; }
.membership-benefits li { border-inline-start: 2px solid #b59558; padding-inline-start: 16px; }
.membership-benefits strong, .membership-benefits span { display: block; }
.membership-benefits strong { color: #f0e6d2; margin-bottom: 4px; }
.membership-benefits span, .membership-small { color: #c0b9aa; font-size: .93rem; line-height: 1.7; }
.membership-offer__price { display: flex; flex-direction: column; justify-content: center; align-items: stretch; border-inline-start: 1px solid #50452f; padding-inline-start: 36px; }
.membership-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; color: #fff; margin: 0; }
.membership-price bdi { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 750; line-height: 1.2; }
.membership-price span { font-size: 1rem; color: #d5c7ac; }
.membership-offer__footnote { grid-column: 1 / -1; border-top: 1px solid #443c2d; padding-top: 22px; margin: 0; color: #c0b9aa; line-height: 1.7; font-size: .86rem; }
.membership-button { min-height: 48px; padding: 13px 20px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid #dfc07a; border-radius: 8px; background: #dfc07a; color: #111827; font: inherit; font-weight: 700; line-height: 1.4; text-align: center; cursor: pointer; text-decoration: none; }
.membership-button:hover { background: #f1d89c; }
.membership-button--secondary { color: #e8d5a3; background: transparent; }
.membership-button--secondary:hover { background: #252737; }
.membership-button:focus-visible, .membership-text-link:focus-visible, .membership-nav a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.membership-text-link { color: #e8d5a3; text-decoration: underline; text-underline-offset: 4px; display: inline-block; padding-block: 12px; }
.membership-notice { border-inline-start: 3px solid #c9a96a; background: #202637; padding: 16px; color: #f0e6d2; line-height: 1.65; }
.membership-account { max-width: 780px; margin-inline: auto; }
.membership-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-block: 24px; }
.membership-form { display: grid; gap: 12px; }
.membership-consent { display: flex; gap: 12px; align-items: flex-start; line-height: 1.8; cursor: pointer; }
.membership-consent input { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 5px; accent-color: #dfc07a; }
.membership-consent input:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.membership-payment-frame { display: block; width: 100%; height: 75vh; min-height: 480px; border: 0; background: #fff; border-radius: 8px; margin-block: 16px 24px; }
.membership-account__panel { border: 1px solid #645437; background: #111827; border-radius: 16px; padding: clamp(20px, 4vw, 36px); margin-block: 30px; line-height: 1.8; }
.membership-status { display: inline-block; color: #b4e7cd; border: 1px solid #38644f; border-radius: 30px; padding: 3px 14px; font-weight: 700; margin-block: 0 20px; }
.membership-status--past_due { color: #f7d99c; border-color: #80612c; }
.membership-status--cancelled, .membership-status--ended, .membership-status--pending { color: #d7d0c0; border-color: #676255; }
.membership-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-block: 20px; }
.membership-dates dt { font-size: .88rem; color: #c0b9aa; }
.membership-dates dd { color: #fff; margin: 5px 0 0; font-size: 1.12rem; font-weight: 650; }
.membership-cancel { border-top: 1px solid #443c2d; margin-top: 25px; padding-top: 18px; }
.membership-terms { max-width: 780px; margin-inline: auto; line-height: 1.85; color: #ded8ca; }
.membership-terms h2 { color: #e8d5a3; font-size: 1.3rem; margin-top: 32px; }
.membership-terms a { color: #e8d5a3; text-decoration: underline; }
.membership-review { background: #f0d9a1; color: #172036; padding: 14px 20px; line-height: 1.5; }
.membership-review nav { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 10px; }
.membership-review a { text-decoration: underline; min-height: 36px; display: inline-flex; align-items: center; }
@media (max-width: 760px) {
  .membership-offer { grid-template-columns: 1fr; gap: 24px; }
  .membership-offer__price { border-inline-start: 0; border-top: 1px solid #50452f; padding-inline-start: 0; padding-top: 24px; }
  .membership-price bdi { font-size: 3.3rem; }
  .membership-shell { width: min(100% - 28px, 1120px); }
  .membership-nav { margin-bottom: 28px; padding-bottom: 24px; }
}
@media (max-width: 450px) {
  .membership-dates { grid-template-columns: 1fr; gap: 15px; }
  .membership-button { width: 100%; }
}
