/* Maze Plus: upcoming story previews and membership management. */
.app-page.plus-page > main { width: 100%; padding-bottom: 0; }
.plus-page .plus-wrap { width: min(1160px, calc(100% - 112px)); margin-inline: auto; }
.plus-page .plus-badge { display: inline-block; padding: 6px 11px; border-radius: 4px; background: #e3e8d0; color: var(--ink); font: 500 9px/1.4 'DM Sans', sans-serif; letter-spacing: 1.3px; vertical-align: middle; }
.plus-page .eyebrow .plus-badge { margin-left: 12px; }
.plus-page .plus-small { color: var(--muted); font-size: 12px; line-height: 1.7; }
.plus-page .plus-text-link { display: inline-block; font-size: 13px; line-height: 1.6; text-underline-offset: 5px; }
.plus-page .plus-hero { overflow: hidden; }
.plus-page .plus-hero-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; min-height: 610px; align-items: center; padding-block: var(--page-heading-top) 65px; }
.plus-page .plus-hero-copy { --page-title-size: clamp(50px, 5.5vw, 76px); --page-title-leading: 1.02; --page-title-tracking: -3px; position: relative; z-index: 1; }
.plus-page .plus-hero-copy .page-heading-description { max-width: 425px; }
.plus-page .plus-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 27px; }
.plus-page .plus-hero-actions .button { min-height: 52px; padding-inline: 26px; }
.plus-page .plus-hero-copy > .plus-small { margin-top: 20px; }
.plus-page .plus-hero-art { align-self: stretch; position: relative; display: flex; align-items: center; margin: -35px -100px -20px -40px; }
.plus-page .plus-garden { width: 100%; height: 100%; min-height: 480px; object-fit: cover; mix-blend-mode: multiply; mask-image: linear-gradient(to right, transparent, black 14%, black 92%, transparent); }
.plus-page .plus-hero-caption { position: absolute; right: 75px; bottom: 15px; padding: 22px 26px; background: #fcfbf5f5; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 8px 30px #183f320a; }
.plus-page .plus-hero-caption > p { font: 26px/1.2 Georgia, serif; margin: 13px 0 10px; letter-spacing: -.6px; }
.plus-page .plus-hero-caption .plus-small { font-size: 10px; }
.plus-page .plus-section-heading { max-width: 760px; margin-bottom: 35px; }
.plus-page .plus-section-heading h2 { font-size: clamp(34px, 3.7vw, 48px); letter-spacing: -1.7px; margin: 16px 0; }
.plus-page .plus-section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; margin-bottom: 0; }
.plus-page .plus-stories { padding-block: 65px 45px; background: #eef0e4; border-block: 1px solid #e3e6d7; }
.plus-page .plus-story-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.plus-page .plus-story-card { background: var(--paper); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.plus-page .plus-story-card > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; mix-blend-mode: multiply; }
.plus-page .plus-story-caption { padding: 20px 24px 25px; border-top: 1px solid #e8e8dc; }
.plus-page .plus-story-caption .eyebrow { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 0 0 16px; font-size: 9px; color: var(--muted); }
.plus-page .plus-story-caption .eyebrow span { letter-spacing: 1px; }
.plus-page .plus-story-caption h3 { font-size: 26px; margin: 0 0 12px; }
.plus-page .plus-story-caption > p:last-child { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
.plus-page .plus-story-note { margin: 26px 0 0; text-align: center; font-size: 12px; line-height: 1.7; color: var(--muted); }
.plus-page .plus-membership { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; padding-block: 80px; scroll-margin-top: 30px; }
.plus-page .plus-membership-copy h2 { font-size: clamp(36px, 4vw, 52px); letter-spacing: -1.8px; margin: 16px 0; }
.plus-page .plus-membership-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.plus-page .plus-membership-card { min-width: 0; padding: 35px; border: 1px solid var(--soft-border); border-top: 4px solid #899a75; border-radius: 6px; background: var(--surface); }
.plus-page .plus-membership-card h2 { font-size: 32px; margin: 23px 0 16px; }
.plus-page .plus-membership-card p { font-size: 14px; line-height: 1.8; color: var(--muted); }
.plus-page .plus-membership-card p strong { color: var(--ink); }
.plus-page .plus-membership-card .button { width: 100%; margin-top: 12px; }
.plus-page .plus-membership-card .control-cue { font-size: 11px; text-align: left; }
@media (max-width: 1050px) {
  .plus-page .plus-wrap { width: calc(100% - 64px); }
  .plus-page .plus-hero-layout { min-height: 560px; }
  .plus-page .plus-hero-copy { --page-title-size: 58px; }
  .plus-page .plus-hero-art { margin-left: -20px; }
  .plus-page .plus-story-caption { padding-inline: 18px; }
  .plus-page .plus-membership { gap: 45px; }
}
@media (max-width: 760px) {
  .plus-page .plus-hero-layout { grid-template-columns: 1fr; padding-bottom: var(--page-heading-bottom); }
  .plus-page .plus-hero-copy { --page-title-size: clamp(48px, 8.5vw, 64px); --page-title-tracking: -2px; max-width: 540px; }
  .plus-page .plus-hero-copy .page-heading-description { max-width: 480px; }
  .plus-page .plus-hero-art { margin: 0 -25px; height: 390px; }
  .plus-page .plus-garden { min-height: 0; object-fit: contain; mask-image: none; }
  .plus-page .plus-hero-caption { right: 20px; bottom: 0; padding: 16px 20px; }
  .plus-page .plus-hero-caption > p { font-size: 22px; }
  .plus-page .plus-story-gallery { grid-template-columns: 1fr; gap: 22px; }
  .plus-page .plus-stories { padding-block: 45px 35px; }
  .plus-page .plus-story-caption { padding: 22px; }
  .plus-page .plus-story-caption h3 { font-size: 29px; }
  .plus-page .plus-membership { grid-template-columns: 1fr; gap: 25px; padding-block: 50px; }
}
@media (max-width: 560px) {
  .plus-page .plus-wrap { width: calc(100% - 40px); }
  .plus-page .plus-hero-copy .plus-badge { margin-left: 5px; }
  .plus-page .plus-hero-art { height: 330px; margin: 0 -15px; }
  .plus-page .plus-hero-caption { right: 10px; }
  .plus-page .plus-hero-actions { gap: 18px; }
  .plus-page .plus-section-heading .eyebrow .plus-badge { margin: 8px 0 0; display: table; }
  .plus-page .plus-membership-card { padding: 25px; }
}
