:root {
    --purple: #7d1d81;
    --purple-deep: #4d0f59;
    --magenta: #ec008c;
    --magenta-dark: #c40076;
    --navy: #14152f;
    --ink: #202138;
    --muted: #66677a;
    --line: #e7e1e8;
    --soft: #f8f5f8;
    --white: #fff;
    --success: #147a5b;
    --warning: #9a6200;
    --unknown: #7a344a;
    --shadow: 0 24px 70px rgba(58, 19, 64, .12);
    --radius: 22px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Montserrat, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 16px; }

.notice-bar {
    color: #fff;
    background: linear-gradient(100deg, var(--purple-deep), var(--purple) 65%, #98218f);
    font-size: 12px;
}
.notice-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.notice-bar p { margin: 0; }
.notice-bar strong { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 22px; margin-right: 8px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; font-size: 10px; }
.notice-bar a { padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 700; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(125,29,129,.09); backdrop-filter: blur(18px); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 345px; }
.brand img { width: 345px; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.site-nav a { position: relative; padding-block: 34px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--magenta); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { align-self: stretch; display: flex; align-items: center; padding-inline: 24px; color: #fff; background: var(--magenta); font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-cta:hover, .header-cta:focus-visible { background: var(--magenta-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--soft); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--purple); }

.hero { position: relative; overflow: hidden; min-height: 680px; color: #fff; background:
    linear-gradient(120deg, rgba(29,6,45,.98), rgba(88,14,99,.96) 58%, rgba(125,29,129,.93)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255,255,255,.035) 20px 21px);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,.16) 1px, transparent 0); background-size: 31px 31px; mask-image: linear-gradient(90deg, transparent, #000 65%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--magenta), #ff58ba, var(--purple)); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb--one { width: 440px; height: 440px; right: -120px; top: -160px; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.hero-orb--two { width: 230px; height: 230px; left: -140px; bottom: -80px; background: rgba(236,0,140,.22); filter: blur(30px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: 80px; min-height: 680px; padding-block: 76px; }
.eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--magenta); }
.eyebrow--dark { color: var(--purple); }
.hero h1, .section-heading h2, .methodology h2, .ethics-panel h2, .faq-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.hero h1 { max-width: 720px; font-size: clamp(50px, 6vw, 76px); }
.hero h1 em, .section-heading h2 em, .methodology h2 em, .ethics-panel h2 em { color: #ff60bc; font-weight: 500; }
.hero-lead { max-width: 690px; margin: 26px 0 30px; color: rgba(255,255,255,.76); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border-radius: 8px; font-size: 13px; font-weight: 800; }
.button--primary { color: #fff; background: var(--magenta); box-shadow: 0 12px 30px rgba(236,0,140,.3); }
.button--primary:hover, .button--primary:focus-visible { background: #ff169b; }
.button--quiet { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button--quiet:hover, .button--quiet:focus-visible { background: rgba(255,255,255,.12); }
.hero-disclaimer { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-disclaimer span { color: #ff60bc; }

.audit-card { position: relative; padding: 26px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(15,5,26,.35); transform: none; }
.audit-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(125,29,129,.1); border-radius: 16px; pointer-events: none; }
.audit-card__head, .audit-score, .audit-card__foot { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.audit-card__head { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.audit-card__head p, .audit-score p { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.audit-card__head strong { color: var(--purple); font-family: Georgia, serif; font-size: 22px; }
.audit-card__head img { width: 130px; height: 57px; object-fit: contain; }
.audit-score { justify-content: flex-start; padding-block: 22px; }
.audit-score__ring { flex: 0 0 90px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: conic-gradient(var(--magenta) 0 72%, #eee 72%); position: relative; }
.audit-score__ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #fff; }
.audit-score__ring span, .audit-score__ring small { position: relative; z-index: 1; }
.audit-score__ring span { color: var(--purple); font: 700 32px/1 Georgia, serif; }
.audit-score__ring small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.audit-score strong { font: 600 18px/1.3 Georgia, serif; }
.audit-checks { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audit-checks li { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.audit-checks span { color: var(--magenta); font-weight: 900; }
.audit-checks b { color: var(--purple); }
.audit-card__foot { justify-content: flex-start; padding-top: 20px; }
.seal { flex: 0 0 54px; height: 54px; display: grid; place-items: center; border: 2px solid var(--magenta); outline: 1px solid rgba(236,0,140,.35); outline-offset: 3px; border-radius: 50%; color: var(--magenta); font-family: Georgia, serif; font-weight: 700; transform: rotate(-8deg); }
.audit-card__foot p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.stats-strip { color: #fff; background: var(--magenta); }
.stats-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.25); }
.stats-grid div:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.stats-grid strong { font: 600 38px/1 Georgia, serif; }
.stats-grid span { max-width: 120px; font-size: 11px; font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }

.section { padding-block: 108px; }
.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 46px; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.section-heading h2, .methodology h2, .ethics-panel h2, .faq-section h2 { font-size: clamp(38px, 4.2vw, 56px); }
.section-heading h2 em { color: var(--magenta); }
.section-heading > p { margin: 0; color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.principle-card { position: relative; min-height: 270px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.principle-card--accent { color: #fff; border-color: var(--purple); background: linear-gradient(145deg, var(--purple-deep), var(--purple)); }
.principle-card--accent::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -70px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.principle-card__number { display: inline-block; margin-bottom: 42px; color: var(--magenta); font-size: 12px; font-weight: 900; }
.principle-card h3 { max-width: 270px; margin: 0 0 14px; font: 600 25px/1.2 Georgia, serif; }
.principle-card p { margin: 0; color: var(--muted); font-size: 14px; }
.principle-card--accent p { color: rgba(255,255,255,.72); }

.brand-heading { align-items: end; }
.brand-tools { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.search-box { width: min(100%, 360px); height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid #dcd4de; border-radius: 8px; background: #fff; }
.search-box span { color: var(--purple); font-size: 24px; line-height: 1; transform: rotate(-20deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-group { display: flex; gap: 6px; }
.filter-button { padding: 8px 13px; border: 1px solid #dcd4de; border-radius: 99px; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-button.is-active, .filter-button:hover, .filter-button:focus-visible { color: #fff; border-color: var(--purple); background: var(--purple); }
.result-count { margin: -25px 0 24px; color: var(--muted); font-size: 12px; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.brand-card { min-width: 0; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(45,17,52,.035); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.brand-card:hover { transform: translateY(-5px); border-color: rgba(125,29,129,.25); box-shadow: var(--shadow); }
.brand-card[hidden] { display: none; }
.brand-card__top { display: flex; align-items: center; justify-content: space-between; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 99px; color: var(--purple); background: #f5eaf5; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 0 3px rgba(236,0,140,.13); }
.brand-card__index { color: #c3b9c5; font: 600 18px/1 Georgia, serif; }
.brand-logo-wrap { height: 145px; margin: 20px 0; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #fbf9fb, #f4eff5); overflow: hidden; }
.brand-logo-wrap img { width: auto; max-width: 78%; max-height: 96px; object-fit: contain; }
.brand-card__body { flex: 1; }
.brand-card__scope { margin: 0 0 4px !important; color: var(--magenta) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.brand-card h3 { margin: 0 0 12px; color: var(--purple-deep); font: 700 27px/1.1 Georgia, serif; }
.brand-card__body > p { margin: 0; color: var(--muted); font-size: 13px; }
.focus-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 20px; padding: 0; list-style: none; }
.focus-list li { padding: 5px 8px; border: 1px solid var(--line); border-radius: 5px; color: #6d6270; background: #fcfbfc; font-size: 9px; font-weight: 700; }
.brand-card__foot { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: start; column-gap: 26px; row-gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.brand-card__foot div { min-width: 0; display: flex; flex-direction: column; }
.brand-card__foot small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.brand-card__foot strong { color: var(--ink); font-size: 12px; line-height: 1.3; overflow-wrap: anywhere; }
.brand-card__foot div:first-child strong { color: var(--purple); font: 600 24px/1 Georgia, serif; }
.text-link { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 10px 0 0; border: 0; color: var(--purple); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; text-align: left; }
.text-link:hover, .text-link:focus-visible { color: var(--magenta); }
.empty-state { padding: 54px; border: 1px dashed #cdbfce; border-radius: var(--radius); text-align: center; }
.empty-state p { margin: 4px 0 0; color: var(--muted); }

.comparison-section { background: #fff; }
.promotion-caveat { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; padding: 18px 20px; margin-bottom: 28px; border-left: 4px solid var(--warning); border-radius: 0 12px 12px 0; background: #fff8e9; }
.promotion-caveat > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--warning); font-weight: 900; }
.promotion-caveat p { margin: 0; color: var(--muted); font-size: 12px; }
.promotion-caveat strong { color: var(--purple-deep); }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 42px rgba(45,17,52,.05); }
.comparison-table-wrap:focus-visible { outline: 3px solid rgba(236,0,140,.32); outline-offset: 4px; }
.comparison-table { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 18px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.comparison-table thead th { color: #fff; background: var(--purple-deep); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table thead th:first-child { width: 120px; }
.comparison-table thead th:nth-child(2) { width: 260px; }
.comparison-table thead th:nth-child(3) { width: 255px; }
.comparison-table thead th:nth-child(4) { width: 160px; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody tr:nth-child(even) { background: #fcf9fc; }
.comparison-table tbody th { color: var(--purple); font: 700 17px Georgia, serif; }
.comparison-table tbody th a:hover, .comparison-table tbody th a:focus-visible { color: var(--magenta); text-decoration: underline; }
.comparison-table td { color: var(--muted); font-size: 11px; line-height: 1.65; }
.terms-badge { display: inline-flex; padding: 6px 9px; border-radius: 99px; color: var(--purple); background: #f5eaf5; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.methodology { position: relative; overflow: hidden; color: #fff; background: var(--purple-deep); }
.methodology::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.05) 12.5%, transparent 13%), linear-gradient(150deg, transparent 12%, rgba(255,255,255,.05) 12.5%, transparent 13%); background-size: 36px 62px; }
.methodology-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.methodology-copy { position: sticky; top: 140px; }
.methodology h2 { margin-bottom: 24px; }
.methodology-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.button--light { margin-top: 16px; color: var(--purple); background: #fff; }
.weight-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.weight-list article { min-height: 150px; display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.055); }
.weight-list span { color: #ff60bc; font: 600 28px/1 Georgia, serif; }
.weight-list h3 { margin: 0 0 8px; font: 600 18px/1.25 Georgia, serif; }
.weight-list p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }

.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.evidence-card { padding: 32px; border-radius: var(--radius); background: #fafafa; border-top: 4px solid; }
.evidence-card--verified { border-color: var(--success); }
.evidence-card--stated { border-color: var(--warning); }
.evidence-card--unknown { border-color: var(--unknown); }
.evidence-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 50%; font: 700 20px Georgia, serif; }
.evidence-card--verified .evidence-icon { color: var(--success); background: #e7f4ef; }
.evidence-card--stated .evidence-icon { color: var(--warning); background: #fff2d9; }
.evidence-card--unknown .evidence-icon { color: var(--unknown); background: #f6e9ed; }
.evidence-label { margin: 0 0 5px !important; font-size: 10px !important; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.evidence-card h3 { margin: 0 0 12px; font: 600 24px/1.2 Georgia, serif; }
.evidence-card p { margin: 0; color: var(--muted); font-size: 13px; }

.ethics-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.ethics-panel { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.ethics-panel h2 { margin-bottom: 22px; }
.ethics-panel h2 em { color: var(--magenta); }
.ethics-panel > p:not(.eyebrow) { color: var(--muted); }
.ethics-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.ethics-tags span { padding: 7px 10px; border-radius: 5px; color: var(--purple); background: #f5eaf5; font-size: 10px; font-weight: 900; }
.red-flag-list h3 { margin: 0 0 24px; color: var(--purple); font: 600 28px Georgia, serif; }
.red-flag-list ul { margin: 0; padding: 0; list-style: none; }
.red-flag-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.red-flag-list li:last-child { border-bottom: 1px solid var(--line); }
.red-flag-list li > span { color: var(--magenta); font-weight: 900; }
.red-flag-list strong { font: 600 18px Georgia, serif; }
.red-flag-list p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-section h2 { font-size: 44px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font: 600 18px/1.35 Georgia, serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--magenta); font: 400 26px/1 Georgia, serif; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -8px 50px 22px 0; color: var(--muted); font-size: 13px; }

.cta-band { color: #fff; background: linear-gradient(110deg, var(--purple), var(--magenta)); }
.cta-band__inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band p { margin: 0 0 5px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cta-band h2 { max-width: 760px; margin: 0; font: 500 clamp(30px, 3vw, 42px)/1.15 Georgia, serif; }
.button--white { flex: 0 0 auto; color: var(--purple); background: #fff; }

.site-footer { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #7b167f, #c10b8b 56%, #eb198f); }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 0 0, transparent 15px, rgba(255,255,255,.22) 16px, transparent 17px), radial-gradient(circle at 32px 32px, transparent 15px, rgba(255,255,255,.22) 16px, transparent 17px); background-size: 64px 64px; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.45fr .7fr .85fr 1fr; gap: 52px; padding-block: 70px 52px; }
.footer-brand > img { display: block; width: min(100%, 340px); height: auto; margin-bottom: 22px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; background: rgba(255,255,255,.96); object-fit: contain; filter: none; }
.footer-brand p { margin: 0 0 14px; font-size: 13px; font-weight: 700; }
.footer-address { color: rgba(255,255,255,.7); font-weight: 400 !important; }
.site-footer h2 { margin: 8px 0 20px; font: 600 20px Georgia, serif; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer li a { color: rgba(255,255,255,.74); font-size: 12px; }
.site-footer li a:hover, .site-footer li a:focus-visible { color: #fff; text-decoration: underline; }
.footer-mark img { width: 200px; padding: 12px; border-radius: 8px; background: rgba(255,255,255,.94); }
.footer-mark p { color: rgba(255,255,255,.7); font-size: 12px; }
.footer-mark a { font-size: 12px; font-weight: 900; }
.footer-bottom { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: 10px; }
.footer-bottom p { margin: 0; }

.review-dialog { width: min(600px, calc(100% - 32px)); padding: 38px; border: 0; border-top: 6px solid var(--magenta); border-radius: 18px; color: var(--ink); box-shadow: 0 30px 100px rgba(25,7,30,.45); }
.review-dialog::backdrop { background: rgba(26,7,30,.72); backdrop-filter: blur(6px); }
.review-dialog h2 { margin: 0 0 14px; color: var(--purple); font: 600 36px Georgia, serif; }
.review-dialog > p:not(.eyebrow):not(.dialog-note) { color: var(--muted); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--purple); background: var(--soft); font-size: 25px; cursor: pointer; }
.dialog-focus { margin: 24px 0; padding: 22px; border-radius: 12px; background: var(--soft); }
.dialog-focus h3 { margin: 0 0 12px; font: 600 17px Georgia, serif; }
.dialog-focus ul { margin: 0; padding-left: 20px; }
.dialog-focus li { margin: 7px 0; font-size: 13px; }
.dialog-note { margin: 0; padding: 12px; border-left: 3px solid var(--magenta); color: var(--muted); background: #fff5fa; font-size: 11px; }

.review-hero { position: relative; overflow: hidden; padding: 34px 0 78px; color: #fff; background: linear-gradient(120deg, #280632, var(--purple-deep) 50%, var(--purple)); }
.review-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,.18) 1px, transparent 0); background-size: 30px 30px; mask-image: linear-gradient(90deg, transparent, #000); }
.breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 50px; color: rgba(255,255,255,.58); font-size: 11px; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: #fff; }
.breadcrumbs strong { color: #ff78c8; }
.review-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.review-hero h1 { max-width: 760px; margin: 0; font: 500 clamp(48px, 5.6vw, 76px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.review-hero h1 em { display: block; color: #ff60bc; font-weight: 500; }
.review-hero__lead { max-width: 720px; margin: 24px 0 28px; color: rgba(255,255,255,.72); font-size: 16px; }
.review-hero__status { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.review-hero__status > span { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.review-hero__status i { width: 8px; height: 8px; border-radius: 50%; background: #ff69bd; box-shadow: 0 0 0 5px rgba(255,105,189,.14); }
.review-hero__status a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 800; }
.review-logo-card { padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.08); box-shadow: 0 26px 60px rgba(17,3,25,.3); backdrop-filter: blur(14px); }
.review-logo-card > p { margin: 0 0 12px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.review-logo-card > div { height: 180px; display: grid; place-items: center; padding: 26px; border-radius: 13px; background: #fff; }
.review-logo-card img { max-width: 80%; max-height: 120px; object-fit: contain; }
.review-logo-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0 0; }
.review-logo-card dl div { display: flex; flex-direction: column; gap: 2px; }
.review-logo-card dl div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); }
.review-logo-card dt { color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.review-logo-card dd { margin: 0; font: 600 20px Georgia, serif; }
.review-logo-card dd.score-low { color: #ff91c7; }
.review-logo-card dd.score-mid { color: #ffd277; }
.review-logo-card dd.score-high { color: #9be3c5; }

.review-layout-section { padding-block: 90px 110px; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: start; }
.review-content > section { padding-bottom: 72px; margin-bottom: 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.review-content > section:last-child { margin-bottom: 0; }
.review-content h2 { margin: 0 0 22px; color: var(--purple-deep); font: 600 clamp(32px, 3.4vw, 46px)/1.12 Georgia, serif; letter-spacing: -.025em; }
.lead-paragraph { margin: 0 0 28px; color: #4e4d5e; font: 400 19px/1.75 Georgia, serif; }
.internal-disclaimer { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; margin: 26px 0; border-left: 4px solid var(--magenta); border-radius: 0 12px 12px 0; background: #fff4fa; }
.internal-disclaimer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--magenta); font-weight: 900; }
.internal-disclaimer strong { color: var(--purple-deep); }
.internal-disclaimer p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.fact-table { margin-top: 30px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.fact-table > div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 12px; }
.fact-table > div:last-child { border-bottom: 0; }
.fact-table > div:nth-child(odd) { background: #fbf9fb; }
.fact-table span { color: var(--muted); }
.fact-table strong { text-align: right; }
.finding-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.finding-panel { padding: 26px; border-radius: 16px; background: var(--soft); }
.finding-panel--positive { border-top: 4px solid var(--success); }
.finding-panel--concern { border-top: 4px solid var(--magenta); }
.finding-panel h3 { margin: 0 0 16px; font: 600 22px Georgia, serif; }
.finding-panel ul { margin: 0; padding-left: 18px; }
.finding-panel li { margin: 11px 0; color: var(--muted); font-size: 12px; }
.promotion-summary-grid { display: grid; grid-template-columns: 1fr 1fr .62fr; gap: 12px; margin: 26px 0; }
.promotion-summary-grid article { display: flex; flex-direction: column; gap: 8px; padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--magenta); border-radius: 12px; background: #fff; }
.promotion-summary-grid span, .promotion-comparison > span { display: block; color: var(--magenta); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.promotion-comparison > span { margin-bottom: 8px; }
.promotion-summary-grid strong { display: block; color: var(--purple-deep); font: 600 16px/1.45 Georgia, serif; }
.promotion-offers { padding: 22px; margin-bottom: 18px; border-radius: 14px; background: var(--soft); }
.promotion-offers h3 { margin: 0 0 14px; color: var(--purple-deep); font: 600 20px Georgia, serif; }
.promotion-offers ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.promotion-offers li { padding: 7px 10px; border: 1px solid #ddcfdf; border-radius: 99px; color: #675d69; background: #fff; font-size: 10px; font-weight: 700; }
.promotion-findings { margin-top: 18px; }
.promotion-comparison { padding: 22px; margin-top: 18px; border: 1px solid rgba(125,29,129,.16); border-radius: 14px; background: #fbf6fb; }
.promotion-comparison p { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.promotion-comparison a { color: var(--purple); font-size: 11px; font-weight: 900; }
.promotion-comparison a:hover, .promotion-comparison a:focus-visible { color: var(--magenta); text-decoration: underline; }
.promotion-source { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; overflow-wrap: anywhere; }
.promotion-source strong { color: var(--purple-deep); }
.score-breakdown { display: grid; gap: 12px; }
.score-row { display: grid; grid-template-columns: 1fr 74px; gap: 18px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; }
.score-row div { min-width: 0; }
.score-row h3 { margin: 0 0 6px; font-size: 13px; }
.score-track { height: 7px; overflow: hidden; border-radius: 99px; background: #eee9ef; }
.score-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--purple), var(--magenta)); }
.score-row strong { color: var(--purple); font: 600 22px Georgia, serif; text-align: right; }
.score-progress { width: 100%; height: 7px; display: block; overflow: hidden; border: 0; border-radius: 99px; background: #eee9ef; appearance: none; }
.score-progress::-webkit-progress-bar { border-radius: 99px; background: #eee9ef; }
.score-progress::-webkit-progress-value { border-radius: 99px; background: linear-gradient(90deg, var(--purple), var(--magenta)); }
.score-progress::-moz-progress-bar { border-radius: 99px; background: linear-gradient(90deg, var(--purple), var(--magenta)); }
.question-list { border-top: 1px solid var(--line); }
.question-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.question-list > article > span { color: var(--magenta); font-size: 11px; font-weight: 900; }
.question-list h3 { margin: 0; font: 600 17px/1.35 Georgia, serif; }
.question-list p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
#faq .question-list p { margin-top: 8px; font-size: 13px; line-height: 1.7; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.process-steps article { padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
.process-steps span { color: var(--magenta); font-weight: 900; }
.process-steps h3 { margin: 18px 0 8px; font: 600 18px Georgia, serif; }
.process-steps p { margin: 0; color: var(--muted); font-size: 11px; }
.rtp-note { margin-top: 24px; padding: 24px; color: #fff; border-radius: 13px; background: var(--purple-deep); }
.rtp-note p { margin: 6px 0 0; color: rgba(255,255,255,.7); font-size: 12px; }
.decision-placeholder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.decision-placeholder div { min-height: 115px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border: 1px solid var(--line); border-radius: 10px; }
.decision-placeholder small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.decision-placeholder strong { color: var(--purple); font: 600 28px Georgia, serif; }
.review-sidebar { position: sticky; top: 120px; display: grid; gap: 16px; }
.sidebar-card { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 40px rgba(45,17,52,.05); }
.sidebar-card h2 { margin: 0 0 15px; color: var(--purple); font: 600 18px Georgia, serif; }
.sidebar-card nav { display: grid; }
.sidebar-card nav a { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.sidebar-card nav a:last-child { border-bottom: 0; }
.sidebar-card nav a:hover, .sidebar-card nav a:focus-visible { color: var(--magenta); }
.sidebar-card--score { color: #fff; border: 0; background: linear-gradient(145deg, var(--purple-deep), var(--purple)); }
.sidebar-card--score > p { margin: 0; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-card--score > strong { display: block; margin: 8px 0 10px; color: #ff78c8; font: 600 68px/1 Georgia, serif; }
.sidebar-card--score > span { display: inline-flex; align-items: center; gap: 8px; padding: 6px 9px; border-radius: 99px; background: rgba(255,255,255,.1); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.sidebar-card--score i { width: 6px; height: 6px; border-radius: 50%; background: #ff78c8; }
.sidebar-card--score small { display: block; margin-top: 14px; color: rgba(255,255,255,.6); font-size: 10px; }
.sidebar-card--note { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; }
.sidebar-card--note img { width: 48px; height: 48px; }
.sidebar-card--note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.sidebar-card--note strong { color: var(--purple); }

.related-section { padding-block: 92px; background: var(--soft); }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.related-heading h2 { margin: 0; color: var(--purple-deep); font: 600 38px/1.15 Georgia, serif; }
.related-heading > a { color: var(--purple); font-size: 12px; font-weight: 900; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s, box-shadow .2s; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-card > div { height: 110px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 10px; background: #faf7fa; }
.related-card img { max-width: 72%; max-height: 75px; object-fit: contain; }
.related-card > span { color: var(--magenta); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin: 5px 0 12px; color: var(--purple); font: 600 24px Georgia, serif; }
.related-card p { margin: 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; }

/* Resources, rankings and sitemap */
.resource-hero { position: relative; overflow: hidden; padding: 42px 0 78px; color: #fff; background: linear-gradient(115deg, #3e0b4d 0%, #72166f 58%, #d40083 100%); }
.resource-hero::after { content: ""; position: absolute; right: -8%; bottom: -180px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 68px rgba(255,255,255,.025), 0 0 0 136px rgba(255,255,255,.02); }
.resource-hero__inner { position: relative; z-index: 1; }
.resource-hero .breadcrumbs { margin-bottom: 54px; color: rgba(255,255,255,.65); }
.resource-hero .breadcrumbs a { color: #fff; }
.resource-hero h1 { max-width: 900px; margin: 14px 0 22px; font: 600 clamp(44px, 6vw, 76px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.resource-hero__lead { max-width: 900px; margin: 0; color: rgba(255,255,255,.84); font: 400 18px/1.75 Georgia, serif; }
.resource-layout-section { padding: 86px 0 100px; background: #fff; }
.resource-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; }
.resource-content { min-width: 0; }
.resource-content > section { padding-bottom: 64px; margin-bottom: 64px; border-bottom: 1px solid var(--line); scroll-margin-top: 125px; }
.resource-content > section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.resource-content h2 { margin: 10px 0 24px; color: var(--purple-deep); font: 600 39px/1.14 Georgia, serif; letter-spacing: -.025em; }
.resource-content > section > p:not(.eyebrow):not(.section-intro) { max-width: 850px; margin: 0 0 18px; color: #3f3443; font: 400 16px/1.8 Georgia, serif; }
.resource-content .section-intro { margin: -8px 0 24px; color: var(--muted); font-size: 13px; }
.resource-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 40px rgba(45,17,52,.05); }
.resource-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.resource-table th, .resource-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); color: #4b3e4f; font-size: 12px; vertical-align: top; }
.resource-table thead th { color: var(--purple); background: #f8f3f8; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.resource-table tbody tr:last-child th, .resource-table tbody tr:last-child td { border-bottom: 0; }
.resource-table tbody th { color: var(--purple-deep); font-size: 13px; }
.resource-table a { color: var(--magenta); font-weight: 900; white-space: nowrap; }
.resource-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.resource-link-grid article { min-width: 0; display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 17px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.resource-link-grid img { width: 82px; height: 62px; padding: 7px; object-fit: contain; border-radius: 8px; background: #faf7fa; }
.resource-link-grid h3 { margin: 0 0 8px; color: var(--purple-deep); font: 600 20px Georgia, serif; }
.resource-link-actions { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; }
.resource-link-grid a { display: inline-block; margin: 0; color: var(--purple); font-size: 11px; font-weight: 800; }
.resource-link-grid .link-separator { color: #b7a8ba; font-size: 11px; line-height: 1; }
.resource-link-grid .external-url { color: var(--magenta); font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.directory-group { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--magenta); border-radius: 14px; background: #fff; }
.directory-group h3 { margin: 0 0 18px; color: var(--purple-deep); font: 600 25px Georgia, serif; }
.directory-group ul { margin: 0; padding-left: 19px; }
.directory-group li { margin: 9px 0; color: var(--purple); }
.directory-group a { color: #087b5d; font-size: 13px; font-weight: 700; }
.directory-group a:hover, .directory-group a:focus-visible { color: var(--magenta); text-decoration: underline; }
.resource-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px; margin-top: 22px; color: #fff; border-radius: 14px; background: var(--purple-deep); }
.resource-callout strong { font: 600 22px Georgia, serif; }
.resource-callout p { margin: 7px 0 0; color: rgba(255,255,255,.72); font-size: 12px; }
.official-link-list { display: grid; gap: 12px; }
.official-link-list a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--purple-deep); }
.official-link-list span { font: 600 17px Georgia, serif; }
.official-link-list strong { max-width: 55%; color: var(--magenta); font-size: 11px; overflow-wrap: anywhere; text-align: right; }
.resource-sidebar { top: 116px; }

:focus-visible { outline: 3px solid #ff74c5; outline-offset: 3px; }

@media (max-width: 1080px) {
    .brand { flex-basis: 285px; }
    .brand img { width: 285px; }
    .site-nav { gap: 16px; font-size: 13px; }
    .header-cta { display: none; }
    .hero-grid { gap: 40px; }
    .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .review-hero__grid, .review-layout, .resource-layout { grid-template-columns: 1fr; }
    .review-hero__grid { gap: 44px; }
    .review-logo-card { width: min(100%, 620px); margin-inline: auto; }
    .review-layout { gap: 55px; }
    .review-sidebar { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .resource-sidebar { grid-template-columns: 1fr 1fr; }
    .sidebar-card--score { grid-row: auto; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 82px; }
    .notice-bar a { display: none; }
    .header-inner { min-height: 76px; }
    .brand { flex-basis: 250px; }
    .brand img { width: 250px; }
    .menu-toggle { display: block; margin-left: auto; }
    .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 22px 40px rgba(40,10,46,.12); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
    .site-nav a::after { display: none; }
    .hero-grid, .section-heading--split, .methodology-grid, .ethics-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-grid { padding-block: 70px; gap: 55px; }
    .hero h1 { font-size: clamp(48px, 10vw, 70px); }
    .audit-card { width: min(100%, 560px); margin-inline: auto; }
    .section-heading--split { gap: 24px; }
    .principle-grid, .evidence-grid { grid-template-columns: 1fr; }
    .principle-card { min-height: 230px; }
    .brand-tools { align-items: stretch; }
    .search-box { width: 100%; }
    .methodology-copy { position: static; }
    .methodology-grid, .ethics-grid, .faq-grid { gap: 50px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .review-hero__grid, .review-layout { grid-template-columns: 1fr; }
    .review-hero__grid { gap: 44px; }
    .review-layout { gap: 55px; }
    .review-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
    .sidebar-card--score { grid-row: span 2; }
    .promotion-summary-grid { grid-template-columns: 1fr 1fr; }
    .promotion-summary-grid article:last-child { grid-column: 1 / -1; }
    .process-steps, .decision-placeholder { grid-template-columns: repeat(2, 1fr); }
    .resource-link-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .notice-bar__inner { min-height: 46px; }
    .notice-bar p { line-height: 1.35; }
    .brand { flex-basis: 215px; }
    .brand img { width: 215px; }
    .hero { min-height: auto; }
    .hero-grid { min-height: auto; padding-block: 56px; }
    .hero h1 { font-size: 45px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .audit-card { padding: 20px; transform: none; }
    .audit-card__head img { width: 96px; }
    .audit-score__ring { flex-basis: 78px; height: 78px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid div { min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.25); }
    .stats-grid div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.25); }
    .section { padding-block: 76px; }
    .section-heading h2, .methodology h2, .ethics-panel h2 { font-size: 39px; }
    .principle-card { padding: 28px; }
    .brand-grid { grid-template-columns: 1fr; }
    .brand-card { padding: 17px; }
    .brand-card__foot { column-gap: 20px; }
    .filter-group { overflow-x: auto; padding-bottom: 4px; }
    .filter-button { flex: 0 0 auto; }
    .weight-list { grid-template-columns: 1fr; }
    .weight-list article { grid-template-columns: 64px 1fr; }
    .ethics-panel { padding: 28px; }
    .cta-band__inner { min-height: 300px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; gap: 5px; }
    .review-dialog { padding: 30px 22px 24px; }
    .review-hero { padding-bottom: 58px; }
    .breadcrumbs { margin-bottom: 38px; }
    .review-hero h1 { font-size: 45px; }
    .review-hero__lead { font-size: 14px; }
    .review-logo-card > div { height: 145px; }
    .review-layout-section { padding-block: 68px 78px; }
    .review-content > section { padding-bottom: 54px; margin-bottom: 54px; }
    .review-content h2 { font-size: 34px; }
    .lead-paragraph { font-size: 17px; }
    .fact-table > div { grid-template-columns: 1fr; gap: 4px; }
    .fact-table strong { text-align: left; }
    .finding-grid, .review-sidebar, .related-grid { grid-template-columns: 1fr; }
    .promotion-summary-grid { grid-template-columns: 1fr; }
    .promotion-summary-grid article:last-child { grid-column: auto; }
    .process-steps, .decision-placeholder { grid-template-columns: repeat(2, 1fr); }
    .related-heading { align-items: flex-start; flex-direction: column; }
    .related-heading h2 { font-size: 32px; }
    .resource-hero { padding: 30px 0 56px; }
    .resource-hero .breadcrumbs { margin-bottom: 38px; }
    .resource-hero h1 { font-size: 43px; }
    .resource-hero__lead { font-size: 15px; line-height: 1.65; }
    .resource-layout-section { padding: 64px 0 78px; }
    .resource-content > section { padding-bottom: 50px; margin-bottom: 50px; }
    .resource-content h2 { font-size: 33px; }
    .resource-link-grid article { grid-template-columns: 66px minmax(0, 1fr); padding: 14px; }
    .resource-link-grid img { width: 66px; height: 54px; }
    .directory-grid, .resource-sidebar { grid-template-columns: 1fr; }
    .directory-group { padding: 23px; }
    .resource-callout, .official-link-list a { align-items: flex-start; flex-direction: column; }
    .resource-callout .button { width: 100%; }
    .official-link-list strong { max-width: 100%; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Converse Malaysia identity — monochrome editorial system inspired by converse.my */
:root {
    --purple: #000;
    --purple-deep: #000;
    --magenta: #000;
    --magenta-dark: #202020;
    --navy: #000;
    --ink: #111;
    --muted: #5e5e5e;
    --line: #d7d7d7;
    --soft: #f3f3f3;
    --shadow: 0 16px 36px rgba(0, 0, 0, .11);
    --radius: 0;
    --container: 1180px;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

body:has(dialog[open]) { overflow: auto; }
dialog, .review-dialog { display: none !important; }

.notice-bar {
    color: #111;
    background: #e9e9e9;
    font-size: 12px;
}

.notice-bar__inner { min-height: 36px; }
.notice-bar__inner > p { flex: 1; text-align: center; }
.notice-bar strong { border-color: #777; }
.notice-bar a { border-color: #777; }
.market-label { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.market-label img { width: 18px; height: 9px; object-fit: cover; }

.site-header {
    border-bottom: 1px solid #d4d4d4;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: none;
}

.header-inner { min-height: 78px; gap: 26px; }
.brand { flex: 0 0 190px; display: inline-flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.brand img { width: 152px; height: auto; }
.brand span { font-size: 8px; font-weight: 900; letter-spacing: .26em; line-height: 1; text-transform: uppercase; }
.site-nav { gap: 27px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; }
.site-nav a { padding-block: 27px; }
.site-nav a::after { bottom: 18px; height: 3px; background: #000; }
.header-cta { padding-inline: 25px; color: #fff; background: #000; font-size: 12px; text-transform: uppercase; }
.header-cta:hover, .header-cta:focus-visible { background: #303030; }
.menu-toggle { border-radius: 0; background: #000; }
.menu-toggle span:not(.sr-only) { background: #fff; }

.hero {
    min-height: 620px;
    color: #fff;
    background: #0a0a0a;
}

.hero::before {
    opacity: .22;
    background-image: linear-gradient(135deg, transparent 0 68%, rgba(255,255,255,.12) 68% 68.2%, transparent 68.2%), linear-gradient(45deg, transparent 0 78%, rgba(255,255,255,.07) 78% 78.2%, transparent 78.2%);
    background-size: 100% 100%;
    mask-image: none;
}

.hero::after { height: 5px; background: #fff; }
.hero-orb { display: none; }
.hero-grid { min-height: 620px; grid-template-columns: 1.12fr .88fr; gap: 64px; padding-block: 64px; }
.eyebrow { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .2em; }
.eyebrow span { width: 26px; height: 3px; background: currentColor; }
.eyebrow--dark { color: #111; }
.hero h1, .section-heading h2, .methodology h2, .ethics-panel h2, .faq-section h2,
.review-hero h1, .review-content h2, .resource-hero h1, .resource-content h2,
.related-heading h2, .cta-band h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -.045em;
}

.hero h1 { max-width: 760px; font-size: clamp(52px, 5.7vw, 78px); line-height: .98; }
.hero h1 em, .section-heading h2 em, .methodology h2 em, .ethics-panel h2 em { color: inherit; font-style: normal; font-weight: 900; }
.hero-lead { color: rgba(255,255,255,.76); }
.button { border-radius: 0; text-transform: uppercase; letter-spacing: .04em; }
.button--primary { color: #000; background: #fff; box-shadow: none; }
.button--primary:hover, .button--primary:focus-visible { color: #fff; background: #333; }
.button--quiet { border-color: #fff; background: transparent; }
.hero-disclaimer span { color: #fff; }

.audit-card {
    border: 1px solid #fff;
    border-radius: 0;
    background: #fff;
    box-shadow: 16px 16px 0 rgba(255,255,255,.12);
}

.audit-card::before { display: none; }
.audit-card__head strong { color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.audit-card__head img { width: 128px; height: auto; }
.audit-score__ring { border-radius: 0; background: #000; }
.audit-score__ring::before { inset: 7px; border-radius: 0; }
.audit-score__ring span { color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.audit-score strong { font-family: Arial, Helvetica, sans-serif; font-weight: 800; }
.audit-checks span, .audit-checks b { color: #000; }
.seal { border-color: #000; outline-color: #777; border-radius: 0; color: #000; font-family: Arial, Helvetica, sans-serif; transform: none; }

.stats-strip { color: #111; border-bottom: 1px solid #bbb; background: #fff; }
.stats-grid div, .stats-grid div:first-child { border-color: #c8c8c8; }
.stats-grid strong { color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: 900; }

.section { padding-block: 96px; }
.section-heading h2, .methodology h2, .ethics-panel h2, .faq-section h2 { text-transform: uppercase; }
.principle-card, .brand-card, .evidence-card, .ethics-panel, .weight-list article,
.comparison-table-wrap, .search-box, .filter-button, .empty-state { border-radius: 0; }
.principle-card { border-color: #bbb; }
.principle-card--accent { border-color: #000; background: #000; }
.principle-card--accent::after { display: none; }
.principle-card h3, .brand-card h3, .evidence-card h3, .red-flag-list h3,
.red-flag-list strong, .weight-list h3, .comparison-table tbody th {
    font-family: Arial, Helvetica, sans-serif;
}
.principle-card__number, .brand-card__scope, .text-link, .status-pill { color: #000 !important; }
.brand-card { border-color: #c6c6c6; box-shadow: none; }
.brand-card:hover { border-color: #000; box-shadow: 8px 8px 0 #111; }
.brand-logo-wrap { border-radius: 0; background: #f1f1f1; }
.status-pill, .terms-badge, .focus-list li, .ethics-tags span { border-radius: 0; color: #111; background: #e9e9e9; }
.status-pill i { border-radius: 0; background: #000; box-shadow: none; }
.brand-card__index, .brand-card__foot div:first-child strong { color: #000; font-family: Arial, Helvetica, sans-serif; }
.filter-button.is-active, .filter-button:hover, .filter-button:focus-visible { border-color: #000; background: #000; }

.comparison-table thead th { background: #000; }
.comparison-table tbody tr:nth-child(even) { background: #f4f4f4; }
.promotion-caveat { border-left-color: #000; border-radius: 0; background: #eee; }
.promotion-caveat > span { border-radius: 0; background: #000; }

.methodology { background: #000; }
.methodology::before { opacity: .15; }
.weight-list span { color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.button--light { color: #000; }
.evidence-card { border-radius: 0; background: #f5f5f5; }
.evidence-icon { border-radius: 0; font-family: Arial, Helvetica, sans-serif; }
.ethics-tags span { color: #000; }

.cta-band { background: #000; }
.button--white { color: #000; }
.site-footer { color: #fff; background: #000; }
.site-footer::before { display: none; }
.footer-brand > img { width: 205px; margin-bottom: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; filter: invert(1); }
.footer-brand > p:first-of-type { letter-spacing: .16em; }
.footer-mark img { width: 49px; padding: 0; border-radius: 0; background: #fff; }
.site-footer h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 900; text-transform: uppercase; }

.review-hero, .resource-hero { background: #000; }
.review-hero::before, .resource-hero::after { display: none; }
.review-hero h1 em { color: #fff; font-style: normal; font-weight: 900; }
.review-hero__status i { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.14); }
.breadcrumbs strong { color: #fff; }
.review-logo-card { border-radius: 0; background: #181818; box-shadow: none; backdrop-filter: none; }
.review-logo-card > div { border-radius: 0; }
.review-logo-card dd { font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.review-content h2, .resource-content h2 { color: #111; }
.lead-paragraph, .resource-content > section > p:not(.eyebrow):not(.section-intro) { font-family: Arial, Helvetica, sans-serif; }
.internal-disclaimer, .fact-table, .finding-panel, .promotion-summary-grid article,
.promotion-offers, .promotion-comparison, .score-row, .process-steps article,
.rtp-note, .sidebar-card, .related-card, .related-card > div, .resource-table-wrap,
.resource-link-grid article, .resource-link-grid img, .directory-group, .resource-callout,
.official-link-list a { border-radius: 0; }
.internal-disclaimer { border-left-color: #000; background: #eee; }
.internal-disclaimer > span { border-radius: 0; background: #000; }
.finding-panel--concern, .promotion-summary-grid article { border-top-color: #000; }
.promotion-summary-grid span, .promotion-comparison > span { color: #000; }
.score-progress, .score-progress::-webkit-progress-bar, .score-progress::-webkit-progress-value,
.score-progress::-moz-progress-bar { border-radius: 0; }
.score-progress::-webkit-progress-value, .score-progress::-moz-progress-bar { background: #000; }
.question-list h3, .process-steps h3, .sidebar-card h2, .related-card h3,
.resource-link-grid h3, .directory-group h3, .resource-callout strong, .official-link-list span {
    font-family: Arial, Helvetica, sans-serif;
}
.sidebar-card--score { background: #000; }
.sidebar-card--score > strong { color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: 900; }
.sidebar-card--score > span, .sidebar-card--score i { border-radius: 0; }
.sidebar-card--note img { object-fit: contain; }
.related-card:hover { box-shadow: 8px 8px 0 #111; }
.resource-table thead th { color: #fff; background: #000; }
.resource-table a, .resource-link-grid .external-url, .official-link-list strong { color: #000; }
.directory-group { border-top-color: #000; }
.directory-group a { color: #111; }
.resource-callout { background: #000; }

:focus-visible { outline: 3px solid #1683ff; outline-offset: 3px; }

@media (max-width: 1080px) {
    .brand { flex-basis: 170px; }
    .brand img { width: 145px; }
    .site-nav { gap: 16px; }
}

@media (max-width: 820px) {
    .notice-bar__inner > p { text-align: left; }
    .market-label { display: none; }
    .header-inner { min-height: 70px; }
    .brand { flex-basis: 180px; }
    .brand img { width: 150px; }
    .site-nav { padding: 0 20px 18px; border-top: 1px solid #bbb; box-shadow: 0 18px 30px rgba(0,0,0,.15); }
    .site-nav a { font-weight: 800; }
    .hero-grid { padding-block: 56px; }
}

@media (max-width: 580px) {
    .brand { flex-basis: 160px; }
    .brand img { width: 138px; }
    .hero h1 { font-size: clamp(40px, 12vw, 54px); }
    .stats-grid div { border-color: #c8c8c8; }
}
