body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

:root {
    --heading-line-height: 1.2;
    --body-line-height: 1.6;
    --scale-ratio: 1.25;
    
    /* Font size scale */
    --text-sm: 0.8rem;
    --text-base: 1rem;
    --text-lg: calc(var(--text-base) * var(--scale-ratio));
    --text-xl: calc(var(--text-lg) * var(--scale-ratio));
    --text-2xl: calc(var(--text-xl) * var(--scale-ratio));
    --text-3xl: calc(var(--text-2xl) * var(--scale-ratio));
    --engage-cta-width: 248px;
    --engage-cta-height: 60px;
    --engage-cta-radius: 16px;
    --engage-cta-gap: 0.75rem;
    --engage-cta-message-height: 1.5rem;
    --engage-cta-font-size: 0.9rem;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

@font-face {
    font-family: 'LLMedium';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../font/MediumLLSub-Regular.5e9341a3.woff2) format("woff2");
}

@font-face {
    font-family: 'LLMedium';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(../font/MediumLLSub-Italic.6b79b0e6.woff2) format("woff2");
}

@font-face {
    font-family: 'LLMedium';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../font/MediumLLSub-Bold.390f683b.woff2) format("woff2");
}

@font-face {
    font-family: 'LLMedium';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(../font/MediumLLSub-BoldItalic.b2f73829.woff2) format("woff2");
}

@font-face {
    font-family: 'LLIvory';
    font-display: swap;
    src: url(../font/IvoryLLSub-Light.f8db7b39.woff2) format("woff2");
}

@font-face {
    font-family: 'Maxi';
    src: url(../font/ABCMaxiRound-Regular.1f91b722.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: 'Ozik';
    src: url(../font/OZIK-Black.cc67cdc9.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: 'Planar';
    src: url(../font/GT-Planar-Retalic-30-Black.d5ad08e0.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: 'Raster';
    src: url(../font/FKRasterGroteskCompact-Smooth.dad804eb.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: 'Honey';
    src: url(../font/VCHoney-BlackBanner.d27bee27.woff2) format("woff2");
    font-display: block;
}

@font-face {
    font-family: 'Beretta';
    src: url(../font/BerettaSansBold-205TF.5976c5ad.woff2) format("woff2");
    font-display: block;
}

/* Classes for LLMedium */
.font-llmedium-normal {
    font-family: 'LLMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-llmedium-italic {
    font-family: 'LLMedium', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.font-llmedium-bold {
    font-family: 'LLMedium', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font-llmedium-bolditalic {
    font-family: 'LLMedium', sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* Classes for other fonts */
.font-llivory {
    font-family: 'LLIvory', sans-serif;
}

.font-maxi {
    font-family: 'Maxi', sans-serif;
}

.font-ozik {
    font-family: 'Ozik', sans-serif;
}

.font-planar {
    font-family: 'Planar', sans-serif;
}

.font-raster {
    font-family: 'Raster', sans-serif;
}

.font-honey {
    font-family: 'Honey', sans-serif;
}

.font-beretta {
    font-family: 'Beretta', sans-serif;
}




.app-header {

    display: flex;

    gap: .75rem;
    background: #fff;
    color: #000;
    box-shadow: 0 0 2px 0 rgba(23, 16, 14, .2);
    border-radius: 8px;
    padding: .5rem;
    max-width: max-content;
    align-items: center;
    position: fixed;
    top: 0;
    right: 30px;
    margin-top: 1.5rem;
    z-index: 99;

}

.menu-items ul {
    display: flex;
    padding: 0px;
    list-style: none;
    margin: 0;
}

.menu-items ul li a {
    display: inline-block;
    position: relative;
    padding: calc(9px * 1.2) calc(0.5rem * 1.2);
    font-size: calc(var(--text-sm) * 1.2);
    color: #17100e;
    text-decoration: none;
    background-color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
    transition: .3s;
    border-radius: 6px;
}

.menu-items ul li a:hover {
    background-color: #f4f3ec;
}



.btn__OJSKZ {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.btn__OJSKZ.primary__tAcqa .foreground__FzNcQ {
    background: #17100e;
    color: #fff;
}

.btn__OJSKZ.size_base__FqE55 .foreground__FzNcQ {
    font-size: calc(16px * 1.2);
    padding: calc(14px * 1.2) calc(1.5rem * 1.2);
}

.btn__OJSKZ .foreground__FzNcQ {
    position: relative;
    display: block;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
    text-wrap: nowrap;
    width: 100%;
    transition: transform .33s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.btn__OJSKZ .background_wrapper__DaV4c {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.hero-section {
    /* background-image: url('../images/hero-bg/hero-bg.webp'); */
    background-image: url('../images/rocket_highres-1600.webp');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: clamp(4rem, 12vh, 7rem) 0;
}

@media (min-width: 1200px) {
    .hero-section {
        background-image: url('../images/rocket_highres-2400.webp');
    }
}

@media (min-width: 1800px) {
    .hero-section {
        background-image: url('../images/rocket_highres-3200.webp');
    }
}

@media (min-width: 2560px) {
    .hero-section {
        background-image: url('../images/rocket_highres-5120.webp');
    }
}

.assistant-section {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 11vh, 6.5rem) 0;
    color: #f7f4ee;
    font-family: 'LLMedium', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.assistant-section__bg {
    position: absolute;
    inset: 0;
    background-image: url('../../background_images/4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.assistant-section__bg::after {
    content: none;
}

.assistant-section__container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    padding-inline: 0.75rem;
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: minmax(280px, 36ch) minmax(0, 1fr);
    justify-content: space-between;
    align-items: start;
}

.assistant-section__intro {
    padding-top: 0;
}

@media (min-width: 961px) {
    .assistant-chat {
        margin-top: 0.75rem;
    }
}

.assistant-section__eyebrow {
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    color: rgba(23, 16, 14, 0.55);
    font-family: 'LLIvory', sans-serif;
}

.assistant-section__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    color: #17100e;
    font-family: 'LLIvory', sans-serif;
}

.assistant-section__copy {
    max-width: 32ch;
    margin: 0;
    color: rgba(23, 16, 14, 0.8);
    line-height: 1.65;
    font-size: var(--text-lg);
    font-family: 'LLIvory', sans-serif;
}

.hero-section,
.assistant-section,
.open-letter,
.engage-section,
.contact-us {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

@media (max-width: 960px) {
    .assistant-section__container {
        grid-template-columns: minmax(0, 1fr);
        padding-inline: 1rem;
    }

    .assistant-chat {
        width: 100%;
        margin-inline: 0;
    }
}

.assistant-chat {
    border-radius: 18px;
    border: 1px solid rgba(247, 244, 238, 0.08);
    background: rgba(12, 8, 7, 0.75);
    box-shadow: 0 32px 80px rgba(8, 6, 5, 0.45);
    display: flex;
    flex-direction: column;
    width: min(100%, 748px);
    margin-inline: auto;
}

.assistant-chat__messages {
    max-height: clamp(280px, 45vh, 420px);
    overflow-y: auto;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    scrollbar-width: thin;
}

.assistant-chat__messages::-webkit-scrollbar {
    width: 6px;
}

.assistant-chat__messages::-webkit-scrollbar-thumb {
    background: rgba(247, 244, 238, 0.25);
    border-radius: 999px;
}

.assistant-message {
    border-radius: 14px;
    padding: 1rem 1.25rem;
    line-height: 1.5;
    background: rgba(247, 244, 238, 0.05);
}

.assistant-message--user {
    background: rgba(255, 145, 0, 0.15);
    align-self: flex-end;
}

.assistant-message__sender {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.35rem;
    color: rgba(247, 244, 238, 0.55);
}

.assistant-message__body {
    margin: 0;
    color: #f7f4ee;
    white-space: pre-wrap;
}

.assistant-chat__form {
    border-top: 1px solid rgba(247, 244, 238, 0.08);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.assistant-chat__label {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(247, 244, 238, 0.5);
}

.assistant-chat__composer {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.assistant-chat__composer textarea {
    flex: 1;
    resize: none;
    min-height: 72px;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(247, 244, 238, 0.2);
    background: rgba(12, 8, 7, 0.85);
    color: #f7f4ee;
    font-family: 'LLMedium', sans-serif;
    line-height: 1.4;
    overflow-y: hidden;
}

.assistant-chat__composer textarea:focus {
    border-color: rgba(255, 145, 0, 0.65);
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 145, 0, 0.15);
}

.assistant-chat__disclaimer {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    color: rgba(247, 244, 238, 0.45);
    margin: 0;
}

.assistant-message--ai {
    align-self: flex-start;
}

.assistant-message--ai + .assistant-message--ai {
    margin-top: 0.25rem;
}

@media (max-width: 720px) {
    .assistant-chat__composer {
        flex-direction: column;
        align-items: stretch;
    }

    .assistant-chat__composer textarea {
        min-height: 96px;
    }

    .assistant-chat__submit {
        margin-top: 0.75rem;
        align-self: flex-end;
    }
}

.app-header .btn__OJSKZ .background_wrapper__DaV4c .background__Tz1lV,
.hamburger_menu__ctas__rff6_ .btn__OJSKZ .background_wrapper__DaV4c .background__Tz1lV {
    background: rgba(23, 16, 14, 0.75);
    animation: none;
    filter: none;
}

.assistant-chat__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: none;
    background: transparent;
    padding: 0;
    transition: background-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.assistant-chat__submit_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #17100e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease;
}

.assistant-chat__submit_icon svg {
    width: 18px;
    height: 18px;
}

.assistant-chat__submit:hover:not([disabled]),
.assistant-chat__submit:focus-visible:not([disabled]) {
    box-shadow: 0 8px 24px rgba(17, 10, 8, 0.25);
}

.assistant-chat__submit:hover:not([disabled]) .assistant-chat__submit_icon,
.assistant-chat__submit:focus-visible:not([disabled]) .assistant-chat__submit_icon {
    background: #f0e8dc;
    color: #17100e;
}

.assistant-chat__submit[disabled],
.assistant-chat__submit[disabled]:hover,
.assistant-chat__submit[disabled]:focus-visible {
    box-shadow: none;
    cursor: default;
    background: transparent;
}

.assistant-chat__submit[disabled] .assistant-chat__submit_icon {
    background: rgba(217, 214, 207, 0.65);
    color: rgba(60, 56, 52, 0.65);
}

.assistant-chat__submit:focus-visible {
    outline: 2px solid rgba(255, 145, 0, 0.6);
    outline-offset: 3px;
}

/* .hero-bg{
    
    width: 100%;
    height: 100%;
}

.hero-bg img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center;
} */
.text-section {
    padding-inline: 20px;
    padding-top: clamp(2.5rem, 8vh, 5rem);
    padding-bottom: clamp(2rem, 6vh, 4rem);
}

.title span {
    display: block;
}

.title {
    font-size: var(--text-3xl);
    font-weight: 700;
    font-family: 'LLMedium', sans-serif;
    color: white;
    line-height: var(--heading-line-height);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}












.open-letter {
    min-height: 100vh;
    padding: clamp(4rem, 12vh, 7rem) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.open-letter .container {
    width: 100%;
}

.letters h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    line-height: var(--heading-line-height);
    font-family: 'LLIvory', sans-serif;
    color: black;
    margin-top: 2.5rem;
    letter-spacing: -0.02em;
}

.p__sUKR1 {
    margin: 1.5rem 0px;
    font-size: var(--text-lg);
    letter-spacing: -.02em;
    font-family: 'LLIvory', sans-serif;
    font-weight: normal;
    max-width: 65ch;
    text-indent: 7%;
    line-height: var(--body-line-height);
}

.p__sUKR2 {
    max-width: 39ch;
}

.highlight__LDj32 {
    display: inline;
    word-break: normal;
    background-image: linear-gradient(90deg, #fefaa7 50%, transparent 0);
    background-size: 200% 100%;
    background-position: 0 0;
}















.bottom-footer {
    padding: 1.5rem;
    background-color: #17100e;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer a {
    color: white;
    font-size: 14px;
    font-family: LLMedium, sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.app_footer__SYDLs {
    display: none !important;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.leg {
    margin-bottom: 15px;
}

.leg p {
    color: rgb(130, 130, 130);
    line-height: 30px;
    margin-bottom: 1rem;
}


.scroll-top-arrow {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%;
    letter-spacing: initial;
    cursor: pointer;
    transition: opacity 0.4s, visibility 0.4s;
    cursor: pointer;
}

.scroll-top-arrow.hidden {
    opacity: 0;
    visibility: hidden;
}



.signature__bd0WX {
    max-width: 120px;
    margin: 4rem 0 1rem;
}

.sliderWrapper__h4A9R {
    position: relative;
    width: 100%;
}


.footnotes__fyRmn {
    margin: 1rem 0 0 0;
    border-top: 2px solid #000;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 320px;
    list-style: none;
    padding-left: 0px;
}

.footnotes__fyRmn li {
    display: flex;
    gap: 1rem;
    line-height: 1.25;
    scroll-margin-top: 150px;
}

.footnote__name__sVmyA {
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}

.anchor_text__lbOeY {
    color: black;
}

.imgg img {
    width: 100%;
    height: auto;

}


.contact-us {
    padding: clamp(4rem, 12vh, 7rem) 0;
    background-size: cover;
    background-image: url(../images/home-footer-cta-mob.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.heading {
    color: white;
    font-size: 53.3376px;
    line-height: 53.3376px;
    font-family: 'LLMedium', sans-serif;
    font-weight: 700;
    max-width: 20ch;
    margin: auto;
}

.hamburger {
    display: none;
}
 
 
button {
    outline: none !important;
    border: none;
    background: 0 0;
}

.contact100-form-btn:hover {
    background: #333;
}



.hero_intro__content__LFApp {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
}


.text_base__tOPeL.text_serif__k5JmF {
    letter-spacing: -.04em;
}

.text_base__tOPeL {
    font-size: 18px;
    font-family: 'LLIvory', sans-serif;
    font-weight: 300;
    color: white;
}

.hero_intro__content_copy__xrQzf {
    font-size: var(--text-lg);
    line-height: 1.65;
    margin: 0;
}


.hero_intro__content_cta__Cw5oq {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}

.hero_intro__content_cta__Cw5oq>a {
    width: 100%;
}

.btn__OJSKZ.secondary__xrwNg.invert__Zm_F3 .foreground__FzNcQ {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.btn__OJSKZ.secondary__xrwNg .foreground__FzNcQ {
    transition: background-color cubic-bezier(0.16, 1, 0.3, 1) .33s, color cubic-bezier(0.16, 1, 0.3, 1) .33s;
    color: #17100e;
    border: 2px solid #17100e;
}

.btn__OJSKZ.secondary__xrwNg .background__Tz1lV {
    display: none;
}

.btn__OJSKZ.secondary__xrwNg.invert__Zm_F3:hover .foreground__FzNcQ {
    background-color: white;
    color: #17100e;
}




.hero_product__ueupT {
    margin-bottom: 3rem;
    width: 100%;
    display: relative;
    z-index: 1;
    color: #fff;
}

.hero_product__ueupT h2 {
    width: 100%;
    max-width: 720px;
    text-align: center;
    color: white;
    margin: 0 auto;
    padding-bottom: 0;
    font-feature-settings: "liga", "clig";
    font-variant-ligatures: common-ligatures;
    font-family: 'LLIvory', sans-serif;
    font-size: 40.2701px;
    font-weight: 300;
    line-height: 44.2701px;
    margin: auto;
}

/* slider css  */

.carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumb__WQEtO:hover{
    color: white;
}

.carousel__VeFNx {
    position: relative;
    color: #fff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}


.carousel__VeFNx .carousel_thumbs__SGvYH {
    width: 95%;
    margin: 20px auto;
}

.carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumbs_viewport__JZrxS {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent);
    max-width: 550px;
    margin: 0 auto;
}

.carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumbs_container__v9Uvf {
    display: flex;
    flex-direction: row;
}


.carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumb__WQEtO {
    color: hsla(0, 0%, 100%, .4);
    font-weight: 700;
    transition: color .6s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 0 0 auto;
    margin: 4px 10px;
}


.carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumb__WQEtO.active__HaJvl {
    color: #fff;
}

.carousel__VeFNx .carousel_wrapper__sDjwb {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.hero_carousel_buttons__NICga {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 10;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g {
    width: 30%;
    height: 100%;
    position: relative;
    padding: 0 1rem;
    overflow: visible;
    display: flex;
    align-items: center;
}
.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR {
    width: 24px;
    height: 24px;
    pointer-events: none;
    transition: scale .3s ease-in-out;
}
.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR>.carousel_button_inner__XofFd {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid rgba(23, 16, 14, .2);
    background-color: hsla(0, 0%, 100%, .4);
    color: #17100e;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: all .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR>.carousel_button_inner__XofFd>svg {
    width: 50%;
}
.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g:last-of-type .carousel_button__OWZsR {
    margin-left: auto;
}
.hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g:last-of-type .carousel_button__OWZsR>.carousel_button_inner__XofFd>svg {
    transform: rotate(180deg);
}


.carousel__VeFNx .carousel_wrapper_inner__P5PgI {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.carousel__VeFNx .carousel_items__AaCYw {
    position: relative;
    height: 85vw;
    max-height: 90dvh;
}
.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_img__bFiY6 {
    width: 100%;
    max-width: 120dvh;
    margin: 0 auto 2rem auto;
    position: relative;
    overflow: visible;
    padding: 0 1.5rem;
}
.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_img_wrapper__Etei2 {
    position: relative;
}

.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_caption_wrapper__DzIME {
    text-align: center;
    margin: 0 auto;
    transform: translateY(2vw);
    padding: 0 10%;
}

.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_caption__qbJzb {
    display: inline-block;
    text-align: center;
}
.text_sm___CRWY {
    font-size: 16px;
    font-family: 'LLMedium', sans-serif;
color: white;
}
.carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_pill__bclBn {
    background: #000;
    border-radius: 8px;
    padding: 1px 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 0.875rem;
    margin-left: 10px;
}



.hamburger_menu__condensed_tray__WkOFs.open__rhAW3 {
    visibility: visible;
    z-index: 9999;
}
.hamburger_menu__condensed_tray__WkOFs {
    background-color: #fff;
    padding-top: 32px;
    max-height: 100dvh;
    overflow-y: scroll;
    z-index: -1;
    border-radius: 8px;
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    visibility: hidden;
    
}
.hamburger_menu__condensed_tray__logo__aN0J5 {
    height: 50px;
    position: fixed;
    background-color: white;
    z-index: 1;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(23,16,14,.2);
}
.hamburger_menu__condensed_tray__contents__X28k_ {
    border-top: 1px solid rgba(23,16,14,.2);
    padding: 0.75rem 1.5rem 1rem 1.5rem;
}

.mobile-items ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0px;
     
}
.mobile-items ul li a{
    display: inline-block;
    position: relative;
    padding: 8px 0.5rem;
    font-size: 20px;
    color: #17100e;
    text-decoration: none;
    background-color: white;
    font-weight: 700;
    line-height: 1;
    transition: .3s;
    border-radius: 6px;
}

.hamburger_menu__ctas__rff6_ {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px solid rgba(23,16,14,.2);
    padding: 1rem 1.5rem 1rem 1.5rem;
}

.btn__OJSKZ.primary__tAcqa .foreground__FzNcQ {
    background:#17100e;
    color: white;
}


.contact-form{
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 20px;
}
.contact100-form-title {
    display: block;
    font-family: 'LLMedium', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 49px;
    font-weight: 700;
}

.validate-input {
    position: relative;
}
.contact100-form {
    width: 550px;
}
.wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 31px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
input.input100 {
    height: 62px;
    padding: 0 35px;
}
.input100 {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 31px;
      font-family: 'LLMedium', sans-serif;
    font-size: 18px;
    color: #8f8fa1;
    line-height: 1.2;
}
.focus-input100 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

textarea.input100 {
    min-height: 169px;
    padding: 19px 35px 0;
}
textarea {
    outline: none;
    border: none;
}
input {
    outline: none;
    border: none;
}
.container-contact100-form-btn {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}
.contact100-form-btn {
 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 62px;
    background-color: transparent;
    border-radius: 31px;
      font-family: 'LLMedium', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
.contact100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #827ffe;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

/* media query  */


@media(min-width:776px) {
    .signature__bd0WX {
        max-width: 200px;
        margin: 3rem 0 1rem 0;
    }

    .footnotes__fyRmn {
        max-width: 320px;
    }

    .btn__OJSKZ.size_base__FqE55 .foreground__FzNcQ {
        font-size: 14px;
        padding: 9px 1rem;
    }

    .btn__OJSKZ.primary__tAcqa:focus-visible .foreground__FzNcQ,
    .btn__OJSKZ.primary__tAcqa:hover .foreground__FzNcQ {
        transform: translateX(3px) translateY(-3px);
    }

    .btn__OJSKZ .background_wrapper__DaV4c .background__Tz1lV {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        background: linear-gradient(114deg, #fe318d 5%, #ff3973 18%, #ef7976 31%, #fd9454 47%, #d5877e 67%, #9bd91a 83%, #09f200 100%, #3ed20d 0);
        filter: contrast(135%);
        transform-origin: center center;
        animation: buttonBackdropAnimation__nAtOD 5s linear infinite;
    }

    .title {
        font-size:  88.5402px;
        font-weight: 700;
        font-family: 'LLMedium', sans-serif;
        color: white;
        line-height: 1;
        max-width: 800px;
    }

    .title3 {
        text-align: right;
    }

    .hero_intro__content__LFApp {
        border-top: 2px solid white;
        gap: 1.5rem;
        width: 55%;
        max-width: 400px;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .text_base__tOPeL {
        font-size: 18px;
    }

    .hero_intro__content_cta__Cw5oq {
        width: auto;
        margin-bottom: 0;
    }

    .hero_product__ueupT {
        margin-bottom: 2rem;
        margin-top: 4vw;
    }

    .hero_product__ueupT h2 {
        width: 80%;
    }
    .carousel__VeFNx .carousel_thumbs__SGvYH {
        width: 75%;
        margin: 32px auto;
    }
    .hero_carousel_buttons__NICga {
        bottom: 20%;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g {
        padding: 0 10%;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR {
        width: 40px;
        height: 40px;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR {
        width: 40px;
        height: 40px;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g:hover>.carousel_button__OWZsR>.carousel_button_inner__XofFd {
        transform: scale(1.1);
        background: #fff;
        transform-origin: center;
    }
    .carousel__VeFNx .carousel_wrapper_inner__P5PgI {
        width: 74%;
    }
    .carousel__VeFNx .carousel_items__AaCYw {
        height: 55vw;
        max-height: 92dvh;
    }
    .carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_img__bFiY6 {
        width: 95%;
    }
    .carousel__VeFNx .carousel_items__AaCYw .carousel_item__TylLT .carousel_item_caption__qbJzb {
        display: inline;
        padding: 0;
        text-align: left;
    }
}

@media(min-width:1200px) {
    .signature__bd0WX {
        max-width: 200px;
        margin: 3rem 0 1rem 0;
    }

    .footnotes__fyRmn {
        max-width: 22.5rem;
    }

    .hero_intro__content__LFApp {
        width: 40%;
        max-width: 420px;
    }

    .hero_product__ueupT h2 {
        width: 65%;
        max-width: 900px;
    }
    .carousel__VeFNx .carousel_thumbs__SGvYH {
        margin: 40px auto;
        width: 55%;
    }
    .carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumbs_viewport__JZrxS {
        max-width: 720px;
    }
    .carousel__VeFNx .carousel_thumbs__SGvYH .carousel_thumb__WQEtO {
        font-size: 18px;
    }
    .hero_carousel_buttons__NICga {
        bottom: 15%;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g {
        padding: 0 10%;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR {
        width: 40px;
        height: 40px;
    }
    .hero_carousel_buttons__NICga>.carousel_buttons_inner__EOV8g .carousel_button__OWZsR {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:800px) {
    .desk {
        display: none;
    }

    .hamburger {
        display: block;
        height: 32px;
        color: #17100e;
        border: none;
        background-color: transparent;
    }


    .contact100-pic {
        width: 100%;
        padding-top: 55px;
    }

    .heading {
        font-size: 40px;
        max-width: 100%;
    }

    .hero_product__ueupT h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        color: white;
        margin: 0 auto;
        padding-bottom: 0;
        font-feature-settings: "liga", "clig";
        font-variant-ligatures: common-ligatures;
    }
    .title{
        font-size: 57px;
    }
    .hero_product__ueupT h2{
        font-size: 30px;
    }
    .hero_product__ueupT{
        margin-top: 3rem;
    }
    .hero-section,
    .open-letter,
    .contact-us{
        padding: 4rem 0 3rem;
    }
    .text-section{
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
}

@media(max-width:500px) {
    .p__sUKR1 {
        margin: 1.5rem 0px;
        font-size: 23px;
        letter-spacing: -.06em;
        font-family: 'LLIvory', sans-serif;
        font-weight: normal;
        max-width: 100%;
        text-indent: 7%;
    }

    .p__sUKR2 {
        max-width: 100%;
    }
    .hero-section{
        background-image: url('../images/rocket+1.jpg');   
        min-height: 100vh;
        padding: 3.5rem 0 2.5rem;
    }
    .open-letter,
    .contact-us{
        padding: 3.5rem 0 2.5rem;
    }
    .text-section{
        padding-top: 2.5rem;
        padding-bottom: 2rem;
    }
    .contact-form{
        padding: 20px;
    }
    .contact100-form {
        width: 100%;
    }
}

/* Engage Section (Newsletter & Podcast) */
.engage-section {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 11vh, 6.5rem) 0;
    color: #f7f4ee;
    font-family: 'LLMedium', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.engage-section__bg {
    position: absolute;
    inset: 0;
    background-image: url('../../background_images/4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.engage-section__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.engage-card {
    border-radius: 18px;
    border: 1px solid rgba(247, 244, 238, 0.08);
    background: rgba(12, 8, 7, 0.75);
    box-shadow: 0 32px 80px rgba(8, 6, 5, 0.45);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Push form and spotify badge to bottom of card */
.engage-card .newsletter-form,
.engage-card .spotify-badge {
    margin-top: auto;
    align-self: center;
    width: var(--engage-cta-width);
    max-width: 100%;
}

.engage-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.engage-card__title {
    font-family: 'LLIvory', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    color: #f7f4ee;
    margin: 0;
    letter-spacing: -0.02em;
}

.engage-card__description {
    color: rgba(247, 244, 238, 0.7);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Newsletter Input in Content */
.engage-card__input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(247, 244, 238, 0.2);
    border-radius: 10px;
    background: rgba(12, 8, 7, 0.85);
    color: #f7f4ee;
    font-size: 1rem;
    font-family: 'LLMedium', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-top: 1rem;
}

.engage-card__input:focus {
    outline: none;
    border-color: rgba(255, 145, 0, 0.65);
    box-shadow: 0 0 0 4px rgba(255, 145, 0, 0.15);
}

.engage-card__input::placeholder {
    color: rgba(247, 244, 238, 0.4);
}

/* Newsletter Form in Engage Section */
.engage-card .newsletter-form {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--engage-cta-gap);
}

.engage-card .newsletter-btn {
    height: var(--engage-cta-height);
    width: 100%;
    padding: 0;
    background: #ff9100;
    color: #17100e;
    font-weight: 700;
    border: none;
    border-radius: var(--engage-cta-radius);
    cursor: pointer;
    font-family: 'LLMedium', sans-serif;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.engage-card .newsletter-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.engage-card .newsletter-message {
    margin: 0;
    font-size: var(--engage-cta-font-size);
    min-height: var(--engage-cta-message-height);
    text-align: center;
    width: 100%;
}

.engage-card .newsletter-message.success {
    color: #10b981;
}

.engage-card .newsletter-message.error {
    color: #ef4444;
}

/* Spotify Badge */
.spotify-badge {
    height: var(--engage-cta-height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--engage-cta-radius);
    padding: 0;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    font-size: var(--engage-cta-font-size);
    margin-bottom: calc(var(--engage-cta-gap) + var(--engage-cta-message-height)); /* Keep card heights aligned with newsletter message area */
}

.spotify-badge__img {
    height: 100%;
    width: auto;
    display: block;
}

/* Responsive - Stack on mobile */
@media (max-width: 800px) {
    .engage-section__container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .engage-section {
        min-height: auto;
        padding: 3rem 0;
    }

    .engage-card {
        padding: 1.5rem;
    }
}
