@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-variable.woff2) format("woff2");
}
:root {
  color-scheme: light;
  --paper: #f3f6fc;
  --paper-deep: #e6edf8;
  --surface: #fff;
  --surface-soft: #f5f8fd;
  --ink-strong: #102544;
  --ink: #263e60;
  --muted: #526781;
  --muted-soft: #62728b;
  --line: #d7e0ed;
  --line-strong: #b8c8df;
  --blue: #254fe6;
  --blue-deep: #153aba;
  --blue-soft: #eef2ff;
  --sky: #a8dbff;
  --dark: #142b4f;
  --dark-soft: #203d66;
  --container: 1320px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 1rem;
}
p,
h1,
h2,
h3,
h4,
figure,
ul,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--ink-strong);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(2.5rem, 4.3vw, 4rem);
}
h3 {
  font-size: 1.5rem;
}
em {
  font-style: normal;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
summary {
  touch-action: manipulation;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.nest-section :focus-visible,
.download-panel :focus-visible {
  outline-color: var(--sky);
}
[hidden] {
  display: none !important;
}
.container {
  width: min(calc(100% - 80px), var(--container));
  margin-inline: auto;
}
section[id] {
  scroll-margin-top: 100px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--ink-strong);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 92px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  width: 40px;
  display: grid;
  place-items: center;
}
.brand-mark img {
  width: 38px;
}
.brand-copy {
  display: grid;
  gap: 4px;
}
.brand-name {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}
.brand-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: var(--muted);
  line-height: 1.3;
}
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links {
  margin-left: auto;
}
.nav-links a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.nav-links a:hover,
.nav-link[aria-current="page"] {
  color: var(--blue);
}
.nav-actions {
  gap: 12px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.3;
  transition:
    background 0.18s,
    transform 0.18s;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
}
.button span[aria-hidden] {
  font-size: 1.2em;
}
.button-primary {
  background: var(--blue);
  color: #fff;
}
.button-primary:hover {
  background: var(--blue-deep);
}
.button-secondary {
  border-color: var(--line-strong);
  background: transparent;
}
.button-ghost {
  padding-inline: 8px;
  color: var(--muted);
}
.button-lg {
  min-height: 56px;
  padding: 17px 25px;
  font-size: 1rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link span {
  font-size: 1.15em;
}
.eyebrow,
.section-number,
.card-kicker {
  font-family: "Cascadia Mono", Consolas, monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.055em;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background: #327ec8;
}
.mobile-nav {
  display: none;
  position: relative;
}
.mobile-nav summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 0.9375rem;
  min-height: 44px;
  padding: 8px;
}
.mobile-nav summary::-webkit-details-marker {
  display: none;
}
.mobile-nav summary::after {
  content: "☰";
  font-size: 1.25rem;
}
.mobile-nav[open] summary::after {
  content: "×";
  font-size: 1.5rem;
}
.mobile-nav-panel {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  min-width: 260px;
  max-width: calc(100vw - 40px);
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  padding: 16px;
  background: var(--paper);
  box-shadow: 0 12px 30px #142b4f14;
}
.mobile-nav-panel a {
  display: block;
  padding: 10px 12px;
  min-height: 44px;
  text-decoration: none;
  font-size: 0.9375rem;
}
.mobile-nav-panel .button {
  margin-top: 6px;
  color: white;
}
.hero {
  padding: 86px 0 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 46px;
}
.hero-copy {
  padding-bottom: 20px;
}
.hero h1 {
  font-size: clamp(3rem, 4.9vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin-top: 26px;
}
.hero h1 em {
  color: var(--blue);
}
.hero-lede {
  font-size: 1.125rem;
  line-height: 1.65;
  max-width: 460px;
  margin-top: 26px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 16px;
}
.hero-visual {
  min-width: 0;
  padding-top: 14px;
}
.proof-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.proof-label .eyebrow {
  font-size: 0.75rem;
}
.visual-index {
  font-family: Consolas, monospace;
  font-size: 0.75rem;
  color: var(--muted);
}
.product-screen {
  display: block;
  border: 6px solid #233a5a;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 22px 45px #1025441a;
}
.product-screen img {
  width: 100%;
  height: auto;
}
.hero-visual figcaption {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 0.75rem;
  color: var(--muted);
}
.hero-visual figcaption strong {
  color: var(--ink-strong);
}
.hero-visual figcaption a {
  max-width: 175px;
  text-align: right;
  text-decoration: none;
}
.hero-visual figcaption a:hover {
  text-decoration: underline;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--line);
  margin-top: 80px;
  padding: 25px 0;
  font-size: 0.875rem;
  color: var(--muted);
}
.hero-bottom ul {
  display: flex;
  gap: 40px;
  padding: 0;
  list-style: none;
}
.hero-bottom li::before {
  content: "↗";
  margin-right: 12px;
  color: var(--blue);
}
.section {
  padding: 110px 0;
}
.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 58px;
}
.section-header > .eyebrow {
  padding-top: 10px;
}
.section-intro {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-top: 24px;
  max-width: 640px;
}
.pains {
  border-top: 1px solid var(--line);
  background: #fff;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pain-grid article {
  padding: 0 36px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pain-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}
.pain-grid article:last-child {
  padding-right: 0;
}
.section-number {
  color: var(--muted);
}
.pain-grid h3 {
  margin-top: 30px;
  font-size: 1.85rem;
  line-height: 1.18;
}
.pain-grid p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 18px 0 26px;
  max-width: 350px;
}
.pain-grid .text-link {
  margin-top: auto;
  font-size: 0.875rem;
}
.nest-section {
  padding: 95px 0 0;
  background: var(--dark);
  color: #d6e5f7;
}
.nest-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 55px;
}
.nest-copy > .eyebrow {
  color: var(--sky);
}
.nest-copy h2 {
  color: #fff;
  font-size: clamp(2.5rem, 3.8vw, 3.55rem);
  margin-top: 24px;
}
.nest-copy h2 em {
  color: var(--sky);
}
.nest-copy > p:not(.eyebrow):not(.proof-note) {
  margin-top: 24px;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.nest-stat {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 29px 0 18px;
}
.nest-stat > strong {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 550;
  color: var(--sky);
}
.nest-stat > span {
  font-size: 1rem;
  line-height: 1.5;
}
.proof-note {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #bccde5;
  max-width: 350px;
}
.nest-copy .text-link {
  margin-top: 24px;
  color: #fff;
  font-size: 0.875rem;
}
.nesting-proof {
  align-self: center;
  min-width: 0;
}
.sheet-measure {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 15px;
  font-size: 0.8125rem;
  font-family: Consolas, monospace;
  border-bottom: 1px solid #526d94;
  margin-bottom: 18px;
}
.sheet-measure span:nth-child(2) {
  flex: 1;
  text-align: center;
}
.nesting-proof img {
  width: 100%;
}
.nesting-proof figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.75rem;
  margin-top: 17px;
  color: #d6e5f7;
}
.nest-foot {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  margin-top: 8px;
  border-top: 1px solid #48658b;
  font-size: 0.875rem;
}
.nest-foot a {
  color: var(--sky);
  font-weight: 600;
  text-decoration: none;
}
.nest-foot a:hover {
  text-decoration: underline;
}
.artwork-section {
  background: #fff;
}
.artwork-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.artwork-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  background: var(--surface-soft);
}
.artwork-copy {
  padding: 30px 30px 26px;
}
.artwork-copy .card-kicker {
  color: var(--blue);
}
.artwork-copy h3 {
  margin-top: 15px;
  font-size: 1.65rem;
  line-height: 1.2;
}
.artwork-copy p:last-child {
  margin-top: 15px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.comparison-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  background: #e8edf5;
}
.comparison-before,
.comparison-after {
  position: relative;
  min-width: 0;
}
.comparison-images img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.split-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #f6f9ff;
  padding: 7px 10px;
  color: var(--ink-strong);
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #bed0e7;
}
.alpha-checker {
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #e4eaf3 25%, transparent 25%),
    linear-gradient(-45deg, #e4eaf3 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e4eaf3 75%),
    linear-gradient(-45deg, transparent 75%, #e4eaf3 75%);
  background-size: 20px 20px;
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0;
}
.comparison.is-interactive .comparison-images {
  display: block;
  aspect-ratio: 1.45;
}
.comparison.is-interactive .comparison-after {
  height: 100%;
}
.comparison.is-interactive .comparison-before {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--reveal, 50%)) 0 0);
}
.comparison.is-interactive .comparison-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--surface-soft);
}
.comparison.is-interactive .alpha-checker img {
  background: transparent;
}
.comparison.is-interactive .comparison-before:has(img[src*="halftone"]) {
  background: inherit;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #e4eaf3 25%, transparent 25%),
    linear-gradient(-45deg, #e4eaf3 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e4eaf3 75%),
    linear-gradient(-45deg, transparent 75%, #e4eaf3 75%);
  background-size: 20px 20px;
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0;
}
.comparison.is-interactive .comparison-images::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--reveal, 50%);
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px #10254440;
  pointer-events: none;
}
.comparison.is-interactive .comparison-after .split-label {
  left: auto;
  right: 12px;
}
.comparison-control {
  padding: 17px 26px 4px;
  display: grid;
  gap: 8px;
}
.comparison-control label {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 600;
}
.comparison-control input {
  width: 100%;
  margin: 0;
  min-height: 30px;
  accent-color: var(--blue);
  cursor: ew-resize;
}
.comparison figcaption {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--muted);
  padding: 20px 26px 25px;
}
.evidence-source {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 24px;
  text-align: right;
}
.evidence-source a {
  margin-left: 5px;
}
.workflow-section {
  border-block: 1px solid var(--line);
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.workflow-step {
  padding: 0 28px;
  border-left: 1px solid var(--line);
}
.workflow-step:first-child {
  padding-left: 0;
  border: 0;
}
.workflow-step:last-child {
  padding-right: 0;
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-family: Consolas, monospace;
  font-size: 0.875rem;
  color: var(--blue);
}
.workflow-step h3 {
  font-size: 1.55rem;
  margin-top: 28px;
}
.workflow-step p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 16px;
}
.workflow-foot {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-top: 45px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.workflow-foot p {
  max-width: 660px;
  font-size: 0.9375rem;
  color: var(--muted);
}
.workflow-foot .text-link {
  flex-shrink: 0;
}
.first-order {
  background: #e6f0ff;
}
.start-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.start-grid h2 {
  font-size: clamp(3rem, 5vw, 4.75rem);
  margin-top: 24px;
}
.start-grid h2 em {
  color: #285fba;
}
.start-grid .section-intro {
  max-width: 480px;
}
.start-grid .button {
  margin-top: 28px;
}
.trial-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}
.trial-steps li {
  display: flex;
  gap: 25px;
  padding: 32px 0;
  border-top: 1px solid #b6ccec;
}
.trial-steps li:last-child {
  border-bottom: 1px solid #b6ccec;
}
.trial-steps li > span {
  font-family: Consolas, monospace;
  font-size: 0.875rem;
  color: #285fba;
  padding-top: 3px;
}
.trial-steps h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.trial-steps p {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 12px;
  max-width: 415px;
}
.compatibility-section {
  background: #fff;
}
.compatibility-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
}
.compatibility-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}
.compatibility-table caption {
  text-align: left;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 15px;
}
.compatibility-table th,
.compatibility-table td {
  text-align: left;
  padding: 19px 20px;
  border-bottom: 1px solid var(--line);
}
.compatibility-table thead {
  background: var(--paper);
  font-size: 0.8125rem;
}
.compatibility-table tbody th {
  font-weight: 600;
  color: var(--ink-strong);
}
.compatibility-help {
  border-left: 3px solid var(--blue);
  padding: 5px 0 5px 32px;
  align-self: center;
}
.compatibility-help h3 {
  font-size: 1.7rem;
  line-height: 1.2;
}
.compatibility-help p {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 20px;
}
.compatibility-help .text-link {
  margin-top: 23px;
  font-size: 0.9375rem;
}
.compatibility-help .compatibility-note {
  font-size: 0.8125rem;
}
.faq-section {
  border-top: 1px solid var(--line);
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 100px;
}
.faq-layout h2 {
  margin-top: 22px;
}
.faq-layout > div > .text-link {
  margin-top: 30px;
  color: var(--muted);
}
.faq-item {
  border-top: 1px solid var(--line-strong);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--line-strong);
}
.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 23px 45px 23px 0;
  font-size: 1.0625rem;
  color: var(--ink-strong);
  font-weight: 600;
  line-height: 1.5;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 21px;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--blue);
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-answer {
  padding: 0 35px 26px 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.faq-answer a {
  color: var(--blue-deep);
}
.download-section {
  padding: 30px 0 75px;
}
.download-panel {
  padding: 64px;
  background: var(--dark);
  color: #d6e5f7;
  border-radius: 7px;
}
.download-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 40px;
}
.download-head .eyebrow {
  color: var(--sky);
  font-size: 0.75rem;
}
.download-head h2 {
  font-size: clamp(2.4rem, 3.7vw, 3.4rem);
  color: #fff;
  margin-top: 20px;
}
.download-head em {
  color: var(--sky);
}
.download-head > p {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 4px;
}
.download-head > p strong {
  font-weight: 600;
  color: #fff;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.download-card {
  background: var(--dark-soft);
  border: 1px solid #48658b;
  padding: 27px;
  border-radius: 4px;
}
.download-card-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.download-card h3 {
  font-size: 1.6rem;
  color: #fff;
}
.platform-meta {
  font-size: 0.875rem;
  color: #c7d8ee;
  margin-top: 7px;
}
.platform-icon {
  font-family: Consolas, monospace;
  font-size: 0.8125rem;
  color: var(--sky);
}
.download-card .button {
  background: var(--sky);
  color: var(--dark);
  width: 100%;
  margin-top: 24px;
}
.download-card .button:hover {
  background: #cfebff;
}
.mirror-link {
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 16px;
  color: #d6e5f7;
}
.activation-panel {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #48658b;
  margin-top: 30px;
  padding-top: 27px;
}
.activation-icon {
  font-family: Consolas, monospace;
  color: var(--sky);
  white-space: nowrap;
}
.activation-panel strong {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
}
.activation-panel p {
  font-size: 0.875rem;
  color: #c7d8ee;
  line-height: 1.7;
  margin-top: 6px;
}
.activation-panel a {
  color: #fff;
}
.config-section {
  display: grid;
  gap: 22px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #48658b;
}
.config-section h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
}
.config-section p {
  font-size: 0.875rem;
  color: #c7d8ee;
  margin-top: 10px;
}
.config-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.config-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.config-card h4 {
  font-size: 1.125rem;
  color: var(--ink);
}
.config-card .config-meta {
  font-size: 0.8125rem;
  color: var(--muted);
}
.config-card .button {
  width: 100%;
  margin-top: 18px;
  font-size: 0.875rem;
  gap: 12px;
}
.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 60px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 50px;
}
.footer-brand-copy {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 20px;
}
.footer-column h2 {
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 650;
  margin-bottom: 20px;
}
.footer-column a,
.footer-column span {
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 10px;
  text-decoration: none;
}
.footer-column a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 55px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.8125rem;
}
.back-top {
  text-decoration: none;
}
.announcement {
  background: #e6f0ff;
  font-size: 0.8125rem;
  border-bottom: 1px solid var(--line);
}
.announcement .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding-block: 5px;
}
.announcement-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #327ec8;
  flex-shrink: 0;
}
.announcement a {
  font-weight: 600;
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.guide-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
}
.guide-card h2,
.guide-card h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 20px;
}
.guide-card p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1rem;
}
.guide-card-link {
  color: var(--blue-deep);
  font-weight: 600;
  font-size: 0.9375rem;
}
.guide-card:hover {
  border-color: var(--blue);
}
/* Secondary pages */

.page-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: 78px 0 70px;
}

.page-hero-inner {
  max-width: 860px;
}

.page-hero h1 {
  margin-top: 17px;
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: 1.02;
}

.page-hero p {
  max-width: 740px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.page-section {
  padding: 76px 0 102px;
}

.page-section.section-soft {
  background: var(--paper);
}

.guides-page .guide-card {
  min-height: 330px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(205px, 0.32fr) minmax(0, 0.92fr);
  align-items: start;
  gap: 66px;
}

.article-sidebar {
  position: sticky;
  top: 132px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
  padding: 22px;
}

.article-sidebar h2 {
  margin-top: 10px;
  color: var(--ink-strong);
  font-size: 21px;
  font-weight: 740;
  letter-spacing: -0.03em;
}

.article-sidebar p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
}

.article-toc {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.article-toc a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 660;
  text-decoration: none;
}

.article-toc a:hover {
  color: var(--blue-deep);
}

.article-body {
  max-width: 820px;
}

.article-body .lede {
  margin-bottom: 34px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.72;
}

.article-body h2 {
  margin: 48px 0 14px;
  scroll-margin-top: 132px;
  color: var(--ink-strong);
  font-size: 31px;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.article-body h3 {
  margin: 29px 0 10px;
  color: var(--ink-strong);
  font-size: 21px;
}

.article-body p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.82;
}

.article-body a {
  color: var(--blue-deep);
  font-weight: 660;
  text-underline-offset: 3px;
}

.article-body code {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #edf0f3;
  padding: 2px 6px;
  color: var(--ink);
  font-family: "Cascadia Mono", Consolas, monospace;
  font-size: 0.82em;
}

.article-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin: 33px 0 41px;
}

.article-step {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  padding: 18px;
}

.article-step h3 {
  margin: 12px 0 7px;
  font-size: 16px;
}

.article-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.article-callout,
.source-note {
  border: 1px solid #bed0f2;
  border-radius: 10px;
  background: var(--blue-soft);
  color: #304c7b;
}

.article-callout {
  margin: 34px 0;
  padding: 21px;
  font-size: 13px;
}

.article-next {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.article-next a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 11px;
  text-decoration: none;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1fr);
  gap: 17px;
}

.legal-card,
.credit-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 29px;
}

.legal-card h2,
.credit-card h2 {
  margin-top: 11px;
  color: var(--ink-strong);
  font-size: 27px;
  font-weight: 740;
  letter-spacing: -0.035em;
}

.legal-card p,
.credit-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.legal-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.legal-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.32fr) 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.legal-row:first-child {
  padding-top: 0;
}

.legal-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-row dt {
  color: var(--muted-soft);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-row dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.legal-row a,
.credit-card a {
  color: var(--blue-deep);
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.credit-card a {
  display: inline-block;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 750;
  text-underline-offset: 3px;
}

.source-note {
  margin-top: 18px;
  padding: 17px 19px;
  font-size: 12px;
}

.legal-privacy {
  grid-column: 1 / -1;
  margin-top: 0;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 166px);
  place-items: center;
  background: var(--paper);
  padding: 80px 0;
}

.not-found-card {
  max-width: 680px;
  text-align: center;
}

.not-found-code {
  color: var(--blue);
  font-size: clamp(72px, 16vw, 150px);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.not-found h1 {
  margin-top: 28px;
  color: var(--ink-strong);
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -0.045em;
}

.not-found p {
  margin: 14px 0 28px;
  color: var(--muted);
}

/* Compatibility classes retained for source/evidence pages. */

.app-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.app-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 12px 15px;
  color: var(--muted);
  font-size: 10px;
}

.feature-list,
.outcome-list,
.trust-list {
  display: grid;
  gap: 9px;
  padding-left: 19px;
  color: var(--muted);
}

/* The shared reading surface uses the same readable type scale as the landing page. */
.article-sidebar p,
.article-toc a,
.article-next a,
.credit-card a,
.article-callout,
.source-note {
  font-size: 0.875rem;
}
.article-step p {
  font-size: 0.9375rem;
}
.legal-row dt {
  font-size: 0.8125rem;
}
.legal-card p,
.credit-card p {
  font-size: 1rem;
}
.article-next a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.article-body ul,
.article-body ol {
  padding-left: 23px;
  margin-block: 20px;
  color: var(--muted);
}
.article-body li {
  margin-top: 10px;
}
.article-toc a {
  min-height: 32px;
  display: block;
  padding-block: 3px;
}
.page-hero {
  background: var(--paper);
}
.page-hero h1 {
  font-weight: 650;
}
.article-layout {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.92fr);
}
.article-flow {
  grid-template-columns: 1fr 1fr;
}
.article-sidebar {
  top: 120px;
}
.page-hero-inner {
  margin-inline: auto;
}
.guide-featured {
  grid-column: 1/-1;
  background: #e6f0ff;
  min-height: 0 !important;
}
.guide-featured h2 {
  max-width: 700px;
}
.guide-featured p {
  max-width: 760px;
}
@media (min-width: 1700px) {
  .hero-grid {
    gap: 70px;
  }
  .hero h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 48px);
  }
  .nav-shell {
    gap: 20px;
  }
  .nav-links,
  .nav-actions {
    gap: 18px;
  }
  .nav-links a {
    font-size: 0.8125rem;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 4.8vw, 3.7rem);
  }
  .hero-lede {
    font-size: 1.0625rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 0.875rem;
  }
  .hero-visual figcaption {
    flex-direction: column;
    gap: 5px;
  }
  .hero-visual figcaption a {
    text-align: left;
    max-width: none;
  }
  .section {
    padding: 88px 0;
  }
  .section-header {
    grid-template-columns: 0.8fr 1.5fr;
    gap: 35px;
  }
  .pain-grid article {
    padding-inline: 25px;
  }
  .pain-grid h3 {
    font-size: 1.65rem;
  }
  .nest-grid {
    gap: 35px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .nest-copy h2 {
    font-size: 2.8rem;
  }
  .artwork-copy {
    padding: 26px;
  }
  .artwork-copy h3 {
    font-size: 1.45rem;
  }
  .workflow-step {
    padding-inline: 20px;
  }
  .workflow-step h3 {
    font-size: 1.35rem;
  }
  .start-grid,
  .faq-layout {
    gap: 60px;
  }
  .compatibility-grid {
    gap: 45px;
  }
  .download-panel {
    padding: 45px;
  }
  .footer-grid {
    gap: 30px;
  }
  .article-layout {
    gap: 40px;
  }
  .credit-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 0;
  }
  .container {
    width: calc(100% - 40px);
  }
  .nav-shell {
    min-height: 78px;
  }
  .nav-links,
  .nav-actions .button-ghost {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
  }
  .mobile-nav {
    display: block;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero-copy {
    max-width: 650px;
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(3.25rem, 8vw, 5rem);
  }
  .hero-lede {
    max-width: 580px;
    font-size: 1.125rem;
  }
  .hero-visual {
    padding: 0;
    max-width: 760px;
  }
  .hero-visual figcaption {
    flex-direction: row;
  }
  .hero-bottom {
    margin-top: 45px;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-bottom ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .section-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-header > .eyebrow {
    padding: 0;
  }
  .pain-grid h3 {
    font-size: 1.45rem;
  }
  .pain-grid article {
    padding-inline: 20px;
  }
  .pain-grid p {
    font-size: 0.9375rem;
  }
  .pain-grid .text-link {
    font-size: 0.8125rem;
  }
  .nest-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .nest-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
  }
  .nest-copy > .eyebrow,
  .nest-copy h2,
  .nest-copy > p:not(.proof-note),
  .nest-copy > .text-link {
    grid-column: 1;
  }
  .nest-copy h2 {
    font-size: 3rem;
  }
  .nest-stat {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin: 0;
  }
  .nest-copy > .proof-note {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
  }
  .nest-copy .text-link {
    margin-top: 22px;
  }
  .nesting-proof {
    max-width: 760px;
  }
  .nest-foot {
    margin-top: 0;
  }
  .artwork-grid {
    gap: 22px;
  }
  .artwork-copy {
    padding: 24px 20px;
  }
  .artwork-copy p:last-child {
    font-size: 0.9375rem;
  }
  .artwork-copy h3 {
    font-size: 1.5rem;
  }
  .comparison figcaption {
    padding: 18px 20px;
  }
  .comparison-control {
    padding-inline: 20px;
  }
  .comparison.is-interactive .comparison-images {
    aspect-ratio: 1.1;
  }
  .workflow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 0;
  }
  .workflow-step:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
  .workflow-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .start-grid {
    gap: 40px;
  }
  .start-grid h2 {
    font-size: 3.3rem;
  }
  .trial-steps li {
    gap: 15px;
  }
  .compatibility-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .compatibility-help {
    max-width: 650px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .download-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .config-section {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-column:last-child {
    grid-column: 2/4;
  }
  .article-layout,
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .article-toc {
    grid-template-columns: 1fr 1fr;
  }
  .article-body {
    max-width: 100%;
  }
  .page-hero {
    padding: 60px 0;
  }
  .page-hero h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
  .container {
    width: calc(100% - 40px);
  }
  .nav-shell {
    gap: 12px;
    min-height: 72px;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 29px;
  }
  .brand-name {
    font-size: 1.35rem;
  }
  .brand-tagline {
    font-size: 0.75rem;
  }
  .nav-actions {
    display: none;
  }
  .hero {
    padding-top: 45px;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 10.2vw, 3.6rem);
    margin-top: 23px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
  }
  .hero-lede {
    font-size: 1rem;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 26px;
  }
  .hero-actions .button {
    padding-inline: 20px;
  }
  .hero-actions .text-link {
    font-size: 0.875rem;
    gap: 6px;
  }
  .hero-note {
    font-size: 0.8125rem;
  }
  .hero-grid {
    gap: 35px;
  }
  .proof-label {
    gap: 10px;
  }
  .proof-label .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .visual-index {
    font-size: 0.75rem;
  }
  .hero-visual figcaption {
    font-size: 0.75rem;
    flex-direction: column;
  }
  .hero-bottom {
    margin-top: 38px;
    padding: 20px 0;
    display: block;
    font-size: 0.8125rem;
  }
  .hero-bottom ul {
    margin-top: 12px;
    gap: 10px 18px;
  }
  .hero-bottom li::before {
    margin-right: 6px;
  }
  .section {
    padding: 65px 0;
  }
  .section-header {
    gap: 18px;
    margin-bottom: 36px;
  }
  .section-intro {
    font-size: 1rem;
    margin-top: 20px;
  }
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .pain-grid article,
  .pain-grid article:first-child,
  .pain-grid article:last-child {
    border-left: 0;
    padding: 28px 0;
    border-top: 1px solid var(--line);
  }
  .pain-grid article:last-child {
    padding-bottom: 0;
  }
  .pain-grid h3 {
    font-size: 1.8rem;
    margin-top: 18px;
  }
  .pain-grid h3 br {
    display: none;
  }
  .pain-grid p {
    font-size: 1rem;
    margin: 15px 0 20px;
    max-width: none;
  }
  .pain-grid .text-link {
    font-size: 0.9375rem;
  }
  .section-number {
    font-size: 0.75rem;
  }
  .nest-section {
    padding-top: 65px;
  }
  .nest-grid {
    gap: 30px;
  }
  .nest-copy {
    display: block;
  }
  .nest-copy h2 {
    font-size: 2.6rem;
    margin-top: 22px;
  }
  .nest-copy > p:not(.eyebrow):not(.proof-note) {
    font-size: 1rem;
    margin-top: 20px;
  }
  .nest-stat {
    margin: 28px 0 20px;
  }
  .nest-stat > strong {
    font-size: 4.7rem;
  }
  .proof-note {
    font-size: 0.8125rem;
  }
  .nesting-proof figcaption {
    flex-direction: column;
    gap: 5px;
    font-size: 0.75rem;
  }
  .nest-foot {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 22px;
    gap: 12px;
    font-size: 0.875rem;
  }
  .sheet-measure {
    font-size: 0.75rem;
  }
  .artwork-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .artwork-copy {
    padding: 25px;
  }
  .artwork-copy h3 {
    font-size: 1.5rem;
  }
  .artwork-copy p:last-child {
    font-size: 1rem;
  }
  .comparison.is-interactive .comparison-images {
    aspect-ratio: 1.2;
  }
  .comparison-control {
    padding-inline: 22px;
  }
  .comparison figcaption {
    padding-inline: 22px;
  }
  .split-label {
    font-size: 0.75rem;
    padding: 5px 7px;
    left: 8px;
    bottom: 8px;
  }
  .evidence-source {
    text-align: left;
    line-height: 1.7;
  }
  .workflow-grid {
    gap: 30px 0;
  }
  .workflow-step {
    padding-inline: 16px;
  }
  .workflow-step h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 20px;
  }
  .workflow-step p {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
  .workflow-foot {
    margin-top: 30px;
  }
  .start-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .start-grid h2 {
    font-size: 3rem;
  }
  .trial-steps li {
    gap: 22px;
    padding: 25px 0;
  }
  .trial-steps h3 {
    font-size: 1.4rem;
  }
  .compatibility-table th,
  .compatibility-table td {
    padding: 16px 12px;
    font-size: 0.9375rem;
  }
  .compatibility-help {
    padding-left: 24px;
  }
  .compatibility-help h3 {
    font-size: 1.6rem;
  }
  .compatibility-help .text-link {
    font-size: 0.875rem;
  }
  .faq-layout h2 {
    margin-top: 20px;
  }
  .faq-item summary {
    font-size: 1rem;
    padding-block: 22px;
  }
  .faq-answer {
    font-size: 0.9375rem;
    padding-right: 15px;
  }
  .download-section {
    padding: 0 0 50px;
  }
  .download-panel {
    padding: 32px 23px;
    border-radius: 5px;
  }
  .download-head {
    gap: 20px;
    margin-bottom: 28px;
  }
  .download-head h2 {
    font-size: 2.15rem;
  }
  .download-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .download-card {
    padding: 23px 20px;
  }
  .download-card .button {
    font-size: 0.9375rem;
    gap: 12px;
  }
  .activation-panel {
    display: block;
  }
  .activation-icon {
    display: block;
    margin-bottom: 12px;
  }
  .activation-panel p {
    font-size: 0.875rem;
  }
  .config-grid {
    grid-template-columns: 1fr;
  }
  .config-card {
    padding: 23px 20px;
  }
  .config-section {
    gap: 23px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-column:last-child {
    grid-column: auto;
  }
  .footer-column h2 {
    font-size: 0.8125rem;
    margin-bottom: 14px;
  }
  .footer-column a,
  .footer-column span {
    font-size: 0.875rem;
  }
  .footer-bottom {
    font-size: 0.75rem;
    margin-top: 35px;
    align-items: flex-start;
  }
  .announcement .container {
    font-size: 0.75rem;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding-block: 8px;
  }
  .announcement-dot {
    display: none;
  }
  .guide-grid {
    grid-template-columns: 1fr;
  }
  .guide-card {
    padding: 25px;
    min-height: 0 !important;
  }
  .guide-card h2 {
    font-size: 1.6rem;
  }
  .page-hero h1 {
    font-size: 2.6rem;
  }
  .page-hero {
    padding: 45px 0;
  }
  .page-hero p {
    font-size: 1rem;
  }
  .page-section {
    padding: 45px 0 65px;
  }
  .article-toc {
    grid-template-columns: 1fr;
  }
  .article-flow {
    grid-template-columns: 1fr;
  }
  .article-body .lede {
    font-size: 1.125rem;
  }
  .article-body h2 {
    font-size: 1.8rem;
  }
  .article-body p {
    font-size: 1rem;
  }
  .credit-grid,
  .legal-row {
    grid-template-columns: 1fr;
  }
  .legal-row {
    gap: 8px;
  }
  .credit-card,
  .legal-card {
    padding: 24px;
  }
  .not-found h1 {
    font-size: 2.3rem;
  }
  .not-found .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .workflow-step,
  .workflow-step:first-child,
  .workflow-step:nth-child(3),
  .workflow-step:last-child {
    padding: 0;
    border: 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}

/* Direct Print: a workflow diagram, not a simulated product screen. */
.prep-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 35px;
  padding: 32px 0;
  border-block: 1px solid var(--line);
}
.prep-extra h3 { font-size:1.65rem; line-height:1.2; margin-top:15px; }
.prep-extra > div > p:not(.eyebrow) { color:var(--muted); font-size:1rem; }
.prep-extra .text-link { margin-top:18px; color:var(--blue-deep); }
@media(max-width:750px) { .prep-extra { grid-template-columns:1fr; gap:20px; } }
.guides-page .guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .guides-page .guide-grid {
    grid-template-columns: 1fr;
  }
}
.direct-section {
  background: #e7f1ff;
  border-top: 1px solid var(--line);
}
.direct-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 65px;
  align-items: end;
}
.direct-heading h2 {
  margin-top: 22px;
}
.direct-heading h2 em {
  color: var(--blue);
}
.direct-heading .section-intro {
  margin: 0;
  max-width: 470px;
  padding-bottom: 4px;
}
.direct-route {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: center;
  gap: 36px;
  margin: 48px 0 45px;
  padding: 40px 50px;
  border: 1px solid #b9cfed;
  border-radius: 6px;
  background: #f6faff;
}
.route-origin,
.route-printer {
  display: grid;
  gap: 12px;
}
.route-printer {
  text-align: right;
}
.route-kicker {
  font:
    0.75rem/1.5 Consolas,
    monospace;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.route-origin strong,
.route-printer strong {
  color: var(--ink-strong);
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.route-origin > span:last-child,
.route-printer > span:last-child {
  font-size: 0.875rem;
  color: var(--muted);
}
.route-connection {
  text-align: center;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 650;
}
.route-line {
  position: relative;
  height: 42px;
  font-size: 2.4rem;
  line-height: 38px;
  text-align: right;
}
.route-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  top: 22px;
  border-top: 2px solid #699ee6;
}
.route-connection small {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--muted);
}
.direct-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.direct-benefits .card-kicker {
  color: #285fba;
  font-size: 0.75rem;
}
.direct-benefits h3 {
  font-size: 1.65rem;
  line-height: 1.2;
  margin: 16px 0;
}
.direct-benefits article > p:last-child {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}
.direct-bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b9cfed;
  margin-top: 38px;
  padding-top: 25px;
}
.direct-bottom p {
  font-size: 0.875rem;
  max-width: 580px;
  color: var(--muted);
}
.direct-bottom .text-link {
  flex-shrink: 0;
  color: var(--blue-deep);
  font-size: 0.875rem;
}
.mode-group {
  border-top: 1px solid var(--line-strong);
}
.mode-group:last-child {
  border-bottom: 1px solid var(--line-strong);
}
.mode-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1rem;
  font-weight: 600;
  padding: 22px 4px;
  cursor: pointer;
}
.mode-group > summary span {
  margin-left: auto;
  flex-shrink: 0;
  color: var(--blue-deep);
  font-size: 0.8125rem;
  font-weight: 400;
}
.mode-group > summary::after {
  content: "+";
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 400;
}
.mode-group[open] > summary::after {
  content: "−";
}
.mode-group table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
  font-size: 0.9375rem;
}
.mode-group caption {
  text-align: left;
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 6px 0 15px;
}
.mode-group th,
.mode-group td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 11px 15px;
}
.mode-group th {
  background: var(--paper);
}
.article-body .mode-note {
  font-size: 0.875rem;
}
.compatibility-help .compatibility-mode-link {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .direct-heading {
    gap: 35px;
    grid-template-columns: 1.15fr 1fr;
  }
  .direct-heading h2 {
    font-size: 2.75rem;
  }
  .direct-route {
    padding: 32px;
    gap: 25px;
  }
  .direct-benefits {
    gap: 28px;
  }
  .direct-benefits h3 {
    font-size: 1.5rem;
  }
  .direct-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 750px) {
  .direct-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .direct-heading h2 {
    font-size: 2.5rem;
  }
  .direct-route {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px;
    margin: 32px 0;
  }
  .route-origin,
  .route-printer {
    text-align: center;
    gap: 8px;
  }
  .route-origin strong,
  .route-printer strong {
    font-size: 2rem;
  }
  .route-connection {
    padding: 8px 0;
  }
  .route-line {
    height: 35px;
    font-size: 0;
    text-align: center;
  }
  .route-line::before {
    display: none;
  }
  .route-line::after {
    content: "↓";
    font-size: 1.6rem;
    line-height: 35px;
  }
  .route-kicker {
    font-size: 0.75rem;
  }
  .direct-benefits {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .direct-benefits h3 br {
    display: none;
  }
  .direct-benefits h3 {
    font-size: 1.5rem;
    margin-top: 12px;
  }
  .direct-bottom .text-link {
    font-size: 0.875rem;
    flex-shrink: 1;
  }
  .mode-group > summary {
    font-size: 0.9375rem;
    gap: 12px;
  }
  .mode-group th,
  .mode-group td {
    padding-inline: 10px;
  }
}
