.seo-page { background: #f4f3ef; color: #16191b; }
.seo-page .site-header { background: #090b0c; }
.seo-breadcrumbs, .seo-hero, .seo-section { padding-inline: 38px; }
.seo-breadcrumbs { padding-top: 34px; color: #60666a; font-size: 14px; }
.seo-breadcrumbs a { color: inherit; }
.seo-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(30px, 6vw, 90px); align-items: center; padding-top: clamp(50px, 8vw, 100px); padding-bottom: clamp(58px, 9vw, 120px); }
.seo-hero h1 { max-width: 850px; margin: 0; font: clamp(58px, 7vw, 100px)/.9 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.seo-lead { max-width: 720px; margin: 24px 0 0; color: #53595d; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.6; }
.seo-hero-media { overflow: hidden; min-height: 420px; border-radius: 4px; background: #16191b; }
.seo-hero-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-actions .action { min-height: 56px; }
.seo-actions .action:not(.action-primary) { color: #16191b; background: #fff; border-color: #16191b; }
.seo-actions .action:not(.action-primary):hover { color: #fff; background: #16191b; border-color: #16191b; }
.seo-finance-action { position: relative; overflow: hidden; }
.seo-finance-action::after { position: absolute; inset: -40% auto -40% -30%; width: 52%; content: ""; pointer-events: none; background: linear-gradient(105deg, transparent 0%, rgba(216,23,31,.08) 43%, rgba(216,23,31,.38) 50%, rgba(216,23,31,.08) 57%, transparent 100%); opacity: 0; transform: translateX(-180%) rotate(18deg); }
.seo-finance-action.is-shimmering::after { animation: financing-shimmer 1.2s ease-out both; }
@media (prefers-reduced-motion: reduce) { .seo-finance-action::after { animation: none; } }
.seo-wheel-showcase { position: relative; min-width: 0; overflow: visible; }
.seo-wheel-showcase::after { position: absolute; top: 24px; right: 0; bottom: 42px; width: 84px; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(244,243,239,0), #f4f3ef 96%); }
.seo-wheel-showcase .showcase-status { color: #60666a; }
.seo-wheel-showcase .showcase-track { display: flex; gap: 14px; overflow-x: auto; margin: -24px 0 0 -20px; padding: 24px 56px 64px 20px; scroll-padding-inline: 20px 56px; scroll-snap-type: x mandatory; }
.seo-wheel-showcase .showcase-card { flex: 0 0 calc(100% - 86px); }
.seo-wheel-showcase .carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; color: #60666a; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seo-wheel-showcase .carousel-button { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; cursor: pointer; color: #16191b; background: #fff; border: 1px solid #cfd2d1; border-radius: 50%; }
.seo-wheel-showcase .carousel-button:hover { color: #fff; background: #d8171f; border-color: #d8171f; }
.seo-section { padding-top: clamp(58px, 8vw, 100px); padding-bottom: clamp(58px, 8vw, 100px); border-top: 1px solid #cfd2d1; }
.seo-section h2 { max-width: 900px; margin: 0; font: clamp(42px, 5vw, 68px)/.95 var(--display); text-transform: uppercase; }
.seo-section-intro { max-width: 760px; margin: 18px 0 0; color: #53595d; font-size: 18px; line-height: 1.65; }
.seo-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.seo-card { padding: 28px; border: 1px solid #cfd2d1; background: #fff; }
.seo-card h3 { margin: 0 0 12px; font-size: 20px; }
.seo-card p { margin: 0; color: #5b6164; line-height: 1.6; }
.seo-faq { max-width: 900px; margin-top: 34px; }
.seo-faq details { border-top: 1px solid #c6c9c8; padding: 20px 0; }
.seo-faq details:last-child { border-bottom: 1px solid #c6c9c8; }
.seo-faq summary { cursor: pointer; font-weight: 800; font-size: 18px; }
.seo-faq p { margin: 12px 0 0; color: #53595d; line-height: 1.65; }
.seo-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.seo-related a { padding: 11px 15px; border: 1px solid #aeb2b5; color: #16191b; font-weight: 700; text-decoration: none; }
.product-hero { align-items: start; }
.product-gallery-main { display: grid; place-items: center; min-height: 430px; padding: 28px; background: #fff; border: 1px solid #d7d9d8; }
.product-gallery-main img { width: 100%; max-height: 480px; object-fit: contain; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.product-thumb { padding: 8px; background: #fff; border: 1px solid #d7d9d8; }
.product-thumb img { width: 100%; aspect-ratio: 1; object-fit: contain; display: block; }
.product-kicker { margin: 0 0 10px; color: #d8171f; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-description { color: #53595d; font-size: 18px; line-height: 1.65; }
.spec-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0; }
.spec-group { padding: 18px; background: #fff; border: 1px solid #d7d9d8; }
.spec-group strong { display: block; margin-bottom: 7px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.spec-group span { color: #53595d; line-height: 1.5; }
.feature-list { padding-left: 20px; color: #53595d; line-height: 1.8; }
.catalog-intro { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.catalog-intro-band .eyebrow { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
@media (max-width: 850px) {
  .seo-hero { grid-template-columns: 1fr; }
  .seo-hero-media { min-height: 320px; }
  .seo-hero-media img { min-height: 320px; }
  .seo-card-grid { grid-template-columns: 1fr; }
  .seo-wheel-showcase .showcase-card { flex-basis: calc(100% - 72px); }
}
@media (max-width: 560px) {
  .seo-breadcrumbs, .seo-hero, .seo-section { padding-inline: 20px; }
  .seo-breadcrumbs { padding-top: 22px; }
  .seo-hero { padding-top: 38px; }
  .spec-groups { grid-template-columns: 1fr; }
  .product-thumbs { grid-template-columns: repeat(3, 1fr); }
}
