/*
 * BOTTA 2026 homepage component dependencies.
 * Apply these classes from Elementor sections/widgets so page content remains editable.
 */

:root {
    --botta-ink: #16261f;
    --botta-muted: #627067;
    --botta-line: #d9ded8;
    --botta-panel: #f6f7f2;
    --botta-panel-strong: #eef2e6;
    --botta-green: #163c2d;
    --botta-green-soft: #d9f0db;
    --botta-mint: #47d6c1;
    --botta-gold: #f2b63d;
    --botta-white: #ffffff;
    --botta-shadow: 0 18px 44px rgba(22, 38, 31, 0.12);
    --botta-radius: 8px;
    --botta-container: 1180px;
}

.botta-home {
    color: var(--botta-ink);
    background: var(--botta-white);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.botta-home .elementor-section,
.botta-home .e-con {
    scroll-margin-top: 96px;
}

.botta-section {
    padding-block: 88px;
}

.botta-section--compact {
    padding-block: 56px;
}

.botta-section--panel {
    background: var(--botta-panel);
}

.botta-section--dark {
    color: var(--botta-white);
    background: var(--botta-green);
}

.botta-container,
.botta-home .elementor-container,
.botta-home .e-con-inner {
    width: min(100% - 40px, var(--botta-container));
    margin-inline: auto;
}

.botta-kicker,
.botta-home .botta-kicker .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--botta-green);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}

.botta-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--botta-gold);
}

.botta-section--dark .botta-kicker,
.botta-section--dark .botta-kicker .elementor-heading-title {
    color: var(--botta-green-soft);
}

.botta-display,
.botta-home .botta-display .elementor-heading-title {
    margin: 0;
    color: inherit;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 700;
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: 0;
}

.botta-heading,
.botta-home .botta-heading .elementor-heading-title {
    margin: 0;
    color: var(--botta-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.botta-section--dark .botta-heading .elementor-heading-title,
.botta-section--dark .botta-heading {
    color: var(--botta-white);
}

.botta-lede,
.botta-home .botta-lede {
    color: var(--botta-muted);
    font-size: 18px;
    line-height: 1.65;
}

.botta-section--dark .botta-lede {
    color: rgba(255, 255, 255, 0.82);
}

.botta-hero {
    position: relative;
    min-height: min(760px, 86vh);
    padding: 128px 0 72px;
    overflow: hidden;
    color: var(--botta-white);
    background: var(--botta-green);
}

.botta-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(22, 60, 45, 0.94) 0%, rgba(22, 60, 45, 0.76) 42%, rgba(22, 60, 45, 0.12) 100%),
        var(--botta-hero-image, none);
    background-position: center;
    background-size: cover;
}

.botta-hero > .elementor-container,
.botta-hero > .e-con-inner,
.botta-hero .botta-container {
    position: relative;
    z-index: 1;
}

.botta-hero__content {
    max-width: 720px;
}

.botta-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.botta-hero__rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 72px;
    background: rgba(255, 255, 255, 0.22);
}

.botta-hero__rail > * {
    min-height: 104px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.botta-button .elementor-button,
.botta-button,
.botta-home a.botta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border: 1px solid var(--botta-green);
    border-radius: 4px;
    color: var(--botta-white);
    background: var(--botta-green);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.botta-button .elementor-button:hover,
.botta-button:hover,
.botta-home a.botta-button:hover {
    border-color: #23573f;
    color: var(--botta-white);
    background: #23573f;
    transform: translateY(-1px);
}

.botta-button--light .elementor-button,
.botta-button--light,
.botta-home a.botta-button--light {
    border-color: var(--botta-white);
    color: var(--botta-green);
    background: var(--botta-white);
}

.botta-button--ghost .elementor-button,
.botta-button--ghost,
.botta-home a.botta-button--ghost {
    border-color: rgba(255, 255, 255, 0.72);
    color: var(--botta-white);
    background: transparent;
}

.botta-button--ghost .elementor-button:hover,
.botta-button--ghost:hover,
.botta-home a.botta-button--ghost:hover {
    border-color: var(--botta-white);
    color: var(--botta-green);
    background: var(--botta-white);
}

.botta-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(32px, 6vw, 86px);
    align-items: center;
}

.botta-split--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.botta-media-frame {
    position: relative;
    overflow: hidden;
    border-radius: var(--botta-radius);
    background: var(--botta-panel-strong);
    box-shadow: var(--botta-shadow);
}

.botta-media-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.botta-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.botta-card,
.botta-home .elementor-widget.botta-card {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--botta-line);
    border-radius: var(--botta-radius);
    background: var(--botta-white);
    box-shadow: 0 1px 0 rgba(22, 38, 31, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.botta-card:hover {
    border-color: rgba(22, 60, 45, 0.34);
    box-shadow: var(--botta-shadow);
    transform: translateY(-2px);
}

.botta-card h2,
.botta-card h3,
.botta-card h4,
.botta-card .elementor-heading-title {
    margin: 0 0 12px;
    color: var(--botta-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0;
}

.botta-card p {
    color: var(--botta-muted);
    line-height: 1.55;
}

.botta-product-grid ul.products,
.botta-product-grid .products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.botta-product-grid ul.products::before,
.botta-product-grid ul.products::after {
    display: none;
}

.botta-product-grid ul.products li.product,
.botta-product-card {
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 0 18px !important;
    overflow: hidden;
    border: 1px solid var(--botta-line);
    border-radius: var(--botta-radius);
    background: var(--botta-white);
    text-align: left;
    box-shadow: 0 1px 0 rgba(22, 38, 31, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.botta-product-grid ul.products li.product:hover,
.botta-product-card:hover {
    border-color: rgba(22, 60, 45, 0.34);
    box-shadow: var(--botta-shadow);
    transform: translateY(-2px);
}

.botta-product-grid ul.products li.product a img,
.botta-product-card img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    margin: 0 0 16px !important;
    border: 0 !important;
    background: var(--botta-panel);
    object-fit: contain;
}

.botta-product-grid .woocommerce-loop-product__title,
.botta-product-card__title {
    padding: 0 18px !important;
    color: var(--botta-ink) !important;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

.botta-product-grid .price,
.botta-product-card__meta {
    display: block;
    padding: 6px 18px 0;
    color: var(--botta-muted) !important;
    font-size: 14px;
}

.botta-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.botta-stat {
    padding: 30px 24px;
    background: rgba(255, 255, 255, 0.1);
}

.botta-stat__value,
.botta-stat .elementor-heading-title {
    color: inherit;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.botta-stat__label {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
}

.botta-logo-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--botta-line);
    background: var(--botta-line);
}

.botta-logo-strip > * {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: var(--botta-white);
}

.botta-cta {
    position: relative;
    padding: clamp(42px, 7vw, 76px);
    overflow: hidden;
    border-radius: var(--botta-radius);
    color: var(--botta-white);
    background: var(--botta-green);
}

.botta-cta::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: min(42vw, 420px);
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(71, 214, 193, 0.2) 100%);
    pointer-events: none;
}

.botta-cta > * {
    position: relative;
    z-index: 1;
}

.botta-footer-band {
    padding-block: 64px 34px;
    color: rgba(255, 255, 255, 0.78);
    background: #102119;
}

.botta-footer-band a {
    color: var(--botta-white);
    text-decoration-color: rgba(255, 255, 255, 0.28);
}

/* Homepage bridge for the current Elementor page ID 6. */
.home.page-id-6 {
    background: var(--botta-white);
}

.home.page-id-6 #content .ast-container {
    display: block;
    max-width: none;
    padding: 0;
}

.home.page-id-6 .elementor-6 {
    color: var(--botta-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.home.page-id-6 .elementor-6 > .elementor-section {
    padding-inline: 20px;
}

.home.page-id-6 .elementor-6 .elementor-section > .elementor-container {
    width: min(100%, var(--botta-container));
}

.home.page-id-6 .elementor-6 .elementor-element-defa4d6 {
    position: relative;
    margin-top: 0;
    padding: 58px 20px 74px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(22, 60, 45, 0.96), rgba(22, 60, 45, 0.8)),
        var(--botta-panel);
}

.home.page-id-6 .elementor-6 .elementor-element-defa4d6::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, rgba(246, 247, 242, 0.18));
    pointer-events: none;
}

.home.page-id-6 .elementor-6 .elementor-element-defa4d6 > .elementor-container {
    position: relative;
    z-index: 1;
    min-height: 520px;
}

.home.page-id-6 .elementor-6 .elementor-element-a1ab146 .elementor-main-swiper {
    height: clamp(360px, 54vw, 620px);
}

.home.page-id-6 .elementor-6 .elementor-element-a1ab146 .elementor-carousel-image {
    border-radius: var(--botta-radius);
    background-color: var(--botta-white);
    background-size: contain;
    box-shadow: var(--botta-shadow);
}

.home.page-id-6 .elementor-6 .elementor-element-a1ab146 .elementor-swiper-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--botta-green);
    background: var(--botta-white);
    box-shadow: 0 8px 22px rgba(22, 38, 31, 0.18);
}

.home.page-id-6 .elementor-6 .elementor-element-972e469,
.home.page-id-6 .elementor-6 .elementor-element-87a864d {
    margin: 0;
    padding: 86px 20px;
}

.home.page-id-6 .elementor-6 .elementor-element-972e469 {
    background: var(--botta-white);
}

.home.page-id-6 .elementor-6 .elementor-element-87a864d {
    background: var(--botta-panel);
}

.home.page-id-6 .elementor-6 .elementor-element-9abf60d .elementor-heading-title,
.home.page-id-6 .elementor-6 .elementor-element-8c14466 .elementor-heading-title {
    color: var(--botta-ink);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 0.98;
}

.home.page-id-6 .elementor-6 .elementor-element-9abf60d .elementor-heading-title::before,
.home.page-id-6 .elementor-6 .elementor-element-8c14466 .elementor-heading-title::before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: 0 auto 18px;
    background: var(--botta-gold);
}

.home.page-id-6 .elementor-6 .elementor-element-95065ce,
.home.page-id-6 .elementor-6 .elementor-element-15c3535 {
    min-height: 32px;
    border-color: var(--botta-line);
}

.home.page-id-6 .elementor-6 .elementor-element-95065ce > .elementor-shape-top .elementor-shape-fill,
.home.page-id-6 .elementor-6 .elementor-element-15c3535 > .elementor-shape-top .elementor-shape-fill {
    fill: var(--botta-line);
}

.home.page-id-6 .elementor-6 .elementor-element-e328f97 > .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home.page-id-6 .elementor-6 .elementor-element-e328f97 .elementor-column {
    width: auto;
}

.home.page-id-6 .elementor-6 .elementor-element-e328f97 .elementor-widget-wrap {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--botta-line);
    border-radius: var(--botta-radius);
    background: var(--botta-white);
    box-shadow: 0 1px 0 rgba(22, 38, 31, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home.page-id-6 .elementor-6 .elementor-element-e328f97 .elementor-widget-wrap:hover {
    border-color: rgba(22, 60, 45, 0.34);
    box-shadow: var(--botta-shadow);
    transform: translateY(-2px);
}

.home.page-id-6 .elementor-6 .elementor-element-e564fb9 .elementor-heading-title,
.home.page-id-6 .elementor-6 .elementor-element-3450a68 .elementor-heading-title,
.home.page-id-6 .elementor-6 .elementor-element-07a67f8 .elementor-heading-title {
    color: var(--botta-green);
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
}

.home.page-id-6 .elementor-6 .elementor-element-29861bc,
.home.page-id-6 .elementor-6 .elementor-element-e7c93fb,
.home.page-id-6 .elementor-6 .elementor-element-e9ee3c4 {
    color: var(--botta-muted);
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products::before,
.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products::after {
    display: none;
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products li.product {
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 0 18px !important;
    overflow: hidden;
    border: 1px solid var(--botta-line);
    border-radius: var(--botta-radius);
    background: var(--botta-white);
    text-align: left;
    box-shadow: 0 1px 0 rgba(22, 38, 31, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products li.product:hover {
    border-color: rgba(22, 60, 45, 0.34);
    box-shadow: var(--botta-shadow);
    transform: translateY(-2px);
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    margin: 0 0 16px !important;
    border: 0 !important;
    background: var(--botta-white);
    object-fit: contain;
}

.home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.2em;
    padding: 0 18px !important;
    color: var(--botta-ink) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.home.page-id-6 .elementor-6 .elementor-element-0d3c317 > .elementor-widget-container {
    margin-top: 46px;
}

.home.page-id-6 .elementor-6 .elementor-element-0d3c317 .elementor-button {
    min-height: 46px;
    padding: 14px 28px;
    border: 1px solid var(--botta-green);
    border-radius: 4px;
    color: var(--botta-white);
    background: var(--botta-green);
    font-weight: 700;
    letter-spacing: 0;
}

.home.page-id-6 .elementor-6 .elementor-element-0d3c317 .elementor-button:hover,
.home.page-id-6 .elementor-6 .elementor-element-0d3c317 .elementor-button:focus {
    border-color: #23573f;
    background: #23573f;
}

.home.page-id-6 .elementor-6 .elementor-element-050e425 {
    padding: 56px 20px;
    background: var(--botta-green) !important;
}

.home.page-id-6 .elementor-6 .elementor-element-050e425 > .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: var(--botta-container);
    background: rgba(255, 255, 255, 0.18);
}

.home.page-id-6 .elementor-6 .elementor-element-050e425 .elementor-column {
    width: auto;
    background: rgba(255, 255, 255, 0.08);
}

.home.page-id-6 .elementor-6 .elementor-element-050e425 .elementor-widget-wrap {
    padding: 24px;
}

@media (max-width: 1024px) {
    .botta-section {
        padding-block: 68px;
    }

    .botta-split,
    .botta-split--reverse {
        grid-template-columns: 1fr;
    }

    .botta-card-grid,
    .botta-product-grid ul.products,
    .botta-product-grid .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .botta-stat-grid,
    .botta-logo-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home.page-id-6 .elementor-6 .elementor-element-e328f97 > .elementor-container,
    .home.page-id-6 .elementor-6 .elementor-element-050e425 > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .botta-container,
    .botta-home .elementor-container,
    .botta-home .e-con-inner {
        width: min(100% - 28px, var(--botta-container));
    }

    .botta-section {
        padding-block: 52px;
    }

    .botta-hero {
        min-height: auto;
        padding: 104px 0 36px;
    }

    .botta-hero::before {
        background:
            linear-gradient(180deg, rgba(22, 60, 45, 0.96) 0%, rgba(22, 60, 45, 0.84) 58%, rgba(22, 60, 45, 0.34) 100%),
            var(--botta-hero-image, none);
        background-position: center;
        background-size: cover;
    }

    .botta-hero__actions,
    .botta-hero__rail {
        display: grid;
        grid-template-columns: 1fr;
    }

    .botta-hero__rail {
        margin-top: 42px;
    }

    .botta-button .elementor-button,
    .botta-button,
    .botta-home a.botta-button {
        width: 100%;
    }

    .botta-card-grid,
    .botta-product-grid ul.products,
    .botta-product-grid .products,
    .botta-stat-grid,
    .botta-logo-strip {
        grid-template-columns: 1fr;
    }

    .botta-card {
        padding: 22px;
    }

    .botta-cta {
        padding: 34px 22px;
    }

    .home.page-id-6 .elementor-6 > .elementor-section {
        padding-inline: 14px;
    }

    .home.page-id-6 .elementor-6 .elementor-element-defa4d6 {
        padding: 28px 14px 46px;
    }

    .home.page-id-6 .elementor-6 .elementor-element-defa4d6 > .elementor-container {
        min-height: 0;
    }

    .home.page-id-6 .elementor-6 .elementor-element-a1ab146 .elementor-main-swiper {
        height: 360px;
    }

    .home.page-id-6 .elementor-6 .elementor-element-972e469,
    .home.page-id-6 .elementor-6 .elementor-element-87a864d {
        padding-block: 56px;
    }

    .home.page-id-6 .elementor-6 .elementor-element-e328f97 > .elementor-container,
    .home.page-id-6 .elementor-6 .elementor-element-050e425 > .elementor-container,
    .home.page-id-6 .elementor-6 .elementor-element-8d20d30.elementor-wc-products ul.products {
        grid-template-columns: 1fr;
    }
}
