.included {
  max-width: 1320px;
  margin: 5rem auto 0;
  background: #171717;
  color: #fff;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  overflow: hidden;
}

.included-image {
  background: #fff;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.included-image img {
  width: 100%;
  height: 100%;
  max-height: 590px;
  object-fit: contain;
}

.included-copy { padding: clamp(2rem, 5vw, 5rem); }
.included-copy h2 { font-size: clamp(2.6rem, 4vw, 4.5rem); }
.included-copy > p:not(.eyebrow) { color: #aaa; margin: 1.5rem 0 2rem; }

/* Keep the hero product at its natural aspect ratio at every viewport. */
.hero-visual img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 78%;
  object-fit: contain;
  object-position: center;
}

.product-image { position: relative; padding: 1rem; }
.product-image img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.placeholder-flag { position: absolute; z-index: 4; left: .8rem; bottom: .8rem; padding: .38rem .55rem; background: #111; color: var(--yellow); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.bundle-price { display: block; margin-top: .45rem; color: #856b00; font-size: .78rem; line-height: 1.2; }

.product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-copy .spec {
  min-height: 0;
  margin: .85rem 0 1rem;
  font-size: .95rem;
  line-height: 1.55;
}

.product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.product-benefits li {
  border: 1px solid #d8d8d2;
  background: #f5f5f2;
  padding: .38rem .55rem;
  color: #3d3d3d;
  font-size: .72rem;
  font-weight: 700;
}

.product-copy .buy { margin-top: auto; }

.transition-note {
  max-width: 640px;
  margin: -1rem 0 1.6rem;
  padding: .8rem 1rem;
  border-left: 4px solid var(--yellow);
  background: #1d1d1d;
  color: #bdbdbd;
  font-size: .9rem;
}

.transition-note strong { color: #fff; text-transform: uppercase; }

.parts-promise {
  max-width: 1320px;
  margin: 1rem auto 0;
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--yellow);
  color: #111;
}

.parts-promise .eyebrow { color: #111; }
.parts-promise h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
.parts-grid { border-top: 3px solid #111; }
.parts-grid p { margin: 0; padding: 1.05rem 0; border-bottom: 1px solid #1115; }
.parts-grid strong { display: block; text-transform: uppercase; font-family: var(--display); font-size: 1.25rem; }

.brand-logo {
  display: flex;
  align-items: center;
  width: clamp(165px, 15vw, 245px);
  height: 50px;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 46px;
  object-fit: contain;
  object-position: left center;
}

.commerce-bar {
  min-height: 38px;
  padding: .55rem clamp(1.2rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #232323;
  color: #bdbdbd;
  border-bottom: 1px solid #333;
  font-size: .72rem;
  letter-spacing: .025em;
}

.commerce-bar strong { color: #fff; }
.commerce-bar a { color: var(--yellow); font-weight: 800; text-decoration: none; }

.company-footer { align-items: flex-start; }
.company-footer .footer-brand { min-width: 230px; }
.company-footer .brand-logo { width: 210px; height: 45px; }
.company-footer .brand-logo img { max-height: 42px; }
.company-footer p { margin: .55rem 0 0; }
.company-footer strong { display: block; color: #fff; font-size: .82rem; }
.footer-contact { display: grid; gap: .45rem; text-align: right; }
.footer-contact a { text-decoration: none; }
.noscript-products { max-width: 1320px; margin: 1rem auto; }

/* Search-friendly product and category pages */
.seo-page { background: #f3f3ef; color: #151515; }
.seo-page .site-header { background: #111; }
.breadcrumb { max-width: 1240px; margin: 0 auto; padding: 1.2rem clamp(1.2rem,4vw,3rem); color: #666; font-size: .82rem; }
.breadcrumb a { color: #3c3c3c; font-weight: 700; }
.product-detail { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.2rem,4vw,3rem) 5rem; }
.detail-hero { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border: 1px solid #ddd; }
.detail-image { min-height: 560px; padding: clamp(1.5rem,4vw,4rem); display: grid; place-items: center; position: relative; background: linear-gradient(145deg,#fff,#ecece7); }
.detail-image img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; }
.detail-stock { position: absolute; top: 1.2rem; left: 1.2rem; padding: .55rem .75rem; background: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: .75rem; }
.detail-copy { padding: clamp(2rem,5vw,5rem); background: #111; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.detail-copy .type { color: var(--yellow); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-copy h1 { margin: .45rem 0 1rem; font: 800 clamp(3rem,6vw,6.5rem)/.88 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.detail-copy .lead { margin: 0 0 1.5rem; color: #c7c7c7; font-size: 1.05rem; line-height: 1.7; }
.detail-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: .65rem; margin: .75rem 0 1.4rem; }
.detail-price del { color: #777; font-size: 1.15rem; }
.detail-price strong { color: var(--yellow); font: 800 3rem/1 var(--display); }
.detail-price span { color: #aaa; font-size: .8rem; }
.detail-actions { display: flex; gap: .65rem; flex-wrap: wrap; }
.detail-actions .button.secondary { border-color: #666; }
.detail-trust { margin: 0; padding: 1rem 0 0; display: flex; gap: 1.1rem; flex-wrap: wrap; list-style: none; color: #aaa; font-size: .78rem; }
.detail-trust li::before { content: '✓'; color: var(--yellow); margin-right: .35rem; font-weight: 900; }
.detail-content { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.2rem; }
.detail-panel { padding: clamp(1.5rem,3vw,2.5rem); background: #fff; border: 1px solid #ddd; }
.detail-panel h2 { font-size: clamp(2rem,3vw,3rem); margin-bottom: 1rem; }
.detail-panel h3 { margin: 1.5rem 0 .5rem; font: 800 1.3rem var(--display); text-transform: uppercase; }
.detail-panel p, .detail-panel li { line-height: 1.65; color: #4f4f4f; }
.detail-panel ul { padding-left: 1.2rem; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th,.spec-table td { padding: .78rem .35rem; border-bottom: 1px solid #ddd; text-align: left; vertical-align: top; }
.spec-table th { width: 38%; color: #666; font-size: .73rem; text-transform: uppercase; }
.campaign-assurance { grid-column: 1 / -1; padding: clamp(1.5rem,3vw,2.5rem); background: var(--yellow); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.campaign-assurance h2 { font-size: clamp(2.2rem,4vw,4rem); }
.campaign-assurance p { line-height: 1.65; }
.category-hero { max-width: 1240px; margin: 0 auto; padding: clamp(3rem,7vw,7rem) clamp(1.2rem,4vw,3rem); background: #111; color: #fff; }
.category-hero h1 { max-width: 900px; margin: .5rem 0 1rem; font: 800 clamp(3.4rem,8vw,8rem)/.86 var(--display); text-transform: uppercase; }
.category-hero p:last-child { max-width: 720px; color: #bbb; font-size: 1.05rem; line-height: 1.7; }
.static-product-grid { max-width: 1240px; margin: 0 auto; padding: 2rem clamp(1.2rem,4vw,3rem) 5rem; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.static-card { background: #fff; border: 1px solid #ddd; display: flex; flex-direction: column; }
.static-card .static-image { position: relative; display: block; margin: 0; }
.static-card img { width: 100%; height: 300px; padding: 1.5rem; object-fit: contain; background: #f7f7f4; }
.static-card div { padding: 1.25rem; display: flex; flex: 1; flex-direction: column; }
.static-card .type { color: #756000; font-weight: 900; font-size: .72rem; text-transform: uppercase; }
.static-card h2 { margin: .35rem 0 .75rem; font-size: 2rem; }
.static-card p { color: #666; line-height: 1.5; }
.static-card .card-price { margin-top: auto; color: #111; font: 800 1.55rem var(--display); }
.static-card .card-price small { display: block; margin-top: .35rem; color: #856b00; font: 800 .9rem/1.2 var(--display); }
.static-card a { margin-top: 1rem; color: #111; font-weight: 900; text-transform: uppercase; }

.inventory-note {
  max-width: 1320px;
  margin: 0 auto 1.25rem;
  padding: .85rem 1rem;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .82rem;
}

.inventory-note strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .06em; }
.inventory-note span { color: #aaa; }

.stock-chip {
  position: absolute;
  z-index: 4;
  top: .8rem;
  right: .8rem;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  box-shadow: 0 0 0 4px #fff;
}

.stock-chip strong { font: 800 1.35rem/1 var(--display); }
.stock-chip span { font-size: .57rem; line-height: 1; text-transform: uppercase; font-weight: 800; }

.tech {
  margin: 0 0 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tech summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 0;
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.tech summary::-webkit-details-marker { display: none; }
.tech summary span { color: #8a6d00; font-size: 1.15rem; }
.tech[open] summary span { transform: rotate(45deg); }
.tech dl { margin: 0 0 .8rem; }
.tech dl div { display: grid; grid-template-columns: .72fr 1.28fr; gap: .7rem; padding: .5rem 0; border-top: 1px solid #ecece7; }
.tech dt { color: #777; font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.tech dd { margin: 0; font-size: .72rem; line-height: 1.4; }
.quote-price { font-size: 1.2rem !important; }

.product-image img[src^="https://"] { max-width: 88%; max-height: 88%; object-fit: contain; }
.image-fallback { display: grid; gap: .45rem; text-align: center; color: #111; }
.image-fallback strong { font: 800 2rem/1 var(--display); font-style: italic; }
.image-fallback small { color: #777; font-size: .65rem; letter-spacing: .12em; }

@media (max-width: 980px) {
  .included { grid-template-columns: 1fr; }
  .parts-promise { grid-template-columns: 1fr; }
  .hero-visual img { max-width: 92%; max-height: 82%; }
  .detail-hero,.detail-content { grid-template-columns: 1fr; }
  .detail-image { min-height: 420px; }
  .campaign-assurance { grid-column: auto; grid-template-columns: 1fr; }
  .static-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .commerce-bar { align-items: flex-start; flex-direction: column; gap: .25rem; padding-top: .7rem; padding-bottom: .7rem; }
  .inventory-note { flex-direction: column; }
  .tech dl div { grid-template-columns: 1fr; gap: .15rem; }
  .company-footer { align-items: center; }
  .footer-contact { text-align: center; }
  .detail-image { min-height: 320px; }
  .detail-copy h1 { font-size: 3rem; }
  .static-product-grid { grid-template-columns: 1fr; }
}
