.massage-buyer-page {
  --navy: #0d3157;
  --navy-deep: #082642;
  --copper: #aa6238;
  --ink: #27384a;
  --copy: #4f5c69;
  --muted: #7b838a;
  --line: #d9dede;
  --soft-line: #e9eceb;
  --ivory: #f8f6f1;
  --paper: #fff;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", Arial, sans-serif;
}

.massage-blueprint-page *,
.massage-blueprint-page *::before,
.massage-blueprint-page *::after { box-sizing: border-box; }
body.massage-buyer-page { margin: 0; color: var(--copy); background: var(--paper); font-family: var(--font-body); font-size: 14px; line-height: 1.55; }
.massage-blueprint-page img { display: block; max-width: 100%; }
.massage-blueprint-page a { color: inherit; }
.massage-blueprint-page h1,
.massage-blueprint-page h2,
.massage-blueprint-page h3,
.massage-blueprint-page p,
.massage-blueprint-page figure { margin: 0; }
.massage-blueprint-page h1,
.massage-blueprint-page h2,
.massage-blueprint-page h3 { color: var(--navy-deep); font-family: var(--ds-font-display, var(--font-display)); }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 100; padding: 9px 12px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.massage-blueprint-page {
  inline-size: 100%;
  padding-block-start: var(--header-height, 72px);
  overflow: clip;
  background: var(--paper);
}

.blueprint-header { position: sticky; inset-block-start: 0; z-index: 20; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 24px; min-height: 70px; padding: 10px 34px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.blueprint-brand img { width: 92px; }
.blueprint-header nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.blueprint-header nav a { color: #263441; font-size: 11px; font-weight: 700; text-decoration: none; }
.blueprint-header nav a:hover { color: var(--copper); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 18px; color: #fff; background: var(--navy-deep); border: 1px solid var(--navy-deep); font-size: 11px; font-weight: 800; text-decoration: none; }
.menu-button { display: none; width: 38px; height: 38px; padding: 8px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--navy-deep); }

.section-shell { width: min(100% - 68px, 1340px); margin-inline: auto; }
.eyebrow, .direct-answer { color: var(--copper); font-size: 11px; font-weight: 850; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.visual-note, .disclaimer { margin-top: 11px; color: var(--muted); font-size: 10px; text-align: center; }

.hero { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; min-height: 650px; padding-block: 58px 44px; }
.hero-copy { padding-right: 38px; }
.hero h1 { max-width: 560px; margin-top: 14px; font-size: clamp(50px, 4.6vw, 72px); font-weight: 900; letter-spacing: -.038em; line-height: .94; text-wrap: balance; text-transform: uppercase; }
.hero .direct-answer { margin-top: 28px; }
.hero-lead { max-width: 485px; margin-top: 16px; color: var(--navy-deep); font-size: 20px; font-weight: 760; line-height: 1.35; }
.hero-copy > p:last-of-type { max-width: 480px; margin-top: 12px; font-size: 14px; line-height: 1.64; }
.hero-actions { display: flex; gap: 10px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 20px; border: 1px solid var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; }
.massage-blueprint-page .button-primary { color: #fff; background: var(--navy); }
.massage-blueprint-page .button-secondary { color: var(--navy); background: #fff; }
.button:hover, .header-cta:hover { transform: translateY(-1px); }
.button:focus-visible, .header-cta:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #df9b6d; outline-offset: 3px; }
.hero-figure { min-width: 0; }
.hero-image-wrap { position: relative; min-height: 548px; overflow: hidden; background: var(--ivory); }
.hero-image-wrap > img { width: 74%; height: 548px; object-fit: contain; object-position: 48% 50%; }
.hero-callouts { position: absolute; inset: 0 0 0 55%; margin: 0; padding: 29px 0; list-style: none; }
.callout { position: absolute; right: 0; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; width: 72%; min-height: 44px; padding-left: 4px; border-top: 1px solid rgba(170,98,56,.65); }
.callout::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border: 2px solid var(--copper); border-radius: 50%; background: #fff; }
.callout span { grid-row: 1 / 3; align-self: start; justify-self: center; margin-top: -11px; padding: 3px 5px; color: #fff; background: var(--copper); border-radius: 999px; font-size: 9px; font-weight: 850; }
.callout strong { padding: 6px 8px 0; color: var(--navy-deep); font-family: var(--font-display); font-size: 13px; line-height: 1.05; }
.callout small { padding: 1px 8px 0; color: var(--copy); font-size: 9px; }
.c1 { top: 12%; } .c2 { top: 27%; } .c3 { top: 42%; } .c4 { top: 57%; } .c5 { top: 72%; } .c6 { top: 87%; }
.hero-figure figcaption { margin-top: 9px; color: var(--muted); font-size: 10px; text-align: center; }

.numbered { padding-block: 44px; border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 42px 245px 1fr; gap: 16px; margin-bottom: 24px; }
.section-number { color: var(--copper); font-family: var(--font-display); font-size: 15px; font-weight: 900; line-height: 1.05; }
.section-intro h2, details > summary h2 { font-size: 31px; font-weight: 900; letter-spacing: -.025em; line-height: 1.02; text-transform: uppercase; }
.section-intro > div > p:last-child { grid-column: 3; }
.section-intro > div { display: contents; }
.section-intro .eyebrow { grid-column: 2 / -1; }
.section-intro h2 { grid-column: 2; grid-row: 2; }
.section-intro > div > p:last-child { align-self: end; max-width: 680px; font-size: 13px; }
.zone-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 8px; }
.zone-grid article { position: relative; min-width: 0; }
.zone-grid img { width: 100%; height: 190px; object-fit: cover; }
.zone-grid article:nth-child(1) img { object-position: 10% 28%; }
.zone-grid article:nth-child(2) img { object-position: 32% 20%; }
.zone-grid article:nth-child(3) img { object-position: 53% 32%; }
.zone-grid article:nth-child(4) img { object-position: 60% 70%; }
.zone-grid article:nth-child(5) img { object-position: 42% 65%; }
.zone-grid article:nth-child(6) img { object-position: 51% 87%; }
.zone-grid article > span { position: absolute; inset: 128px auto auto 8px; display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--copper); border: 2px solid #fff; border-radius: 50%; font-size: 9px; font-weight: 850; }
.zone-grid h3 { margin-top: 12px; font-size: 16px; line-height: 1.08; }
.zone-grid p { margin-top: 6px; color: var(--copy); font-size: 11px; line-height: 1.5; }

details.numbered > summary { display: grid; grid-template-columns: 42px 280px 1fr; align-items: start; gap: 16px; list-style: none; cursor: default; }
details.numbered > summary::-webkit-details-marker { display: none; }
details.numbered > summary h2 { grid-column: 2; max-width: 300px; }
.decision-layout, .system-layout { display: grid; grid-template-columns: 280px 1fr; gap: 58px; margin-top: 25px; margin-left: 58px; }
.decision-copy h2, .system-copy h2, .backing-copy h2, .validation-head h2, .evidence-layout h2 { margin-top: 10px; font-size: 30px; font-weight: 900; line-height: 1.02; }
.decision-copy > p:last-child, .system-copy > p:last-child, .backing-copy > p, .validation-head > p, .evidence-layout > div > p:last-of-type { margin-top: 12px; font-size: 13px; }
.condition-grid, .system-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.condition-grid figure, .system-grid figure { min-width: 0; }
.condition-grid img, .system-grid img { width: 100%; height: 180px; object-fit: cover; }
.condition-grid figure:nth-child(1) img { object-position: 50% 55%; }
.condition-grid figure:nth-child(2) img { object-position: 25% 48%; }
.condition-grid figure:nth-child(3) img { object-position: 47% 56%; }
.condition-grid figcaption, .system-grid figcaption { padding-top: 9px; color: var(--navy-deep); text-align: center; }
.condition-grid strong, .system-grid strong { display: block; font-family: var(--font-display); font-size: 13px; line-height: 1.05; }
.condition-grid span, .system-grid span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.3; }

.backing-layout { display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); align-items: center; gap: 42px; margin-top: 25px; margin-left: 58px; }
.plain-list { margin: 18px 0 0; padding: 0; list-style: none; }
.plain-list li { padding: 8px 0; border-top: 1px solid var(--soft-line); font-size: 12px; }
.plain-list strong { color: var(--navy-deep); }
.backing-figure { min-width: 0; }
.backing-figure > img { width: 100%; height: 300px; object-fit: cover; object-position: center 47%; }
.direction-legend { display: grid; grid-template-columns: repeat(3,1fr); padding: 9px 12px; color: var(--navy-deep); background: var(--ivory); border: 1px solid var(--line); font-size: 10px; font-weight: 750; text-align: center; }
.direction-legend span + span { border-left: 1px solid var(--line); }
.backing-figure figcaption { margin-top: 8px; color: var(--muted); font-size: 9px; text-align: center; }

.system-grid img { height: 180px; }
.system-grid figure:nth-child(1) img { object-position: 40% 52%; }
.system-grid figure:nth-child(2) img { object-position: 50% 52%; }
.system-grid figure:nth-child(3) img { object-position: 55% 55%; }
.system-grid figure:nth-child(4) img { object-position: 50% 48%; }

.route-intro { max-width: 650px; margin: 12px 0 0 340px; }
.route-grid { display: grid; grid-template-columns: 1fr 42px 1fr; gap: 20px; margin: 24px 0 0 58px; }
.route-grid article { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto 1fr; gap: 4px 24px; padding: 28px; background: var(--ivory); border-top: 3px solid var(--copper); }
.route-index { color: var(--copper); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.route-grid h3 { grid-column: 1; font-size: 27px; line-height: 1.05; }
.route-grid article > p:nth-of-type(2) { grid-column: 1; margin-top: 8px; font-size: 12px; }
.route-grid ul { grid-column: 1; margin: 12px 0 0; padding-left: 16px; font-size: 11px; }
.route-grid li + li { margin-top: 5px; }
.route-grid img { grid-column: 2; grid-row: 1 / -1; align-self: stretch; width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.route-or { align-self: center; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--copper); border-radius: 50%; font-size: 10px; font-weight: 900; }

.validation-head { display: grid; grid-template-columns: .8fr 1fr; align-items: end; gap: 70px; margin: 24px 0 0 58px; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); margin: 30px 0 0 58px; padding: 0; list-style: none; }
.process-grid li { position: relative; padding: 12px 20px; text-align: center; }
.process-grid li + li { border-left: 1px solid var(--line); }
.process-grid img { width: 33px; height: 33px; margin: 0 auto 8px; }
.process-grid span { color: var(--copper); font-size: 9px; font-weight: 850; }
.process-grid h3 { margin-top: 4px; font-size: 14px; }
.process-grid p { margin-top: 5px; font-size: 10px; line-height: 1.45; }
.disclaimer { padding: 9px; background: var(--ivory); }

.evidence-layout { display: grid; grid-template-columns: 1fr 40%; gap: 55px; margin: 24px 0 0 58px; }
.checklist { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 22px; margin: 20px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 9px 9px 9px 31px; border-bottom: 1px solid var(--soft-line); color: var(--navy-deep); font-size: 11px; font-weight: 700; }
.checklist li::before { content: "✓"; position: absolute; left: 5px; color: var(--copper); font-size: 16px; }
.supplier-context { max-width: 760px; margin-top: 18px; padding: 14px 16px; border: 1px solid var(--line); color: var(--copy); background: var(--ivory); font-size: 11px; line-height: 1.55; }
.evidence-layout figure img { width: 100%; height: 310px; object-fit: cover; }
.evidence-layout figcaption { margin-top: 7px; color: var(--muted); font-size: 9px; text-align: center; }

.brief-grid { display: grid; grid-template-columns: repeat(8,1fr); margin: 24px 0 0 58px; }
.brief-grid article { min-width: 0; padding: 12px 15px; text-align: center; }
.brief-grid article + article { border-left: 1px solid var(--line); }
.brief-grid img { width: 29px; height: 29px; margin-inline: auto; }
.brief-grid h3 { margin-top: 9px; font-size: 13px; }
.brief-grid p { margin-top: 4px; font-size: 9px; line-height: 1.38; }

.faq-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 26px; margin: 24px 0 0 58px; }
.faq-grid details { border-top: 1px solid var(--line); }
.faq-grid details:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
.faq-grid summary { position: relative; padding: 15px 26px 15px 0; color: var(--navy-deep); font-weight: 800; list-style: none; cursor: pointer; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; right: 3px; color: var(--copper); font-size: 18px; }
.faq-grid details[open] summary::after { content: "–"; }
.faq-grid p { padding: 0 20px 15px 0; font-size: 11px; }

.contact-strip { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 12px; margin-bottom: 26px; background: var(--ivory); }
.contact-strip > div { display: flex; align-items: center; gap: 20px; min-height: 105px; padding: 25px 55px; }
.contact-strip > div + div { border-left: 1px solid var(--line); }
.contact-strip img { width: 38px; height: 38px; }
.contact-strip p { display: grid; }
.contact-strip span { color: var(--copper); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.contact-strip a { color: var(--navy-deep); font-family: var(--font-display); font-size: 20px; font-weight: 900; text-decoration: none; }
.contact-strip small { color: var(--muted); font-size: 10px; }

.blueprint-footer { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 30px; min-height: 82px; padding: 18px 34px; border-top: 1px solid var(--line); }
.blueprint-footer img { width: 78px; }
.blueprint-footer p { color: var(--muted); font-size: 10px; }
.blueprint-footer nav { display: flex; gap: 26px; }
.blueprint-footer nav a { color: var(--navy-deep); font-size: 10px; font-weight: 700; text-decoration: none; }

@media (max-width: 980px) {
  .blueprint-header { grid-template-columns: 110px 1fr auto; padding-inline: 24px; }
  .blueprint-header nav { gap: 15px; }
  .blueprint-header nav a { font-size: 9px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 0 30px; }
  .hero-image-wrap { min-height: 510px; }
  .hero-image-wrap > img { height: 510px; }
  .condition-grid, .system-grid { grid-template-columns: repeat(2,1fr); }
  .route-grid { grid-template-columns: 1fr; }
  .route-or { justify-self: center; }
  .brief-grid { grid-template-columns: repeat(4,1fr); }
  .brief-grid article:nth-child(5) { border-left: 0; }
}

@media (max-width: 760px) {
  body.massage-buyer-page { font-size: 13px; }
  .massage-blueprint-page { padding-block-start: 60px; }
  .blueprint-header { position: relative; grid-template-columns: 1fr auto; min-height: 62px; padding: 9px 18px; }
  .blueprint-brand img { width: 74px; }
  .blueprint-header nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .blueprint-header.is-open nav { position: absolute; top: 62px; left: 0; right: 0; display: grid; justify-content: stretch; gap: 0; padding: 10px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .blueprint-header.is-open nav a { padding: 11px 0; border-bottom: 1px solid var(--soft-line); font-size: 11px; }
  .section-shell { width: min(100% - 34px, 520px); }
  .hero { min-height: 0; padding-block: 34px 24px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-top: 10px; font-size: 36px; line-height: .96; }
  .hero .direct-answer { margin-top: 20px; }
  .hero-lead { margin-top: 11px; font-size: 15px; }
  .hero-copy > p:last-of-type { margin-top: 8px; font-size: 12px; }
  .hero-actions { margin-top: 18px; }
  .button { flex: 1; min-height: 42px; padding-inline: 10px; font-size: 10px; }
  .hero-figure { margin-top: 24px; }
  .hero-image-wrap { min-height: 356px; }
  .hero-image-wrap > img { width: 70%; height: 356px; object-position: 50% 50%; }
  .hero-callouts { left: 52%; }
  .callout { width: 91%; min-height: 32px; }
  .callout span { grid-row: 1 / 3; font-size: 7px; }
  .callout strong { padding-top: 5px; font-size: 9px; }
  .callout small { font-size: 7px; }
  .hero-figure figcaption { font-size: 8px; }
  .numbered { padding-block: 0; }
  .zone-section { padding-block: 28px; }
  .section-intro { display: grid; grid-template-columns: 28px 1fr; gap: 8px 10px; margin-bottom: 18px; }
  .section-intro > div { display: block; }
  .section-intro .section-number { grid-row: 1 / 3; }
  .section-intro .eyebrow { margin-bottom: 5px; }
  .section-intro h2 { font-size: 25px; }
  .section-intro > div > p:last-child { margin-top: 9px; font-size: 11px; }
  .zone-grid { grid-template-columns: repeat(2,1fr); }
  .zone-grid img { height: 118px; }
  .zone-grid article > span { inset: 80px auto auto 6px; }
  .zone-grid h3 { margin-top: 8px; font-size: 13px; }
  .zone-grid p { display: none; }
  details.numbered { border-top: 1px solid var(--line); }
  details.numbered > summary { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 19px 2px; cursor: pointer; }
  details.numbered > summary::after { content: "+"; position: absolute; right: 2px; top: 17px; color: var(--copper); font-size: 20px; }
  details.numbered[open] > summary::after { content: "–"; }
  details.numbered > summary h2 { grid-column: 2; max-width: 290px; padding-right: 24px; font-size: 20px; }
  details.numbered[open] > :not(summary) { animation: reveal .18s ease both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(-5px); } }
  .decision-layout, .system-layout, .backing-layout, .validation-head, .evidence-layout { grid-template-columns: 1fr; gap: 20px; margin: 0 0 22px; padding: 0 2px; }
  .decision-copy h2, .system-copy h2, .backing-copy h2, .validation-head h2, .evidence-layout h2 { font-size: 24px; }
  .condition-grid, .system-grid { grid-template-columns: repeat(2,1fr); }
  .condition-grid img, .system-grid img { height: 124px; }
  .backing-figure > img { height: 250px; }
  .direction-legend { font-size: 8px; }
  .route-intro { margin: 0 0 16px; }
  .route-grid { grid-template-columns: 1fr; gap: 12px; margin: 0 0 22px; }
  .route-grid article { grid-template-columns: 1fr; padding: 20px; }
  .route-grid img { grid-column: 1; grid-row: auto; height: 160px; min-height: 0; margin-top: 12px; }
  .route-or { justify-self: center; }
  .process-grid { grid-template-columns: repeat(2,1fr); margin: 0 0 22px; }
  .process-grid li { border-bottom: 1px solid var(--line); }
  .process-grid li + li { border-left: 0; }
  .process-grid li:nth-child(even) { border-left: 1px solid var(--line); }
  .process-grid li:last-child { grid-column: 1 / -1; }
  .checklist { grid-template-columns: 1fr; }
  .supplier-context { margin-top: 12px; padding: 11px 12px; font-size: 9px; }
  .brief-grid { grid-template-columns: repeat(2,1fr); margin: 0 0 22px; }
  .brief-grid article:nth-child(odd) { border-left: 0; }
  .faq-grid { grid-template-columns: 1fr; margin: 0 0 22px; }
  .faq-grid details:nth-last-child(-n+3) { border-bottom: 0; }
  .faq-grid details:last-child { border-bottom: 1px solid var(--line); }
  .visual-note, .disclaimer { margin-bottom: 18px; font-size: 8px; }
  .contact-strip { grid-template-columns: 1fr; margin-top: 26px; }
  .contact-strip > div { min-height: 88px; padding: 20px; }
  .contact-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .contact-strip a { font-size: 16px; }
  .blueprint-footer { grid-template-columns: 1fr auto; padding: 18px; }
  .blueprint-footer p { display: none; }
  .blueprint-footer nav { gap: 14px; }

  .massage-blueprint-page .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .massage-blueprint-page .route-grid article { padding: 14px 12px; }
  .massage-blueprint-page .route-grid h3 { font-size: 17px; }
  .massage-blueprint-page .route-grid article > p:nth-of-type(2) { font-size: 9px; line-height: 1.35; }
  .massage-blueprint-page .route-grid ul { padding-left: 12px; font-size: 8px; line-height: 1.3; }
  .massage-blueprint-page .route-grid img { height: 100px; }
  .massage-blueprint-page .route-or { display: none; }
  .massage-blueprint-page .validation-head { grid-template-columns: 1fr 1fr; gap: 10px; }
  .massage-blueprint-page .validation-head h2 { font-size: 17px; }
  .massage-blueprint-page .validation-head > p { font-size: 9px; }
  .massage-blueprint-page .process-grid { grid-template-columns: repeat(5, 1fr); }
  .massage-blueprint-page .process-grid li { padding: 8px 3px; border-left: 1px solid var(--line); }
  .massage-blueprint-page .process-grid li:first-child { border-left: 0; }
  .massage-blueprint-page .process-grid li:last-child { grid-column: auto; }
  .massage-blueprint-page .process-grid img { width: 22px; height: 22px; }
  .massage-blueprint-page .process-grid h3 { font-size: 9px; }
  .massage-blueprint-page .process-grid p { display: none; }
  .massage-blueprint-page .evidence-layout { grid-template-columns: 1.1fr .9fr; gap: 10px; }
  .massage-blueprint-page .evidence-layout h2 { font-size: 18px; }
  .massage-blueprint-page .checklist { grid-template-columns: 1fr; gap: 0; margin-top: 8px; }
  .massage-blueprint-page .checklist li { padding: 4px 3px 4px 18px; font-size: 8px; }
  .massage-blueprint-page .checklist li::before { left: 1px; font-size: 11px; }
  .massage-blueprint-page .supplier-context { margin-top: 7px; padding: 8px; font-size: 7.5px; line-height: 1.35; }
  .massage-blueprint-page .evidence-layout figure img { height: 100%; min-height: 190px; object-fit: cover; }
  .massage-blueprint-page .brief-grid { grid-template-columns: repeat(4, 1fr); }
  .massage-blueprint-page .brief-grid article { padding: 8px 4px; }
  .massage-blueprint-page .brief-grid article:nth-child(5) { border-left: 0; }
  .massage-blueprint-page .brief-grid img { width: 22px; height: 22px; }
  .massage-blueprint-page .brief-grid h3 { font-size: 9px; }
  .massage-blueprint-page .brief-grid p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
