/* ========================================
   RAKHEE KOTECHA CAMPAIGN SITE
   ======================================== */

:root {
    --navy: #17324D;
    --teal: #287C7A;
    --gold: #C49A4A;
    --amber: #E89A3C;
    --offwhite: #F7F5F0;
    --white: #FFFFFF;
    --text: #263442;
    --muted: #66727D;
    --border: #DDE2E5;
}


/* ========================================
   BASE
   ======================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--text);
    background: var(--offwhite);
}

h1,
h2,
h3,
h4,
.serif {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
}

a {
    color: var(--teal);
}

strong {
    font-weight: 700;
}


/* ========================================
   HEADER / NAVIGATION
   ======================================== */

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

main {
    margin-top: 96px;
}

.navbar-custom {
    background: var(--navy);
    padding: 14px 0;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
}

.brand-block {
    color: #fff !important;
    text-decoration: none;
    line-height: 1.25;
    min-width: 280px;
}

.brand-name {
    display: block;
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.42rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.brand-subtitle {
    display: block;
    margin-top: 3px;
    font-size: 0.78rem;
    font-weight: 400;
    color: #E7EDF2;
}

.navbar-custom .nav-link {
    color: #E6EDF2;
    font-size: 0.96rem;
    font-weight: 600;
    margin: 0 0.35rem;
    padding: 0.5rem 0.55rem !important;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #fff;
}

.navbar-custom .nav-link:not(.donate-nav)::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 4px;
    background: var(--gold);
    transition: width 0.2s ease;
}

.navbar-custom .nav-link:not(.donate-nav):hover::after {
    width: 100%;
}

.donate-nav {
    background: var(--amber);
    color: var(--navy) !important;
    border-radius: 5px;
    padding: 0.65rem 1.15rem !important;
    margin-left: 0.55rem !important;
}

.donate-nav:hover {
    background: #D98A2E;
}


/* ========================================
   GENERAL LAYOUT
   ======================================== */

.site-section {
    padding: 92px 0;
}

.site-section.white {
    background: var(--white);
}

.site-section.soft {
    background: var(--offwhite);
}

.section-rule {
    border-top: 1px solid var(--border);
}

.copy-width {
    max-width: 740px;
}

.eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--teal);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    margin-bottom: 12px;
}

.gold-rule {
    width: 52px;
    height: 3px;
    background: var(--gold);
    margin: 12px 0 25px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1.18;
    margin-bottom: 24px;
}

.section-subtitle {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.45rem;
    line-height: 1.35;
    margin-bottom: 24px;
}

.body-copy p {
    margin-bottom: 18px;
}

.statement {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
    font-size: 1.26rem;
    line-height: 1.5;
    font-weight: 700;
}

.teal-statement {
    color: var(--teal);
}


/* ========================================
   HOME
   ======================================== */

.hero {
    background: var(--white);
    padding: 50px 0 45px;
}

.hero-copy {
    max-width: 760px;
}

.hero-title {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
    font-size: clamp(1.7rem, 2.8vw, 2rem);
    line-height: 1.13;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-copy p {
    margin-bottom: 11px;
}

.lld-block {
    margin: 7px 0 14px;
    line-height: 1.4;
}

.lld-block > div {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.lld-label {
    display: inline-block;
    min-width: 90px;
    font-weight: 700;
    color: var(--teal);
    letter-spacing: 0.02em;
}

.hero-question {
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--navy);
    font-weight: 700;
    margin: 8px 0 18px;
}

.hear-from-you {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hear-from-you + p {
    margin-bottom: 5px;
}

.text-link {
    display: inline-block;
    margin-top: 4px;
    color: var(--teal);
    font-weight: 700;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.hero-image {
    width: 100%;
    max-width: 370px;
    max-height: 545px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(23, 50, 77, 0.13);
    margin-top: 0;
    margin-left: 40px;
}


/* ========================================
   ABOUT
   ======================================== */

.about-photo {
    width: 100%;
    max-width: 345px;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(23, 50, 77, 0.10);
}

.about-image-placeholder {
    width: 100%;
    max-width: 300px;
    height: 330px;
    background: #e8e8e8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.about-opening {
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.18;
    margin-bottom: 10px;
}

.about-change {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-statement {
    font-size: 1.05rem;
    line-height: 1.5;
}

.about-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--teal);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    margin-bottom: 14px;
}

.about-label::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin-top: 12px;
}

.about-content-row {
    margin-top: 28px;
}

.about-image-column {
    display: flex;
    justify-content: center;
}

.why-section {
    margin-top: 72px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.question-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}

.question-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.question-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 700;
}


/* ========================================
   PRIORITIES
   ======================================== */

.priorities-intro {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
    font-size: 1.7rem;
    line-height: 1.45;
    font-weight: 700;
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
}

.priorities-lead {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.55rem;
    font-weight: 700;
    margin: 26px 0 10px;
}

.priority-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.priorities-note {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 16px;
}

#priorities .gold-rule {
    margin-bottom: 18px;
}

.priority-card {
    background: #fff;
    border: 1px solid #E2E6E8;
    border-top: 4px solid var(--teal);
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(23, 50, 77, 0.055);
    overflow: hidden;
    height: 100%;
}

.priority-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    width: 100%;
    justify-self: center;
}

.priority-card summary {
    list-style: none;
    cursor: pointer;
    padding: 28px 30px;
    position: relative;
}

.priority-card summary::-webkit-details-marker {
    display: none;
}

.priority-card summary::after {
    content: "+";
    position: absolute;
    top: 27px;
    right: 26px;
    color: var(--teal);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
}

.priority-card[open] summary::after {
    content: "−";
}

.priority-card h3 {
    font-size: 1.13rem;
    margin: 0 42px 9px 0;
    line-height: 1.35;
}

.priority-tagline {
    color: var(--teal);
    font-size: 0.98rem;
    font-style: italic;
    margin: 0;
    padding-right: 24px;
}

.priority-details {
    border-top: 1px solid #ECEFF1;
    padding: 0 30px 25px;
}

.priority-details ul {
    margin: 22px 0 0;
    padding-left: 20px;
}

.priority-details li {
    margin-bottom: 8px;
}

.priorities-cta {
    text-align: center;
    margin-top: 38px;
}

.priorities-question {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}


/* ========================================
   CONNECT
   ======================================== */

.connect-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 16px;
}

.connect-title {
    font-size: clamp(1.8rem, 3.2vw, 2.3rem);
    margin-bottom: 10px;
    font-weight: 400;
}

.connect-label {
    text-align: left;
    margin-bottom: -10px;
}

.connect-subtitle {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.connect-form {
    max-width: 850px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #E2E6E8;
    border-radius: 9px;
    padding: 30px 38px;
    box-shadow: 0 7px 22px rgba(23, 50, 77, 0.06);
}

.choice-card {
    border: 1px solid #DDE2E5;
    border-radius: 6px;
    padding: 14px 16px;
    height: 100%;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.choice-card:hover {
    border-color: var(--teal);
    background: #F7FBFA;
}

.form-check-input:checked {
    background-color: var(--teal);
    border-color: var(--teal);
}

.form-control:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 0.2rem rgba(40, 124, 122, 0.13);
}

.submit-button {
    background: var(--amber);
    color: var(--navy);
    border: none;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 6px;
}

.submit-button:hover {
    background: #D98A2E;
    color: var(--navy);
}


/* ========================================
   DONATE
   ======================================== */

.donate-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.donate-title {
    font-family: "Merriweather", Georgia, serif;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.25;
    margin-bottom: 24px;
    white-space: nowrap;
}

.etransfer-line {
    font-size: 1.30rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
    overflow-wrap: anywhere;
}

.etransfer-email {
    color: var(--teal);
}

.donate-block {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.rebate-block p {
    margin-bottom: 10px;
}

.rebate-block .rebate-example {
    margin: 14px 0 12px;
}

.donate-block h3 {
    font-size: 1.3rem;
    margin-bottom: 18px;
}

.donate-block li {
    margin-bottom: 7px;
}

.rebate-example {
    font-family: "Merriweather", Georgia, serif;
    color: var(--teal);
    font-size: 1.3rem;
    font-weight: 700;
    margin: 24px 0 12px;
}

.legal-note {
    margin-top: 28px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--muted);
}


/* ========================================
   FOOTER
   ======================================== */

footer {
    background: var(--navy);
    color: #C1CCD4;
    padding: 38px 0;
    font-size: 0.9rem;
}

footer h5 {
    color: #fff;
    font-family: "Merriweather", Georgia, serif;
    font-size: 1rem;
}


/* ========================================
   MOBILE / TABLET
   ======================================== */

@media (max-width: 991.98px) {

    main {
        margin-top: 88px;
    }

    .navbar-custom {
        padding: 11px 0;
    }

    .brand-name {
        font-size: 1.2rem;
    }

    .brand-subtitle {
        font-size: 0.7rem;
    }

    .navbar-collapse {
        padding-top: 14px;
    }

    .donate-nav {
        display: inline-block;
        margin-left: 0 !important;
    }

    .site-section,
    .hero {
        padding: 66px 0;
    }

    .hero-image {
        margin-top: 34px;
        margin-left: 0;
        max-width: 330px;
    }

    .about-photo {
        margin: 0 auto 40px;
        max-width: 300px;
    }

    .priority-card:nth-child(5) {
        max-width: 100%;
    }
}


@media (max-width: 767.98px) {

    body {
        font-size: 16px;
    }

    .priority-grid {
        grid-template-columns: 1fr;
    }

    .priority-card:nth-child(5) {
        grid-column: auto;
    }

    .connect-form {
        padding: 25px 20px;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .about-opening {
        font-size: 2rem;
    }

    .donate-title {
        white-space: normal;
    }
}


@media (max-width: 575.98px) {

    .brand-subtitle {
        max-width: 230px;
    }

    .site-section,
    .hero {
        padding: 54px 0;
    }

    .priority-card summary {
        padding: 23px 22px;
    }

    .priority-details {
        padding: 0 22px 20px;
    }
}

/* ========================================
   MOBILE HEADER + HOME SPACING
   ======================================== */

@media (max-width: 768px) {

    .navbar-custom .container {
        flex-wrap: nowrap;
        align-items: center;
    }

    .navbar-custom .navbar-brand {
        white-space: normal !important;
        min-width: 0;
        max-width: calc(100% - 65px);
        margin-right: 10px;
        line-height: 1.25;
    }

    .navbar-custom .navbar-toggler {
        margin-left: auto;
        flex-shrink: 0;
    }

    .navbar-custom .navbar-brand > span {
        display: block;
        margin-top: 4px;
    }

    #home {
        padding-top: 32px;
    }
}
