* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #17251d;
    background: #f7f8f3;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    padding-top: 82px;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

p {
    color: #4c5b51;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 20;
    background: #ffffff;
    color: #0b3d24;
    padding: 10px 14px;
    border: 1px solid #d8e1d4;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e0e6dd;
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: 82px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 222px;
}

.brand strong {
    display: block;
    font-size: 1.08rem;
    line-height: 1.1;
    color: #0b3d24;
}

.brand small {
    display: block;
    font-size: 0.78rem;
    color: #506258;
    line-height: 1.2;
}

.brand-mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #0c6834;
}

.brand-mark svg {
    width: 44px;
    height: 44px;
    fill: #0c6834;
}

.brand-mark path:last-child {
    fill: none;
    stroke: #7fb342;
    stroke-width: 4;
    stroke-linecap: round;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    font-size: 0.9rem;
    color: #12271a;
}

.desktop-nav a {
    padding: 30px 0;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.text-link:hover,
.footer-links a:hover {
    color: #0c7a3d;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-button {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #0f2418;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.icon-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.menu-toggle {
    display: none;
}

.mobile-panel,
.search-panel {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    background: #ffffff;
    border-bottom: 1px solid #dce5d9;
    padding: 18px 24px;
}

.mobile-panel.is-open,
.search-panel.is-open {
    display: grid;
}

.mobile-panel {
    gap: 16px;
}

.mobile-panel a {
    font-size: 1.05rem;
}

.search-panel {
    grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.search-panel input,
.email-row input {
    width: 100%;
    border: 1px solid #cedbc9;
    background: #ffffff;
    color: #17251d;
    padding: 12px 14px;
    border-radius: 6px;
}

.search-panel button,
.email-row button,
.button {
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    cursor: pointer;
    font-weight: 650;
}

.button.primary,
.search-panel button,
.email-row button {
    background: #0b6d37;
    color: #ffffff;
}

.button.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero {
    position: relative;
    min-height: 520px;
    background: #082417;
    color: #ffffff;
    overflow: hidden;
}

.hero picture,
.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero img {
    object-fit: cover;
    object-position: center right;
    opacity: 0.72;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 20, 12, 0.96), rgba(4, 31, 17, 0.78) 42%, rgba(4, 31, 17, 0.2));
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    min-height: 520px;
    margin: 0 auto;
    padding: 54px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
    gap: 54px;
    align-items: center;
}

.hero-copy {
    max-width: 600px;
}

.hero-copy p,
.hero-copy span {
    color: #dceadd;
    display: block;
}

.hero-copy p {
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    max-width: 690px;
    color: #ffffff;
}

.hero-copy span {
    margin-bottom: 24px;
    max-width: 650px;
    font-size: 1.06rem;
}

.hero-score {
    display: grid;
    gap: 24px;
    justify-items: center;
}

.score-ring {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle, rgba(10, 83, 38, 0.9), rgba(4, 34, 18, 0.95));
    border: 10px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 0 0 2px rgba(183, 223, 122, 0.45), 0 28px 60px rgba(0, 0, 0, 0.35);
    padding: 34px;
}

.score-ring span,
.score-ring em {
    display: block;
    color: #cfe6c4;
    font-size: 0.75rem;
    font-style: normal;
    text-transform: uppercase;
}

.score-ring strong {
    color: #ffffff;
    font-size: 4.8rem;
    line-height: 0.9;
}

.trust-list {
    display: grid;
    gap: 16px;
    width: min(100%, 360px);
}

.trust-list div {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    align-items: center;
}

.trust-list small {
    grid-column: 2;
    color: #ccdece;
}

.mini-icon,
.leaf-line {
    width: 28px;
    height: 28px;
    border: 2px solid #8fcf58;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.mini-icon:after,
.leaf-line:after {
    content: "";
    width: 11px;
    height: 17px;
    border: 2px solid currentColor;
    border-color: #8fcf58;
    border-radius: 12px 12px 0 12px;
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(42deg);
}

.score-section,
.content-band,
.claim-section,
.trending-band,
.newsletter,
.page-hero,
.article-layout {
    max-width: 1240px;
    margin: 0 auto;
    padding: 42px 24px;
}

.score-section {
    background: #fbfcf8;
    max-width: none;
}

.score-section > * {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    margin-bottom: 22px;
}

.section-heading.centered {
    text-align: center;
}

.section-heading h2,
.page-hero h1 {
    color: #14261b;
    font-size: clamp(2rem, 3.2vw, 3.3rem);
    margin-bottom: 8px;
}

.section-heading p {
    max-width: 740px;
}

.centered p {
    margin-left: auto;
    margin-right: auto;
}

.factor-grid,
.category-grid,
.claim-grid,
.trending-grid,
.alt-grid,
.investigation-grid,
.deal-grid {
    display: grid;
    gap: 18px;
}

.factor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.factor-card,
.category-card,
.claim-card,
.alt-card,
.investigation-card,
.deal-card,
.method-card,
.sidebar-card,
.evidence-box {
    background: #ffffff;
    border: 1px solid #dde5d9;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(21, 41, 28, 0.06);
}

.factor-card {
    padding: 20px 14px;
    text-align: center;
    min-height: 176px;
}

.factor-card .leaf-line {
    margin: 0 auto 14px;
}

.factor-card h3 {
    font-size: 1rem;
    margin-bottom: 6px;
}

.factor-card p {
    font-size: 0.86rem;
    margin-bottom: 0;
}

.category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.category-card,
.investigation-card,
.alt-card,
.deal-card {
    overflow: hidden;
}

.category-card h2,
.category-card h3,
.investigation-card h2,
.alt-card h2,
.alt-card h3,
.deal-card h3 {
    font-size: 1.05rem;
    padding: 0 16px;
    margin-bottom: 8px;
}

.category-card p,
.investigation-card p,
.alt-card p,
.deal-card p {
    padding: 0 16px;
    font-size: 0.9rem;
}

.text-link {
    display: inline-flex;
    margin: 2px 16px 18px;
    color: #0b6d37;
    font-weight: 700;
}

.media-link {
    display: block;
}

.category-media,
.investigation-media,
.review-photo {
    min-height: 136px;
    display: grid;
    place-items: center;
    color: #0b6d37;
}

.category-media svg,
.investigation-media svg,
.review-photo svg {
    width: 58px;
    height: 58px;
    fill: currentColor;
}

.theme-bottle,
.theme-laundry,
.theme-claims {
    background: linear-gradient(135deg, #dfeadd, #f7f2e8);
}

.theme-tube,
.theme-beach {
    background: linear-gradient(135deg, #e9f3ec, #dbe7ef);
}

.theme-shirt,
.theme-bamboo {
    background: linear-gradient(135deg, #f1eee5, #d7e3ce);
}

.theme-produce {
    background: linear-gradient(135deg, #eaf0d6, #f3ead5);
}

.theme-chair {
    background: linear-gradient(135deg, #ebe6da, #e0eadf);
}

.theme-power {
    background: linear-gradient(135deg, #e4ecf1, #ecf3df);
}

.claim-section {
    max-width: none;
    background: #f0f4eb;
}

.claim-section > * {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.claim-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.claim-card {
    padding: 20px;
    min-height: 166px;
}

.claim-card span {
    color: #0b6d37;
    font-weight: 800;
}

.claim-card p {
    font-size: 0.9rem;
}

.claim-card a {
    color: #0b6d37;
    font-weight: 700;
}

.trending-band {
    background: #eef6ea;
    max-width: none;
}

.trending-band > * {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

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

.trend-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 10px 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dce7d8;
    border-radius: 8px;
}

.trend-card span {
    grid-row: span 2;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 3px solid #84ba4b;
    color: #0b6d37;
    font-weight: 800;
}

.trend-card strong {
    line-height: 1.2;
}

.trend-card small {
    color: #51715c;
}

.split-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.premium-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.premium-box div {
    background: #ffffff;
    border: 1px solid #dce5d9;
    border-radius: 8px;
    padding: 18px;
}

.premium-box span,
.evidence-box span,
.card-meta span,
.deal-card span {
    display: block;
    color: #0b6d37;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.premium-box strong {
    display: block;
    margin: 5px 0 8px;
}

.evidence-box,
.method-card {
    padding: 24px;
}

.evidence-box h2,
.method-card h2,
.sidebar-card h2 {
    font-size: 1.4rem;
}

.alt-grid,
.investigation-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.newsletter {
    max-width: none;
    background: #082e1a;
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
    gap: 42px;
}

.newsletter > * {
    max-width: 640px;
}

.newsletter h2 {
    font-size: clamp(2rem, 3vw, 3.4rem);
}

.newsletter p,
.newsletter li {
    color: #d6e6d7;
}

.newsletter label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.email-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.newsletter ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.newsletter li {
    border-left: 3px solid #8fcf58;
    padding-left: 10px;
}

.page-shell {
    min-height: 58vh;
}

.page-hero {
    padding-top: 62px;
    padding-bottom: 26px;
}

.page-hero.compact {
    max-width: 980px;
    margin: 0 auto;
}

.page-hero p {
    color: #0b6d37;
    font-weight: 800;
    text-transform: uppercase;
}

.page-hero span {
    display: block;
    color: #4c5b51;
    font-size: 1.15rem;
    max-width: 860px;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.review-main {
    min-width: 0;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #55715d;
    font-size: 0.88rem;
    margin-bottom: 18px;
}

.review-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.review-hero p {
    color: #0b6d37;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.review-hero h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.review-hero span {
    color: #425446;
    font-size: 1.08rem;
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: #516757;
    font-size: 0.88rem;
}

.meta-row span {
    border-left: 2px solid #9bc775;
    padding-left: 10px;
}

.review-photo {
    min-height: 220px;
    border-radius: 8px;
    border: 1px solid #dce5d9;
}

.bottom-line {
    background: #eef2ea;
    border: 1px solid #dfe7dc;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pros-cons h3 {
    font-size: 1rem;
    font-weight: 700;
}

.pros-cons ul,
.check-list {
    margin: 0;
    padding-left: 20px;
}

.article-tabs {
    position: sticky;
    top: 82px;
    z-index: 2;
    display: flex;
    gap: 20px;
    background: #f7f8f3;
    border-bottom: 1px solid #d9e4d6;
    margin-bottom: 28px;
    overflow-x: auto;
}

.article-tabs a {
    padding: 14px 0;
    color: #0b6d37;
    font-weight: 700;
    white-space: nowrap;
}

.article-body,
.article-content {
    background: #ffffff;
    border: 1px solid #dce5d9;
    border-radius: 8px;
    padding: 28px;
}

.article-body h2,
.article-content h2 {
    font-size: 1.7rem;
    margin-top: 12px;
}

.deals-section {
    margin-top: 30px;
}

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

.deal-card {
    padding: 18px;
}

.deal-card h3,
.deal-card p {
    padding: 0;
}

.deal-card .button {
    width: 100%;
}

.review-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 106px;
}

.sidebar-card {
    padding: 20px;
}

.score-panel {
    text-align: center;
}

.score-panel > span {
    color: #0b6d37;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.score-panel strong {
    display: block;
    color: #0b6d37;
    font-size: 3.4rem;
    line-height: 1;
}

.score-panel em {
    display: block;
    font-style: normal;
    color: #20482e;
    font-weight: 800;
}

.score-bar {
    height: 9px;
    background: #e8eee5;
    border-radius: 999px;
    margin: 16px 0;
    overflow: hidden;
}

.score-bar span {
    display: block;
    width: 54%;
    height: 100%;
    background: #0b6d37;
}

.sidebar-card dl {
    margin: 0;
}

.sidebar-card dl div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
    padding: 9px 0;
    border-bottom: 1px solid #e4ece1;
}

.sidebar-card dt {
    color: #617065;
}

.sidebar-card dd {
    margin: 0;
    color: #17251d;
    font-weight: 700;
}

.sidebar-card a {
    display: block;
    color: #0b6d37;
    font-weight: 700;
    margin: 10px 0;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 0;
}

.card-meta small {
    color: #627263;
}

.card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef6ea;
    color: #0b6d37;
}

.card-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.site-footer {
    background: #082e1a;
    color: #ffffff;
}

.footer-strip {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-strip span,
.footer-main p,
.footer-brand small {
    color: #cfe2d1;
}

.footer-strip strong {
    display: block;
}

.footer-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 24px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.footer-brand strong {
    color: #ffffff;
}

.footer-links {
    display: grid;
    gap: 8px;
    min-width: 220px;
}

@media (max-width: 1100px) {
    .factor-grid,
    .category-grid,
    .claim-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .alt-grid,
    .investigation-grid,
    .deal-grid,
    .trending-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop-nav {
        gap: 18px;
    }

    .article-layout,
    .split-band,
    .newsletter {
        grid-template-columns: 1fr;
    }

    .review-sidebar {
        position: static;
    }
}

@media (max-width: 820px) {
    body {
        padding-top: 74px;
    }

    .header-inner {
        min-height: 74px;
        padding: 0 18px;
    }

    .brand {
        min-width: 0;
    }

    .brand small {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: grid;
    }

    .mobile-panel,
    .search-panel {
        top: 74px;
    }

    .search-panel {
        grid-template-columns: 1fr;
    }

    .hero-overlay {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 44px 20px;
    }

    .hero-score {
        justify-items: start;
    }

    .score-ring {
        width: 178px;
        height: 178px;
    }

    .score-ring strong {
        font-size: 3.8rem;
    }

    .factor-grid,
    .category-grid,
    .claim-grid,
    .alt-grid,
    .investigation-grid,
    .deal-grid,
    .trending-grid,
    .premium-box,
    .review-hero,
    .pros-cons,
    .footer-strip,
    .footer-main,
    .newsletter ul {
        grid-template-columns: 1fr;
    }

    .score-section,
    .content-band,
    .claim-section,
    .trending-band,
    .newsletter,
    .page-hero,
    .article-layout {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-main {
        display: grid;
    }

    .article-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
        overflow: visible;
    }

    .article-tabs a {
        white-space: normal;
    }
}

@media (max-width: 520px) {
    .hero-copy h1 {
        font-size: 2.8rem;
    }

    .button-row,
    .email-row {
        display: grid;
    }

    .article-body,
    .article-content,
    .bottom-line {
        padding: 20px;
    }
}
