.president-page {
    --pres-navy: #071b33;
    --pres-navy-soft: #102d50;
    --pres-blue: #1b4d7a;
    --pres-red: #ae2833;
    --pres-red-bright: #d7444c;
    --pres-cream: #f4eddd;
    --pres-gold: #d4af67;
    --pres-ink: #11243a;
    background: var(--pres-navy);
}
.president-page .president-header { grid-template-columns: auto 1fr; border-bottom-color: rgba(244,237,221,.12); background: rgba(7,27,51,.97); }
.president-page .president-header.is-scrolled { border-bottom-color: var(--pres-red); }
.president-page .president-header .brand img,
html[data-theme="light"] .president-page .president-header .brand img,
.president-page .president-footer .brand img,
html[data-theme="light"] .president-page .president-footer .brand img { filter: brightness(0) invert(1); }
.president-page .president-nav a { color: #dbe3ec; }
.president-page .president-nav a:hover,
.president-page .president-nav a:focus-visible { color: var(--pres-gold); }
.president-wordmark { color: #fff; font-family: var(--display); font-size: clamp(1.28rem,2vw,1.55rem); font-weight: 700; letter-spacing: -.045em; line-height: 1; text-decoration: none; white-space: nowrap; }
.president-wordmark:hover, .president-wordmark:focus-visible { color: var(--pres-gold); }
.footer-wordmark { font-size: 1.5rem; }
.president-main { overflow: visible; }

.president-hero {
    position: relative;
    min-height: calc(100vh - 86px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(3rem, 7vw, 8rem);
    padding: clamp(5rem, 9vw, 9rem) max(24px, calc((100vw - var(--max)) / 2));
    background-image:
        linear-gradient(90deg, rgba(7,27,51,.97) 0%, rgba(7,27,51,.88) 48%, rgba(7,27,51,.45) 100%),
        url("/assets/img/usa-flag.jpg");
    background-position: center;
    background-size: cover;
    color: var(--pres-cream);
}
.president-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 40%, rgba(27,77,122,.28), transparent 30rem); }
.hero-stars { position: absolute; top: 2.2rem; left: 50%; width: min(calc(100% - 32px), 1100px); display: flex; flex-wrap: nowrap; justify-content: center; gap: clamp(1.1rem, 6vw, 5rem); color: var(--pres-gold); font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1; white-space: nowrap; opacity: .88; transform: translateX(-50%); }
.president-hero-copy { position: relative; z-index: 3; }
.president-kicker { margin: 0 0 1.1rem; color: var(--pres-red-bright); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.president-hero .president-kicker { color: var(--pres-gold); }
.president-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 8.5vw, 8.8rem); font-weight: 700; letter-spacing: -.065em; line-height: .82; text-shadow: 0 3px 25px rgba(0,0,0,.35); }
.president-hero h1 span { display: block; margin: 0 0 .7rem .12em; color: #d8e1eb; font-family: var(--display); font-size: .25em; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.president-lede { max-width: 620px; margin: 2rem 0 2.4rem; color: #e4eaf1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); font-style: italic; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.president-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.president-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .9rem 1.5rem; border: 2px solid var(--pres-red); border-radius: 3px; background: var(--pres-red); color: #fff; font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 5px 5px 0 rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.president-button:hover, .president-button:focus-visible { background: #c33540; transform: translate(-2px,-2px); box-shadow: 7px 7px 0 rgba(0,0,0,.22); }
.president-text-link { color: var(--pres-cream); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-underline-offset: 7px; text-transform: uppercase; }
.president-portrait-wrap { position: relative; z-index: 2; width: min(100%, 590px); justify-self: end; }
.president-portrait { overflow: hidden; aspect-ratio: 4 / 5; border: 10px solid var(--pres-cream); outline: 2px solid var(--pres-gold); box-shadow: 30px 35px 0 rgba(0,0,0,.23); }
.president-portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.hero-stripes { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-rows: repeat(3, 6px); }
.hero-stripes span:nth-child(1), .hero-stripes span:nth-child(3) { background: var(--pres-red); }
.hero-stripes span:nth-child(2) { background: var(--pres-cream); }

.president-story { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: clamp(3rem, 9vw, 9rem); padding: clamp(7rem, 12vw, 11rem) max(24px, calc((100vw - 1100px) / 2)); background: var(--pres-cream); color: var(--pres-ink); }
.president-story-mark { position: absolute; top: 1.5rem; left: max(24px, calc((100vw - 1240px) / 2)); color: rgba(174,40,51,.07); font-family: Georgia, serif; font-size: clamp(12rem, 25vw, 24rem); font-weight: 700; line-height: 1; }
.president-story-copy, .president-pledge { position: relative; z-index: 2; }
.president-story h2 { max-width: 760px; margin-bottom: 1.6rem; color: var(--pres-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5.5vw, 5rem); }
.president-story-copy > p:not(.president-kicker) { color: #3e4c5d; }
.president-story-copy .story-opening { color: var(--pres-red); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 1.9rem); }
.story-link { color: inherit; font-weight: 700; text-decoration-color: rgba(174,40,51,.45); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.story-link:hover,.story-link:focus-visible { color: var(--pres-red); text-decoration-color: var(--pres-red); }
.president-pledge { position: sticky; top: 118px; align-self: start; padding: 2.2rem; border-top: 5px solid var(--pres-red); background: #fffaf0; box-shadow: 12px 14px 0 rgba(7,27,51,.1); }
.president-pledge span { color: var(--pres-red); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.president-pledge blockquote { margin: 1rem 0 0; color: var(--pres-navy); font-family: Georgia, serif; font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 700; line-height: 1.4; }

.eagle-break { position: relative; min-height: clamp(460px, 66vw, 780px); overflow: hidden; display: grid; place-items: center; background: var(--pres-navy); color: #fff; }
.eagle-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,51,.08), rgba(7,27,51,.8)); }
.eagle-break img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.eagle-break-copy { position: relative; z-index: 2; align-self: end; width: 100%; padding: clamp(3rem, 7vw, 6rem) max(24px, calc((100vw - var(--max)) / 2)); text-align: center; }
.eagle-break-copy p { margin: 0 0 .45rem; color: var(--pres-gold); font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eagle-break-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.4rem, 7.5vw, 7rem); text-shadow: 0 4px 25px rgba(0,0,0,.55); }

.policy-section { padding: clamp(7rem, 11vw, 11rem) max(24px, calc((100vw - var(--max)) / 2)); background: #0a223e; color: var(--pres-cream); }
.policy-heading { max-width: 860px; margin-bottom: clamp(4rem, 8vw, 7rem); }
.policy-heading h2 { margin-bottom: 1.3rem; font-family: Georgia, serif; font-size: clamp(3.1rem, 6.6vw, 6.1rem); }
.policy-heading > p:last-child { max-width: 640px; color: #b9c7d6; }
.policy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; background: rgba(244,237,221,.14); border: 2px solid rgba(244,237,221,.14); }
.policy-card { position: relative; min-height: 570px; display: flex; flex-direction: column; padding: clamp(2rem, 4.5vw, 4rem); scroll-margin-top: 105px; background: var(--pres-navy); }
.policy-card:nth-child(4n+2), .policy-card:nth-child(4n+3) { background: #0d2948; }
.policy-number { position: absolute; top: 1.4rem; right: 1.6rem; color: rgba(212,175,103,.18); font-family: Georgia, serif; font-size: clamp(4.5rem, 8vw, 7.5rem); font-weight: 700; line-height: 1; }
.policy-card h3 { position: relative; max-width: 470px; padding-bottom: 1.2rem; color: var(--pres-cream); font-family: Georgia, serif; font-size: clamp(1.9rem, 3.3vw, 3rem); }
.policy-card h3::after { content: ""; position: absolute; bottom: 0; left: 0; width: 55px; height: 4px; background: var(--pres-red); }
.policy-card ul { position: relative; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.policy-card li { position: relative; margin-bottom: .85rem; padding-left: 1.5rem; color: #c7d2de; }
.policy-card li::before { content: "★"; position: absolute; top: .05rem; left: 0; color: var(--pres-gold); font-size: .62rem; }

.share-block > p:first-child { margin: 0; font-family: var(--display); font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.share-links { display: flex; flex-wrap: nowrap; gap: .42rem; }
.share-link { flex: 0 0 36px; width: 36px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(244,237,221,.24); border-radius: 3px; background: rgba(255,255,255,.065); color: #eef2f7; line-height: 1; text-decoration: none; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.share-link i { width: 1rem; font-size: .9rem; line-height: 1; text-align: center; }
.share-link:hover, .share-link:focus-visible { border-color: var(--pres-gold); background: rgba(212,175,103,.14); transform: translateY(-1px); }
.share-facebook:hover, .share-facebook:focus-visible { border-color: #75a7ff; background: rgba(24,119,242,.25); }
.share-x:hover, .share-x:focus-visible { border-color: #fff; background: rgba(255,255,255,.12); }
.share-linkedin:hover, .share-linkedin:focus-visible { border-color: #70b7e4; background: rgba(10,102,194,.27); }
.share-bluesky:hover, .share-bluesky:focus-visible { border-color: #77bfff; background: rgba(17,133,254,.23); }
.share-reddit:hover, .share-reddit:focus-visible { border-color: #ff8c67; background: rgba(255,69,0,.22); }
.share-whatsapp:hover, .share-whatsapp:focus-visible { border-color: #70dc92; background: rgba(37,211,102,.2); }
.share-copy { border-color: rgba(212,175,103,.45); background: rgba(212,175,103,.11); color: var(--pres-gold); font: inherit; }
.share-copy:hover, .share-copy:focus-visible { border-color: var(--pres-gold); background: rgba(212,175,103,.2); }
.hero-share { max-width: 660px; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(244,237,221,.25); }
.hero-share > p { margin-bottom: .85rem !important; color: var(--pres-gold); }
.hero-share .share-link { background: rgba(7,27,51,.58); }
.policy-share { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(244,237,221,.18); }
.policy-share > p { margin-bottom: .8rem !important; color: var(--pres-gold); }
.share-all { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); align-items: center; gap: clamp(2rem,6vw,6rem); margin-top: clamp(3rem,6vw,5rem); padding: clamp(2rem,5vw,4rem); border: 2px solid var(--pres-gold); background: linear-gradient(125deg, #122f50, var(--pres-navy)); box-shadow: 12px 14px 0 rgba(0,0,0,.2); }
.share-all h3 { margin: 0 0 .8rem; color: var(--pres-cream); font-family: Georgia, serif; font-size: clamp(2rem,3.8vw,3.5rem); }
.share-all > div > p:last-child { margin: 0; color: #b9c7d6; }
.share-all .share-links { justify-content: flex-end; }
.share-all .share-link { min-height: 38px; flex-basis: 38px; width: 38px; }
.share-all .share-copy { min-height: 38px; }

.coalition-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(7rem, 11vw, 10rem) max(24px, calc((100vw - var(--max)) / 2)); background: #ede5d5; color: var(--pres-ink); }
.coalition-intro h2 { margin-bottom: 1.4rem; color: var(--pres-navy); font-family: Georgia, serif; }
.coalition-intro > p:not(.president-kicker) { color: #465669; }
.coalition-values { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.coalition-values span { padding: .45rem .8rem; border: 1px solid var(--pres-blue); color: var(--pres-blue); font-family: var(--display); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.coalition-share { margin-top: 2rem; padding: 1.2rem; background: var(--pres-navy); color: var(--pres-cream); }
.coalition-share > p { margin-bottom: .8rem !important; color: var(--pres-gold); }
.coalition-form { border: 1px solid #cbbfa9; border-radius: 0; background: #fffaf0; box-shadow: 14px 16px 0 rgba(7,27,51,.11); }
.coalition-form label > span { color: #5e6876; }
.coalition-form input, .coalition-form select, .coalition-form textarea { border: 1px solid #b8b0a2; border-radius: 2px; background: #fff; color: var(--pres-ink); }
.coalition-form input:focus, .coalition-form select:focus, .coalition-form textarea:focus { border-color: var(--pres-blue); outline: 2px solid rgba(27,77,122,.14); }
.coalition-form .form-submit p { color: #687383; }
.coalition-form .form-success { color: #173e31; }
.coalition-form .form-error { color: #57211f; }
.president-footer { border-top: 7px solid var(--pres-red); background: var(--pres-navy); color: var(--pres-cream); }
.president-footer .footer-top { justify-content: flex-start; border-color: rgba(244,237,221,.2); }
.president-footer .footer-bottom { display: flex; align-items: center; justify-content: flex-start; gap: clamp(1.5rem,4vw,3rem); text-align: left; }
.president-footer .legal-links { justify-content: flex-start; }
.president-footer .footer-bottom > p,
.president-footer .legal-links a { color: var(--muted); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }

.floating-song { --song-progress: 0%; position: fixed; right: clamp(14px,1.8vw,24px); bottom: clamp(14px,1.8vw,24px); z-index: 85; width: clamp(170px,14vw,190px); height: clamp(118px,9.5vw,132px); padding: 4px; border-radius: 999px; background: conic-gradient(var(--pres-red) 0 var(--song-progress),var(--pres-cream) var(--song-progress) 67%,var(--pres-blue) 67% 100%); box-shadow: 0 14px 32px rgba(0,0,0,.34),0 0 0 1px rgba(244,237,221,.2); }
.floating-song audio { display: none; }
.floating-song button { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .16rem; padding: .58rem .85rem; overflow: hidden; border: 2px solid rgba(244,237,221,.72); border-radius: 999px; background: radial-gradient(circle at 50% 30%,#173f68 0,#0c2a4b 45%,var(--pres-navy) 100%); color: var(--pres-cream); text-align: center; cursor: pointer; }
.floating-song-action { display: inline-flex; align-items: center; gap: .3rem; color: #ff8d94; font-family: var(--display); font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.floating-song-action i { font-size: .66rem; }
.floating-song strong { color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(.9rem,1.15vw,1.06rem); letter-spacing: -.025em; line-height: 1; text-shadow: 0 2px 10px rgba(0,0,0,.28); }
.floating-song small { max-width: 120px; color: #bfcddd; font-family: var(--display); font-size: .46rem; font-weight: 600; letter-spacing: .06em; line-height: 1.15; text-transform: uppercase; }
.floating-song button:hover,.floating-song button:focus-visible { background: radial-gradient(circle at 50% 35%,#205586 0,#10365f 46%,#081f39 100%); outline: 3px solid rgba(212,175,103,.65); outline-offset: 3px; }
.floating-song.is-playing { animation: song-pulse 2.4s ease-in-out infinite; }
.floating-song.is-playing .floating-song-action { color: var(--pres-gold); }
@keyframes song-pulse { 0%,100% { box-shadow: 0 18px 45px rgba(0,0,0,.38),0 0 0 1px rgba(244,237,221,.2); } 50% { box-shadow: 0 18px 50px rgba(0,0,0,.42),0 0 0 6px rgba(174,40,51,.18); } }
.president-fireworks { position: fixed; inset: 0; z-index: 90; pointer-events: none; }

@media (max-width: 1000px) {
    .president-page .president-header { grid-template-columns: 1fr auto; }
    .president-page .president-nav { background: var(--pres-navy); }
}
@media (max-width: 900px) {
    .president-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 5rem; }
    .president-portrait-wrap { width: min(88%,560px); justify-self: center; }
    .president-story, .coalition-section { grid-template-columns: 1fr; }
    .president-pledge { position: relative; top: auto; }
    .policy-grid { grid-template-columns: 1fr; }
    .share-all { grid-template-columns: 1fr; }
    .share-all .share-links { justify-content: flex-start; }
    .policy-card:nth-child(odd), .policy-card:nth-child(even) { background: var(--pres-navy); }
    .policy-card:nth-child(even) { background: #0d2948; }
}
@media (max-width: 600px) {
    .hero-stars { width: calc(100% - 24px); gap: clamp(.8rem, 5vw, 1.35rem); font-size: clamp(1rem, 5vw, 1.3rem); }
    .president-hero { padding-bottom: 6rem; }
    .president-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
    .president-actions { align-items: stretch; flex-direction: column; }
    .president-button { width: 100%; }
    .president-text-link { text-align: center; }
    .policy-card { min-height: auto; padding: 2rem 1.5rem 2.4rem; }
    .policy-share { margin-top: 1.8rem; }
    .policy-number { font-size: 4.4rem; }
    .president-footer .footer-top { align-items: flex-start; flex-direction: column; }
    .president-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 1rem; text-align: left; }
}
@media (max-width: 430px) {
    .share-links { gap: .3rem; }
    .share-link, .share-all .share-link { flex-basis: 29px; width: 29px; min-height: 29px; }
    .share-link i { font-size: .76rem; }
    .floating-song { right: 8px; bottom: 8px; width: 132px; height: 92px; padding: 3px; }
    .floating-song button { gap: .08rem; padding: .42rem .58rem; }
    .floating-song-action { font-size: .52rem; }
    .floating-song strong { font-size: .76rem; }
    .floating-song small { max-width: 95px; font-size: .38rem; }
}
@media (prefers-reduced-motion: reduce) { .president-button { transition: none; } .floating-song.is-playing { animation: none; } }
