/* ==========================================================
   KARIBU OUTDOOR SHOWER
   ========================================================== */

.karibu-outdoor-shower {
    --kos-green: #526b52;
    --kos-green-dark: #3f5741;
    --kos-text: #222222;
    --kos-muted: #6f726f;
    --kos-border: #e6e7e3;
    --kos-bg: #f7f7f4;
    --kos-white: #ffffff;

    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    color: var(--kos-text);
    font-family: inherit;
    line-height: 1.65;
}

.karibu-outdoor-shower *,
.karibu-outdoor-shower *::before,
.karibu-outdoor-shower *::after {
    box-sizing: border-box;
}

.karibu-outdoor-shower img {
    display: block;
    width: 100%;
    height: auto;
}

.karibu-outdoor-shower h2,
.karibu-outdoor-shower h3,
.karibu-outdoor-shower p {
    margin-top: 0;
}

.karibu-outdoor-shower h2 {
    font-size: clamp(29px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 650;
    margin-bottom: 22px;
}

.karibu-outdoor-shower h3 {
    line-height: 1.25;
}

.kos-section-kicker,
.kos-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--kos-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}


/* ==========================================================
   HERO
   ========================================================== */

.kos-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #ecece8;
}

.kos-hero-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.kos-hero-content {
    position: absolute;
    left: 55px;
    bottom: 55px;
    width: min(510px, calc(100% - 110px));
    padding: 38px 42px;
    background: rgba(255, 255, 255, 0.95);
}

.kos-hero-content h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 4vw, 54px);
}

.kos-hero-content p {
    max-width: 430px;
    margin-bottom: 25px;
    color: #545654;
    font-size: 16px;
}

.kos-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--kos-text);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    border-bottom: 1px solid var(--kos-text);
    padding-bottom: 5px;
    transition: color .2s ease, border-color .2s ease;
}

.kos-btn:hover {
    color: var(--kos-green);
    border-color: var(--kos-green);
}


/* ==========================================================
   INTRO
   ========================================================== */

.kos-intro {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(55px, 7vw, 110px);
    padding: 105px 7%;
}

.kos-product-image {
    position: relative;
    min-width: 0;
    padding: 25px;
    background: #fafafa;
}

.kos-product-image img {
    width: 100%;
    max-height: 650px;
    object-fit: contain;
}

.kos-product-label {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    color: #777;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.kos-size-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 12px 16px;
    background: var(--kos-white);
    border: 1px solid var(--kos-border);
}

.kos-size-badge strong,
.kos-size-badge span {
    display: block;
}

.kos-size-badge strong {
    font-size: 14px;
}

.kos-size-badge span {
    margin-top: 2px;
    color: var(--kos-muted);
    font-size: 11px;
}

.kos-intro-copy {
    max-width: 650px;
}

.kos-lead {
    max-width: 590px;
    color: #393b39;
    font-size: 20px;
    line-height: 1.55;
}

.kos-intro-copy > p:not(.kos-lead) {
    max-width: 620px;
    color: var(--kos-muted);
    font-size: 16px;
}

.kos-mini-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    border-top: 1px solid var(--kos-border);
    border-bottom: 1px solid var(--kos-border);
}

.kos-mini-feature {
    padding: 23px 18px 22px 0;
}

.kos-mini-feature + .kos-mini-feature {
    padding-left: 22px;
    border-left: 1px solid var(--kos-border);
}

.kos-mini-number,
.kos-mini-text {
    display: block;
}

.kos-mini-number {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 650;
}

.kos-mini-text {
    color: var(--kos-muted);
    font-size: 12px;
}


/* ==========================================================
   FEATURES
   ========================================================== */

.kos-features {
    padding: 95px 7%;
    background: var(--kos-bg);
}

.kos-section-heading {
    max-width: 720px;
    margin-bottom: 50px;
}

.kos-section-heading > p {
    max-width: 610px;
    color: var(--kos-muted);
    font-size: 16px;
}

.kos-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dadbd7;
    border-bottom: 1px solid #dadbd7;
}

.kos-feature-card {
    position: relative;
    padding: 35px 30px 38px 0;
}

.kos-feature-card + .kos-feature-card {
    padding-left: 30px;
    border-left: 1px solid #dadbd7;
}

.kos-feature-index {
    display: block;
    margin-bottom: 38px;
    color: var(--kos-green);
    font-size: 12px;
    font-weight: 700;
}

.kos-feature-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 650;
}

.kos-feature-card p {
    margin-bottom: 0;
    color: var(--kos-muted);
    font-size: 14px;
}


/* ==========================================================
   DIMENSIONI
   ========================================================== */

.kos-dimensions {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 70px;
    padding: 110px 7%;
}

.kos-dimensions-copy > p {
    max-width: 570px;
    color: var(--kos-muted);
}

.kos-dimensions-image {
    min-width: 0;
    background: #fafafa;
}

.kos-dimensions-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.kos-specs {
    margin-top: 36px;
    border-top: 1px solid var(--kos-border);
}

.kos-spec {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid var(--kos-border);
}

.kos-spec span {
    color: var(--kos-muted);
    font-size: 14px;
}

.kos-spec strong {
    text-align: right;
    font-size: 14px;
    font-weight: 650;
}


/* ==========================================================
   MATERIALE
   ========================================================== */

.kos-material {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
    padding: 100px 7%;
    background: var(--kos-bg);
}

.kos-material-image {
    overflow: hidden;
}

.kos-material-image img {
    width: 100%;
}

.kos-material-copy {
    max-width: 570px;
}

.kos-material-copy > p {
    color: var(--kos-muted);
}

.kos-material-note {
    display: flex;
    gap: 18px;
    margin-top: 34px;
}

.kos-note-line {
    display: block;
    flex: 0 0 3px;
    width: 3px;
    background: var(--kos-green);
}

.kos-material-note p {
    margin: 0;
    color: #414441;
    font-size: 14px;
    font-weight: 500;
}


/* ==========================================================
   UTILIZZI
   ========================================================== */

.kos-uses {
    padding: 100px 7%;
}

.kos-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--kos-border);
}

.kos-use {
    padding: 34px 35px 0 0;
}

.kos-use + .kos-use {
    padding-left: 35px;
    border-left: 1px solid var(--kos-border);
}

.kos-use > span {
    display: inline-block;
    margin-bottom: 45px;
    color: var(--kos-green);
    font-size: 12px;
    font-weight: 700;
}

.kos-use h3 {
    margin-bottom: 13px;
    font-size: 21px;
}

.kos-use p {
    max-width: 350px;
    margin-bottom: 0;
    color: var(--kos-muted);
    font-size: 14px;
}


/* ==========================================================
   NOTA FINALE
   ========================================================== */

.kos-important {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin: 0 7% 100px;
    padding: 30px 35px;
    border: 1px solid var(--kos-border);
}

.kos-important-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--kos-green);
    border-radius: 50%;
    color: var(--kos-green);
    font-size: 17px;
    font-weight: 700;
}

.kos-important > div:last-child > span {
    display: block;
    margin-bottom: 3px;
    color: var(--kos-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.kos-important h3 {
    margin: 0 0 7px;
    font-size: 19px;
}

.kos-important p {
    max-width: 850px;
    margin: 0;
    color: var(--kos-muted);
    font-size: 14px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .kos-hero {
        min-height: 540px;
    }

    .kos-intro,
    .kos-dimensions,
    .kos-material {
        gap: 50px;
    }

    .kos-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kos-feature-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #dadbd7;
    }

    .kos-feature-card:nth-child(4) {
        border-top: 1px solid #dadbd7;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {

    .karibu-outdoor-shower h2 {
        font-size: 30px;
    }


    /* HERO */

    .kos-hero {
        min-height: 0;
        overflow: visible;
        background: transparent;
    }

    .kos-hero-img {
        position: relative;
        width: 100% !important;
        height: auto !important;
        min-height: 330px;
        object-fit: cover;
        object-position: 48% center;
    }

    .kos-hero-content {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        padding: 30px 24px 35px;
        background: #fff;
    }

    .kos-hero-content h2 {
        font-size: 34px;
    }


    /* INTRO */

    .kos-intro {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 70px 24px;
    }

    .kos-product-image {
        padding: 15px;
    }

    .kos-product-label {
        top: 15px;
        left: 15px;
    }

    .kos-size-badge {
        right: 10px;
        bottom: 10px;
    }

    .kos-lead {
        font-size: 18px;
    }

    .kos-mini-features {
        grid-template-columns: 1fr;
    }

    .kos-mini-feature,
    .kos-mini-feature + .kos-mini-feature {
        padding: 15px 0;
        border-left: 0;
    }

    .kos-mini-feature + .kos-mini-feature {
        border-top: 1px solid var(--kos-border);
    }


    /* FEATURES */

    .kos-features {
        padding: 70px 24px;
    }

    .kos-feature-grid {
        grid-template-columns: 1fr;
    }

    .kos-feature-card,
    .kos-feature-card + .kos-feature-card {
        padding: 26px 0;
        border-left: 0;
        border-top: 1px solid #dadbd7;
    }

    .kos-feature-card:first-child {
        border-top: 0;
    }

    .kos-feature-index {
        margin-bottom: 20px;
    }


    /* DIMENSIONI */

    .kos-dimensions {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 70px 24px;
    }

    .kos-dimensions-image {
        order: -1;
    }

    .kos-spec {
        align-items: flex-start;
    }


    /* MATERIALI */

    .kos-material {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 70px 24px;
    }


    /* UTILIZZI */

    .kos-uses {
        padding: 70px 24px;
    }

    .kos-use-grid {
        grid-template-columns: 1fr;
    }

    .kos-use,
    .kos-use + .kos-use {
        padding: 27px 0;
        border-left: 0;
        border-top: 1px solid var(--kos-border);
    }

    .kos-use:first-child {
        border-top: 0;
    }

    .kos-use > span {
        margin-bottom: 17px;
    }


    /* NOTA */

    .kos-important {
        gap: 15px;
        margin: 0 24px 70px;
        padding: 24px 20px;
    }

}

/* ==========================================================
   SCHEDA TECNICA
   ========================================================== */

.kos-technical {
    padding: 100px 7%;
    background: #fff;
}

.kos-tech-table {
    width: 100%;
    max-width: 980px;
    border-top: 1px solid var(--kos-border);
}

.kos-tech-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 16px 4px;
    border-bottom: 1px solid var(--kos-border);
}

.kos-tech-row span {
    color: var(--kos-muted);
    font-size: 14px;
}

.kos-tech-row strong {
    color: var(--kos-text);
    font-size: 14px;
    font-weight: 650;
    text-align: right;
}


/* MOBILE */

@media (max-width: 760px) {

    .kos-technical {
        padding: 70px 24px;
    }

    .kos-tech-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 0;
    }

    .kos-tech-row strong {
        text-align: left;
    }

}

/* ==========================================================
   ISTRUZIONI DI MONTAGGIO
   ========================================================== */

.kos-manual {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    margin: 0 7%;
    padding: 55px 0;
    border-top: 1px solid var(--kos-border);
}

.kos-manual-copy {
    max-width: 690px;
}

.kos-manual-copy h2 {
    margin-bottom: 14px;
    font-size: 30px;
}

.kos-manual-copy p {
    margin-bottom: 0;
    color: var(--kos-muted);
    font-size: 15px;
}

.kos-download-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 290px;
    padding: 17px 22px;
    color: #fff;
    background: var(--kos-green);
    text-decoration: none;
    transition:
        background .2s ease,
        transform .2s ease;
}

.kos-download-btn:hover {
    color: #fff;
    background: var(--kos-green-dark);
    transform: translateY(-2px);
}

.kos-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(255,255,255,.45);
    font-size: 22px;
    line-height: 1;
}

.kos-download-text {
    display: block;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.kos-download-text small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}


/* ==========================================================
   GARANZIA SEMPLICE
   ========================================================== */

.kos-warranty {
    margin: 0 7% 100px;
    padding-top: 32px;
    border-top: 1px solid var(--kos-border);
}

.kos-warranty-label {
    display: block;
    margin-bottom: 8px;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kos-warranty h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 650;
    color: var(--kos-text);
}


/* MOBILE */

@media (max-width: 760px) {

    .kos-warranty {
        margin: 0 24px 70px;
        padding-top: 24px;
    }

    .kos-warranty h2 {
        font-size: 30px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {

    .kos-manual {
        grid-template-columns: 1fr;
        gap: 28px;
        margin: 0 24px;
        padding: 45px 0;
    }

    .kos-download-btn {
        width: 100%;
        min-width: 0;
    }
