:root {
    --wine: #7d2d3a;
    --wine-dark: #44131f;
    --peach: #f2b38e;
    --cream: #fff8f2;
    --ink: #291f22;
    --muted: #74666a;
    --serif: 'Playfair Display', serif;
    --sans: 'DM Sans', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--cream);
    overflow-x: hidden
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: var(--wine-dark);
    transition: .7s
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden
}

.loader-mark,
.brand-mark {
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--serif);
    font-weight: 800
}

.loader-mark {
    width: 78px;
    height: 78px;
    color: #fff;
    font-size: 42px;
    animation: pulse 1.2s infinite
}

.navbar {
    padding: 18px 0;
    transition: .35s
}

.navbar.scrolled {
    padding: 10px 0;
    background: rgba(255, 248, 242, .94);
    box-shadow: 0 10px 40px rgba(69, 19, 31, .08);
    backdrop-filter: blur(16px)
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff
}

.navbar.scrolled .navbar-brand {
    color: var(--wine-dark)
}

.brand-mark {
    width: 44px;
    height: 44px;
    font-size: 25px
}

.navbar-brand>span:last-child {
    display: flex;
    flex-direction: column;
    font-family: var(--serif);
    line-height: 1
}

.navbar-brand small {
    font-family: var(--sans);
    font-size: 8px;
    letter-spacing: 3px;
    margin-top: 5px
}

.nav-link {
    color: rgb(255 255 255);
    font-weight: 600
}

.navbar.scrolled .nav-link {
    color: var(--ink)
}

.nav-link:hover {
    color: var(--peach)
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 12px 23px
}

.btn-aadya {
    color: #fff;
    background: var(--wine);
    border: 1px solid var(--wine);
    box-shadow: 0 10px 28px rgba(125, 45, 58, .2)
}

.btn-aadya:hover {
    color: #fff;
    background: var(--wine-dark);
    border-color: var(--wine-dark);
    transform: translateY(-2px)
}

.hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(circle at 76% 24%, rgba(242, 179, 142, .25), transparent 25%), linear-gradient(135deg, #36101a 0%, #702333 55%, #9d4b4f 100%)
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 28px 28px
}

.hero .container {
    z-index: 2
}

.hero-orb {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    animation: float 7s ease-in-out infinite
}

.orb-one {
    width: 500px;
    height: 500px;
    right: -180px;
    top: -130px
}

.orb-two {
    width: 230px;
    height: 230px;
    left: -90px;
    bottom: 8%;
    animation-delay: -3s
}

.eyebrow,
.section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--wine)
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffd1b8
}

.eyebrow span {
    width: 32px;
    height: 1px;
    background: currentColor
}

.hero h1 {
    font-family: var(--serif);
    font-size: clamp(54px, 7vw, 92px);
    line-height: .98;
    letter-spacing: -3px;
    margin: 24px 0
}

.hero h1 em,
.section-title span {
    color: var(--peach);
    font-style: italic
}

.hero-copy>p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .75)
}

.btn-soft {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.btn-soft:hover {
    color: var(--wine-dark);
    background: #fff
}

.hero-proof {
    display: flex;
    gap: 36px;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.hero-proof div {
    display: flex;
    flex-direction: column
}

.hero-proof strong {
    font: 700 24px var(--serif)
}

.hero-proof span {
    font-size: 11px;
    color: rgba(255, 255, 255, .6)
}

.hero-portrait-wrap {
    position: relative;
    max-width: 430px;
    margin: auto;
    padding: 14px
}

.hero-portrait-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 220px 220px 30px 30px;
    transform: rotate(4deg)
}

.hero-portrait {
    position: relative;
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: 50% 15%;
    border-radius: 210px 210px 25px 25px;
    filter: saturate(.9)
}

.founder-tag {
    position: absolute;
    left: -25px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    padding: 16px 22px;
    color: var(--ink);
    background: rgba(255, 248, 242, .94);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
    backdrop-filter: blur(12px)
}

.founder-tag small,
.founder-tag span {
    font-size: 10px;
    color: var(--muted)
}

.founder-tag b {
    font-family: var(--serif);
    font-size: 18px
}

.floating-heart {
    position: absolute;
    right: -13px;
    top: 27%;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: var(--wine);
    background: #fff;
    border-radius: 50%;
    animation: float 3s ease-in-out infinite
}

.hero-card-note {
    position: absolute;
    right: -60px;
    top: 12%;
    z-index: 3;
    max-width: 190px;
    padding: 15px;
    color: var(--wine-dark);
    font: 600 13px var(--serif);
    background: var(--peach);
    border-radius: 14px
}

.hero-card-note i {
    display: block;
    font-size: 20px
}

.scroll-cue {
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 4%;
    display: flex;
    gap: 12px;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    letter-spacing: 2px;
    text-decoration: none;
    writing-mode: vertical-rl
}

.section-pad {
    padding: 110px 0
}

.section-title {
    font: 700 clamp(38px, 5vw, 64px)/1.08 var(--serif);
    letter-spacing: -1.5px;
    margin: 14px 0 24px
}

.lead-copy {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85
}

.purpose-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 470px
}

.purpose-circle {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    color: #fff;
    text-align: center;
    background: var(--wine);
    border-radius: 50%;
    box-shadow: 0 35px 70px rgba(125, 45, 58, .23)
}

.purpose-circle i {
    font-size: 45px;
    margin-bottom: 12px
}

.purpose-circle strong {
    font: 700 31px/1.2 var(--serif)
}

.purpose-ring {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px dashed var(--peach);
    border-radius: 50%;
    animation: spin 26s linear infinite
}

.word {
    position: absolute;
    padding: 8px 12px;
    color: var(--wine);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08)
}

.word-one {
    top: 10%;
    right: 4%
}

.word-two {
    left: 10PX;
    bottom: 28%
}

.word-three {
    right: 2%;
    bottom: 10%
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 28px
}

.value-item {
    display: flex;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(125, 45, 58, .08);
    border-radius: 18px
}

.value-item i {
    color: var(--wine);
    font-size: 24px
}

.value-item h5 {
    font-family: var(--serif);
    font-weight: 700
}

.value-item p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.work-section {
    position: relative;
    background: var(--wine-dark);
    overflow: hidden
}

.work-section:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -200px;
    top: -300px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%
}

.section-label.light {
    color: var(--peach)
}

.cause-card {
    position: relative;
    height: 100%;
    padding: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    transition: .35s;
    overflow: hidden
}

.cause-card:hover {
    color: var(--ink);
    background: var(--peach);
    transform: translateY(-10px)
}

.cause-card>span {
    position: absolute;
    right: 18px;
    top: 12px;
    color: rgba(255, 255, 255, .15);
    font: 700 58px var(--serif)
}

.cause-card:hover>span {
    color: rgba(125, 45, 58, .12)
}

.cause-card>i {
    font-size: 38px;
    color: var(--peach)
}

.cause-card:hover>i {
    color: var(--wine)
}

.cause-card h3 {
    font: 700 27px var(--serif);
    margin: 28px 0 14px
}

.cause-card p {
    min-height: 125px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.7
}

.cause-card:hover p {
    color: #60434a
}

.cause-card a {
    color: inherit;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none
}

.quote-band {
    overflow: hidden;
    padding: 16px 0;
    color: var(--wine-dark);
    background: var(--peach);
    font: 700 18px var(--serif)
}

.marquee-track {
    width: max-content;
    animation: marquee 28s linear infinite
}

.section-head {
    max-width: 750px;
    margin: 0 auto 50px
}

.section-head>p {
    color: var(--muted)
}

.leader-card {
    height: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 190px 190px 22px 22px;
    box-shadow: 0 18px 45px rgba(74, 31, 40, .08);
    transition: .35s
}

.leader-card:hover {
    transform: translateY(-9px)
}

.leader-photo {
    position: relative;
    overflow: hidden;
    height: 355px;
    border-radius: 180px 180px 16px 16px;
    background: #eaded9
}

.leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s
}

.leader-card:hover img {
    transform: scale(1.04)
}

.leader-photo span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--wine);
    border-radius: 50%;
    font-size: 11px
}

.leader-info {
    padding: 22px 12px 16px;
    text-align: center
}

.leader-info h3 {
    font: 700 20px var(--serif);
    margin: 0
}

.leader-info p {
    color: var(--wine);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 7px 0
}

.leader-line {
    width: 35px;
    height: 2px;
    margin: auto;
    background: var(--peach)
}

.join-section {
    padding-top: 30px
}

.join-box {
    position: relative;
    padding: 65px;
    color: #fff;
    background: linear-gradient(120deg, var(--wine), #a55253);
    border-radius: 32px;
    overflow: hidden
}

.join-box:after {
    content: "♥";
    position: absolute;
    right: 3%;
    top: -65%;
    font-size: 430px;
    color: rgba(255, 255, 255, .05)
}

.join-box h2 {
    position: relative;
    z-index: 2;
    font: 700 clamp(40px, 5vw, 64px)/1.05 var(--serif)
}

.join-box p {
    max-width: 700px;
    color: rgba(255, 255, 255, .7)
}

.join-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px
}

.call-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none
}

.call-link>i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%
}

.call-link span {
    display: flex;
    flex-direction: column
}

.call-link small {
    font-size: 16px;
    font-weight: 700
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 30px
}

.contact-list>a,
.contact-list>div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    text-decoration: none
}

.contact-list i {
    display: grid;
    place-items: center;
    min-width: 45px;
    height: 45px;
    color: var(--wine);
    background: #f5dfd2;
    border-radius: 50%
}

.contact-list span {
    display: flex;
    flex-direction: column;
    color: var(--muted);
    font-size: 11px
}

.contact-list b {
    color: var(--ink);
    font-size: 13px
}

.contact-form {
    padding: 38px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 24px 60px rgba(74, 31, 40, .09)
}

.contact-form label {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    color: var(--wine);
    text-transform: uppercase;
    letter-spacing: 1px
}

.form-control {
    padding: 13px 15px;
    border: 1px solid #eaded9;
    border-radius: 12px;
    background: #fffcfa
}

.form-control:focus {
    border-color: var(--peach);
    box-shadow: 0 0 0 4px rgba(242, 179, 142, .2)
}

footer {
    padding: 30px 0;
    color: #fff;
    background: #2e0c14
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer-brand .brand-mark {
    width: 40px;
    height: 40px
}

.footer-brand div {
    display: flex;
    flex-direction: column
}

.footer-brand b {
    font-family: var(--serif)
}

.footer-brand small,
footer p {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    margin: 0
}

.back-top {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: .8s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .24s
}

.delay-3 {
    transition-delay: .36s
}

@keyframes pulse {
    50% {
        transform: scale(.9);
        opacity: .6
    }
}

@keyframes float {
    50% {
        transform: translateY(-16px)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

@media(max-width:991px) {
    .navbar {
        background: rgba(255, 248, 242, .96)
    }

    .navbar-brand,
    .nav-link {
        color: var(--ink)
    }

    .navbar-collapse {
        padding: 18px
    }

    .hero {
        padding: 110px 0 90px
    }

    .hero .min-vh-100 {
        min-height: auto !important
    }

    .hero-portrait {
        height: 500px
    }

    .hero-card-note {
        right: 0
    }

    .scroll-cue {
        display: none
    }

    .values-grid {
        grid-template-columns: 1fr
    }

    .leader-photo {
        height: 420px
    }
}

@media(max-width:575px) {
    .section-pad {
        padding: 75px 0
    }

    .hero h1 {
        font-size: 49px
    }

    .hero-proof {
        gap: 16px;
        flex-wrap: wrap
    }

    .hero-portrait {
        height: 430px
    }

    .founder-tag {
        left: 0
    }

    .hero-card-note {
        top: 4%;
        max-width: 150px
    }

    .purpose-visual {
        min-height: 390px
    }

    .purpose-circle {
        width: 240px;
        height: 240px
    }

    .purpose-ring {
        width: 310px;
        height: 310px
    }

    .purpose-circle strong {
        font-size: 26px
    }

    .join-box {
        padding: 38px 25px
    }

    .contact-form {
        padding: 25px
    }

    .leader-photo {
        height: 390px
    }

    footer .container {
        gap: 20px;
        flex-wrap: wrap
    }

    footer p {
        order: 3;
        width: 100%
    }
}
/* Full-screen leadership slider */
.hero-fullscreen,
.hero-fullscreen .carousel,
.hero-fullscreen .carousel-inner,
.hero-fullscreen .carousel-item {
    width: 100%;
    height: 100vh;
    min-height: 650px;
}

.hero-fullscreen {
    position: relative;
    overflow: hidden;
    background: #102f27;
}

.hero-fullscreen .carousel-item {
    position: relative;
    overflow: hidden;
}

/* Full-screen image */
.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    transform: scale(1.03);
    transition: transform 7s ease;
}

.hero-fullscreen .carousel-item.active .hero-slide-image {
    transform: scale(1.1);
}

/* Improves text visibility */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background:
        linear-gradient(
            90deg,
            rgba(7, 38, 31, 0.92) 0%,
            rgba(7, 38, 31, 0.74) 38%,
            rgba(7, 38, 31, 0.25) 68%,
            rgba(7, 38, 31, 0.08) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.22) 0%,
            transparent 45%,
            rgba(0, 0, 0, 0.45) 100%
        ); */
}

.hero-slide-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.hero-content-inner {
    width: min(680px, 100%);
    padding-top: 70px;
    color: #fff;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #f8d690;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-eyebrow span {
    display: block;
    width: 38px;
    height: 2px;
    background: #e2a74b;
}

.hero-content-inner h1 {
    max-width: 680px;
    margin: 0 0 24px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 6.2rem);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -3px;
}

.hero-content-inner h1 em {
    display: block;
    color: #f3c36b;
    font-weight: 400;
}

.hero-content-inner > p {
    max-width: 610px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-primary-btn,
.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 13px 24px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hero-primary-btn {
    border: 1px solid #e4ad50;
    background: #e4ad50;
    color: #12382f;
}

.hero-primary-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #12382f;
    transform: translateY(-3px);
}

.hero-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-secondary-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #12382f;
    transform: translateY(-3px);
}

/* Leader details */
.leader-information {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
    padding-left: 18px;
    border-left: 3px solid #e4ad50;
}

.leader-information small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.leader-information strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 500;
}

.leader-information span {
    color: #f3c36b;
    font-size: 0.88rem;
}

/* Navigation arrows */
.hero-control {
    z-index: 5;
    width: 90px;
    opacity: 1;
}

.hero-control-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(10, 47, 38, 0.3);
    color: #fff;
    font-size: 1.15rem;
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

.hero-control:hover .hero-control-icon {
    border-color: #e4ad50;
    background: #e4ad50;
    color: #12382f;
}

/* Indicators */
.hero-indicators {
    z-index: 6;
    right: 32px;
    bottom: 38px;
    left: auto;
    justify-content: flex-end;
    margin: 0;
}

.hero-indicators [data-bs-target] {
    width: 26px;
    height: 4px;
    margin: 0 4px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.55);
}

.hero-indicators .active {
    width: 52px;
    background-color: #e4ad50;
}

/* Bottom scroll label */
.hero-scroll-cue {
    position: absolute;
    bottom: 33px;
    left: 50%;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.hero-scroll-cue i {
    animation: heroArrow 1.5s ease-in-out infinite;
}

@keyframes heroArrow {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .hero-fullscreen,
    .hero-fullscreen .carousel,
    .hero-fullscreen .carousel-inner,
    .hero-fullscreen .carousel-item {
        height: 100svh;
        min-height: 620px;
    }

    .hero-slide-image {
        object-position: 62% center;
    }

    /* .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(7, 38, 31, 0.88) 0%,
                rgba(7, 38, 31, 0.64) 58%,
                rgba(7, 38, 31, 0.25) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.2),
                rgba(0, 0, 0, 0.45)
            );
    } */

    .hero-content-inner {
        width: 72%;
        padding: 90px 25px 80px;
    }

    .hero-content-inner h1 {
        font-size: clamp(2.8rem, 7vw, 5rem);
    }

    .hero-control {
        width: 64px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .hero-fullscreen,
    .hero-fullscreen .carousel,
    .hero-fullscreen .carousel-inner,
    .hero-fullscreen .carousel-item {
        height: 100svh;
        min-height: 680px;
    }

    .hero-slide-image {
        object-position: 68% center;
    }

    /* .hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(6, 31, 25, 0.28) 0%,
                rgba(6, 31, 25, 0.62) 35%,
                rgba(6, 31, 25, 0.96) 100%
            );
    } */

    .hero-slide-content {
        align-items: flex-end;
    }

    .hero-slide-content .container {
        padding-right: 22px;
        padding-left: 22px;
    }

    .hero-content-inner {
        width: 100%;
        padding: 110px 0 95px;
    }

    .hero-eyebrow {
        margin-bottom: 14px;
        font-size: 0.68rem;
        letter-spacing: 1.2px;
    }

    .hero-eyebrow span {
        width: 25px;
    }

    .hero-content-inner h1 {
        margin-bottom: 17px;
        font-size: clamp(2.45rem, 11vw, 3.75rem);
        line-height: 1;
        letter-spacing: -1.5px;
    }

    .hero-content-inner > p {
        display: -webkit-box;
        margin-bottom: 22px;
        overflow: hidden;
        font-size: 0.94rem;
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-primary-btn,
    .hero-secondary-btn {
        min-height: 48px;
        padding: 11px 17px;
        font-size: 0.86rem;
    }

    .leader-information {
        margin-top: 22px;
    }

    .leader-information strong {
        font-size: 1.12rem;
    }

    .hero-control {
        top: 105px;
        bottom: auto;
        width: 56px;
        height: 44px;
    }

    .hero-control-icon {
        width: 39px;
        height: 39px;
        font-size: 0.95rem;
    }

    .hero-indicators {
        right: 20px;
        bottom: 25px;
    }

    .hero-scroll-cue {
        display: none;
    }
}

/* Small phones */
@media (max-width: 420px) {
    .hero-fullscreen,
    .hero-fullscreen .carousel,
    .hero-fullscreen .carousel-inner,
    .hero-fullscreen .carousel-item {
        min-height: 650px;
    }

    .hero-content-inner {
        padding-bottom: 75px;
    }

    .hero-secondary-btn {
        display: none;
    }

    .hero-content-inner h1 {
        font-size: 2.35rem;
    }
}

