@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500&display=swap');

@font-face {
    font-family: 'Circe Contrast';
    src:
        url('/font/circe-contrast_regular.woff2') format('woff2'),
        url('font/circe-contrast_regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Circe Contrast', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

:root {
    --sea-age7-gold: #c5b396;
    --sea-age7-gold-soft: rgba(197, 179, 150, 0.45);
    --sea-age7-title-w: clamp(7.5rem, 11vw, 10rem);
    --sea-age8-blue: #007bff;
    --sea-age8-text: #333;
    --sea-age8-text-mute: #666;
    --sea-age8-line: #e8d4c4;
    --max-width: 1564px;
}

.landing2026__container {
    width: 100vw;
    height: 100vh;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    margin: 0;
    padding: 0;
    margin-top: -1px;
}

.landing2026__container .video-sea-age {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.landing2026__content {
    z-index: 2;
    margin: 0 auto;
    padding: 32px;
    max-width: var(--max-width);
    width: 100%;
}

.landing2026__content * {
    color: #FFF;
}
.landing2026__content .landing2026__content-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20rem 0 10rem;
}

.landing2026__content h1.sea-age__title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.landing2026__content p.sea-age__subtitle {
    width: 60%;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    padding-top: 16px;
}
.landing2026__content .sea-age__text p.sea-age__subtitle {
    width: 100%;
    max-width: 36em;
}


.landing2026__content .landing2026__content-inner.sea-age__hero {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: clamp(1.5rem, 4vw, 3.5rem);
    row-gap: 1.5rem;
    justify-content: flex-start;
}
.landing2026__content .sea-age__text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(100%, 52rem);
}
.landing2026__content .sea-age__circle {
    flex: 0 0 auto;
    width: 150px;
    height: 150px;
    min-width: 5.5rem;
    min-height: 5.5rem;
    color: #fff;
}
.landing2026__content .sea-age__ring-spin {
    transform-box: view-box;
    transform-origin: 100px 100px;
    will-change: transform;
    animation: sea-age-circle-spin 32s linear infinite;
}
.landing2026__content .sea-age__circle:hover .sea-age__ring-spin {
    animation-play-state: paused;
}
.landing2026__content .sea-age__circle-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.landing2026__content .sea-age__circle-text {
    fill: currentColor;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.landing2026__content .sea-age__circle-center {
    fill: currentColor;
    font-size: 50px;
    font-weight: 600;
    pointer-events: none;
}
@keyframes sea-age-circle-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* БЛОК 2 КОЛОНКИ */

.sea-age-two-cols {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 3rem 4rem;
    height: 100%;
    position: relative;
    z-index: 3;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4rem;
}

section.sea-age-two-cols,
section.sea-age-block3,
section.sea-age-block4,
section.sea-age-block5,
section.sea-age-block6,
section.sea-age-block7,
section.sea-age-block8,
section.sea-age-block9,
section.sea-age-block10,
section.sea-age-block11 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 3rem 4rem;
    box-sizing: border-box;
}
.sea-age-two-cols__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0;
    gap: 4rem;
    width: 100%;
    min-height: 600px;
    position: relative;
}
.sea-age-two-cols__row:nth-child(even) {
    flex-direction: row-reverse;
}
.sea-age-two-cols__row .left,
.sea-age-two-cols__row .right {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.sea-age-two-cols .sea-age-two-cols__img {
    width: 100%;
    height: 170%;
    max-height: 700px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
}
.sea-age-two-cols .sea-age-two-cols__row:nth-child(1) .sea-age-two-cols__img {
    top: -30% !important;
}
.sea-age-two-cols .sea-age-two-cols__row:nth-child(1n+1) .sea-age-two-cols__img {
    top: -20%;
}
.sea-age-two-cols__title {
    font-size: 1.86666em;
    line-height: calc(1em + 7px);
    color: var(--sea-age7-gold);
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.sea-age-two-cols-block5_item_title {
    font-size: 1.86666em;
    line-height: calc(1em + 7px);
    color: var(--sea-age7-gold);
    font-weight: 500;
    margin: 0;
    padding: 0 0 2rem 0;
}
.sea-age-two-cols__text {
    width: 100%;
    font-size: 1em;
    line-height: calc(1em + 7px);
    color: #666;
    font-weight: 400;
    margin: 0;
    padding: 5% 0 0 0;
}

/* БЛОК 3 — сетка проблем кожи (2×3) */

.sea-age-block3 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 20px 4rem;
    position: relative;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.sea-age-block3__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: clamp(2rem, 5vw, 4.5rem);
    row-gap: 2.75rem;
}

.sea-age-block3__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    flex: 0 0 calc((100% - clamp(2rem, 5vw, 4.5rem)) / 2);
    max-width: calc((100% - clamp(2rem, 5vw, 4.5rem)) / 2);
    gap: 1.25rem;
    min-width: 0;
}

.sea-age-block3__icon {
    flex: 0 0 auto;
    display: block;
    width: 15px;
    min-height: 45px;
    position: relative;
    top: 0.15em;
}

.sea-age-block3__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #e8d4c4;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
}

.sea-age-block3__icon::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #e8d4c4;
}

.sea-age-block3__text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65em;
}

.sea-age-block3__heading {
    margin: 0;
    padding: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
}

.sea-age-block3__desc {
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 400;
    color: #666;
}

/* БЛОК 4 — SEA AGE / колонка с изображением и текстом */

.sea-age-block4 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 20px 4rem;
    position: relative;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.sea-age-block4__inner {
    margin-bottom: 6rem;
}

.sea-age-block4__inner .maxwidth-zag {
    margin: 0;
}

.sea-age-three-cols {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
}

.sea-age-three-cols__row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.sea-age-three-cols__number {
    position: absolute;
    z-index: 0;
    font-size: 7rem;
    font-weight: 600;
    color: #efefef;
}

.sea-age-three-cols__text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

p.sea-age-three-cols__desc {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
    line-height: calc(1em + 7px);
    color: #232323;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.maxwidth-zag {
    width: 100%;
    font-size: 1.86666em;
    line-height: calc(1em + 7px);
    color: var(--sea-age7-gold);
    font-weight: 500;
    text-align: center;
    position: relative;
}
.new_block_vs_flex {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new_block_vs_flex_item {
    max-width: 385px;
    width: calc((100% - 60px) / 3);
}

.new_block_vs_img {
    width: 100%;
    height: 296px;
    object-fit: cover;
}

.new_block_vs_name {
    width: 100%;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.new_block_vs_text {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    line-height: 2;
}
.mt100 {
    margin-top: 100px;
}

.sea-age-block5 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 20px 4rem;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.sea-age-two-cols-block5 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.sea-age-two-cols-block5_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

.sea-age-two-cols-block5 .sea-age-two-cols_item_img {
    width: 100%;
    height: 100%;
}
.sea-age-two-cols-block5 .sea-age-two-cols_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* БЛОК 6 — направленное антиэйдж воздействие (таймлайн: заголовок | описание) */

.sea-age-block6 {
    --sea-age6-split: 24%;
    --sea-age6-line: #d8dcdf;
    --sea-age6-dot: #b8bfc4;
    --sea-age6-head: #1a1a1a;
    --sea-age6-titles: #1a1a1a;
    --sea-age6-text: #1a1a1a;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 20px 4rem;
    position: relative;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.sea-age-block6__inner {
    width: 100%;
    margin: 0 auto;
}

.sea-age-block6__h {
    margin: 0 0 2.75rem;
    padding: 0 0.5rem;
    font-size: clamp(1.1rem, 1.1rem + 0.35vw, 1.35rem);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    color: var(--sea-age6-head);
}

.sea-age-block6__list {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Непрерывная вертикаль (только десктоп / планшет в две колонки) */
.sea-age-block6__list::before {
    content: '';
    position: absolute;
    top: 0.35rem;
    bottom: 0.35rem;
    left: var(--sea-age6-split);
    width: 1px;
    transform: translateX(-0.5px);
    background: var(--sea-age6-line);
    pointer-events: none;
    z-index: 0;
}

.sea-age-block6__row {
    --sea-age6-row-pad: clamp(1.25rem, 2vw, 1.75rem);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: var(--sea-age6-row-pad) 0;
    box-sizing: border-box;
}

.sea-age-block6__row:not(:last-child) {
    border-bottom: none;
}

/* Точка на линии */
.sea-age-block6__row::after {
    content: '';
    position: absolute;
    left: var(--sea-age6-split);
    top: calc(var(--sea-age6-row-pad) + 0.35em);
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    border-radius: 50%;
    background: var(--sea-age6-dot);
    box-shadow: 0 0 0 3px #fff;
    z-index: 1;
    pointer-events: none;
}

.sea-age-block6__title {
    flex: 0 0 var(--sea-age6-split);
    max-width: var(--sea-age6-split);
    margin: 0;
    padding: 0 1.4rem 0 0;
    font-size: clamp(0.7rem, 0.55rem + 0.5vw, 0.8rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: right;
    text-transform: uppercase;
    text-wrap: balance;
    color: var(--sea-age6-titles);
    box-sizing: border-box;
}

.sea-age-block6__aster {
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: 0;
    vertical-align: super;
}

.sea-age-block6__body {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 1.4rem;
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 0.95rem);
    line-height: 1.6;
    font-weight: 400;
    color: var(--sea-age6-text);
    box-sizing: border-box;
}

.sea-age-block6__body > p,
.sea-age-block6__body > .sea-age-block6__lead {
    margin: 0 0 0.6em;
}

.sea-age-block6__body > p:last-child,
.sea-age-block6__body > .sea-age-block6__ul:last-child {
    margin-bottom: 0;
}

.sea-age-block6__body .sea-age-block6__lead {
    display: block;
    margin-top: 0;
}

.sea-age-block6__ul {
    margin: 0.35em 0 0;
    padding: 0 0 0 1.1em;
    list-style: disc;
}

.sea-age-block6__ul li {
    margin: 0.28em 0;
    padding-left: 0.2em;
}

.sea-age-block6__ul li::marker {
    color: #9aa3a8;
}
.maxwidth-podzag {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}

/* Планшет: чуть плотнее сетка, линия сохраняется */
@media (min-width: 768px) and (max-width: 1023px) {
    .sea-age-block6 {
        --sea-age6-split: 36%;
        padding: 2.5rem 24px 3.5rem;
    }
    .sea-age-block6__h {
        margin-bottom: 2.25rem;
    }
    .sea-age-block6__title {
        font-size: clamp(0.65rem, 0.5rem + 0.4vw, 0.75rem);
    }
    .sea-age-block6__body {
        font-size: 0.9rem;
    }
}

/* Мобильный: одна колонка, линия и точки скрыты, акцент у заголовка */
@media (max-width: 767px) {
    .sea-age-block6 {
        --sea-age6-split: 100%;
        padding: 2.25rem 20px 3rem;
    }
    .sea-age-block6__list::before,
    .sea-age-block6__row::after {
        display: none;
    }
    .sea-age-block6__h {
        margin-bottom: 1.75rem;
        letter-spacing: 0.1em;
        font-size: 1rem;
        line-height: 1.35;
    }
    .sea-age-block6__row {
        flex-direction: column;
        padding: 1.5rem 0 1.5rem 0;
    }
    .sea-age-block6__row:not(:last-child) {
        border-bottom: 1px solid #e8ecef;
    }
    .sea-age-block6__row:first-of-type {
        padding-top: 0.25rem;
    }
    .sea-age-block6__title {
        position: relative;
        flex: 0 0 auto;
        max-width: 100%;
        padding: 0 0 0.75rem 1.1rem;
        text-align: left;
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .sea-age-block6__title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.35em;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--sea-age6-dot);
    }
    .sea-age-block6__body {
        padding: 0 0 0 0;
    }
    .sea-age-block6__ul {
        margin-top: 0.5em;
    }
}

/* БЛОК 7 — In vitro / In vivo: метрики */

#sea-age-block7-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sea-age-block7 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2.5rem 32px 3.5rem;
    position: relative;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.sea-age-block7__inner {
    width: 100%;
    margin: 0 auto;
}

.sea-age-block7__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.75rem);
    margin: 0;
    padding: 0 0 2.75rem;
    box-sizing: border-box;
}

.sea-age-block7__row--split {
    padding-top: 2.75rem;
    border-top: 1px solid var(--sea-age7-gold-soft);
}

.sea-age-block7__label {
    flex: 0 0 var(--sea-age7-title-w);
    max-width: var(--sea-age7-title-w);
    margin: 0;
    padding: 0;
    font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.85rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: left;
    color: var(--sea-age7-gold);
    align-self: center;
    text-wrap: balance;
}

.sea-age-block7__grid {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    gap: clamp(1rem, 2.2vw, 2.25rem);
    align-items: start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sea-age-block7__grid li:before {
    display: none;
}

.sea-age-block7__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sea-age-block7__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sea-age-block7__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0 0.35rem;
    box-sizing: border-box;
}

.sea-age-block7__meta {
    margin: 0;
    font-size: clamp(0.62rem, 0.5rem + 0.25vw, 0.7rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sea-age7-gold);
    opacity: 0.95;
}

.sea-age-block7__value {
    margin: 0;
    font-size: clamp(2rem, 1.2rem + 2.5vw, 3.1rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    color: var(--sea-age7-gold);
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}

.sea-age-block7__desc {
    margin: 0.2rem 0 0;
    max-width: 20em;
    font-size: clamp(0.6rem, 0.5rem + 0.2vw, 0.68rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-wrap: balance;
    color: var(--sea-age7-gold);
    opacity: 0.98;
}

.sea-age-block7__footnote {
    margin: 0.75rem 0 0;
    padding: 0;
    max-width: 32em;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: var(--sea-age7-gold);
    opacity: 0.6;
}

/* Планшет: заголовок ряда сверху, сетка 2+1 и 2×2 */
@media (min-width: 768px) and (max-width: 1023px) {
    .sea-age-block7 {
        padding: 2rem 24px 3rem;
    }
    .sea-age-block7__row,
    .sea-age-block7__row--split {
        flex-direction: column;
        align-items: center;
        gap: 1.35rem;
        padding-bottom: 2.25rem;
    }
    .sea-age-block7__row--split {
        padding-top: 2.25rem;
    }
    .sea-age-block7__label {
        flex: 0 0 auto;
        max-width: 100%;
        text-align: center;
        font-size: clamp(1.2rem, 0.9rem + 1vw, 1.55rem);
    }
    .sea-age-block7__grid {
        width: 100%;
    }
    .sea-age-block7__grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.25rem;
    }
    .sea-age-block7__grid--3 .sea-age-block7__stat:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 22rem;
        margin: 0 auto;
    }
    .sea-age-block7__grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.25rem;
    }
    .sea-age-block7__value {
        font-size: clamp(1.75rem, 1rem + 2vw, 2.5rem);
    }
}

/* Мобильный: шапка + вертикальный перечень карточек */
@media (max-width: 767px) {
    .sea-age-block7 {
        padding: 1.75rem 20px 2.5rem;
    }
    .sea-age-block7__row,
    .sea-age-block7__row--split {
        flex-direction: column;
        align-items: stretch;
        gap: 1.15rem;
        padding-bottom: 1.75rem;
    }
    .sea-age-block7__row--split {
        padding-top: 1.75rem;
    }
    .sea-age-block7__label {
        flex: 0 0 auto;
        max-width: 100%;
        text-align: center;
        font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.2rem);
        letter-spacing: 0.16em;
    }
    .sea-age-block7__grid--3,
    .sea-age-block7__grid--4 {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }
    .sea-age-block7__stat {
        padding: 0.9rem 0.75rem 1rem;
        border: 1px solid var(--sea-age7-gold-soft);
        border-radius: 2px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 248, 245, 0.55) 100%);
    }
    .sea-age-block7__value {
        font-size: clamp(1.9rem, 1.1rem + 3vw, 2.4rem);
    }
    .sea-age-block7__desc {
        max-width: 100%;
        font-size: 0.62rem;
    }
    .sea-age-block7__footnote {
        margin-top: 0.5rem;
        font-size: 0.6rem;
    }
}

/* Узкие десктопы: плотнее сетка in vivo */
@media (min-width: 1024px) and (max-width: 1200px) {
    .sea-age-block7 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .sea-age-block7__label {
        --sea-age7-title-w: min(7.5rem, 9vw);
    }
    .sea-age-block7__grid {
        gap: 1.1rem 0.9rem;
    }
    .sea-age-block7__desc {
        font-size: 0.57rem;
    }
}

/* БЛОК 8 — карточки продуктов (две колонки) */

.sea-age-block8 {
    --sea-age8-blue: #96b5d2;
    --sea-age8-text: #3a3a3a;
    --sea-age8-text-mute: #5c5c5c;
    --sea-age8-line: #d9d9d9;
    --sea-age8-cream-1: #faf7f2;
    --sea-age8-cream-2: #ede6dc;
    --sea-age8-cream-3: #e5dcd0;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 32px 4.5rem;
    position: relative;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.sea-age-two-cols-products {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.sea-age-two-cols-products__col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3.5vw, 2.75rem);
    align-items: stretch;
}

.sea-age-two-cols-products__item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 40px rgba(45, 55, 72, 0.06);
    box-sizing: border-box;
    overflow: hidden;
}

.sea-age-two-cols-products__item-head {
    padding: clamp(1.25rem, 2.2vw, 1.65rem) clamp(1.15rem, 2vw, 1.5rem) clamp(0.65rem, 1.2vw, 0.85rem);
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}

.sea-age-two-cols-products__item-head p {
    margin: 0;
    padding: 0;
    font-size: clamp(0.9rem, 0.78rem + 0.45vw, 1rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: var(--sea-age8-text);
}

.sea-age-two-cols-products__item-head span {
    display: block;
    margin: 0.4rem 0 0;
    padding: 0;
    font-size: clamp(0.7rem, 0.65rem + 0.2vw, 0.78rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #888;
}

.sea-age-two-cols-products__item-body {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    column-gap: clamp(0.75rem, 1.8vw, 1.35rem);
    row-gap: 0;
    padding: clamp(1.1rem, 2.2vw, 1.5rem) clamp(1rem, 2vw, 1.35rem) clamp(1.15rem, 2vw, 1.45rem);
    flex: 1 1 auto;
    min-height: 0;
    align-items: start;
    box-sizing: border-box;
}

/* Левая колонка: круг с «текстурой» + флакон */
.sea-age-two-cols-products__item-img {
    position: relative;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: stretch;
    min-height: min(42vw, 220px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0.5rem 0.25rem 0.25rem;
    box-sizing: border-box;
}

.sea-age-two-cols-products__item-img::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: min(118%, 240px);
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 0;
    background:
        radial-gradient(ellipse 55% 45% at 50% 42%, rgba(255, 255, 255, 0.55) 0%, transparent 55%),
        radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.4) 0%, transparent 45%),
        conic-gradient(from 200deg at 50% 50%, var(--sea-age8-cream-2) 0deg, var(--sea-age8-cream-1) 90deg, var(--sea-age8-cream-3) 200deg, #dcd2c4 300deg, var(--sea-age8-cream-2) 360deg);
    box-shadow: inset 0 -8px 24px rgba(0, 0, 0, 0.04);
}

.sea-age-two-cols-products__item-img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: min(200px, 88%);
    height: auto;
    object-fit: contain;
    object-position: 50% 100%;
    margin: 0 auto;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.12));
}

/* Правая колонка: текст */
.sea-age-two-cols-products__item-text {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0 0.15rem 0 0;
    min-width: 0;
    box-sizing: border-box;
}

.sea-age-two-cols-products__item-text-title {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: clamp(0.65rem, 0.55rem + 0.35vw, 0.75rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sea-age7-gold);
}

.sea-age-two-cols-products__item-text-title:not(:first-child) {
    margin-top: 1.1rem;
}

.sea-age-two-cols-products__item-text-list {
    margin: 0 0 0.15rem;
    padding: 0;
    list-style: disc;
    color: var(--sea-age8-text);
}

.sea-age-two-cols-products__item-text-list li {
    margin: 0.28em 0;
    padding-left: 0.15em;
    font-size: clamp(0.8rem, 0.72rem + 0.2vw, 0.88rem);
    line-height: 1.45;
    font-weight: 400;
    color: var(--sea-age8-text-mute);
}

.sea-age-two-cols-products__item-text-list li::marker {
    color: #9a9a9a;
    font-size: 0.65em;
}

/* Тип кожи — одна строка без маркера */
.sea-age-two-cols-products__item-text .sea-age-two-cols-products__item-text-list:last-of-type {
    list-style: none;
    padding-left: 0;
    margin-top: 0.35rem;
}

.sea-age-two-cols-products__item-text .sea-age-two-cols-products__item-text-list:last-of-type li {
    margin: 0;
    padding: 0;
}

/* Натуральность: крупный процент + подпись, пунктир сверху и снизу */
.sea-age-two-cols-products__item-button {
    grid-column: 2;
    grid-row: 2;
    margin: 1.1rem 0 0;
    padding: 1rem 0.5rem 1rem;
    text-align: center;
    border-top: 1px dotted var(--sea-age8-line);
    border-bottom: 1px dotted var(--sea-age8-line);
    box-sizing: border-box;
    align-self: end;
}

.sea-age-two-cols-products__item-button-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}

.sea-age-two-cols-products__item-button-pct {
    display: block;
    font-family: 'Cormorant Garamond', 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
    font-size: clamp(2.6rem, 1.4rem + 3.2vw, 3.4rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--sea-age7-gold);
    font-feature-settings: 'lnum' 1;
}

.sea-age-two-cols-products__item-button-label {
    display: block;
    font-size: clamp(0.6rem, 0.55rem + 0.2vw, 0.68rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.sea-age-two-cols-products__item-footer {
    padding: 0.9rem 1.25rem 1.1rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #fafafa;
}

.sea-age-two-cols-products__item-footer-link {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--sea-age7-gold);
    border-bottom: 1px solid var(--sea-age7-gold);
    padding-bottom: 0.1em;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.sea-age-two-cols-products__item-footer-link:hover,
.sea-age-two-cols-products__item-footer-link:focus-visible {
    color: var(--sea-age7-gold-soft);
    border-bottom-color: var(--sea-age7-gold-soft);
    outline: none;
}
.sea-age-block9 {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 20px 4.5rem;
}
.sea-age-block9__two_cols {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.sea-age-block9__two_cols_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.sea-age-block9__two_cols_item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.sea-age-block9__two_cols_item p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
}

.sea-age-block11__text {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 45px;
    font-weight: 600;
    text-align: center;
    color: #232323;
}
.sea-age-block11__text2 {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 45px;
    font-weight: 400;
    text-align: center;
    color: #232323;
}
.sea-age-block11__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sea-age-block10__form {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.sea-age-block9__piramid {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 4rem 0;
    gap: 4rem;
}
.sea-age-block9__piramid_item:nth-child(2) {
    margin-top: 4rem;
}
.sea-age-block9__piramid_item:nth-child(3) {
    margin-top: 8rem;
}
.sea-age-block9__piramid_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;

    padding: unset;
    border: unset;
    border-radius: unset;
    background: unset;
}
.sea-age-block9__piramid_item_text {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-top: 1px dotted #ccc;
    padding-top: 1rem;
}
.sea-age-block9__piramid_item_text span {
    font-size: 16px;
    line-height: 1.4;
    color: var(--sea-age7-gold);
    font-weight: 400;
}
.sea-age-block9__piramid_item_name {
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.3rem);
    line-height: 1.4;
    color: #8e8c8a;
}

.sea-age-block9__one_cols_item_text{
    color: #8a8a8a;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5;
}
.sea-age-block10 {
    padding: 4rem 20px;
}

.form_box {
    border: 1px solid #dedede73;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(45, 55, 72, 0.06);
}
.form_box .maxwidth-zag,
.form_box .sea-age-block11__text {
    text-align: left;
}

.form_box .form .form-header {
    display: none;
}



@media (min-width: 768px) and (max-width: 1023px) {
    .sea-age-block8 {
        padding: 2.5rem 24px 3.5rem;
    }
    .sea-age-two-cols-products__col {
        gap: 1.35rem;
    }
    .sea-age-two-cols-products__item-body {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {
    .sea-age-block8 {
        padding: 2rem 20px 3rem;
    }
    .sea-age-two-cols-products__col {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
    .sea-age-two-cols-products__item-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 0.5rem;
    }
    .sea-age-two-cols-products__item-img {
        grid-column: 1;
        grid-row: 1;
        min-height: 200px;
        padding-bottom: 0.5rem;
    }
    .sea-age-two-cols-products__item-text {
        grid-column: 1;
        grid-row: 2;
    }
    .sea-age-two-cols-products__item-button {
        grid-column: 1;
        grid-row: 3;
        margin-top: 0.5rem;
    }
}

@media (max-width: 1450px) {
    .landing2026__container {
        max-height: 656px;
    }
    .landing2026__content .landing2026__content-inner {
        padding: 0;
    }
}
@media screen and (max-width: 1100px) {
    .sea-age-block9__piramid {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 0;
    }
    .sea-age-block9__piramid_item:nth-child(2) {
        margin-top: unset;
    }
    .sea-age-block9__piramid_item:nth-child(3) {
        margin-top: unset;
    }
    .sea-age-block9__piramid_item {
        padding: 0.9rem 0.75rem 1rem;
        border: 1px solid var(--sea-age7-gold-soft);
        border-radius: 2px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 248, 245, 0.55) 100%);
    }
}

@media (max-width: 900px) {
    .landing2026__content .landing2026__content-inner.sea-age__hero {
        flex-direction: column;
        align-items: center;
    }
    .landing2026__content .sea-age__text {
        max-width: 100%;
    }
    .landing2026__content .sea-age__text .sea-age__title,
    .landing2026__content .sea-age__text .sea-age__subtitle {
        text-align: center;
    }
    .landing2026__content .sea-age__circle {
        width: min(7.5rem, 42vw);
        height: min(7.5rem, 42vw);
    }
    .sea-age-two-cols__row {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 2rem;
        min-height: 0;
    }
    .sea-age-two-cols__row:nth-child(even) {
        flex-direction: column;
    }
    .sea-age-two-cols .sea-age-two-cols__row:nth-child(1) .sea-age-two-cols__img {
        top: unset !important;
    }
    .sea-age-two-cols .sea-age-two-cols__row:nth-child(1n+1) .sea-age-two-cols__img {
        top: unset;
    }
    .sea-age-two-cols .sea-age-two-cols__img {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
        min-height: min(95vw, 400px);
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        background-size: contain;
        background-position: top left;
    }
    .sea-age-two-cols__title {
        font-size: 1.6em;
    }
    .sea-age-two-cols__text {
        font-size: 13px;
        padding: 0;
    }
    .sea-age-two-cols {
        padding: 20px;
    }
    .sea-age-two-cols__row .left {
        flex: 0 0 auto;
        min-height: 0;
    }
    .sea-age-two-cols__row .right {
        flex: 1 1 auto;
        min-height: 0;
    }
    .new_block_vs_img {
        width: 385px;
        max-width: 100%;
    }
    .new_block_vs_flex_item {
        width: 100%;
        max-width: inherit;
    }
    .new_block_vs_flex_item {
        margin-bottom: 40px;
    }
    .new_block_vs_flex {
        flex-direction: column;
    }

    .sea-age-block4 {
        padding: 2rem 20px 2.5rem;
    }
    .sea-age-three-cols {
        flex-direction: column;
    }
    .sea-age-three-cols__row {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        gap: 1.5rem;
    }
    .sea-age-three-cols__img {
        flex: 0 0 auto;
        max-width: 100%;
    }
    p.sea-age-three-cols__desc {
        font-size: 13px;
    }
    .sea-age-two-cols-block5 {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .sea-age-two-cols-block5 {
        gap: 2rem;
    }
    .sea-age-block9__two_cols {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form_box .form.popup .form-body {
        padding: 0;
    }
    .form_box .sea-age-block10__form {
        padding: 0;
    }
    .form_box {
        padding: 20px;
    }
    .form_box .form.popup .form-footer {
        padding: 0;
    }

}

@media (min-width: 901px) and (max-width: 990px) {
    .landing2026__content h1.sea-age__title {
        font-size: 54px;
    }
    .landing2026__content p.sea-age__subtitle {
        font-size: 1em;
    }
}

@media (min-width: 747px) and (max-width: 900px) {
    .landing2026__content h1.sea-age__title {
        font-size: 54px;
    }
    .landing2026__content p.sea-age__subtitle {
        font-size: 1em;
    }
}

@media (max-width: 746px) {
    .maxwidth-zag {
        font-size: 24px;
    }
    .landing2026__container {
        max-height: 500px;
    }
    .landing2026__content .landing2026__content-inner {
        padding: 0;
    }
    .landing2026__content h1.sea-age__title {
        font-size: 46px;
    }
    .landing2026__content p.sea-age__subtitle {
        font-size: 14px;
    }
    .sea-age-block3 {
        padding: 2.5rem 20px 3rem;
    }
    .sea-age-block3__inner {
        flex-direction: column;
        row-gap: 1.75rem;
        column-gap: 0;
    }
    .sea-age-block3__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sea-age-block3__heading {
        font-size: 0.95rem;
    }
    .sea-age-block3__desc {
        font-size: 0.875rem;
    }
    .sea-age-block4 {
        padding: 1.5rem 20px 2rem;
    }
    .sea-age-block4__inner {
        margin-bottom: 4rem;
    }
    .sea-age-three-cols__number {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    section.sea-age-two-cols,
    section.sea-age-block3,
    section.sea-age-block4,
    section.sea-age-block5,
    section.sea-age-block6,
    section.sea-age-block7,
    section.sea-age-block8,
    section.sea-age-block9,
    section.sea-age-block10,
    section.sea-age-block11 {
        padding: 3rem 20px 4rem;
    }
}