:root {
  --sales-ink: #09090e;
  --sales-navy: #161512;
  --sales-navy-soft: #25211c;
  --sales-carbon: #11100f;
  --sales-carbon-panel: #191714;
  --sales-carbon-line: #3b352e;
  --sales-paper: #f7f5f0;
  --sales-panel: #ffffff;
  --sales-copy: #515b70;
  --sales-line: #d9dde6;
  --sales-gold: #c4a261;
  --sales-gold-dark: #8a6d33;
  --sales-signal: #d96c3d;
  --sales-signal-soft: #f6dfd4;
  --sales-success: #2f8c69;
}

html { scroll-behavior: smooth; }
body.sales-product { overflow-x: hidden; background: var(--sales-paper); color: var(--sales-ink); }
.sales-product main { background: var(--sales-paper); }
.sales-product .container { width: min(1180px, calc(100% - 2rem)); }

.sales-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(8.4rem, 12vw, 10.5rem) 0 3.2rem;
  background:
    linear-gradient(90deg, rgba(196,162,97,.08) 1px, transparent 1px),
    linear-gradient(rgba(196,162,97,.06) 1px, transparent 1px),
    radial-gradient(circle at 86% 20%, rgba(217,108,61,.13), transparent 34%),
    #f9f7f2;
  background-size: 72px 72px, 72px 72px, auto, auto;
}
.sales-hero::after {
  content: "";
  position: absolute;
  right: -14rem;
  top: 5rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(138,109,51,.22);
  border-radius: 50%;
  pointer-events: none;
}
.sales-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: clamp(2.2rem,5vw,5rem); align-items: center; }
.sales-eyebrow,
.sales-label { display: inline-flex; align-items: center; gap: .75rem; color: var(--sales-gold-dark); font: 700 .7rem/1.35 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.sales-eyebrow::before,
.sales-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.sales-title { margin: 1.45rem 0 1.5rem; font-size: clamp(3.5rem,6.5vw,6.35rem); line-height: .91; letter-spacing: -.065em; }
.sales-title-line { display: block; overflow: hidden; padding: 0 .08em .08em 0; }
.sales-title-line > span { display: block; transform: translateY(112%); transition: transform .85s cubic-bezier(.2,.75,.2,1); }
.sales-title-line:nth-child(2) > span { transition-delay: .09s; }
.sales-title-line:nth-child(3) > span { transition-delay: .18s; }
.sales-ready .sales-title-line > span { transform: translateY(0); }
.sales-title .is-signal { color: var(--sales-signal); }
.sales-lead { max-width: 620px; margin: 0; color: var(--sales-copy); font-size: clamp(1.05rem,1.6vw,1.25rem); line-height: 1.7; }
.sales-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.sales-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .82rem 1.2rem; border: 1px solid var(--sales-ink); border-radius: 8px; font-weight: 760; text-decoration: none; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.sales-button:hover { transform: translateY(-2px); }
.sales-button--primary { border-color: var(--sales-ink); background: var(--sales-ink); color: #fff; }
.sales-button--primary:hover { background: var(--sales-signal); border-color: var(--sales-signal); color: #fff; }
.sales-button--secondary { background: rgba(255,255,255,.78); color: var(--sales-ink); }
.sales-button--light { border-color: #fff; background: #fff; color: var(--sales-ink); }
.sales-button--outline-light { border-color: rgba(255,255,255,.38); color: #fff; }
.sales-button:focus-visible { outline: 3px solid var(--sales-signal); outline-offset: 3px; }
.sales-micro { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.25rem; color: #6a7182; font: 600 .68rem/1.4 var(--font-mono); text-transform: uppercase; }

.sales-hero-media { position: relative; margin: 0; min-height: 510px; overflow: hidden; border-radius: 28px; background: var(--sales-ink); box-shadow: 0 30px 80px rgba(13,18,32,.2); }
.sales-hero-media > img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center; display: block; filter: saturate(.86) contrast(1.03); }
.sales-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,11,20,.86) 100%); pointer-events: none; }
.sales-media-lockup { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.35rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #fff; }
.sales-media-product { display: flex; align-items: center; gap: .85rem; }
.sales-media-product img { width: 62px; height: 62px; border-radius: 14px; }
.sales-media-product strong { display: block; font-size: 1.05rem; }
.sales-media-product span,
.sales-media-status { color: #cfd4df; font: 600 .63rem/1.45 var(--font-mono); text-transform: uppercase; }
.sales-media-status { padding: .6rem .7rem; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: rgba(8,11,20,.58); backdrop-filter: blur(8px); }

.sales-chapter-rail { position: relative; z-index: 2; display: flex; gap: .5rem; margin-top: 2.5rem; padding-top: 1.1rem; border-top: 1px solid rgba(8,11,20,.14); overflow-x: auto; }
.sales-chapter-rail a { flex: 0 0 auto; padding: .55rem .8rem; color: #4e5668; font: 700 .68rem/1.3 var(--font-mono); text-decoration: none; text-transform: uppercase; }
.sales-chapter-rail a:hover { color: var(--sales-signal); }

.sales-trust { background: #fff; border-top: 1px solid var(--sales-line); border-bottom: 1px solid var(--sales-line); }
.sales-trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.sales-trust-grid div { padding: 1.25rem 1.15rem; border-right: 1px solid var(--sales-line); }
.sales-trust-grid div:last-child { border-right: 0; }
.sales-trust-grid strong { display: block; margin-bottom: .35rem; font-size: .95rem; }
.sales-trust-grid span { color: var(--sales-copy); font-size: .82rem; line-height: 1.45; }

.sales-section { position: relative; padding: clamp(5.2rem,9vw,8.5rem) 0; }
.sales-section--white { background: #fff; }
.sales-section--dark {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(196,162,97,.035) 1px, transparent 1px),
    var(--sales-carbon);
  background-size: 72px 72px, auto;
  color: #fff;
}
.sales-section--dark h2,
.sales-section--dark h3 { color: #fff; }
.sales-section--soft { background: #eef1f5; }
.sales-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.65fr); gap: clamp(2rem,8vw,7rem); align-items: end; margin-bottom: 3rem; }
.sales-heading h2 { max-width: 810px; margin: .7rem 0 0; font-size: clamp(2.55rem,5.3vw,5.3rem); line-height: .96; letter-spacing: -.055em; }
.sales-heading > p { margin: 0; color: var(--sales-copy); font-size: 1.05rem; line-height: 1.75; }
.sales-section--dark .sales-heading > p { color: #c4c0b8; }
.sales-section--dark .sales-label { color: var(--sales-gold); }

.sales-scope-grid { display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--sales-carbon-line); border-radius: 26px; overflow: hidden; }
.sales-scope-card { padding: clamp(1.6rem,4vw,3rem); background: var(--sales-carbon-panel); }
.sales-scope-card + .sales-scope-card { border-left: 1px solid var(--sales-carbon-line); background: #0d0d0c; }
.sales-scope-kicker { display: flex; justify-content: space-between; gap: 1rem; color: var(--sales-gold); font: 700 .7rem/1.3 var(--font-mono); text-transform: uppercase; }
.sales-scope-card h3 { margin: 1.25rem 0 .7rem; font-size: clamp(1.8rem,3vw,3rem); }
.sales-scope-card > p { max-width: 590px; color: #c4c0b8; line-height: 1.7; }
.sales-scope-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.sales-scope-list li { position: relative; min-height: 70px; padding: .8rem .85rem .8rem 2.35rem; border: 1px solid var(--sales-carbon-line); border-radius: 10px; color: #f5f2ec; font-size: .92rem; line-height: 1.45; }
.sales-scope-list li::before { position: absolute; left: .85rem; top: .82rem; width: 1.05rem; height: 1.05rem; display: grid; place-items: center; border-radius: 50%; font-size: .68rem; }
.sales-scope-list--on li::before { content: "✓"; background: var(--sales-success); color: #fff; }
.sales-scope-list--off { grid-template-columns: 1fr; }
.sales-scope-list--off li { min-height: 0; color: #9e9a91; }
.sales-scope-list--off li::before { content: "–"; border: 1px solid #716b61; color: #9e9a91; }
.sales-edition-note { display: flex; gap: 1rem; align-items: flex-start; margin-top: 1.5rem; padding: 1.1rem; border: 1px solid rgba(196,162,97,.34); border-radius: 12px; background: rgba(196,162,97,.065); color: #d1cdc5; line-height: 1.6; }
.sales-edition-note b { color: var(--sales-gold); font: 700 .67rem/1.5 var(--font-mono); text-transform: uppercase; }

.sales-pipeline { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(340px,.72fr); gap: 1.4rem; align-items: stretch; }
.sales-proof-frame { margin: 0; overflow: hidden; border: 1px solid var(--sales-line); border-radius: 22px; background: #eef2f8; box-shadow: 0 20px 55px rgba(30,42,67,.12); }
.sales-proof-frame img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; object-position: top left; }
.sales-signal-board { display: flex; flex-direction: column; padding: clamp(1.4rem,3vw,2.2rem); border-radius: 22px; background: var(--sales-ink); color: #fff; }
.sales-signal-board h3 { margin: 1rem 0 .65rem; color: #fff; font-size: clamp(1.8rem,3.2vw,3rem); line-height: 1.02; }
.sales-signal-board > p { margin: 0; color: #aeb6c7; line-height: 1.65; }
.sales-stage-list { display: grid; gap: .65rem; margin: 2rem 0; }
.sales-stage { display: grid; grid-template-columns: 34px 1fr auto; gap: .75rem; align-items: center; padding: .85rem; border: 1px solid #30384a; border-radius: 10px; opacity: .56; transform: translateX(8px); transition: opacity .45s ease, transform .45s ease, border-color .45s ease; }
.sales-stage span:first-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #242c3d; color: var(--sales-gold); font: 700 .62rem/1 var(--font-mono); }
.sales-stage b { font-size: .88rem; }
.sales-stage small { color: #919aab; font: 600 .61rem/1.3 var(--font-mono); text-transform: uppercase; }
.sales-signal-board.is-active .sales-stage { opacity: 1; transform: none; }
.sales-signal-board.is-active .sales-stage:nth-child(2) { transition-delay: .12s; }
.sales-signal-board.is-active .sales-stage:nth-child(3) { transition-delay: .24s; }
.sales-signal-board.is-active .sales-stage:nth-child(4) { transition-delay: .36s; border-color: var(--sales-signal); }
.sales-signal-board.is-active .sales-stage:nth-child(5) { transition-delay: .48s; }
.sales-watchlist { margin-top: auto; padding-top: 1rem; border-top: 1px solid #30384a; }
.sales-watchlist > span { color: var(--sales-gold); font: 700 .65rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-watchlist ul { margin: .8rem 0 0; padding: 0; list-style: none; }
.sales-watchlist li { display: flex; gap: .65rem; padding: .52rem 0; color: #dce0e8; font-size: .86rem; }
.sales-watchlist li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; margin-top: .45rem; border-radius: 50%; background: var(--sales-signal); }

.sales-story-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.95fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.sales-story-photo { position: relative; margin: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 24px 65px rgba(20,29,49,.16); }
.sales-story-photo img { width: 100%; min-height: 560px; display: block; object-fit: cover; }
.sales-story-photo figcaption { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1.1rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(8,11,20,.78); color: #fff; font: 700 .63rem/1.4 var(--font-mono); text-transform: uppercase; backdrop-filter: blur(10px); }
.sales-story-copy h2 { margin: .8rem 0 1rem; font-size: clamp(2.5rem,4.8vw,4.8rem); line-height: .96; letter-spacing: -.055em; }
.sales-story-copy > p { color: var(--sales-copy); font-size: 1.05rem; line-height: 1.72; }
.sales-story-steps { margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: story; }
.sales-story-steps li { counter-increment: story; display: grid; grid-template-columns: 42px 1fr; gap: .9rem; padding: 1.1rem 0; border-top: 1px solid var(--sales-line); }
.sales-story-steps li::before { content: "0" counter(story); color: var(--sales-gold-dark); font: 700 .7rem/1.5 var(--font-mono); }
.sales-story-steps strong { display: block; margin-bottom: .25rem; }
.sales-story-steps span { color: var(--sales-copy); line-height: 1.55; }

.sales-ai-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
.sales-ai-copy h2 { margin: .8rem 0 1rem; font-size: clamp(2.65rem,5vw,5rem); line-height: .96; letter-spacing: -.055em; }
.sales-ai-copy p { color: #aeb6c7; font-size: 1.03rem; line-height: 1.75; }
.sales-ai-loop { position: relative; display: grid; gap: .7rem; padding: 1.25rem; border: 1px solid #30384a; border-radius: 24px; background: #0e1422; }
.sales-ai-step { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: center; min-height: 92px; padding: 1rem; border: 1px solid #30384a; border-radius: 12px; background: #141b2b; }
.sales-ai-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: rgba(196,162,97,.12); color: var(--sales-gold); font: 700 .68rem/1 var(--font-mono); }
.sales-ai-step strong { display: block; margin-bottom: .3rem; }
.sales-ai-step small { color: #9da6b8; line-height: 1.5; }
.sales-ai-step--human { border-color: rgba(217,108,61,.7); background: rgba(217,108,61,.08); }
.sales-ai-guardrail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; margin-top: .7rem; }
.sales-ai-guardrail span { padding: .7rem; border: 1px solid #30384a; border-radius: 8px; color: #b8c0cf; text-align: center; font: 650 .64rem/1.4 var(--font-mono); text-transform: uppercase; }

.sales-social-grid { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.sales-social-copy h2 { margin: .8rem 0 1rem; font-size: clamp(2.55rem,4.8vw,4.8rem); line-height: .96; letter-spacing: -.052em; }
.sales-social-copy > p { color: var(--sales-copy); font-size: 1.04rem; line-height: 1.72; }
.sales-social-list { display: grid; gap: .65rem; margin-top: 1.5rem; }
.sales-social-list > div { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: .75rem; padding: .8rem 0; border-top: 1px solid var(--sales-line); }
.sales-social-list > div > div { min-width: 0; }
.sales-social-list span { color: var(--sales-signal); font: 700 .68rem/1.5 var(--font-mono); }
.sales-social-list b { display: block; margin-bottom: .2rem; }
.sales-social-list small { display: block; color: var(--sales-copy); line-height: 1.5; }
.sales-social-board { overflow: hidden; border: 1px solid #cfd5df; border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(24,34,57,.12); }
.sales-social-board-head { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1rem; border-bottom: 1px solid var(--sales-line); background: #f8f9fb; font: 700 .65rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-social-board-head span:last-child { color: var(--sales-success); }
.sales-social-calendar { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 420px; }
.sales-social-day { padding: 1rem; border-right: 1px solid var(--sales-line); }
.sales-social-day:last-child { border-right: 0; }
.sales-social-day > span { color: #7a8396; font: 700 .62rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-social-post { margin-top: 1rem; padding: .85rem; border: 1px solid var(--sales-line); border-radius: 10px; background: #fff; }
.sales-social-post b { display: block; margin-bottom: .5rem; font-size: .82rem; }
.sales-social-post p { margin: 0; color: var(--sales-copy); font-size: .73rem; line-height: 1.5; }
.sales-social-post small { display: inline-block; margin-top: .75rem; color: var(--sales-gold-dark); font: 700 .58rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-social-post--signal { border-color: rgba(217,108,61,.45); background: var(--sales-signal-soft); }

.sales-qms-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.72fr); gap: clamp(2rem,7vw,7rem); align-items: start; }
.sales-qms-intro h2 { margin: .8rem 0 1rem; font-size: clamp(2.55rem,4.8vw,4.8rem); line-height: .96; letter-spacing: -.052em; }
.sales-qms-intro p { color: var(--sales-copy); line-height: 1.75; }
.sales-qms-boundary { padding: 1.35rem; border: 1px solid rgba(138,109,51,.3); border-radius: 16px; background: #fffaf1; }
.sales-qms-boundary strong { display: block; margin-bottom: .5rem; color: var(--sales-gold-dark); }
.sales-qms-boundary p { margin: 0; font-size: .9rem; }
.sales-layer-stack { display: grid; gap: .55rem; margin-top: 3rem; }
.sales-layer { display: grid; grid-template-columns: 150px 1fr auto; gap: 1rem; align-items: center; padding: 1.15rem 1.25rem; border: 1px solid var(--sales-line); border-radius: 12px; background: #fff; }
.sales-layer span { color: var(--sales-gold-dark); font: 700 .65rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-layer b { font-size: .96rem; }
.sales-layer small { color: #6d7689; }
.sales-layer--quality { border-color: rgba(217,108,61,.55); box-shadow: inset 4px 0 0 var(--sales-signal); }
.sales-qms-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .9rem; margin-top: 1.5rem; }
.sales-qms-features article { padding: 1.2rem; border: 1px solid var(--sales-line); border-radius: 14px; background: rgba(255,255,255,.58); }
.sales-qms-features span { color: var(--sales-gold-dark); font: 700 .63rem/1.4 var(--font-mono); text-transform: uppercase; }
.sales-qms-features h3 { margin: .7rem 0 .45rem; font-size: 1.05rem; }
.sales-qms-features p { margin: 0; color: var(--sales-copy); font-size: .87rem; line-height: 1.55; }
.sales-qms-source { margin-top: 1.4rem; color: #687184; font-size: .76rem; line-height: 1.6; }
.sales-qms-source a { color: var(--sales-gold-dark); }

.sales-architecture { display: grid; grid-template-columns: minmax(330px,.75fr) minmax(0,1.25fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
.sales-packshot { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: #11100f; box-shadow: 0 28px 70px rgba(17,16,15,.18); }
.sales-packshot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(9,9,10,.78) 100%); pointer-events: none; }
.sales-packshot img { width: 100%; height: auto; aspect-ratio: 4 / 5; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.sales-packshot:hover img { transform: scale(1.018); }
.sales-packshot figcaption { position: absolute; z-index: 2; left: 1.35rem; right: 1.35rem; bottom: 1.25rem; color: #fff; text-align: left; }
.sales-packshot figcaption strong { display: block; font-size: 1rem; }
.sales-packshot figcaption span { display: block; margin-top: .3rem; color: #d4d0c8; font: 600 .65rem/1.45 var(--font-mono); text-transform: uppercase; }
.sales-architecture-copy h2 { margin: .8rem 0 1rem; font-size: clamp(2.55rem,4.8vw,4.8rem); line-height: .96; letter-spacing: -.052em; }
.sales-architecture-copy > p { color: var(--sales-copy); font-size: 1.05rem; line-height: 1.75; }
.sales-foundation { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; margin-top: 1.5rem; }
.sales-foundation div { padding: 1rem; border: 1px solid var(--sales-line); border-radius: 11px; background: #fff; }
.sales-foundation b { display: block; margin-bottom: .3rem; }
.sales-foundation span { color: var(--sales-copy); font-size: .82rem; line-height: 1.5; }

.sales-faq { max-width: 900px; margin: 0 auto; }
.sales-faq h2 { margin: .8rem 0 2rem; font-size: clamp(2.45rem,4.5vw,4.5rem); line-height: .98; letter-spacing: -.05em; }
.sales-faq details { border-top: 1px solid var(--sales-line); }
.sales-faq details:last-child { border-bottom: 1px solid var(--sales-line); }
.sales-faq summary { cursor: pointer; padding: 1.25rem 2.5rem 1.25rem 0; font-weight: 760; }
.sales-faq details p { max-width: 760px; margin: 0; padding: 0 0 1.3rem; color: var(--sales-copy); line-height: 1.7; }

.sales-final { padding: clamp(5rem,9vw,8rem) 0; background: var(--sales-ink); color: #fff; text-align: center; }
.sales-final .sales-label { color: var(--sales-gold); }
.sales-final h2 { max-width: 920px; margin: 1rem auto; color: #fff; font-size: clamp(2.8rem,6vw,6rem); line-height: .94; letter-spacing: -.06em; }
.sales-final p { max-width: 680px; margin: 0 auto; color: #b2bac9; font-size: 1.05rem; line-height: 1.7; }
.sales-final .sales-actions { justify-content: center; }

.sales-reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.2,1); }
.sales-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .sales-hero-grid,
  .sales-heading,
  .sales-pipeline,
  .sales-story-grid,
  .sales-ai-grid,
  .sales-social-grid,
  .sales-qms-intro,
  .sales-architecture { grid-template-columns: 1fr; }
  .sales-hero-copy { max-width: 760px; }
  .sales-hero-media { min-height: 470px; }
  .sales-hero-media > img { min-height: 470px; }
  .sales-heading > p { max-width: 660px; }
  .sales-story-photo img { min-height: 460px; }
  .sales-proof-frame img { min-height: 0; height: auto; }
  .sales-packshot { width: min(76%, 500px); margin-inline: auto; }
  .sales-qms-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .sales-product .container { width: min(100% - 1.25rem, 1180px); }
  .sales-hero { padding-top: 7.6rem; }
  .sales-title { font-size: clamp(3rem,15vw,4.7rem); }
  .sales-hero-media,
  .sales-hero-media > img { min-height: 390px; }
  .sales-hero-media > img { object-position: 58% center; }
  .sales-media-lockup { align-items: flex-end; }
  .sales-media-status { display: none; }
  .sales-chapter-rail { margin-top: 1.5rem; }
  .sales-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sales-trust-grid div:nth-child(2) { border-right: 0; }
  .sales-trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--sales-line); }
  .sales-scope-grid { grid-template-columns: 1fr; }
  .sales-scope-card + .sales-scope-card { border-top: 1px solid var(--sales-carbon-line); border-left: 0; }
  .sales-scope-list { grid-template-columns: 1fr; }
  .sales-social-calendar { grid-template-columns: 1fr; }
  .sales-social-day { border-right: 0; border-bottom: 1px solid var(--sales-line); }
  .sales-social-day:last-child { border-bottom: 0; }
  .sales-social-grid { grid-template-columns: 1fr; }
  .sales-qms-features,
  .sales-ai-guardrail { grid-template-columns: 1fr; }
  .sales-layer { grid-template-columns: 1fr; gap: .35rem; }
  .sales-foundation { grid-template-columns: 1fr; }
  .sales-story-photo img { min-height: 390px; }
  .sales-packshot { width: min(92%, 500px); }
}

@media (max-width: 520px) {
  .sales-actions { flex-direction: column; }
  .sales-button { width: 100%; }
  .sales-hero-media,
  .sales-hero-media > img { min-height: 350px; }
  .sales-media-product img { width: 50px; height: 50px; }
  .sales-media-product strong { font-size: .92rem; }
  .sales-trust-grid { grid-template-columns: 1fr; }
  .sales-trust-grid div { border-right: 0; border-bottom: 1px solid var(--sales-line); }
  .sales-trust-grid div:last-child { border-bottom: 0; }
  .sales-stage { grid-template-columns: 32px 1fr; }
  .sales-stage small { grid-column: 2; }
  .sales-story-photo img { min-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sales-title-line > span,
  .sales-reveal,
  .sales-stage,
  .sales-packshot img { transition: none !important; transform: none !important; opacity: 1 !important; }
}
