/* Homepage-only layout layer. Seasonal assets and animation rules are untouched. */
/* Declare the existing footer-snippet width early, before the hero is measured. */
body.home.setka-home-refined .page > .container {
    max-width: 1200px;
}
body.home.setka-home-refined .page {
    padding-bottom: 0;
}
body.home.setka-home-refined .setka-static-hero {
    min-height: 440px;
    gap: clamp(28px, 3vw, 42px) !important;
    padding: 30px max(28px, calc((100vw - 1180px) / 2)) 98px !important;
}
body.home.setka-home-refined .setka-static-hero__copy,
body.home.setka-home-refined .setka-static-hero h1 {
    text-align: left !important;
}
body.home.setka-home-refined .setka-static-hero h1 {
    max-width: 550px;
    margin-bottom: 16px;
    font-size: clamp(42px, 3.9vw, 56px) !important;
    line-height: 1.06 !important;
    text-wrap: normal;
}
body.home.setka-home-refined .setka-static-hero h1 span {
    display: block;
}
body.home.setka-home-refined .setka-static-hero__kicker {
    margin-bottom: 14px;
    padding: 5px 10px;
    font-size: 12px;
}
body.home.setka-home-refined .setka-static-hero__lead {
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 1.5 !important;
}
body.home.setka-home-refined .setka-static-hero__visual {
    min-height: 0 !important;
    max-width: 560px;
    justify-self: end;
}
body.home.setka-home-refined .setka-autumn-stats {
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Stretch the cards, not the images. Every row uses the tallest content size. */
body.home.setka-home-refined .setka-categories > .container {
    padding-top: 0;
}
body.home.setka-home-refined .setka-category-grid {
    grid-auto-rows: 1fr;
    align-items: stretch;
}
body.home.setka-home-refined .setka-category-grid > [class*="col-"] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
body.home.setka-home-refined .setka-category-grid > [class*="col-"] > a {
    /* The legacy category markup emits an empty sibling anchor. */
    display: contents;
}
body.home.setka-home-refined .setka-category-grid .about__col {
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}
body.home.setka-home-refined .setka-category-grid .about__col > a {
    flex: 0 0 44%;
    min-width: 0;
    margin-right: 16px;
}
body.home.setka-home-refined .setka-category-grid .about__col__img {
    margin: 0;
    width: 100%;
}
body.home.setka-home-refined .setka-category-grid .title_product {
    min-width: 0;
    overflow-wrap: break-word;
}
body.home.setka-home-refined .setka-category-grid .title_product a {
    color: #30291f;
}
body.home.setka-home-refined .setka-category-grid a:focus-visible {
    outline: 3px solid #658f08;
    outline-offset: 4px;
    border-radius: 5px;
}
body.home.setka-home-refined .setka-delivery-grid,
body.home.setka-home-refined .setka-benefits-grid,
body.home.setka-home-refined .setka-client-grid {
    grid-auto-rows: 1fr;
}

body.home.setka-home-refined .setka-home-guide,
body.home.setka-home-refined .setka-home-faq,
body.home.setka-home-refined .setka-home-contact {
    position: relative;
    margin: 0;
    padding: 48px 20px;
    text-align: left;
}
body.home.setka-home-refined .setka-home-guide > .container,
body.home.setka-home-refined .setka-home-faq > .container,
body.home.setka-home-refined .setka-home-contact > .container {
    max-width: 1170px;
    width: 100%;
    padding: 0;
}
body.home.setka-home-refined .setka-home-guide__grid,
body.home.setka-home-refined .setka-home-faq__grid,
body.home.setka-home-refined .setka-home-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}
/* Bootstrap clearfix pseudo-elements must not become extra grid cells. */
body.home.setka-home-refined .setka-home-guide__grid::before,
body.home.setka-home-refined .setka-home-guide__grid::after,
body.home.setka-home-refined .setka-home-faq__grid::before,
body.home.setka-home-refined .setka-home-faq__grid::after,
body.home.setka-home-refined .setka-home-contact__grid::before,
body.home.setka-home-refined .setka-home-contact__grid::after {
    display: none;
}
body.home.setka-home-refined .setka-home-guide {
    background: #fffaf2;
    border-top: 1px solid #e7dac8;
}
body.home.setka-home-refined .setka-home-guide h2,
body.home.setka-home-refined .setka-home-faq h2,
body.home.setka-home-refined .setka-home-contact h2 {
    color: #30291f;
    margin: 0 0 18px;
    padding: 0;
    font-size: clamp(26px, 2.5vw, 34px);
    line-height: 1.16;
    letter-spacing: -.025em;
    text-align: left;
    text-transform: none;
}
body.home.setka-home-refined .setka-home-guide p,
body.home.setka-home-refined .setka-home-faq p,
body.home.setka-home-refined .setka-home-contact p {
    margin: 0 0 16px;
    color: #62564a;
    font-size: 16px;
    line-height: 1.65;
}
body.home.setka-home-refined p.setka-home-eyebrow {
    margin-bottom: 12px;
    color: #895525;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.home.setka-home-refined .setka-home-maker {
    padding: 28px;
    background: #f4ebdd;
    border: 1px solid #dfcfb8;
    border-radius: 18px;
}
body.home.setka-home-refined .setka-home-maker__year {
    display: inline-block;
    margin-bottom: 20px;
    color: #775028;
    font-size: 13px;
    font-weight: 700;
}
body.home.setka-home-refined .setka-home-maker h3 {
    margin: 0 0 12px;
    font-size: 26px;
    text-transform: none;
}
body.home.setka-home-refined .setka-home-maker ul {
    margin: 20px 0;
    padding-left: 19px;
    color: #514637;
    font-size: 15px;
    line-height: 1.6;
}
body.home.setka-home-refined .setka-home-maker li {
    margin-bottom: 8px;
}
body.home.setka-home-refined .setka-home-text-link {
    color: #4d710b;
    font-weight: 700;
}
body.home.setka-home-refined .setka-home-text-link span {
    margin-left: 8px;
}
body.home.setka-home-refined .setka-home-faq {
    background: #f6eee3;
    border-top: 1px solid #e7dac8;
}
body.home.setka-home-refined .setka-home-faq__grid {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.5fr);
}
body.home.setka-home-refined .setka-home-details {
    margin: 0;
    border-bottom: 1px solid #d8c6af;
}
body.home.setka-home-refined .setka-home-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
    padding: 16px 0;
    color: #382c1e;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}
body.home.setka-home-refined .setka-home-details summary::-webkit-details-marker {
    display: none;
}
body.home.setka-home-refined .setka-home-details summary::after {
    content: '+';
    flex: 0 0 24px;
    color: #80521f;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
body.home.setka-home-refined .setka-home-details[open] > summary::after {
    content: '−';
}
body.home.setka-home-refined .setka-home-details summary:focus-visible,
body.home.setka-home-refined .setka-home-guide a:focus-visible,
body.home.setka-home-refined .setka-home-faq a:focus-visible,
body.home.setka-home-refined .setka-home-contact a:focus-visible {
    outline: 3px solid #71952b;
    outline-offset: 5px;
}
body.home.setka-home-refined .setka-home-details > p {
    padding: 0 32px 6px 0;
}
body.home.setka-home-refined .setka-home-details a {
    color: #526f14;
    text-decoration: underline;
}
body.home.setka-home-refined .setka-home-details--guide {
    margin-top: 22px;
    border-top: 1px solid #d8c6af;
}
body.home.setka-home-refined .setka-home-legacy-seo {
    padding: 8px 0 20px;
    color: #62564a;
    font-size: 15px;
    line-height: 1.65;
}
body.home.setka-home-refined .setka-home-legacy-seo > div,
body.home.setka-home-refined .setka-home-legacy-seo > div > div {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
body.home.setka-home-refined .setka-home-legacy-seo h2 {
    font-size: 22px;
}
body.home.setka-home-refined .setka-home-legacy-seo ol,
body.home.setka-home-refined .setka-home-legacy-seo ul {
    padding-left: 22px;
}
body.home.setka-home-refined .setka-home-contact {
    background: #30281f;
    border-radius: 18px 18px 0 0;
}
body.home.setka-home-refined .setka-home-contact h2 {
    color: #fffaf2;
}
body.home.setka-home-refined .setka-home-contact p,
body.home.setka-home-refined .setka-home-contact__phone {
    color: #d8cdbb;
}
body.home.setka-home-refined .setka-home-contact .setka-home-eyebrow {
    color: #ebbc7c;
}
body.home.setka-home-refined .setka-home-contact__lead > p:not(.setka-home-eyebrow) {
    max-width: 480px;
}
body.home.setka-home-refined .setka-home-whatsapp {
    display: inline-flex;
    gap: 16px;
    margin-top: 6px;
    background: #557a0b;
    color: #fff !important;
    box-shadow: none;
    min-height: 50px;
}
body.home.setka-home-refined .setka-home-whatsapp:hover {
    background: #5a7f08;
}
body.home.setka-home-refined .setka-home-contact__phone {
    display: block;
    margin-top: 12px;
    font-size: 13px;
}
body.home.setka-home-refined .setka-home-contact__info {
    display: grid;
    gap: 22px;
    margin: 0;
    padding-left: 34px;
    border-left: 1px solid #5d4d3c;
    font-style: normal;
}
body.home.setka-home-refined .setka-home-contact__info div > span,
body.home.setka-home-refined .setka-home-contact__info strong,
body.home.setka-home-refined .setka-home-contact__info a {
    display: block;
}
body.home.setka-home-refined .setka-home-contact__info div > span {
    margin-bottom: 5px;
    color: #c7b69c;
    font-size: 13px;
}
body.home.setka-home-refined .setka-home-contact__info strong,
body.home.setka-home-refined .setka-home-contact__info a {
    color: #fff8ed;
    font-size: 16px;
    line-height: 1.55;
}
body.home.setka-home-refined .setka-home-contact__info a {
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.home.setka-home-refined footer {
    margin-top: 0 !important;
}
body.home.setka-home-refined footer .logo {
    display: inline-block;
    width: 110px;
    margin-bottom: 10px;
}
body.home.setka-home-refined footer .logo img {
    width: 100%;
    height: auto;
}

@media (min-width: 1171px) {
    body.home.setka-home-refined header {
        padding-top: 0;
    }
    body.home.setka-home-refined header > .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    body.home.setka-home-refined header > .container > .row {
        grid-template-columns: 120px minmax(0, 1fr) auto;
        align-items: center;
        gap: 22px;
    }
    body.home.setka-home-refined header .logo {
        width: 120px;
    }
    body.home.setka-home-refined header .logo img {
        width: 100%;
        height: auto;
    }
    body.home.setka-home-refined header > .container-fluid > .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    body.home.setka-home-refined header > .container-fluid {
        margin-top: 0;
    }
    body.home.setka-home-refined header .navbar {
        min-height: 48px;
    }
    body.home.setka-home-refined header .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    body.home.setka-home-refined header .navbar-nav > li > ul {
        top: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body.home.setka-home-refined .setka-static-hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr) !important;
        padding: 28px 30px 100px !important;
    }
    body.home.setka-home-refined .setka-static-hero h1 {
        font-size: 38px !important;
    }
    body.home.setka-home-refined .setka-static-hero__actions {
        gap: 8px;
    }
    body.home.setka-home-refined .setka-static-hero__actions a {
        font-size: 14px;
        padding: 11px 14px;
        min-height: 44px;
    }
}
@media (max-width: 991px) {
    body.home.setka-home-refined .setka-home-guide__grid,
    body.home.setka-home-refined .setka-home-contact__grid {
        gap: 28px;
    }
    body.home.setka-home-refined .setka-home-contact__info {
        padding-left: 24px;
    }
    body.home.setka-home-refined .setka-home-maker {
        padding: 22px;
    }
}
@media (max-width: 767px) {
    body.home.setka-home-refined .setka-static-hero {
        min-height: 0;
        padding: 24px 20px !important;
    }
    body.home.setka-home-refined .setka-static-hero h1 {
        font-size: clamp(30px, 8.8vw, 40px) !important;
        line-height: 1.08 !important;
        margin-bottom: 14px;
    }
    body.home.setka-home-refined .setka-static-hero__kicker {
        margin-bottom: 12px;
    }
    body.home.setka-home-refined .setka-static-hero__lead {
        font-size: 15px !important;
        margin-bottom: 16px;
    }
    body.home.setka-home-refined .setka-static-hero__actions {
        gap: 8px;
    }
    body.home.setka-home-refined .setka-static-hero__button {
        min-height: 48px !important;
        padding: 11px 16px;
    }
    body.home.setka-home-refined .setka-autumn-stats {
        margin-top: 20px;
        min-height: 0;
    }
    body.home.setka-home-refined .setka-home-guide,
    body.home.setka-home-refined .setka-home-faq,
    body.home.setka-home-refined .setka-home-contact {
        padding: 32px 20px;
    }
    body.home.setka-home-refined .setka-home-guide__grid,
    body.home.setka-home-refined .setka-home-faq__grid,
    body.home.setka-home-refined .setka-home-contact__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }
    body.home.setka-home-refined .setka-home-contact__info {
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid #5d4d3c;
    }
    body.home.setka-home-refined .setka-home-contact__lead > a {
        width: 100%;
        font-size: 14px;
    }
    body.home.setka-home-refined .setka-home-faq__intro br {
        display: none;
    }
    body.home.setka-home-refined .setka-home-faq__intro {
        margin-bottom: 0;
    }
    body.home.setka-home-refined .setka-home-details summary {
        font-size: 16px;
        gap: 12px;
    }
}
@media (max-width: 600px) {
    body.home.setka-home-refined .setka-category-grid .about__col {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    body.home.setka-home-refined .setka-category-grid .about__col > a {
        flex: none;
        margin: 0;
    }
    body.home.setka-home-refined .setka-category-grid .about__col__img img {
        object-fit: contain;
        height: 105px;
        width: 100%;
    }
    body.home.setka-home-refined .setka-category-grid .title_product {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-height: 57px;
        font-size: 14px;
        line-height: 1.35;
    }
}
