/* =================================================================
   ASKO W1084BW — FULLY ISOLATED STYLES
   Wrapper: #asko-w1084bw
   - CMS styles won't leak IN  (all: revert + scoped selectors)
   - Our styles won't leak OUT (every rule scoped to #asko-w1084bw)
================================================================= */

/* --- Isolation wrapper: reset inherited CMS styles --- */
#asko-w1084bw {
    /* Cut off ALL inherited/cascaded properties from CMS */
    all: revert;

    /* Re-apply our own variables (replaces :root) */
    --bg-primary: rgb(182, 170, 152);
    --bg-secondary: rgb(193, 181, 165);
    --bg-dark: rgb(84, 76, 66);
    --color-dark: #181818;
    --color-brown: #544c42;
    --color-white: #ffffff;
    --color-silver: #E8E9E8;
    --color-gray: #868280;
    --font-primary: 'Roboto', 'Helvetica Neue', Arial, sans-serif;

    /* Base styles (replaces body) */
    font-family: var(--font-primary);
    color: var(--color-white);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

/* --- Global reset scoped inside wrapper (replaces * ) --- */
#asko-w1084bw *,
#asko-w1084bw *::before,
#asko-w1084bw *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- img reset scoped (replaces bare img) --- */
#asko-w1084bw img {
    width: 100%;
    height: auto;
}

/* =========================
   LAYOUT
========================= */
#asko-w1084bw .container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#asko-w1084bw .wrapper {
    background: linear-gradient(90deg, var(--bg-primary) 0%, var(--bg-primary) 100%);
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* =========================
   TYPOGRAPHY
========================= */
#asko-w1084bw .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}

#asko-w1084bw .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

#asko-w1084bw .description p {
    margin-bottom: 0;
}

#asko-w1084bw .description__footnote {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
}

/* =========================
   GRADIENT OVERLAYS
========================= */
#asko-w1084bw .gradient-overlay {
    position: absolute;
    width: 100%;
    height: 125px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

#asko-w1084bw .gradient-overlay--top {
    top: -62px;
    background: linear-gradient(to bottom,
        rgba(24, 24, 24, 0) 0%,
        rgba(24, 24, 24, 0.5) 49.519%,
        rgba(24, 24, 24, 0) 77.885%);
}

#asko-w1084bw .gradient-overlay--reverse {
    top: -60px;
    width: 100vw;
    max-width: 1000px;
    background: linear-gradient(to bottom,
        rgba(24, 24, 24, 0.5) 0%,
        rgba(24, 24, 24, 0) 27.885%);
}

#asko-w1084bw .gradient-overlay--offset {
    top: 30px;
}

#asko-w1084bw .gradient-overlay--medium {
    background: linear-gradient(to bottom,
        rgba(24, 24, 24, 0) 0%,
        rgba(24, 24, 24, 0.5) 49.519%,
        rgba(24, 24, 24, 0) 77.885%);
}

/* Przesunięcie cienia w sekcji Programy */
#asko-w1084bw .programy .gradient-overlay--reverse {
    margin-top: -19px;
}

/* Odstęp pod cieniem w tytule Programy */
#asko-w1084bw .section-title__text .gradient-overlay--top {
    display: block;
    width: 100%;
    height: 16px;
    margin-bottom: 12px;
}

#asko-w1084bw .tradition__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* =========================
   TOPER SECTION
========================= */
#asko-w1084bw .toper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 408px;
}

#asko-w1084bw .toper__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#asko-w1084bw .toper__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#asko-w1084bw .toper__gradient-left {
    background: linear-gradient(to left, rgba(24, 24, 24, 0), var(--color-dark));
    height: 100%;
    width: 337px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 144px;
    align-items: center;
}

#asko-w1084bw .toper__gradient-left > .logo-title {
    align-self: flex-start;
}

#asko-w1084bw .toper__gradient-right {
    background: linear-gradient(to right, rgba(24, 24, 24, 0), var(--color-dark));
    height: 100%;
    width: 524px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 148px;
    align-items: flex-end;
}

#asko-w1084bw .logo-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 140.032px;
}

#asko-w1084bw .logo-title__img {
    width: 100%;
}

#asko-w1084bw .logo-title__text {
    font-weight: 300;
    font-size: 30px;
    color: var(--color-white);
}

#asko-w1084bw .toper__sweden {
    height: 33px;
    width: 205px;
}

#asko-w1084bw .toper__features {
    display: flex;
    gap: 10px;
}

#asko-w1084bw .logo-title__award {
    width: 101px;
    height: auto;
    align-self: flex-start;
}

#asko-w1084bw .feature-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89px;
    gap: 4px;
}

#asko-w1084bw .feature-icon img {
    width: 71px;
    height: 71px;
}

#asko-w1084bw .feature-icon__text {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: var(--color-white);
}

#asko-w1084bw .feature-icon__text p {
    margin: 0;
    line-height: 1.2;
}

/* TOPER DISCLAIMER */
#asko-w1084bw .toper__disclaimer {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    padding: 0 20px;
    font-size: 9px;
    font-weight: 300;
    color: var(--color-white);
    text-align: center;
    opacity: 0.7;
}

/* =========================
   STEEL SEAL SECTION
========================= */
#asko-w1084bw .steel-seal {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding-top: 30px;
    position: relative;
}

#asko-w1084bw .steel-seal--offset .icon-text {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

#asko-w1084bw .steel-seal--offset {
    padding-top: 30px;
}

#asko-w1084bw .icon-text {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

#asko-w1084bw .icon-text--centered {
    padding-top: 30px;
    width: 100%;
    max-width: 804px;
    align-items: flex-start;
    justify-content: space-between;
}

#asko-w1084bw .icon-text--bottom {
    align-items: flex-end;
}

#asko-w1084bw .icon-text__icon {
    width: 151px;
    height: 151px;
    flex-shrink: 0;
}

#asko-w1084bw .icon-text__icon-wrapper {
    width: 151px;
    height: 151px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

#asko-w1084bw .icon-text__icon--offset {
    height: auto;
    width: 100%;
}

#asko-w1084bw .icon-text__content {
    width: 100%;
    max-width: 645px;
    color: var(--color-white);
}

/* =========================
   MEDIA BOX
========================= */
#asko-w1084bw .media-box {
    height: 529px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #555;
}

#asko-w1084bw .media-box--white {
    background: white;
    height: 544px;
}

#asko-w1084bw .media-box__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

#asko-w1084bw .media-box__img--large {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   SENSITIVE CHOICE
========================= */
#asko-w1084bw .sensitive-choice {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    padding-top: 30px;
}

/* =========================
   QUATTRO CONSTRUCTION
========================= */
#asko-w1084bw .quattro-construction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

/* =========================
   KOMFORT SECTION
========================= */
#asko-w1084bw .komfort {
    padding: 60px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

#asko-w1084bw .section-title {
    position: relative;
    width: 100%;
    text-align: center;
}

#asko-w1084bw .section-title__text {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    position: relative;
    z-index: 10;
    margin-top: 79px;
}

#asko-w1084bw .section-title-kom__text {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    position: relative;
    z-index: 10;
    margin-top: 30px;
}

#asko-w1084bw .section-title--with-desc {
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

/* =========================
   FEATURES GRID
========================= */
#asko-w1084bw .features-grid {
    padding-top: 30px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
}

#asko-w1084bw .feature-card {
    display: flex;
    flex-direction: column;
    width: 260px;
    min-height: 480px;
    justify-content: flex-start;
}

#asko-w1084bw .feature-card__media {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #555;
}

#asko-w1084bw .feature-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

#asko-w1084bw .feature-card__img--wide {
    height: 100%;
}

#asko-w1084bw .feature-card__img--wide-left {
    height: 100%;
    width: auto;
}

#asko-w1084bw .feature-card__title {
    padding-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-white);
    height: auto;
    margin-bottom: 30px;
}

#asko-w1084bw .feature-card__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

#asko-w1084bw .feature-card__desc--tall {
    min-height: 251px;
}

/* =========================
   FEATURES GRID LARGE
========================= */
#asko-w1084bw .features-grid-large {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 32px 0 32px;
    height: auto;
    position: relative;
}

#asko-w1084bw .feature-card-large {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#asko-w1084bw .feature-card-large__media {
    width: 100%;
    max-width: 900px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

#asko-w1084bw .feature-card-large__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
}

#asko-w1084bw .feature-card-large__img--tall {
    height: 120%;
    top: -18.57%;
    left: 0;
    width: 100%;
}

#asko-w1084bw .feature-card-large__title {
    padding-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-white);
    margin: 0;
    min-height: 90px;
}

#asko-w1084bw .feature-card-large-wide__title {
    padding-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-white);
    margin: 0;
    min-height: 90px;
    width: 100%;
    max-width: 900px;
}

#asko-w1084bw .feature-card-large__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
    margin: 0;
    min-height: 120px;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
}

#asko-w1084bw .feature-card-large-wide__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
    margin: 0;
    min-height: 120px;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
}

/* =========================
   SENSI SAVE SECTION
========================= */
#asko-w1084bw .sensi-save {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
}

#asko-w1084bw .sensi-save__content {
    width: 100%;
}

#asko-w1084bw .sensi-save__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#asko-w1084bw .sensi-save__text {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#asko-w1084bw .sensi-save__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0));
}

#asko-w1084bw .sensi-save__title,
#asko-w1084bw .sensi-save__desc {
    position: static;
    left: auto;
    top: auto;
    transform: none;
}

#asko-w1084bw .sensi-save__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 12px;
}

#asko-w1084bw .sensi-save__desc {
    font-weight: 300;
    font-size: 15px;
    max-width: 645px;
    margin: 0 auto 60px;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
}

#asko-w1084bw .sensi-save__media {
    order: 2;
    height: 544px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#asko-w1084bw .sensi-save__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

/* =========================
   CONNECTLIFE SECTION
========================= */
#asko-w1084bw .connectlife {
    background: var(--color-brown);
    display: flex;
    height: 189px;
    align-items: center;
    justify-content: space-between;
    padding: 37px 60px;
    position: relative;
    width: 100%;
}

#asko-w1084bw .connectlife__logo {
    height: 22.008px;
    width: 214px;
}

#asko-w1084bw .connectlife__svg {
    width: 100%;
    height: 100%;
}

#asko-w1084bw .connectlife__text {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
    max-width: 556px;
}

#asko-w1084bw .connectlife::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0));
}

/* =========================
   PROGRAMY SECTION
========================= */
#asko-w1084bw .programy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: center;
    padding-bottom: 60px;
}

#asko-w1084bw .programy__intro {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: var(--color-white);
    width: 100%;
    max-width: 697px;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
}

#asko-w1084bw .programs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

#asko-w1084bw .program-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    max-width: none;
}

#asko-w1084bw .program-card__icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#asko-w1084bw .program-card__icon-img {
    height: auto;
    width: 80px;
    object-fit: cover;
}

#asko-w1084bw .program-card__icon-img--flipped {
    transform: rotate(180deg) scaleY(-1);
}

#asko-w1084bw .program-card__svg {
    width: 75px;
    height: 75px;
}

#asko-w1084bw .program-card__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--color-white);
}

#asko-w1084bw .program-card__desc {
    font-weight: 300;
    font-size: 15px;
    color: var(--color-white);
}

/* =========================
   BEZPIECZEŃSTWO SECTION
========================= */
#asko-w1084bw .bezpieczenstwo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 67px;
    align-items: center;
    padding-bottom: 60px;
}

#asko-w1084bw .bezpieczenstwo .section-title {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 27.885%);
    height: 125px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#asko-w1084bw .bezpieczenstwo .section-title__text {
    margin: 0;
    padding: 3px 20px;
}

/* =========================
   LAUNDRY CARE SECTION
========================= */
#asko-w1084bw .laundry-care {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}

#asko-w1084bw .laundry-care__header {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 18.908%);
    width: 100%;
    position: relative;
}

#asko-w1084bw .laundry-care__title {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    padding: 60px 20px 24px 20px;
}

#asko-w1084bw .laundry-care__subtitle {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
}

#asko-w1084bw .laundry-care__subtitle p {
    margin: 0;
}

#asko-w1084bw .laundry-care__features {
    width: 100%;
    padding: 0 40px 55px 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#asko-w1084bw .laundry-care__feature {
    flex: 1;
    text-align: center;
}

#asko-w1084bw .laundry-care__feature-text {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
}

#asko-w1084bw .laundry-care__feature-text p {
    margin: 0;
}

#asko-w1084bw .laundry-care__divider {
    height: 0;
    width: 55px;
    border-top: 0.5px solid var(--color-white);
    flex-shrink: 0;
}

/* Zestaw ikon */
#asko-w1084bw .laundry-care__icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 16px;
}

#asko-w1084bw .laundry-care__icons-img {
    width: 100%;
    max-width: 896px;
    height: auto;
}

#asko-w1084bw .laundry-care__icons-svg {
    width: 100%;
    max-width: 896px;
    height: auto;
}

/* =========================
   LINIE SECTION
========================= */
#asko-w1084bw .linie {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

#asko-w1084bw .linie__intro {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    color: var(--color-white);
    padding: 10px 16px;
}

#asko-w1084bw .linie-grid {
    width: 100%;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

#asko-w1084bw .linie-card {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#asko-w1084bw .linie-card__media {
    aspect-ratio: 207 / 130;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#asko-w1084bw .linie-card__img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: none;
}

#asko-w1084bw .linie-card__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    color: var(--color-white);
    width: 100%;
    margin-bottom: 55px;
    flex: 1;
}

#asko-w1084bw .linie-card__title {
    font-weight: 700;
    font-size: 16px;
}

#asko-w1084bw .linie-card__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    flex: 1;
}

/* COLORS */
#asko-w1084bw .linie-card__colors {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: auto;
}

#asko-w1084bw .linie-card__colors-label {
    font-weight: 300;
    font-size: 14px;
    color: var(--color-white);
}

#asko-w1084bw .linie-card__colors-row {
    display: flex;
    gap: 20px;
}

/* DOTS */
#asko-w1084bw .color-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

#asko-w1084bw .color-dot--silver {
    background: var(--color-silver);
}

#asko-w1084bw .color-dot--gray {
    background: var(--color-gray);
}

/* =========================
   TRADITION SECTION
========================= */
#asko-w1084bw .tradition {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#asko-w1084bw .tradition__header {
    height: 170px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#asko-w1084bw .tradition__title {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    white-space: pre;
}

#asko-w1084bw .tradition__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

#asko-w1084bw .tradition__media {
    height: 630px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#asko-w1084bw .tradition__img {
    position: absolute;
    height: 103.62%;
    left: -0.84%;
    top: -1.81%;
    width: 101.68%;
    max-width: none;
}

#asko-w1084bw .tradition__text {
    width: 100%;
    max-width: 800px;
    padding: 0 16px;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
    color: var(--color-white);
}

#asko-w1084bw .tradition__text p {
    margin-bottom: 1em;
}

/* =========================
   FOOTER
========================= */
#asko-w1084bw .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 16px;
}

#asko-w1084bw .footer__logo {
    height: 52px;
    width: 263px;
    object-fit: cover;
}


/* =================================================================
   RESPONSIVE — tablet (<=768px)
================================================================= */
@media (max-width: 768px) {
    #asko-w1084bw {
        overflow-x: hidden;
    }

    #asko-w1084bw .wrapper {
        max-width: 100%;
    }

    /* --- Toper --- */
    #asko-w1084bw .toper {
        height: auto;
        aspect-ratio: 1000 / 408;
    }

    #asko-w1084bw .toper__gradient-left {
        width: 34%;
        padding: clamp(12px, 3vw, 30px);
        gap: clamp(60px, 14vw, 144px);
    }

    #asko-w1084bw .toper__gradient-right {
        width: auto;
        flex: 1;
        padding: clamp(12px, 3vw, 30px);
        gap: clamp(60px, 14vw, 148px);
    }

    #asko-w1084bw .logo-title {
        width: clamp(60px, 14vw, 140px);
        gap: clamp(8px, 2vw, 24px);
    }

    #asko-w1084bw .logo-title__text {
        font-size: clamp(14px, 3vw, 30px);
    }

    #asko-w1084bw .toper__sweden {
        height: auto;
        width: clamp(80px, 20vw, 205px);
    }

    #asko-w1084bw .toper__features {
        flex-wrap: nowrap;
        gap: clamp(3px, 1vw, 10px);
    }

    #asko-w1084bw .feature-icon {
        width: clamp(35px, 9vw, 89px);
        gap: 2px;
    }

    #asko-w1084bw .feature-icon img {
        width: clamp(28px, 7vw, 71px);
        height: clamp(28px, 7vw, 71px);
    }

    #asko-w1084bw .feature-icon__text {
        font-size: clamp(6px, 1.3vw, 12px);
    }

    #asko-w1084bw .toper__disclaimer {
        font-size: clamp(5px, 0.9vw, 9px);
        padding: 0 8px;
        line-height: 1.2;
    }

    #asko-w1084bw .logo-title__award {
        width: clamp(40px, 10vw, 101px);
    }

    /* --- Icon text --- */
    #asko-w1084bw .icon-text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #asko-w1084bw .icon-text--centered {
        width: 100%;
    }

    #asko-w1084bw .icon-text__content {
        width: 100%;
        max-width: 100%;
    }

    #asko-w1084bw .icon-text__icon-wrapper {
        margin: 0 auto;
    }

    /* --- Media boxes --- */
    #asko-w1084bw .media-box,
    #asko-w1084bw .media-box--white {
        height: auto;
        aspect-ratio: 1000 / 529;
        min-height: 200px;
    }

    /* --- Features grid --- */
    #asko-w1084bw .features-grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    #asko-w1084bw .feature-card {
        width: 100%;
        max-width: 400px;
        min-height: auto;
    }

    #asko-w1084bw .feature-card__media {
        height: auto;
        aspect-ratio: auto;
        position: relative;
        overflow: visible;
        background: transparent;
    }

    #asko-w1084bw img.feature-card__img {
        position: static;
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    #asko-w1084bw .feature-card__img--wide-left {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: left center;
    }

    #asko-w1084bw .feature-card__title {
        margin-bottom: 12px;
    }

    #asko-w1084bw .feature-card__desc--tall {
        min-height: auto;
    }

    /* --- Features grid large --- */
    #asko-w1084bw .features-grid-large {
        padding: 30px 16px 0 16px;
    }

    #asko-w1084bw .feature-card-large__media {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 900 / 350;
    }

    #asko-w1084bw .feature-card-large-wide__title,
    #asko-w1084bw .feature-card-large-wide__desc {
        width: 100%;
        max-width: 100%;
    }

    #asko-w1084bw .feature-card-large-wide__title {
        min-height: auto;
    }

    /* --- Section titles --- */
    #asko-w1084bw .section-title__text,
    #asko-w1084bw .section-title-kom__text {
        font-size: clamp(24px, 5vw, 40px);
    }

    /* --- Sensi Save --- */
    #asko-w1084bw .sensi-save__desc {
        max-width: 100%;
    }

    #asko-w1084bw .sensi-save__media {
        height: auto;
        aspect-ratio: 1000 / 544;
    }

    /* --- Connectlife --- */
    #asko-w1084bw .connectlife {
        flex-direction: column;
        height: auto;
        gap: 16px;
        padding: 24px 16px;
        align-items: flex-start;
    }

    #asko-w1084bw .connectlife__logo {
        margin: 0 auto;
    }

    #asko-w1084bw .connectlife__text {
        width: 100%;
    }

    /* --- Programs --- */
    #asko-w1084bw .programs-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 580px;
    }

    #asko-w1084bw .program-card {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    /* --- Laundry care --- */
    #asko-w1084bw .laundry-care__title {
        font-size: clamp(24px, 4.5vw, 36px);
    }

    #asko-w1084bw .laundry-care__subtitle {
        font-size: clamp(16px, 3vw, 22px);
    }

    #asko-w1084bw .laundry-care__features {
        flex-direction: column;
        gap: 14px;
    }

    #asko-w1084bw .laundry-care__divider {
        width: 100%;
        border-top: 0.5px solid var(--color-white);
        margin: 8px 0;
    }

    /* --- Linie --- */
    #asko-w1084bw .linie-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 12px;
    }

    #asko-w1084bw .linie__intro {
        font-size: clamp(16px, 3vw, 22px);
    }

    /* --- Tradition --- */
    #asko-w1084bw .tradition__header {
        height: auto;
        padding: 30px 12px;
    }

    #asko-w1084bw .tradition__title {
        font-size: clamp(24px, 5vw, 40px);
        white-space: normal;
    }

    #asko-w1084bw .tradition__media {
        height: auto;
        aspect-ratio: 1000 / 630;
    }

    #asko-w1084bw .tradition__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: none;
    }

    /* --- Text alignment --- */
    #asko-w1084bw .title,
    #asko-w1084bw .feature-card__title,
    #asko-w1084bw .feature-card-large__title,
    #asko-w1084bw .linie-card__title,
    #asko-w1084bw .program-card__title,
    #asko-w1084bw .laundry-care__title {
        text-align: center;
    }
}


/* =================================================================
   RESPONSIVE — mobile (<=560px)
================================================================= */
@media (max-width: 560px) {
    #asko-w1084bw .toper__gradient-left {
        gap: clamp(30px, 8vw, 60px);
    }

    #asko-w1084bw .toper__gradient-right {
        gap: clamp(15px, 4vw, 40px);
    }

    #asko-w1084bw .toper__features {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #asko-w1084bw .media-box,
    #asko-w1084bw .media-box--white {
        min-height: 150px;
    }

    #asko-w1084bw .feature-card-large__media {
        aspect-ratio: 900 / 250;
    }

    #asko-w1084bw .feature-card-large-wide__title {
        font-size: 16px;
        text-align: center;
        min-height: auto;
        margin-bottom: 12px;
    }

    #asko-w1084bw .feature-card-large-wide__desc {
        font-size: 14px;
    }

    #asko-w1084bw .footer__logo {
        width: 180px;
        height: auto;
    }
}
