/**
 * Homepage Gear Guide
 *
 * All component selectors use the ggh- prefix and the child-template body
 * scope. The parent header, navigation, and footer remain fully inherited.
 */

.acms-gear-guide-template {
    --ggh-navy: #061831;
    --ggh-navy-soft: #0d2749;
    --ggh-gold: #ffb000;
    --ggh-gold-dark: #e99a00;
    --ggh-ink: #07152c;
    --ggh-muted: #687386;
    --ggh-line: #e3e8ef;
    --ggh-surface: #ffffff;
    --ggh-surface-soft: #f6f8fb;
    --ggh-background: #ffffff;
    --ggh-danger: #db2638;
    --ggh-radius: 12px;
    --ggh-shadow: 0 18px 48px rgba(7, 21, 44, 0.08);
}

.acms-gear-guide-template .acms-gear-home,
.acms-gear-guide-template .acms-gear-home * {
    box-sizing: border-box;
}

.acms-gear-guide-template .acms-gear-home {
    margin: 0;
    overflow: hidden;
    color: var(--ggh-ink);
    background:
        radial-gradient(circle at 8% 5%, color-mix(in srgb, var(--ggh-gold) 6%, transparent), transparent 24rem),
        var(--ggh-background);
    font-family: inherit;
}

.acms-gear-guide-template .ggh-container {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.acms-gear-guide-template .ggh-hero {
    padding: clamp(34px, 4vw, 54px) 0 30px;
    border-bottom: 1px solid var(--ggh-line);
    background:
        radial-gradient(circle at 78% 42%, color-mix(in srgb, var(--ggh-gold) 6%, transparent), transparent 25rem),
        linear-gradient(
            118deg,
            color-mix(in srgb, var(--ggh-background) 94%, var(--ggh-surface-soft) 6%),
            color-mix(in srgb, var(--ggh-surface) 96%, transparent)
        ),
        repeating-linear-gradient(90deg, rgba(7, 21, 44, 0.012) 0 1px, transparent 1px 24px);
}

.acms-gear-guide-template .ggh-hero__layout {
    display: grid;
    grid-template-columns: minmax(430px, 0.9fr) minmax(620px, 1.18fr);
    gap: clamp(36px, 4vw, 54px);
    align-items: center;
}

.acms-gear-guide-template .ggh-hero__copy {
    max-width: 520px;
}

.acms-gear-guide-template .ggh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 16px;
    padding: 6px 11px;
    border: 1px solid color-mix(in srgb, var(--ggh-gold) 62%, transparent);
    border-radius: 999px;
    color: #9a6400;
    background: color-mix(in srgb, var(--ggh-gold) 8%, transparent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.acms-gear-guide-template .ggh-eyebrow__icon {
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 10px;
}

.acms-gear-guide-template .ggh-hero h1 {
    margin: 0;
    color: var(--ggh-ink);
    font-size: clamp(46px, 3.65vw, 58px);
    font-weight: 850;
    line-height: 1.01;
    letter-spacing: -0.05em;
}

.acms-gear-guide-template .ggh-hero__title-line {
    display: block;
    text-wrap: balance;
}

.acms-gear-guide-template .ggh-hero__title-line--accent {
    color: var(--ggh-gold);
}

.acms-gear-guide-template .ggh-hero__description {
    max-width: 500px;
    margin: 20px 0 0;
    color: var(--ggh-muted);
    font-size: 16px;
    line-height: 1.62;
}

.acms-gear-guide-template .ggh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.acms-gear-guide-template .ggh-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.acms-gear-guide-template .ggh-button--primary {
    color: var(--ggh-navy);
    border-color: var(--ggh-gold);
    background: var(--ggh-gold);
    box-shadow: 0 10px 25px color-mix(in srgb, var(--ggh-gold) 20%, transparent);
}

.acms-gear-guide-template .ggh-button--secondary {
    color: var(--ggh-ink);
    border-color: var(--ggh-line);
    background: var(--ggh-surface);
}

.acms-gear-guide-template .ggh-button:hover,
.acms-gear-guide-template .ggh-button:focus-visible {
    transform: translateY(-2px);
}

.acms-gear-guide-template .ggh-button--primary:hover,
.acms-gear-guide-template .ggh-button--primary:focus-visible {
    color: var(--ggh-navy);
    border-color: var(--ggh-gold-dark);
    background: color-mix(in srgb, var(--ggh-gold) 82%, #fff);
    box-shadow: 0 14px 32px color-mix(in srgb, var(--ggh-gold) 28%, transparent);
}

.acms-gear-guide-template .ggh-button--secondary:hover,
.acms-gear-guide-template .ggh-button--secondary:focus-visible {
    color: var(--ggh-ink);
    border-color: #bcc6d3;
    background: var(--ggh-surface-soft);
}

.acms-gear-guide-template .ggh-disclosure {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
    color: var(--ggh-muted);
    font-size: 12px;
    line-height: 1.45;
}

.acms-gear-guide-template .ggh-disclosure__mark {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    place-items: center;
    color: var(--ggh-navy);
    border-bottom: 3px solid var(--ggh-gold);
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 800;
}

.acms-gear-guide-template .ggh-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: 500px;
    min-height: 0;
}

.acms-gear-guide-template .ggh-feature-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ggh-line);
    border-radius: 14px;
    background: var(--ggh-surface);
    box-shadow: 0 12px 34px rgba(7, 21, 44, 0.055);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.acms-gear-guide-template .ggh-feature-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--ggh-gold) 46%, transparent);
    box-shadow: 0 18px 42px rgba(7, 21, 44, 0.1);
}

.acms-gear-guide-template .ggh-feature-card--primary {
    grid-row: 1 / 3;
    flex-direction: column;
}

.acms-gear-guide-template .ggh-feature-card--compact {
    flex-direction: column;
}

.acms-gear-guide-template .ggh-featured--count-1 .ggh-feature-card--primary {
    grid-column: 1 / -1;
}

.acms-gear-guide-template .ggh-featured--count-2 .ggh-feature-card--compact {
    grid-row: 1 / 3;
}

.acms-gear-guide-template .ggh-featured--count-2 .ggh-feature-card--compact .ggh-feature-card__media {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
}

.acms-gear-guide-template .ggh-feature-card__media {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #f8f8f9, #edeff2);
}

.acms-gear-guide-template .ggh-feature-card--primary .ggh-feature-card__media {
    flex: 1 1 auto;
    min-height: 0;
}

.acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__media {
    flex: 0 0 110px;
    height: 110px;
}

.acms-gear-guide-template .ggh-feature-card__media img,
.acms-gear-guide-template .ggh-article-row__media img,
.acms-gear-guide-template .ggh-category__image img,
.acms-gear-guide-template .ggh-popular__image img,
.acms-gear-guide-template .ggh-deal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.acms-gear-guide-template .ggh-feature-card__media img {
    padding: 8px;
    object-fit: contain;
    background: var(--ggh-surface);
}

.acms-gear-guide-template .ggh-feature-card:hover .ggh-feature-card__media img,
.acms-gear-guide-template .ggh-article-row:hover .ggh-article-row__media img,
.acms-gear-guide-template .ggh-deal:hover .ggh-deal__media img {
    transform: scale(1.035);
}

.acms-gear-guide-template .ggh-media-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 84px;
    place-items: center;
    color: rgba(7, 21, 44, 0.35);
    background:
        radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--ggh-gold) 20%, transparent), transparent 36%),
        linear-gradient(145deg, var(--ggh-surface-soft), var(--ggh-line));
}

.acms-gear-guide-template .ggh-media-fallback > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.acms-gear-guide-template .ggh-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    max-width: calc(100% - 24px);
    padding: 6px 9px;
    overflow: hidden;
    color: var(--ggh-navy);
    border-radius: 5px;
    background: var(--ggh-gold);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.035em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.acms-gear-guide-template .ggh-feature-card--primary .ggh-badge {
    color: #fff;
    background: var(--ggh-navy);
}

.acms-gear-guide-template .ggh-feature-card__body {
    display: flex;
    min-height: 0;
    padding: 15px 16px 16px;
    flex: 1 1 auto;
    flex-direction: column;
}

.acms-gear-guide-template .ggh-feature-card__type {
    margin: 0 0 6px;
    color: var(--ggh-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.acms-gear-guide-template .ggh-feature-card h2 {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.acms-gear-guide-template .ggh-feature-card--compact h2 {
    -webkit-line-clamp: 2;
}

.acms-gear-guide-template .ggh-feature-card--primary h2 {
    font-size: 18px;
    -webkit-line-clamp: 2;
}

.acms-gear-guide-template .ggh-feature-card h2 a,
.acms-gear-guide-template .ggh-article-row h3 a,
.acms-gear-guide-template .ggh-popular h3 a,
.acms-gear-guide-template .ggh-deal h3 a {
    color: var(--ggh-ink);
    text-decoration: none;
}

.acms-gear-guide-template .ggh-feature-card h2 a:hover,
.acms-gear-guide-template .ggh-feature-card h2 a:focus-visible,
.acms-gear-guide-template .ggh-article-row h3 a:hover,
.acms-gear-guide-template .ggh-article-row h3 a:focus-visible,
.acms-gear-guide-template .ggh-popular h3 a:hover,
.acms-gear-guide-template .ggh-popular h3 a:focus-visible,
.acms-gear-guide-template .ggh-deal h3 a:hover,
.acms-gear-guide-template .ggh-deal h3 a:focus-visible {
    color: #9a6400;
}

.acms-gear-guide-template .ggh-feature-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
}

.acms-gear-guide-template .ggh-score {
    display: inline-block;
    overflow: hidden;
    color: var(--ggh-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.acms-gear-guide-template .ggh-card-link {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    background: var(--ggh-navy);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.acms-gear-guide-template .ggh-card-link:hover,
.acms-gear-guide-template .ggh-card-link:focus-visible {
    color: #fff;
    background: var(--ggh-navy-soft);
}

.acms-gear-guide-template .ggh-category-section {
    padding: 30px 0 14px;
}

.acms-gear-guide-template .ggh-panel {
    border: 1px solid var(--ggh-line);
    border-radius: var(--ggh-radius);
    background: var(--ggh-surface);
}

.acms-gear-guide-template .ggh-category-panel {
    padding: 26px 24px 18px;
    text-align: center;
}

.acms-gear-guide-template .ggh-panel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 24px;
    color: var(--ggh-ink);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
}

.acms-gear-guide-template .ggh-panel-title span {
    color: var(--ggh-gold);
    font-size: 24px;
}

.acms-gear-guide-template .ggh-category-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
}

.acms-gear-guide-template .ggh-category {
    display: flex;
    min-width: 0;
    align-items: center;
    color: var(--ggh-ink);
    text-align: center;
    text-decoration: none;
    flex-direction: column;
}

.acms-gear-guide-template .ggh-category__image {
    display: grid;
    width: min(100%, 112px);
    aspect-ratio: 1;
    overflow: hidden;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background: var(--ggh-surface-soft);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.acms-gear-guide-template .ggh-category:hover .ggh-category__image,
.acms-gear-guide-template .ggh-category:focus-visible .ggh-category__image {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--ggh-gold) 70%, transparent);
    box-shadow: 0 12px 25px rgba(7, 21, 44, 0.1);
}

.acms-gear-guide-template .ggh-category__initial {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--ggh-navy);
    background:
        radial-gradient(circle at 70% 25%, color-mix(in srgb, var(--ggh-gold) 34%, transparent), transparent 30%),
        linear-gradient(145deg, var(--ggh-surface-soft), var(--ggh-line));
    font-size: 32px;
    font-weight: 900;
}

.acms-gear-guide-template .ggh-category strong {
    max-width: 100%;
    margin-top: 11px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acms-gear-guide-template .ggh-category small {
    margin-top: 5px;
    color: var(--ggh-muted);
    font-size: 11px;
}

.acms-gear-guide-template .ggh-category-panel__button {
    width: fit-content;
    min-height: 40px;
    margin: 22px auto 0;
    padding: 9px 18px;
    font-size: 12px;
}

.acms-gear-guide-template .ggh-editorial {
    padding: 0 0 26px;
}

.acms-gear-guide-template .ggh-extra-sections {
    padding-bottom: 8px;
}

.acms-gear-guide-template .ggh-extra-section {
    padding: 0 0 18px;
}

.acms-gear-guide-template .ggh-editorial__layout {
    display: grid;
    grid-template-columns: minmax(0, 2.12fr) minmax(290px, 0.88fr);
    gap: 18px;
    align-items: start;
}

.acms-gear-guide-template .ggh-editorial__layout--no-sidebar {
    grid-template-columns: minmax(0, 1fr);
}

.acms-gear-guide-template .ggh-editorial__layout--sidebar-left {
    grid-template-columns: minmax(290px, 0.88fr) minmax(0, 2.12fr);
}

.acms-gear-guide-template .ggh-editorial__layout--sidebar-left .ggh-latest {
    order: 2;
}

.acms-gear-guide-template .ggh-editorial__layout--sidebar-left .ggh-sidebar {
    order: 1;
}

.acms-gear-guide-template .ggh-latest {
    overflow: hidden;
}

.acms-gear-guide-template .ggh-section-header {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 22px;
    border-bottom: 1px solid var(--ggh-line);
}

.acms-gear-guide-template .ggh-section-header h2,
.acms-gear-guide-template .ggh-sidebar h2 {
    margin: 0;
    color: var(--ggh-ink);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.acms-gear-guide-template .ggh-section-header > a,
.acms-gear-guide-template .ggh-read-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #164583;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.acms-gear-guide-template .ggh-section-header > a:hover,
.acms-gear-guide-template .ggh-section-header > a:focus-visible,
.acms-gear-guide-template .ggh-read-link:hover,
.acms-gear-guide-template .ggh-read-link:focus-visible {
    color: #9a6400;
}

.acms-gear-guide-template .ggh-latest__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 22px;
}

.acms-gear-guide-template .ggh-latest__list--grid-2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acms-gear-guide-template .ggh-latest__list--grid-3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acms-gear-guide-template .ggh-latest__list--grid-4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acms-gear-guide-template .ggh-article-row {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 1px solid var(--ggh-line);
    border-radius: 10px;
    background: var(--ggh-surface);
    box-shadow: 0 8px 22px rgba(4, 20, 44, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.acms-gear-guide-template .ggh-article-row:hover {
    border-color: color-mix(in srgb, var(--ggh-gold) 48%, transparent);
    box-shadow: 0 12px 28px rgba(4, 20, 44, 0.1);
    transform: translateY(-2px);
}

.acms-gear-guide-template .ggh-article-row__media {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    background: var(--ggh-surface-soft);
}

.acms-gear-guide-template .ggh-article-row__content {
    display: flex;
    flex: 1;
    align-self: stretch;
    flex-direction: column;
    padding: 15px 16px 16px;
}

.acms-gear-guide-template .ggh-article-row h3 {
    margin: 0;
    font-size: clamp(16px, 1.25vw, 19px);
    font-weight: 850;
    line-height: 1.23;
    letter-spacing: -0.025em;
}

.acms-gear-guide-template .ggh-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 9px 0 0;
    color: var(--ggh-muted);
    font-size: 11px;
    line-height: 1.4;
}

.acms-gear-guide-template .ggh-excerpt {
    display: -webkit-box;
    margin: 11px 0 0;
    overflow: hidden;
    color: var(--ggh-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.acms-gear-guide-template .ggh-article-row .ggh-read-link {
    margin-top: auto;
    padding-top: 13px;
}

.acms-gear-guide-template .ggh-empty {
    margin: 0;
    padding: 38px 0;
    color: var(--ggh-muted);
    text-align: center;
}

.acms-gear-guide-template .ggh-sidebar {
    min-width: 0;
}

.acms-gear-guide-template .ggh-sidebar .content-layout__sidebar {
    display: block;
}

.acms-gear-guide-template .ggh-widget-list,
.acms-gear-guide-template .ggh-sidebar .sidebar {
    display: grid;
    gap: 14px;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget {
    min-width: 0;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--ggh-line);
    border-radius: var(--ggh-radius);
    background: var(--ggh-surface);
    box-shadow: none;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget__header {
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--ggh-line);
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget__title,
.acms-gear-guide-template .ggh-sidebar .widget-title,
.acms-gear-guide-template .ggh-sidebar .sidebar-widget > .wp-block-heading {
    margin: 0;
    color: var(--ggh-ink);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: none;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget img {
    max-width: 100%;
    height: auto;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget select,
.acms-gear-guide-template .ggh-sidebar .sidebar-widget input {
    max-width: 100%;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget > ul,
.acms-gear-guide-template .ggh-sidebar .sidebar-widget > ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acms-gear-guide-template .ggh-sidebar .sidebar-widget a {
    overflow-wrap: anywhere;
}

.acms-gear-guide-template .ggh-about__content {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
}

.acms-gear-guide-template .ggh-about__avatar {
    display: block;
    width: 82px;
    height: 82px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px var(--ggh-line);
}

.acms-gear-guide-template .ggh-about p {
    margin: 0;
    color: var(--ggh-muted);
    font-size: 12px;
    line-height: 1.6;
}

.acms-gear-guide-template .ggh-about .ggh-read-link {
    margin: 14px 0 0 97px;
}

.acms-gear-guide-template .ggh-popular ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acms-gear-guide-template .ggh-popular li {
    display: grid;
    grid-template-columns: 18px 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.acms-gear-guide-template .ggh-popular__number {
    color: var(--ggh-ink);
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.acms-gear-guide-template .ggh-popular__image {
    display: block;
    width: 58px;
    height: 48px;
    overflow: hidden;
    border-radius: 6px;
    background: var(--ggh-surface-soft);
}

.acms-gear-guide-template .ggh-popular h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.acms-gear-guide-template .ggh-popular .ggh-score {
    margin-top: 3px;
    font-size: 9px;
}

.acms-gear-guide-template .ggh-popular > .ggh-read-link {
    margin-top: 16px;
}

.acms-gear-guide-template .ggh-deal__media {
    position: relative;
    display: block;
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ggh-surface-soft);
}

.acms-gear-guide-template .ggh-deal__item {
    margin: 0;
}

.acms-gear-guide-template .ggh-badge--deal {
    color: #fff;
    background: var(--ggh-danger);
}

.acms-gear-guide-template .ggh-deal h3 {
    margin: 13px 0 3px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.3;
}

.acms-gear-guide-template .ggh-deal__button {
    width: 100%;
    min-height: 40px;
    margin-top: 12px;
    padding: 9px 14px;
    font-size: 12px;
}

.acms-gear-guide-template .ggh-trust {
    padding-bottom: 36px;
}

.acms-gear-guide-template .ggh-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--ggh-line);
    border-radius: var(--ggh-radius);
    background: var(--ggh-surface);
}

.acms-gear-guide-template .ggh-trust__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 88px;
    padding: 16px 20px;
    border-right: 1px solid var(--ggh-line);
}

.acms-gear-guide-template .ggh-trust__item:last-child {
    border-right: 0;
}

.acms-gear-guide-template .ggh-trust__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--ggh-navy);
    border: 1px solid var(--ggh-line);
    border-radius: 10px;
    font-size: 19px;
    font-weight: 800;
}

.acms-gear-guide-template .ggh-trust__item strong,
.acms-gear-guide-template .ggh-trust__item small {
    display: block;
}

.acms-gear-guide-template .ggh-trust__item strong {
    color: var(--ggh-ink);
    font-size: 12px;
    line-height: 1.25;
}

.acms-gear-guide-template .ggh-trust__item small {
    margin-top: 4px;
    color: var(--ggh-muted);
    font-size: 10px;
    line-height: 1.35;
}

.acms-gear-guide-template .acms-gear-home a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ggh-gold) 72%, transparent);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .acms-gear-guide-template .ggh-hero__layout {
        grid-template-columns: minmax(350px, 0.82fr) minmax(520px, 1.18fr);
        gap: 30px;
    }

    .acms-gear-guide-template .ggh-featured {
        height: 450px;
        min-height: 0;
    }

    .acms-gear-guide-template .ggh-feature-card--primary .ggh-feature-card__media {
        min-height: 0;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__media {
        flex-basis: 92px;
        height: 92px;
    }

    .acms-gear-guide-template .ggh-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 24px;
    }

    .acms-gear-guide-template .ggh-category__image {
        width: 105px;
    }

    .acms-gear-guide-template .ggh-editorial__layout {
        grid-template-columns: minmax(0, 1.8fr) minmax(270px, 0.8fr);
    }

    .acms-gear-guide-template .ggh-editorial__layout--sidebar-left {
        grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.8fr);
    }

    .acms-gear-guide-template .ggh-latest__list {
        gap: 14px;
        padding: 18px;
    }

    .acms-gear-guide-template .ggh-latest__list--grid-3col,
    .acms-gear-guide-template .ggh-latest__list--grid-4col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acms-gear-guide-template .ggh-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acms-gear-guide-template .ggh-trust__item:nth-child(2) {
        border-right: 0;
    }

    .acms-gear-guide-template .ggh-trust__item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--ggh-line);
    }
}

@media (max-width: 900px) {
    .acms-gear-guide-template .ggh-hero {
        padding-top: 38px;
    }

    .acms-gear-guide-template .ggh-hero__layout {
        grid-template-columns: 1fr;
    }

    .acms-gear-guide-template .ggh-hero__copy {
        max-width: 680px;
    }

    .acms-gear-guide-template .ggh-hero h1 {
        max-width: 700px;
        font-size: clamp(44px, 7vw, 56px);
    }

    .acms-gear-guide-template .ggh-featured {
        height: 460px;
        min-height: 0;
    }

    .acms-gear-guide-template .ggh-editorial__layout {
        grid-template-columns: 1fr;
    }

    .acms-gear-guide-template .ggh-editorial__layout .ggh-latest {
        order: 1;
    }

    .acms-gear-guide-template .ggh-editorial__layout .ggh-sidebar {
        order: 2;
    }

    .acms-gear-guide-template .ggh-widget-list,
    .acms-gear-guide-template .ggh-sidebar .sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .acms-gear-guide-template .ggh-widget-list > :last-child:nth-child(odd),
    .acms-gear-guide-template .ggh-sidebar .sidebar > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .acms-gear-guide-template .ggh-container {
        width: min(100% - 28px, 1240px);
    }

    .acms-gear-guide-template .ggh-hero {
        padding: 30px 0 24px;
    }

    .acms-gear-guide-template .ggh-hero__layout {
        gap: 30px;
    }

    .acms-gear-guide-template .ggh-eyebrow {
        margin-bottom: 13px;
        font-size: 10px;
    }

    .acms-gear-guide-template .ggh-hero h1 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1.02;
    }

    .acms-gear-guide-template .ggh-hero__description {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.58;
    }

    .acms-gear-guide-template .ggh-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .acms-gear-guide-template .ggh-button {
        width: 100%;
    }

    .acms-gear-guide-template .ggh-disclosure {
        align-items: flex-start;
        margin-top: 22px;
    }

    .acms-gear-guide-template .ggh-featured {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        height: auto;
        min-height: 0;
    }

    .acms-gear-guide-template .ggh-feature-card--primary {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .acms-gear-guide-template .ggh-feature-card--primary .ggh-feature-card__media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__media {
        flex-basis: 145px;
        height: 145px;
    }

    .acms-gear-guide-template .ggh-featured--count-2 .ggh-feature-card--compact {
        grid-row: auto;
    }

    .acms-gear-guide-template .ggh-featured--count-2 .ggh-feature-card--compact .ggh-feature-card__media {
        flex: 0 0 auto;
        height: 145px;
        min-height: 0;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__body {
        padding: 12px;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__type,
    .acms-gear-guide-template .ggh-feature-card--compact .ggh-score {
        display: none;
    }

    .acms-gear-guide-template .ggh-feature-card--compact h2 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 13px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__footer {
        justify-content: flex-end;
    }

    .acms-gear-guide-template .ggh-category-section {
        padding-top: 18px;
    }

    .acms-gear-guide-template .ggh-category-panel {
        padding: 22px 16px 18px;
    }

    .acms-gear-guide-template .ggh-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .acms-gear-guide-template .ggh-category__image {
        width: 96px;
    }

    .acms-gear-guide-template .ggh-category-panel__button {
        width: 100%;
    }

    .acms-gear-guide-template .ggh-section-header {
        min-height: 58px;
        padding: 14px 16px;
    }

    .acms-gear-guide-template .ggh-section-header h2 {
        font-size: 18px;
    }

    .acms-gear-guide-template .ggh-latest__list {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .acms-gear-guide-template .ggh-article-row {
        gap: 0;
        padding: 0;
    }

    .acms-gear-guide-template .ggh-article-row__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .acms-gear-guide-template .ggh-article-row h3 {
        font-size: 19px;
    }

    .acms-gear-guide-template .ggh-excerpt {
        -webkit-line-clamp: 2;
    }

    .acms-gear-guide-template .ggh-widget-list,
    .acms-gear-guide-template .ggh-sidebar .sidebar {
        grid-template-columns: 1fr;
    }

    .acms-gear-guide-template .ggh-widget-list > :last-child:nth-child(odd),
    .acms-gear-guide-template .ggh-sidebar .sidebar > :last-child:nth-child(odd) {
        grid-column: auto;
    }

    .acms-gear-guide-template .ggh-trust {
        padding-bottom: 24px;
    }

    .acms-gear-guide-template .ggh-trust__grid {
        grid-template-columns: 1fr;
    }

    .acms-gear-guide-template .ggh-trust__item,
    .acms-gear-guide-template .ggh-trust__item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--ggh-line);
    }

    .acms-gear-guide-template .ggh-trust__item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 430px) {
    .acms-gear-guide-template .ggh-featured {
        grid-template-columns: 1fr;
    }

    .acms-gear-guide-template .ggh-feature-card--primary {
        grid-column: auto;
    }

    .acms-gear-guide-template .ggh-feature-card--primary .ggh-feature-card__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__media {
        flex-basis: 190px;
        height: 190px;
    }

    .acms-gear-guide-template .ggh-featured--count-2 .ggh-feature-card--compact .ggh-feature-card__media {
        height: 190px;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__type,
    .acms-gear-guide-template .ggh-feature-card--compact .ggh-score {
        display: block;
    }

    .acms-gear-guide-template .ggh-feature-card--compact .ggh-feature-card__footer {
        justify-content: space-between;
    }

    .acms-gear-guide-template .ggh-about__content {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .acms-gear-guide-template .ggh-about__avatar {
        width: 70px;
        height: 70px;
    }

    .acms-gear-guide-template .ggh-about .ggh-read-link {
        margin-left: 85px;
    }
}

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