.resource-site main h1,
.resource-site main h2,
.resource-site main h3 {
    font-family: var(--serif);
    font-weight: 500;
}

.resource-site .footer-grid {
    grid-template-columns: 2fr repeat(3, 1fr);
}

.resource-hero {
    padding: clamp(8.5rem, 12vw, 11rem) 0 clamp(4.5rem, 8vw, 7rem);
    overflow: hidden;
}

.resource-hero .breadcrumb {
    margin-bottom: clamp(3.2rem, 7vw, 6rem);
}

.resource-hero-copy {
    max-width: 920px;
}

.resource-hero-copy h1 {
    max-width: 12ch;
    margin: 0 0 1.5rem;
    font-size: clamp(4rem, 8vw, 7.4rem);
    letter-spacing: -0.055em;
    line-height: 0.92;
    text-wrap: balance;
}

.resource-hero-copy > p:last-child {
    max-width: 58ch;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

@media (min-width: 861px) {
    .pricing-hero .resource-hero-copy {
        max-width: 1200px;
    }

    .pricing-hero .resource-hero-copy h1 {
        max-width: none;
        font-size: clamp(4rem, 6.8vw, 6.8rem);
        white-space: nowrap;
    }
}

.resource-section {
    padding-block: clamp(4rem, 8vw, 7.5rem);
    border-top: 1px solid var(--border);
}

.resource-section-heading {
    display: grid;
    align-items: end;
    gap: 2rem 5rem;
    margin-bottom: 3rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.7fr);
}

.resource-section-heading h2 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.resource-section-heading p {
    max-width: 48ch;
    margin: 0;
    color: var(--muted);
}

.resource-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card {
    position: relative;
    display: flex;
    min-height: 22rem;
    padding: clamp(1.7rem, 4vw, 3rem);
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid var(--border-strong);
    border-radius: 2rem;
    background: var(--surface);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

a.resource-card:hover {
    border-color: var(--accent);
    box-shadow: 0 22px 54px rgba(35, 55, 49, 0.1);
    transform: translateY(-4px);
}

.resource-card-featured {
    background: var(--accent-soft);
}

.resource-card-dark {
    background: var(--dark-panel);
    color: var(--dark-panel-ink);
}

.resource-card-dark .resource-card-label,
.resource-card-dark p {
    color: rgba(249, 244, 234, 0.86);
}

.resource-card-label {
    color: var(--accent-deep);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.resource-card h2,
.resource-card h3 {
    max-width: 15ch;
    margin: 3rem 0 1rem;
    font-size: clamp(2rem, 3.7vw, 3.55rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.resource-card p {
    max-width: 46ch;
    margin: 0;
    color: var(--muted);
}

.resource-card.resource-card-dark .resource-card-label,
.resource-card.resource-card-dark h2,
.resource-card.resource-card-dark h3,
.resource-card.resource-card-dark p {
    color: var(--dark-panel-ink);
}

.resource-card.resource-card-dark .resource-card-label,
.resource-card.resource-card-dark p {
    color: rgba(249, 244, 234, 0.86);
}

.resource-card-arrow {
    display: inline-flex;
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1.15rem;
}

.resource-card-coming {
    border-style: dashed;
    background: transparent;
}

.resource-card-coming .resource-card-label {
    color: var(--muted);
}

.resource-card-guide {
    grid-column: 1 / -1;
    min-height: 19rem;
}

.resource-card-guide h3 {
    max-width: 18ch;
}

.resource-cta {
    padding-block: clamp(5rem, 10vw, 9rem);
}

.resource-cta-card {
    padding: clamp(3rem, 7vw, 6rem);
    border-radius: 2.2rem;
    background: var(--dark-panel);
    color: var(--dark-panel-ink);
    text-align: center;
}

.resource-cta-card h2 {
    max-width: 16ch;
    margin: 0 auto 1.25rem;
    font-size: clamp(2.8rem, 6vw, 5.3rem);
    letter-spacing: -0.05em;
    line-height: 0.95;
}

@media (min-width: 721px) {
    .resource-cta-card h2 {
        max-width: 24ch;
    }
}

.resource-cta-card p {
    max-width: 52ch;
    margin: 0 auto 2rem;
    color: rgba(249, 244, 234, 0.84);
}

.pricing-page-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-page-card {
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid var(--border-strong);
    border-radius: 2rem;
    background: var(--surface);
}

.pricing-page-card-featured {
    background: var(--accent-soft);
}

.pricing-page-card h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    letter-spacing: -0.04em;
}

.pricing-page-price {
    margin: 2.5rem 0 1rem;
    font-family: var(--serif);
    font-size: clamp(3.5rem, 7vw, 6rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.pricing-page-price small {
    display: block;
    margin-top: 0.75rem;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 0.85rem;
    letter-spacing: 0;
}

.pricing-page-note {
    max-width: 70ch;
    margin: 2rem auto 0;
    color: var(--muted);
    text-align: center;
}

@media (max-width: 860px) {
    .resource-section-heading,
    .resource-grid-three {
        grid-template-columns: 1fr;
    }

    .resource-grid-three .resource-card {
        min-height: 18rem;
    }
}

@media (max-width: 620px) {
    .resource-hero {
        padding-top: 7.2rem;
    }

    .resource-hero-copy {
        text-align: center;
    }

    .resource-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(3.35rem, 16vw, 4.7rem);
    }

    .resource-hero-copy .eyebrow {
        justify-content: center;
    }

    .resource-section-heading,
    .resource-section-heading h2,
    .resource-section-heading p {
        max-width: 100%;
        text-align: center;
    }

    .resource-grid,
    .pricing-page-grid {
        grid-template-columns: 1fr;
    }

    .resource-site .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resource-card {
        min-height: 19rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .resource-card {
        transition: none;
    }
}

/* Evidence-aware memory guide */
.memory-guide-page .guide-hero {
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.memory-guide-page .guide-hero .breadcrumb {
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.memory-guide-page .guide-hero-layout {
    display: grid;
    align-items: start;
    gap: clamp(2.5rem, 5vw, 4.5rem) clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.72fr);
}

.memory-guide-page .guide-hero-heading {
    grid-column: 1 / -1;
    text-align: center;
}

.memory-guide-page .guide-hero-heading .eyebrow {
    justify-content: center;
}

.memory-guide-page .guide-hero-heading h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(4rem, 7.1vw, 7rem);
    letter-spacing: -0.055em;
    line-height: 0.92;
    text-wrap: balance;
}

.memory-guide-page .guide-hero-copy {
    align-self: center;
}

.memory-guide-page .guide-hero-lede {
    max-width: 60ch;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.04rem, 1.45vw, 1.22rem);
}

.memory-guide-page .guide-hero-actions {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    gap: 1.2rem 1.5rem;
    flex-wrap: wrap;
}

.memory-guide-page .guide-hero-actions .text-link,
.memory-guide-page .recall-intro .text-link {
    color: var(--accent-deep);
    font-weight: 600;
}

.memory-guide-page .guide-medical-note {
    margin: 1.25rem 0 0;
    color: var(--muted);
    font-size: 0.8rem;
}

.memory-guide-page .yesterday-card {
    position: relative;
    padding: clamp(1.3rem, 3vw, 2rem);
    overflow: hidden;
    border: 1px solid var(--border-strong);
    border-radius: 2rem;
    background: var(--surface);
    box-shadow: var(--shadow-large);
    transform: rotate(1.5deg);
}

.memory-guide-page .yesterday-card::before {
    position: absolute;
    width: 13rem;
    height: 13rem;
    top: -7rem;
    right: -6rem;
    border-radius: 50%;
    background: var(--accent-soft);
    content: "";
    filter: blur(2px);
}

.memory-guide-page .yesterday-card-top {
    position: relative;
    display: flex;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    color: var(--accent-deep);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.memory-guide-page .yesterday-card-top span:last-child {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 0.9rem;
}

.memory-guide-page .day-trace {
    position: relative;
    display: grid;
    padding-block: 1rem;
    gap: 0.7rem;
}

.memory-guide-page .day-trace-row {
    padding: 1rem 1.05rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--surface-raised);
}

.memory-guide-page .day-trace-row > span {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--faint);
    font-size: 0.66rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.memory-guide-page .day-trace-row p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.memory-guide-page .day-trace-row strong {
    margin-right: 0.35rem;
    color: var(--ink);
}

.memory-guide-page .day-trace-faded {
    border-style: dashed;
    opacity: 0.58;
}

.memory-guide-page .day-trace-soft {
    background: var(--terracotta-soft);
}

.memory-guide-page .yesterday-card-caption {
    position: relative;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-family: var(--serif);
    font-size: 1.2rem;
    line-height: 1.35;
}

.memory-guide-page .guide-section {
    padding-block: clamp(4.5rem, 9vw, 8rem);
    border-top: 1px solid var(--border);
}

.memory-guide-page .guide-reading-grid {
    display: grid;
    align-items: start;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: 1fr;
}

.memory-guide-page .guide-reading-grid h2,
.memory-guide-page .guide-section-heading h2,
.memory-guide-page .recall-intro h2,
.memory-guide-page .cue-copy h2,
.memory-guide-page .help-layout > div:first-child h2,
.memory-guide-page .guide-faq-layout > div:first-child h2 {
    margin: 0;
    font-size: clamp(2.75rem, 5.2vw, 5.1rem);
    letter-spacing: -0.05em;
    line-height: 0.96;
    text-wrap: balance;
}

.memory-guide-page .guide-prose {
    max-width: none;
    font-size: clamp(1.02rem, 1.4vw, 1.15rem);
}

.memory-guide-page .guide-prose > p:first-child {
    margin-top: 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.35;
}

.memory-guide-page .guide-prose > p:not(:first-child) {
    color: var(--muted);
}

.memory-guide-page .truth-note {
    display: grid;
    width: 100%;
    margin: 2rem 0 0;
    padding: 1.35rem;
    align-items: start;
    gap: 1rem;
    grid-template-columns: auto max-content minmax(0, 1fr);
    border: 1px solid var(--border-strong);
    border-radius: 1.2rem;
    background: var(--accent-soft);
}

.memory-guide-page .truth-note > span {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--accent-deep);
    font-family: var(--serif);
    font-weight: 600;
}

.memory-guide-page .truth-note p {
    margin: 0;
    color: var(--ink);
    font-size: 0.94rem;
    text-align: right;
}

.memory-guide-page .truth-note > strong {
    font-size: 0.94rem;
}

.memory-guide-page .guide-section-heading {
    display: grid;
    margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
    align-items: end;
    gap: 2rem 5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.7fr);
}

.memory-guide-page .guide-section-heading h2 {
    max-width: 13ch;
}

.memory-guide-page .guide-section-heading > p {
    max-width: 48ch;
    margin: 0;
    color: var(--muted);
}

.memory-guide-page .reason-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.memory-guide-page .reason-card {
    display: flex;
    min-height: 27rem;
    padding: clamp(1.7rem, 4vw, 3rem);
    flex-direction: column;
    border: 1px solid var(--border-strong);
    border-radius: 2rem;
    background: var(--surface);
}

.memory-guide-page .reason-card-accent {
    background: var(--accent-soft);
}

.memory-guide-page .reason-card-dark {
    border-color: transparent;
    background: var(--dark-panel);
    color: var(--dark-panel-ink);
}

.memory-guide-page .reason-number {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--accent-deep);
    font-size: 0.72rem;
    font-weight: 650;
}

.memory-guide-page .reason-card-dark .reason-number {
    color: var(--dark-panel-ink);
}

.memory-guide-page .reason-card h3 {
    max-width: 16ch;
    margin: 2rem 0 1rem;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    letter-spacing: -0.04em;
    line-height: 1;
}

.memory-guide-page .reason-card p {
    margin: 0 0 1.5rem;
    color: var(--muted);
}

.memory-guide-page .reason-card-dark p {
    color: rgba(249, 244, 234, 0.82);
}

.memory-guide-page .reason-card a {
    margin-top: auto;
    color: var(--accent-deep);
    font-size: 0.84rem;
    font-weight: 600;
}

.memory-guide-page .reason-card-dark a {
    color: var(--dark-panel-ink);
}

.memory-guide-page .recall-section {
    background: var(--accent-soft);
}

.memory-guide-page .recall-layout {
    display: grid;
    align-items: start;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.memory-guide-page .recall-intro {
    position: sticky;
    top: 8rem;
}

.memory-guide-page .recall-intro h2 {
    max-width: 11ch;
}

.memory-guide-page .recall-intro > p:not(.section-kicker) {
    max-width: 43ch;
    margin: 1.5rem 0;
    color: var(--muted);
}

.memory-guide-page .recall-steps {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.8rem;
    list-style: none;
}

.memory-guide-page .recall-steps li {
    display: grid;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    align-items: start;
    gap: 1.4rem;
    grid-template-columns: auto 1fr;
    border: 1px solid var(--border-strong);
    border-radius: 1.5rem;
    background: var(--surface);
}

.memory-guide-page .recall-steps li > span {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: 50%;
    background: var(--dark-panel);
    color: var(--dark-panel-ink);
    font-size: 0.75rem;
    font-weight: 650;
}

.memory-guide-page .recall-steps h3 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    letter-spacing: -0.03em;
}

.memory-guide-page .recall-steps p {
    margin: 0;
    color: var(--muted);
}

.memory-guide-page .cue-panel {
    display: grid;
    padding: clamp(2rem, 6vw, 5rem);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.7fr);
    border-radius: 2.2rem;
    background: var(--dark-panel);
    color: var(--dark-panel-ink);
}

.memory-guide-page .cue-copy h2 {
    max-width: 11ch;
}

.memory-guide-page .cue-copy > p:not(.section-kicker) {
    max-width: 55ch;
    margin: 1.5rem 0;
    color: rgba(249, 244, 234, 0.82);
}

.memory-guide-page .cue-copy a {
    color: var(--dark-panel-ink);
    font-size: 0.86rem;
    font-weight: 600;
}

.memory-guide-page .cue-examples {
    display: grid;
    gap: 0.8rem;
}

.memory-guide-page .cue-examples article {
    padding: 1.25rem;
    border: 1px solid rgba(249, 244, 234, 0.2);
    border-radius: 1.1rem;
    background: rgba(249, 244, 234, 0.08);
}

.memory-guide-page .cue-examples span {
    display: block;
    margin-bottom: 0.4rem;
    color: rgba(249, 244, 234, 0.68);
    font-size: 0.66rem;
    font-weight: 650;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.memory-guide-page .cue-examples p {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.28rem;
    line-height: 1.35;
}

.memory-guide-page .research-section {
    background: var(--surface);
}

.memory-guide-page .study-list {
    border-top: 1px solid var(--border-strong);
}

.memory-guide-page .study-list article {
    display: grid;
    padding-block: 2.2rem;
    align-items: start;
    gap: 1rem 2rem;
    grid-template-columns: minmax(9rem, 0.42fr) minmax(15rem, 0.9fr) minmax(18rem, 1.15fr) minmax(10rem, 0.45fr);
    border-bottom: 1px solid var(--border-strong);
}

.memory-guide-page .study-list article > div {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.memory-guide-page .study-list article > div span {
    color: var(--accent-deep);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.memory-guide-page .study-list time {
    color: var(--muted);
    font-size: 0.8rem;
}

.memory-guide-page .study-list h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.memory-guide-page .study-list p {
    margin: 0;
    color: var(--muted);
    font-size: 0.94rem;
}

.memory-guide-page .study-list a {
    color: var(--accent-deep);
    font-size: 0.82rem;
    font-weight: 600;
}

.memory-guide-page .help-layout {
    display: grid;
    align-items: start;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: 1fr;
}

.memory-guide-page .help-layout > div:first-child h2 {
    max-width: none;
}

.memory-guide-page .help-copy {
    max-width: none;
}

.memory-guide-page .help-copy p {
    margin-top: 0;
    color: var(--muted);
}

.memory-guide-page .source-link-inline {
    color: var(--accent-deep);
    font-size: 0.86rem;
    font-weight: 600;
}

.memory-guide-page .urgent-note {
    grid-column: 1 / -1;
    width: min(100%, 78ch);
    margin: 1.5rem auto 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(184, 117, 99, 0.45);
    border-radius: 1.5rem;
    background: var(--terracotta-soft);
    text-align: center;
}

.memory-guide-page .urgent-note strong {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.memory-guide-page .urgent-note p {
    max-width: 78ch;
    margin: 0.65rem 0 1rem;
}

.memory-guide-page .urgent-note > div {
    display: flex;
    gap: 0.6rem 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.memory-guide-page .urgent-note a {
    color: var(--accent-deep);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.memory-guide-page .guide-faq-layout {
    display: grid;
    align-items: start;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: 1fr;
}

.memory-guide-page .guide-faq-layout > div:first-child {
    position: static;
    text-align: center;
}

.memory-guide-page .guide-faq-layout > div:first-child h2 {
    max-width: none;
}

.memory-guide-page .guide-faq-layout > div:first-child .section-kicker {
    justify-content: center;
}

.memory-guide-page .guide-faq-list {
    border-top: 1px solid var(--border-strong);
}

.memory-guide-page .guide-faq-list details {
    border-bottom: 1px solid var(--border-strong);
}

.memory-guide-page .guide-faq-list summary {
    position: relative;
    padding: 1.6rem 3rem 1.6rem 0;
    cursor: pointer;
    font-family: var(--serif);
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    line-height: 1.2;
    list-style: none;
}

.memory-guide-page .guide-faq-list summary::-webkit-details-marker {
    display: none;
}

.memory-guide-page .guide-faq-list summary span,
.memory-guide-page .guide-faq-list summary span::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1px;
    background: currentColor;
    content: "";
}

.memory-guide-page .guide-faq-list summary span::after {
    top: 0;
    transform: rotate(90deg);
    transition: transform 180ms ease;
}

.memory-guide-page .guide-faq-list details[open] summary span::after {
    transform: rotate(0deg);
}

.memory-guide-page .guide-faq-list details p {
    max-width: 66ch;
    margin: -0.4rem 0 1.7rem;
    color: var(--muted);
}

@media (max-width: 980px) {
    .memory-guide-page .guide-hero-layout,
    .memory-guide-page .guide-reading-grid,
    .memory-guide-page .recall-layout,
    .memory-guide-page .cue-panel,
    .memory-guide-page .help-layout,
    .memory-guide-page .guide-faq-layout {
        grid-template-columns: 1fr;
    }

    .memory-guide-page .guide-hero-layout {
        align-items: start;
    }

    .memory-guide-page .yesterday-card {
        width: min(100%, 35rem);
        transform: none;
    }

    .memory-guide-page .recall-intro,
    .memory-guide-page .guide-faq-layout > div:first-child {
        position: static;
    }

    .memory-guide-page .cue-panel {
        padding: clamp(2rem, 7vw, 4rem);
    }

    .memory-guide-page .study-list article {
        grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.2fr);
    }

    .memory-guide-page .study-list article > p,
    .memory-guide-page .study-list article > a {
        grid-column: 2;
    }
}

@media (max-width: 720px) {
    .memory-guide-page .guide-hero-heading,
    .memory-guide-page .guide-hero-copy,
    .memory-guide-page .guide-hero-actions {
        text-align: center;
    }

    .memory-guide-page .guide-hero-heading .eyebrow,
    .memory-guide-page .guide-hero-actions {
        justify-content: center;
    }

    .memory-guide-page .guide-hero-heading h1 {
        max-width: 100%;
        font-size: clamp(3.2rem, 15.5vw, 4.65rem);
    }

    .memory-guide-page .guide-medical-note {
        text-align: center;
    }

    .memory-guide-page .guide-section-heading,
    .memory-guide-page .reason-grid {
        grid-template-columns: 1fr;
    }

    .memory-guide-page .guide-section-heading,
    .memory-guide-page .guide-reading-grid > div:first-child,
    .memory-guide-page .recall-intro,
    .memory-guide-page .help-layout > div:first-child,
    .memory-guide-page .guide-faq-layout > div:first-child {
        text-align: center;
    }

    .memory-guide-page .guide-section-heading h2,
    .memory-guide-page .guide-section-heading > p,
    .memory-guide-page .guide-reading-grid h2,
    .memory-guide-page .recall-intro h2,
    .memory-guide-page .recall-intro > p:not(.section-kicker),
    .memory-guide-page .help-layout > div:first-child h2,
    .memory-guide-page .guide-faq-layout > div:first-child h2 {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .memory-guide-page .guide-section-heading .section-kicker,
    .memory-guide-page .guide-reading-grid .section-kicker,
    .memory-guide-page .recall-intro .section-kicker,
    .memory-guide-page .help-layout .section-kicker,
    .memory-guide-page .guide-faq-layout .section-kicker {
        justify-content: center;
    }

    .memory-guide-page .truth-note {
        grid-template-columns: auto 1fr;
    }

    .memory-guide-page .truth-note p {
        grid-column: 1 / -1;
        text-align: left;
    }

    .memory-guide-page .reason-card {
        min-height: 0;
    }

    .memory-guide-page .study-list article {
        grid-template-columns: 1fr;
    }

    .memory-guide-page .study-list article > p,
    .memory-guide-page .study-list article > a {
        grid-column: auto;
    }

    .memory-guide-page .urgent-note > div {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .memory-guide-page .guide-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .memory-guide-page .guide-hero-actions .button {
        width: 100%;
    }

    .memory-guide-page .recall-steps li {
        grid-template-columns: 1fr;
    }

    .memory-guide-page .recall-steps li > span {
        width: 2rem;
        height: 2rem;
    }

    .memory-guide-page .guide-faq-list summary {
        padding-right: 2.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .memory-guide-page .guide-faq-list summary span::after {
        transition: none;
    }
}
