.member-access-feedback[hidden], .member-access-feedback [hidden] { display: none !important; }
.member-access-feedback { margin: 24px auto; padding: 24px; width: calc(100% - 40px); max-width: 920px; box-sizing: border-box; border: 1px solid var(--ghost-accent-color, #0c9344); border-radius: 10px; background: var(--color-lighter-gray, #f5f5f3); color: var(--color-primary-text, #151515); }
.member-access-feedback h2 { margin: 0 0 12px; font-size: 2.6rem; line-height: 1.2; }
.member-access-feedback p { margin: 0 0 16px; font-size: 1.6rem; line-height: 1.6; }
.member-access-actions { display: flex; gap: 12px 20px; align-items: center; flex-wrap: wrap; }
.member-access-actions a, .member-access-actions button { min-height: 44px; }
.member-access-secondary { text-decoration: underline; color: inherit; font-size: 1.5rem; }
.member-start { padding: clamp(32px, 7vw, 80px) var(--container-gap, 24px) 80px; }
.member-start-inner { max-width: 1040px; margin: auto; }
.member-start-eyebrow { color: var(--ghost-accent-color, #0c9344); font-weight: 800; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .09em; }
.member-start h1 { max-width: 740px; font-size: clamp(4.4rem, 7vw, 7.4rem); line-height: 1.03; margin: 18px 0 22px; }
.member-start-lead { max-width: 680px; font-size: 2rem; line-height: 1.6; color: var(--color-secondary-text, #606060); }
.member-start-account { display: inline-block; padding: 9px 14px; margin: 24px 0 32px; border: 1px solid var(--color-border, #ddd); border-radius: 6px; font-size: 1.4rem; overflow-wrap: anywhere; }
.member-start-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 8px 0 32px; }
.member-start-card { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--color-border, #ddd); border-radius: 12px; background: var(--color-lighter-gray, #f5f5f3); }
.member-start-card { border-top: 4px solid var(--ghost-accent-color, #0c9344); }
.member-start-card:nth-child(2) { border-top-color: #ff1a75; }
.member-start-downloads { margin: 32px 0; padding: 26px 0; border-top: 1px solid var(--color-border, #ddd); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.member-start-downloads h2 { font-size: 2.6rem; margin: 8px 0 12px; }
.member-start-downloads p { font-size: 1.6rem; line-height: 1.6; margin: 0; }
.member-start-vault-links { display: grid; gap: 12px; }
.member-start-vault-links a { border: 1px solid var(--color-border, #ddd); border-radius: 8px; padding: 16px 20px; display: flex; justify-content: space-between; font-size: 1.6rem; font-weight: 600; }
.member-start-return[hidden] { display: none !important; }
.member-start-return { border: 1px solid var(--ghost-accent-color); border-radius: 8px; padding: 20px; margin: 24px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.member-start-return p { margin: 0; font-size: 1.6rem; }
.member-start-card h2 { font-size: 3.2rem; line-height: 1.15; margin: 12px 0 16px; }
.member-start-card p { font-size: 1.7rem; line-height: 1.6; margin: 0 0 24px; }
.member-start-card small { display: block; margin: 18px 0 0; color: var(--color-secondary-text, #606060); font-size: 1.35rem; line-height: 1.6; }
.member-start-help { border-top: 1px solid var(--color-border, #ddd); padding-top: 24px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.member-start-help h2 { font-size: 2.2rem; margin: 0; }
.member-start-help p { font-size: 1.5rem; line-height: 1.6; }
.member-route { list-style: none; padding: 0; margin: 40px 0 24px; }
.member-stop { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 24px; position: relative; padding-bottom: 20px; }
.member-stop::before { content: ''; position: absolute; width: 3px; background: var(--color-border, #ddd); left: 20px; top: 40px; bottom: 0; }
.member-stop-download::before { background: repeating-linear-gradient(to bottom, var(--color-border, #ddd) 0 6px, transparent 6px 12px); }
.member-stop:last-child::before { display: none; }
.member-station { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 3px solid var(--ghost-accent-color, #0c9344); border-radius: 50%; font-size: 1.6rem; font-weight: 800; background: var(--background-color, white); color: var(--ghost-accent-color, #0c9344); position: relative; z-index: 1; }
.member-stop-welcome .member-station { background: var(--ghost-accent-color, #0c9344); color: white; }
.member-stop-companion .member-station { border-color: #ff1a75; color: #c81258; }
.member-stop-content { padding: 24px 28px; border: 1px solid var(--color-border, #ddd); border-radius: 8px; }
.member-stop-welcome .member-stop-content { background: var(--color-lighter-gray, #f5f5f3); }
.member-stop-destination { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 20px 28px; align-items: center; }
.member-stop-content h2 { font-size: 3rem; line-height: 1.2; margin: 8px 0 12px; }
.member-stop-content p { font-size: 1.65rem; line-height: 1.65; margin: 0; }
.member-stop-content .member-start-eyebrow { font-size: 1.15rem; margin: 0; }
.member-stop-content .member-stop-note { color: var(--color-secondary-text, #606060); font-size: 1.35rem; margin: 12px 0 0; }
.member-stop-content .member-stop-account { font-size: 1.4rem; margin-top: 12px; overflow-wrap: anywhere; }
.member-stop-account a { text-decoration: underline; }
.member-stop-vault-link { color: var(--ghost-accent-color, #0c9344); font-size: 1.5rem; line-height: 1.5; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; display: inline-block; padding: 8px 0; }
.member-download-note { margin: 12px 0 32px 66px; max-width: 690px; }
.member-download-note h2 { font-size: 2.2rem; margin: 0 0 12px; }
.member-download-note p { font-size: 1.45rem; color: var(--color-secondary-text, #606060); line-height: 1.7; }
.member-start-social { margin-top: 16px; }
@media (max-width: 680px) { .member-start-grid, .member-start-downloads { grid-template-columns: 1fr; } .member-access-feedback { margin: 20px; } .member-access-actions { align-items: stretch; flex-direction: column; } .member-start .gh-button { white-space: normal; text-align: center; } }
@media (max-width: 800px) { .member-stop-destination { grid-template-columns: minmax(0, 1fr); gap: 18px; } .member-stop-destination .gh-button { justify-self: start; } }
@media (max-width: 680px) { .member-stop { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; } .member-station { width: 30px; height: 30px; font-size: 1.25rem; border-width: 2px; } .member-stop::before { left: 14px; top: 30px; width: 2px; } .member-stop-content { padding: 20px 18px; } .member-stop-content h2 { font-size: 2.5rem; } .member-download-note { margin-left: 42px; } }

/* Keep the publication title inside the phone viewport. */
@media (max-width: 767px) {
    .gh-footer-copyright { max-width: 100%; white-space: normal; overflow-wrap: anywhere; text-align: center; }
}
