/* Bow Advice homepage — Claude Design match */
:root {
    --ba-cream: #FBFAF5;
    --ba-sand: #F4F1E8;
    --ba-forest: #1E3A2A;
    --ba-dark: #14251B;
    --ba-orange: #D96F32;
    --ba-rust: #BF5C22;
    --ba-peach: #E8935B;
    --ba-text: #171A16;
    --ba-muted: #6B695F;
    --ba-sage: #55705C;
    --ba-warm-gray: #8A887E;
    --ba-number: #D9CFBB;
    --heading-font: 'Barlow Condensed', sans-serif;
    --body-font: 'Barlow', sans-serif;
}

body.home,
body.page-template-index {
    background: var(--ba-sand);
    --primary: var(--ba-forest);
    --purchase: var(--ba-orange);
    --link: var(--ba-rust);
    --link-hover: var(--ba-orange);
}

body.home .site-chrome-header,
body.page-template-index .site-chrome-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251, 250, 245, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(23, 26, 22, 0.1);
    padding: 0;
    box-shadow: none;
}
body.home .site-chrome-header .header-inner,
body.page-template-index .site-chrome-header .header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.site-text-logo {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.04em;
    color: var(--ba-forest);
    text-decoration: none;
    line-height: 1;
}
.site-text-logo span { color: var(--ba-orange); }
.site-text-logo--footer { margin: 0 0 16px; font-size: 30px; color: var(--ba-cream); }
.site-text-logo--footer span { color: var(--ba-peach); }

body.home .main-navigation,
body.page-template-index .main-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    flex-direction: row;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
}
body.home .nav-menu,
body.page-template-index .nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-direction: row;
    padding: 0;
}
body.home .nav-menu > li,
body.page-template-index .nav-menu > li { margin: 0; }
body.home .nav-menu > li > .nav-item-row > a,
body.home .nav-menu > li > a,
body.page-template-index .nav-menu > li > .nav-item-row > a,
body.page-template-index .nav-menu > li > a {
    color: var(--ba-text);
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 600;
    padding: 0.5rem 0;
    text-decoration: none;
}
body.home .nav-menu > li:hover > .nav-item-row > a,
body.home .nav-menu > li:hover > a,
body.page-template-index .nav-menu > li:hover > .nav-item-row > a,
body.page-template-index .nav-menu > li:hover > a { color: var(--ba-rust); }
body.home .nav-menu .sub-menu,
body.page-template-index .nav-menu .sub-menu { display: none !important; }
body.home .submenu-toggle,
body.page-template-index .submenu-toggle { display: none !important; }
.nav-cta-compare {
    background: var(--ba-orange);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}
.nav-cta-compare:hover { background: var(--ba-rust); color: #fff !important; }

.homepage-main {
    overflow-x: hidden;
    background: var(--ba-sand);
    font-family: var(--body-font);
    color: var(--ba-text);
    -webkit-font-smoothing: antialiased;
}
.homepage-main .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}
.section-home { padding: 96px 0; }
.section-cream { background: var(--ba-cream); border-top: 1px solid rgba(23, 26, 22, 0.08); border-bottom: 1px solid rgba(23, 26, 22, 0.08); }
.section-sand { background: var(--ba-sand); border-top: 1px solid rgba(23, 26, 22, 0.08); }

.section-header { margin-bottom: 44px; }
.section-header-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.section-eyebrow {
    margin: 0 0 12px;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ba-rust);
}
.section-eyebrow--light { color: var(--ba-peach); }
.section-heading {
    margin: 0;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: clamp(2.25rem, 4vw, 52px);
    line-height: 1;
    color: var(--ba-forest);
}
.section-heading--light { color: var(--ba-cream); }
.section-see-all {
    font-weight: 700;
    font-size: 15px;
    color: var(--ba-forest);
    border-bottom: 2px solid var(--ba-orange);
    padding-bottom: 3px;
    text-decoration: none;
    white-space: nowrap;
}
.section-see-all:hover { color: var(--ba-rust); }

/* Hero */
.homepage-hero--cinematic {
    position: relative;
    background-color: var(--ba-dark);
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center 30%;
    color: var(--ba-cream);
    overflow: hidden;
}
.homepage-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(15, 26, 19, 0.94) 0%, rgba(15, 26, 19, 0.78) 42%, rgba(15, 26, 19, 0.25) 75%, rgba(15, 26, 19, 0.05) 100%),
        linear-gradient(to top, rgba(15, 26, 19, 0.85) 0%, rgba(15, 26, 19, 0) 30%);
    pointer-events: none;
}
.homepage-hero-inner {
    position: relative;
    z-index: 1;
    padding: 120px 32px 96px;
    min-height: 560px;
    display: flex;
    align-items: center;
}
.homepage-hero-copy { max-width: 640px; }
.homepage-hero-eyebrow {
    margin: 0 0 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ba-peach);
}
.homepage-hero-copy h1 {
    margin: 0 0 24px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: clamp(3rem, 6vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    color: var(--ba-cream);
}
.homepage-hero-subheadline {
    margin: 0 0 36px;
    font-size: 19px;
    line-height: 1.6;
    color: rgba(251, 250, 245, 0.85);
    max-width: 520px;
}
.homepage-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
}
.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn-hero-primary {
    background: var(--ba-orange);
    color: #fff !important;
    border: none;
}
.btn-hero-primary:hover {
    background: var(--ba-rust);
    color: #fff !important;
    transform: translateY(-2px);
}
.btn-hero-secondary {
    background: transparent;
    color: var(--ba-cream) !important;
    border: 1.5px solid rgba(251, 250, 245, 0.4);
    padding: 16px 28px;
}
.btn-hero-secondary:hover {
    border-color: var(--ba-cream);
    background: rgba(251, 250, 245, 0.08);
    color: var(--ba-cream) !important;
}
.homepage-hero-search {
    margin-top: 28px;
    max-width: 480px;
    display: flex;
    background: rgba(251, 250, 245, 0.1);
    border: 1px solid rgba(251, 250, 245, 0.25);
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(6px);
}
.homepage-hero-search input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    font-family: var(--body-font);
    color: var(--ba-cream);
    outline: none;
}
.homepage-hero-search input::placeholder { color: rgba(251, 250, 245, 0.55); }
.homepage-hero-search button {
    background: transparent;
    border: none;
    color: var(--ba-peach);
    font-weight: 700;
    font-size: 15px;
    padding: 0 20px;
    cursor: pointer;
    font-family: var(--body-font);
}
.homepage-hero-trustbar {
    position: relative;
    border-top: 1px solid rgba(251, 250, 245, 0.14);
    background: rgba(15, 26, 19, 0.55);
    backdrop-filter: blur(8px);
}
.homepage-hero-trustbar-inner {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 22px 32px;
    flex-wrap: wrap;
}
.homepage-hero-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.homepage-hero-stat-value {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 32px;
    color: var(--ba-cream);
}
.homepage-hero-stat-label {
    font-size: 14px;
    color: rgba(251, 250, 245, 0.7);
}
.homepage-hero-brands {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.homepage-hero-brands-label {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(251, 250, 245, 0.5);
    font-weight: 600;
}
.homepage-hero-brands-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.08em;
    color: rgba(251, 250, 245, 0.8);
}

/* Category bento */
.category-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 260px 260px;
    gap: 18px;
}
.category-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    background: var(--ba-forest);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(20, 37, 27, 0.24);
    color: inherit;
}
.category-card--featured {
    grid-column: span 2;
    grid-row: span 2;
}
.category-card--featured:hover { box-shadow: 0 24px 48px rgba(20, 37, 27, 0.28); }
.category-card-image {
    position: absolute;
    inset: 0;
}
.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.category-card-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 26, 19, 0.85), rgba(15, 26, 19, 0) 55%);
}
.category-card--featured .category-card-scrim {
    background: linear-gradient(to top, rgba(15, 26, 19, 0.88) 0%, rgba(15, 26, 19, 0.15) 45%, rgba(15, 26, 19, 0) 65%);
}
.category-card-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
}
.category-card--featured .category-card-content { left: 28px; right: 28px; bottom: 26px; }
.category-card-eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ba-peach);
}
.category-card-title {
    margin: 0 0 4px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 27px;
    color: var(--ba-cream);
    line-height: 1.1;
}
.category-card--featured .category-card-title { font-size: 40px; margin-bottom: 6px; }
.category-card-meta {
    margin: 0;
    font-size: 13.5px;
    color: rgba(251, 250, 245, 0.72);
}
.category-card--featured .category-card-meta { font-size: 15px; }
.category-pill-row {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.category-pill {
    font-weight: 600;
    font-size: 14.5px;
    color: var(--ba-forest);
    background: var(--ba-cream);
    border: 1px solid rgba(23, 26, 22, 0.12);
    border-radius: 999px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.category-pill:hover {
    border-color: var(--ba-orange);
    color: var(--ba-rust);
}

/* Editor's picks */
.editors-picks-layout {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 48px;
    align-items: stretch;
}
.guide-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}
.guide-card:hover { color: inherit; }
.guide-card-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ba-forest);
}
.guide-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.guide-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--ba-orange);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 5px;
}
.guide-card-content { padding-top: 26px; }
.guide-card-title {
    margin: 0 0 12px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.05;
    color: var(--ba-text);
}
.guide-card-description {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.6;
    color: #4A4A44;
    max-width: 560px;
}
.guide-card-byline {
    margin: 0;
    font-size: 14px;
    color: var(--ba-warm-gray);
    font-weight: 600;
}
.editors-picks-rows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}
.guide-pick-row {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 26, 22, 0.1);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.guide-pick-row:last-child { border-bottom: none; }
.guide-pick-row:hover { transform: translateX(6px); color: inherit; }
.guide-pick-number {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 30px;
    color: var(--ba-number);
    min-width: 40px;
}
.guide-pick-thumb {
    width: 116px;
    height: 82px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--ba-forest);
}
.guide-pick-thumb img { width: 100%; height: 100%; object-fit: cover; }
.guide-pick-title {
    margin: 0 0 6px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 23px;
    line-height: 1.1;
    color: var(--ba-text);
}
.guide-pick-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--ba-muted);
}

/* Beginner */
.beginner-section--split {
    background: var(--ba-forest);
    padding: 96px 0;
}
.beginner-split {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: center;
}
.beginner-intro { color: var(--ba-cream); }
.beginner-intro .section-heading { margin-bottom: 20px; }
.beginner-intro p {
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(251, 250, 245, 0.78);
}
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(251, 250, 245, 0.78);
}
.btn-beginner-cta {
    display: inline-block;
    background: var(--ba-cream);
    color: var(--ba-forest) !important;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
}
.btn-beginner-cta:hover { background: #EDE8DA; color: var(--ba-forest) !important; }
.beginner-guide-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.beginner-guide-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
}
.beginner-guide-item:hover {
    background: rgba(251, 250, 245, 0.07);
    color: inherit;
}
.beginner-guide-list li + li { border-top: 1px solid rgba(251, 250, 245, 0.12); }
.beginner-guide-number {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 26px;
    color: var(--ba-peach);
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(232, 147, 91, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.beginner-guide-copy { flex: 1; }
.beginner-guide-title {
    margin: 0 0 3px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 24px;
    color: var(--ba-cream);
}
.beginner-guide-subtitle {
    margin: 0;
    font-size: 14.5px;
    color: rgba(251, 250, 245, 0.6);
}
.beginner-guide-arrow { color: var(--ba-peach); font-size: 20px; }

/* How we test */
.how-we-test--timeline {
    background: var(--ba-dark);
    padding: 112px 0;
    color: var(--ba-cream);
}
.how-we-test-intro {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 72px;
    align-items: center;
    margin-bottom: 80px;
}
.how-we-test-text {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(251, 250, 245, 0.78);
}
.how-we-test-text:last-child { margin-bottom: 0; }
.how-we-test-visual { position: relative; height: 420px; }
.how-we-test-photo {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    background-color: var(--ba-forest);
}
.how-we-test-badge {
    position: absolute;
    left: -28px;
    bottom: -24px;
    background: var(--ba-orange);
    border-radius: 12px;
    padding: 22px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.how-we-test-badge-value {
    margin: 0;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #fff;
}
.how-we-test-badge-label {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}
.how-we-test-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(251, 250, 245, 0.15);
}
.how-we-test-step {
    padding: 36px 28px 0 0;
    border-right: 1px solid rgba(251, 250, 245, 0.12);
}
.how-we-test-step:last-child {
    padding-right: 0;
    padding-left: 28px;
    border-right: none;
}
.how-we-test-step-label {
    margin: 0 0 14px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.14em;
    color: var(--ba-peach);
}
.how-we-test-step-title {
    margin: 0 0 10px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 27px;
    color: var(--ba-cream);
}
.how-we-test-step-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(251, 250, 245, 0.65);
}

/* Experts */
.experts-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 48px;
}
.expert-lead-card {
    background: var(--ba-forest);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.expert-lead-quote {
    margin: 0 0 32px;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.25;
    color: var(--ba-cream);
    border: none;
    padding: 0;
}
.expert-lead-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}
.expert-lead-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.expert-lead-name {
    margin: 0 0 3px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 23px;
    color: var(--ba-cream);
}
.expert-lead-role {
    margin: 0;
    font-size: 14px;
    color: rgba(251, 250, 245, 0.65);
}
.expert-contributor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.expert-contributor-photo {
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    background: var(--ba-forest);
}
.expert-contributor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expert-contributor-name {
    margin: 0 0 4px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 22px;
    color: var(--ba-text);
}
.expert-contributor-specialty {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ba-rust);
}
.expert-contributor-bio {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--ba-muted);
}

/* Reviews */
.review-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.review-card {
    display: flex;
    flex-direction: column;
    background: var(--ba-cream);
    border: 1px solid rgba(23, 26, 22, 0.1);
    border-radius: 14px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(20, 37, 27, 0.16);
    color: inherit;
}
.review-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #EDE8DA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.review-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.review-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
    background: var(--ba-forest);
}
.review-card-badge--orange { background: var(--ba-orange); }
.review-card-badge--sage { background: var(--ba-sage); }
.review-card-content {
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.review-card-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.review-card-stars {
    color: var(--ba-orange);
    font-size: 15px;
    letter-spacing: 2px;
}
.review-card-stars::before {
    content: '★★★★★';
    background: linear-gradient(90deg, var(--ba-orange) calc(var(--rating) / 5 * 100%), var(--ba-number) calc(var(--rating) / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review-card-score { font-weight: 700; font-size: 14px; color: var(--ba-text); }
.review-card-score-max { font-size: 13px; color: var(--ba-warm-gray); }
.review-card-title {
    margin: 0 0 10px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 27px;
    line-height: 1.08;
    color: var(--ba-text);
}
.review-card-description {
    margin: 0 0 18px;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--ba-muted);
}
.review-card-specs {
    margin-top: auto;
    display: flex;
    gap: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(23, 26, 22, 0.08);
    font-size: 12.5px;
    color: var(--ba-muted);
    flex-wrap: wrap;
}
.review-card-specs strong { color: var(--ba-text); }

/* Brands */
.brand-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.brand-hub-card {
    background: var(--ba-sand);
    border: 1px solid rgba(23, 26, 22, 0.08);
    border-radius: 12px;
    padding: 28px;
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}
.brand-hub-card:hover {
    border-color: var(--ba-orange);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(20, 37, 27, 0.12);
    color: inherit;
}
.brand-hub-name {
    margin: 0 0 10px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.06em;
    color: var(--ba-forest);
}
.brand-hub-description {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ba-muted);
}
.brand-hub-meta {
    margin: 0;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ba-rust);
}
.brand-pill-row {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.brand-pill {
    font-weight: 600;
    font-size: 14px;
    color: var(--ba-forest);
    border: 1px solid rgba(23, 26, 22, 0.12);
    border-radius: 999px;
    padding: 9px 18px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.brand-pill:hover {
    border-color: var(--ba-orange);
    color: var(--ba-rust);
}

/* FAQ */
.homepage-faq-split {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: start;
}
.homepage-faq-intro { position: sticky; top: 104px; }
.homepage-faq-text {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.65;
    color: #4A4A44;
}
.btn-faq-cta {
    display: inline-block;
    background: var(--ba-forest);
    color: var(--ba-cream) !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
}
.btn-faq-cta:hover { background: var(--ba-dark); color: var(--ba-cream) !important; }
.faq-accordion--buttons { display: flex; flex-direction: column; gap: 12px; }
.faq-accordion--buttons .faq-item {
    background: var(--ba-cream);
    border: 1px solid rgba(23, 26, 22, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent;
    border: none;
    padding: 22px 26px;
    cursor: pointer;
    text-align: left;
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 17.5px;
    color: var(--ba-text);
}
.faq-marker {
    font-family: var(--heading-font);
    font-size: 26px;
    line-height: 1;
    color: var(--ba-rust);
    flex-shrink: 0;
}
.faq-answer {
    padding: 0 26px 24px;
}
.faq-answer p {
    margin: 0 0 12px;
    font-size: 15.5px;
    line-height: 1.65;
    color: #4A4A44;
}
.faq-answer a {
    font-weight: 700;
    font-size: 14.5px;
    color: var(--ba-rust);
    text-decoration: none;
}
.faq-answer a:hover { color: var(--ba-orange); }

/* Final CTA */
.homepage-final-cta {
    background: var(--ba-orange);
}
.homepage-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 80px 32px;
}
.homepage-final-cta-copy h2 {
    margin: 0 0 12px;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 54px);
    line-height: 1;
    color: #fff;
}
.homepage-final-cta-copy p {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}
.btn-final-cta {
    flex-shrink: 0;
    background: var(--ba-text);
    color: var(--ba-cream) !important;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}
.btn-final-cta:hover {
    background: var(--ba-dark);
    color: var(--ba-cream) !important;
    transform: translateY(-2px);
}

/* Footer redesign */
body.home .site-footer--redesign,
body.page-template-index .site-footer--redesign {
    background: var(--ba-dark);
    color: rgba(251, 250, 245, 0.7);
    padding: 80px 0 0;
}
.footer-redesign-grid {
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
    gap: 48px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(251, 250, 245, 0.12);
}
.footer-redesign-tagline {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.65;
    max-width: 320px;
    color: rgba(251, 250, 245, 0.75);
}
.footer-redesign-disclosure {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(251, 250, 245, 0.45);
    max-width: 320px;
}
.footer-redesign-heading {
    margin: 0 0 18px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ba-peach);
}
.footer-redesign-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-redesign-links a {
    color: rgba(251, 250, 245, 0.75);
    font-weight: 500;
    font-size: 14.5px;
    text-decoration: none;
}
.footer-redesign-links a:hover { color: var(--ba-cream); }
.footer-redesign-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 32px;
    font-size: 13px;
    color: rgba(251, 250, 245, 0.45);
    flex-wrap: wrap;
    gap: 1rem;
}

/* Reveals & sticky */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
.homepage-hero-copy[data-reveal] {
    animation: baHeroIn 0.7s ease both;
    opacity: 1;
    transform: none;
}
@keyframes baHeroIn {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: none; }
}
.homepage-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(20, 20, 20, 0.94);
    backdrop-filter: blur(8px);
    transform: translateY(110%);
    transition: transform 0.3s ease;
    display: none;
}
.homepage-sticky-cta.is-active { transform: none; }
.homepage-sticky-cta a {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--ba-orange);
    color: #fff !important;
    font-weight: 800;
    padding: 0.9rem 1rem;
    border-radius: 6px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 1200px) {
    body.home .nav-menu .sub-menu,
    body.page-template-index .nav-menu .sub-menu { display: block !important; }
    .category-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .category-card--featured { grid-column: span 2; grid-row: span 1; min-height: 280px; }
    .category-card { min-height: 200px; }
    .editors-picks-layout,
    .beginner-split,
    .how-we-test-intro,
    .experts-layout,
    .homepage-faq-split,
    .footer-redesign-grid { grid-template-columns: 1fr; }
    .homepage-faq-intro { position: static; }
    .expert-contributor-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-hub-grid,
    .review-card-grid { grid-template-columns: repeat(2, 1fr); }
    .how-we-test-steps { grid-template-columns: repeat(2, 1fr); }
    .how-we-test-step { border-right: none; padding: 24px 0; }
    .homepage-hero-brands { margin-left: 0; width: 100%; }
    .homepage-sticky-cta { display: block; }
    .nav-cta-compare { display: none; }
}
@media (max-width: 768px) {
    .section-home { padding: 64px 0; }
    .homepage-hero-inner { padding: 88px 24px 64px; min-height: auto; }
    .homepage-main .container,
    body.home .site-chrome-header .header-inner { padding-left: 20px; padding-right: 20px; }
    .category-bento-grid { grid-template-columns: 1fr; }
    .category-card--featured { grid-column: auto; }
    .expert-contributor-grid,
    .brand-hub-grid,
    .review-card-grid,
    .how-we-test-steps { grid-template-columns: 1fr; }
    .homepage-final-cta-inner { flex-direction: column; text-align: center; padding: 56px 20px; }
    .homepage-hero-actions { flex-direction: column; }
    .homepage-hero-actions .btn { width: 100%; }
    .homepage-hero-trustbar-inner { gap: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    .homepage-hero-copy[data-reveal] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
}
