/* ============================================================
   OILS PAGE  —  Editorial Mediterranean Style
   Sections: hero · qualities · evoo · pomace · crosslinks
   ============================================================ */

/* ── Shared container ─────────────────────────────────────── */
.oils-hero__inner,
.oils-qualities__inner,
.oils-evoo__inner,
.oils-pomace__inner,
.oils-crosslinks__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── Shared typographic helpers ───────────────────────────── */
.oils-section__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7a5a16;
    margin-bottom: 14px;
}

.oils-section__eyebrow--gold { color: var(--color-gold); }

.oils-section__title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--color-dark-green);
    margin: 0 0 18px;
    line-height: 1.15;
}

.oils-section__title--light { color: #fff; }

.oils-section__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin-bottom: 28px;
}

.oils-section__line--gold { background: var(--color-gold); }

/* ── Shared CTA buttons ───────────────────────────────────── */
.oils-evoo__cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.oils-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: background var(--transition-base), color var(--transition-base), transform var(--transition-fast);
}

.oils-btn--outline {
    background: transparent;
    color: var(--color-dark-green);
    border: 2px solid var(--color-dark-green);
}

.oils-btn--outline:hover {
    background: var(--color-dark-green);
    color: #fff;
    transform: translateX(4px);
}

.oils-btn--dark {
    background: var(--color-dark-green);
    color: #fff;
}

.oils-btn--dark:hover {
    background: var(--color-olive-green);
    transform: translateX(4px);
}

.oils-btn--gold {
    background: var(--color-gold);
    color: #fff;
}

.oils-btn--gold:hover {
    background: #a8842e;
    transform: translateX(4px);
}

/* ── Shared characteristics list ─────────────────────────── */
.oils-char-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.oils-char-list--light { border-top-color: rgba(255, 255, 255, 0.15); }

.oils-char-list__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.oils-char-list--light .oils-char-list__item {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.oils-char-list__label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-olive-green);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.oils-char-list--light .oils-char-list__label { color: var(--color-gold); }

.oils-char-list__value {
    font-size: 0.95rem;
    color: var(--color-text-dark);
    text-align: right;
}

.oils-char-list--light .oils-char-list__value { color: rgba(255, 255, 255, 0.85); }

/* ============================================================
   1. HERO
   ============================================================ */
.oils-hero {
    position: relative;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--color-dark-green);
}

.oils-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.28;
}

.oils-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(44, 59, 44, 0.75) 0%,
        rgba(44, 59, 44, 0.30) 60%,
        transparent 100%
    );
}

.oils-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Text side */
.oils-hero__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 20px;
}

.oils-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5vw, 5rem);
    color: #fff;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.05;
}

.oils-hero__line {
    width: 60px;
    height: 2px;
    background: var(--color-gold);
    margin-bottom: 28px;
}

.oils-hero__subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    max-width: 420px;
    margin: 0;
}

/* Visual side – SVG drop mask */
.oils-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.oils-hero__mask-wrap {
    position: relative;
    width: 100%;
    max-width: 380px;
}

.oils-hero__mask-img {
    /* hidden – used via SVG href */
    display: none;
}

.oils-hero__svg-mask {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

/* ============================================================
   2. QUALITIES STRIP
   ============================================================ */
.oils-qualities {
    background: var(--color-paper);
    border-top: 1px solid rgba(193, 154, 70, 0.2);
    border-bottom: 1px solid rgba(193, 154, 70, 0.2);
    padding: 20px 0;
}

.oils-qualities__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.oils-qualities__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    border-right: 1px solid rgba(193, 154, 70, 0.2);
}

.oils-qualities__item:last-child { border-right: none; }

.oils-qualities__value {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-dark-green);
    display: block;
    margin-bottom: 6px;
}

.oils-qualities__label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-olive-green);
    display: block;
    margin-bottom: 4px;
}

.oils-qualities__note {
    font-size: 0.88rem;
    color: #5f6859;
    font-weight: 500;
    display: block;
}

/* ============================================================
   3. EVOO SECTION
   ============================================================ */
.oils-evoo {
    background: #fff;
    padding: 100px 0;
}

.oils-evoo__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.oils-evoo__desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin: 0 0 32px;
}

/* Bottle lineup */
.oils-bottles {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px 20px;
    background: var(--color-paper);
    border-radius: 16px;
    position: relative;
}

.oils-bottles::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: rgba(193, 154, 70, 0.3);
}

.oils-bottles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Each bottle scales by size — 250ml smallest, 5L tallest */
.oils-bottles__item:nth-child(1) .oils-bottles__img { height: clamp(70px, 10vw, 100px); }
.oils-bottles__item:nth-child(2) .oils-bottles__img { height: clamp(100px, 14vw, 140px); }
.oils-bottles__item:nth-child(3) .oils-bottles__img { height: clamp(130px, 18vw, 185px); }
.oils-bottles__item:nth-child(4) .oils-bottles__img { height: clamp(165px, 22vw, 230px); }

.oils-bottles__img {
    width: auto;
    object-fit: contain;
    transition: transform var(--transition-base);
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
}

.oils-bottles__item:hover .oils-bottles__img { transform: translateY(-8px); }

.oils-bottles__size {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-dark-green);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

/* ============================================================
   4. POMACE SECTION
   ============================================================ */
.oils-pomace {
    background: var(--color-dark-green);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle texture overlay */
.oils-pomace::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/assets/images/oil/oil drops grid.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}

.oils-pomace__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Pomace bottles: bigger, fewer, more dramatic */
.oils-bottles--pomace {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.oils-bottles--pomace .oils-bottles__item:nth-child(1) .oils-bottles__img { height: clamp(140px, 18vw, 200px); }
.oils-bottles--pomace .oils-bottles__item:nth-child(2) .oils-bottles__img { height: clamp(190px, 24vw, 270px); }
.oils-bottles--pomace .oils-bottles__size { color: rgba(255, 255, 255, 0.75); }
.oils-bottles--pomace::after { background: rgba(193, 154, 70, 0.2); }

.oils-pomace__desc {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 32px;
}

/* ============================================================
   5. CROSS-LINKS
   ============================================================ */
.oils-crosslinks {
    background: var(--color-cream);
    padding: 100px 0;
}

.oils-crosslinks__header {
    text-align: center;
    margin-bottom: 64px;
}

.oils-crosslinks__header .oils-section__line {
    margin: 0 auto 24px;
}

.oils-crosslinks__subtitle {
    font-size: 1rem;
    color: #4f5a49;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

.oils-crosslinks__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.oils-crosslink-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    transition: transform var(--transition-base);
}

.oils-crosslink-card:hover { transform: translateY(-8px); }

.oils-crosslink-card__circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: box-shadow var(--transition-base);
}

.oils-crosslink-card:hover .oils-crosslink-card__circle {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.oils-crosslink-card__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.oils-crosslink-card:hover .oils-crosslink-card__circle img {
    transform: scale(1.07);
}

.oils-crosslink-card__name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-dark-green);
}

.oils-crosslink-card__arrow {
    color: var(--color-gold);
    display: flex;
    align-items: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .oils-hero__inner,
    .oils-evoo__inner,
    .oils-pomace__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .oils-hero__visual { display: none; }

    .oils-hero {
        min-height: 0;
        flex: 1;
        padding: 0 0 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

    .oils-hero .oils-hero__inner {
        padding-top: 80px;
    }

    .oils-hero__title {
        font-size: 2.4rem;
    }

    .oils-hero__subtitle {
        font-size: 0.95rem;
    }

    .oils-hero .hero-scroll-indicator {
        margin-top: auto;
        padding-bottom: 10px;
    }

    .olives-above-fold,
    .oils-above-fold {
        height: 100svh;
        display: flex;
        flex-direction: column;
    }

    .olives-above-fold > .oils-hero,
    .oils-above-fold > .oils-hero {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
    }

    .olives-above-fold > .oils-qualities,
    .oils-above-fold > .oils-qualities {
        flex: 0 0 auto;
    }

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

    .oils-qualities__item {
        border-bottom: 1px solid rgba(193, 154, 70, 0.2);
    }

    .oils-qualities__item:nth-child(2) { border-right: none; }
    .oils-qualities__item:nth-child(3),
    .oils-qualities__item:nth-child(4) { border-bottom: none; }

    .oils-pomace__visual { order: 2; }
    .oils-pomace__content { order: 1; }
}

@media (max-width: 767px) {
    .oils-hero {
        height: auto;
        min-height: unset;
        overflow: hidden;
        flex: 1 1 auto;
    }

    .oils-hero__inner,
    .oils-qualities__inner,
    .oils-evoo__inner,
    .oils-pomace__inner,
    .oils-crosslinks__inner {
        padding: 0 20px;
    }

    .oils-evoo,
    .oils-pomace,
    .oils-crosslinks { padding: 48px 0; }

    .oils-crosslinks__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .oils-crosslink-card__circle {
        width: 180px;
        height: 180px;
    }

    .oils-bottles { gap: 12px; }

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

    .oils-qualities {
        padding: 10px 0;
    }

    .oils-qualities__item {
        padding: 14px 10px;
    }

    .oils-qualities__value {
        font-size: 1.25rem;
    }

    .oils-qualities__label {
        font-size: 0.68rem;
    }

    .oils-qualities__note {
        font-size: 0.76rem;
    }
}

@media (max-width: 480px) {
    .oils-qualities__inner { grid-template-columns: 1fr 1fr; }

    .oils-bottles__item:nth-child(1) .oils-bottles__img { height: 70px; }
    .oils-bottles__item:nth-child(2) .oils-bottles__img { height: 100px; }
    .oils-bottles__item:nth-child(3) .oils-bottles__img { height: 130px; }
    .oils-bottles__item:nth-child(4) .oils-bottles__img { height: 165px; }

    .oils-bottles--pomace .oils-bottles__item:nth-child(1) .oils-bottles__img { height: 140px; }
    .oils-bottles--pomace .oils-bottles__item:nth-child(2) .oils-bottles__img { height: 190px; }
}

/* ============================================================
   OIL PRODUCT PAGES  (.op-*)
   Sections: hero · specs · story · uses · crosslinks
   ============================================================ */

/* ── Shared container ─────────────────────────────────────── */
.op-hero__inner,
.op-specs__inner,
.op-story__inner,
.op-uses__inner,
.op-crosslinks__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================================
   OP HERO
   ============================================================ */
.op-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.op-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.op-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Light theme — EVOO */
.op-hero--light {
    background: var(--color-paper);
}

.op-hero--light .op-hero__bg {
    background-image: url('/assets/images/shared/bg-sectiuni-2.webp');
    opacity: 0.55;
}

.op-hero--light .op-hero__overlay {
    background: linear-gradient(
        115deg,
        rgba(248, 245, 235, 0.88) 0%,
        rgba(248, 245, 235, 0.60) 60%,
        transparent 100%
    );
}

@media (min-width: 768px) and (max-width: 1024px) {
    .op-hero--light .op-hero__bg {
        opacity: 0.42;
    }

    .op-hero--light .op-hero__overlay {
        background: linear-gradient(
            115deg,
            rgba(248, 245, 235, 0.78) 0%,
            rgba(248, 245, 235, 0.48) 60%,
            rgba(248, 245, 235, 0.18) 100%
        );
    }
}

/* Dark theme — Pomace */
.op-hero--dark {
    background: var(--color-dark-green);
}

.op-hero--dark .op-hero__bg {
    background-image: url('/assets/images/oil/oil-bg.webp');
    opacity: 0.30;
}

.op-hero--dark .op-hero__overlay {
    background: linear-gradient(
        120deg,
        rgba(20, 35, 20, 0.80) 0%,
        rgba(20, 35, 20, 0.35) 60%,
        transparent 100%
    );
}

.op-hero--dairy {
    position: relative;
    background-color: var(--color-dark-green);
    background-image: url('/assets/images/shared/bg-sectiuni.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: scroll;
    min-height: 100svh;
}

.op-hero--dairy::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.82);
    z-index: 0;
    pointer-events: none;
}

.op-hero--dairy .op-hero__inner {
    position: relative;
    z-index: 1;
}

.op-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Text side */
.op-hero__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a5a16;
    margin-bottom: 16px;
}

.op-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 3.6rem);
    line-height: 1.08;
    margin: 0 0 20px;
}

.op-hero--light .op-hero__title { color: var(--color-dark-green); }
.op-hero--dark  .op-hero__title { color: #fff; }
.op-hero--dairy .op-hero__title { color: var(--color-dark-green); }

.op-hero__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin-bottom: 24px;
}

.op-hero__badge {
    display: inline-block;
    padding: 6px 16px;
    border: 1.5px solid #7a5a16;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a5a16;
    margin-bottom: 24px;
}

.op-hero__desc {
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 420px;
    margin: 0;
}

.op-hero--light .op-hero__desc { color: #555; }
.op-hero--dark  .op-hero__desc { color: rgba(255, 255, 255, 0.75); }
.op-hero--dairy .op-hero__desc { color: #555; }

.op-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background var(--transition-base), transform var(--transition-fast);
}

.op-hero--light .op-hero__cta {
    background: var(--color-dark-green);
    color: #fff;
}

.op-hero--light .op-hero__cta:hover {
    background: var(--color-olive-green);
    transform: translateX(4px);
}

.op-hero--dark .op-hero__cta {
    background: var(--color-gold);
    color: #fff;
}

.op-hero--dark .op-hero__cta:hover {
    background: #a8842e;
    transform: translateX(4px);
}

.op-hero--dairy .op-hero__cta {
    background: var(--color-dark-green);
    color: #fff;
}

.op-hero--dairy .op-hero__cta:hover {
    background: var(--color-olive-green);
    transform: translateX(4px);
}

/* Bottle visual */
.op-hero__visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.op-hero__bottles {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 32px);
    position: relative;
    width: 100%;
    /* no card: no background, no box-shadow, no border-radius */
}

.op-hero--light .op-hero__bottles { background: none; box-shadow: none; }
.op-hero--dark  .op-hero__bottles { background: none; }
.op-hero--dairy .op-hero__bottles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    gap: clamp(16px, 2.5vw, 28px);
    /* no card: no background, no shadow, no border-radius */
    background: none;
    box-shadow: none;
    padding: 0;
}

.op-hero--dairy .op-hero__bottles::after { display: none; }

.op-hero--dairy .op-hero__bottle {
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: none;
    justify-content: flex-end;
    gap: 12px;
    transition: none;
}

.op-hero--dairy .op-hero__bottle:hover {
    background: none;
    border-color: transparent;
}

.op-hero--dairy .op-hero__bottle-size {
    text-align: center;
    font-size: 0.82rem;
    color: var(--color-dark-green);
}

/* Dairy product images — uniform height, floating with shadow */
.op-hero--dairy .op-hero__bottle-img {
    height: clamp(120px, 14vw, 170px) !important;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.18));
    transition: transform var(--transition-base);
}

.op-hero--dairy .op-hero__bottle:hover .op-hero__bottle-img {
    transform: translateY(-8px);
}

/* Gold separator line — only for dairy */
.op-hero__bottles::after { display: none; }

.op-hero__bottle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

/* Bottle heights: 4 bottles EVOO (ascending), 2 bottles Pomace (tall) */
.op-hero__bottle:nth-child(1) .op-hero__bottle-img { height: clamp(80px,  9vw, 110px); }
.op-hero__bottle:nth-child(2) .op-hero__bottle-img { height: clamp(110px, 14vw, 160px); }
.op-hero__bottle:nth-child(3) .op-hero__bottle-img { height: clamp(145px, 18vw, 210px); }
.op-hero__bottle:nth-child(4) .op-hero__bottle-img { height: clamp(185px, 23vw, 270px); }

/* For dark (pomace) with only 2 bottles — taller, more dramatic */
.op-hero--dark .op-hero__bottle:nth-child(1) .op-hero__bottle-img { height: clamp(160px, 20vw, 240px); }
.op-hero--dark .op-hero__bottle:nth-child(2) .op-hero__bottle-img { height: clamp(220px, 28vw, 330px); }

.op-hero__bottle-img {
    width: auto;
    object-fit: contain;
    transition: transform var(--transition-base);
}

/* Drop shadows per theme */
.op-hero--light .op-hero__bottle-img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
}

.op-hero--dark .op-hero__bottle-img {
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.op-hero__bottle:hover .op-hero__bottle-img { transform: translateY(-10px); }

.op-hero__bottle-size {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.op-hero--light .op-hero__bottle-size { color: var(--color-dark-green); }
.op-hero--dark  .op-hero__bottle-size { color: rgba(255, 255, 255, 0.65); }
.op-hero--dairy .op-hero__bottle-size { color: var(--color-dark-green); }

/* Scroll indicator inside op-hero */
.op-hero .hero-scroll-indicator,
.op-hero .hero-scroll-indicator--light,
.op-hero .hero-scroll-indicator--dark {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: bounce 2s infinite;
}

.op-hero .hero-scroll-indicator span,
.op-hero .hero-scroll-indicator--light span {
    color: rgba(24, 37, 28, 0.6);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
}

.op-hero .hero-scroll-indicator--dark span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
}

/* ============================================================
   OP SPECS
   ============================================================ */
.op-specs {
    padding: 90px 0;
}

.op-specs--dark {
    background: var(--color-dark-green);
}

.op-specs--dairy {
    background: #1a3f6f;
}

.op-specs--light {
    background: #fff;
}

.op-specs__header {
    text-align: center;
    margin-bottom: 56px;
}

.op-specs__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 14px;
}

.op-specs--dairy .op-specs__eyebrow {
    color: #f0d58a;
}

.op-specs__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    margin: 0 0 16px;
}

.op-specs--dark  .op-specs__title { color: #fff; }
.op-specs--dairy .op-specs__title { color: #fff; }
.op-specs--light .op-specs__title { color: var(--color-dark-green); }

.op-specs__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin: 0 auto;
}

/* Table rows */
.op-specs__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(193, 154, 70, 0.2);
}

.op-specs__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(193, 154, 70, 0.15);
}

.op-specs--dark  .op-specs__row { border-color: rgba(255, 255, 255, 0.1); }
.op-specs--dairy .op-specs__row { border-color: rgba(255, 255, 255, 0.1); }
.op-specs__row:nth-child(odd)  { border-right: 1px solid rgba(193, 154, 70, 0.15); }
.op-specs--dark  .op-specs__row:nth-child(odd) { border-right-color: rgba(255, 255, 255, 0.1); }
.op-specs--dairy .op-specs__row:nth-child(odd) { border-right-color: rgba(255, 255, 255, 0.1); }

.op-specs__label {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.op-specs--dark  .op-specs__label { color: var(--color-gold); }
.op-specs--dairy .op-specs__label { color: #f0d58a; }
.op-specs--light .op-specs__label { color: var(--color-olive-green); }

.op-specs__value {
    font-size: 0.95rem;
    text-align: right;
}

.op-specs--dark  .op-specs__value { color: rgba(255, 255, 255, 0.8); }
.op-specs--dairy .op-specs__value { color: rgba(255, 255, 255, 0.8); }
.op-specs--light .op-specs__value { color: var(--color-text-dark); }

/* ============================================================
   OP STORY
   ============================================================ */
.op-story {
    padding: 100px 0;
    position: relative;
}

.op-story--light:not(.section-bg) { background: var(--color-paper); }
.op-story--dark:not(.section-bg)  { background: var(--color-dark-green); }
.op-story--dairy:not(.section-bg) {
    position: relative;
    background-image: url('/assets/images/shared/bg-sectiuni.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: scroll;
}

.op-story--dairy:not(.section-bg)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 0;
    pointer-events: none;
}

.op-story--dairy .op-story__inner {
    position: relative;
    z-index: 1;
}

.op-story__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.op-story__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a5a16;
    margin-bottom: 14px;
}

.op-story__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    margin: 0 0 18px;
    line-height: 1.2;
}

.op-story--light .op-story__title { color: var(--color-dark-green); }
.op-story--dark  .op-story__title { color: #fff; }
.op-story--dairy .op-story__title { color: var(--color-dark-green); }

.op-story__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin-bottom: 24px;
}

.op-story__body {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.2em;
}

.op-story__body:last-of-type { margin-bottom: 0; }

.op-story__body--highlight {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.75;
    border-left: 3px solid var(--color-gold, #c9a84c);
    padding-left: 14px;
}

.op-story--light .op-story__body { color: #666; }
.op-story--dark  .op-story__body { color: rgba(255, 255, 255, 0.75); }
.op-story--dairy .op-story__body { color: #555; }

/* Round image */
.op-story__image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.op-story__image {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.op-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-story__image--contain .op-story__img {
    object-fit: contain;
    padding: 24px;
}

/* ============================================================
   OP USES
   ============================================================ */
.op-uses {
    padding: 90px 0;
    position: relative;
}

.op-uses--cream:not(.section-bg) { background: var(--color-cream, #f5f1ea); }
.op-uses--light:not(.section-bg) { background: #fff; }
.op-uses--dark:not(.section-bg)  { background: var(--color-dark-green); }
.op-uses--dairy:not(.section-bg) {
    position: relative;
    background-image: url('/assets/images/shared/bg-sectiuni.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: scroll;
}

.op-uses--dairy:not(.section-bg)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 0;
    pointer-events: none;
}

.op-uses--dairy .op-uses__inner {
    position: relative;
    z-index: 1;
}

.op-uses__header {
    text-align: center;
    margin-bottom: 60px;
}

.op-uses__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 14px;
}

.op-uses__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    margin: 0 0 14px;
}

.op-uses--cream .op-uses__title,
.op-uses--light .op-uses__title { color: var(--color-dark-green); }
.op-uses--dark  .op-uses__title { color: #000000; }
.op-uses--dairy .op-uses__title { color: var(--color-dark-green); }

.op-uses__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin: 0 auto;
}

.op-uses__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.op-uses__card {
    padding: 32px 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.op-uses--cream .op-uses__card { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.op-uses--light .op-uses__card { background: var(--color-paper); }
.op-uses--dark  .op-uses__card { background: rgba(255,255,255,0.08); }
.op-uses--dairy .op-uses__card { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }

.op-uses__icon {
    font-size: 2rem;
    line-height: 1;
}

.op-uses__card-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}

.op-uses--cream .op-uses__card-title,
.op-uses--light .op-uses__card-title { color: var(--color-dark-green); }
.op-uses--dark  .op-uses__card-title { color: #fff; }
.op-uses--dairy .op-uses__card-title { color: var(--color-dark-green); }

.op-uses__card-desc {
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

.op-uses--cream .op-uses__card-desc,
.op-uses--light .op-uses__card-desc { color: #777; }
.op-uses--dark  .op-uses__card-desc { color: rgba(255,255,255,0.65); }
.op-uses--dairy .op-uses__card-desc { color: #777; }

/* ============================================================
   OP CROSSLINKS
   ============================================================ */
.op-crosslinks {
    padding: 90px 0;
    position: relative;
}

.op-crosslinks:not(.section-bg) {
    background: var(--color-paper);
}

.op-crosslinks--dairy:not(.section-bg) {
    position: relative;
    background: none;
    background-image: url('/assets/images/shared/bg-sectiuni.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 90px 0;
}

.op-crosslinks--dairy:not(.section-bg)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 0;
    pointer-events: none;
}

.op-crosslinks--dairy .op-crosslinks__inner {
    position: relative;
    z-index: 1;
}

.op-crosslinks__header {
    text-align: center;
    margin-bottom: 60px;
}

.op-crosslinks__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    color: var(--color-dark-green);
    margin: 0 0 16px;
}

.op-crosslinks--dairy .op-crosslinks__title {
    color: var(--color-dark-green);
}

.op-crosslinks__line {
    width: 50px;
    height: 2px;
    background: var(--color-gold);
    margin: 0 auto;
}

.op-crosslinks__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.op-crosslink-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 18px;
    transition: transform var(--transition-base);
}

.op-crosslink-card:hover { transform: translateY(-8px); }

.op-crosslink-card__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: box-shadow var(--transition-base);
}

.op-crosslink-card:hover .op-crosslink-card__circle {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.op-crosslink-card__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.op-crosslink-card__circle--contain img {
    object-fit: contain;
    padding: 20px;
}

.op-crosslink-card:hover .op-crosslink-card__circle img {
    transform: scale(1.07);
}

.op-crosslink-card__name {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-dark-green);
}

.op-crosslinks--dairy .op-crosslink-card__name {
    color: var(--color-dark-green);
}

.op-crosslink-card__arrow {
    color: var(--color-gold);
    display: flex;
    align-items: center;
}

/* ============================================================
   OP RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .op-hero__inner,
    .op-story__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Dairy hero tablet: flex column, clear header (~100px desktop) */
    .op-hero--dairy .op-hero__inner {
        display: flex;
        flex-direction: column;
        padding: 120px 40px 60px;
        gap: 40px;
        align-items: flex-start;
    }

    .op-hero--dairy .op-hero__visual {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .op-hero--dairy .op-hero__bottles {
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        gap: 24px;
    }

    .op-specs__table {
        grid-template-columns: 1fr;
    }

    .op-specs__row:nth-child(odd) { border-right: none; }

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

@media (min-width: 768px) and (max-width: 1024px) {
    .op-crosslinks__inner {
        padding: 0 40px;
    }

    .op-crosslinks__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
        max-width: 860px;
        margin: 0 auto;
    }

    .op-crosslink-card {
        gap: 14px;
    }

    .op-crosslink-card__circle {
        width: clamp(150px, 22vw, 190px);
        height: clamp(150px, 22vw, 190px);
    }

    .op-crosslink-card__name {
        font-size: 1.12rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .op-hero__inner,
    .op-specs__inner,
    .op-story__inner,
    .op-uses__inner,
    .op-crosslinks__inner {
        padding: 0 20px;
    }

    .op-hero {
        min-height: 100svh;
        padding: 0;
    }

    .op-hero__inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .op-specs,
    .op-story,
    .op-uses,
    .op-crosslinks { padding: 70px 0; }

    .op-story__image {
        width: 260px;
        height: 260px;
    }

    .op-crosslinks__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .op-crosslink-card__circle {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .op-uses__grid { grid-template-columns: 1fr; }

    .op-hero__bottle:nth-child(1) .op-hero__bottle-img { height: 80px; }
    .op-hero__bottle:nth-child(2) .op-hero__bottle-img { height: 110px; }
    .op-hero__bottle:nth-child(3) .op-hero__bottle-img { height: 145px; }
    .op-hero__bottle:nth-child(4) .op-hero__bottle-img { height: 185px; }

    .op-hero--dark .op-hero__bottle:nth-child(1) .op-hero__bottle-img { height: 160px; }
    .op-hero--dark .op-hero__bottle:nth-child(2) .op-hero__bottle-img { height: 220px; }
}

/* ============================================================
   OP HERO — MOBILE DAIRY
   Full-viewport first impression: text top, products bottom
   ============================================================ */
@media (max-width: 767px) {

    /* Fix title overflow on all oil/dairy product heroes */
    .op-hero__title {
        font-size: clamp(1.6rem, 6.5vw, 3.6rem);
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* ── Dairy hero: definite height so flex children can fill it ── */
    .op-hero--dairy {
        background-attachment: scroll;
        padding: 0;
        height: 100svh;          /* definite height — flex: 1 works on children */
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .op-hero--dairy .op-hero__inner {
        flex: 1 1 auto;          /* fill the full hero height */
        display: flex;
        flex-direction: column;
        padding: 200px 20px 0;
        gap: 50px;
        width: 100%;
        align-items: flex-start;
    }

    /* Text block: takes only what it needs */
    .op-hero--dairy .op-hero__content {
        flex: 0 0 auto;
    }

    /* Compact text spacing */
    .op-hero--dairy .op-hero__eyebrow { margin-bottom: 6px; }
    .op-hero--dairy .op-hero__title   {
        font-size: clamp(1.8rem, 8vw, 2.8rem);
        margin-bottom: 8px;
        line-height: 1.1;
    }
    .op-hero--dairy .op-hero__line    { margin-bottom: 10px; }
    .op-hero--dairy .op-hero__badge   { margin-bottom: 10px; padding: 4px 12px; font-size: 0.76rem; }
    .op-hero--dairy .op-hero__desc    {
        font-size: 0.85rem;
        line-height: 1.5;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .op-hero--dairy .op-hero__cta     { margin-top: 14px; padding: 10px 22px; font-size: 0.88rem; }

    /* Visual block: grows to fill remaining space, products top-aligned */
    .op-hero--dairy .op-hero__visual {
        display: flex;
        flex: 1 1 auto;
        align-items: flex-start;
        justify-content: center;
        overflow: hidden;
        width: 100%;
        padding: 0 20px 24px;
    }

    /* Bottles: single row on tablet */
    .op-hero--dairy .op-hero__bottles {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 24px;
        background: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 0;
    }

    .op-hero--dairy .op-hero__bottles::after {
        display: none;
    }

    .op-hero--dairy .op-hero__bottle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        min-height: 0;
        padding: 0;
        border: none;
        background: none;
    }

    /* Dairy images on mobile — uniform height per grid cell */
    .op-hero--dairy .op-hero__bottle-img {
        height: auto !important;
    }
    .op-hero--dairy .op-hero__bottle:nth-child(1) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(2) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(3) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(4) .op-hero__bottle-img { height: 100px !important; }

    .op-hero__bottle-size {
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    /* Bottles: back to 2×2 on phones */
    .op-hero--dairy .op-hero__bottles {
        grid-template-columns: repeat(2, 1fr);
        max-width: 320px;
        gap: 12px 16px;
    }

    .op-hero--dairy .op-hero__bottle:nth-child(1) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(2) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(3) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(4) .op-hero__bottle-img { height: 105px !important; }
}

@media (max-width: 767px) {
    .op-hero--dairy .rain-scene {
        display: block;
    }
}

@media (max-width: 480px) {
    .op-hero__title {
        font-size: clamp(1.4rem, 7.5vw, 2rem);
    }

    .op-hero--dairy {
        height: 100svh;
        min-height: 0;
    }

    .op-hero--dairy .op-hero__bottle:nth-child(1) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(2) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(3) .op-hero__bottle-img,
    .op-hero--dairy .op-hero__bottle:nth-child(4) .op-hero__bottle-img { height: 105px !important; }
}


/* ============================================================
   OP PRODUCTS CAROUSEL  (3-up zoom, infinite, portrait cards)
   ============================================================ */
.op-products {
    background: var(--color-cream, #f5f1ea);
    padding: 90px 0 48px;
    text-align: center;
    position: relative;
}

.op-products:not(.section-bg) {
    background-image: url('/assets/images/shared/bg-sectiuni.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.op-products::before {
    background: rgba(255, 255, 255, 0.72);
}

.op-products__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.op-products__header {
    text-align: center;
    margin-bottom: 56px;
}

.op-products__eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a5a16;
    margin-bottom: 12px;
}

.op-products__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: var(--color-dark-green);
    margin: 0 0 16px;
}

.op-products__line {
    width: 48px;
    height: 2px;
    background: var(--color-gold);
    margin: 0 auto;
}

/* Slider wrap */
.op-products__slider-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.op-products__nav {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--color-dark-green);
    background: transparent;
    color: var(--color-dark-green);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease;
}

.op-products__nav:hover {
    background: var(--color-dark-green);
    color: #fff;
}

/* Slider overflow container */
.op-products__slider {
    flex: 1;
    overflow: hidden;
    position: relative;
}

/* Track — absolute positioned slides */
.op-products__track {
    position: relative;
    height: 520px;
}

/* Each item: portrait, 3-up zoom */
.op-products__item {
    position: absolute;
    width: 42%;
    left: 50%;
    top: 0;
    text-align: center;
    transform: translateX(-50%) scale(0.65);
    opacity: 0;
    pointer-events: none;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease,
        left 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px 24px 28px;
    background: none;
    border: none;
    border-radius: 0;
}

.op-products__item.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    left: 50%;
    z-index: 3;
    pointer-events: auto;
}

/* Prev/next: scale 0.80, ~5px gap to active card */
.op-products__item.prev {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.80);
    left: 11.5%;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.op-products__item.next {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.80);
    left: 88.5%;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

/* Number badge — hidden */
.op-products__num {
    display: none;
}

/* Image wrap — taller for portrait */
.op-products__img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 270px;
    width: 100%;
}

.op-products__img-ring {
    display: none;
}

.op-products__img {
    position: relative;
    z-index: 1;
    max-height: 260px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
    transition: transform 0.4s ease;
}

.op-products__item.active:hover .op-products__img {
    transform: translateY(-6px);
}

/* Meta */
.op-products__size {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--color-dark-green);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 6px;
}

.op-products__label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 10px;
}

.op-products__desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    max-width: 280px;
}

/* Dots */
.op-products__dots {
    display: none;
}

.op-products__dot {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.op-products__dot::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(193, 154, 70, 0.3);
    transition: background 0.25s ease, transform 0.25s ease;
}

.op-products__dot--active::before {
    background: var(--color-gold);
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 767px) {
    .op-products {
        padding: 70px 0 80px;
    }

    .op-products__inner {
        padding: 0 16px;
    }

    .op-products__slider-wrap {
        position: relative;
        display: block;
        gap: 0;
        max-width: 100%;
    }

    .op-products__slider {
        width: 100%;
    }

    .op-products__nav {
        position: absolute;
        top: 190px;
        z-index: 5;
    }

    .op-products__nav--prev {
        left: 0;
    }

    .op-products__nav--next {
        right: 0;
    }

    .op-products__track {
        height: 620px;
    }

    .op-products__item {
        width: min(76%, 420px);
    }

    .op-products__item:not(.active) .op-products__meta {
        display: none;
    }

    .op-products__item.prev { left: 8%; }
    .op-products__item.next { left: 92%; }

    .op-products__img-wrap { height: 220px; }
    .op-products__img { max-height: 210px; }
}

@media (max-width: 480px) {
    .op-products__nav { width: 40px; height: 40px; }

    .op-products__track { height: 640px; }

    .op-products__item {
        width: 82%;
        padding-left: 18px;
        padding-right: 18px;
    }
    .op-products__item.prev { left: 4%; }
    .op-products__item.next { left: 96%; }

    .op-products__size {
        font-size: 1.45rem;
        line-height: 1.12;
    }

    .op-products__label {
        letter-spacing: 0.08em;
        line-height: 1.35;
    }
}

/* ── Grid layout (< 3 items) ──────────────────────────────── */
.op-products__grid {
    display: flex;
    justify-content: center;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.op-products__grid--1 { max-width: 400px; }

.op-products__grid-item {
    flex: 0 1 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 32px 24px 28px;
}

.op-products__grid-item .op-products__img-wrap {
    height: 270px;
}

@media (max-width: 767px) {
    .op-products__grid {
        gap: 32px;
    }
    .op-products__grid-item {
        flex: 0 1 100%;
    }
}
