/* Approved scene, scoped to .gm-scene. Only artwork/connectors are positioned; text stays in normal flow. */
.gm-scene {
  --gm-ink: #111110;
  --gm-red: #d80711;
  --gm-paper: #f8f6ef;
  --gm-white: #fffef9;
  --gm-muted: #59574f;
  --gm-line: #ccc7bc;
  --gm-display: Impact, Haettenschweiler, "Arial Narrow", "Liberation Sans Narrow", "DejaVu Sans Condensed", sans-serif;
  --gm-body: Arial, Helvetica, sans-serif;
  --gm-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  container: gm-scene / inline-size;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  border: 3px solid var(--gm-ink);
  outline: 1px solid #8c8980;
  background: var(--gm-paper);
  color: var(--gm-ink);
  font: 400 15px/1.45 var(--gm-body);
  box-sizing: border-box;
  isolation: isolate;
  color-scheme: light;
}
.gm-scene *, .gm-scene *::before, .gm-scene *::after { box-sizing: border-box; }
.gm-scene h3, .gm-scene h4, .gm-scene p, .gm-scene figure { margin: 0; }
.gm-scene ::selection { background: var(--gm-red); color: #fff; }
.gm-scene summary:focus-visible { outline: 3px solid var(--gm-red); outline-offset: 4px; }
.gm-scene .gm-header {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: 19px;
  align-items: start;
  padding: 22px 24px 21px 20px;
  border-bottom: 3px solid var(--gm-ink);
  background:
    radial-gradient(#bab6ae .65px, transparent .8px) right top / 5px 5px no-repeat,
    var(--gm-white);
}
.gm-scene .gm-number {
  display: grid;
  place-items: center;
  min-height: 78px;
  border: 2px solid var(--gm-ink);
  box-shadow: 3px 3px 0 var(--gm-ink);
  background: var(--gm-red);
  color: white;
  font: 900 66px/.95 var(--gm-display);
  transform: rotate(-2deg);
}
.gm-scene .gm-eyebrow {
  margin: 0 0 5px;
  font: 700 10px/1.4 var(--gm-mono);
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--gm-red);
}
.gm-scene .gm-title {
  font: 900 clamp(30px, 5.25cqw, 48px)/1.04 var(--gm-display);
  letter-spacing: -.028em;
  text-transform: uppercase;
  text-wrap: balance;
}
.gm-scene .gm-deck { margin-top: 8px; font-size: 15px; }
.gm-scene .gm-body { padding: 23px 25px 22px; }
.gm-scene .gm-section-label {
  display: inline-block;
  font: 900 17px/1.15 var(--gm-display);
  text-transform: uppercase;
  letter-spacing: .02em;
}
.gm-scene .gm-route-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
}
.gm-scene .gm-small-label {
  font: 700 10px/1.35 var(--gm-mono);
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--gm-muted);
  text-align: right;
}
.gm-scene .gm-flow {
  display: grid;
  grid-template-columns: minmax(132px, .65fr) minmax(0,1.9fr);
  align-items: stretch;
  gap: 56px;
}
.gm-scene .gm-router {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 6px 10px;
  background: radial-gradient(#ccc7bd .65px, transparent .8px) 0 0 / 5px 5px;
  border: 1px solid var(--gm-line);
}
.gm-scene .gm-incoming {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  color: #fff;
  background: var(--gm-ink);
  text-align: center;
  max-width: 100%;
}
.gm-scene .gm-down-arrow { height: 19px; width: 3px; background: var(--gm-ink); position: relative; margin: 3px 0 6px; }
.gm-scene .gm-down-arrow::after { content: ""; position: absolute; bottom: -1px; left: -4px; border-top: 6px solid var(--gm-ink); border-inline: 5.5px solid transparent; }
.gm-scene .gm-art { position: relative; overflow: hidden; display: block; flex: 0 0 auto; }
.gm-scene .gm-art img { position: absolute; display: block; max-width: none; height: auto; pointer-events: none; user-select: none; }
.gm-scene .gm-art--router { width: 119px; aspect-ratio: 117 / 115; }
.gm-scene .gm-art--router img { width: 421.367521%; left: -142.735043%; top: -90.434783%; }
.gm-scene .gm-router h4 { background: var(--gm-paper); margin-top: 5px; padding: 0 9px; font: 900 27px/1.1 var(--gm-display); letter-spacing: -.03em; }
.gm-scene .gm-router p { margin-top: 6px; padding: 3px 7px; background: var(--gm-paper); text-align: center; font-size: 12px; line-height: 1.35; }
.gm-scene .gm-targets {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
/* Only connectors and art are positioned. All lettering stays in document flow. */
.gm-scene .gm-targets::before {
  content: "";
  position: absolute;
  left: -28px;
  top: calc(25% - 4.5px);
  bottom: calc(25% - 4.5px);
  border-left: 4px solid var(--gm-red);
}
.gm-scene .gm-targets::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: var(--gm-red);
  left: -56px;
  top: calc(50% - 2px);
}
.gm-scene .gm-target {
  position: relative;
  display: grid;
  grid-template-columns: 67px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  padding: 13px 16px 13px 13px;
  border: 2px solid var(--gm-ink);
  box-shadow: 3px 3px 0 #d5d0c5;
  background: var(--gm-white);
}
.gm-scene .gm-target::before { content: ""; position: absolute; width: 27px; height: 4px; background: var(--gm-red); left: -29px; top: calc(50% - 2px); }
.gm-scene .gm-target::after { content: ""; position: absolute; border-left: 10px solid var(--gm-red); border-block: 6px solid transparent; left: -11px; top: calc(50% - 6px); }
.gm-scene .gm-target-art { display: grid; justify-items: center; gap: 5px; }
.gm-scene .gm-share { color: var(--gm-red); font: 900 30px/1 var(--gm-display); }
.gm-scene .gm-art--a { width: 47px; aspect-ratio: 57 / 65; }
.gm-scene .gm-art--a img { width: 864.912281%; left: -587.719298%; top: -121.538462%; }
.gm-scene .gm-art--b { width: 47px; aspect-ratio: 57 / 71; }
.gm-scene .gm-art--b img { width: 864.912281%; left: -587.719298%; top: -219.718310%; }
.gm-scene .gm-target-copy { min-width: 0; }
.gm-scene .gm-role { margin-bottom: 3px; color: var(--gm-muted); font: 700 9px/1.3 var(--gm-mono); letter-spacing: .07em; text-transform: uppercase; }
.gm-scene .gm-target h4 { font: 900 24px/1.12 var(--gm-display); letter-spacing: -.02em; }
.gm-scene .gm-model-metrics { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 7px; font-size: 12px; line-height: 1.35; }
.gm-scene .gm-model-metrics span + span { border-left: 1px solid var(--gm-line); padding-left: 13px; }
.gm-scene .gm-model-metrics strong { font-size: 15px; }
.gm-scene .gm-unit { display: block; margin-top: 1px; color: var(--gm-muted); font-size: 10px; }
.gm-scene .gm-comparison { margin-top: 26px; }
.gm-scene .gm-comparison-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.gm-scene .gm-comparison-heading::after { content: ""; flex: 1; height: 3px; background: var(--gm-ink); }
.gm-scene .gm-table { width: 100%; border: 2px solid var(--gm-ink); border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.gm-scene .gm-table th, .gm-scene .gm-table td { padding: 11px 14px; border-bottom: 1px solid var(--gm-line); text-align: center; vertical-align: middle; }
.gm-scene .gm-table tr > :first-child { width: 35%; text-align: left; }
.gm-scene .gm-table tr > :nth-child(3) { background: #fff; border-left: 2px solid var(--gm-red); border-right: 2px solid var(--gm-red); }
.gm-scene .gm-table thead th { font-size: 12px; background: #e8e4db; border-bottom: 2px solid var(--gm-ink); line-height: 1.35; }
.gm-scene .gm-table thead th:last-child { background: var(--gm-red); color: #fff; }
.gm-scene .gm-table thead small { display: block; font-size: 10px; font-weight: 400; margin-top: 2px; }
.gm-scene .gm-table tbody th { font-weight: 700; font-size: 12px; }
.gm-scene .gm-table tbody th small { display: block; font-size: 10px; color: var(--gm-muted); font-weight: 400; }
.gm-scene .gm-table tbody td { font: 900 29px/1.15 var(--gm-display); }
.gm-scene .gm-table tbody tr:last-child td { border-bottom: 0; }
.gm-scene .gm-table tbody tr:last-child td:last-child { border-bottom: 2px solid var(--gm-red); }
.gm-scene .gm-table tbody td:last-child { color: var(--gm-red); }
.gm-scene .gm-takeaway {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
  padding: 14px 17px;
  border: 2px solid var(--gm-ink);
  box-shadow: 4px 4px 0 var(--gm-ink);
  background: var(--gm-white);
}
.gm-scene .gm-takeaway p { font: 900 23px/1.1 var(--gm-display); text-transform: uppercase; }
.gm-scene .gm-takeaway p:first-child { color: var(--gm-red); }
.gm-scene .gm-takeaway p + p { border-left: 1px solid var(--gm-line); padding-left: 18px; }
.gm-scene .gm-takeaway small { display: block; margin-top: 5px; color: var(--gm-muted); font: 400 11px/1.3 var(--gm-body); text-transform: none; }
.gm-scene .gm-notes { margin-top: 19px; color: var(--gm-muted); font-size: 10px; line-height: 1.55; }
.gm-scene .gm-notes summary { cursor: pointer; width: fit-content; font-size: 11px; color: var(--gm-ink); padding: 5px 0; text-underline-offset: 3px; }
.gm-scene .gm-notes summary:hover { color: var(--gm-red); }
.gm-scene .gm-note-body { margin-top: 7px; border-top: 1px solid var(--gm-line); padding-top: 10px; max-width: 72ch; }
.gm-scene .gm-note-body p + p { margin-top: 8px; }
.gm-scene .gm-note-body code { font: 400 10px/1.5 var(--gm-mono); overflow-wrap: anywhere; color: var(--gm-ink); }

@container gm-scene (max-width: 660px) {
  .gm-scene .gm-header { grid-template-columns: 54px minmax(0,1fr); padding: 18px 17px; gap: 15px; }
  .gm-scene .gm-number { min-height: 65px; font-size: 54px; }
  .gm-scene .gm-title { font-size: clamp(28px, 5.65cqw, 37px); }
  .gm-scene .gm-deck { font-size: 13px; }
  .gm-scene .gm-body { padding: 19px 18px; }
  .gm-scene .gm-flow { grid-template-columns: 128px minmax(0,1fr); gap: 38px; }
  .gm-scene .gm-targets::before { left: -19px; }
  .gm-scene .gm-targets::after { left: -38px; width: 19px; }
  .gm-scene .gm-target { grid-template-columns: 47px minmax(0,1fr); padding: 11px 10px; gap: 8px; }
  .gm-scene .gm-target::before { left: -20px; width: 19px; }
  .gm-scene .gm-share { font-size: 26px; }
  .gm-scene .gm-target h4 { font-size: 21px; }
  .gm-scene .gm-art--router { width: 104px; }
  .gm-scene .gm-model-metrics { gap: 9px; }
  .gm-scene .gm-model-metrics span + span { padding-left: 9px; }
  .gm-scene .gm-takeaway p { font-size: 20px; }
}
@container gm-scene (max-width: 460px) {
  .gm-scene .gm-header { grid-template-columns: 44px minmax(0,1fr); gap: 12px; padding: 16px 13px; }
  .gm-scene .gm-number { min-height: 54px; font-size: 46px; }
  .gm-scene .gm-eyebrow { font-size: 8px; letter-spacing: .05em; }
  .gm-scene .gm-title { font-size: 30px; }
  .gm-scene .gm-deck { font-size: 12px; line-height: 1.5; }
  .gm-scene .gm-body { padding: 17px 13px 18px; }
  .gm-scene .gm-route-caption { gap: 9px; }
  .gm-scene .gm-section-label { font-size: 16px; }
  .gm-scene .gm-small-label { font-size: 8px; }
  .gm-scene .gm-flow { display: block; }
  .gm-scene .gm-router {
    display: grid;
    grid-template-columns: 80px minmax(0,1fr);
    column-gap: 13px;
    padding: 12px 14px;
    align-items: center;
    justify-items: start;
  }
  .gm-scene .gm-incoming { grid-column: 2; grid-row: 1; font-size: 10px; }
  .gm-scene .gm-down-arrow { display: none; }
  .gm-scene .gm-art--router { width: 80px; grid-column: 1; grid-row: 1 / span 3; }
  .gm-scene .gm-router h4 { grid-column: 2; grid-row: 2; margin-top: 5px; font-size: 25px; padding: 0; }
  .gm-scene .gm-router p { grid-column: 2; grid-row: 3; text-align: left; font-size: 11px; margin-top: 3px; padding: 0; }
  .gm-scene .gm-router br { display: none; }
  .gm-scene .gm-targets { gap: 13px; margin: 27px 0 0 20px; }
  .gm-scene .gm-targets::before { left: -20px; top: -27px; bottom: calc(25% - 3.25px); }
  .gm-scene .gm-targets::after { display: none; }
  .gm-scene .gm-target { grid-template-columns: 50px minmax(0,1fr); padding: 11px 12px; gap: 13px; }
  .gm-scene .gm-target::before { width: 20px; left: -22px; }
  .gm-scene .gm-target h4 { font-size: 24px; }
  .gm-scene .gm-target-art { gap: 3px; }
  .gm-scene .gm-art--a, .gm-scene .gm-art--b { width: 39px; }
  .gm-scene .gm-model-metrics { gap: 12px; }
  .gm-scene .gm-model-metrics span + span { padding-left: 12px; }
  .gm-scene .gm-comparison { margin-top: 23px; }
  .gm-scene .gm-table th, .gm-scene .gm-table td { padding: 10px 7px; }
  .gm-scene .gm-table tr > :first-child { width: 32%; }
  .gm-scene .gm-table thead th { font-size: 11px; }
  .gm-scene .gm-table thead small { font-size: 9px; }
  .gm-scene .gm-table tbody td { font-size: 27px; }
  .gm-scene .gm-table tbody th { font-size: 11px; }
  .gm-scene .gm-table tbody th small { font-size: 9px; }
  .gm-scene .gm-takeaway { padding: 13px 10px; gap: 10px; }
  .gm-scene .gm-takeaway p { font-size: 19px; }
  .gm-scene .gm-takeaway p + p { padding-left: 10px; }
  .gm-scene .gm-takeaway small { font-size: 10px; }
}
@media print {
  .gm-scene { width: 100%; max-width: 900px; outline: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}

/* All eight scenes share the existing manga grid: 1/2, 3/4, 5/6, 7/8.
   Scene 5 keeps its content-driven height and container-responsive lettering.
   The existing <=760px breakpoint stacks every scene in reading order. */
.features-manga .fm-mix-scene { grid-column: auto; margin: 0; }

/* Compact the approved scene inside its half-width desktop cell. Keep all
   content in flow; the routing diagram and comparison share the inner row.
   Mobile keeps the original stacked, larger-type layout above. */
@media (min-width: 761px) {
  .features-manga .gm-header { grid-template-columns: clamp(36px, 7cqw, 50px) minmax(0,1fr); gap: 2cqw; padding: 2cqw; }
  .features-manga .gm-number { min-height: clamp(42px, 8cqw, 57px); font-size: clamp(34px, 6.6cqw, 47px); }
  .features-manga .gm-eyebrow { font-size: clamp(7px, 1.2cqw, 9px); margin-bottom: 3px; }
  .features-manga .gm-title { font-size: clamp(20px, 4.3cqw, 31px); }
  .features-manga .gm-deck { margin-top: 5px; font-size: clamp(10px, 1.7cqw, 12px); }
  .features-manga .gm-body { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(0,1fr); gap: 0 2.4cqw; align-items: start; padding: 2cqw; }
  .features-manga .gm-body > * { min-width: 0; }
  .features-manga .gm-section-label { font-size: clamp(10px, 1.8cqw, 13px); }
  .features-manga .gm-route-caption { flex-wrap: wrap; gap: 4px; padding-bottom: 9px; }
  .features-manga .gm-small-label { font-size: clamp(7px, 1cqw, 8px); text-align: left; }
  .features-manga .gm-flow { display: grid; grid-template-columns: clamp(48px, 12cqw, 84px) minmax(0,1fr); gap: 2.8cqw; }
  .features-manga .gm-router { display: flex; padding: 8px 4px; }
  .features-manga .gm-incoming { font-size: clamp(7px, 1.1cqw, 9px); padding: 3px; }
  .features-manga .gm-down-arrow { display: block; height: 12px; }
  .features-manga .gm-art--router { width: min(100%, 10cqw); }
  .features-manga .gm-router h4 { font-size: clamp(15px, 2.7cqw, 21px); padding: 0 2px; }
  .features-manga .gm-router p { font-size: clamp(8px, 1.3cqw, 10px); padding: 2px; text-align: center; }
  .features-manga .gm-targets { gap: 1.4cqw; margin: 0; }
  .features-manga .gm-targets::before { left: -1.4cqw; top: calc(25% - .35cqw); bottom: calc(25% - .35cqw); border-left-width: 3px; }
  .features-manga .gm-targets::after { display: block; left: -2.8cqw; width: 1.4cqw; height: 3px; top: calc(50% - 1.5px); }
  .features-manga .gm-target { grid-template-columns: clamp(22px, 4.8cqw, 34px) minmax(0,1fr); gap: .8cqw; padding: clamp(5px, .9cqw, 8px); }
  .features-manga .gm-target::before { left: calc(-1.4cqw - 2px); width: 1.4cqw; height: 3px; top: calc(50% - 1.5px); }
  .features-manga .gm-target::after { border-left-width: 6px; border-block-width: 4px; left: -7px; top: calc(50% - 4px); }
  .features-manga .gm-target-art { gap: 4px; }
  .features-manga .gm-share { font-size: clamp(14px, 2.8cqw, 20px); }
  .features-manga .gm-art--a, .features-manga .gm-art--b { width: clamp(22px, 4.5cqw, 32px); }
  .features-manga .gm-role { font-size: clamp(7px, 1.1cqw, 8px); letter-spacing: 0; }
  .features-manga .gm-target h4 { font-size: clamp(13px, 2.3cqw, 17px); }
  .features-manga .gm-model-metrics { gap: 6px; margin-top: 5px; font-size: 9px; }
  .features-manga .gm-model-metrics span + span { padding-left: 6px; }
  .features-manga .gm-model-metrics strong { font-size: clamp(10px, 1.7cqw, 12px); }
  .features-manga .gm-unit { font-size: clamp(7px, 1.1cqw, 8px); }
  .features-manga .gm-comparison { margin-top: 0; }
  .features-manga .gm-comparison-heading { gap: 8px; margin-bottom: 9px; }
  .features-manga .gm-table th, .features-manga .gm-table td { padding: clamp(5px, 1cqw, 8px) 5px; overflow-wrap: anywhere; }
  .features-manga .gm-table tr > :first-child { width: 32%; }
  .features-manga .gm-table thead th, .features-manga .gm-table tbody th { font-size: clamp(8px, 1.4cqw, 10px); }
  .features-manga .gm-table thead small, .features-manga .gm-table tbody th small { font-size: clamp(7px, 1.1cqw, 8px); }
  .features-manga .gm-table tbody td { font-size: clamp(17px, 3.3cqw, 24px); }
  .features-manga .gm-takeaway { margin-top: 10px; padding: 8px; gap: 8px; }
  .features-manga .gm-takeaway p { font-size: clamp(11px, 1.9cqw, 14px); }
  .features-manga .gm-takeaway p + p { padding-left: 8px; }
  .features-manga .gm-takeaway small { font-size: clamp(7px, 1.2cqw, 9px); margin-top: 4px; }
  .features-manga .gm-notes { grid-column: 1 / -1; margin-top: 12px; font-size: 9px; }
  .features-manga .gm-notes summary { font-size: 10px; }
}

/* Homepage pricing only. The /pricing comparison and shared table UI are untouched. */
.pricing-home {
  --hp-red: #d80711;
  --hp-paper: #f8f6ef;
  --hp-ink: #111110;
  --hp-display: Impact, Haettenschweiler, "Arial Narrow", "Liberation Sans Narrow", "DejaVu Sans Condensed", sans-serif;
  --hp-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  container: pricing-home / inline-size;
  padding-block: clamp(30px, 4vw, 58px);
}
.pricing-home .section-label { margin: 0; }
.pricing-home .pricing-header { margin-bottom: 32px; }
.pricing-home .pricing-header p { font-size: clamp(16px, 1.5vw, 21px); line-height: 1.3; }
.pricing-home .hp-detail-top {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  color: #fff;
  border-bottom: 2px solid #efeeee;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-home .hp-detail-top:hover { color: #ffadaf; border-color: #ffadaf; }
.pricing-home .hp-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px, 2.1vw, 30px);
  align-items: stretch;
}
.pricing-home .hp-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(19px, 2.2cqw, 31px);
  border: 3px solid var(--hp-ink);
  outline: 1px solid #ece7dc;
  box-shadow: 6px 6px 0 #8b8880;
  background: var(--hp-paper);
  color: var(--hp-ink);
}
.pricing-home .hp-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -1;
  width: 51%;
  height: 100px;
  background: radial-gradient(#a8a399 .7px, transparent .9px) 0 0 / 5px 5px;
  -webkit-mask-image: linear-gradient(220deg, #000, transparent 80%);
  mask-image: linear-gradient(220deg, #000, transparent 80%);
  pointer-events: none;
}
.pricing-home .hp-card--production {
  border-top-color: var(--hp-red);
  box-shadow: 6px 6px 0 var(--hp-red);
}
.pricing-home .hp-card--production::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--hp-red);
  inset: 0 -1px auto;
}
.pricing-home .hp-eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 8px;
  background: var(--hp-ink);
  color: white;
  font: 700 10px/1.25 var(--hp-mono);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform: skew(-5deg);
}
.pricing-home .hp-card--production .hp-eyebrow { background: var(--hp-red); }
.pricing-home .hp-card h3 {
  margin: 0;
  font: 900 clamp(24px, 2.55cqw, 35px)/1.1 var(--hp-display);
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.pricing-home .hp-price-block { display: flex; flex-direction: column; justify-content: space-between; padding: 25px 0 23px; }
.pricing-home .hp-price {
  display: flex;
  align-items: baseline;
  margin: 0;
  font: 900 clamp(72px, 8.7cqw, 114px)/.96 var(--hp-display);
  letter-spacing: -.055em;
  white-space: nowrap;
}
.pricing-home .hp-card--production .hp-price { color: var(--hp-red); }
.pricing-home .hp-price .hp-percent { margin-left: .01em; font-size: .52em; letter-spacing: -.03em; }
.pricing-home .hp-price--custom { font-size: clamp(48px, 5.9cqw, 78px); min-height: .96em; font-style: italic; letter-spacing: -.04em; }
.pricing-home .hp-price-unit { margin: 10px 0 0; color: #535149; font-size: 13px; line-height: 1.4; }
.pricing-home .hp-description { margin: 0; font-size: 15px; line-height: 1.6; color: #44413b; }
.pricing-home .hp-benefits {
  display: grid;
  gap: 13px;
  margin: 24px 0 28px;
  padding: 21px 0 0;
  border-top: 2px solid var(--hp-ink);
  list-style: none;
  font-size: 13px;
  line-height: 1.4;
}
.pricing-home .hp-benefits li { position: relative; padding-left: 22px; }
.pricing-home .hp-benefits li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid var(--hp-ink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.pricing-home .hp-benefits--fees li::before {
  width: 11px;
  height: 11px;
  border: 0;
  transform: none;
  background: linear-gradient(var(--hp-red), var(--hp-red)) center / 2px 100% no-repeat,
    linear-gradient(var(--hp-red), var(--hp-red)) center / 100% 2px no-repeat;
}
.pricing-home .hp-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  margin-top: auto;
  padding: 14px 15px;
  border: 2px solid var(--hp-ink);
  background: #fffef9;
  box-shadow: 3px 3px 0 var(--hp-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--hp-ink);
}
.pricing-home .hp-button span { font-size: 24px; line-height: .75; }
.pricing-home .hp-button:hover { background: #eee9df; }
.pricing-home .hp-card--production .hp-button { background: var(--hp-red); color: #fff; }
.pricing-home .hp-card--production .hp-button:hover { background: #b3050e; }
.pricing-home .hp-card a:focus-visible { outline: 3px solid var(--hp-red); outline-offset: 5px; }
.pricing-home .hp-detail-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px 25px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #66635c;
  color: #e3e0dc;
  font-size: 13px;
  line-height: 1.6;
}
.pricing-home .hp-detail-bar p { margin: 0; }
.pricing-home .hp-detail-bar strong { color: #fff; }
.pricing-home .hp-detail-bar a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid #ebe7dd;
  box-shadow: 3px 3px 0 #ebe7dd;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.pricing-home .hp-detail-bar a:hover { background: #2a2926; }
@supports (grid-template-rows: subgrid) {
  /* Align prices, descriptions, benefits and buttons without fixed text heights. */
  .pricing-home .hp-card { display: grid; grid-row: span 5; grid-template-rows: subgrid; row-gap: 0; }
}
@container pricing-home (max-width: 780px) {
  .pricing-home .hp-plans { grid-template-columns: minmax(0,1fr); max-width: 580px; margin-inline: auto; gap: 24px; }
  .pricing-home .hp-card { display: flex; grid-row: auto; padding: 26px; }
  .pricing-home .hp-card h3 { font-size: 30px; }
  .pricing-home .hp-price { font-size: 96px; }
  .pricing-home .hp-price--custom { font-size: 72px; }
  .pricing-home .hp-price-block { padding-block: 21px; }
  .pricing-home .hp-benefits { margin-top: 22px; margin-bottom: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-home *, .gm-scene * { scroll-behavior: auto; }
}
@media print {
  .pricing-home .hp-card { break-inside: avoid; print-color-adjust: exact; }
  .pricing-home .hp-detail-bar { color: #111; }
}
