:root {
  --paper: #f4f1e9;
  --paper-deep: #e9e4d8;
  --ink: #17302b;
  --ink-soft: #445852;
  --teal: #28766c;
  --teal-dark: #1d5a52;
  --teal-pale: #dce9e4;
  --warm: #b89d78;
  --line: rgba(23, 48, 43, 0.18);
  --white: #fffdf8;
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d28d35; outline-offset: 4px; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 100; top: 0; left: -10000px; width: 1px; height: 1px; padding: 0; overflow: hidden; background: var(--ink); color: white; text-decoration: none; white-space: nowrap; }
.skip-link:focus-visible { top: 1rem; left: 1rem; width: auto; height: auto; padding: .7rem 1rem; overflow: visible; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.14); color: white; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; color: inherit; font-weight: 700; letter-spacing: -.025em; text-decoration: none; line-height: 1; }
.wordmark > span:last-child > span { display: block; font-weight: 400; font-size: .65em; letter-spacing: .09em; margin-top: .25rem; text-transform: uppercase; }
.wordmark-mark { display: grid; grid-template-columns: repeat(2, 8px); gap: 3px; align-items: end; height: 27px; }
.wordmark-mark i { display: block; width: 8px; height: 21px; border: 1px solid currentColor; }
.wordmark-mark i:last-child { height: 27px; background: currentColor; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.5rem); }
.site-nav a { position: relative; color: inherit; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; }

.hero { min-height: 780px; padding: 10.5rem 0 2rem; background: var(--ink); color: white; overflow: hidden; }
.hero-grid { min-height: 525px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.eyebrow, .section-number { margin: 0 0 2rem; font-size: .7rem; line-height: 1.2; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .65rem; color: #c3d9d3; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #83b8ab; box-shadow: 0 0 0 4px rgba(131,184,171,.15); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 800px; margin-bottom: 2rem; font-size: clamp(3rem, 6.6vw, 6.6rem); }
h2 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(2.35rem, 4.8vw, 4.8rem); }
h3 { font-size: 1.12rem; line-height: 1.3; }
.hero-lede { max-width: 650px; margin-bottom: 2.2rem; color: #d4dedb; font-size: clamp(1.05rem, 1.5vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 52px; padding: .8rem 1.25rem; border: 1px solid rgba(255,255,255,.35); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: #eff5f1; border-color: #eff5f1; color: var(--ink); }
.button-primary:hover { background: #cce1da; border-color: #cce1da; }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.hero-system { position: relative; padding: 1.15rem; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.025); }
.system-label, .system-footer { display: flex; justify-content: space-between; gap: 1rem; color: #b9ccc6; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.system-label { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.system-footer { padding-top: 1rem; }
.zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; min-height: 310px; padding: .7rem 0; }
.zone { position: relative; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: repeating-linear-gradient(0deg, transparent, transparent 35px, rgba(255,255,255,.055) 35px, rgba(255,255,255,.055) 36px); }
.zone span { position: absolute; top: .7rem; left: .8rem; font-family: var(--serif); font-size: 2.2rem; }
.zone::before { content: ""; position: absolute; top: 3.4rem; left: 12%; right: 12%; height: 2px; background: #9fc9be; box-shadow: 0 7px 16px rgba(151,207,193,.25); }
.zone i { position: relative; z-index: 1; width: 20%; height: 38%; margin: 4%; border: 1px solid #7aa397; border-bottom: 4px solid #b89d78; border-radius: 55% 45% 0 0; transform: skew(-4deg); }
.zone-b::before { background: #c4b18e; box-shadow: 0 7px 16px rgba(196,177,142,.2); }
.hero-index { display: flex; justify-content: flex-end; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14); color: #849992; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding-block: clamp(5rem, 10vw, 9.5rem); border-bottom: 1px solid var(--line); }
.section-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 9vw, 9rem); }
.section-number { color: var(--teal-dark); }
.section-heading-wide { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.section-heading-wide > p { max-width: 390px; margin-bottom: 1.5rem; color: var(--ink-soft); }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.35; letter-spacing: -.02em; }
.section-copy > p:not(.lead) { max-width: 650px; color: var(--ink-soft); }
.focus-note { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; margin-top: 3.5rem; padding-block: 1.25rem; border-block: 1px solid var(--line); font-size: .86rem; }
.focus-note-label { font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.pilot-section { background: var(--white); }
.package-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.package-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.package-list li > div { display: grid; grid-template-columns: minmax(210px, .7fr) 1fr; gap: 2rem; }
.package-list h3, .package-list p { margin: 0; }
.package-list p { color: var(--ink-soft); }
.package-index { color: var(--teal); font-family: var(--serif); }
.caveat { display: flex; gap: 1rem; max-width: 940px; margin: 2.3rem 0 0 auto; color: var(--ink-soft); font-size: .82rem; }
.caveat span { flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal-dark); font-family: var(--serif); font-style: italic; }
.concept-section { background: var(--paper-deep); }
.concept-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.plain-list { margin: 2.5rem 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.plain-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .83rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.small-print { color: var(--ink-soft); font-size: .8rem; }
.diagram-frame { margin: 0; padding: clamp(1rem, 2.5vw, 2rem); background: var(--white); box-shadow: 0 25px 60px rgba(23,48,43,.08); }
.diagram-frame img { width: 100%; }
.diagram-frame figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; color: var(--ink-soft); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.user-list { border-top: 1px solid var(--line); }
.user-list article { display: grid; grid-template-columns: 55px minmax(180px,.65fr) 1fr; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.user-list article > span { color: var(--teal); font-family: var(--serif); }
.user-list h3, .user-list p { margin: 0; }
.user-list p { color: var(--ink-soft); font-size: .92rem; }
.approach-section { background: var(--ink); color: white; }
.approach-section .section-number { color: #9fc9be; }
.approach-section .section-heading-wide > p { color: #b9c8c4; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.timeline li { position: relative; min-height: 330px; padding: 1.4rem 1.4rem 1.4rem 0; border-right: 1px solid rgba(255,255,255,.17); }
.timeline li:not(:first-child) { padding-left: 1.4rem; }
.timeline li > span { color: #8fa39d; font-family: var(--serif); }
.timeline li > div { position: absolute; bottom: 1.3rem; right: 1.3rem; left: 0; }
.timeline li:not(:first-child) > div { left: 1.4rem; }
.timeline h3 { margin-bottom: .6rem; }
.timeline p { color: #b9c8c4; font-size: .86rem; }
.timeline b { position: absolute; top: 1.25rem; right: 1rem; padding: .25rem .5rem; border: 1px solid #83b8ab; color: #bce1d7; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.timeline .is-current::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 3px; background: #83b8ab; }
.company-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(3rem, 9vw, 9rem); }
.company-copy > p:not(.lead) { color: var(--ink-soft); }
.company-facts { margin-top: 3rem; }
.company-facts div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); }
.company-facts div:last-child { border-bottom: 1px solid var(--line); }
.company-facts dt { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.company-facts dd { margin: 0; font-size: .88rem; }
.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.team-grid article { padding: 2rem 3.5rem 0 0; }
.team-grid article + article { padding-left: 3.5rem; border-left: 1px solid var(--line); }
.team-id { display: flex; justify-content: space-between; color: var(--teal); font-family: var(--serif); }
.team-id span:first-child { display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid var(--line); background: var(--paper); font-size: 1.2rem; }
.team-grid h3 { margin: 2.5rem 0 .4rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.team-grid .role { min-height: 3.5rem; color: var(--teal-dark); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.team-grid article > p:last-child { max-width: 500px; color: var(--ink-soft); font-size: .9rem; }
.contact-section { padding-block: clamp(5rem, 10vw, 9rem); background: #24685f; color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 9rem); }
.section-number.light { color: #c4ddd6; }
.contact-copy > p { color: #d3e4df; }
.contact-copy > a { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 2.5rem 0; padding: 1.2rem 0; border-block: 1px solid rgba(255,255,255,.35); font-family: var(--serif); font-size: clamp(1.35rem, 2.8vw, 2.6rem); text-decoration: none; }
.contact-copy > a:hover { color: #d8ece7; }
.copy-email-control { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem 1rem; margin: -1.3rem 0 2.5rem; }
.copy-email-button { padding: .2rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #e1efeb; font: inherit; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.copy-email-button:hover { color: white; }
.copy-email-status { min-height: 1.2em; color: #d3e4df; font-size: .75rem; }
.contact-note { max-width: 590px; font-size: .8rem; }
.site-footer { padding: 3rem 0; background: #112621; color: #b9c8c4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 2rem; align-items: end; }
.wordmark-footer { color: white; }
.footer-grid p, .footer-grid a { margin: .25rem 0; font-size: .72rem; }
.footer-grid > div:last-child { text-align: right; }

.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.page-shell .site-header { position: relative; background: var(--ink); }
.page-main { flex: 1; padding-block: clamp(4rem, 9vw, 8rem); }
.page-intro { max-width: 760px; }
.page-intro h1 { color: var(--ink); font-size: clamp(3rem, 7vw, 6.5rem); }
.page-intro .lead { color: var(--ink-soft); }
.prose { max-width: 760px; margin-top: 4rem; }
.prose section { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.prose section:last-child { border-bottom: 1px solid var(--line); }
.prose h2 { margin-bottom: .7rem; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: .05em; line-height: 1.4; text-transform: uppercase; }
.prose p { color: var(--ink-soft); }
.error-main { display: grid; place-items: center; text-align: center; }
.error-code { margin: 0; color: var(--teal); font-family: var(--serif); font-size: clamp(7rem, 20vw, 15rem); line-height: .75; opacity: .25; }
.error-main h1 { color: var(--ink); font-size: clamp(2.5rem, 6vw, 5rem); }
.error-main p { max-width: 560px; color: var(--ink-soft); }
.error-main .button { margin-top: 1.5rem; background: var(--ink); color: white; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-system { max-width: 560px; }
  .section-grid, .concept-grid, .company-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading-wide { display: block; }
  .section-heading-wide > p { max-width: 600px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline li:nth-child(2) { border-right: 0; }
  .timeline li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.17); }
  .package-list li > div { grid-template-columns: minmax(180px,.55fr) 1fr; }
}

@media (max-width: 700px) {
  .header-inner { min-height: 70px; }
  .nav-toggle { position: relative; z-index: 22; display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: white; cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 21; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: 6rem var(--pad); background: var(--ink); visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { padding-top: 8.5rem; }
  .hero-grid { gap: 3.5rem; }
  .hero-index { justify-content: space-between; gap: .5rem; }
  .hero-index span:nth-child(2) { display: none; }
  .section-heading-wide { margin-bottom: 2.5rem; }
  .package-list li { grid-template-columns: 45px 1fr; gap: .75rem; }
  .package-list li > div { grid-template-columns: 1fr; gap: .35rem; }
  .user-list article { grid-template-columns: 40px 1fr; gap: .65rem; }
  .user-list article p { grid-column: 2; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li, .timeline li:not(:first-child) { min-height: 240px; padding-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .timeline li:not(:first-child) > div { left: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid article { padding: 2rem 0; }
  .team-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { text-align: left; }
}

@media (max-width: 390px) {
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .zone-grid { min-height: 240px; }
  .system-footer { display: grid; }
  .focus-note { grid-template-columns: 1fr; }
  .diagram-frame figcaption { display: grid; }
  .contact-copy > a { gap: .5rem; overflow-wrap: anywhere; font-size: 1.2rem; }
}

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

@page {
  size: A4 portrait;
  margin: 14mm;
}

@media print {
  :root {
    --paper: #fff;
    --paper-deep: #f2f0ea;
    --ink-soft: #33443f;
    --line: rgba(23, 48, 43, .3);
    --pad: 0;
  }

  *, *::before, *::after {
    box-shadow: none !important;
  }

  html,
  body {
    width: 100%;
    min-width: 0;
    background: #fff;
    color: var(--ink);
    font-size: 9.5pt;
    overflow: visible;
  }

  body::before {
    content: "Website print view · lumaterrasystems.com · Development & Pilot Validation";
    display: block;
    padding: 0 0 4mm;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font: 700 7.5pt/1.3 Arial, Helvetica, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  body.nav-open {
    overflow: visible;
  }

  .skip-link,
  .site-nav,
  .nav-toggle,
  .copy-email-control,
  .hero-actions,
  .hero-index {
    display: none !important;
  }

  .shell {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .site-header,
  .page-shell .site-header {
    position: static;
    background: #fff;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
  }

  .header-inner {
    min-height: 0;
    padding-block: 5mm;
  }

  .hero {
    min-height: 0;
    padding: 12mm 0;
    background: #fff;
    color: var(--ink);
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 78mm);
    gap: 9mm;
    align-items: start;
  }

  .hero-copy,
  .hero-system,
  .section-grid > *,
  .concept-grid > *,
  .company-grid > *,
  .contact-grid > *,
  .team-grid > *,
  .package-list li > div,
  .user-list article > * {
    min-width: 0;
  }

  .eyebrow,
  .hero-lede,
  .system-label,
  .system-footer {
    color: var(--ink-soft);
  }

  h1 {
    margin-bottom: 5mm;
    font-size: 32pt;
  }

  h2 {
    font-size: 23pt;
  }

  h1,
  h2,
  h3,
  .section-heading,
  .section-heading-wide {
    break-after: avoid-page;
    page-break-after: avoid;
  }

  p,
  li,
  dd,
  a {
    overflow-wrap: anywhere;
  }

  .hero-system {
    padding: 4mm;
    background: #fff;
    border-color: var(--line);
  }

  .zone-grid {
    min-height: 72mm;
  }

  .zone {
    border-color: var(--line);
  }

  .section,
  .page-main,
  .contact-section {
    padding-block: 12mm;
  }

  .section-grid,
  .concept-grid,
  .company-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10mm;
  }

  .section-heading-wide {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
    gap: 8mm;
    margin-bottom: 8mm;
  }

  .package-list li {
    grid-template-columns: 12mm minmax(0, 1fr);
    gap: 4mm;
    padding: 4mm 0;
  }

  .package-list li > div {
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 6mm;
  }

  .caveat {
    margin-top: 6mm;
  }

  .diagram-frame {
    padding: 5mm;
  }

  .user-list article {
    grid-template-columns: 10mm minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 4mm;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-color: var(--line);
  }

  .timeline li,
  .timeline li:not(:first-child) {
    min-height: 58mm;
    padding: 5mm;
    border: 1px solid var(--line);
  }

  .timeline li > div,
  .timeline li:not(:first-child) > div {
    right: 5mm;
    bottom: 4mm;
    left: 5mm;
  }

  .approach-section,
  .contact-section,
  .site-footer {
    background: #fff;
    color: var(--ink);
  }

  .approach-section .section-number,
  .approach-section .section-heading-wide > p,
  .timeline p,
  .section-number.light,
  .contact-copy > p,
  .site-footer {
    color: var(--ink-soft);
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid article,
  .team-grid article + article {
    padding: 6mm;
  }

  .contact-copy > a {
    margin: 5mm 0;
    color: var(--ink);
    gap: 2mm;
    font-size: 12.5pt;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .approach-section,
  .team-section {
    break-before: page;
    page-break-before: always;
  }

  .contact-section {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }

  .company-section {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }

  .site-footer {
    padding: 7mm 0 0;
    border-top: 1px solid var(--line);
  }

  .package-list li,
  .user-list article,
  .timeline li,
  .diagram-frame,
  .company-facts div,
  .team-grid article,
  .prose section,
  .contact-copy {
    break-inside: avoid-page;
    page-break-inside: avoid;
  }
}
