﻿:root {
    --ink: #12372d;
    --forest: #174d3b;
    --forest-deep: #0d3429;
    --leaf: #72904a;
    --lime: #d9e8a5;
    --cream: #f7f2e5;
    --paper: #fffdf7;
    --clay: #c9643d;
    --gold: #e4ad4d;
    --muted: #6d776f;
    --line: rgba(18,55,45,.16);
    --shadow: 0 22px 60px rgba(21,48,39,.13);
    --radius: 26px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans",sans-serif;
    line-height: 1.55
}

button, input, select {
    font: inherit
}

a {
    color: inherit;
    text-decoration: none
}

button {
    color: inherit
}

.skip-link {
    position: fixed;
    left: 12px;
    top: -60px;
    background: #fff;
    padding: 12px;
    z-index: 100
}

    .skip-link:focus {
        top: 12px
    }

.announcement {
    min-height: 38px;
    background: var(--forest-deep);
    color: #eaf2df;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 12px;
    padding: 7px 4vw
}

    .announcement span {
        font: 700 10px "Manrope";
        letter-spacing: .12em;
        background: var(--gold);
        color: #173329;
        padding: 3px 8px;
        border-radius: 20px
    }

    .announcement p {
        margin: 0
    }

    .announcement a {
        font-weight: 700;
        border-bottom: 1px solid rgba(255,255,255,.45)
    }

.site-header {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(4vw,32px);
    position: sticky;
    top: 0;
    background: rgba(255,253,247,.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    z-index: 20;
    transition: .3s
}

    .site-header.scrolled {
        height: 72px;
        border-color: var(--line);
        box-shadow: 0 6px 24px rgba(18,55,45,.05)
    }

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 185px
}

.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px
}

    .brand-mark svg {
        width: 30px;
        height: 30px;
        fill: none;
        stroke: var(--forest);
        stroke-width: 2.3;
        stroke-linecap: round
    }

.brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

.brand strong {
    font: 800 20px "Manrope"
}

.brand small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 5px
}

.site-header nav {
    display: flex;
    gap: 28px;
    font-size: 13px;
    font-weight: 600
}

    .site-header nav a {
        position: relative
    }

        .site-header nav a:after {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: -7px;
            height: 2px;
            background: var(--clay);
            transition: .25s
        }

        .site-header nav a:hover:after {
            right: 0
        }

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.language-toggle {
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 30px;
    padding: 4px;
    display: flex;
    gap: 1px;
    cursor: pointer
}

    .language-toggle span {
        font: 700 10px "Manrope";
        padding: 6px 7px;
        border-radius: 20px
    }

    .language-toggle .active {
        background: var(--forest);
        color: white
    }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--clay);
    color: #fff;
    padding: 14px 22px;
    border-radius: 9px;
    border: 0;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s,background .2s
}

    .button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(201,100,61,.25);
        background: #b95734
    }

.button-small {
    padding: 10px 15px;
    font-size: 12px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 10px
}

    .menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--ink);
        margin: 5px
    }

.section-shell {
    width: min(1180px,92vw);
    margin-inline: auto
}

.section-pad {
    padding-top: 112px;
    padding-bottom: 112px
}

.hero {
    width: 100%;
    max-width: none;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0,1180px);
    align-items: center;
    margin: 0;
    padding: 75px max(4vw,calc((100vw - 1180px)/2)) 62px;
    position: relative;
    isolation: isolate;
    background: url("../images/bihar-sugar-hero.png") center center/cover no-repeat;
    color: #fff
}

    .hero:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(90deg,rgba(5,39,29,.94) 0%,rgba(5,39,29,.82) 34%,rgba(5,39,29,.30) 65%,rgba(5,39,29,.06) 100%),linear-gradient(0deg,rgba(7,31,24,.55),transparent 52%)
    }

    .hero:after {
        content: "BIHAR 2026";
        position: absolute;
        right: 3vw;
        bottom: 9px;
        z-index: -1;
        font: 800 clamp(70px,10vw,155px)/1 "Manrope";
        letter-spacing: -.07em;
        color: rgba(255,255,255,.085);
        white-space: nowrap
    }

.hero-copy {
    max-width: 690px
}

.eyebrow {
    color: var(--clay);
    font: 800 11px "Manrope";
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0 0 18px
}

    .eyebrow.light {
        color: #bcd08a
    }

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    color: #fff1c8;
    background: rgba(228,173,77,.19);
    border: 1px solid rgba(255,218,144,.3);
    padding: 7px 11px;
    border-radius: 30px;
    backdrop-filter: blur(7px)
}

.hero h1, .section-heading h2, .calculator-intro h2, .contact h2 {
    font: 800 clamp(43px,5.1vw,72px)/1.02 "Manrope";
    letter-spacing: -.05em;
    margin: 0
}

.hero h1 {
    max-width: 740px;
    text-shadow: 0 3px 25px rgba(0,0,0,.18)
}

    .hero h1 em {
        color: #f4bd62;
        font-style: normal
    }

.hero-intro {
    font-size: 17px;
    color: #dae5dd;
    max-width: 620px;
    margin: 25px 0 30px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 26px
}

.hero .button {
    background: #e67a45;
    box-shadow: 0 12px 35px rgba(0,0,0,.18)
}

.hero .text-link {
    color: #fff
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700
}

.play {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%
}

.hero-proof {
    display: flex;
    gap: 0;
    margin-top: 44px;
    border-top: 1px solid rgba(255,255,255,.24);
    border-bottom: 1px solid rgba(255,255,255,.24);
    width: max-content;
    max-width: 100%;
    backdrop-filter: blur(8px)
}

    .hero-proof > div {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 25px;
        border-right: 1px solid rgba(255,255,255,.22)
    }

        .hero-proof > div:first-child {
            padding-left: 0
        }

        .hero-proof > div:last-child {
            border-right: 0
        }

    .hero-proof strong {
        font: 800 22px "Manrope";
        color: #f2c46b;
        white-space: nowrap
    }

    .hero-proof span {
        font-size: 9px;
        line-height: 1.3;
        color: #cbd9d1;
        text-transform: uppercase;
        letter-spacing: .05em
    }

.source-note {
    font-size: 9px;
    color: #afc0b7;
    margin-top: 22px
}

    .source-note span {
        color: #bcd275;
        margin-right: 6px
    }

.hero-visual {
    display: none
}

.metrics-strip {
    background: #efe7d3;
    border-block: 0;
    padding: 28px max(4vw,calc((100vw - 1180px)/2));
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

    .metrics-strip > div {
        padding: 3px 34px;
        border-right: 1px solid var(--line);
        display: flex;
        flex-direction: column
    }

        .metrics-strip > div:first-child {
            padding-left: 0
        }

        .metrics-strip > div:last-child {
            border: 0
        }

    .metrics-strip strong {
        font: 800 28px "Manrope";
        letter-spacing: -.04em
    }

    .metrics-strip span {
        font-size: 11px;
        color: var(--muted)
    }

.section-heading {
    max-width: 690px
}

    .section-heading h2, .calculator-intro h2 {
        font-size: clamp(36px,4vw,56px)
    }

    .section-heading > p:last-child {
        color: var(--muted);
        max-width: 590px
    }

.value-chain {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 54px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden
}

.chain-card {
    padding: 30px 25px 27px;
    min-height: 320px;
    border-right: 1px solid var(--line);
    position: relative;
    transition: .3s
}

    .chain-card:last-child {
        border: 0
    }

    .chain-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 30px rgba(18,55,45,.1);
        z-index: 2
    }

.card-sugar {
    background: #fff8e8
}

.card-ethanol {
    background: #edf2d8
}

.card-power {
    background: #dce9db
}

.card-cbg {
    background: #d6e5db
}

.card-number {
    font: 700 11px "Manrope";
    color: #819087
}

.chain-icon {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--forest);
    color: #fff;
    font-size: 28px;
    margin: 36px 0 23px
}

.chain-card h3 {
    font: 800 20px "Manrope";
    margin: 0 0 8px
}

.chain-card p {
    font-size: 12px;
    color: #607068;
    min-height: 57px
}

.tag {
    display: inline-block;
    border: 1px solid rgba(18,55,45,.25);
    border-radius: 30px;
    padding: 5px 10px;
    font: 700 9px "Manrope";
    letter-spacing: .08em
}

.policy-section {
    background: var(--forest-deep);
    color: #f6f2e5
}

.section-heading.split {
    max-width: none;
    display: grid;
    grid-template-columns: 1.15fr .65fr;
    gap: 80px;
    align-items: end
}

    .section-heading.split h2 {
        max-width: 650px
    }

    .section-heading.split > p {
        color: #b7c6be;
        margin: 0
    }

.policy-explorer {
    margin-top: 54px;
    background: #f9f5e9;
    color: var(--ink);
    border-radius: var(--radius);
    overflow: hidden
}

.policy-tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    padding: 0 20px
}

    .policy-tabs button {
        white-space: nowrap;
        background: none;
        border: 0;
        border-bottom: 3px solid transparent;
        padding: 19px 20px 16px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer
    }

        .policy-tabs button.active {
            border-color: var(--clay);
            color: var(--clay)
        }

.policy-content {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    min-height: 310px
}

.policy-summary {
    padding: 45px;
    border-right: 1px solid var(--line)
}

.policy-kicker {
    font: 800 9px "Manrope";
    letter-spacing: .14em;
    color: var(--clay)
}

.policy-summary h3 {
    font: 800 30px/1.15 "Manrope";
    letter-spacing: -.03em;
    margin: 12px 0
}

.policy-summary p {
    color: var(--muted);
    font-size: 13px
}

.eligibility {
    background: #e9edd6;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .eligibility span {
        font-size: 10px;
        color: #6b766f
    }

    .eligibility strong {
        font: 800 16px "Manrope"
    }

.policy-benefits {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    background: var(--line)
}

.benefit {
    background: #f9f5e9;
    padding: 40px
}

    .benefit strong {
        display: block;
        font: 800 31px "Manrope";
        color: var(--clay);
        margin-bottom: 7px
    }

    .benefit span {
        font-size: 12px;
        color: var(--muted)
    }

.universal-benefits {
    border-top: 1px solid var(--line);
    padding: 20px 34px;
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 10px;
    overflow-x: auto
}

    .universal-benefits > span {
        font: 800 9px "Manrope";
        letter-spacing: .1em;
        color: var(--clay);
        white-space: nowrap
    }

    .universal-benefits div {
        white-space: nowrap
    }

    .universal-benefits b {
        color: var(--leaf);
        margin-right: 4px
    }

.calculator {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
    align-items: center
}

.calculator-intro > p:not(.eyebrow) {
    color: var(--muted);
    max-width: 460px
}

.calculator-note {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 15px;
    display: flex;
    gap: 13px;
    margin-top: 30px;
    max-width: 470px
}

    .calculator-note > span {
        flex: 0 0 25px;
        height: 25px;
        border-radius: 50%;
        background: var(--lime);
        display: grid;
        place-items: center;
        font: 700 12px serif
    }

    .calculator-note p {
        font-size: 11px;
        margin: 0;
        color: #65716a
    }

.calculator-card {
    background: var(--cream);
    padding: 38px;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

    .calculator-card label {
        display: flex;
        flex-direction: column;
        gap: 7px;
        font: 700 11px "Manrope";
        letter-spacing: .02em
    }

    .calculator-card input, .calculator-card select {
        height: 50px;
        border: 1px solid rgba(18,55,45,.2);
        background: #fffdf8;
        border-radius: 9px;
        padding: 0 13px;
        color: var(--ink);
        outline: none
    }

        .calculator-card input:focus, .calculator-card select:focus {
            border-color: var(--leaf);
            box-shadow: 0 0 0 3px rgba(114,144,74,.14)
        }

.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 16px 0
}

.hidden {
    display: none !important
}

.estimate-result {
    margin-top: 25px;
    background: var(--forest);
    color: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .estimate-result > div:first-child {
        display: flex;
        flex-direction: column
    }

    .estimate-result span:first-child {
        font-size: 10px;
        color: #cfddd5
    }

    .estimate-result strong {
        font: 800 38px "Manrope"
    }

    .estimate-result small {
        font-size: 13px
    }

.result-status {
    background: #dfeaa9;
    color: var(--forest);
    padding: 6px 10px;
    border-radius: 20px;
    font: 800 9px "Manrope"
}

    .result-status.ineligible {
        background: #f1b79d;
        color: #6f2d18
    }

.estimate-breakdown {
    font-size: 10px;
    text-align: center;
    color: var(--muted);
    margin: 10px 0 17px
}

.button.full {
    width: 100%
}

.form-disclaimer {
    font-size: 9px !important;
    text-align: center;
    color: #89918c;
    margin: 10px 0 0
}

.locations {
    background: #f2ecdc
}

.locations-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 85px;
    align-items: center
}

.location-copy h2 {
    font: 800 50px/1.06 "Manrope";
    letter-spacing: -.045em;
    margin: 0
}

.location-copy > p:not(.eyebrow) {
    font-size: 13px;
    color: var(--muted)
}

.location-tabs {
    border-bottom: 1px solid var(--line);
    margin-top: 28px
}

    .location-tabs button {
        background: none;
        border: 0;
        border-bottom: 2px solid transparent;
        padding: 12px 15px 10px 0;
        margin-right: 20px;
        font-size: 11px;
        font-weight: 700;
        cursor: pointer
    }

        .location-tabs button.active {
            border-color: var(--clay);
            color: var(--clay)
        }

.location-list {
    padding-top: 12px
}

.location-item {
    display: grid;
    grid-template-columns: 35px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
}

    .location-item > span:first-child {
        font: 700 10px "Manrope";
        color: #8b948f
    }

    .location-item strong {
        display: block;
        font: 700 13px "Manrope"
    }

    .location-item small {
        color: #77817b;
        font-size: 10px
    }

    .location-item .status {
        font: 700 8px "Manrope";
        letter-spacing: .07em;
        border-radius: 20px;
        background: #dce6b6;
        padding: 5px 8px
    }

.map-card {
    background: #fffcf4;
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow)
}

.map-heading {
    display: flex;
    justify-content: space-between
}

    .map-heading span {
        font: 800 12px "Manrope";
        letter-spacing: .15em
    }

    .map-heading small {
        color: #919790
    }

.map-card svg {
    width: 100%;
    margin: 10px 0
}

.bihar-map {
    fill: #dce5be;
    stroke: #91a276;
    stroke-width: 2
}

.map-point circle {
    fill: var(--clay);
    stroke: #fff;
    stroke-width: 4;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.18))
}

.map-point.revival circle {
    fill: var(--forest)
}

.map-point text {
    font: 700 12px "DM Sans";
    fill: var(--ink);
    paint-order: stroke;
    stroke: #fffcf4;
    stroke-width: 4px
}

.map-legend {
    display: flex;
    gap: 20px;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    font-size: 9px;
    color: var(--muted)
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px
}

    .dot.new {
        background: var(--clay)
    }

    .dot.revival {
        background: var(--forest)
    }

.why-bihar .section-heading {
    margin-bottom: 45px
}

.momentum-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-block: 1px solid var(--line)
}

    .momentum-grid article {
        padding: 40px;
        border-right: 1px solid var(--line)
    }

        .momentum-grid article:last-child {
            border: 0
        }

    .momentum-grid strong {
        font: 800 44px "Manrope";
        color: var(--clay);
        letter-spacing: -.04em
    }

    .momentum-grid h3 {
        font: 800 17px "Manrope";
        margin: 12px 0 5px
    }

    .momentum-grid p {
        font-size: 11px;
        color: var(--muted)
    }

.roadmap {
    background: var(--forest);
    color: #f3f4e9
}

.roadmap-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px
}

.roadmap .section-heading h2 {
    font-size: 50px
}

.roadmap .section-heading > p:last-child {
    color: #b6c7bf;
    font-size: 13px
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0
}

    .timeline li {
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 18px;
        padding: 22px 0;
        border-bottom: 1px solid rgba(255,255,255,.14)
    }

        .timeline li > span {
            width: 37px;
            height: 37px;
            border: 1px solid #8ca69a;
            border-radius: 50%;
            display: grid;
            place-items: center;
            font: 700 10px "Manrope"
        }

    .timeline strong {
        font: 700 16px "Manrope"
    }

    .timeline p {
        font-size: 11px;
        color: #b7c8c0;
        margin: 4px 0 0
    }

.contact-card {
    background: var(--clay);
    color: #fff;
    border-radius: var(--radius);
    padding: 64px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 60px;
    position: relative;
    overflow: hidden
}

    .contact-card:after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 50%;
        right: -90px;
        top: -130px;
        box-shadow: 0 0 0 45px rgba(255,255,255,.035),0 0 0 90px rgba(255,255,255,.03)
    }

.contact h2 {
    font-size: 48px
}

.contact p {
    font-size: 12px;
    max-width: 660px;
    color: #ffe1d3
}

.contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1
}

.button-light {
    background: #fff;
    color: var(--clay)
}

    .button-light:hover {
        background: #fff;
        color: var(--clay)
    }

.light-link {
    color: #fff
}

.contact-caveat {
    position: absolute;
    bottom: 11px;
    right: 23px;
    font-size: 8px !important;
    opacity: .7
}

.site-footer {
    border-top: 1px solid var(--line);
    padding-top: 35px;
    padding-bottom: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center
}

.footer-brand {
    min-width: unset
}

.site-footer > p {
    text-align: center;
    font-size: 9px;
    color: var(--muted)
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 10px;
    font-weight: 700
}

    .footer-links button {
        border: 0;
        background: none;
        padding: 0;
        cursor: pointer;
        font-weight: 700
    }

dialog {
    width: min(560px,90vw);
    border: 0;
    border-radius: 22px;
    padding: 38px;
    box-shadow: 0 30px 100px rgba(0,0,0,.25);
    color: var(--ink)
}

    dialog::backdrop {
        background: rgba(7,30,23,.72);
        backdrop-filter: blur(4px)
    }

    dialog h2 {
        font: 800 29px "Manrope";
        letter-spacing: -.03em
    }

    dialog ol {
        padding-left: 20px
    }

    dialog li {
        padding: 13px 0;
        border-bottom: 1px solid var(--line)
    }

        dialog li span {
            display: block;
            color: var(--muted);
            font-size: 11px
        }

.dialog-close {
    position: absolute;
    right: 18px;
    top: 14px;
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer
}

.dialog-note {
    font-size: 10px;
    color: var(--muted);
    background: var(--cream);
    padding: 13px;
    border-radius: 10px
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .65s ease,transform .65s ease
}

    .reveal.visible {
        opacity: 1;
        transform: none
    }

@media (max-width:980px) {
    .site-header nav {
        display: none
    }

    .site-header.menu-open nav {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        background: var(--paper);
        padding: 24px;
        flex-direction: column;
        border-bottom: 1px solid var(--line)
    }

    .header-actions .button-small {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        max-width: 760px
    }

    .value-chain {
        grid-template-columns: 1fr 1fr
    }

    .chain-card:nth-child(2) {
        border-right: 0
    }

    .chain-card {
        border-bottom: 1px solid var(--line)
    }

    .policy-content {
        grid-template-columns: 1fr
    }

    .policy-summary {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .calculator, .locations-grid, .roadmap-grid {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .map-card {
        max-width: 760px
    }

    .contact-card {
        grid-template-columns: 1fr
    }

    .contact-caveat {
        position: static;
        grid-column: 1/-1
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center
    }

        .site-footer .brand {
            justify-content: center
        }

    .footer-links {
        justify-content: center
    }
}

@media (max-width:640px) {
    .announcement p {
        display: none
    }

    .announcement {
        justify-content: space-between
    }

    .site-header {
        padding: 0 4vw;
        height: 72px
    }

    .brand {
        min-width: 0
    }

        .brand small {
            display: none
        }

    .language-toggle {
        display: none
    }

    .section-pad {
        padding-top: 78px;
        padding-bottom: 78px
    }

    .hero {
        min-height: 690px;
        padding-top: 48px;
        padding-bottom: 50px;
        background-position: 62% center
    }

        .hero:before {
            background: linear-gradient(90deg,rgba(4,36,27,.93),rgba(4,36,27,.64)),linear-gradient(0deg,rgba(5,30,23,.75),transparent)
        }

        .hero:after {
            font-size: 63px;
            bottom: 10px
        }

        .hero h1 {
            font-size: 45px
        }

    .hero-intro {
        font-size: 14px;
        max-width: 94%
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px
    }

    .hero-proof {
        margin-top: 31px;
        width: 100%;
        justify-content: space-between
    }

        .hero-proof > div {
            padding: 12px 9px;
            gap: 5px;
            flex-direction: column;
            align-items: flex-start
        }

            .hero-proof > div:first-child {
                padding-left: 0
            }

        .hero-proof strong {
            font-size: 17px
        }

        .hero-proof span {
            font-size: 7px
        }

    .source-note {
        font-size: 8px
    }

    .metrics-strip {
        grid-template-columns: 1fr 1fr;
        gap: 22px
    }

        .metrics-strip > div, .metrics-strip > div:first-child {
            padding: 0;
            border: 0
        }

    .value-chain {
        grid-template-columns: 1fr
    }

    .chain-card {
        border-right: 0;
        min-height: 265px
    }

    .section-heading.split {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .policy-tabs {
        padding: 0 8px
    }

        .policy-tabs button {
            padding: 16px 12px
        }

    .policy-summary {
        padding: 30px
    }

    .policy-benefits {
        grid-template-columns: 1fr
    }

    .benefit {
        padding: 27px 30px
    }

    .universal-benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px
    }

    .calculator-card {
        padding: 24px 18px
    }

    .input-grid {
        grid-template-columns: 1fr
    }

    .estimate-result {
        align-items: flex-start;
        gap: 13px;
        flex-direction: column
    }

    .location-copy h2, .roadmap .section-heading h2 {
        font-size: 39px
    }

    .map-card {
        padding: 16px
    }

    .map-point text {
        font-size: 14px
    }

    .map-legend {
        flex-direction: column;
        gap: 5px
    }

    .momentum-grid {
        grid-template-columns: 1fr
    }

        .momentum-grid article {
            border-right: 0;
            border-bottom: 1px solid var(--line);
            padding: 30px 8px
        }

    .contact-card {
        padding: 40px 25px
    }

    .contact h2 {
        font-size: 39px
    }
}

/* Invest India-inspired information architecture: bold sector facts, clear service paths. */
.site-header nav {
    gap: 20px;
    font-size: 12px
}

.industry-glance {
    background: #fbf8ef;
    position: relative;
    overflow: hidden
}

    .industry-glance:before {
        content: "";
        position: absolute;
        width: 480px;
        height: 480px;
        border: 1px solid rgba(23,77,59,.08);
        border-radius: 50%;
        left: -240px;
        top: 130px;
        box-shadow: 0 0 0 65px rgba(23,77,59,.025),0 0 0 130px rgba(23,77,59,.018)
    }

.glance-head {
    display: grid;
    grid-template-columns: 1.15fr .65fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 48px;
    position: relative
}

    .glance-head h2 {
        font: 800 clamp(38px,4vw,59px)/1.04 "Manrope";
        letter-spacing: -.05em;
        margin: 0
    }

        .glance-head h2 em {
            font-style: normal;
            color: var(--clay)
        }

    .glance-head > p {
        font-size: 13px;
        color: var(--muted);
        margin: 0 0 5px
    }

.glance-bento {
    display: grid;
    grid-template-rows: 245px 235px;
    gap: 12px;
    position: relative
}

    .glance-bento article {
        border-radius: 20px;
        overflow: hidden;
        position: relative
    }

.glance-lead {
    grid-row: 1/3;
    background: var(--forest-deep);
    color: white;
    padding: 34px
}

.mini-label {
    font: 800 9px "Manrope";
    letter-spacing: .14em;
    color: #bcd08a
}

.big-number {
    font: 800 122px/.95 "Manrope";
    letter-spacing: -.09em;
    color: #f3bd63;
    margin-top: 55px
}

.glance-lead h3 {
    font: 800 24px "Manrope";
    margin: 0
}

.glance-lead p {
    font-size: 12px;
    color: #b9c9c1;
    max-width: 300px
}

    .glance-lead p strong {
        color: white
    }

.cane-lines {
    position: absolute;
    right: -12px;
    bottom: -10px;
    width: 175px;
    height: 240px
}

    .cane-lines i {
        position: absolute;
        bottom: 0;
        width: 3px;
        background: #77924e;
        border-radius: 3px;
        transform-origin: bottom
    }

        .cane-lines i:nth-child(1) {
            height: 190px;
            left: 30px;
            transform: rotate(-17deg)
        }

        .cane-lines i:nth-child(2) {
            height: 230px;
            left: 65px;
            transform: rotate(-5deg)
        }

        .cane-lines i:nth-child(3) {
            height: 210px;
            left: 95px;
            transform: rotate(12deg)
        }

        .cane-lines i:nth-child(4) {
            height: 165px;
            left: 125px;
            transform: rotate(25deg)
        }

        .cane-lines i:nth-child(5) {
            height: 120px;
            left: 150px;
            transform: rotate(33deg)
        }

.glance-stat {
    padding: 30px;
    color: white
}

    .glance-stat.green {
        background: #4f7043
    }

    .glance-stat.ochre {
        background: #bd693f
    }

    .glance-stat > span {
        font: 700 10px "Manrope";
        text-transform: uppercase;
        letter-spacing: .08em;
        opacity: .78
    }

    .glance-stat strong {
        display: block;
        font: 800 55px "Manrope";
        letter-spacing: -.06em;
        margin-top: 36px
    }

        .glance-stat strong small {
            font-size: 15px;
            letter-spacing: 0
        }

    .glance-stat p {
        font-size: 10px;
        opacity: .75;
        margin: 0
    }

.glance-pipeline {
    grid-column: 2/4;
    background: #e9e2cd;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .glance-pipeline > div:not(.arrow-mark) {
        display: flex;
        align-items: center;
        gap: 14px
    }

    .glance-pipeline strong {
        font: 800 60px "Manrope";
        letter-spacing: -.06em;
        color: var(--clay)
    }

    .glance-pipeline span {
        font-size: 10px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: .06em
    }

.arrow-mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18,55,45,.25);
    border-radius: 50%;
    font-size: 18px
}

.glance-foot {
    margin-top: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 17px 22px;
    position: relative
}

    .glance-foot > span {
        font: 800 9px "Manrope";
        letter-spacing: .12em;
        color: var(--clay);
        white-space: nowrap
    }

    .glance-foot p {
        margin: 0;
        font-size: 10px;
        white-space: nowrap
    }

        .glance-foot p b {
            font: 800 14px "Manrope"
        }

    .glance-foot i {
        width: 1px;
        height: 20px;
        background: var(--line)
    }

.documents-section {
    background: var(--forest-deep);
    color: white
}

.documents-head {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 70px;
    align-items: end
}

    .documents-head h2 {
        font: 800 clamp(38px,4vw,58px)/1.04 "Manrope";
        letter-spacing: -.05em;
        margin: 0
    }

.readiness-meter {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 17px 19px
}

    .readiness-meter > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .readiness-meter span, .readiness-meter small {
        font-size: 9px;
        color: #afc1b7
    }

    .readiness-meter strong {
        font: 800 13px "Manrope"
    }

.meter-track {
    height: 5px;
    background: rgba(255,255,255,.12);
    border-radius: 5px;
    margin: 11px 0 7px;
    overflow: hidden
}

    .meter-track i {
        display: block;
        width: 0;
        height: 100%;
        background: #e1b45b;
        transition: width .35s ease
    }

.documents-intro {
    color: #b8c7c0;
    font-size: 13px;
    max-width: 650px;
    margin: 20px 0 36px
}

.document-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.document-card {
    position: relative;
    min-height: 230px;
    padding: 27px 23px;
    background: #f7f2e5;
    color: var(--ink);
    border: 1px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    transition: .25s
}

    .document-card:hover {
        transform: translateY(-4px);
        background: #fffdf7
    }

    .document-card input {
        position: absolute;
        opacity: 0;
        pointer-events: none
    }

.check-ui {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(18,55,45,.24);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: transparent;
    font-size: 11px;
    transition: .2s
}

.document-card:has(input:checked) {
    background: #e2e9c8;
    border-color: #9caf6e
}

.document-card input:checked ~ .check-ui {
    background: var(--forest);
    border-color: var(--forest);
    color: white
}

.doc-index {
    font: 800 9px "Manrope";
    color: #9b9f98
}

.doc-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #dfe6be;
    display: grid;
    place-items: center;
    font: 700 21px "Manrope";
    margin: 29px 0 20px
}

.document-card strong {
    display: block;
    font: 800 15px "Manrope";
    margin-bottom: 8px
}

.document-card small {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    color: #68736c
}

.documents-notice {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
    border-top: 1px solid rgba(255,255,255,.13);
    padding-top: 22px
}

    .documents-notice > span {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #dce8a9;
        color: var(--forest);
        display: grid;
        place-items: center;
        font: 700 12px serif
    }

    .documents-notice p {
        font-size: 10px;
        color: #b9c8c1;
        margin: 0
    }

        .documents-notice p strong {
            color: white
        }

    .documents-notice button {
        border: 1px solid rgba(255,255,255,.25);
        background: transparent;
        color: white;
        border-radius: 30px;
        padding: 8px 12px;
        font-size: 9px;
        cursor: pointer;
        white-space: nowrap
    }



/*progresss model*/
/* progress model */
.step-progress {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    user-select: none;
}

    .step-progress .progress-track {
        position: absolute;
        top: 26px;
        left: 55px;
        right: 55px;
        height: 3px;
        background: var(--line);
        z-index: 0;
    }

        .step-progress .progress-track .fill {
            position: absolute;
            inset: 0;
            width: 0%;
            background: var(--leaf);
            transition: width .4s ease;
        }

    .step-progress .step {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 130px;
        flex: 0 0 auto;
    }

    .step-progress .circle {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font: 800 20px "Manrope", sans-serif;
        border: 3px solid var(--line);
        background: #fff;
        color: var(--muted);
        transition: background .35s ease, border-color .35s ease, color .35s ease, transform .35s ease;
    }

    .step-progress .label {
        font: 800 13px "Manrope", sans-serif;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: var(--muted);
        text-align: center;
        line-height: 1.35;
        white-space: normal;
    }
    /* current step */
    .step-progress .step.current .circle {
        border-color: var(--clay);
        background: #fff6f1;
        color: var(--clay);
        transform: scale(1.1);
    }

    .step-progress .step.current .label {
        color: var(--clay);
    }
    /* completed step */
    .step-progress .step.done .circle {
        border-color: var(--forest);
        background: var(--forest);
        color: #fff;
    }

    .step-progress .step.done .label {
        color: var(--forest);
    }

/* ===== Slide Animation for Help Desk Modals (LEFT se) ===== */
.modal.helpdesk-slide {
    transition: opacity .35s ease !important;
}

    .modal.helpdesk-slide .modal-dialog {
        transform: translateX(-60px) scale(.96) !important;
        opacity: 0;
        transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .45s cubic-bezier(.16,1,.3,1) !important;
        will-change: transform, opacity;
    }

    .modal.helpdesk-slide.show .modal-dialog {
        transform: translateX(0) scale(1) !important;
        opacity: 1;
    }

/* backdrop bhi smoothly fade ho */
.modal-backdrop.fade {
    transition: opacity .35s ease !important;
}

.modal-backdrop.show {
    opacity: .55 !important;
}

/* ===== Slide Animation for Help Desk Modals (LEFT se) ===== */
.modal.helpdesk-slide {
    transition: opacity .4s ease !important;
}

    .modal.helpdesk-slide .modal-dialog {
        transform: translateX(-40px) scale(.97) !important;
        opacity: 0;
        filter: blur(2px);
        transition: transform .65s cubic-bezier(.19,1,.22,1), opacity .5s cubic-bezier(.19,1,.22,1), filter .5s cubic-bezier(.19,1,.22,1) !important;
        will-change: transform, opacity, filter;
    }

    .modal.helpdesk-slide.show .modal-dialog {
        transform: translateX(0) scale(1) !important;
        opacity: 1;
        filter: blur(0);
    }

/* backdrop bhi smoothly fade ho */
.modal-backdrop.fade {
    transition: opacity .45s ease !important;
}

.modal-backdrop.show {
    opacity: .55 !important;
}
/*card inside a model*/


.info-form-card {
    background: var(--cream);
    border-radius: 20px;
    padding: 28px 30px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 32px rgba(18, 55, 45, .12), 0 4px 10px rgba(18, 55, 45, .08);
}


@media (max-width:1100px) {
    .site-header nav {
        gap: 14px
    }

    .document-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:980px) {
    .glance-head {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .glance-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 330px 220px 210px
    }

    a {
        color: white !important;
        text-decoration: none;
    }

    .glance-lead {
        grid-row: 1/2;
        grid-column: 1/3
    }

    .big-number {
        margin-top: 25px
    }

    .glance-pipeline {
        grid-column: 1/3
    }

    .documents-head {
        grid-template-columns: 1fr 320px;
        gap: 35px
    }
}

@media (max-width:640px) {
    .glance-head h2 {
        font-size: 39px
    }

    .glance-bento {
        grid-template-columns: 1fr;
        grid-template-rows: 330px 190px 190px 230px
    }

    .glance-lead, .glance-pipeline {
        grid-column: 1
    }

    .glance-pipeline {
        padding: 20px
    }

        .glance-pipeline strong {
            font-size: 45px
        }

        .glance-pipeline > div:not(.arrow-mark) {
            align-items: flex-start;
            flex-direction: column;
            gap: 3px
        }

    .glance-foot {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }

        .glance-foot i {
            width: 100%;
            height: 1px
        }

    .documents-head {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .document-grid {
        grid-template-columns: 1fr
    }

    .document-card {
        min-height: 215px
    }

    .documents-notice {
        grid-template-columns: 28px 1fr
    }

        .documents-notice button {
            grid-column: 2;
            justify-self: start
        }
}


.modal.fade .modal-dialog {
    transition: transform 0.25s cubic-bezier(0.2, 0, 0.1, 1), opacity 0.2s ease-in-out !important;
}

.modal.fade.show .modal-dialog {
    transform: none !important;
}
.modal-backdrop.fade {
    transition: opacity 0.2s ease-in-out !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}



/* Redesigned Contact Us page */
.contact-page {
    background: #fffdf7;
    color: var(--ink)
}

    .contact-page:before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -2;
        background: radial-gradient(circle at 12% 10%,rgba(228,173,77,.18),transparent 28rem),radial-gradient(circle at 90% 48%,rgba(114,144,74,.18),transparent 28rem),linear-gradient(180deg,#fffdf7 0%,#f6efde 100%)
    }

.contact-showcase {
    position: relative;
    isolation: isolate;
    padding: 118px 0 132px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(7,43,32,.97),rgba(20,77,59,.92)),url("../assets/bihar-sugar-hero.png") center/cover no-repeat
}

    .contact-showcase:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: radial-gradient(circle at 20% 20%,rgba(242,196,107,.22),transparent 28rem),linear-gradient(90deg,rgba(7,43,32,.92),rgba(7,43,32,.62))
    }

    .contact-showcase:after {
        content: "CONTACT";
        position: absolute;
        right: -.04em;
        bottom: -.18em;
        font: 800 clamp(88px,14vw,210px)/1 "Manrope";
        letter-spacing: -.08em;
        color: rgba(255,255,255,.07);
        z-index: -1
    }

.contact-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(320px,.55fr);
    gap: 76px;
    align-items: end
}

.contact-showcase-copy h1 {
    max-width: 820px;
    margin: 0;
    font: 800 clamp(46px,5.7vw,82px)/.98 "Manrope";
    letter-spacing: -.06em
}

.contact-lede {
    max-width: 650px;
    margin: 26px 0 32px;
    color: #dce9e2;
    font-size: 18px;
    line-height: 1.72
}

.contact-actions-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.contact-priority-card {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 30px;
    background: linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));
    box-shadow: 0 36px 90px rgba(0,0,0,.25);
    backdrop-filter: blur(16px);
    overflow: hidden
}

    .contact-priority-card:before {
        content: "";
        position: absolute;
        right: -42px;
        top: -42px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(242,196,107,.2);
        box-shadow: 0 0 0 34px rgba(242,196,107,.07)
    }

.contact-card-label {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(242,196,107,.18);
    color: #ffe0a2;
    font: 800 10px "Manrope";
    letter-spacing: .12em;
    text-transform: uppercase
}

.contact-big-link {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    font: 800 clamp(24px,2.7vw,35px)/1.08 "Manrope";
    letter-spacing: -.04em;
    word-break: break-word
}

.contact-phone-pill {
    display: inline-flex;
    margin: 24px 0 18px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #f2c46b;
    color: #12372d;
    font: 800 13px "Manrope";
    box-shadow: 0 18px 38px rgba(0,0,0,.17)
}

.contact-priority-card p {
    margin: 0;
    color: #cbdbd3;
    font-size: 12px
}

.contact-info-band {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 14px;
    margin-top: -64px;
    position: relative;
    z-index: 3
}

.contact-info-card {
    min-height: 205px;
    padding: 30px;
    border-radius: 26px;
    background: #fffdf7;
    border: 1px solid rgba(18,55,45,.12);
    box-shadow: 0 26px 68px rgba(21,48,39,.14);
    transition: .25s
}

    .contact-info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 34px 80px rgba(21,48,39,.18)
    }

.contact-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #173d31;
    color: #f2c46b;
    font-size: 20px
}

.contact-info-card small {
    display: block;
    margin-bottom: 9px;
    color: var(--clay);
    font: 800 10px "Manrope";
    letter-spacing: .14em;
    text-transform: uppercase
}

.contact-info-card a, .contact-info-card p {
    margin: 0;
    color: var(--ink);
    font: 800 22px/1.22 "Manrope";
    letter-spacing: -.03em
}

.contact-address-card p {
    font-size: 20px
}

.contact-location-panel {
    display: grid;
    grid-template-columns: .52fr 1fr;
    gap: 26px;
    align-items: stretch;
    margin-top: 72px;
    margin-bottom: 26px
}

.location-copy-panel {
    padding: 44px;
    border-radius: 30px;
    background: #12372d;
    color: #fff;
    box-shadow: 0 28px 70px rgba(21,48,39,.16);
    position: relative;
    overflow: hidden
}

    .location-copy-panel:after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.14);
        box-shadow: 0 0 0 46px rgba(255,255,255,.04)
    }

    .location-copy-panel h2 {
        margin: 0;
        font: 800 clamp(34px,4vw,56px)/1.03 "Manrope";
        letter-spacing: -.05em
    }

    .location-copy-panel p:not(.eyebrow) {
        margin: 20px 0 30px;
        color: #c8dad1;
        font-size: 14px
    }

.premium-map-card {
    height: 570px;
    min-height: 570px;
    border-radius: 30px;
    border: 10px solid #fff;
    box-shadow: 0 32px 84px rgba(21,48,39,.16);
    background: #efe7d3
}

.contact-note-strip {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 70px;
    padding: 18px 22px;
    border: 1px solid rgba(18,55,45,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.7)
}

    .contact-note-strip span {
        white-space: nowrap;
        color: var(--clay);
        font: 800 10px "Manrope";
        letter-spacing: .12em;
        text-transform: uppercase
    }

    .contact-note-strip p {
        margin: 0;
        color: #64736b;
        font-size: 11px
    }

@media (max-width:980px) {
    .contact-showcase-grid, .contact-location-panel {
        grid-template-columns: 1fr
    }

    .contact-info-band {
        grid-template-columns: 1fr 1fr;
        margin-top: -48px
    }

    .contact-address-card {
        grid-column: 1/3
    }

    .premium-map-card {
        height: 460px;
        min-height: 460px
    }
}

@media (max-width:640px) {
    .contact-showcase {
        padding: 76px 0 96px
    }

    .contact-showcase-copy h1 {
        font-size: 44px
    }

    .contact-lede {
        font-size: 15px
    }

    .contact-info-band {
        grid-template-columns: 1fr
    }

    .contact-address-card {
        grid-column: auto
    }

    .contact-info-card {
        min-height: auto
    }

    .contact-location-panel {
        margin-top: 44px
    }

    .location-copy-panel {
        padding: 30px 24px
    }

    .premium-map-card {
        height: 380px;
        min-height: 380px;
        border-width: 6px
    }

    .contact-note-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }
}

/* Minimal Contact Us layout: email, phone, address and map only. */
.simple-contact-page {
    padding: 72px 0 92px;
    background: #fffdf7
}

.simple-contact-section {
    padding-top: 92px;
    padding-bottom: 92px
}

    .simple-contact-section h1, .simple-contact-section h2 {
        font: 800 clamp(38px,4.5vw,62px)/1.04 "Manrope";
        letter-spacing: -.05em;
        margin: 0 0 32px;
        color: var(--ink)
    }

.simple-contact-grid {
    display: grid;
    grid-template-columns: .72fr 1fr;
    gap: 24px;
    align-items: stretch
}

.simple-contact-details {
    display: grid;
    gap: 14px
}

    .simple-contact-details > div {
        padding: 26px;
        border: 1px solid rgba(18,55,45,.13);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 18px 45px rgba(21,48,39,.08)
    }

    .simple-contact-details span {
        display: block;
        margin-bottom: 8px;
        color: var(--clay);
        font: 800 10px "Manrope";
        letter-spacing: .14em;
        text-transform: uppercase
    }

    .simple-contact-details a, .simple-contact-details p {
        margin: 0;
        color: var(--ink)!important;
        font: 800 20px/1.28 "Manrope";
        letter-spacing: -.025em
    }

        .simple-contact-details a:hover {
            text-decoration: underline
        }

.simple-map-card {
    min-height: 480px;
    border: 8px solid #fff;
    border-radius: 24px;
    overflow: hidden;
    background: #efe7d3;
    box-shadow: 0 24px 64px rgba(21,48,39,.13)
}

    .simple-map-card iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block
    }

.index-contact-section {
    padding-top: 108px;
    padding-bottom: 108px
}

@media (max-width:900px) {
    .simple-contact-grid {
        grid-template-columns: 1fr
    }

    .simple-map-card {
        min-height: 420px
    }
}

@media (max-width:640px) {
    .simple-contact-page {
        padding: 38px 0 62px
    }

    .simple-contact-section, .index-contact-section {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .simple-contact-details a, .simple-contact-details p {
        font-size: 17px
    }

    .simple-map-card {
        min-height: 340px;
        border-width: 5px
    }
}


/* Announcement contact strip + contact icons */
.announcement {
    justify-content: space-between;
    padding: 8px max(4vw,32px);
    gap: 18px
}

.announcement-left, .announcement-right, .announcement-phone, .announcement-social {
    display: flex;
    align-items: center
}

.announcement-left {
    gap: 14px;
    min-width: 0
}

.announcement-right {
    gap: 14px
}

.announcement > .announcement-left + .announcement-right + a[href="#policy"] {
    display: none
}

.announcement-phone {
    gap: 7px;
    font-weight: 800;
    border-bottom: 0 !important;
    color: #fff
}

    .announcement-phone svg, .announcement-social svg {
        width: 15px;
        height: 15px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.announcement-social {
    gap: 7px
}

    .announcement-social a {
        width: 28px;
        height: 28px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        color: #f2c46b;
        border-bottom: 1px solid rgba(255,255,255,.22) !important;
        transition: .2s
    }

        .announcement-social a:hover {
            transform: translateY(-2px);
            background: #716c48;
            color: #12372d
        }

.simple-contact-details > div {
    position: relative;
    padding-left: 96px;
    overflow: hidden
}

    .simple-contact-details > div:before {
        content: "";
        position: absolute;
        right: -55px;
        top: -55px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: rgba(228,173,77,.12)
    }

.contact-card-icon {
    position: absolute;
    left: 26px;
    top: 26px;
    width: 48px;
    height: 48px;
    display: grid !important;
    place-items: center;
    margin: 0 !important;
    border-radius: 17px;
    background: linear-gradient(135deg,#173d31,#26644f);
    color: #f2c46b;
    box-shadow: 0 14px 28px rgba(18,55,45,.14)
}

    .contact-card-icon svg {
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.simple-map-card {
    position: relative
}

.map-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #173d31;
    color: #f2c46b;
    box-shadow: 0 16px 34px rgba(0,0,0,.2)
}

    .map-badge svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@media (max-width:760px) {
    .announcement {
        align-items: flex-start;
        flex-direction: column
    }

    .announcement-left {
        width: 100%;
        justify-content: space-between
    }

    .announcement-right {
        width: 100%;
        justify-content: space-between
    }
}

@media (max-width:640px) {
    .announcement p {
        display: none
    }

    .announcement {
        gap: 7px
    }

    .simple-contact-details > div {
        padding: 82px 22px 24px
    }

    .contact-card-icon {
        left: 22px;
        top: 22px
    }
}
