/* Equipment detail layout; shared tokens, buttons and product cards come from Products. */
.ge { min-height: 60vh; }
.ge .ge-breadcrumb-bar { background: linear-gradient(90deg, #102f4c, #204c70); color: #fff; }
.ge .ge-breadcrumb-bar .gp-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; }
.ge .ge-breadcrumb { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: 11px; color: #d9e7f3; }
.ge .ge-breadcrumb > span:last-child { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ge .ge-breadcrumb a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ge .ge-breadcrumb-note { flex-shrink: 0; font-size: 10px; color: #d9e7f3; }
.ge .ge-content { padding-block: 34px 46px; }
.ge .ge-product-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.ge .ge-product-hero.ge-no-gallery { grid-template-columns: minmax(0, 780px); }
.ge .ge-gallery { min-width: 0; }
.ge .ge-gallery-main { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.45; overflow: hidden; border: 1px solid #edf1f5; border-radius: 5px; background: #f7f9fb; padding: clamp(18px, 3vw, 35px); }
.ge .ge-gallery-main img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.ge .ge-gallery-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.ge .ge-gallery-thumbnail { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.35; overflow: hidden; margin: 0; padding: 7px; border: 1px solid var(--gp-line); border-radius: 4px; background: #fff; cursor: pointer; }
.ge .ge-gallery-thumbnail[aria-pressed="true"] { border: 2px solid var(--gp-blue); padding: 6px; }
.ge .ge-gallery-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.ge .ge-product-summary { padding-top: 4px; }
.ge .ge-product-summary .gp-eyebrow { font-size: 10px; text-transform: uppercase; }
.ge .ge-product-summary h1 { font-size: clamp(29px, 3.1vw, 43px); line-height: 1.16; }
.ge .ge-product-excerpt { margin-top: 18px; color: var(--gp-muted); font-size: 15px; line-height: 1.75; }
.ge .ge-quick-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 26px 0 0; padding: 21px 0; border-block: 1px solid var(--gp-line); }
.ge .ge-quick-specs > div { min-width: 0; padding: 0 17px; border-left: 1px solid var(--gp-line); }
.ge .ge-quick-specs > div:first-child { padding-left: 0; border-left: 0; }
.ge .ge-quick-specs dt { color: var(--gp-muted); font-size: 10px; }
.ge .ge-quick-specs dd { overflow-wrap: anywhere; margin: 5px 0 0; color: var(--gp-ink); font-size: 12px; font-weight: 600; line-height: 1.45; }
.ge .ge-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.ge .ge-hero-actions .gp-button { min-width: 175px; }
.ge .ge-details-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(38px, 6vw, 80px); margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--gp-line); }
.ge .ge-detail-section + .ge-detail-section { margin-top: 31px; padding-top: 27px; border-top: 1px solid var(--gp-line); }
.ge .ge-detail-section h2,
.ge .ge-related h2 { position: relative; display: flex; align-items: center; gap: 11px; margin-bottom: 17px; font-size: 22px; line-height: 1.35; }
.ge .ge-overview h2 { padding-bottom: 12px; }
.ge .ge-overview h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 44px; border-bottom: 2px solid var(--gp-blue); }
.ge .ge-heading-icon { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: var(--gp-blue); color: #fff; font-size: 14px; line-height: 1; }
.ge .ge-rich-text,
.ge .ge-section-copy { color: var(--gp-muted); font-size: 13px; line-height: 1.8; }
.ge .ge-rich-text > *:first-child,
.ge .ge-section-copy > *:first-child { margin-top: 0; }
.ge .ge-rich-text > *:last-child,
.ge .ge-section-copy > *:last-child { margin-bottom: 0; }
.ge .ge-spec-table { overflow: hidden; border: 1px solid var(--gp-line); border-radius: 4px; }
.ge .ge-spec-table dl { margin: 0; }
.ge .ge-spec-table dl > div { display: grid; grid-template-columns: minmax(130px, .36fr) minmax(0, .64fr); }
.ge .ge-spec-table dl > div + div { border-top: 1px solid var(--gp-line); }
.ge .ge-spec-table dt,
.ge .ge-spec-table dd { margin: 0; padding: 9px 14px; font-size: 12px; line-height: 1.45; }
.ge .ge-spec-table dt { background: #f4f7fa; color: var(--gp-ink); font-weight: 600; }
.ge .ge-spec-table dd { border-left: 1px solid var(--gp-line); color: var(--gp-muted); }
.ge .ge-feature-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--gp-muted); font-size: 13px; }
.ge .ge-feature-list li { position: relative; padding-left: 22px; }
.ge .ge-feature-list li::before { content: '✓'; position: absolute; top: 0; left: 0; color: var(--gp-blue); font-weight: 700; }
.ge .ge-video-embed { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 5px; background: #102f4c; }
.ge .ge-video-embed iframe,
.ge .ge-video-embed video { display: block; width: 100%; height: 100%; border: 0; }
.ge .ge-related { margin-top: 42px; padding-top: 29px; border-top: 1px solid var(--gp-line); }
.ge .ge-related-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ge .ge-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 850px; }
.ge .ge-related-item { min-width: 0; }
.ge .ge-related-label { margin: 0 0 8px; color: var(--gp-blue); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.ge .ge-related .gp-product-image { aspect-ratio: 2.1; padding: 18px; background: #f7f9fb; }
.ge .ge-related .gp-product-image img { object-fit: contain; object-position: center; }
.ge .ge-bottom-cta { background: linear-gradient(90deg, #0c2c49f2, #153c5bd9), url("products-hero-placeholder.png") center / cover; color: #fff; }
.ge .ge-bottom-cta .gp-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.ge .ge-bottom-cta h2 { color: #fff; font-size: 25px; }
.ge .ge-bottom-cta p { margin-top: 5px; color: #d4e3ef; font-size: 12px; }
.ge .ge-bottom-cta .gp-button { min-width: 175px; flex-shrink: 0; }

@media (max-width: 900px) {
	.ge .ge-product-hero { gap: 30px; }
	.ge .ge-details-grid { grid-template-columns: 1fr; gap: 32px; }
	.ge .ge-details-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
	.ge .ge-details-side .ge-detail-section { margin: 0; padding: 0; border: 0; }
	.ge .ge-details-side .ge-video-section { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	.ge .ge-breadcrumb-bar .gp-container { min-height: 48px; }
	.ge .ge-breadcrumb-note { display: none; }
	.ge .ge-breadcrumb { width: 100%; overflow: hidden; font-size: 9px; }
	.ge .ge-breadcrumb > span:last-child { flex: 1; }
	.ge .ge-content { padding-block: 24px 34px; }
	.ge .ge-product-hero { grid-template-columns: 1fr; gap: 25px; }
	.ge .ge-gallery-main { aspect-ratio: 1.28; padding: 20px; }
	.ge .ge-product-summary h1 { font-size: 29px; }
	.ge .ge-product-excerpt { font-size: 14px; }
	.ge .ge-details-grid { margin-top: 35px; padding-top: 27px; }
	.ge .ge-details-side { grid-template-columns: 1fr; }
	.ge .ge-details-side .ge-video-section { grid-column: auto; }
	.ge .ge-detail-section h2,
	.ge .ge-related h2 { font-size: 20px; }
	.ge .ge-related-heading { align-items: flex-start; flex-direction: column; gap: 0; margin-bottom: 17px; }
	.ge .ge-related-grid { grid-template-columns: 1fr; max-width: 430px; }
	.ge .ge-bottom-cta .gp-container { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 30px; }
}

@media (max-width: 480px) {
	.ge .ge-gallery-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
	.ge .ge-quick-specs { grid-template-columns: 1fr; padding-block: 8px; }
	.ge .ge-quick-specs > div,
	.ge .ge-quick-specs > div:first-child { padding: 9px 0; border: 0; }
	.ge .ge-hero-actions { align-items: stretch; flex-direction: column; }
	.ge .ge-hero-actions .gp-button { width: 100%; }
	.ge .ge-spec-table dl > div { grid-template-columns: 115px minmax(0, 1fr); }
	.ge .ge-spec-table dt,
	.ge .ge-spec-table dd { padding: 8px 10px; font-size: 11px; }
}
