.donate-page .simple-hero {
    padding: 90px 48px 80px;
    text-align: center;
    display: grid;
    justify-items: center;
}

.donate-page .eyebrow {
    margin-bottom: 20px;
}

.donate-page .simple-hero h1 {
    font-size: clamp(2.4rem, 11vw, 64px);
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.donate-page .simple-hero p:not(.eyebrow) {
    max-width: 560px;
}

.donation-section {
    padding: 90px 48px;
    background: #f2ebdd;
}

.donation-layout {
    display: grid;
    gap: 0;
    width: min(1240px, 100%);
}

.donation-layout > div:first-child {
    max-width: none;
    margin-bottom: 56px;
    text-align: center;
}

.donation-layout h2 {
    color: #2b241b;
    font-size: 44px;
    line-height: 1.1;
    margin-top: 16px;
}

.donation-layout > div:first-child p:not(.eyebrow) {
    color: #716552;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 14px;
}

.tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: min(1080px, 100%);
    margin: 0 auto;
}

.tier-card {
    display: block;
    min-height: 204px;
    padding: 30px 28px;
    border: 1px solid rgba(140, 111, 62, 0.24);
    border-radius: 3px;
    background: rgba(255, 254, 250, 0.45);
    color: #2b241b;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.tier-card:hover,
.tier-card.selected {
    border-color: #a8884e;
    background: #fffefa;
    box-shadow: 0 16px 40px rgba(28, 24, 19, 0.1);
    transform: translateY(-2px);
}

.tier-amount {
    display: block;
    color: #2b241b;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.tier-name {
    display: block;
    color: #8c6f3e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    margin-top: 14px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.tier-description {
    display: block;
    color: #716552;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
}

.contribution-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(1080px, 100%);
    margin: 40px auto 0;
    padding: 34px 40px;
    border: 0;
    border-radius: 4px;
    background: #1c1813;
    color: #efe7d6;
    flex-wrap: wrap;
}

.contribution-panel p {
    color: rgba(239, 231, 214, 0.5);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.contribution-panel strong {
    display: block;
    color: #efe7d6;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.contribution-panel span {
    color: rgba(239, 231, 214, 0.72);
    font-family: 'Albert Sans', system-ui, sans-serif;
    font-size: 15px;
}

.contribution-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid #a8884e;
    border-radius: 2px;
    background: #a8884e;
    color: #1c1813;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 18px 36px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.contribution-panel a:hover,
.contribution-panel a:focus-visible {
    background: #c3a365;
    border-color: #c3a365;
    color: #1c1813;
}

.donation-layout > .success-message {
    width: min(1080px, 100%);
    margin: 18px auto 0;
    padding: 24px 40px;
    border: 1px solid #a8884e;
    border-radius: 4px;
    background: #faf6ed;
    color: #6b5530;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
}

.donate-legacy-section {
    padding: 100px 48px;
}

.donate-legacy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.donate-legacy-grid h2 {
    color: #efe7d6;
    font-size: 40px;
    line-height: 1.12;
    margin-top: 18px;
}

.donate-legacy-grid p:not(.eyebrow) {
    color: rgba(239, 231, 214, 0.68);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 22px;
}

.donate-legacy-section .recognition-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
}

.donate-legacy-section .recognition-list span {
    position: relative;
    min-height: auto;
    padding: 0 0 0 18px;
    border: 0;
    background: transparent;
    color: rgba(239, 231, 214, 0.84);
    font-size: 14px;
    line-height: 1.55;
}

.donate-legacy-section .recognition-list span::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #a8884e;
    content: "";
    transform: rotate(45deg);
}

.builder-panel {
    padding-left: 64px;
    border-left: 1px solid rgba(168, 136, 78, 0.24);
}

.builder-panel h2 {
    color: #efe7d6;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 27px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
}

.builder-panel .planned-giving {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(168, 136, 78, 0.2);
    color: rgba(239, 231, 214, 0.55);
    font-size: 14px;
}

@media (max-width: 900px) {
    .donate-page .simple-hero,
    .donation-section,
    .donate-legacy-section {
        padding-right: 24px;
        padding-left: 24px;
    }

    .tier-grid,
    .donate-legacy-grid {
        grid-template-columns: 1fr;
    }

    .builder-panel {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(168, 136, 78, 0.24);
        padding-top: 48px;
    }
}

@media (max-width: 640px) {
    .contribution-panel {
        align-items: stretch;
        flex-direction: column;
        padding: 28px 24px;
    }
}
