/* Split source. Edit this file, then rebuild the matching .min.css file. */
.shop-hero {
    margin: 3.5rem 7vw 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2.5rem;
    align-items: center;
}

.shop-hero h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.9rem;
}

.shop-hero p {
    color: #555555;
    margin-bottom: 1.2rem;
}

.shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.shop-filter-btn {
    border-radius: 999px;
    border: 1px solid #dedede;
    background: #f5f5f5;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
}

.shop-filter-btn:hover {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
    transform: translateY(-1px);
}

.shop-highlight {
    padding: 1.6rem 1.8rem;
    border-radius: 1.3rem;
    background: #f2f2f2;
    color: #050505;
    text-align: center;
}

.shop-highlight h2 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.9rem;
}

.shop-highlight p {
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
    color: #555555;
}

.shop-highlight .btn {
    margin-top: 0.1rem;
}

.shop-facets {
    margin: 0 7vw 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.7rem;
}

.shop-facet {
    border: 1px solid #e8e8e8;
    border-radius: 1.2rem;
    padding: 1.6rem 1.8rem;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.shop-facet h3 {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.9rem;
}

.shop-facet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
}

.shop-facet-option label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #222222;
    cursor: pointer;
}

.shop-facet-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.shop-facet-option.is-hidden {
    display: none;
}

.shop-facet-toggle {
    margin-top: 0.9rem;
    border: none;
    background: none;
    color: #050505;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.shop-facet-toggle:focus-visible {
    outline: 2px solid #050505;
    outline-offset: 2px;
}

.shop-social-proof {
    margin: 0 7vw 2.8rem;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 0.9rem;
}

.shop-social-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.shop-social-stars {
    color: #ff8a00;
    letter-spacing: 0.12em;
    font-size: 1rem;
}

.shop-social-score {
    font-weight: 600;
}

.shop-social-text {
    opacity: 0.9;
}

.shop-social-cta {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.shop-social-cta:hover {
    opacity: 0.85;
}

.seo-pillar-strip {
    margin: 3rem 7vw;
    padding: 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(135deg, #fbf7ef, #f4f7f1);
    border: 1px solid #ece7dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.seo-pillar-strip--blog {
    margin: 0 0 2.5rem;
    padding: 1.8rem;
}

.seo-pillar-intro {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.seo-pillar-intro h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.8rem;
}

.seo-pillar-intro p {
    color: #4f4f4f;
    line-height: 1.7;
}

.seo-pillar-grid,
.seo-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.seo-pillar-card,
.seo-category-card {
    border-radius: 1.3rem;
    border: 1px solid #e7e2d8;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.seo-category-card {
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.seo-category-card:hover,
.seo-pillar-card:hover {
    transform: translateY(-3px);
    border-color: #d6d0c4;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
}

.seo-pillar-kicker {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #7d6f52;
    margin-bottom: 0.8rem;
}

.seo-pillar-card h3,
.seo-category-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.seo-pillar-card p,
.seo-category-card p {
    color: #4f4f4f;
}

.seo-pill-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 1.2rem;
    padding: 0;
}

.seo-pill-list li {
    border-radius: 999px;
    border: 1px solid #e5dfd5;
    background: #f8f5ef;
    padding: 0.35rem 0.7rem;
    font-size: 0.76rem;
    color: #3d3d3d;
}

.shop-intent-section {
    margin: 0 7vw 3rem;
}

.shop-intent-section .shop-section-header {
    margin-bottom: 1.2rem;
}

.shop-intent-section .shop-section-header p {
    color: #555555;
    max-width: 760px;
}

.seo-faq-list {
    display: grid;
    gap: 1rem;
}

.blog-article .faq-section {
    margin: 3rem 0 0;
}

.seo-category-card .blog-card-link,
.seo-pillar-card .blog-card-link {
    margin-top: auto;
}

.seo-cta-banner {
    margin: 0 0 3rem;
    padding: 1.8rem 2rem;
    border-radius: 1.4rem;
    border: 1px solid #e7ebf2;
    background: linear-gradient(135deg, #f8fbff, #f0f5ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

@media (max-width: 720px) {
    .volta-stack-section {
        padding: 0.75rem;
    }

    .volta-mosaic {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .volta-mosaic-card,
    .volta-mosaic-card--wide-left,
    .volta-mosaic-card--portrait-top,
    .volta-mosaic-card--portrait-bottom,
    .volta-mosaic-card--wide-right {
        grid-column: auto;
        position: relative;
        min-height: 260px;
    }

    .volta-mosaic-copy {
        padding: 1.15rem;
    }

    .shop-social-proof {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 1.3rem;
    }

    .shop-social-cta {
        align-self: flex-end;
    }

    .seo-pillar-strip {
        padding: 1.4rem;
    }

    .seo-cta-banner {
        padding: 1.4rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 1.3rem;
    border: 1px solid #ececec;
    background: #ffffff;
    padding: 1.6rem 1.5rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card-main {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    color: inherit;
    flex: 1;
}

.product-card-main:focus-visible {
    outline: 2px solid #050505;
    outline-offset: 6px;
    border-radius: 1rem;
}

.product-media {
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #f5f5f5;
}

.product-media img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-tag {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #dedede;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.75rem;
}

.product-card h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.6rem;
}

.product-desc {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 0.5rem;
}

.product-meta {
    font-size: 0.8rem;
    color: #888888;
    margin-bottom: 1.1rem;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
}

.product-price {
    font-weight: 600;
}

.product-footer .btn {
    padding: 0.4rem 1.1rem;
    font-size: 0.75rem;
}

.promo-card .product-footer .btn {
    font-size: 0.7rem;
}

.shop-section {
    margin: 0 7vw 3.5rem;
}

.shop-section h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.shop-trust {
    margin: 0 7vw 3.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid #dedede;
    background: #ffffff;
}

.shop-trust-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 1.5rem clamp(1rem, 2vw, 1.8rem);
}

.shop-trust-item + .shop-trust-item {
    border-left: 1px solid #dedede;
}

.shop-trust-icon {
    width: 42px;
    height: 42px;
    padding: 0.55rem;
    border-radius: 50%;
    background: #050505;
    color: #ffffff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-trust-item h2 {
    margin: 0 0 0.3rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.shop-trust-item p {
    margin: 0;
    color: #555555;
    font-size: 0.85rem;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .shop-trust {
        margin-inline: 5vw;
    }
}

@media (max-width: 640px) {
    .shop-trust {
        margin: 0 1rem 2.2rem;
        grid-template-columns: 1fr;
    }

    .shop-trust-item + .shop-trust-item {
        border-left: 0;
        border-top: 1px solid #dedede;
    }
}

.shop-seo-guide {
    margin: 0 7vw 4rem;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(1.6rem, 3vw, 2.8rem) 0;
    border-top: 1px solid #dedede;
}

.shop-seo-kicker {
    margin: 0 0 0.75rem;
    color: #8e376d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.shop-seo-guide h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    line-height: 1.2;
}

.shop-seo-intro > p:not(.shop-seo-kicker) {
    max-width: 62ch;
    margin: 0;
    color: #4f4f4f;
    line-height: 1.75;
}

.shop-seo-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.shop-seo-links a {
    color: #171717;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(142, 55, 109, 0.45);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3rem;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.shop-seo-links a:hover,
.shop-seo-links a:focus-visible {
    color: #8e376d;
    text-decoration-color: currentColor;
}

.shop-seo-links a:focus-visible,
.shop-faq summary:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 4px;
}

.shop-faq-list {
    border-top: 1px solid #dedede;
}

.shop-faq details {
    border-bottom: 1px solid #dedede;
}

.shop-faq summary {
    position: relative;
    padding: 1.1rem 2.5rem 1.1rem 0;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 650;
    list-style: none;
}

.shop-faq summary::-webkit-details-marker {
    display: none;
}

.shop-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: 400;
}

.shop-faq details[open] summary::after {
    content: "\2212";
}

.shop-faq details p {
    margin: -0.25rem 2.5rem 1.2rem 0;
    color: #555555;
    font-size: 0.88rem;
    line-height: 1.65;
}

.shop-faq-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 32px;
    margin: -0.2rem 0 1.25rem;
    padding: 0.35rem 0.72rem;
    border: 1px solid #171717;
    border-radius: 999px;
    background: #171717;
    color: #ffffff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.shop-faq-cta:hover {
    background: #ffffff;
    color: #171717;
}

.shop-faq-cta:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .shop-seo-guide {
        margin-inline: 5vw;
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 640px) {
    .shop-seo-guide {
        margin: 0 1rem 2.8rem;
        padding-top: 1.8rem;
    }

    .shop-faq-cta {
        min-height: 44px;
    }
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: #050505;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.shop-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.shop-section-header p {
    max-width: 380px;
    font-size: 0.9rem;
    color: #666666;
}

.shop-filter-btn.is-active {
    background: #050505;
    border-color: #050505;
    color: #ffffff;
}

.shop-promos {
    margin: 2.2rem 7vw 3rem;
    padding: 1.4rem 1.6rem;
    background: linear-gradient(90deg, rgba(229, 57, 53, 0.08), #ffffff 30%, #ffffff 70%, rgba(229, 57, 53, 0.08));
    border-radius: 1.6rem;
    border: 1px solid #d6d6d6;
    overflow-x: visible;
    overflow-y: visible;
    position: relative;
    scroll-snap-type: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.shop-promos::-webkit-scrollbar {
    display: none;
}

.shop-promos.shop-promos--animated {
    overflow-x: hidden;
}

.shop-promos::before,
.shop-promos::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    z-index: 1;
}

.shop-promos::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.shop-promos::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.shop-promos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    will-change: auto;
}

.shop-promos-grid .product-card {
    scroll-snap-align: start;
    width: auto;
    min-width: 0;
}

.promo-card {
    border-color: #f5c2c2;
    box-shadow: 0 14px 38px rgba(229, 57, 53, 0.08);
}

.promo-card:hover {
    border-color: #e53935;
    box-shadow: 0 18px 46px rgba(229, 57, 53, 0.16);
}

.promo-tag {
    border-color: #e53935;
    color: #e53935;
    background: #fff5f5;
}

.promo-price {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.old-price {
    font-size: 0.8rem;
    color: #999999;
    text-decoration: line-through;
}

.new-price {
    font-weight: 600;
    color: #e53935;
}

.seo-pillar-strip {
    margin: 3rem 7vw;
    padding: 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(135deg, #fbf7ef, #f4f7f1);
    border: 1px solid #ece7dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.seo-pillar-strip--blog {
    margin: 0 0 2.5rem;
    padding: 1.8rem;
}

.seo-pillar-intro {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.seo-pillar-intro h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.8rem;
}

.seo-pillar-intro p {
    color: #4f4f4f;
    line-height: 1.7;
}

.seo-pillar-grid,
.seo-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.seo-pillar-card,
.seo-category-card {
    border-radius: 1.3rem;
    border: 1px solid #e7e2d8;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.seo-category-card {
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.seo-category-card:hover,
.seo-pillar-card:hover {
    transform: translateY(-3px);
    border-color: #d6d0c4;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
}

.seo-pillar-kicker {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #7d6f52;
    margin-bottom: 0.8rem;
}

.seo-pillar-card h3,
.seo-category-card h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.seo-pillar-card p,
.seo-category-card p {
    color: #4f4f4f;
}

.seo-pill-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 1.2rem;
    padding: 0;
}

.seo-pill-list li {
    border-radius: 999px;
    border: 1px solid #e5dfd5;
    background: #f8f5ef;
    padding: 0.35rem 0.7rem;
    font-size: 0.76rem;
    color: #3d3d3d;
}

.shop-intent-section {
    margin: 0 7vw 3rem;
}

.shop-intent-section .shop-section-header {
    margin-bottom: 1.2rem;
}

.shop-intent-section .shop-section-header p {
    color: #555555;
    max-width: 760px;
}

.seo-faq-list {
    display: grid;
    gap: 1rem;
}

.blog-article .faq-section {
    margin: 3rem 0 0;
}

.seo-category-card .blog-card-link,
.seo-pillar-card .blog-card-link {
    margin-top: auto;
}

.shop-intent-section {
    position: relative;
    margin: 0 7vw 3.6rem;
    padding: clamp(1.3rem, 2.6vw, 2rem);
    border: 1px solid rgba(241, 105, 139, 0.16);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 248, 250, 0.96) 0%, rgba(255, 255, 255, 0.98) 52%, rgba(248, 252, 249, 0.96) 100%);
    box-shadow: 0 22px 64px rgba(5, 5, 5, 0.06);
    overflow: hidden;
}

.shop-intent-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #f1698b 0%, rgba(241, 105, 139, 0.16) 46%, rgba(92, 182, 138, 0.2) 100%);
}

.shop-intent-section .shop-section-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.95fr);
    gap: 1.4rem;
    align-items: end;
    margin-bottom: 1.4rem;
}

.shop-intent-section .shop-section-header h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    letter-spacing: -0.02em;
}

.shop-intent-section .shop-section-header p {
    max-width: 660px;
    margin-left: auto;
    color: #5d5257;
    line-height: 1.6;
}

.shop-intent-section .seo-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.shop-intent-section .seo-category-card {
    position: relative;
    min-height: 240px;
    padding: 1.55rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(5, 5, 5, 0.045);
    overflow: hidden;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.shop-intent-section .seo-category-card::before {
    content: "01";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(241, 105, 139, 0.11);
    color: #b93661;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.shop-intent-section .seo-category-card:nth-child(2)::before {
    content: "02";
}

.shop-intent-section .seo-category-card:nth-child(3)::before {
    content: "03";
}

.shop-intent-section .seo-category-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, #f1698b, rgba(241, 105, 139, 0));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.shop-intent-section .seo-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(241, 105, 139, 0.34);
    background: #ffffff;
    box-shadow: 0 22px 52px rgba(185, 54, 97, 0.11);
}

.shop-intent-section .seo-category-card:hover::after {
    opacity: 1;
}

.shop-intent-section .seo-pillar-kicker {
    margin: 0 0 0.7rem;
    color: #b93661;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.shop-intent-section .seo-category-card h3 {
    max-width: 16.5rem;
    margin-bottom: 0.8rem;
    color: #151015;
    line-height: 1.35;
}

.shop-intent-section .seo-category-card p:not(.seo-pillar-kicker) {
    margin-bottom: 1.25rem;
    color: #50494d;
    line-height: 1.65;
}

.shop-intent-section .blog-card-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.48rem 0.9rem;
    border: 1px solid rgba(241, 105, 139, 0.22);
    border-radius: 999px;
    background: rgba(241, 105, 139, 0.08);
    color: #8f2547;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.shop-intent-section .seo-category-card:hover .blog-card-link {
    transform: translateY(-1px);
    border-color: #f1698b;
    background: #f1698b;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .shop-intent-section .shop-section-header,
    .shop-intent-section .seo-category-grid {
        grid-template-columns: 1fr;
    }

    .shop-intent-section .shop-section-header p {
        margin-left: 0;
    }

    .shop-intent-section .seo-category-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .shop-intent-section {
        margin-right: 1rem;
        margin-left: 1rem;
        padding: 1.1rem;
        border-radius: 14px;
    }

    .shop-intent-section .seo-category-card {
        padding: 1.25rem;
    }
}

.seo-cta-banner {
    margin: 0 0 3rem;
    padding: 1.8rem 2rem;
    border-radius: 1.4rem;
    border: 1px solid #e7ebf2;
    background: linear-gradient(135deg, #f8fbff, #f0f5ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

/* Espacements spécifiques page IA */
.ia-coach-section {
    margin: 3rem 0;
}

.ia-coach-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.2rem);
}

.ia-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: clamp(2rem, 3vw, 2.6rem);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ia-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    border-color: rgba(92, 182, 138, 0.3);
}

.ia-card h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.4rem;
    color: #111111;
}

.ia-card p {
    color: #333333;
    margin: 0;
    line-height: 1.65;
}

.ia-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ia-card-list li {
    position: relative;
    padding-left: 1.5rem;
    color: #333333;
}

.ia-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5cb68a;
}

.ia-card-list--numbered {
    counter-reset: ia-steps;
}

.ia-card-list--numbered li {
    padding-left: 2rem;
}

.ia-card-list--numbered li::before {
    content: counter(ia-steps);
    counter-increment: ia-steps;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(92, 182, 138, 0.2);
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    top: 0.2rem;
}

.ia-card-note {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #555555;
}

.ia-card-cta {
    margin-top: auto;
}

.btn-ia-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: none;
    background: #111111;
    color: #ffffff;
    padding: 0.85rem 2.4rem;
    border-radius: 999px;
    letter-spacing: 0.16em;
    font-size: 0.9rem;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-ia-cta:hover {
    background: #5cb68a;
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(92, 182, 138, 0.25);
}

.ia-spec-section {
    margin: 3.5rem 0 4rem;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 26px;
    background: linear-gradient(180deg, #fafcfb 0%, #ffffff 100%);
    border: 1px solid rgba(92, 182, 138, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.ia-spec-header {
    max-width: 900px;
    margin-bottom: 2rem;
}

.ia-spec-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 0.9rem;
    color: #111111;
}

.ia-spec-header p:last-child {
    color: #3a3a3a;
    line-height: 1.75;
}

.ia-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.ia-spec-card {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    padding: 1.6rem 1.7rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
}

.ia-spec-card h3 {
    margin: 0 0 0.75rem;
    font-size: 0.98rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #111111;
}

.ia-spec-card p {
    color: #333333;
    line-height: 1.7;
}

.ia-engine-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.6rem 0;
}

.ia-engine-step {
    position: relative;
    padding: 1.4rem 1.35rem 1.3rem;
    border-radius: 20px;
    background: #111111;
    color: #ffffff;
    overflow: hidden;
}

.ia-engine-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.ia-engine-step h3 {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ia-engine-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.65;
    font-size: 0.92rem;
}

.ia-spec-grid--detail {
    margin-top: 0.4rem;
}

@media (max-width: 1024px) {
    .ia-coach-grid {
        grid-template-columns: 1fr;
    }

    .ia-card {
        padding: clamp(2rem, 6vw, 3rem);
    }

    .ia-spec-grid,
    .ia-engine-strip {
        grid-template-columns: 1fr;
    }
}

.page-main {
    padding: 3.25rem 7vw 2.5rem;
}

.page-header {
    max-width: 720px;
    margin-bottom: 3rem;
    border-left: 3px solid #050505;
    padding-left: 1.5rem;
}

.page-header h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.page-header p {
    color: #555555;
}

.page-account-create .page-main {
    padding-top: 8rem;
}

.page-account-create .page-header {
    margin-top: 1.9rem;
}

.ia-hero {
    margin: 3rem 0 3rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ia-hero-content {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    padding: clamp(2rem, 4vw, 2.8rem);
    border: 1px solid rgba(92, 182, 138, 0.2);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 720px;
    opacity: 0;
    animation: iaHeroSlide 0.9s ease forwards;
}

.ia-hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
    color: #5cb68a;
}

.ia-hero-line {
    display: block;
    width: 90px;
    height: 3px;
    margin: 0 auto 1.2rem;
    background: linear-gradient(90deg, rgba(92, 182, 138, 0.8), rgba(229, 163, 111, 0.8));
    border-radius: 999px;
}

.ia-hero-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
}

.ia-hero-content p {
    color: #333333;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

@keyframes iaHeroSlide {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.blog-hero-card {
    margin: 2.8rem 0 3.8rem;
}

.blog-hero-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}

.blog-hero-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.75rem;
    color: #5cb68a;
    margin-bottom: 0.6rem;
}

.blog-hero-content h1 {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    margin-bottom: 1rem;
}

.blog-hero-content p {
    color: #333333;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.blog-hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}
@media (prefers-reduced-motion: reduce) {
    .ia-hero-content {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

.ia-hero-header {
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-radius: 0.8rem;
}

.ia-hero-header:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    background: #f7f7f7;
}

.story-section h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.story-section p {
    color: #555555;
}

.history-page {
    padding: 0 7vw 5rem;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.history-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    color: #F1698B;
    margin-bottom: 0.9rem;
    font-weight: 800;
}

.history-page h2 {
    margin-bottom: 1.2rem;
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    position: relative;
    padding-bottom: 0.5rem;
}

.history-page h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #F1698B, rgba(241, 105, 139, 0.38));
    border-radius: 999px;
}

.history-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.2rem);
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-top: clamp(0.4rem, 3vw, 1.2rem);
}

.history-hero::before,
.history-hero::after {
    content: none;
}


.history-hero-text,
.history-hero-media {
    position: relative;
    z-index: 1;
}

.history-hero-media {
    position: relative;
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
    padding: clamp(0.6rem, 1.2vw, 1.4rem);
    background: linear-gradient(135deg, rgba(241, 105, 139, 0.1) 0%, #ffffff 80%);
    border: 1px solid rgba(241, 105, 139, 0.22);
    border-radius: 1.8rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08), 0 10px 30px rgba(241, 105, 139, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.history-hero-media:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.12), 0 14px 36px rgba(241, 105, 139, 0.2);
}

.history-hero-text {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    transition: none;
    max-width: 620px;
    margin: 0 auto clamp(0.8rem, 2vw, 1.6rem);
    text-align: center;
    align-self: center;
}

.history-hero-text:hover {
    transform: none;
    box-shadow: none;
}

.history-hero-line {
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgba(241, 105, 139, 0.88), rgba(241, 105, 139, 0.32));
    margin: 0 auto 1.2rem auto;
}

.history-hero-media img {
    width: 100%;
    border-radius: 1.4rem;
    object-fit: cover;
    box-shadow: none;
    margin-top: 0;
    transition: none;
    filter: contrast(1.03) grayscale(1);
}

.history-hud {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.history-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.8rem;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 45%);
    transition: opacity 0.3s ease;
    opacity: 0.4;
}

.history-hero-media:hover::before {
    opacity: 0.6;
}

.hud-tag {
    position: absolute;
    background: rgba(31, 34, 54, 0.5);
    color: #f4f7fb;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 0.65rem 1rem;
    font-size: 0.76rem;
    min-width: 140px;
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
    opacity: 0.75;
    animation: hudPulse 4s ease-in-out infinite;
}

.hud-tag:hover {
    opacity: 1;
}

.hud-tag--one {
    top: 4%;
    right: 12%;
}

.hud-tag--two {
    top: 4%;
    left: 20%;
}

.hud-title {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.62rem;
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.85);
}

.hud-text {
    margin: 0;
    font-size: 0.78rem;
}

.hud-line {
    position: absolute;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.35);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.2));
}

.hud-tag--one .hud-line {
    top: 100%;
    left: 12px;
    right: auto;
    height: 95px;
}

.hud-tag--two .hud-line {
    top: 100%;
    right: 12px;
    left: auto;
    height: 85px;
}

[data-animate="hero-text"],
[data-animate="hero-media"] {
    opacity: 0;
}

[data-animate="hero-text"] {
    animation: heroSlideLeft 0.85s ease forwards;
}

[data-animate="hero-media"] {
    animation: heroSlideRight 0.85s ease forwards 0.1s;
}

@keyframes heroSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroSlideRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hudPulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.history-hero-media:hover .hud-tag {
    opacity: 1;
}

.history-lead {
    font-size: 1.1rem;
    color: #333333;
    max-width: 640px;
}

.history-section {
    padding: 0;
    border: none;
    background: transparent;
}

.history-section-content,
.history-section-inner {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 3rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.history-section-content:hover,
.history-section-inner:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.history-section--founders .history-section-content {
    background: #ffffff;
}

.history-section--renew .history-section-inner {
    background: #ffffff;
}

.history-section--ia .history-section-content {
    background:
        radial-gradient(circle at 12% 16%, rgba(241, 105, 139, 0.11), transparent 34%),
        radial-gradient(circle at 88% 92%, rgba(241, 105, 139, 0.07), transparent 38%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 68%, #fff7fa 100%);
    border-color: rgba(241, 105, 139, 0.18);
}

.history-section--future .history-section-content {
    background: #ffffff;
}

.history-hero p,
.history-section p {
    color: #333333;
}

.history-timeline {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.history-timeline-item {
    flex: 1 1 160px;
    border-left: 3px solid #F1698B;
    padding-left: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.history-timeline-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.history-timeline-year {
    font-weight: 700;
    color: #111111;
}

.history-highlight-card {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 2.5rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    text-align: center;
    font-size: 0.95rem;
    color: #333333;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.history-highlight-card span {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0.5rem 0;
    color: #F1698B;
}

.history-ia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.history-ia-grid article {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.2rem;
    padding: 1.2rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-ia-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
}

.history-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.history-page .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(5, 5, 5, 0.18);
}

.history-page .btn-primary:hover {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.24);
}

#sport-feminin .btn-primary:hover,
#sport-feminin .btn-primary:focus-visible {
    background: #d97db4;
    color: #ffffff;
    border-color: #d97db4;
    box-shadow: 0 18px 44px rgba(217, 125, 180, 0.3);
}

.history-page .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #050505;
    border-color: rgba(5, 5, 5, 0.2);
    background: rgba(255, 255, 255, 0.84);
    font-weight: 800;
}

.history-page .btn-ghost:hover {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.2);
}

#nutrition-sportive-bio .btn-primary:hover,
#nutrition-sportive-bio .btn-primary:focus-visible,
#nutrition-sportive-bio .btn-ghost:hover,
#nutrition-sportive-bio .btn-ghost:focus-visible {
    background: #d97db4;
    color: #ffffff;
    border-color: #d97db4;
    box-shadow: 0 18px 44px rgba(217, 125, 180, 0.3);
}

.history-section--future .btn-ghost {
    border-color: rgba(5, 5, 5, 0.2);
}

.history-page .btn-primary::before,
.history-page .btn-ghost::before {
    content: "";
    position: absolute;
    inset: -65% auto -65% -45%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    opacity: 0;
    pointer-events: none;
}

.history-page .btn-primary:hover::before,
.history-page .btn-primary:focus-visible::before,
.history-page .btn-ghost:hover::before,
.history-page .btn-ghost:focus-visible::before {
    animation: historyCtaShine 0.82s ease-out;
}

@keyframes historyCtaShine {
    0% {
        left: -45%;
        opacity: 0;
    }
    18% {
        opacity: 0.9;
    }
    100% {
        left: 116%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .history-page .btn-primary:hover::before,
    .history-page .btn-primary:focus-visible::before,
    .history-page .btn-ghost:hover::before,
    .history-page .btn-ghost:focus-visible::before {
        animation: none;
    }
}

@media (max-width: 900px) {
    .history-hero {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    .history-section {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 640px) {
    .history-page {
        padding: 2rem 1.5rem 4rem;
    }

    .history-hero-media img {
        margin-top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-animate="hero-text"],
    [data-animate="hero-media"],
    .hud-tag {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .history-hero-media img {
        transition: none;
    }
}

.story-section--with-bio > p:nth-of-type(-n+2) {
    display: none;
}

.story-section--with-bio > h2:first-of-type {
    display: none !important;
}

.account-section {
    max-width: 820px;
    margin: 0 7vw;
}

.account-form {
    margin-top: 1rem;
    padding: 1.8rem 2rem;
    border-radius: 1.2rem;
    border: 1px solid #efefef;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.account-alert {
    border-radius: 1rem;
    padding: 1rem 1.4rem;
    margin-bottom: 1.2rem;
    border: 1px solid transparent;
    font-size: 0.9rem;
    line-height: 1.4;
}

.account-alert ul {
    margin: 0.4rem 0 0;
    padding-left: 1.2rem;
}

.account-alert--error {
    border-color: #f7c4c7;
    background: #fff6f6;
    color: #8c1c1c;
}

.account-alert--success {
    border-color: #a9e2c0;
    background: #f3fff8;
    color: #105833;
}

.account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.2rem;
}

.account-form-row label {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    color: #777777;
}

.account-input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #dddddd;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    background: #ffffff;
}

.account-input:focus {
    border-color: #050505;
    box-shadow: inset 0 0 0 1px #050505;
    outline: none;
}

.account-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #555555;
}

.account-checkbox input {
    margin-top: 0.2rem;
}

.account-submit {
    margin-top: 0.4rem;
}

.account-forgot-hint {
    font-size: 0.8rem;
    color: #777777;
}

.account-forgot-hint a {
    color: inherit;
    text-decoration: underline;
}

.account-login-hint {
    font-size: 0.85rem;
    color: #555555;
}

@media (max-width: 600px) {
    .account-section {
        width: auto;
        margin: 0 1rem;
    }

    .account-form {
        width: 100%;
        padding: 1.5rem 1.25rem;
    }

    .account-form-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .account-form-row,
    .account-input {
        min-width: 0;
        width: 100%;
    }

    .account-submit {
        width: 100%;
        min-height: 54px;
        white-space: normal;
    }
}

.account-login-hint a {
    text-decoration: underline;
}

.verification-section {
    max-width: 620px;
    margin: 0 7vw;
    padding: 1.8rem 2rem;
    border-radius: 1.2rem;
    border: 1px solid #efefef;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.verification-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.verification-field {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #777777;
    gap: 0.3rem;
}

.verification-field input {
    border-radius: 999px;
    border: 1px solid #dddddd;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    background: #ffffff;
}

.verification-hint {
    font-size: 0.85rem;
    color: #555555;
}

.verification-submit {
    align-self: flex-start;
}

.verification-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f8faf9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
}

.verification-body::before,
.verification-body::after {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 8%;
    width: 28%;
    max-width: 260px;
    border-radius: 45%;
    background: radial-gradient(circle at center, rgba(23, 156, 92, 0.22), rgba(23, 156, 92, 0));
    filter: blur(10px);
    animation: verificationGlow 6s ease-in-out infinite;
    pointer-events: none;
}

.verification-body::before {
    left: -8%;
}

.verification-body::after {
    right: -8%;
    animation-delay: 1.5s;
}

@keyframes verificationGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }
}

.verification-result {
    width: min(360px, 90vw);
    margin: 1.5rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid #dff4e8;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    flex: 0 0 auto;
}

.verification-success {
    color: #0b5b1c;
}

.verification-error {
    color: #a02f2f;
}

.verification-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
}

.verification-actions a {
    color: #050505;
    text-decoration: none;
}

.verification-actions .btn-primary {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.verification-actions .btn-primary:hover {
    background: #050505;
    color: #ffffff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.story-bio-block {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.story-bio-block h2 {
    display: block;
}

.founders-bio {
    margin: 4rem 7vw 0;
    padding: 2.4rem 2.6rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.founders-bio::before {
    content: "Nous, Jérémie et Joachim Fy";
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
}

.founders-bio h2 {
    display: none;
}

.founders-bio p {
    color: #555555;
}

.founders-bio::before {
    content: none;
    display: none;
}

.founders-bio h2 {
    display: block;
}

.founders-bio:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.10);
    background: #f0f0f0;
}

.page-ia .founders-bio {
    display: none;
}

.page-ia {
    --ia-pink: #f1698b;
    --ia-pink-deep: #b93661;
    --ia-pink-soft: #fff3f6;
    --ia-pink-glow: rgba(241, 105, 139, 0.2);
    position: relative;
    overflow-x: clip;
    isolation: isolate;
    background: #ffffff;
}

.page-ia::before,
.page-ia::after {
    content: none;
    position: fixed;
    inset: -18vmax;
    z-index: 0;
    pointer-events: none;
    background: none;
    filter: none;
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg);
    animation: none;
}

.page-ia::after {
    background: none;
    opacity: 0;
    animation: none;
}

.page-ia .page-main,
.page-ia .site-footer {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.page-ia .site-header {
    z-index: 2000;
}

@keyframes iaPinkBackdropFloat {
    0% {
        transform: translate3d(-2.5rem, -1.5rem, 0) rotate(0deg) scale(1);
    }
    50% {
        transform: translate3d(2rem, 1.2rem, 0) rotate(9deg) scale(1.04);
    }
    100% {
        transform: translate3d(1rem, 2.6rem, 0) rotate(-7deg) scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-ia::before,
    .page-ia::after {
        animation: none;
    }
}


.page-ia .ia-hero {
    margin-top: 2.2rem;
}

.page-ia .ia-hero-content {
    position: relative;
    isolation: isolate;
    border-color: rgba(241, 105, 139, 0.28);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 250, 0.93)),
        #ffffff;
    box-shadow: 0 32px 86px rgba(185, 54, 97, 0.14);
}

.page-ia .ia-hero-content::before {
    content: "";
    position: absolute;
    inset: -34px;
    z-index: -1;
    border: 1px solid rgba(241, 105, 139, 0.16);
    border-radius: 34px;
    background: radial-gradient(circle, rgba(241, 105, 139, 0.12), transparent 68%);
}

.page-ia .ia-hero-eyebrow,
.page-ia .blog-hero-eyebrow {
    color: var(--ia-pink);
}

.page-ia .ia-hero-line {
    background: linear-gradient(90deg, rgba(241, 105, 139, 0.95), rgba(255, 190, 207, 0.85));
}

.page-ia .ia-card,
.page-ia .ia-spec-card {
    border-color: rgba(241, 105, 139, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
    box-shadow: 0 16px 42px rgba(185, 54, 97, 0.07);
}

.page-ia .ia-card:hover,
.page-ia .ia-spec-card:hover {
    border-color: rgba(241, 105, 139, 0.42);
    box-shadow: 0 30px 74px rgba(185, 54, 97, 0.13);
}

.page-ia .ia-card h2,
.page-ia .ia-spec-card h3 {
    color: #3d0f20;
}

.page-ia .ia-card-list li::before {
    background: var(--ia-pink);
    box-shadow: 0 0 0 5px rgba(241, 105, 139, 0.12);
}

.page-ia .ia-card-list--numbered li::before {
    background: rgba(241, 105, 139, 0.18);
    color: var(--ia-pink-deep);
    box-shadow: none;
}

.page-ia .btn-ia-cta {
    background: var(--ia-pink);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(241, 105, 139, 0.26);
}

.page-ia .btn-ia-cta:hover {
    background: var(--ia-pink-deep);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(185, 54, 97, 0.28);
}

.page-ia .ia-spec-section {
    border-color: rgba(217, 125, 180, 0.24);
    background:
        radial-gradient(circle, rgba(217, 125, 180, 0.16) 0%, rgba(217, 125, 180, 0.07) 38%, transparent 70%),
        linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
    background-size: 72% 72%, 100% 100%;
    background-position: 0% 0%, 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 26px 68px rgba(185, 54, 97, 0.1);
    animation: iaSpecGlowDrift 14s ease-in-out infinite alternate;
}

@keyframes iaSpecGlowDrift {
    0% {
        background-position: 0% 0%, 0 0;
    }
    50% {
        background-position: 100% 35%, 0 0;
    }
    100% {
        background-position: 20% 100%, 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-ia .ia-spec-section {
        animation: none;
        background-position: 10% 8%, 0 0;
    }
}

.page-ia .ia-engine-step {
    border: 1px solid rgba(241, 105, 139, 0.22);
    background: linear-gradient(145deg, #ffffff 0%, #fff2f6 100%);
    color: #6f1f3b;
    box-shadow: 0 18px 38px rgba(185, 54, 97, 0.1);
}

.page-ia .ia-engine-step span {
    background: var(--ia-pink);
    color: #ffffff;
}

.page-ia .ia-engine-step h3 {
    color: var(--ia-pink-deep);
}

.page-ia .ia-engine-step p {
    color: #6f1f3b;
}

.page-ia .seo-cta-banner {
    border-color: rgba(241, 105, 139, 0.18);
    background: linear-gradient(135deg, #fff6f9, #ffe8ef);
    box-shadow: 0 18px 48px rgba(185, 54, 97, 0.1);
}

.page-ia .seo-cta-banner .btn-primary {
    background: var(--ia-pink);
    color: #ffffff;
    border-color: var(--ia-pink);
    box-shadow: 0 14px 30px rgba(241, 105, 139, 0.24);
}

.page-ia .seo-cta-banner .btn-primary:hover {
    background: var(--ia-pink-deep);
    border-color: var(--ia-pink-deep);
    color: #ffffff;
}

.page-ia .ia-hero-header:hover {
    background: var(--ia-pink-soft);
    box-shadow: 0 16px 40px rgba(241, 105, 139, 0.12);
}

.page-ia .main-nav a[href="/coach-ia/"] {
    color: var(--ia-pink-deep);
}

.ia-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.4rem, 4vw, 2.4rem);
    margin-bottom: 2.8rem;
    align-items: stretch;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    margin-top: 2.4rem;
}

  .blog-card {
      border: 1px solid #e5e5e5;
      padding: 1.8rem 1.6rem;
      background: #ffffff;
      border-radius: 1rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
      transition: transform 0.16s ease, box-shadow 0.16s ease;
      display: flex;
      flex-direction: column;
  }

  .blog-card.is-hidden {
      display: none;
  }

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.blog-card h2 {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.6rem;
}

.blog-card p {
    color: #555555;
    margin-bottom: 1rem;
}

  .blog-card .link {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      border-bottom: 1px solid #050505;
      padding-bottom: 0.1rem;
  }

  .blog-hero {
      margin-bottom: 2.5rem;
  }

  .blog-hero-kicker {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #8a8a8a;
      margin-bottom: 0.8rem;
  }

  .blog-hero-cta {
      margin-top: 1.6rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
  }

  .blog-filters {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 2rem;
  }

  .blog-filters-label {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #8a8a8a;
  }

  .blog-filters-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
  }

  .blog-tag {
      padding: 0.35rem 0.9rem;
      border-radius: 999px;
      border: 1px solid #e0e0e0;
      background: #ffffff;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      cursor: pointer;
      transition: background 0.16s ease, color 0.16s ease,
          border-color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
  }

  .blog-tag.is-active,
  .blog-tag:hover {
      background: #050505;
      color: #ffffff;
      border-color: #050505;
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  .blog-card-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 1rem 2.5rem;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #8a8a8a;
      margin-bottom: 0.6rem;
  }

  .blog-card-tag {
      padding: 0.1rem 0.45rem;
      border-radius: 999px;
      border: 1px solid #dedede;
      font-size: 0.7rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #050505;
      background: #f5f5f5;
  }

  .blog-card-excerpt {
      color: #555555;
      margin-bottom: 1.1rem;
  }

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: auto;
}

  .blog-card-link::after {
      content: "→";
      font-size: 0.9rem;
  }

  .blog-running-divider {
      display: flex;
      align-items: center;
      gap: clamp(0.8rem, 2vw, 1.4rem);
      margin: 3.4rem 0 2.6rem;
      position: relative;
  }

  .blog-running-divider::before,
  .blog-running-divider::after {
      content: "";
      flex: 1 1 auto;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, #050505 0%, #050505 42%, #F1698B 50%, #050505 58%, #050505 100%);
      background-size: 220% 100%;
      animation: blogDividerSweep 3.2s linear infinite;
  }

  .blog-running-divider::after {
      animation-direction: reverse;
  }

  .blog-running-divider img {
      display: block;
      flex: 0 0 auto;
      width: clamp(3rem, 6vw, 4.75rem);
      height: auto;
      filter: drop-shadow(0 8px 12px rgba(5, 5, 5, 0.14));
      transform-origin: 50% 70%;
      animation: blogRunnerStride 2.4s ease-in-out infinite;
      will-change: transform;
  }

  .blog-running-divider:hover::before,
  .blog-running-divider:hover::after {
      animation-duration: 1.8s;
  }

  .blog-running-divider:hover img {
      filter: drop-shadow(0 12px 18px rgba(5, 5, 5, 0.2));
  }

  @keyframes blogDividerSweep {
      0% {
          background-position: 120% 0;
      }

      100% {
          background-position: -120% 0;
      }
  }

  @keyframes blogRunnerStride {
      0%,
      100% {
          transform: translateY(0) rotate(-1deg) scale(1);
      }

      40% {
          transform: translateY(-4px) rotate(1deg) scale(1.04);
      }

      70% {
          transform: translateY(1px) rotate(-0.5deg) scale(0.99);
      }
  }

  @media (prefers-reduced-motion: reduce) {
      .blog-running-divider::before,
      .blog-running-divider::after,
      .blog-running-divider img {
          animation: none;
      }

      .blog-running-divider::before,
      .blog-running-divider::after {
          background: #050505;
      }
  }

  .blog-bottom-cta {
      margin: 0 0 1rem;
      padding: 2.4rem 2.6rem;
      border-radius: 1.4rem;
      border: 1px solid #eeeeee;
      background: #f5f5f5;
      color: #050505;
      text-align: left;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  .blog-bottom-cta:hover {
      transform: translateY(-4px) scale(1.01);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }

  .blog-bottom-kicker {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #777777;
      margin-bottom: 0.9rem;
  }

  .blog-bottom-cta h2 {
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      margin-bottom: 0.9rem;
  }

  .blog-bottom-cta p {
      margin-bottom: 1.3rem;
      color: #555555;
  }

  .blog-bottom-social-proof {
      display: inline-flex;
      margin: 0 0 1.25rem;
  }

  .blog-bottom-social-proof > span {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.4rem 0.85rem;
      border-radius: 999px;
      border: 1px solid rgba(5, 5, 5, 0.14);
      background: #ffffff;
      color: #2f2f35;
      font-size: 0.8rem;
      line-height: 1.25;
      box-shadow: none;
  }

  .blog-bottom-social-proof strong {
      color: #050505;
      font-weight: 800;
  }

  .blog-bottom-stars {
      color: #050505;
      letter-spacing: 0.04em;
      font-size: 0.72rem;
  }

  .blog-bottom-cta-btn {
      margin-top: 0.4rem;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
      transform: translateY(0) scale(1);
      transition: transform 0.18s ease, box-shadow 0.18s ease,
          background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .blog-bottom-cta-btn:hover {
      transform: translateY(-2px) scale(1.04);
      box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
      background: #ffffff;
      color: #050505;
      border-color: #050505;
  }

  .page-conseils-nutrition {
      background: #ffffff;
  }

  .page-conseils-nutrition .page-main {
      background: #ffffff;
  }

  .page-conseils-nutrition .blog-hero-card {
      position: relative;
      padding: clamp(2rem, 5vw, 3.4rem);
      border: 1px solid rgba(241, 105, 139, 0.18);
      border-radius: 1.6rem;
      background:
          linear-gradient(135deg, rgba(241, 105, 139, 0.1), rgba(255, 255, 255, 0.92) 48%, #ffffff),
          #ffffff;
      box-shadow: 0 28px 70px rgba(241, 105, 139, 0.1);
      overflow: hidden;
  }

  .page-conseils-nutrition .blog-hero-card::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 7px;
      background: linear-gradient(180deg, #F1698B, rgba(241, 105, 139, 0.18));
  }

  .page-conseils-nutrition .blog-hero-eyebrow,
  .page-conseils-nutrition .seo-pillar-kicker,
  .page-conseils-nutrition .blog-filters-label,
  .page-conseils-nutrition .blog-bottom-kicker {
      color: #b8365d;
      font-weight: 800;
  }

  .page-conseils-nutrition .blog-hero-line {
      display: block;
      width: 76px;
      height: 3px;
      margin: 0 auto 1.1rem;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(241, 105, 139, 0.95), rgba(241, 105, 139, 0.22));
  }

  .page-conseils-nutrition .blog-hero-cta .btn-primary,
  .page-conseils-nutrition .blog-bottom-cta-btn {
      background: #F1698B;
      border-color: #F1698B;
      color: #ffffff;
      box-shadow: 0 14px 34px rgba(241, 105, 139, 0.24);
  }

  .page-conseils-nutrition .blog-hero-cta .btn-primary:hover,
  .page-conseils-nutrition .blog-bottom-cta-btn:hover {
      background: #ffffff;
      border-color: #F1698B;
      color: #b8365d;
      box-shadow: 0 16px 38px rgba(241, 105, 139, 0.18);
  }

  .page-conseils-nutrition .seo-pillar-strip--blog,
  .page-conseils-nutrition .blog-bottom-cta {
      border-color: rgba(241, 105, 139, 0.18);
      background: #ffffff;
      box-shadow: 0 20px 52px rgba(241, 105, 139, 0.08);
  }

  .page-conseils-nutrition .seo-pillar-card,
  .page-conseils-nutrition .blog-card {
      border-color: rgba(241, 105, 139, 0.14);
  }

  .page-conseils-nutrition .seo-pillar-card:hover,
  .page-conseils-nutrition .blog-card:hover {
      border-color: rgba(241, 105, 139, 0.36);
      box-shadow: 0 18px 44px rgba(241, 105, 139, 0.11);
  }

  .page-conseils-nutrition .blog-tag {
      border-color: rgba(241, 105, 139, 0.24);
  }

  .page-conseils-nutrition .blog-tag.is-active,
  .page-conseils-nutrition .blog-tag:hover {
      background: #F1698B;
      border-color: #F1698B;
      color: #ffffff;
      box-shadow: 0 10px 24px rgba(241, 105, 139, 0.22);
  }

  .page-conseils-nutrition .blog-card-tag {
      border-color: rgba(241, 105, 139, 0.28);
      background: rgba(241, 105, 139, 0.1);
      color: #b8365d;
  }

  .page-conseils-nutrition .blog-card .link {
      border-bottom-color: #F1698B;
      color: #9f2f51;
  }

  .page-conseils-nutrition .blog-bottom-social-proof > span {
      border-color: rgba(241, 105, 139, 0.24);
  }

  .page-conseils-nutrition .blog-bottom-stars {
      color: #F1698B;
  }

  @media (max-width: 1024px) {
      .blog-list {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .seo-pillar-grid,
      .seo-category-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }
  }

  @media (max-width: 768px) {
      .blog-hero-card {
          margin: 2rem 0 2.8rem;
      }

      .blog-hero-content {
          max-width: none;
      }

      .blog-hero-content h1 {
          font-size: clamp(1.5rem, 7vw, 1.95rem);
          letter-spacing: 0.12em;
      }

      .blog-filters {
          flex-direction: column;
          align-items: flex-start;
      }

      .blog-list {
          grid-template-columns: 1fr;
          gap: 1.2rem;
          margin-top: 1.8rem;
      }

      .blog-card {
          padding: 1.4rem 1.2rem;
      }

      .blog-card h2 {
          font-size: 0.98rem;
          letter-spacing: 0.12em;
      }

      .blog-card-meta {
          gap: 0.6rem 1rem;
      }

      .blog-bottom-cta {
          margin-top: 2.4rem;
          padding: 1.6rem 1.2rem;
      }

      .blog-bottom-cta h2 {
          font-size: 1.05rem;
          letter-spacing: 0.12em;
      }

      .seo-pillar-grid,
      .seo-category-grid {
          grid-template-columns: 1fr;
      }

      .seo-pillar-intro h2 {
          letter-spacing: 0.1em;
      }
  }

  @media (max-width: 480px) {
      .blog-hero-eyebrow,
      .blog-filters-label,
      .blog-tag,
      .blog-card .link,
      .blog-card-meta,
      .blog-bottom-kicker,
      .blog-bottom-cta h2 {
          letter-spacing: 0.1em;
      }

      .blog-hero-cta {
          flex-direction: column;
          align-items: stretch;
      }

      .blog-hero-cta .btn {
          width: 100%;
          justify-content: center;
      }

      .blog-filters-tags {
          width: 100%;
      }

      .blog-tag {
          flex: 1 1 calc(50% - 0.5rem);
          text-align: center;
      }
  }

  .blog-article {
      max-width: 960px;
      margin: 2.6rem auto 4.5rem;
      padding: 2.6rem 2.8rem;
      background: #ffffff;
      border: 1px solid #e8edf2;
      border-radius: 20px;
      box-shadow: 0 22px 60px rgba(0, 0, 0, 0.06);
  }

  .blog-article-header {
      margin-bottom: 2.4rem;
  }

  .blog-article-meta {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #6c7280;
      margin-bottom: 0.75rem;
  }

  .blog-article-meta span + span::before {
      content: "â€¢";
      margin: 0 0.35rem 0 0.15rem;
      color: #c5cad3;
  }

  .blog-article-header h1 {
      font-size: 2.1rem;
      line-height: 1.18;
      letter-spacing: -0.01em;
      text-transform: none;
      color: #0f172a;
      margin-bottom: 1rem;
  }

  .blog-article-intro {
      font-size: 1.05rem;
      line-height: 1.75;
      color: #2b303b;
  }

  .blog-article-content {
      line-height: 1.75;
      color: #2b303b;
  }

  .blog-article-content h2 {
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0.02em;
      color: #0f172a;
      margin: 2.2rem 0 1rem;
      padding-bottom: 0.55rem;
      border-bottom: 1px solid #edf0f4;
  }

  .blog-article-content p {
      margin-bottom: 1.2rem;
  }

  .blog-article-content ul {
      margin: 0 0 1.8rem 0;
      padding-left: 1.3rem;
      display: grid;
      gap: 0.55rem;
      list-style: disc;
  }

  .blog-article-content li {
      margin: 0;
      color: #1f2530;
  }

  .blog-article-cta {
      margin-top: 2.8rem;
      padding: 1.6rem 1.8rem;
      border-radius: 16px;
      border: 1px solid #dfe9f6;
      background: linear-gradient(135deg, #f8fbff, #f3f7ff);
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      justify-content: space-between;
  }

  .blog-article-cta-text {
      font-size: 1rem;
      color: #1f2530;
      max-width: 480px;
      line-height: 1.6;
  }

  @media (max-width: 768px) {
      .blog-article {
          margin: 2rem 1rem 3.5rem;
          padding: 1.6rem 1.4rem;
      }

      .blog-article-header h1 {
          font-size: 1.75rem;
      }

      .blog-article-content h2 {
          font-size: 1.05rem;
          margin: 1.6rem 0 0.8rem;
      }

      .blog-article-cta {
          padding: 1.2rem 1.25rem;
      }
  }

  .blog-article {
      max-width: 1180px;
      margin: clamp(1.8rem, 4vw, 3.2rem) auto 5rem;
      padding: clamp(1.1rem, 2.5vw, 2rem);
      display: grid;
      grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.78fr);
      gap: clamp(1.6rem, 4vw, 3.6rem);
      align-items: start;
      border: 1px solid rgba(5, 5, 5, 0.08);
      border-radius: 18px;
      background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 250, 0.94)),
          linear-gradient(90deg, rgba(241, 105, 139, 0.08), transparent 42%);
      box-shadow: 0 24px 70px rgba(5, 5, 5, 0.08);
  }

  .blog-article-header {
      position: sticky;
      top: 8.5rem;
      width: 100%;
      max-width: none;
      margin: 0;
      padding: clamp(1.35rem, 2.6vw, 2rem);
      border: 1px solid rgba(5, 5, 5, 0.07);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 18px 42px rgba(5, 5, 5, 0.06);
  }

  .blog-article-header::before {
      content: "";
      display: block;
      width: 46px;
      height: 3px;
      margin-bottom: 1.2rem;
      border-radius: 999px;
      background: #f1698b;
  }

  .blog-article-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 1rem;
      color: #a82f51;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
  }

  .blog-article-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0.38rem 0.68rem;
      border: 1px solid rgba(241, 105, 139, 0.16);
      border-radius: 999px;
      background: rgba(241, 105, 139, 0.08);
  }

  .blog-article-meta span + span::before {
      content: none;
  }

  .blog-article-header h1 {
      margin: 0 0 1rem;
      color: #09090b;
      font-size: clamp(2rem, 4vw, 3.35rem);
      line-height: 0.98;
      letter-spacing: 0;
      text-transform: none;
  }

  .blog-article-intro {
      color: #3f3f46;
      font-size: clamp(1rem, 1.4vw, 1.14rem);
      line-height: 1.72;
  }

  .blog-article-content {
      min-width: 0;
      padding: clamp(1.35rem, 3vw, 2.4rem);
      border: 1px solid rgba(5, 5, 5, 0.06);
      border-radius: 14px;
      background: #ffffff;
      color: #2d2d34;
      font-size: 1.02rem;
      line-height: 1.84;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74);
  }

  .blog-article > :not(.blog-article-header) {
      grid-column: 2;
      min-width: 0;
  }

  .blog-article > .blog-list {
      grid-template-columns: 1fr;
      margin-top: 0;
  }

  .blog-article-content h2 {
      position: relative;
      margin: 2.4rem 0 1rem;
      padding-top: 1.15rem;
      border-top: 1px solid rgba(5, 5, 5, 0.08);
      border-bottom: none;
      color: #09090b;
      font-size: clamp(1.2rem, 1.8vw, 1.48rem);
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1.2;
      text-transform: none;
  }

  .blog-article-content h2:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
  }

  .blog-article-content h2::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 72px;
      height: 2px;
      background: #f1698b;
  }

  .blog-article-content h2:first-child::before {
      content: none;
  }

  .blog-article-content p {
      max-width: 68ch;
      margin-bottom: 1.15rem;
  }

  .blog-article-content a {
      color: #a82f51;
      font-weight: 700;
      text-decoration-thickness: 0.08em;
      text-underline-offset: 0.18em;
  }

  .blog-article-content ul {
      max-width: 68ch;
      margin: 0 0 1.8rem;
      padding: 0;
      display: grid;
      gap: 0.75rem;
      list-style: none;
  }

  .blog-article-content li {
      position: relative;
      margin: 0;
      padding: 0.75rem 0.9rem 0.75rem 2.45rem;
      border: 1px solid rgba(5, 5, 5, 0.06);
      border-radius: 12px;
      background: #fafafa;
      color: #27272a;
  }

  .blog-article-content li::before {
      content: "";
      position: absolute;
      top: 1.18rem;
      left: 1rem;
      width: 0.48rem;
      height: 0.48rem;
      border-radius: 999px;
      background: #f1698b;
      box-shadow: 0 0 0 5px rgba(241, 105, 139, 0.1);
  }

  .blog-article-cta {
      grid-column: 2;
      margin-top: 0;
      padding: clamp(1.35rem, 2.6vw, 2rem);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 1.1rem;
      align-items: center;
      border: 1px solid rgba(241, 105, 139, 0.18);
      border-radius: 14px;
      background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 249, 0.96)),
          radial-gradient(circle at 94% 0%, rgba(241, 105, 139, 0.16), transparent 38%);
      box-shadow: 0 20px 50px rgba(5, 5, 5, 0.08);
  }

  .blog-article-cta-text {
      max-width: 58ch;
      color: #27272a;
      font-size: 1rem;
      line-height: 1.65;
  }

  .blog-article-cta .btn {
      white-space: nowrap;
  }

  @media (max-width: 1360px) {
      .blog-article {
          width: min(94vw, 1180px);
          max-width: 1180px;
          grid-template-columns: 1fr;
          gap: clamp(0.95rem, 2vw, 1.35rem);
      }

      .blog-article-header {
          position: relative;
          top: auto;
      }

      .blog-article > :not(.blog-article-header),
      .blog-article-cta {
          grid-column: 1;
      }
  }

  @media (min-width: 769px) and (max-width: 1360px) {
      .blog-article-header {
          display: grid;
          grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
          gap: 1rem clamp(1.4rem, 3vw, 2.6rem);
          align-items: end;
      }

      .blog-article-header::before,
      .blog-article-meta {
          grid-column: 1 / -1;
      }

      .blog-article-header h1 {
          max-width: 12ch;
          margin-bottom: 0;
          font-size: clamp(2.55rem, 5vw, 4.15rem);
      }

      .blog-article-intro {
          max-width: 38ch;
          margin: 0;
      }
  }

  @media (max-width: 980px) {
      .blog-article {
          grid-template-columns: 1fr;
          max-width: 820px;
      }

      .blog-article-header {
          position: relative;
          top: auto;
      }

      .blog-article-cta {
          grid-column: 1;
      }

      .blog-article > :not(.blog-article-header) {
          grid-column: 1;
      }
  }

  @media (max-width: 768px) {
      .blog-article {
          margin: 1.4rem 1rem 3.5rem;
          padding: 0.8rem;
          border-radius: 16px;
          gap: 0.8rem;
      }

      .blog-article-header,
      .blog-article-content,
      .blog-article-cta {
          padding: 1.2rem;
          border-radius: 12px;
      }

      .blog-article-header h1 {
          font-size: clamp(1.9rem, 9vw, 2.55rem);
          line-height: 1.02;
      }

      .blog-article-content {
          font-size: 0.98rem;
      }

      .blog-article-content h2 {
          margin: 1.7rem 0 0.8rem;
          font-size: 1.12rem;
      }

      .blog-article-content li {
          padding-right: 0.8rem;
      }

      .blog-article-cta {
          grid-template-columns: 1fr;
      }

      .blog-article-cta .btn {
          width: 100%;
          white-space: normal;
          text-align: center;
      }
  }

  .blog-article.blog-article--wide {
      width: min(96vw, 1780px);
      max-width: none;
  }

  @media (max-width: 768px) {
      .blog-article.blog-article--wide {
          width: auto;
          max-width: none;
      }
  }

.long-run-page {
    padding-bottom: clamp(3rem, 6vw, 6rem);
}

.page-under-reconstruction {
    padding-top: 1.75rem;
}

.rebuild-breadcrumb {
    width: 100%;
    margin: 0 auto 0.85rem;
}

.rebuild-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    list-style: none;
    color: #666666;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.rebuild-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.rebuild-breadcrumb li:not(:last-child)::after {
    content: "/";
    color: #d97db4;
}

.rebuild-breadcrumb a {
    color: #050505;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rebuild-breadcrumb a:hover,
.rebuild-breadcrumb a:focus-visible {
    color: #d97db4;
}

.rebuild-breadcrumb a:focus-visible {
    outline: 2px solid #d97db4;
    outline-offset: 3px;
}

.rebuild-page-title {
    width: 100%;
    margin: 0.75rem auto 1.5rem;
    padding: clamp(2rem, 5vw, 5rem);
    text-align: left;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 92% 12%, rgba(217, 125, 180, 0.15), transparent 24rem),
        #ffffff;
    box-shadow: 0 24px 65px rgba(5, 5, 5, 0.06);
}

.rebuild-page-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1.35rem;
    color: #555555;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rebuild-page-category {
    padding: 0.48rem 0.8rem;
    border: 1px solid #d97db4;
    background: rgba(217, 125, 180, 0.1);
    color: #6f2e55;
}

.rebuild-page-title h1 {
    max-width: 18ch;
    margin: 0;
    color: #050505;
    font-size: clamp(2.5rem, 6vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: none;
}

.rebuild-page-title p {
    max-width: 62ch;
    margin: 1.4rem 0 0;
    color: #555555;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.7;
}

.rebuild-preferred-source-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.6rem;
    padding: 0.9rem 1.35rem;
    border: 1px solid #050505;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rebuild-preferred-source-icon {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    filter: brightness(0) invert(1);
}

.rebuild-preferred-source-cta:hover,
.rebuild-preferred-source-cta:focus-visible {
    border-color: #d97db4;
    background: #d97db4;
    color: #ffffff;
}

.rebuild-preferred-source-cta:focus-visible {
    outline: 3px solid rgba(217, 125, 180, 0.35);
    outline-offset: 3px;
}

.rebuild-content-block {
    width: 100%;
    min-height: clamp(38rem, 70vw, 64rem);
    margin: 0 auto 1.5rem;
    padding: 1.25rem;
    border: 1px solid #d97db4;
    border-radius: 0;
    background: #ffffff;
}

.rebuild-info-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 0.6rem;
}

.rebuild-info-card {
    display: inline-flex;
    min-height: 0;
    align-items: baseline;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(217, 125, 180, 0.55);
    border-radius: 0;
    background: rgba(217, 125, 180, 0.07);
}

.rebuild-info-label {
    color: #6f2e55;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rebuild-info-card strong {
    color: #050505;
    font-size: 0.9rem;
    line-height: 1.1;
}

.rebuild-article-body {
    width: 100%;
    max-width: none;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.rebuild-article-section {
    padding: clamp(1.75rem, 3vw, 2.75rem) 0;
    border-top: 1px solid rgba(217, 125, 180, 0.45);
}

.rebuild-article-section:last-child {
    padding-bottom: 1rem;
}

.rebuild-article-section h2 {
    max-width: 26ch;
    margin: 0 0 1rem;
    color: #050505;
    font-size: clamp(1.65rem, 3.2vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: none;
}

.rebuild-article-section p {
    width: 100%;
    max-width: none;
    margin: 0 0 1rem;
    color: #555555;
    font-size: 1rem;
    line-height: 1.75;
}

.rebuild-article-section p:last-child {
    margin-bottom: 0;
}

.rebuild-contextual-link {
    color: inherit;
    font-weight: 650;
    text-decoration-color: #d97db4;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.rebuild-contextual-link:hover,
.rebuild-contextual-link:focus-visible {
    color: #6f2e55;
    text-decoration-color: #d97db4;
}

.rebuild-contextual-link:focus-visible {
    outline: 2px solid #d97db4;
    outline-offset: 3px;
}

.rebuild-article-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    margin-top: 1rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border-top: 1px solid #d97db4;
    background: rgba(217, 125, 180, 0.07);
    text-align: center;
}

.rebuild-article-feedback h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    line-height: 1.2;
    text-transform: none;
}

.rebuild-feedback-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 28rem);
    gap: 0.75rem;
}

.rebuild-feedback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    gap: 0.65rem;
    padding: 0.85rem 1.2rem;
    border: 1.5px solid #050505;
    border-radius: 0.85rem;
    background: #ffffff;
    color: #050505;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rebuild-feedback-button[data-feedback-value="yes"] {
    background: #050505;
    color: #ffffff;
}

.rebuild-feedback-button:hover,
.rebuild-feedback-button:focus-visible,
.rebuild-feedback-button[aria-pressed="true"] {
    border-color: #d97db4;
    background: #d97db4;
    color: #ffffff;
}

.rebuild-feedback-button:focus-visible {
    outline: 3px solid rgba(217, 125, 180, 0.35);
    outline-offset: 3px;
}

.rebuild-feedback-message {
    width: 100%;
    min-height: 1.4em;
    margin: 0;
    color: #6f2e55;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
}

.rebuild-comments {
    width: 100%;
    margin: 0 auto 4rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid #d97db4;
    border-radius: 0;
    background: #ffffff;
}

.rebuild-comments-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem 2rem;
    align-items: end;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(217, 125, 180, 0.45);
}

.rebuild-comments-heading span {
    display: block;
    margin-bottom: 0.45rem;
    color: #6f2e55;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rebuild-comments-heading h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.05;
    text-transform: none;
}

.rebuild-comments-heading p {
    margin: 0;
    color: #555555;
    line-height: 1.65;
}

.rebuild-comments-form {
    display: grid;
    grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1.35fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.rebuild-comments-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.rebuild-comments-field--full {
    grid-column: 2;
    grid-row: 1 / span 3;
}

.rebuild-comments-field label {
    color: #202020;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rebuild-comments-field input,
.rebuild-comments-field textarea {
    width: 100%;
    border: 1px solid rgba(5, 5, 5, 0.2);
    border-radius: 0;
    background: #ffffff;
    color: #050505;
    font: inherit;
    padding: 0.9rem 1rem;
    resize: vertical;
}

.rebuild-comments-field input:focus,
.rebuild-comments-field textarea:focus {
    border-color: #d97db4;
    outline: 3px solid rgba(217, 125, 180, 0.2);
}

.rebuild-comments-captcha {
    width: min(100%, 23rem);
    gap: 0.3rem;
}

.rebuild-comments-captcha-row {
    display: grid;
    grid-template-columns: auto 3.75rem auto;
    gap: 0.4rem;
    align-items: stretch;
}

.rebuild-comments-captcha-question {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid #d97db4;
    background: rgba(217, 125, 180, 0.08);
    color: #050505;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.rebuild-comments-captcha-refresh {
    min-height: 2.25rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid rgba(5, 5, 5, 0.25);
    border-radius: 0;
    background: #ffffff;
    color: #202020;
    font: inherit;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.rebuild-comments-captcha-refresh:hover,
.rebuild-comments-captcha-refresh:focus-visible {
    border-color: #d97db4;
    color: #6f2e55;
}

.rebuild-comments-captcha small {
    color: #5a5a5a;
    font-size: 0.7rem;
}

.rebuild-comments-captcha input[name="captcha_answer"] {
    min-height: 2.25rem;
    padding: 0.35rem 0.5rem;
    text-align: center;
}

.rebuild-comments-submit {
    align-self: end;
    min-height: 3rem;
    border: 1px solid #050505;
    border-radius: 0.85rem;
    background: #050505;
    color: #ffffff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.rebuild-comments-submit:hover,
.rebuild-comments-submit:focus-visible {
    border-color: #d97db4;
    background: #d97db4;
}

.rebuild-comments-submit:disabled {
    cursor: wait;
    opacity: 0.6;
}

.rebuild-comments-status {
    min-height: 1.4em;
    margin: 0;
    color: #6f2e55;
    font-size: 0.86rem;
    font-weight: 600;
}

.rebuild-comments-honeypot {
    position: absolute;
    left: -9999px;
}

.rebuild-comments-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.rebuild-comment {
    padding: 1rem 1.1rem;
    border-left: 3px solid #d97db4;
    background: rgba(217, 125, 180, 0.07);
}

.rebuild-comment header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.55rem;
}

.rebuild-comment strong {
    color: #050505;
}

.rebuild-comment time {
    color: #777777;
    font-size: 0.78rem;
}

.rebuild-comment p {
    margin: 0;
    color: #444444;
    line-height: 1.65;
    white-space: pre-wrap;
}

.rebuild-comments-empty {
    margin: 0;
    color: #777777;
    font-size: 0.92rem;
}

@media (max-width: 760px) {
    .rebuild-info-card {
        width: 100%;
    }

    .rebuild-comments-heading,
    .rebuild-comments-form {
        grid-template-columns: 1fr;
    }

    .rebuild-comments-field--full {
        grid-column: auto;
        grid-row: auto;
    }
}

.js-ready .long-run-page .reveal-on-scroll,
.js-ready .long-run-page .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
}

.long-run-guide {
    width: min(96vw, 1780px);
    margin: 1.5rem auto 0;
    color: #202020;
}

.article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin: 0 0 1.2rem;
    color: #686868;
    font-size: 0.84rem;
}

.article-breadcrumb a {
    color: #343434;
    text-decoration: none;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible {
    color: #a94f84;
    text-decoration: underline;
}

.long-run-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 5vw, 5.5rem);
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 90% 12%, rgba(217, 125, 180, 0.16), transparent 28rem),
        #ffffff;
    box-shadow: 0 28px 80px rgba(5, 5, 5, 0.075);
}

.long-run-kicker,
.section-label {
    margin: 0 0 0.8rem;
    color: #a94f84;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.long-run-kicker span {
    margin-left: 0.65rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(5, 5, 5, 0.15);
    color: #666666;
}

.long-run-hero h1 {
    max-width: 16ch;
    margin: 0;
    color: #050505;
    font-size: clamp(2.6rem, 6.2vw, 6.8rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    text-transform: none;
}

.long-run-lead {
    max-width: 62ch;
    margin: 1.5rem 0 0;
    color: #4d4d4d;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.7;
}

.article-update {
    margin: 1rem 0 0;
    color: #777777;
    font-size: 0.84rem;
}

.quick-answer {
    padding: clamp(1.4rem, 2.6vw, 2.2rem);
    border: 1px solid rgba(217, 125, 180, 0.34);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 48px rgba(217, 125, 180, 0.13);
}

.quick-answer-label {
    margin: 0 0 0.55rem;
    color: #a94f84;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.quick-answer h2 {
    margin: 0 0 1rem;
    color: #050505;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    text-transform: none;
}

.quick-answer ol {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: quick-steps;
}

.quick-answer li {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.65rem;
    align-items: start;
    color: #444444;
    line-height: 1.55;
    counter-increment: quick-steps;
}

.quick-answer li::before {
    content: counter(quick-steps);
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d97db4;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}

.long-run-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
    margin-top: clamp(2rem, 4vw, 4rem);
}

.article-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 1.35rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 1.2rem;
    background: #ffffff;
}

.article-toc p {
    flex: 1 0 100%;
    margin: 0 0 0.5rem;
    color: #050505;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.article-toc a {
    padding: 0.65rem 0.75rem;
    border-radius: 0.7rem;
    color: #555555;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.article-toc a:hover,
.article-toc a:focus-visible {
    background: rgba(217, 125, 180, 0.12);
    color: #7d315f;
}

.long-run-content {
    display: grid;
    gap: 1.25rem;
}

.timeline-group {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.article-intent,
.timeline-step,
.article-faq,
.related-guides {
    scroll-margin-top: 9rem;
    padding: clamp(1.6rem, 3vw, 2.8rem);
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 1.5rem;
    background: #ffffff;
}

.article-intent h2,
.timeline-step h2,
.article-faq h2,
.related-guides h2,
.long-run-cta h2 {
    margin: 0 0 0.8rem;
    color: #050505;
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
    text-transform: none;
}

.article-intent > p:not(.section-label),
.timeline-step p,
.article-faq p,
.related-guides p,
.long-run-cta p {
    color: #505050;
    line-height: 1.75;
}

.do-dont-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.do-dont-grid div {
    display: grid;
    gap: 0.35rem;
    padding: 1.15rem;
    border-radius: 1rem;
    background: #f8f8f8;
}

.do-dont-grid div:first-child {
    background: rgba(217, 125, 180, 0.11);
}

.do-dont-grid strong {
    color: #050505;
}

.do-dont-grid span {
    color: #555555;
    line-height: 1.55;
}

.timeline-step {
    display: grid;
    grid-template-columns: minmax(140px, 0.25fr) minmax(0, 1fr);
    gap: clamp(1.2rem, 3vw, 2.5rem);
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
}

.timeline-group .timeline-step:last-child {
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

.timeline-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.timeline-time span {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d97db4;
    color: #ffffff;
    font-weight: 800;
}

.timeline-time strong {
    color: #7d315f;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.timeline-step ul {
    display: grid;
    gap: 0.7rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.timeline-step li {
    position: relative;
    padding-left: 1.35rem;
    color: #3f3f3f;
    line-height: 1.65;
}

.timeline-step li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #d97db4;
}

.meal-example {
    margin-top: 1.2rem;
    padding: 1.2rem 1.3rem;
    border-left: 4px solid #d97db4;
    border-radius: 0 1rem 1rem 0;
    background: #fff8fc;
}

.meal-example p {
    margin: 0.35rem 0 0;
}

.health-note {
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 1rem;
    background: #f7f7f7;
}

.health-note strong {
    color: #050505;
}

.health-note p {
    margin: 0.35rem 0 0;
    color: #555555;
    line-height: 1.65;
}

.article-faq details {
    border-top: 1px solid rgba(5, 5, 5, 0.09);
}

.article-faq details:last-child {
    border-bottom: 1px solid rgba(5, 5, 5, 0.09);
}

.article-faq summary {
    padding: 1.15rem 2.5rem 1.15rem 0;
    color: #151515;
    font-weight: 750;
    cursor: pointer;
}

.article-faq details p {
    margin: 0;
    padding: 0 1rem 1.15rem 0;
}

.related-guides > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.related-guides a {
    display: grid;
    gap: 0.45rem;
    min-height: 9rem;
    padding: 1.25rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 1rem;
    color: #050505;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.related-guides a:hover,
.related-guides a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(217, 125, 180, 0.65);
    box-shadow: 0 16px 34px rgba(217, 125, 180, 0.13);
}

.related-guides span {
    color: #606060;
    line-height: 1.55;
}

.long-run-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(1.8rem, 4vw, 3.2rem);
    border-radius: 1.5rem;
    background: #050505;
    color: #ffffff;
}

.long-run-cta h2,
.long-run-cta p {
    color: #ffffff;
}

.long-run-cta .btn-primary {
    white-space: nowrap;
    background: #ffffff;
    border-color: #ffffff;
    color: #050505;
}

.long-run-cta .btn-primary:hover,
.long-run-cta .btn-primary:focus-visible {
    background: #d97db4;
    border-color: #d97db4;
    color: #ffffff;
}

@media (max-width: 1050px) {
    .long-run-hero,
    .long-run-layout {
        grid-template-columns: 1fr;
    }

    .article-toc {
        position: static;
        display: flex;
        flex-wrap: wrap;
    }

    .article-toc p {
        flex: 1 0 100%;
    }
}

@media (max-width: 720px) {
    .long-run-guide {
        width: calc(100% - 1rem);
    }

    .long-run-hero {
        padding: 1.5rem;
        border-radius: 1.3rem;
    }

    .long-run-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .long-run-kicker span {
        display: block;
        margin: 0.4rem 0 0;
        padding: 0;
        border: 0;
    }

    .do-dont-grid,
    .timeline-step,
    .related-guides > div,
    .long-run-cta {
        grid-template-columns: 1fr;
    }

    .timeline-time {
        flex-direction: row;
        align-items: center;
    }

    .long-run-cta .btn-primary {
        width: 100%;
        white-space: normal;
    }
}

.timing-table {
    margin-top: 1.4rem;
    border: 1px solid rgba(5, 5, 5, 0.1);
}

.timing-row {
    display: grid;
    grid-template-columns: minmax(135px, 0.45fr) minmax(170px, 0.65fr) minmax(0, 1.2fr);
}

.timing-row + .timing-row {
    border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.timing-row > * {
    padding: 1rem 1.1rem;
    color: #484848;
    line-height: 1.55;
}

.timing-row > * + * {
    border-left: 1px solid rgba(5, 5, 5, 0.08);
}

.timing-row--head {
    background: #050505;
}

.timing-row--head span {
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evidence-note {
    margin: 1.25rem 0 0;
    padding: 1.1rem 1.25rem;
    border-left: 4px solid #d97db4;
    background: #fff8fc;
}

.digestive-factors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.digestive-factors article,
.gut-training-steps li {
    padding: 1.25rem;
    border: 1px solid rgba(5, 5, 5, 0.08);
    background: #fafafa;
}

.digestive-factors strong,
.gut-training-steps strong,
.mistake-list strong {
    color: #050505;
}

.digestive-factors p,
.mistake-list p {
    margin: 0.55rem 0 0;
}

.gut-training-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
    counter-reset: gut-steps;
}

.gut-training-steps li {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: 0.75rem;
    counter-increment: gut-steps;
}

.gut-training-steps li::before {
    content: counter(gut-steps);
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-items: center;
    background: #d97db4;
    color: #ffffff;
    font-weight: 800;
}

.gut-training-steps strong,
.gut-training-steps span {
    grid-column: 2;
}

.gut-training-steps span {
    color: #555555;
    line-height: 1.55;
}

.mistake-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(5, 5, 5, 0.08);
}

.mistake-list div {
    padding: 1.3rem;
}

.mistake-list div:nth-child(even) {
    border-left: 1px solid rgba(5, 5, 5, 0.08);
}

.mistake-list div:nth-child(n+3) {
    border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.article-sources {
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-top: 1px solid rgba(5, 5, 5, 0.1);
    border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}

.article-sources h2 {
    margin: 0 0 0.8rem;
    color: #050505;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    text-transform: none;
}

.article-sources p {
    color: #555555;
    line-height: 1.65;
}

.article-sources ul {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.article-sources a {
    color: #6f284f;
    text-underline-offset: 0.18em;
}

.article-sources a:hover,
.article-sources a:focus-visible {
    color: #a94f84;
}

@media (max-width: 720px) {
    .digestive-factors,
    .gut-training-steps,
    .mistake-list {
        grid-template-columns: 1fr;
    }

    .timing-table {
        border: 0;
    }

    .timing-row {
        grid-template-columns: 1fr;
        margin-bottom: 0.8rem;
        border: 1px solid rgba(5, 5, 5, 0.1);
    }

    .timing-row--head {
        display: none;
    }

    .timing-row > * + * {
        border-top: 1px solid rgba(5, 5, 5, 0.08);
        border-left: 0;
    }

    .mistake-list div:nth-child(even) {
        border-left: 0;
    }

    .mistake-list div + div {
        border-top: 1px solid rgba(5, 5, 5, 0.08);
    }
}

.page-title-hero {
    margin: 2.8rem 0 3.6rem;
}

.page-title-hero .history-hero {
    margin-top: 0;
    gap: 0;
}

.page-title-hero .history-hero-text {
    max-width: 720px;
    margin: 0 auto;
}

.page-title-hero .history-lead {
    margin: 0 auto;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.72;
}

.page-title-hero .history-cta {
    justify-content: center;
    margin-top: 1.4rem;
}

.page-title-hero .btn-primary,
.page-title-hero .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    font-weight: 800;
}

.page-title-hero .btn-primary {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 14px 32px rgba(5, 5, 5, 0.18);
}

.page-title-hero .btn-primary:hover {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.24);
}

.page-title-hero .btn-ghost {
    color: #050505;
    border-color: rgba(5, 5, 5, 0.2);
    background: rgba(255, 255, 255, 0.84);
}

.page-title-hero .btn-ghost:hover {
    background: #050505;
    color: #ffffff;
    border-color: #050505;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.2);
}

.page-ia .page-title-hero .btn-primary:hover,
.page-ia .page-title-hero .btn-primary:focus-visible,
.page-ia .page-title-hero .btn-ghost:hover,
.page-ia .page-title-hero .btn-ghost:focus-visible {
    background: #d97db4;
    color: #ffffff;
    border-color: #d97db4;
    box-shadow: 0 18px 44px rgba(217, 125, 180, 0.3);
}

.page-title-hero .btn-primary::before,
.page-title-hero .btn-ghost::before {
    content: "";
    position: absolute;
    inset: -65% auto -65% -45%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.9) 48%, transparent 100%);
    opacity: 0;
    pointer-events: none;
}

.page-title-hero .btn-primary:hover::before,
.page-title-hero .btn-primary:focus-visible::before,
.page-title-hero .btn-ghost:hover::before,
.page-title-hero .btn-ghost:focus-visible::before {
    opacity: 1;
    animation: historyCtaShine 0.8s ease both;
}

@media (prefers-reduced-motion: reduce) {
    .page-title-hero .btn-primary:hover::before,
    .page-title-hero .btn-primary:focus-visible::before,
    .page-title-hero .btn-ghost:hover::before,
    .page-title-hero .btn-ghost:focus-visible::before {
        animation: none;
    }
}

@media (max-width: 768px) {
    .page-title-hero {
        margin: 2rem 0 2.8rem;
    }

    .page-title-hero .history-hero-text {
        max-width: 100%;
    }
}

.history-hero-grid {
    position: relative;
    border-radius: 2.8rem;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 45px 120px rgba(15, 25, 40, 0.18);
}

/* Partners page */
.partners-page {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 5rem;
}

.partner-hero {
    background: linear-gradient(135deg, #fff9f3, #f6fbff);
    border-radius: 1.6rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.06);
}

.partner-hero-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.partner-hero-content p {
    color: #4a4a4a;
}

.partner-hero-cta {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.partner-hero-cta .btn {
    align-self: flex-start;
}

.partner-hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.stat-card {
    color: #0f0f0f;
    border-radius: 1.2rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.08);
}

.stat-card--apricot {
    background: #fff1e6;
}

.stat-card--mint {
    background: #ecfbf4;
}

.stat-card--lavender {
    background: #f2f1ff;
}

.partner-hero-stats h3 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.partner-card {
    border-radius: 1.3rem;
    background: #ffffff;
    padding: 1.8rem;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.partner-card--apricot {
    background: #fff9f4;
}

.partner-card--mint {
    background: #f4fbf8;
}

.partner-card--lavender {
    background: #f7f6ff;
}

.partner-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #050505;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
}

.partner-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4a4a4a;
}

.partner-card ul li::before {
    content: "• ";
}

.partner-logos {
    text-align: center;
    padding: 2.2rem 1rem;
    border-radius: 1.4rem;
    background: #f8f8f8;
}

.partner-logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.partner-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    gap: 2rem;
    padding: 2.4rem;
    border-radius: 1.5rem;
    background: linear-gradient(120deg, #fff4ee, #fdfbff);
    color: #0f0f0f;
}

.partner-cta-content p {
    color: #0f0f0f;
}

.partner-cta-content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.partner-cta-content a.btn {
    margin-top: 0.5rem;
    align-self: flex-start;
}

.partner-cta-card {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1.2rem;
    padding: 1.5rem;
}

.partner-cta-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.partner-cta-card ul li::before {
    content: "• ";
}

.partner-note {
    font-size: 0.85rem;
    opacity: 0.8;
}

@media (max-width: 920px) {
    .partner-hero,
    .partner-cta {
        grid-template-columns: 1fr;
    }
}

.shop-social-proof--lead {
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .shop-hero {
        margin: 3rem 5vw 2rem;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .shop-highlight {
        text-align: left;
    }

    .shop-social-proof,
    .shop-promos,
    .shop-section,
    .shop-intent-section {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .shop-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .shop-section-header p {
        max-width: none;
    }

    .product-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .product-footer .btn {
        width: 100%;
        justify-content: center;
    }

    .shop-promos-grid .product-card {
        width: min(320px, 72vw);
        flex: 0 0 auto;
    }
}

@media (max-width: 640px) {
    .shop-hero {
        margin: 2rem 1rem 1.4rem;
        gap: 1rem;
    }

    .shop-hero h1 {
        font-size: 1.18rem;
        letter-spacing: 0.1em;
        line-height: 1.22;
    }

    .shop-hero p,
    .shop-highlight p {
        font-size: 0.95rem;
    }

    .shop-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .shop-filter-btn {
        width: 100%;
        padding: 0.65rem 0.75rem;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .shop-highlight {
        padding: 1.15rem 1rem;
        border-radius: 1rem;
    }

    .shop-highlight .btn {
        display: inline-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding-inline: 1rem;
        font-size: 0.78rem;
        letter-spacing: 0.11em;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    .shop-social-proof {
        margin: 0 1rem 1.6rem;
        padding: 1rem;
        gap: 0.8rem;
        border-radius: 1rem;
    }

    .shop-social-proof--lead {
        margin-top: 1rem;
    }

    .shop-social-left {
        gap: 0.5rem;
    }

    .shop-social-cta {
        align-self: flex-start;
    }

    .shop-promos {
        margin: 1.6rem 1rem 2rem;
        padding: 1rem;
        border-radius: 1.2rem;
    }

    .shop-promos::before,
    .shop-promos::after {
        display: none;
    }

    .shop-promos-grid {
        gap: 1rem;
    }

    .shop-promos-grid .product-card {
        width: min(280px, calc(100vw - 4rem));
    }

    .shop-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .shop-section {
        margin: 0 1rem 2.2rem;
    }

    .product-card {
        padding: 1.1rem 1rem;
        border-radius: 1rem;
    }

    .product-media {
        margin-bottom: 0.85rem;
    }

    .product-media img {
        height: 200px;
    }

    .product-card h2 {
        font-size: 0.92rem;
        letter-spacing: 0.1em;
    }

    .product-desc {
        font-size: 0.9rem;
    }

    .product-meta {
        margin-bottom: 0.9rem;
    }

    .product-footer {
        gap: 0.6rem;
    }

    .product-price,
    .promo-price {
        align-items: flex-start;
    }

    .product-footer .btn,
    .promo-card .product-footer .btn {
        width: 100%;
        padding: 0.72rem 1rem;
        font-size: 0.78rem;
    }

    .shop-intent-section {
        margin: 0 1rem 2.3rem;
        padding: 1rem;
        border-radius: 14px;
    }

    .shop-intent-section .shop-section-header {
        gap: 0.9rem;
    }

    .shop-intent-section .seo-category-card {
        padding: 1.15rem;
    }

    .shop-intent-section .seo-category-card h3 {
        max-width: none;
        font-size: 0.95rem;
    }

    .shop-intent-section .seo-category-card p:not(.seo-pillar-kicker) {
        margin-bottom: 1rem;
        font-size: 0.92rem;
        line-height: 1.55;
    }
}

@media (max-width: 420px) {
    .shop-filters {
        grid-template-columns: 1fr;
    }
}

/* Boutique responsive: keep promo cards readable instead of clipping them in the marquee rail. */
@media (max-width: 1360px) {
    .shop-promos {
        overflow: visible;
        scroll-snap-type: none;
    }

    .shop-promos.shop-promos--animated {
        overflow: visible;
    }

    .shop-promos-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(1rem, 2vw, 1.35rem);
        width: 100%;
        transform: none !important;
        will-change: auto;
    }

    .shop-promos-grid .product-card {
        width: auto;
        min-width: 0;
        flex: initial;
    }
}

/* Keep the three offers on desktop; collapse only once card readability needs it. */
@media (max-width: 920px) {
    .shop-promos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .shop-promos-grid {
        grid-template-columns: 1fr;
    }
}

/* Unified page canvas: flatten the large wrappers so the pages read as one surface. */
.shop-social-proof {
    padding-inline: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 0;
    background: transparent;
    color: #111111;
}

.shop-social-text {
    opacity: 1;
    color: #4f4f4f;
}

.shop-social-cta {
    color: inherit;
    opacity: 0.72;
}

.shop-promos,
.shop-intent-section,
.seo-pillar-strip,
.history-section-content,
.history-section-inner {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    border-radius: 0;
    box-shadow: none;
}

.shop-promos::before,
.shop-promos::after,
.shop-intent-section::before,
.history-hero-media::before {
    content: none;
}

.history-hero-media {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.history-hero-media:hover,
.history-section-content:hover,
.history-section-inner:hover {
    transform: none;
    box-shadow: none;
}

body.page-marque,
.page-marque .history-page,
.page-marque .history-hero-wrapper,
.page-marque .history-hero,
.page-marque .history-section,
.page-marque .history-section-content,
.page-marque .history-section-inner,
.page-marque .site-footer {
    background: #ffffff;
    background-image: none;
}
