:root {
    --navy: #06283d;
    --navy-dark: #031927;
    --ocean-deep: #064663;
    --ocean: #087ea4;
    --gulf-blue: #18b7d7;
    --bright-blue: #55d8ee;
    --seafoam: #8be8d3;
    --aqua-soft: #e9fbff;
    --coral: #f25f5c;
    --coral-dark: #d94b48;
    --sun: #ffd166;
    --sand: #f4dfba;
    --cream: #fff8ed;
    --white: #ffffff;
    --ink: #102f42;
    --muted: #617887;
    --muted-dark: #405b6a;
    --line: rgba(16, 47, 66, 0.12);
    --line-strong: rgba(16, 47, 66, 0.18);
    --shadow-soft: 0 24px 70px rgba(6, 40, 61, 0.14);
    --shadow-strong: 0 38px 110px rgba(6, 40, 61, 0.25);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.campaign-home {
    min-height: 100vh;
    overflow-x: hidden;
    background:
            radial-gradient(circle at 8% 8%, rgba(24, 183, 215, 0.16), transparent 28rem),
            radial-gradient(circle at 92% 7%, rgba(242, 95, 92, 0.12), transparent 24rem),
            linear-gradient(180deg, #fff8ed 0%, #f7fbfb 44%, #fff8ed 100%);
}

/* NAV */

.campaign-nav {
    position: sticky;
    top: 16px;
    z-index: 100;
    width: min(1240px, calc(100% - 40px));
    margin: 16px auto 0;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px);
    box-shadow: 0 18px 60px rgba(6, 40, 61, 0.16);
}

.campaign-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.brand-mark,
.footer-brand-mark {
    position: relative;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 18px;
    color: white;
    background:
            radial-gradient(circle at 82% 18%, rgba(255, 209, 102, 0.32), transparent 1.65rem),
            linear-gradient(145deg, var(--navy) 0%, var(--ocean-deep) 54%, var(--ocean) 100%);
    border: 1px solid rgba(255, 255, 255, 0.36);
    box-shadow:
            0 16px 34px rgba(6, 40, 61, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.brand-mark::before,
.footer-brand-mark::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.brand-initials {
    position: relative;
    z-index: 2;
    margin-top: -3px;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.08em;
}

.brand-wave {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 13px;
    z-index: 2;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gulf-blue), var(--seafoam), var(--sun));
}

.brand-wave::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: -5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    transform: translateX(5px);
}

.brand-text {
    display: grid;
    line-height: 1.05;
}

.brand-text strong {
    color: var(--navy);
    font-size: 1.05rem;
    letter-spacing: -0.03em;
}

.brand-text small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.campaign-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.campaign-links a {
    padding: 10px 12px;
    color: var(--navy);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 850;
    border-radius: 999px;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.campaign-links a:hover {
    color: var(--ocean-deep);
    background: rgba(24, 183, 215, 0.12);
    transform: translateY(-1px);
}

.nav-donate-button {
    padding: 14px 21px;
    color: white;
    text-decoration: none;
    font-weight: 950;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
    box-shadow: 0 16px 38px rgba(242, 95, 92, 0.34);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-donate-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(242, 95, 92, 0.42);
}

/* HERO */

.coastal-hero {
    position: relative;
    min-height: 860px;
    margin-top: -82px;
    padding: 168px 0 128px;
    overflow: hidden;
    color: white;
    background: linear-gradient(135deg, var(--navy-dark), var(--ocean-deep));
}

.hero-background {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(3, 25, 39, 0.92), rgba(6, 70, 99, 0.68), rgba(6, 70, 99, 0.24)),
            url("/images/corpus-hero.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    animation: slowImageDrift 22s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 18% 32%, rgba(85, 216, 238, 0.24), transparent 27rem),
            radial-gradient(circle at 72% 20%, rgba(255, 209, 102, 0.14), transparent 22rem),
            linear-gradient(180deg, rgba(3, 25, 39, 0.08) 0%, rgba(3, 25, 39, 0.16) 55%, rgba(255, 248, 237, 0.96) 100%);
}

.hero-texture {
    position: absolute;
    inset: 0;
    opacity: 0.11;
    background-image:
            linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(90deg, black, transparent 82%);
}

.hero-inner {
    position: relative;
    z-index: 5;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) 410px;
    gap: 68px;
    align-items: center;
}

.hero-message {
    max-width: 820px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ocean);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.17em;
}

.section-kicker::before {
    content: "";
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gulf-blue), var(--coral), var(--sun));
}

.light-kicker {
    color: rgba(255, 255, 255, 0.92);
}

.hero-message h1 {
    max-width: 860px;
    margin: 22px 0 24px;
    font-size: clamp(3.55rem, 6.5vw, 6.85rem);
    line-height: 0.91;
    letter-spacing: -0.082em;
    text-wrap: balance;
}

.hero-message h1 span {
    display: block;
    color: var(--sun);
}

.hero-message p {
    max-width: 710px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.18rem;
    line-height: 1.76;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.primary-campaign-button,
.secondary-campaign-button,
.plain-campaign-button,
.inline-action-button,
.volunteer-form button,
.signup-strip-form button,
.section-row-action,
.water-bottom-callout a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 23px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-campaign-button {
    color: white;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
    box-shadow: 0 20px 48px rgba(242, 95, 92, 0.34);
}

.secondary-campaign-button {
    color: var(--navy);
    background: white;
    box-shadow: 0 20px 48px rgba(255, 255, 255, 0.18);
}

.plain-campaign-button {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
}

.primary-campaign-button:hover,
.secondary-campaign-button:hover,
.plain-campaign-button:hover,
.inline-action-button:hover,
.volunteer-form button:hover,
.signup-strip-form button:hover,
.section-row-action:hover,
.water-bottom-callout a:hover {
    transform: translateY(-2px);
}

.hero-issue-row {
    position: relative;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    max-width: 720px;
}

.hero-issue-row span {
    padding: 10px 13px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.84rem;
    font-weight: 850;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 30px rgba(3, 25, 39, 0.14);
}

.candidate-feature-card {
    position: relative;
    padding: 12px;
    border-radius: 34px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.14));
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-strong);
}

.candidate-feature-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.08), rgba(255,209,102,0.34));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.candidate-photo-frame {
    height: 390px;
    overflow: hidden;
    border-radius: 26px;
    background: white;
}

.candidate-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.candidate-card-content {
    padding: 22px 12px 10px;
}

.candidate-card-content span {
    color: var(--sun);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.candidate-card-content h2 {
    margin: 8px 0 10px;
    font-size: 2rem;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.candidate-card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.64;
}

.hero-bottom-curve {
    position: absolute;
    z-index: 3;
    left: -8%;
    right: -8%;
    bottom: -96px;
    height: 190px;
    border-radius: 50% 50% 0 0;
    background: var(--cream);
    pointer-events: none;
}

/* SHARED */

.page-section {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 94px 0;
}

.vertical-section {
    display: grid;
    gap: 34px;
}

.section-copy h2,
.center-heading h2,
.support-content h2,
.volunteer-copy h2,
.contact-section h2,
.banner-content h2,
.water-heading h2,
.signup-strip-content h2,
.endorsement-heading h2,
.section-title-row h2 {
    margin: 12px 0 18px;
    color: var(--ink);
    font-size: clamp(2.35rem, 5vw, 4.85rem);
    line-height: 0.96;
    letter-spacing: -0.07em;
    text-wrap: balance;
}

.section-copy p,
.center-heading p,
.support-content p,
.volunteer-copy p,
.contact-section p,
.water-heading p,
.signup-strip-content p,
.endorsement-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.78;
}

.center-heading {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.center-heading .section-kicker {
    justify-content: center;
}

.center-heading .section-kicker::before {
    display: none;
}

/* EMAIL SIGNUP */

.signup-strip {
    position: relative;
    z-index: 20;
    width: min(1240px, calc(100% - 40px));
    margin: -26px auto 0;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 30px;
    align-items: center;
    border-radius: 36px;
    background:
            radial-gradient(circle at top right, rgba(85, 216, 238, 0.22), transparent 18rem),
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 251, 255, 0.95));
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.signup-strip-content h2 {
    max-width: 760px;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.signup-strip-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    padding: 14px;
    border-radius: 26px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 16px 50px rgba(6, 40, 61, 0.08);
}

.signup-strip-form input {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(16, 47, 66, 0.12);
    border-radius: 18px;
    outline: none;
    color: var(--ink);
    font: inherit;
    background: rgba(233, 251, 255, 0.42);
}

.signup-strip-form button {
    color: white;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
    box-shadow: 0 16px 38px rgba(242, 95, 92, 0.24);
}

/* DONATE */

.support-band {
    position: relative;
    z-index: 10;
    width: min(1240px, calc(100% - 40px));
    margin: 26px auto 0;
    padding: 34px;
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 32px;
    align-items: center;
    border-radius: 38px;
    background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 251, 255, 0.94));
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.support-content h2 {
    max-width: 720px;
    font-size: clamp(2.15rem, 3.4vw, 3.45rem);
}

.support-content p {
    max-width: 740px;
}

.support-card {
    padding: 22px;
    border-radius: 30px;
    background:
            radial-gradient(circle at top right, rgba(255, 209, 102, 0.22), transparent 12rem),
            linear-gradient(135deg, var(--navy), var(--ocean));
    box-shadow: 0 22px 56px rgba(6, 40, 61, 0.24);
}

.support-card-label {
    display: block;
    margin-bottom: 15px;
    color: white;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.donation-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.donation-pill {
    min-height: 56px;
    display: grid;
    place-items: center;
    color: white;
    text-decoration: none;
    font-weight: 950;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    transition: transform 180ms ease, background 180ms ease;
}

.donation-pill:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.22);
}

.donation-pill.featured {
    grid-column: 1 / -1;
    color: var(--navy);
    background: var(--sun);
    border-color: transparent;
}

/* MEET BILLY */

.meet-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 58px;
    align-items: center;
}

.meet-photo-panel {
    position: relative;
}

.meet-photo-card {
    min-height: 540px;
    overflow: hidden;
    border-radius: 40px;
    background: var(--aqua-soft);
    box-shadow: var(--shadow-soft);
}

.meet-photo-card img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}

.meet-quote-card {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 52px rgba(6, 40, 61, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.meet-quote-card p {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.08rem;
    line-height: 1.55;
    font-weight: 800;
}

.meet-quote-card span {
    color: var(--ocean);
    font-weight: 950;
}

.meet-highlight-grid {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.meet-highlight-grid div {
    padding: 20px 22px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 16px 44px rgba(6, 40, 61, 0.08);
    border: 1px solid var(--line);
}

.meet-highlight-grid strong,
.meet-highlight-grid span {
    display: block;
}

.meet-highlight-grid strong {
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 1.05rem;
}

.meet-highlight-grid span {
    color: var(--muted);
    line-height: 1.55;
}

/* WATER SECTION */

.water-section {
    position: relative;
    width: min(1240px, calc(100% - 40px));
    margin: 28px auto 96px;
    padding: clamp(34px, 5vw, 64px);
    overflow: hidden;
    border-radius: 44px;
    background:
            radial-gradient(circle at 10% 20%, rgba(85, 216, 238, 0.22), transparent 22rem),
            radial-gradient(circle at 92% 12%, rgba(255, 209, 102, 0.16), transparent 18rem),
            linear-gradient(135deg, #ffffff, #eafaff 52%, #fff8ed);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.water-background-mark {
    position: absolute;
    right: -18px;
    top: -38px;
    color: rgba(6, 70, 99, 0.055);
    font-size: clamp(5rem, 14vw, 13rem);
    font-weight: 950;
    letter-spacing: -0.1em;
    line-height: 1;
    pointer-events: none;
}

.water-heading {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin-bottom: 34px;
}

.water-content-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
}

.water-feature-card {
    padding: 34px;
    border-radius: 34px;
    color: white;
    background:
            radial-gradient(circle at top right, rgba(255, 209, 102, 0.22), transparent 15rem),
            linear-gradient(135deg, var(--navy), var(--ocean-deep));
    box-shadow: 0 26px 70px rgba(6, 40, 61, 0.22);
}

.water-feature-label {
    color: var(--sun);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.water-feature-card h3 {
    margin: 14px 0 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.water-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.72;
}

.water-feature-points {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.water-feature-points span {
    padding: 13px 15px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 850;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.water-action-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.water-action-card {
    padding: 24px;
    border-radius: 28px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 18px 52px rgba(6, 40, 61, 0.08);
}

.water-action-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    color: white;
    font-weight: 950;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
}

.water-action-card h4 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1.22rem;
    letter-spacing: -0.03em;
}

.water-action-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
}

.water-bottom-callout {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(16, 47, 66, 0.1);
}

.water-bottom-callout strong {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 1.1rem;
}

.water-bottom-callout p {
    max-width: 740px;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.water-bottom-callout a {
    white-space: nowrap;
    color: white;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
    box-shadow: 0 16px 40px rgba(24, 183, 215, 0.22);
}

/* BANNER */

.full-image-banner {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: white;
}

.banner-image {
    position: absolute;
    inset: 0;
    background: url("/images/corpus-banner.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    animation: slowImageDrift 24s ease-in-out infinite alternate;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(3, 25, 39, 0.88), rgba(8, 126, 164, 0.54)),
            radial-gradient(circle at 80% 30%, rgba(255, 209, 102, 0.22), transparent 22rem);
}

.banner-content {
    position: relative;
    z-index: 2;
    width: min(980px, calc(100% - 40px));
    text-align: center;
}

.banner-content span {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--sun);
}

.banner-content h2 {
    color: white;
}

/* PRIORITIES */

.priority-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.priority-card {
    position: relative;
    min-height: 320px;
    padding: 30px;
    overflow: hidden;
    border-radius: 32px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 18px 60px rgba(6, 40, 61, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.priority-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    bottom: -70px;
    border-radius: 999px;
    background: rgba(24, 183, 215, 0.12);
    transition: transform 180ms ease;
    pointer-events: none;
}

.priority-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 80px rgba(6, 40, 61, 0.14);
}

.priority-card:hover::after {
    transform: scale(1.2);
}

.priority-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: white;
    font-size: 1.6rem;
    font-weight: 950;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
    box-shadow: 0 14px 30px rgba(24, 183, 215, 0.2);
}

.priority-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.38rem;
    line-height: 1.12;
}

.priority-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.featured-priority-card {
    background:
            radial-gradient(circle at 88% 88%, rgba(24, 183, 215, 0.38), transparent 9rem),
            linear-gradient(135deg, #06283d 0%, #064663 58%, #087ea4 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 26px 80px rgba(6, 40, 61, 0.24);
}

.featured-priority-card::before {
    content: "Major Focus";
    position: relative;
    z-index: 3;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 12px;
    color: var(--navy);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: var(--sun);
}

.featured-priority-card::after {
    background: rgba(85, 216, 238, 0.2);
}

.featured-priority-card .priority-icon {
    display: none;
}

.featured-priority-card h3 {
    color: #ffffff !important;
}

.featured-priority-card p {
    color: rgba(255, 255, 255, 0.88) !important;
}

.featured-priority-card:hover {
    box-shadow: 0 34px 90px rgba(6, 40, 61, 0.3);
}

/* ENDORSEMENTS */

.endorsement-section {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 28px;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 44px;
    background:
            radial-gradient(circle at 10% 15%, rgba(255, 209, 102, 0.16), transparent 18rem),
            linear-gradient(135deg, var(--navy-dark), var(--ocean-deep));
    box-shadow: var(--shadow-strong);
}

.endorsement-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.endorsement-heading h2,
.endorsement-heading p {
    color: white;
}

.endorsement-heading p {
    color: rgba(255, 255, 255, 0.78);
}

.endorsement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.endorsement-card {
    min-height: 280px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
}

.endorsement-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.12rem;
    line-height: 1.65;
    font-weight: 750;
}

.endorsement-card strong,
.endorsement-card span {
    display: block;
}

.endorsement-card strong {
    margin-top: 28px;
    color: var(--sun);
}

.endorsement-card span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
}

/* UPDATES */

.section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.section-title-row h2 {
    margin-bottom: 0;
}

.section-row-action {
    color: white;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
    box-shadow: 0 16px 40px rgba(24, 183, 215, 0.22);
}

.updates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.update-card {
    overflow: hidden;
    border-radius: 34px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 18px 60px rgba(6, 40, 61, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.update-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 80px rgba(6, 40, 61, 0.14);
}

.update-image {
    height: 210px;
    background-size: cover;
    background-position: center;
}

.update-content {
    padding: 26px;
}

.update-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.update-meta span {
    padding: 7px 10px;
    color: var(--navy);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: var(--sun);
}

.update-meta time {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.update-content h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.38rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.update-content p {
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.65;
}

.update-content a {
    color: var(--ocean);
    font-weight: 950;
    text-decoration: none;
}

/* EVENTS */

.events-section {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 56px;
    align-items: center;
}

.inline-action-button {
    margin-top: 28px;
    color: white;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
    box-shadow: 0 16px 40px rgba(24, 183, 215, 0.22);
}

.event-list {
    display: grid;
    gap: 16px;
}

.event-card {
    display: grid;
    grid-template-columns: 82px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 30px;
    background: white;
    box-shadow: 0 18px 50px rgba(6, 40, 61, 0.08);
    border: 1px solid var(--line);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(6, 40, 61, 0.12);
}

.event-date {
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: white;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
}

.event-date strong,
.event-date span {
    display: block;
    line-height: 1;
}

.event-date strong {
    font-size: 1.8rem;
}

.event-date span {
    margin-top: -14px;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.event-details span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    padding: 6px 9px;
    color: var(--ocean);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    background: var(--aqua-soft);
}

.event-details h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 1.16rem;
}

.event-details p,
.event-details small {
    display: block;
    margin: 0;
    color: var(--muted);
}

.event-details small {
    margin-top: 4px;
    font-weight: 800;
}

.event-actions {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.event-actions a {
    min-width: 92px;
    padding: 10px 14px;
    color: white;
    text-align: center;
    font-weight: 950;
    text-decoration: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
}

.event-actions .secondary-event-link {
    color: var(--navy);
    background: var(--aqua-soft);
}

/* VOLUNTEER */

.volunteer-section {
    position: relative;
    width: min(1240px, calc(100% - 40px));
    margin: 34px auto 0;
    padding: clamp(32px, 5vw, 60px);
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 42px;
    align-items: center;
    overflow: hidden;
    border-radius: 44px;
    background:
            radial-gradient(circle at top right, rgba(255, 209, 102, 0.18), transparent 18rem),
            linear-gradient(135deg, var(--navy-dark), var(--ocean-deep));
    box-shadow: 0 34px 90px rgba(6, 40, 61, 0.28);
}

.volunteer-background-shape {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -140px;
    border-radius: 999px;
    background: rgba(255, 209, 102, 0.16);
    animation: floatTwo 8s ease-in-out infinite;
}

.volunteer-copy {
    position: relative;
    z-index: 2;
}

.volunteer-copy h2,
.volunteer-copy p {
    color: white;
}

.volunteer-copy p {
    color: rgba(255, 255, 255, 0.82);
}

.volunteer-form {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    padding: 24px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(18px);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.volunteer-form label {
    display: grid;
    gap: 8px;
    color: white;
    font-size: 0.86rem;
    font-weight: 850;
}

.volunteer-form input,
.volunteer-form select,
.volunteer-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    color: var(--ink);
    border: 0;
    outline: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    font: inherit;
}

.volunteer-form textarea {
    min-height: 110px;
    resize: vertical;
}

.volunteer-form button {
    width: fit-content;
    color: var(--navy);
    background: var(--sun);
    box-shadow: 0 16px 40px rgba(255, 209, 102, 0.2);
}

/* CONTACT */

.contact-section {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 36px;
    align-items: center;
}

.contact-card {
    display: grid;
    gap: 12px;
    padding: 26px;
    border-radius: 32px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

.contact-card a,
.contact-card span {
    padding: 14px 16px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 900;
    border-radius: 18px;
    background: var(--aqua-soft);
}

/* FOOTER */

.campaign-footer {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 0 110px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 28px;
    align-items: center;
    margin-bottom: 30px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-brand strong,
.footer-brand span {
    display: block;
}

.footer-brand strong {
    color: var(--navy);
    font-size: 1.08rem;
}

.footer-main p {
    margin: 0;
    color: var(--muted-dark);
    font-weight: 850;
}
.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--navy);
    text-decoration: none;
    border-radius: 16px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(6, 40, 61, 0.08);
    transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.footer-socials a:hover {
    color: white;
    background: linear-gradient(135deg, var(--ocean), var(--gulf-blue));
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(24, 183, 215, 0.22);
}

.footer-socials svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-links a {
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid var(--line);
}

.footer-disclaimer {
    padding: 16px 18px;
    color: var(--muted-dark);
    font-weight: 850;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--line);
}

/* MOBILE ACTION BAR */

.mobile-action-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 120;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(6, 40, 61, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.mobile-action-bar a {
    min-height: 44px;
    display: grid;
    place-items: center;
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 950;
    text-decoration: none;
    border-radius: 16px;
    background: var(--aqua-soft);
}

.mobile-action-bar a:first-child {
    color: white;
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
}

/* ANIMATIONS */

@keyframes slowImageDrift {
    from {
        transform: scale(1.04) translate3d(-10px, -6px, 0);
    }

    to {
        transform: scale(1.09) translate3d(12px, 8px, 0);
    }
}

@keyframes floatTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-16px, 20px, 0) scale(1.08);
    }
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .campaign-links {
        display: none;
    }

    .coastal-hero {
        min-height: auto;
        padding-bottom: 112px;
    }

    .hero-inner,
    .signup-strip,
    .support-band,
    .meet-section,
    .water-content-grid,
    .events-section,
    .volunteer-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .candidate-feature-card {
        max-width: 520px;
    }

    .priority-grid,
    .updates-grid,
    .endorsement-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .signup-strip-form {
        grid-template-columns: 1fr 1fr auto;
    }

    .water-bottom-callout {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 86px;
    }

    .campaign-nav {
        top: 10px;
        width: calc(100% - 20px);
        margin-top: 10px;
        border-radius: 26px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
    }

    .brand-text small {
        display: none;
    }

    .nav-donate-button {
        padding: 11px 14px;
        font-size: 0.88rem;
    }

    .coastal-hero {
        padding: 138px 0 94px;
    }

    .hero-inner {
        width: calc(100% - 28px);
        gap: 34px;
    }

    .hero-message h1 {
        font-size: 3.05rem;
        letter-spacing: -0.07em;
    }

    .hero-message p {
        font-size: 1.04rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-campaign-button,
    .secondary-campaign-button,
    .plain-campaign-button {
        width: 100%;
    }

    .candidate-photo-frame {
        height: 330px;
    }

    .signup-strip,
    .support-band,
    .page-section,
    .water-section,
    .endorsement-section,
    .volunteer-section,
    .contact-section,
    .campaign-footer {
        width: calc(100% - 28px);
    }

    .signup-strip,
    .support-band,
    .water-section,
    .endorsement-section {
        padding: 22px;
        border-radius: 30px;
    }

    .signup-strip-form {
        grid-template-columns: 1fr;
    }

    .donation-options {
        grid-template-columns: 1fr;
    }

    .donation-pill.featured {
        grid-column: auto;
    }

    .section-copy h2,
    .center-heading h2,
    .support-content h2,
    .volunteer-copy h2,
    .contact-section h2,
    .banner-content h2,
    .water-heading h2,
    .signup-strip-content h2,
    .endorsement-heading h2,
    .section-title-row h2 {
        font-size: 2.35rem;
    }

    .meet-photo-card,
    .meet-photo-card img {
        min-height: 380px;
    }

    .meet-quote-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: -42px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .priority-grid,
    .updates-grid,
    .endorsement-grid {
        grid-template-columns: 1fr;
    }

    .full-image-banner {
        min-height: 390px;
    }

    .section-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .event-card {
        grid-template-columns: 70px 1fr;
    }

    .event-actions {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
    }

    .event-actions a {
        width: 100%;
    }

    .event-date {
        width: 70px;
        height: 70px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-socials,
    .footer-links {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-socials a,
    .footer-links a {
        text-align: center;
    }

    .mobile-action-bar {
        display: grid;
    }
}

/* CAMPAIGN SNAPSHOT */

.campaign-snapshot {
    position: relative;
    z-index: 25;
    width: min(1240px, calc(100% - 40px));
    margin: -28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.snapshot-card {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    padding: 24px;
    border-radius: 28px;
    background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(233, 251, 255, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 56px rgba(6, 40, 61, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.snapshot-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -52px;
    bottom: -52px;
    border-radius: 999px;
    background: rgba(24, 183, 215, 0.14);
    pointer-events: none;
}

.snapshot-card:first-child {
    color: white;
    background:
            radial-gradient(circle at top right, rgba(255, 209, 102, 0.22), transparent 10rem),
            linear-gradient(135deg, var(--navy), var(--ocean-deep));
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 70px rgba(6, 40, 61, 0.22);
}

.snapshot-card:first-child::after {
    background: rgba(85, 216, 238, 0.2);
}

.snapshot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 76px rgba(6, 40, 61, 0.16);
}

.snapshot-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 10px;
    color: var(--ocean);
    font-size: 0.68rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: var(--aqua-soft);
}

.snapshot-card:first-child .snapshot-label {
    color: var(--navy);
    background: var(--sun);
}

.snapshot-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 1.28rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.snapshot-card:first-child strong {
    color: white;
}

.snapshot-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.snapshot-card:first-child p {
    color: rgba(255, 255, 255, 0.82);
}