/* Remaining-page refinement. Scoped to the equipment, solutions and utility pages.
   Existing artwork, reveal hooks and interaction scripts remain in place. */
.page-jumps { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 28px; }
.page-jumps a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--gold); }
.page-jumps a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.page-jumps a:hover { color: var(--gold-deep); }

/* Equipment: a product-led opening and a browsable catalog. */
.eq-hero { padding: 132px var(--gutter) 62px; background: var(--ink); }
.eq-hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 54px; align-items: center; }
.eq-hero-title { font-size: clamp(38px, 4.7vw, 62px); max-width: 16ch; letter-spacing: -.025em; line-height: 1.08; }
.eq-hero-title em { color: var(--gold-brt); }
.eq-hero-sub { color: var(--on-ink-dim); font-size: 17px; line-height: 1.65; }
.eq-hero-badge { padding: 0; border: 0; color: var(--gold-brt); font-size: 12px; letter-spacing: .1em; }
.eq-hero-trust { color: var(--on-ink-dim); font-size: 13px; line-height: 1.55; letter-spacing: 0; text-transform: none; margin-top: 18px; }
.eq-hero .page-jumps { color: var(--on-ink); margin-top: 18px; gap: 2px 20px; }
.eq-hero .page-jumps a:hover { color: var(--gold-brt); }
.eq-hero .hero-cta { border-radius: 999px; min-height: 50px; }
.eq-showcase { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: center; padding: 32px 20px 56px; border-bottom: 1px solid rgba(246,239,226,.3); }
.eq-showcase-device { min-width: 0; margin: 0; }
.eq-showcase-device:nth-child(2) { padding-top: 34px; }
.eq-showcase-device img { display: block; width: 100%; height: 250px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(0,0,0,.24)); }
.eq-showcase-device figcaption { color: var(--on-ink); font-size: 13px; line-height: 1.5; margin-top: 18px; text-align: center; }
.eq-showcase-note { position: absolute; bottom: 12px; left: 20px; color: var(--gold-brt); font: 500 12px/1.5 'IBM Plex Mono', monospace; }
.eq-bundles .section-title, .eq-section .section-title { max-width: 25ch; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.15; letter-spacing: -.02em; }
.eq-bundle-card, .eq-bundle-card--featured { box-shadow: none; border: 0; border-top: 1px solid var(--line-2); border-radius: 0; background: transparent; }
.eq-bundle-card .eq-combo-media { background: var(--paper); border-radius: 10px; margin-top: 22px; }
.eq-bundle-body { padding-left: 0; padding-right: 0; }
.eq-bundle-tag, .eq-card-tag, .eqo-tag { font-size: 12px; line-height: 1.5; letter-spacing: .035em; }
.eq-bundle-name { font-size: 25px; line-height: 1.2; }
.eq-bundle-desc { font-size: 15px; line-height: 1.6; }
.eq-card-cta .eq-btn--ghost { border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; }
.eq-card-cta .eq-btn--primary, .eq-bundle-body > .eq-btn { border-radius: 999px; }
.eq-card, .eq-card--featured { box-shadow: none; border: 1px solid var(--line-2); }
.eq-card-best { font-size: 15px; line-height: 1.6; }
.eq-card-specs-acc summary { min-height: 44px; display: flex; align-items: center; font-size: 13px; }
.eq-group-title { scroll-margin-top: 108px; font-size: 26px; padding-top: 22px; }
.eq-catalog-jumps { margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); color: var(--ink); }
.eq-browse-meta, .eq-footnote, .eqo-note { font-size: 14px; line-height: 1.65; }
.eq-clover .eq-lead { max-width: 66ch; }

/* Industry pages: preserve individual heroes and give the device lineup room. */
.sol-v3 .sol-hero-title { font-size: clamp(38px, 4.5vw, 58px); line-height: 1.1; letter-spacing: -.025em; max-width: 17ch; }
.sol-v3 .sol-hero-title em { color: var(--crane-red); }
.sol-v3 .sol-hero-sub { max-width: 49ch; font-size: 17px; line-height: 1.65; }
.sol-v3 .sol-fix-grid { gap: 0 30px; }
.sol-v3 .sol-fix-item { padding: 20px 0; border-radius: 0; border: 0; border-top: 1px solid var(--line-2); background: transparent; }
.sol-v3 .sol-fix-label { font-size: 16px; line-height: 1.5; }
.sol-v3 .sol-hardware-sub { max-width: 65ch; margin-bottom: 24px; }
.sol-v3 .sol-hw-section-label { font-size: 12px; letter-spacing: .08em; }
.sol-v3 .eq-grid:has(> :nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sol-v3 .eq-grid > .eq-card:nth-child(n + 3) { display: flex; }
.sol-v3 .eq-card-media { min-height: 200px; }
.sol-v3 .eq-card-body { padding: 24px; }
.sol-v3 .eq-card-name { font-size: 23px; line-height: 1.2; }
.sol-review-summary { font-size: 15px; line-height: 1.65; color: var(--mut); max-width: 68ch; margin: 28px 0 0; }
.sol-review-summary a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.sol-v3 .sol-pricing-key, .sol-v3 .sol-fingerprint small { font-size: 12px; line-height: 1.5; letter-spacing: .06em; }
.sol-v3 .sol-pricing-cta-sub { font-size: 14px; line-height: 1.65; }
.sol-v3--online .ov-tbl caption, .sol-v3--online .ov-note { font-size: 14px; }
.sol-v3--online .ov-step p { font-size: 15px; line-height: 1.65; }

/* Solutions hub: keep its receipt, directory and signal graphic. */
body:has(.sol-wwh) .hero h1 { max-width: 17ch; }
body:has(.sol-wwh) .hero-cta { display: inline-flex; align-items: center; text-decoration: none; border-radius: 999px; }
body:has(.sol-wwh) .cta-micro-1 a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
body:has(.sol-wwh) .sol-dir-tag { font-size: 12px; letter-spacing: .025em; text-transform: none; }
body:has(.sol-wwh) .sol-bento-list { font-size: 15px; line-height: 1.6; }
body:has(.sol-wwh) .sol-bento-label { font-size: 13px; }
body:has(.sol-wwh) .sol-bento-hw .sol-bento-stat-num { font-size: 36px; }
body:has(.sol-wwh) .step-title { font-size: 21px; line-height: 1.25; }
body:has(.sol-wwh) .step-desc { font-size: 15px; line-height: 1.65; }
body:has(.sol-wwh) .sol-hero-receipt .cr-receipt-crane .l { font-size: 12px; }

/* Comparison and utility surfaces stay quieter and easier to read. */
.cmp-hero h1 { max-width: 17ch; }
.cmp-hero h1 em { color: var(--crane-red); }
.cmp-lede { max-width: 55ch; }
.cmp-table th, .cmp-table td { line-height: 1.6; }
.cmp-verdict { box-shadow: none; }
.su-grid { grid-template-areas: 'intro form' 'assurances form'; align-items: start; row-gap: 24px; }
.su-grid > section:first-child { grid-area: intro; }
.su-grid > #upload { grid-area: form; scroll-margin-top: 98px; }
.su-grid > .su-points { grid-area: assurances; margin-top: 0; }
.su-h1 { max-width: 14ch; }
.su-h1 em { color: var(--crane-red); }
.su-lede { max-width: 49ch; }
.su-points li { font-size: 15px; line-height: 1.65; }
.su-upload-privacy { color: var(--mut); font-size: 14px; line-height: 1.6; margin: 0 0 20px; }
.su-upload-privacy a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.su-form-title { font-size: 20px; }
.su-form-intro { opacity: 1; color: var(--mut); font-size: 14px; }
.su-card { box-shadow: none; border: 1px solid var(--line-2); }
.su-text-note, .su-ask { font-size: 14px; line-height: 1.6; }
.calc-hero h1 { max-width: 18ch; }
.calc-hero-sub { max-width: 51ch; }
.privacy-wrap { max-width: 820px; padding-top: 130px; }
.privacy-wrap h1 { font-size: clamp(36px, 5vw, 54px); margin-bottom: 12px; }
.privacy-wrap h2 { font: 700 27px/1.25 'Playfair Display', serif; margin-top: 44px; margin-bottom: 16px; scroll-margin-top: 110px; }
.privacy-wrap p, .privacy-wrap li { font-size: 16px; line-height: 1.8; }
.privacy-contents { margin: 26px 0 40px; padding: 18px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }

@media (max-width: 1000px) {
  .eq-hero-layout { gap: 28px; }
  .eq-showcase { padding-inline: 0; gap: 8px; }
  .eq-showcase-device img { height: 200px; }
  .sol-v3 .eq-card-body { padding: 20px; }
  .sol-v3 .eq-card-name { font-size: 21px; }
}
@media (max-width: 860px) {
  .su-grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'intro' 'form' 'assurances'; gap: 28px; }
  .su-mobile-jump { display: none; }
}
@media (max-width: 760px) {
  .eq-hero { padding: 108px var(--gutter) 38px; }
  .eq-hero-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .eq-hero-title { font-size: clamp(36px, 10vw, 48px); max-width: 17ch; }
  .eq-hero-sub { font-size: 16px; }
  .eq-showcase { max-width: 480px; width: 100%; margin-inline: auto; padding: 0 12px 44px; }
  .eq-showcase-device img { height: 170px; }
  .eq-showcase-device:nth-child(2) { padding-top: 16px; }
  .eq-showcase-device figcaption { font-size: 12px; margin-top: 10px; }
  .eq-showcase-note { font-size: 11px; }
  .eq-browse summary { gap: 10px; }
  .eq-browse-meta { font-size: 13px; }
  .eq-catalog-jumps { gap: 4px 18px; }
  .sol-v3 .sol-hero-title { font-size: clamp(34px, 9.7vw, 43px); max-width: 18ch; }
  .sol-v3 .sol-hero-sub { font-size: 16px; }
  .sol-v3 .eq-grid:has(> :nth-child(3)) { grid-template-columns: minmax(0, 1fr); }
  .sol-v3 .eq-grid > .eq-card:nth-child(n + 3) { display: grid; }
  .sol-v3 .eq-card-media { min-height: 180px; }
  .sol-v3 .eq-card-name { font-size: 23px; }
  .sol-v3 .sol-fingerprint b { font-size: 13px; }
  .sol-v3 .sol-pricing-grid { gap: 24px; }
  body:has(.sol-wwh) .sol-dir-row { gap: 8px 16px; }
  body:has(.sol-wwh) .sol-dir-tag { font-size: 12px; line-height: 1.5; }
  .cmp-hero h1 { font-size: clamp(34px, 9.5vw, 46px); }
  .su-wrap { padding-top: 106px; }
  .su-h1 { margin-bottom: 16px; }
  .su-grid > .su-points { padding-top: 24px; border-top: 1px solid var(--line-2); }
  .su-form-title { font-size: 18px; }
  .privacy-wrap { padding-top: 106px; }
  .privacy-wrap h2 { font-size: 25px; }
  .privacy-contents { gap: 4px 20px; }
}

/* Corrections from the combined desktop/mobile review. */
.eq-showcase { background: var(--paper); border: 0; border-radius: 14px; }
.eq-showcase-device img { mix-blend-mode: multiply; filter: none; }
.eq-showcase-device:first-child img { object-fit: cover; }
.eq-showcase-device figcaption { color: var(--ink); }
.eq-showcase-note { color: var(--gold-deep); }
.sol-v3 .sol-hero-actions .hero-cta { border-radius: 999px; }
.cmp-hero h1 { font-size: clamp(38px, 4.8vw, 62px); }
.cmp-hero h1 em { color: var(--gold-brt); }
.cmp-hero .cr-btn--ink { background: var(--gold); color: var(--ink); }
.su-grid { grid-template-rows: min-content 1fr; }
.su-h1 { font-family: 'Playfair Display', serif; font-weight: 800; }
.privacy-wrap h2 { color: var(--ink); text-transform: none; letter-spacing: -.015em; }
@media (max-width: 860px) {
  .su-grid { grid-template-rows: auto auto auto; }
}
@media (max-width: 760px) {
  .eq-showcase { padding-top: 20px; }
  .sol-v3 .sol-hero-frame { height: auto; grid-template-rows: auto auto; }
  .sol-v3 .sol-hero-img { display: block; width: 100%; height: 220px; }
  .sol-v3 .sol-fingerprint { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sol-v3 .sol-fingerprint span { padding: 12px 10px; border-right: 1px solid var(--line); border-bottom: 0; }
  .sol-v3 .sol-fingerprint span:last-child { border-right: 0; }
  .sol-v3 .sol-fingerprint small, .sol-v3 .sol-fingerprint b { display: block; }
  .sol-v3 .sol-fingerprint small { font-size: 11px; margin: 0 0 5px; }
  .sol-v3 .sol-fingerprint b { font-size: 12px; line-height: 1.4; }
  .cmp-hero h1 { font-size: clamp(34px, 9.5vw, 46px); }
}
@media (max-width: 640px) {
  .cmp-table caption { display: block; width: 100%; padding: 16px 0; font-size: 12px; letter-spacing: .04em; }
  .cmp-table tbody td { display: block; padding: 12px 0; }
  .cmp-table tbody td::before { display: block; margin-bottom: 5px; }
}

/* Solutions: merchant identity, savings, then the supporting evidence. */
.sol-proof::before { background: radial-gradient(ellipse at 0 0, rgba(var(--gold-rgb), .1), transparent 65%); }
.sol-proof .cr-proof-head { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 40px; margin-bottom: 36px; }
.sol-proof .cr-proof-head .cr-title { max-width: 22ch; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.sol-proof .cr-proof-head p { max-width: 42ch; margin: 0; padding: 0; border: 0; font-size: 15px; color: var(--on-ink); opacity: .78; }
.sol-proof .cr-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.sol-proof .cr-proof-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 0; box-shadow: none; }
.sol-proof .cr-proof-meta { display: block; margin: 0 0 24px; padding: 0 0 20px; border-top: 0; border-bottom: 1px solid var(--line-2); }
.sol-proof .cr-proof-name { margin: 0 0 6px; font: 600 21px/1.25 'Inter', sans-serif; letter-spacing: -.02em; }
.sol-proof .cr-proof-name small { display: inline; margin-left: 4px; font-size: 12px; letter-spacing: 0; white-space: nowrap; }
.sol-proof .cr-proof-loc { font-size: 13px; }
.sol-proof .cr-proof-lead { grid-template-columns: minmax(0, 1fr); gap: 8px; margin-bottom: 24px; }
.sol-proof .cr-proof-saved { margin: 0; font: 500 13px/1.4 'Inter', sans-serif; letter-spacing: 0; text-transform: none; }
.sol-proof .cr-proof-amt { display: flex; align-items: baseline; gap: 3px; font: 600 52px/1 'Inter', sans-serif; font-variant-numeric: tabular-nums; letter-spacing: -.04em; color: var(--ink); }
.sol-proof .sol-proof-currency { align-self: flex-start; padding-top: 5px; font-size: 28px; line-height: 1; color: var(--gold-deep); letter-spacing: 0; }
.sol-proof .cr-proof-yr { grid-column: auto; justify-self: start; margin: 0; padding: 0; border-radius: 0; background: transparent; font: 500 13px/1.5 'Inter', sans-serif; color: var(--mut); }
.sol-proof .cr-bars { gap: 12px; margin-bottom: 24px; }
.sol-proof .cr-barrow { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; align-items: center; }
.sol-proof .cr-barlabel { display: flex; justify-content: space-between; font-size: 12px; }
.sol-proof .cr-bar { width: 100%; height: 6px; }
.sol-proof .cr-proof-badge { align-self: flex-start; margin: 0 0 8px; padding: 0; background: transparent; border-radius: 0; font-size: 13px; line-height: 1.5; }
.sol-proof .cr-proof-quote { min-height: 0; margin: 0 0 20px; font-size: 14px; line-height: 1.65; }
.sol-proof .cr-proof-verified { margin-top: auto; padding-top: 16px; border-top-style: solid; font-size: 12px; line-height: 1.5; }
.sol-proof .cr-proof-verified span { width: auto; height: auto; border-radius: 0; background: transparent; }
.sol-proof .cr-proof-note { max-width: 70ch; margin: 24px auto 0; line-height: 1.6; }
@media (max-width: 760px) {
  .sol-proof .cr-proof-head { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-bottom: 28px; }
  .sol-proof .cr-proof-head .cr-title { max-width: 26ch; font-size: clamp(30px, 5vw, 38px); }
  .sol-proof .cr-proof-head p { max-width: 52ch; }
  .sol-proof .cr-proof-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .sol-proof .cr-proof-card { padding: 24px; }
}
@media (max-width: 400px) {
  .sol-proof .cr-proof-card { padding: 20px; }
  .sol-proof .cr-proof-name { font-size: 19px; }
  .sol-proof .cr-proof-amt { font-size: 48px; }
  .sol-proof .cr-barrow { grid-template-columns: 104px minmax(0, 1fr); gap: 12px; }
}
