.gp-products-page .fusion-header-wrapper,
.gp-products-page .fusion-footer,
.gp-products-page #footer { display: none !important; }
.gp-products-page #main,
.gp-products-page #wrapper { padding-top: 0 !important; background: #0d0d0d !important; }
.gp-products-page { overflow-x: hidden; background: #0d0d0d; }
.gp-products-page .gp-products-hero,
.gp-products-page .gp-product-catalog,
.gp-products-page .gp-product-detail { box-sizing: border-box; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); font-family: Inter, Arial, sans-serif; }
.gp-products-page .gp-header { position: sticky; top: 0; z-index: 9999; background: #0b0b0b !important; }
.gp-products-page .gp-nav a.is-current { color: var(--gp-gold); }
.gp-products-page .gp-header .gp-nav-item { position: relative; display: flex; align-items: center; }
.gp-products-page .gp-header .gp-nav-products > a::after { content: "\25BE"; display: inline-block; margin-left: 5px; color: #d4af37; font-size: .82em; }
.gp-products-page .gp-header .gp-subnav { position: absolute; top: calc(100% + 14px); left: -18px; min-width: 195px; display: grid; gap: 2px; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(-6px); background: #111; border: 1px solid rgba(212,175,55,.45); box-shadow: 0 16px 30px rgba(0,0,0,.3); transition: .2s ease; }
.gp-products-page .gp-header .gp-subnav a { display: block; padding: 10px 12px; color: #f4ecd5; font-size: 13px; line-height: 1.25; }
.gp-products-page .gp-header .gp-subnav a:hover,
.gp-products-page .gp-header .gp-subnav a:focus { color: #d4af37; background: rgba(212,175,55,.15); }
.gp-products-page .gp-header .gp-nav-products:hover .gp-subnav,
.gp-products-page .gp-header .gp-nav-products:focus-within .gp-subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.gp-products-page .gp-header .gp-menu-toggle { display: none; width: 43px; height: 39px; margin-left: auto; padding: 0; border: 1px solid rgba(212,175,55,.65); border-radius: 2px; background: transparent; color: #d4af37; font: 700 21px/1 Arial, sans-serif; cursor: pointer; }
.gp-products-page .gp-products-hero { min-height: 390px; display: flex; align-items: center; padding: 58px max(28px, calc((100vw - 1331px)/2)); color: #fff; background: linear-gradient(90deg, rgba(9,9,9,.98), rgba(9,9,9,.7) 56%, rgba(9,9,9,.28)), var(--gp-hero-image) center/cover no-repeat; }
.gp-products-page .gp-products-hero > div { max-width: 760px; }
.gp-products-page .gp-products-hero h1 { max-width: 760px; margin: 0 0 18px; color: #fff; font-size: clamp(36px, 3.6vw, 50px); line-height: 1.08; letter-spacing: 0; }
.gp-products-page .gp-products-hero p:not(.gp-kicker) { max-width: 580px; margin: 0 0 28px; color: #ded5bd; font-size: 15px; line-height: 1.75; }
.gp-products-page .gp-button--outline { color: #f0d98a !important; border: 1px solid rgba(240,217,138,.72); background: transparent; }
.gp-products-page .gp-button--outline:hover { color: #111 !important; background: #f0d98a; transform: translateY(-2px); }
.gp-product-catalog { min-height: 620px; padding: 66px max(28px, calc((100vw - 1331px)/2)) 104px; color: #fff; background: #101010; }
.gp-catalog-heading { margin-bottom: 30px; text-align: center; }
.gp-catalog-heading h2 { margin: 0; color: #fff; font-size: 34px; line-height: 1.2; letter-spacing: 0; }
.gp-product-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 auto 38px; }
.gp-product-filters a { padding: 9px 14px; border: 1px solid rgba(240,217,138,.25); color: #d8cfb8; font-size: 12px; line-height: 1; text-decoration: none; }
.gp-product-filters a:hover,
.gp-product-filters a.is-active { border-color: var(--gp-gold); color: #111; background: var(--gp-gold); }
.gp-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.gp-product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(240,217,138,.2); color: #fff; background: #151515; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.gp-product-card:hover,
.gp-product-card:focus-visible { border-color: rgba(212,175,55,.75); color: #fff; transform: translateY(-5px); box-shadow: 0 18px 34px rgba(0,0,0,.34); }
.gp-product-card__media { display: block; aspect-ratio: 1 / .78; overflow: hidden; background: #f4f6f7; }
.gp-product-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.gp-product-card:hover .gp-product-card__media img { transform: scale(1.035); }
.gp-product-card__body { min-height: 142px; display: flex; flex-direction: column; padding: 18px; }
.gp-product-card__category { margin-bottom: 8px; color: #d4af37; font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.gp-product-card strong { color: #fff; font-size: 17px; line-height: 1.3; }
.gp-product-card__link { margin-top: auto; padding-top: 16px; color: #d8cfb8; font-size: 12px; }
.gp-product-card__link span { color: #d4af37; }
.gp-product-detail { min-height: 720px; padding: 46px max(28px, calc((100vw - 1331px)/2)) 100px; color: #fff; background: #101010; }
.gp-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: #a99f88; font-size: 12px; }
.gp-breadcrumb a { color: #d4af37; text-decoration: none; }
.gp-product-detail__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 6vw, 90px); align-items: center; }
.gp-product-detail__media { overflow: hidden; border: 1px solid rgba(240,217,138,.22); background: #f4f6f7; }
.gp-product-detail__media img { width: 100%; aspect-ratio: 1 / 1; display: block; object-fit: cover; }
.gp-product-detail__content h1 { margin: 0 0 18px; color: #fff !important; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: 0; }
.gp-product-detail__lead { max-width: 650px; margin: 0 0 28px; color: #d8cfb8; font-size: 15px; line-height: 1.8; }
.gp-spec-list { margin: 0 0 24px; border-top: 1px solid rgba(240,217,138,.18); }
.gp-spec-list div { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding: 13px 0; border-bottom: 1px solid rgba(240,217,138,.18); }
.gp-spec-list dt { color: #9e9378; font-size: 12px; }
.gp-spec-list dd { margin: 0; color: #fff; font-size: 13px; }
.gp-research-notice { margin: 0 0 28px; padding: 14px 16px; border-left: 3px solid #d4af37; color: #d8cfb8; background: rgba(212,175,55,.08); font-size: 12px; line-height: 1.65; }
.gp-product-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gp-products-page .gp-footer { background: #080808 !important; }

@media (max-width: 1020px) {
	.gp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.gp-products-page .gp-header .gp-menu-toggle { display: inline-grid; place-items: center; }
	.gp-products-page .gp-header .gp-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 24px 18px; background: #0b0b0b; border-bottom: 1px solid rgba(212,175,55,.48); }
	.gp-products-page .gp-header.is-menu-open .gp-nav { display: flex; }
	.gp-products-page .gp-header .gp-nav a { width: 100%; padding: 13px 0; }
	.gp-products-page .gp-header .gp-nav-item { display: block; }
	.gp-products-page .gp-header .gp-subnav { position: static; display: grid; min-width: 0; margin: -2px 0 8px; padding: 0 0 0 16px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; background: transparent; }
	.gp-products-page .gp-header .gp-subnav a { padding: 9px 0; }
	.gp-product-detail__grid { grid-template-columns: 1fr; }
	.gp-product-detail__media { max-width: 640px; }
}
@media (max-width: 720px) {
	.gp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.gp-products-page .gp-products-hero { min-height: 380px; padding-top: 62px; padding-bottom: 62px; }
	.gp-product-catalog { padding-top: 64px; padding-bottom: 76px; }
}
@media (max-width: 520px) {
	.gp-products-page .gp-brand span { display: none; }
	.gp-products-page .gp-header .gp-button { min-width: 0; padding-left: 12px; padding-right: 12px; font-size: 11px; }
	.gp-product-grid { grid-template-columns: 1fr; }
	.gp-product-card__media { aspect-ratio: 1.3 / 1; }
	.gp-product-card__body { min-height: 122px; }
	.gp-products-page .gp-products-hero h1 { font-size: 34px; }
	.gp-product-detail { padding-top: 28px; }
	.gp-spec-list div { grid-template-columns: 1fr; gap: 5px; }
	.gp-product-actions { flex-direction: column; }
	.gp-product-actions .gp-button { width: 100%; box-sizing: border-box; }
}

@media (min-width: 901px) {
	.gp-products-page .gp-header .gp-nav > a,
	.gp-products-page .gp-header .gp-nav-item > a {
		font-size: 16px;
		line-height: 1.4;
	}
}
