﻿.of-page,
.of-page * {
    box-sizing: border-box;
}

.of-page {
    background: #f5f1ef;
    color: #2f2a2a;
}

    .of-page a {
        text-decoration: none;
    }

.of-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.of-eyebrow,
.of-section-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid #d8d1d1;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
    color: #7c9f9a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.of-section-eyebrow {
    min-height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #82a3a0;
    letter-spacing: .28em;
}

.of-section-eyebrow-dark {
    color: #84c4bd;
}

.of-section-title {
    margin: 14px 0 0;
    font-size: 56px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #2f2a2a;
}

.of-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    transition: .18s ease;
}

.of-btn-primary {
    background: #38a79f;
    color: #fff;
    box-shadow: 0 10px 25px rgba(56,167,159,.22);
}

    .of-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(56,167,159,.26);
    }

.of-btn-secondary {
    background: #fff;
    color: #3d3838;
    border: 1px solid #dad2d2;
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

    .of-btn-secondary:hover {
        transform: translateY(-1px);
    }

.of-btn-dark {
    background: #2f2a2a;
    color: #fff;
}

.of-btn-sm {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
}

/* HERO */
.of-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 8%, rgba(241,224,228,.95) 0%, rgba(241,224,228,.62) 24%, transparent 52%), radial-gradient(circle at 92% 20%, rgba(224,241,239,.90) 0%, rgba(224,241,239,.55) 24%, transparent 52%), linear-gradient(90deg, #f6ecec 0%, #f7f3f2 48%, #edf7f5 100%);
}

.of-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 54px;
    align-items: center;
    padding: 72px 0 88px;
}

.of-hero-title {
    max-width: 720px;
    margin: 20px 0 0;
    font-size: 72px;
    line-height: 1.03;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #302b2b;
}

.of-hero-text {
    max-width: 620px;
    margin: 28px 0 0;
    font-size: 23px;
    line-height: 1.8;
    color: #716a6a;
}

.of-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.of-hero-aside {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
    align-items: stretch;
}

.of-promo-card,
.of-mini-card {
    border: 1px solid rgba(225,219,219,.9);
    border-radius: 34px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 18px 40px rgba(64,52,52,.10);
    backdrop-filter: blur(6px);
}

.of-promo-card-main {
    overflow: hidden;
}

.of-promo-media {
    height: 260px;
    overflow: hidden;
}

    .of-promo-media img,
    .of-feature-media img,
    .of-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.of-promo-body {
    padding: 24px;
}

.of-promo-tag,
.of-mini-tag,
.of-feature-tag,
.of-card-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ef476f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.of-promo-body h3 {
    margin: 14px 0 8px;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;
    color: #2f2a2a;
}

.of-promo-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #645d5d;
}

.of-promo-prices {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.of-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #2f2a2a;
}

.of-old-price {
    font-size: 16px;
    line-height: 1;
    color: #988f8f;
    text-decoration: line-through;
}

.of-side-stack {
    display: grid;
    gap: 18px;
}

.of-mini-card {
    padding: 22px;
    background: rgba(255,255,255,.88);
}

    .of-mini-card:nth-child(1) {
        background: linear-gradient(180deg, rgba(229,242,240,.95), rgba(255,255,255,.90));
    }

    .of-mini-card:nth-child(2) {
        background: linear-gradient(180deg, rgba(245,239,228,.95), rgba(255,255,255,.90));
    }

    .of-mini-card h4 {
        margin: 14px 0 8px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        color: #2f2a2a;
    }

    .of-mini-card p {
        margin: 0;
        font-size: 15px;
        line-height: 1.8;
        color: #645d5d;
    }

    .of-mini-card a {
        display: inline-block;
        margin-top: 14px;
        font-size: 14px;
        font-weight: 700;
        color: #2f2a2a;
    }

/* FILTERS */
.of-filters-wrap {
    position: relative;
    margin-top: -28px;
    z-index: 4;
}

.of-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e6dfdf;
    border-radius: 32px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 34px rgba(69,57,57,.10);
    backdrop-filter: blur(6px);
}

.of-filter {
    border: 1px solid #ddd4d4;
    background: #fff;
    color: #494343;
    border-radius: 999px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .of-filter.is-active {
        background: #38a79f;
        border-color: #38a79f;
        color: #fff;
        box-shadow: 0 10px 20px rgba(56,167,159,.18);
    }

/* FEATURED */
.of-featured-section {
    padding: 76px 0 26px;
}

.of-section-head {
    max-width: 840px;
    margin-bottom: 34px;
}

.of-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.of-feature-card {
    border: 1px solid #e8e1e1;
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(60,52,52,.06);
    overflow: hidden;
}

.of-tint-blush {
    background: linear-gradient(180deg, #fff 0%, #f6ebed 100%);
}

.of-tint-mint {
    background: linear-gradient(180deg, #fff 0%, #ebf6f4 100%);
}

.of-feature-media {
    height: 280px;
    overflow: hidden;
}

.of-feature-body {
    padding: 26px;
}

.of-feature-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.of-feature-tag {
    background: rgba(255,255,255,.9);
    color: #7b9f9b;
    border: 1px solid #e7dbdb;
}

.of-feature-top h3 {
    margin: 14px 0 8px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #2f2a2a;
}

.of-feature-top p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #645e5e;
}

.of-feature-pricing {
    min-width: 130px;
    text-align: right;
    padding: 16px 16px 12px;
    border-radius: 22px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.of-feature-price {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #2f2a2a;
}

.of-feature-old-price {
    margin-top: 6px;
    font-size: 15px;
    color: #9a9191;
    text-decoration: line-through;
}

.of-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

/* GRID */
.of-grid-section {
    background: #faf8f7;
    padding: 72px 0 82px;
}

.of-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.of-card {
    min-width: 0;
}

.of-card-inner {
    height: 100%;
    border: 1px solid #e9e3e3;
    border-radius: 32px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(49,41,41,.04);
}

.of-card-blush {
    background: #f4e9eb;
}

.of-card-mint {
    background: #e8f2f0;
}

.of-card-cream {
    background: #f5efe4;
}

.of-card-lilac {
    background: #eeebf8;
}

.of-card-stone {
    background: #f2efe9;
}

.of-card-softmint {
    background: #edf4f2;
}

.of-card-image {
    height: 190px;
    margin-top: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,.56);
}

.of-card h3 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #2f2a2a;
}

.of-card p {
    min-height: 56px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #645d5d;
}

.of-card-prices {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 18px;
}

.of-card-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.of-card-old-price {
    font-size: 15px;
    color: #9a9191;
    text-decoration: line-through;
}

.of-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.of-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

.of-card-btn-primary {
    background: #fff;
    color: #2f2a2a;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

.of-card-btn-secondary {
    border: 1px solid rgba(69,57,57,.18);
    color: #4b4545;
}

/* STRIP */
.of-strip-section {
    padding: 30px 0 84px;
    background: #f5f1ef;
}

.of-strip {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 40px;
    align-items: center;
    padding: 42px;
    border-radius: 36px;
    background: linear-gradient(90deg, #232323 0%, #373737 100%);
    box-shadow: 0 14px 34px rgba(19,19,19,.18);
}

.of-strip-copy h2 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: 54px;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.of-strip-copy p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 20px;
    line-height: 1.9;
}

.of-strip-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.of-strip-pill {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    color: #fff;
    font-size: 17px;
}

/* CTA */
.of-cta-section {
    padding: 18px 0 96px;
}

.of-cta-shell {
    max-width: 980px;
    text-align: center;
}

    .of-cta-shell h2 {
        margin: 18px 0 14px;
        font-size: 68px;
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: #2f2a2a;
    }

    .of-cta-shell p {
        max-width: 760px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 1.9;
        color: #6d6767;
    }

.of-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .of-hero-title {
        font-size: 60px;
    }

    .of-section-title,
    .of-strip-copy h2,
    .of-cta-shell h2 {
        font-size: 48px;
    }

    .of-hero-text,
    .of-feature-top p,
    .of-card p,
    .of-strip-copy p,
    .of-cta-shell p,
    .of-promo-body p,
    .of-mini-card p,
    .of-trust-text {
        font-size: 18px;
    }

    .of-feature-top h3,
    .of-card h3,
    .of-promo-body h3 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .of-shell {
        width: min(1240px, calc(100% - 32px));
    }

    .of-hero-grid,
    .of-featured-grid,
    .of-strip {
        grid-template-columns: 1fr;
    }

    .of-hero-grid {
        padding: 54px 0 78px;
    }

    .of-hero-title {
        font-size: 48px;
        max-width: none;
    }

    .of-hero-text {
        max-width: none;
    }

    .of-hero-aside {
        grid-template-columns: 1fr;
    }

    .of-grid {
        grid-template-columns: 1fr 1fr;
    }

    .of-strip-pills {
        grid-template-columns: 1fr 1fr;
    }

    .of-feature-top {
        flex-direction: column;
    }

    .of-feature-pricing {
        min-width: 0;
        text-align: left;
    }

    .of-cta-shell h2 {
        font-size: 48px;
    }
}

@media (max-width: 640px) {
    .of-hero-grid {
        padding: 40px 0 64px;
    }

    .of-hero-title,
    .of-section-title,
    .of-strip-copy h2,
    .of-cta-shell h2 {
        font-size: 34px;
    }

    .of-hero-text,
    .of-feature-top p,
    .of-card p,
    .of-strip-copy p,
    .of-cta-shell p,
    .of-promo-body p,
    .of-mini-card p {
        font-size: 16px;
        line-height: 1.8;
    }

    .of-grid,
    .of-strip-pills {
        grid-template-columns: 1fr;
    }

    .of-filters {
        padding: 14px;
    }

    .of-filter {
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .of-feature-media {
        height: 220px;
    }

    .of-card-image {
        height: 170px;
    }

    .of-strip,
    .of-feature-body,
    .of-card-inner,
    .of-promo-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}







