:root {
  --brand-blue: #0033a0;
  --brand-navy: #102f67;
  --brand-ice: #e8f1ff;
  --tech-green: #009640;
  --tech-pink: #e6007e;
  --navy: var(--brand-navy);
  --navy-2: #0b3da4;
  --navy-3: #08224f;
  --surface: oklch(97% 0.008 254);
  --surface-2: var(--brand-ice);
  --ink: oklch(17% 0.025 250);
  --ink-on-dark: oklch(96% 0.009 86);
  --muted: oklch(53% 0.026 250);
  --muted-dark: oklch(78% 0.018 250);
  --border: oklch(84% 0.018 250);
  --accent: var(--brand-blue);
  --green: oklch(55% 0.15 153);
  --foil: oklch(68% 0.105 252);
  --shadow: 0 22px 70px oklch(9% 0.025 252 / 38%);
  color-scheme: light;
  font-family: Montserrat, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.55;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--surface);
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px clamp(18px, 3vw, 44px);
  background: oklch(16% 0.045 252 / 84%);
  color: var(--ink-on-dark);
  border-bottom: 1px solid oklch(90% 0.01 252 / 18%);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark span {
  color: var(--brand-ice);
  font-size: 1.06rem;
}

.brand-mark small {
  color: var(--muted-dark);
  font-size: 0.73rem;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.nav-links a {
  position: relative;
  padding: 9px 10px;
  color: var(--muted-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  background: transparent;
  content: "";
}

.nav-links a.is-active,
.nav-links a:hover {
  color: var(--ink-on-dark);
}

.nav-links a.is-active::after {
  background: var(--accent);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.lang-toggle {
  display: inline-flex;
  min-height: 42px;
  padding: 4px;
  background: oklch(95% 0.01 86 / 10%);
  color: var(--ink-on-dark);
  border: 1px solid oklch(95% 0.01 86 / 16%);
  border-radius: 8px;
  cursor: pointer;
}

.lang-toggle span {
  display: grid;
  min-width: 34px;
  place-items: center;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
}

.lang-toggle:not(.is-en) span:first-child,
.lang-toggle.is-en span:last-child {
  background: var(--brand-blue);
}

.export-link {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 13px;
  border: 1px solid oklch(95% 0.01 86 / 18%);
  border-radius: 8px;
  color: var(--ink-on-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  min-height: 96svh;
  overflow: hidden;
  background: var(--brand-ice);
  color: var(--brand-navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 18% 50%;
  transform: scale(1.01);
  filter: saturate(1.03) contrast(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, oklch(90% 0.03 254 / 0%) 0%, oklch(97% 0.012 254 / 82%) 52%, oklch(97% 0.012 254 / 96%) 100%),
    linear-gradient(0deg, oklch(96% 0.012 254 / 78%) 0%, oklch(96% 0.012 254 / 0%) 40%);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(720px, calc(100% - 40px));
  margin: 0 clamp(24px, 6vw, 92px) 0 auto;
  padding: 128px 0 150px;
}

.eyebrow,
.section-kicker,
.print-label,
.material-specs span,
.type-notes span {
  max-width: 100%;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-family: Montserrat, "Segoe UI", system-ui, sans-serif;
  font-size: 7.6rem;
  font-weight: 900;
  line-height: 0.88;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

h2 {
  font-family: Montserrat, "Segoe UI", system-ui, sans-serif;
  font-size: 4.4rem;
  line-height: 0.96;
  letter-spacing: normal;
}

h3 {
  font-size: 2rem;
  line-height: 1.08;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: oklch(31% 0.055 254);
  font-size: 1.32rem;
}

.hero-actions,
.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: var(--ink-on-dark);
}

.button-secondary {
  background: oklch(98% 0.008 254 / 72%);
  color: var(--brand-navy);
  border: 1px solid oklch(70% 0.08 254 / 42%);
}

.spec-strip {
  position: absolute;
  right: clamp(18px, 3vw, 44px);
  bottom: 28px;
  left: clamp(18px, 3vw, 44px);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid oklch(70% 0.08 254 / 34%);
  border-radius: 8px;
  background: oklch(98% 0.01 254 / 54%);
  backdrop-filter: blur(14px);
}

.spec-strip div {
  padding: 18px;
  background: oklch(98% 0.008 254 / 78%);
}

.spec-strip dt {
  margin-bottom: 4px;
  color: oklch(43% 0.05 254);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.spec-strip dd {
  margin: 0;
  font-weight: 900;
  color: var(--brand-navy);
}

.section {
  padding: clamp(76px, 10vw, 148px) clamp(20px, 5vw, 72px);
}

.concept-section,
.visualization-section,
.type-section,
.close-section {
  background: var(--surface);
}

.concept-grid,
.visualization-grid,
.type-grid,
.handoff-grid,
.layouts-grid,
.print-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(30px, 6vw, 88px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

.section-kicker {
  max-width: 1240px;
  margin: 0 auto 24px;
}

.material-section .section-kicker,
.handoff-section .section-kicker,
.layouts-section .section-kicker,
.print-card .print-label,
.handoff-list span {
  color: var(--brand-ice);
}

.section-copy,
.visualization-grid > div > p,
.preview-copy,
.material-lead,
.handoff-grid p,
.type-notes p,
.print-layout > div > p,
.close-section p {
  color: var(--muted);
  font-size: 1.12rem;
}

.section-copy p,
.visualization-grid > div > p,
.material-lead p,
.preview-copy p,
.handoff-grid p,
.close-section p {
  max-width: 68ch;
}

.visualization-section {
  background:
    linear-gradient(180deg, var(--surface), var(--brand-ice));
}

.visualization-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}

.visualization-grid > div {
  max-width: 980px;
}

.mockup-frame {
  margin: 0;
}

.mockup-frame img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mockup-frame figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.material-section,
.handoff-section {
  background: var(--navy);
  color: var(--ink-on-dark);
}

.material-section h2,
.layouts-section h2,
.handoff-section h2,
.print-card h3 {
  color: var(--ink-on-dark);
}

.material-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 34px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 42px;
}

.material-lead h2 {
  max-width: 1050px;
}

.material-lead p,
.print-section p,
.handoff-section p {
  color: var(--muted-dark);
}

.paper-swatch {
  margin: 0;
  justify-self: end;
}

.paper-swatch img {
  width: 230px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 42% 48%;
  border: 1px solid oklch(94% 0.01 86 / 22%);
  border-radius: 50%;
  box-shadow: 0 18px 52px oklch(5% 0.02 252 / 35%);
}

.paper-swatch figcaption {
  max-width: 230px;
  margin-top: 12px;
  color: var(--muted-dark);
  font-size: 0.82rem;
  line-height: 1.3;
  text-align: center;
}

.material-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid oklch(94% 0.01 86 / 18%);
  border-bottom: 1px solid oklch(94% 0.01 86 / 18%);
}

.material-specs div {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid oklch(94% 0.01 86 / 18%);
}

.material-specs div:last-child {
  border-right: 0;
}

.material-specs strong {
  display: block;
  margin-top: 18px;
  font-size: 2rem;
  line-height: 1;
}

.material-build {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(240px, 0.42fr) minmax(280px, 1fr);
  gap: 22px;
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 24px;
  border: 1px solid oklch(94% 0.01 86 / 18%);
  border-radius: 8px;
  background: oklch(96% 0.012 254 / 8%);
  align-items: start;
}

.material-build span {
  color: var(--brand-ice);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.material-build strong {
  color: var(--ink-on-dark);
  font-size: 1.35rem;
  line-height: 1.08;
}

.material-build p {
  margin: 0;
  color: var(--muted-dark);
}

.source-note {
  max-width: 1240px;
  margin: 24px auto 0;
  color: var(--muted-dark);
  font-size: 0.95rem;
}

.print-section {
  background: var(--surface-2);
}

.print-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.print-tabs button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.print-tabs button.is-active {
  background: var(--brand-blue);
  color: var(--ink-on-dark);
  border-color: var(--brand-blue);
}

.print-card {
  min-height: 430px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--navy);
  color: var(--ink-on-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.print-card p {
  color: var(--muted-dark);
}

.finish-list {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.finish-list li {
  padding: 13px 0 13px 18px;
  border-top: 1px solid oklch(96% 0.012 86 / 16%);
  color: oklch(91% 0.01 86);
}

.finish-list li::marker {
  color: var(--accent);
}

.layouts-section {
  background: var(--brand-navy);
  color: var(--ink-on-dark);
}

.layouts-section p {
  color: var(--muted-dark);
}

.layouts-grid {
  grid-template-columns: 1fr;
}

.layouts-grid .preview-copy {
  max-width: 1040px;
}

.spot-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.spot-legend div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid oklch(96% 0.012 86 / 18%);
  border-radius: 8px;
  background: oklch(96% 0.012 86 / 8%);
}

.spot-legend p {
  margin: 0;
  color: var(--ink-on-dark);
  font-size: 0.95rem;
  line-height: 1.35;
}

.legend-swatch {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
}

.legend-swatch-green {
  background: var(--tech-green);
}

.legend-swatch-pink {
  background: var(--tech-pink);
}

.card-preview {
  margin: 0;
}

.card-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.card-preview img {
  width: 100%;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.card-preview figcaption {
  margin-top: 14px;
  color: var(--muted-dark);
  font-size: 0.95rem;
}

.type-notes {
  display: grid;
  gap: 22px;
  border-top: 1px solid var(--border);
}

.type-notes div {
  padding-top: 20px;
}

.type-notes p {
  margin-bottom: 0;
}

.handoff-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid oklch(96% 0.012 86 / 18%);
  border-radius: 8px;
  background: oklch(96% 0.012 86 / 12%);
}

.handoff-list div {
  display: grid;
  grid-template-columns: 44px minmax(120px, 0.6fr) 1fr;
  gap: 18px;
  padding: 22px;
  background: oklch(12% 0.035 252 / 70%);
}

.handoff-list span {
  color: var(--accent);
  font-weight: 900;
}

.handoff-list strong {
  font-size: 0.92rem;
}

.handoff-list p {
  margin: 0;
  font-size: 0.95rem;
}

.copy-button {
  margin-top: 18px;
}

.close-section {
  display: grid;
  min-height: 60svh;
  align-content: center;
  justify-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.close-section h2 {
  max-width: 900px;
}

.source-links {
  margin-top: 24px;
}

.source-links a {
  padding: 10px 0;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-weight: 900;
}

.footer-copyright {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-copyright a {
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid var(--accent);
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  h1 {
    font-size: 5.4rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  .hero-copy {
    font-size: 1.18rem;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .concept-grid,
  .visualization-grid,
  .type-grid,
  .handoff-grid,
  .layouts-grid,
  .print-layout {
    grid-template-columns: 1fr;
  }

  .material-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .material-lead {
    grid-template-columns: 1fr;
  }

  .paper-swatch {
    justify-self: start;
  }

  .material-specs div:nth-child(2) {
    border-right: 0;
  }

  .material-specs div:nth-child(-n + 2) {
    border-bottom: 1px solid oklch(94% 0.01 86 / 18%);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand-mark {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-mark small {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    display: none;
    justify-self: end;
    gap: 6px;
  }

  .lang-toggle,
  .export-link {
    min-height: 38px;
  }

  .export-link {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-image {
    object-position: 64% 50%;
  }

  .hero-content {
    width: auto;
    max-width: calc(100vw - 28px);
    margin-right: 14px;
    margin-left: 14px;
    padding: 138px 0 220px;
    overflow: visible;
  }

  h1 {
    max-width: calc(100vw - 28px);
    font-size: 2.75rem;
    line-height: 0.94;
    word-break: break-word;
    text-wrap: balance;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-copy {
    width: min(330px, 100%);
    max-width: calc(100vw - 28px);
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .spec-strip {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
  }

  .spec-strip div {
    padding: 12px 14px;
  }

  .section {
    padding: 70px 18px;
  }

  .material-specs {
    grid-template-columns: 1fr;
  }

  .material-specs div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid oklch(94% 0.01 86 / 18%);
  }

  .material-specs div:last-child {
    border-bottom: 0;
  }

  .material-build,
  .spot-legend,
  .card-pair {
    grid-template-columns: 1fr;
  }

  .print-card {
    min-height: auto;
  }

  .handoff-list div {
    grid-template-columns: 36px 1fr;
  }

  .handoff-list p {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  .site-header,
  .hero-actions,
  .print-tabs,
  .copy-button,
  .skip-link {
    display: none !important;
  }

  body {
    background: var(--surface);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .hero {
    height: 210mm;
    min-height: 210mm;
    page-break-after: always;
  }

  .hero-content {
    width: 230mm;
    margin-left: 22mm;
    padding: 34mm 0 58mm;
  }

  .spec-strip {
    right: auto;
    bottom: 12mm;
    left: 22mm;
    width: 240mm;
  }

  .section {
    min-height: 170mm;
    padding: 22mm 24mm;
    page-break-inside: avoid;
    break-inside: avoid-page;
  }

  main > .section {
    page-break-before: always;
    break-before: page;
  }

  .concept-section {
    page-break-before: auto;
    break-before: auto;
  }

  .section h2 {
    font-size: 38pt;
    line-height: 1.02;
  }

  .section-copy,
  .visualization-grid > div > p,
  .preview-copy,
  .material-lead,
  .handoff-grid p,
  .type-notes p,
  .print-layout > div > p,
  .close-section p {
    font-size: 11pt;
  }

  .concept-grid,
  .visualization-grid,
  .type-grid,
  .handoff-grid,
  .layouts-grid,
  .print-layout {
    gap: 14mm;
    max-width: none;
  }

  .visualization-section,
  .material-section,
  .print-section,
  .layouts-section {
    min-height: auto;
    page-break-inside: auto;
    break-inside: auto;
  }

  .visualization-grid {
    gap: 10mm;
  }

  .visualization-grid > div {
    max-width: 220mm;
    page-break-after: always;
    break-after: page;
  }

  .mockup-frame {
    page-break-inside: avoid;
    break-inside: avoid-page;
  }

  .mockup-frame img {
    max-height: 154mm;
    object-fit: cover;
  }

  .material-section {
    padding-top: 16mm;
    padding-bottom: 16mm;
  }

  .material-lead {
    grid-template-columns: minmax(0, 1fr) 42mm;
    gap: 10mm;
    margin-bottom: 8mm;
    align-items: start;
  }

  .paper-swatch img {
    width: 42mm;
  }

  .paper-swatch figcaption {
    max-width: 42mm;
    margin-top: 3mm;
    font-size: 8pt;
  }

  .material-specs div {
    min-height: 24mm;
    padding: 5mm;
  }

  .material-specs strong {
    margin-top: 3mm;
    font-size: 22pt;
  }

  .material-build {
    grid-template-columns: 34mm 54mm 1fr;
    gap: 7mm;
    margin-top: 8mm;
    padding: 6mm;
  }

  .material-build strong {
    font-size: 15pt;
  }

  .source-note {
    margin-top: 7mm;
    font-size: 9.5pt;
  }

  .print-card {
    min-height: auto;
    padding: 7mm;
    page-break-inside: avoid;
    break-inside: avoid-page;
  }

  .print-section {
    padding-top: 12mm;
    padding-bottom: 12mm;
    page-break-inside: avoid;
    break-inside: avoid-page;
  }

  .print-section h2 {
    font-size: 30pt;
  }

  .print-card h3 {
    font-size: 22pt;
    line-height: 1.03;
  }

  .print-card p {
    font-size: 10pt;
    line-height: 1.35;
  }

  .finish-list {
    gap: 0;
    margin-top: 5mm;
  }

  .finish-list li {
    padding: 2mm 0 2mm 3mm;
    font-size: 10pt;
    line-height: 1.3;
  }

  .layouts-section {
    padding-top: 16mm;
    padding-bottom: 16mm;
  }

  .layouts-grid {
    gap: 10mm;
  }

  .layouts-grid .preview-copy {
    page-break-after: always;
    break-after: page;
  }

  .card-pair {
    gap: 8mm;
  }

  .card-preview img {
    max-height: 95mm;
    object-fit: contain;
  }

  .handoff-section {
    padding-top: 16mm;
    padding-bottom: 16mm;
  }

  .handoff-section h2 {
    font-size: 34pt;
  }

  .handoff-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(118mm, 1.05fr);
    gap: 12mm;
  }

  .handoff-list div {
    grid-template-columns: 12mm 36mm 1fr;
    gap: 6mm;
    padding: 5mm 6mm;
  }

  .handoff-list strong {
    font-size: 10.5pt;
  }

  .handoff-list p {
    font-size: 10pt;
    line-height: 1.35;
  }

  .material-section,
  .handoff-section,
  .layouts-section,
  .print-card {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
