.brand-breadcrumbs,
.brand-hero,
.brand-section { max-width: 1440px; margin-inline: auto; padding-inline: max(5vw, 24px); }

.brand-breadcrumbs { padding-top: 30px; }
.brand-breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; color: var(--muted); font-size: .74rem; }
.brand-breadcrumbs li + li::before { content: ">"; margin-right: 8px; color: #9da49d; }
.brand-breadcrumbs a { font-weight: 800; }
.brand-breadcrumbs a:hover { color: var(--lime-dark); }

.brand-hero { padding-top: clamp(58px, 8vw, 105px); padding-bottom: clamp(64px, 9vw, 118px); }
.brand-hero h1 { max-width: 1050px; margin-bottom: 28px; font-size: clamp(2.75rem, 7vw, 6.7rem); line-height: .94; }
.brand-hero__copy { max-width: 800px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.75; }
.brand-hero__count { width: fit-content; margin: 32px 0 0; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: .82rem; font-weight: 750; }
.brand-hero__count strong { margin-right: 4px; color: var(--lime-dark); font-size: 1.15rem; }

.brand-section { padding-top: 72px; padding-bottom: 72px; }
.brand-section__heading { max-width: 850px; margin-bottom: 34px; }
.brand-section h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.055em; }
.brand-section__heading > p:last-child { color: var(--muted); line-height: 1.72; }
.brand-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.brand-product-card .product-info h3 { min-height: 2.8em; }
.brand-card__profile { min-height: 2.8em; margin: -8px 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.brand-product-card .specs { grid-template-columns: repeat(3, 1fr); }
.brand-product-card .card-footer { align-items: center; }
.brand-product-card .price strong { font-size: .91rem; letter-spacing: -.025em; }
.brand-product-image::before,
.brand-product-image::after { display: none; }
.brand-product-image { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 55% 40%, #345b41, #142d20 67%); }
.brand-product-image img { width: min(83%, 255px); height: 250px; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(0,0,0,.3)); }
.brand-product-image span { position: absolute; right: 14px; bottom: 13px; padding: 6px 9px; border-radius: 999px; color: white; background: rgba(16,43,29,.82); font-size: .64rem; font-weight: 850; }

.brand-guide { margin-top: 40px; background: #e9ebe4; border-radius: 30px; }
.profile-grid,
.featured-grid,
.players-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.profile-grid article,
.featured-grid article,
.players-grid article { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.profile-grid h3,
.featured-grid h3,
.players-grid h3 { margin-bottom: 12px; font-size: 1.15rem; }
.profile-grid p,
.featured-grid p,
.players-grid p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.model-links { margin-bottom: 0; }
.model-links a,
.featured-grid a,
.players-grid a,
.editorial-list a { color: var(--lime-dark); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.featured-grid .eyebrow { margin-bottom: 11px; }
.featured-grid article > a { display: inline-flex; gap: 6px; font-size: .76rem; }

.comparison-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; scrollbar-width: thin; }
.comparison-scroll:focus-visible { outline: 3px solid rgba(145, 179, 0, .35); outline-offset: 3px; }
.brand-table { width: 100%; min-width: 940px; border-collapse: collapse; font-size: .78rem; }
.brand-table th,
.brand-table td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.brand-table thead th { color: var(--muted); background: #f0f1eb; font-size: .67rem; letter-spacing: .05em; text-transform: uppercase; }
.brand-table tbody tr:last-child > * { border-bottom: 0; }
.brand-table tbody th { max-width: 210px; }
.brand-table tbody th a { color: var(--lime-dark); font-weight: 850; }

.split-sections { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 70px); }
.split-sections > article { min-width: 0; }
.editorial-list { display: grid; gap: 15px; }
.editorial-list > div { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.editorial-list h3 { margin-bottom: 9px; font-size: 1rem; }
.editorial-list p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.brand-faq { display: grid; gap: 10px; max-width: 920px; }
.brand-faq details { border: 1px solid var(--line); border-radius: 14px; background: white; }
.brand-faq summary { padding: 19px 22px; cursor: pointer; font-weight: 850; line-height: 1.4; }
.brand-faq details p { margin: 0; padding: 0 22px 21px; color: var(--muted); line-height: 1.68; }
.brand-related-guides { padding-top: 34px; }
.brand-related-guides p { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #e9ebe4; color: var(--muted); line-height: 1.75; }
.brand-related-guides a { color: var(--lime-dark); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.brands-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.brand-index-card { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.brand-index-card h3 { margin-bottom: 10px; font-size: 1.25rem; letter-spacing: -.025em; }
.brand-index-card__count { color: var(--lime-dark); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.brand-index-card p:not(.brand-index-card__count) { min-height: 4.8em; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.brand-index-card a { display: inline-flex; gap: 6px; color: var(--lime-dark); font-size: .76rem; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .brand-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brands-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .brand-breadcrumbs { padding-top: 22px; }
  .brand-section { padding-top: 55px; padding-bottom: 55px; }
  .brand-guide { margin-inline: max(3vw, 12px); padding-inline: max(3vw, 16px); }
  .split-sections { grid-template-columns: 1fr; }
  .brand-table th, .brand-table td { padding: 14px 12px; }
}

@media (max-width: 540px) {
  .brand-hero h1 { font-size: 3rem; overflow-wrap: anywhere; }
  .brand-product-grid,
  .profile-grid,
  .featured-grid,
  .players-grid { grid-template-columns: 1fr; }
  .brands-index-grid { grid-template-columns: 1fr; }
  .brand-product-card .specs { grid-template-columns: 1fr 1fr; }
  .brand-product-card .card-footer { align-items: stretch; flex-direction: column; }
  .brand-product-card .button { display: grid; place-items: center; width: 100%; }
  .brand-table { min-width: 820px; }
}
