.product-page .site-header { position: absolute; }
.product-page .header-inner { border-bottom-color: rgba(255,255,255,.16); }
.product-page .desktop-nav { gap: 24px; }

.product-page-top { padding: 112px 0 78px; background: var(--ink); color: var(--white); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 36px; color: #929298; font-size: 11px; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs span:last-child { color: #d8d8dc; }
.product-page-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 64px; align-items: center; }
.product-page-gallery { min-width: 0; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.product-page-photo { min-height: 225px; display: grid; place-items: center; overflow: hidden; background: var(--card-bg, #eceef2); }
.product-page-photo:first-child { grid-row: 1 / 3; min-height: 530px; }
.product-page-photo img { width: 100%; height: 100%; max-height: 530px; object-fit: contain; mix-blend-mode: multiply; }
.product-page-photo.photo-cover img { object-fit: cover; mix-blend-mode: normal; }
.product-page-copy .eyebrow { margin-bottom: 18px; }
.product-page-copy h1 { margin: 0; font-size: clamp(52px, 6.2vw, 86px); line-height: .88; letter-spacing: -.07em; }
.product-page-tagline { max-width: 590px; margin: 28px 0 0; color: #b3b3b9; font-size: 16px; line-height: 1.65; }
.product-page-price { display: grid; gap: 5px; margin: 32px 0 0; padding: 22px 0; border-top: 1px solid #38383d; border-bottom: 1px solid #38383d; }
.product-page-price > span { color: #85858b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.product-page-price strong { color: var(--accent); font-size: 38px; line-height: 1; letter-spacing: -.055em; }
.product-page-price small { color: #929298; font-size: 10px; }
.product-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.product-page-actions .button { min-width: 190px; }
.product-page-actions .button-light { border-color: #55555b; }
.product-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 15px; }
.product-share span { margin-right: 4px; color: #85858b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-share a { padding: 7px 9px; border: 1px solid #3a3a3e; color: #d6d6da; font-size: 10px; font-weight: 750; }
.product-share a:hover { border-color: var(--accent); color: var(--accent); }
.product-page-flags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.product-page-flags span { padding: 8px 10px; border: 1px solid #3a3a3e; color: #b3b3b9; font-size: 10px; font-weight: 720; }

.product-details-section { padding: 95px 0; background: var(--paper); }
.product-section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.product-section-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .92; letter-spacing: -.065em; }
.product-section-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); background: var(--white); }
.product-spec-grid > div { min-height: 145px; display: grid; align-content: space-between; gap: 22px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-spec-grid dt { color: #86858a; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.product-spec-grid dd { margin: 0; font-size: 18px; line-height: 1.4; font-weight: 750; }

.product-prices-section { padding: 95px 0; background: var(--white); }
.standalone-price-note { margin: 0 0 24px; padding: 18px 20px; border-left: 5px solid var(--accent); background: var(--ink); color: #c8c8cc; font-size: 12px; line-height: 1.6; }
.standalone-price-note strong { color: var(--white); }
.standalone-price-wrap { overflow-x: auto; border: 1px solid var(--line); }
.standalone-price-table { width: 100%; min-width: 690px; border-collapse: collapse; }
.standalone-price-table th, .standalone-price-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; }
.standalone-price-table th { background: var(--paper); color: #77777c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.standalone-price-table tr:last-child td { border-bottom: 0; }
.standalone-price-table td:last-child { white-space: nowrap; font-weight: 850; }
.standalone-price-table small { display: block; margin-top: 3px; color: #85858a; }
.price-page-list { display: grid; gap: 55px; }
.price-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 16px; }
.price-page-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.055em; }
.price-page-heading h2 a:hover { color: #5d5d62; }
.price-page-heading > span { color: #85858a; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-request-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.price-request-card strong { display: block; margin-bottom: 8px; font-size: 27px; letter-spacing: -.04em; }
.price-request-card p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.6; }

.product-offer-section { padding: 84px 0; background: var(--accent); }
.product-offer-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 65px; }
.product-offer-grid h2 { margin: 0; font-size: clamp(46px, 5vw, 74px); line-height: .9; letter-spacing: -.07em; }
.product-offer-copy p { margin: 22px 0 28px; line-height: 1.65; }
.product-offer-terms { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(11,11,12,.35); border-left: 1px solid rgba(11,11,12,.22); }
.product-offer-terms div { min-height: 155px; display: grid; align-content: space-between; padding: 19px; border-right: 1px solid rgba(11,11,12,.22); border-bottom: 1px solid rgba(11,11,12,.22); }
.product-offer-terms span { color: rgba(11,11,12,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.product-offer-terms strong { font-size: 35px; letter-spacing: -.05em; }
.marketing-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); background: var(--white); }
.marketing-steps article { min-height: 255px; display: grid; align-content: start; gap: 18px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marketing-steps article > span { color: #8b8a8f; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.marketing-steps h3 { margin: 28px 0 0; font-size: 27px; line-height: 1.05; letter-spacing: -.045em; }
.marketing-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.related-models { padding: 80px 0; background: var(--paper); }
.related-models-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 24px; border-top: 1px solid var(--ink); }
.related-models-inner div { display: grid; gap: 7px; }
.related-models-inner span { color: #85858a; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.related-models-inner strong { font-size: 27px; }
.catalog-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.catalog-index-card { min-height: 300px; display: grid; grid-template-rows: 1fr auto; border: 1px solid var(--line); background: var(--white); }
.catalog-index-card div { min-height: 225px; display: grid; place-items: center; background: var(--card-bg, #eceef2); }
.catalog-index-card img { width: 90%; height: 205px; object-fit: contain; mix-blend-mode: multiply; }
.catalog-index-card span { padding: 20px; font-size: 18px; font-weight: 820; }

@media (max-width: 980px) {
  .product-page-hero { grid-template-columns: 1fr; }
  .product-page-copy { max-width: 720px; }
  .product-offer-grid { grid-template-columns: 1fr; }
  .catalog-index-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .product-page-top { padding: 96px 0 55px; }
  .breadcrumbs { margin-bottom: 25px; }
  .product-page-gallery { display: flex; gap: 8px; margin-inline: -14px; padding-inline: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .product-page-photo, .product-page-photo:first-child { flex: 0 0 84vw; min-height: 390px; grid-row: auto; scroll-snap-align: center; }
  .product-page-photo img { height: 390px; }
  .product-page-copy h1 { font-size: 55px; }
  .product-page-actions { display: grid; }
  .product-page-actions .button { width: 100%; }
  .product-details-section, .product-prices-section { padding: 70px 0; }
  .product-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-spec-grid { grid-template-columns: 1fr; }
  .product-spec-grid > div { min-height: 125px; }
  .price-request-card { grid-template-columns: 1fr; padding: 27px 22px; }
  .price-request-card .button { width: 100%; }
  .product-offer-section { padding: 68px 0; }
  .product-offer-terms { grid-template-columns: 1fr; }
  .product-offer-terms div { min-height: 120px; }
  .related-models-inner { display: grid; }
  .related-models-inner .button { width: 100%; }
  .catalog-index-grid { grid-template-columns: 1fr; }
  .marketing-steps { grid-template-columns: 1fr; }
  .marketing-steps article { min-height: 205px; }
  .price-page-heading { align-items: start; flex-direction: column; gap: 8px; }
}
