[hidden] {
  display: none !important;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  border: 0;
  padding: 0;
  background: transparent;
}
.text-link:hover {
  color: #0848a7;
  text-decoration: underline;
}
.small-note,
.availability {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: var(--muted);
}
.header {
  gap: 48px;
}
.header nav {
  gap: 25px;
}
.header nav a[aria-current='page'] {
  color: var(--blue);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary:hover {
  color: var(--blue);
}
.nav-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: -24px;
  width: 540px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 30px -24px #18212f66;
}
.header .nav-panel a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 15px 12px;
  border-radius: 6px;
  min-height: 80px;
}
.nav-panel a:hover {
  background: var(--surface);
}
.nav-panel strong {
  font-weight: 550;
  font-size: 14px;
}
.nav-panel span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.saas-footer {
  display: block;
  max-width: 1180px;
  padding: 60px 40px 22px;
  color: var(--ink);
  font-size: 14px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 30px;
}
.footer-brand p {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 23px 0 12px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-column > strong {
  font-weight: 500;
  font-size: 13px;
  margin: 6px 0 15px;
}
.footer-column a {
  min-height: 38px;
  font-size: 13px;
  color: var(--muted);
}
.footer-column a:hover {
  color: var(--blue);
}
footer .footer-bottom {
  margin-top: 50px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.footer-bottom > span {
  display: flex;
  align-items: center;
}
.page-intro {
  max-width: 1180px;
  margin: auto;
  padding: 88px 56px 64px;
}
.page-intro h1,
.mobile-hero h1,
.article-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.07;
  letter-spacing: -2.8px;
  font-weight: 550;
  margin: 24px 0;
}
.page-intro > p {
  max-width: 640px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 27px;
}
.workflow-rail {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.workflow-rail a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px;
  font-size: 15px;
}
.workflow-rail a + a {
  border-left: 1px solid var(--line);
}
.workflow-rail a:hover {
  background: var(--surface);
}
.workflow-rail span {
  color: var(--blue);
  font-family: ui-monospace, monospace;
  font-size: 12px;
}
.workflow-rail b {
  margin-left: auto;
  font-weight: 400;
}
.product-story {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  border: 1px solid var(--line);
  border-top: 0;
}
.story-copy {
  padding: 70px 56px;
  align-self: center;
}
.story-copy h2,
.section-heading h2,
.end-cta h2,
.faq-section h2,
.mobile-hero h2,
.tour-copy h2,
.offline-section h2,
.packet-context h2,
.pilot-offer h2,
.security-note h2,
.pilot-builder aside h2 {
  font-size: 40px;
  letter-spacing: -1.5px;
  line-height: 1.15;
  font-weight: 500;
  margin: 23px 0 20px;
}
.story-copy p,
.section-heading p,
.end-cta p,
.faq-section p,
.tour-copy p,
.offline-section p,
.packet-context p,
.pilot-offer p,
.security-note p,
.pilot-builder aside p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.story-art {
  background: #f7f9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 44px 30px;
  border-left: 1px solid var(--line);
}
.phone {
  width: 260px;
  max-width: 100%;
  background: white;
  border: 6px solid #243247;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 38px -24px #25344e66;
  flex-shrink: 0;
}
.phone-cap {
  height: 23px;
  position: relative;
  background: white;
}
.phone-cap:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  width: 62px;
  height: 10px;
  background: #243247;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.phone img {
  display: block;
  width: 100%;
  height: auto;
}
.story-art > .phone {
  width: 230px;
}
.story-art > .packet-art {
  transform: scale(1.8);
  height: 155px;
  margin: 0;
}
.review-art {
  width: 100%;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 25px;
  max-width: 410px;
}
.art-label {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: var(--muted);
  line-height: 1.5;
}
.review-art h3 {
  font-size: 25px;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin: 23px 0;
}
.review-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 13px;
  line-height: 1.4;
}
.review-line b {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
}
.green-text {
  color: #24634b;
}
.blue-text {
  color: var(--blue);
}
.note-card {
  background: #f1f5fc;
  border-left: 2px solid var(--blue);
  padding: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink);
  margin: 22px 0 0;
}
.ruled-section {
  max-width: 1180px;
  margin: auto;
  padding: 75px 56px;
  border: 1px solid var(--line);
  border-top: 0;
}
.section-heading {
  max-width: 710px;
  margin-bottom: 40px;
}
.editorial-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.editorial-columns h3 {
  font-size: 21px;
  letter-spacing: -0.4px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 16px;
}
.editorial-columns p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.editorial-columns.standalone {
  max-width: 1180px;
  margin: auto;
  padding: 70px 56px;
  border: 1px solid var(--line);
  border-top: 0;
}
.item-number {
  font-size: 12px;
  font-family: ui-monospace, monospace;
  display: block;
  color: var(--blue);
  margin-bottom: 20px;
}
.end-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 65px 56px;
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: space-between;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-top: 0;
}
.end-cta h2 {
  max-width: 670px;
  font-size: 35px;
  margin: 18px 0 14px;
}
.end-cta p {
  margin: 0;
  max-width: 640px;
}
.faq-section {
  max-width: 1180px;
  margin: auto;
  padding: 70px 56px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  border: 1px solid var(--line);
  border-top: 0;
}
.faq-section h2 {
  font-size: 32px;
}
.faq-section details {
  border-bottom: 1px solid var(--line);
  padding: 0 0 4px;
}
.faq-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  min-height: 64px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.faq-section summary::-webkit-details-marker {
  display: none;
}
.faq-section summary:hover {
  color: var(--blue);
}
.faq-section details[open] summary > span {
  transform: rotate(45deg);
}
.faq-section details p {
  font-size: 14px;
  margin: 0 26px 18px 0;
}
.mobile-hero {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  padding: 60px 50px 65px;
  align-items: center;
  min-height: 710px;
}
.mobile-hero h1 {
  font-size: 59px;
  max-width: 590px;
}
.mobile-hero-copy > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 490px;
}
.mobile-hero .actions {
  justify-content: flex-start;
}
.mobile-hero .availability {
  margin-top: 26px;
  max-width: 400px;
}
.mobile-hero-art {
  height: 620px;
  position: relative;
  background: #f5f8fd;
  border: 1px solid #e2e9f3;
  border-radius: 14px;
  overflow: hidden;
}
.hero-phone {
  position: absolute;
  top: 42px;
}
.hero-phone .phone {
  width: 255px;
}
.back-phone {
  left: 22px;
  top: 59px;
  transform: rotate(-8deg);
}
.front-phone {
  right: 23px;
  top: 106px;
  transform: rotate(7deg);
}
.orbit-label {
  position: absolute;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: var(--blue);
  z-index: 1;
}
.label-one {
  top: 23px;
  left: 24px;
}
.label-two {
  bottom: 23px;
  right: 24px;
}
.app-value-rail {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}
.app-value-rail span {
  padding: 27px 15px;
  text-align: center;
  font-size: 14px;
}
.app-value-rail span + span {
  border-left: 1px solid var(--line);
}
.app-tour {
  max-width: 1180px;
  margin: auto;
  padding: 70px 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border: 1px solid var(--line);
  border-top: 0;
  align-items: center;
  scroll-margin-top: 16px;
}
.tour-copy > p {
  max-width: 410px;
}
.tour-buttons {
  margin-top: 26px;
}
.tour-buttons button {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  text-align: left;
  border: 0;
  border-top: 1px solid var(--line);
  background: white;
  padding: 19px 15px;
  color: var(--muted);
  border-radius: 0;
}
.tour-buttons button:hover {
  background: #f7f9fc;
}
.tour-buttons button[aria-pressed='true'] {
  background: #edf3ff;
  box-shadow: inset 2px 0 var(--blue);
  color: var(--blue);
}
.tour-buttons button > span {
  font-family: ui-monospace, monospace;
  font-size: 12px;
}
.tour-buttons button strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.tour-buttons button small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}
.tour-buttons button > b {
  margin-left: auto;
  font-weight: 400;
}
.tour-stage {
  text-align: center;
  background: #f7f9fc;
  border-radius: 12px;
  padding: 35px 24px 22px;
}
.tour-phone {
  margin: auto;
  width: 270px;
}
.tour-stage > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 310px;
  min-height: 42px;
  margin: 22px auto 0;
}
.tour-stage .text-link {
  font-size: 12px;
}
.offline-section {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 75px 56px;
  background: var(--ink);
  color: #fff;
  align-items: center;
}
.offline-section .eyebrow {
  color: #b6d3ff;
}
.offline-section p {
  color: #c4cdda;
}
.offline-note {
  font-size: 13px !important;
  line-height: 1.7 !important;
  padding-top: 14px;
  border-top: 1px solid #3c4859;
}
.transfer-card {
  background: #222e3f;
  border: 1px solid #465264;
  border-radius: 10px;
  padding: 25px;
}
.transfer-card .art-label {
  color: #c4cdda;
}
.transfer-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 23px 0;
}
.transfer-row + .transfer-row {
  border-top: 1px solid #465264;
}
.transfer-row strong {
  font-size: 16px;
  font-weight: 500;
}
.transfer-row small {
  display: block;
  color: #c4cdda;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 7px;
}
.transfer-icon {
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  border: 1px solid #788599;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #c8ddff;
}
.ruled-panel {
  max-width: 1068px;
  margin: 0 auto 70px;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
}
.panel-top {
  background: #f7f9fc;
  padding: 21px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.panel-top > span {
  font-size: 12px;
  color: var(--muted);
}
.office-filters {
  display: flex;
  gap: 8px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.office-filters button,
.trade-tabs button {
  min-height: 44px;
  border: 0;
  background: white;
  color: var(--muted);
  padding: 0 15px;
  border-radius: 6px;
  font-size: 13px;
}
.office-filters button:hover,
.trade-tabs button:hover {
  background: var(--surface);
  color: var(--ink);
}
.office-filters button[aria-pressed='true'],
.trade-tabs button[aria-pressed='true'] {
  background: #edf3ff;
  color: var(--blue);
}
.office-filters button span {
  margin-left: 8px;
}
.office-demo-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  min-height: 390px;
}
.job-list {
  background: #fafbfc;
  border-right: 1px solid var(--line);
  padding: 12px;
}
.job-list button {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  padding: 20px 12px;
  text-align: left;
  color: var(--ink);
  border-radius: 6px;
}
.job-list button[aria-pressed='true'] {
  border-color: #cfdbed;
  background: white;
}
.job-list button:hover {
  background: #edf3ff;
}
.job-initial {
  width: 33px;
  height: 33px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: white;
  color: var(--blue);
  font-size: 12px;
}
.job-list strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.job-list small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}
.job-list b {
  margin-left: auto;
  font-weight: 400;
}
.review-detail {
  padding: 32px;
}
.review-detail h2 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 15px 0;
}
.review-detail > p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.review-detail .note-card {
  color: var(--ink);
}
.correction-example {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 750px;
  padding: 30px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.correction-example .avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.correction-example blockquote {
  margin: 18px 0 23px;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.packet-showcase {
  max-width: 1180px;
  margin: auto;
  background: #f7f9fc;
  border: 1px solid var(--line);
  padding: 65px 56px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.segmented {
  display: inline-flex;
  border: 1px solid #d5deeb;
  border-radius: 7px;
  padding: 4px;
  background: #edf1f7;
  margin: 20px 0 10px;
}
.segmented button {
  border: 0;
  min-height: 44px;
  padding: 0 17px;
  background: transparent;
  border-radius: 5px;
  color: var(--muted);
  font-size: 13px;
}
.segmented button[aria-pressed='true'] {
  background: white;
  color: var(--ink);
  box-shadow: 0 2px 4px #18212f0d;
}
.segmented button:hover {
  color: var(--blue);
}
.document-preview {
  background: white;
  border: 1px solid #dce2eb;
  box-shadow: 0 16px 30px -26px #24324966;
  padding: 29px;
  border-radius: 3px;
}
.document-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.6px;
}
.document-brand b {
  margin-left: auto;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}
.document-rule {
  border-top: 1px solid var(--line);
  margin: 22px 0;
}
.document-preview h2 {
  font-size: 29px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin: 17px 0 12px;
}
.document-preview > p {
  font-size: 12px;
  color: var(--muted);
}
.packet-cover-photo {
  display: block;
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: 50% 62%;
  margin: 23px 0;
}
.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-size: 12px;
  line-height: 1.7;
}
.document-grid b {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.document-footer {
  font-size: 12px;
  color: var(--muted);
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
}
.document-preview #internal-record p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.trade-explorer {
  max-width: 1068px;
  margin: 0 auto 65px;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.trade-tabs {
  display: flex;
  gap: 8px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
}
.trade-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding: 50px;
  background: #fafbfc;
}
.trade-content h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 22px 0;
}
.trade-content p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.trade-checklist {
  border: 1px solid var(--line);
  background: white;
  border-radius: 7px;
  overflow: hidden;
}
.trade-checklist > div {
  padding: 24px;
}
.trade-checklist > div + div {
  border-top: 1px solid var(--line);
}
.trade-checklist span {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: var(--blue);
  display: block;
  margin-bottom: 12px;
}
.trade-checklist strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.trade-checklist p {
  font-size: 13px;
  margin: 8px 0 0;
}
.handoff-map {
  max-width: 1068px;
  margin: 0 auto 65px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafbfc;
  gap: 20px;
}
.handoff-map > div {
  text-align: center;
  flex: 1;
}
.map-icon {
  display: grid;
  place-items: center;
  height: 70px;
  width: 70px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 0 auto 18px;
  font-size: 30px;
  color: var(--blue);
}
.handoff-map strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.handoff-map small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.map-arrow {
  color: var(--blue);
  font-size: 20px;
}
.integration-table {
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.integration-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 30px;
  padding: 25px 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.integration-table .table-head {
  font-size: 12px;
  color: var(--muted);
  padding: 15px 0;
}
.integration-table strong {
  font-weight: 500;
}
.integration-table span {
  line-height: 1.6;
}
.integration-table p {
  margin: 0;
  line-height: 1.65;
  color: var(--muted);
}
.security-layout {
  max-width: 1068px;
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.access-diagram {
  padding: 28px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.company-boundary {
  border: 1px dashed #aebcd0;
  padding: 28px 20px;
  margin-top: 25px;
  text-align: center;
}
.company-boundary h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 15px 0 25px;
}
.role-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.role-pair > div {
  border: 1px solid var(--line);
  background: white;
  padding: 22px 10px;
  border-radius: 5px;
}
.role-pair span {
  display: block;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: var(--blue);
}
.role-pair strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 13px;
}
.role-pair small {
  font-size: 12px;
  display: block;
  color: var(--muted);
  margin-top: 8px;
}
.private-record {
  font-size: 13px;
  border: 1px solid var(--line);
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
}
.security-copy article + article {
  margin-top: 30px;
}
.security-copy h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.security-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}
.security-note {
  max-width: 1180px;
  margin: auto;
  padding: 65px 56px;
  border: 1px solid var(--line);
  background: #fafbfc;
}
.security-note p {
  max-width: 800px;
}
.pilot-offer {
  max-width: 1068px;
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 50px;
  background: #fafbfc;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.pilot-offer .button {
  margin-top: 15px;
}
.scope-list {
  align-self: center;
}
.scope-list > div {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.scope-list > div > span {
  font-family: ui-monospace, monospace;
  color: var(--blue);
  font-size: 12px;
  padding-top: 4px;
}
.scope-list p {
  font-size: 14px;
  margin: 0;
}
.scope-list strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}
.resource-list {
  max-width: 1068px;
  margin: 0 auto 65px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.resource-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.resource-feature > div:last-child {
  padding: 42px;
  align-self: center;
}
.resource-feature h2 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: var(--ink);
  margin: 21px 0;
}
.resource-feature p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.resource-feature:hover {
  border-color: #a5bddf;
}
.resource-art {
  background: #edf3fc;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  overflow: hidden;
}
.muted-art {
  background: #f3f5f8;
}
.guide-paper {
  background: white;
  border: 1px solid #d5deeb;
  padding: 27px 25px;
  width: 290px;
  transform: rotate(-4deg);
  box-shadow: 0 16px 20px -20px #18212f33;
}
.guide-paper > span {
  font-family: ui-monospace, monospace;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.6px;
}
.guide-paper h2 {
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -1.5px;
}
.paper-check {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
}
.article-hero {
  max-width: 1068px;
  margin: auto;
  padding: 60px 0 55px;
}
.article-hero > .text-link {
  display: flex;
  margin-bottom: 35px;
}
.article-hero h1 {
  max-width: 900px;
  font-size: 58px;
}
.article-hero > p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}
.article-meta {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 28px;
}
.article-layout {
  max-width: 1068px;
  margin: 0 auto 75px;
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 80px;
  border-top: 1px solid var(--line);
  padding-top: 45px;
}
.article-toc {
  position: sticky;
  top: 120px;
  align-self: start;
}
.article-toc > span {
  font-family: ui-monospace, monospace;
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-bottom: 18px;
}
.article-toc a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  min-height: 44px;
  padding: 6px 0;
  line-height: 1.5;
}
.article-toc a:hover {
  color: var(--blue);
}
.article-body {
  max-width: 690px;
}
.article-body section + section {
  margin-top: 45px;
}
.article-body h2 {
  font-size: 29px;
  letter-spacing: -0.8px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 18px;
}
.article-body p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  margin: 15px 0;
}
.article-body blockquote {
  margin: 30px 0;
  padding: 22px 28px;
  border-left: 2px solid var(--blue);
  background: #f7f9fc;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.download-checklist {
  margin: 25px 0;
  border-top: 1px solid var(--line);
}
.download-checklist label {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.download-checklist input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0;
}
.article-next {
  margin-top: 55px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.article-next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 65px;
  font-size: 23px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.correction-comparison {
  margin: 25px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.correction-comparison > div {
  padding: 20px;
}
.correction-comparison > div + div {
  border-top: 1px solid var(--line);
  background: #f2f6fc;
}
.correction-comparison span {
  font-size: 12px;
  letter-spacing: 0.8px;
  font-family: ui-monospace, monospace;
  color: var(--blue);
}
.correction-comparison p {
  margin: 10px 0 0;
  font-size: 18px;
}
.pilot-builder {
  max-width: 1068px;
  margin: 0 auto 75px;
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.pilot-builder aside h2 {
  font-size: 35px;
}
.pilot-builder aside ol {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.pilot-builder aside li {
  padding: 6px 0;
}
.local-notice {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 22px;
  margin: 30px 0 12px;
  background: #fafbfc;
}
.local-notice strong {
  font-size: 14px;
  font-weight: 500;
}
.local-notice p {
  font-size: 13px !important;
  margin-bottom: 0;
}
.brief-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}
.brief-form h2 {
  font-size: 27px;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin: 0 0 12px;
}
.form-intro {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 28px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 16px;
  margin-bottom: 27px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-field.is-wide {
  grid-column: 1/-1;
}
.form-field label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d0dd;
  background: white;
  border-radius: 5px;
  padding: 11px;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  outline-offset: 2px;
}
.form-field textarea {
  min-height: 105px;
  resize: vertical;
}
.form-help {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.field-error {
  font-size: 12px;
  color: #a12828;
  line-height: 1.5;
}
.form-field [aria-invalid='true'] {
  border-color: #a12828;
}
.brief-result {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.brief-result h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.brief-result p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.brief-result pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f5f7fa;
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.7;
  font-family: ui-monospace, monospace;
}
.brief-result .button {
  margin: 8px 8px 0 0;
  font-size: 13px;
}
.copy-status {
  display: block;
  font-size: 13px;
  color: var(--blue);
  margin-top: 15px;
}
.legal-copy {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 25px;
}
.legal-copy h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 35px 0 15px;
}
.legal-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.not-found-links {
  max-width: 1068px;
  margin: 0 auto 90px;
  display: flex;
  gap: 35px;
}
#screen-dialog {
  max-width: 490px;
  width: calc(100% - 32px);
  padding: 20px;
}
#screen-dialog > img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#screen-dialog .dialog-head {
  position: sticky;
  top: -20px;
  background: white;
  padding: 7px 0;
  z-index: 1;
}
@media (max-width: 1100px) {
  .header {
    gap: 25px;
    padding: 0 26px;
  }
  .header nav {
    gap: 19px;
    font-size: 13px;
  }
  .header .brand {
    font-size: 22px;
  }
  .mobile-hero {
    padding: 50px 30px;
    gap: 25px;
  }
  .mobile-hero h1 {
    font-size: 49px;
  }
  .mobile-hero-art {
    height: 565px;
  }
  .hero-phone .phone {
    width: 224px;
  }
  .back-phone {
    left: 14px;
  }
  .front-phone {
    right: 16px;
    top: 100px;
  }
  .page-intro {
    padding: 70px 38px 50px;
  }
  .ruled-panel,
  .trade-explorer,
  .handoff-map,
  .security-layout,
  .pilot-offer,
  .resource-list,
  .article-hero,
  .article-layout,
  .pilot-builder,
  .not-found-links {
    width: calc(100% - 76px);
  }
  .app-tour {
    gap: 45px;
    padding: 60px 38px;
  }
  .offline-section {
    gap: 40px;
    padding: 60px 38px;
  }
  .product-story .story-copy {
    padding: 45px 38px;
  }
  .ruled-section,
  .editorial-columns.standalone,
  .end-cta,
  .faq-section {
    padding: 60px 38px;
  }
  .packet-showcase {
    gap: 40px;
    padding: 50px 38px;
  }
  .office-demo-layout {
    grid-template-columns: 300px 1fr;
  }
  .trade-content {
    gap: 35px;
    padding: 35px;
  }
  .security-layout {
    gap: 35px;
  }
  .pilot-offer {
    gap: 35px;
    padding: 35px;
  }
  .pilot-builder {
    gap: 35px;
  }
  .article-layout {
    gap: 40px;
    grid-template-columns: 190px 1fr;
  }
  .article-hero h1 {
    font-size: 50px;
  }
  .resource-feature > div:last-child {
    padding: 30px;
  }
  .story-copy h2,
  .section-heading h2,
  .tour-copy h2,
  .offline-section h2,
  .packet-context h2 {
    font-size: 35px;
  }
  .saas-footer {
    padding: 50px 38px 20px;
  }
  .footer-top {
    gap: 22px;
  }
}
@media (max-width: 850px) {
  .header nav {
    gap: 14px;
  }
  .header {
    gap: 19px;
    padding: 0 20px;
  }
  .header .brand {
    font-size: 21px;
    gap: 6px;
  }
  .header .nav-cta {
    font-size: 12px;
    padding: 0 13px;
    gap: 12px;
  }
  .nav-panel {
    left: -110px;
  }
  .mobile-hero {
    grid-template-columns: 1fr 1fr;
    padding: 45px 25px;
    gap: 25px;
    min-height: 660px;
  }
  .mobile-hero h1 {
    font-size: 43px;
  }
  .mobile-hero-art {
    height: 530px;
  }
  .hero-phone .phone {
    width: 207px;
  }
  .back-phone {
    left: -7px;
    top: 62px;
  }
  .front-phone {
    right: 6px;
    top: 120px;
  }
  .mobile-hero-copy > p {
    font-size: 16px;
  }
  .mobile-hero .actions {
    flex-wrap: wrap;
  }
  .mobile-hero .button {
    font-size: 12px;
    gap: 12px;
  }
  .mobile-hero .availability {
    font-size: 12px !important;
  }
  .app-tour {
    gap: 28px;
    padding: 50px 30px;
  }
  .tour-stage {
    padding: 25px 16px 20px;
  }
  .tour-phone {
    width: 240px;
  }
  .tour-copy h2 {
    font-size: 32px;
  }
  .tour-buttons button {
    padding: 17px 10px;
    gap: 12px;
  }
  .tour-buttons button small {
    font-size: 12px;
  }
  .offline-section {
    gap: 30px;
    padding: 50px 30px;
  }
  .transfer-card {
    padding: 18px;
  }
  .editorial-columns {
    gap: 25px;
  }
  .editorial-columns h3 {
    font-size: 20px;
  }
  .office-demo-layout {
    grid-template-columns: 240px 1fr;
  }
  .job-list {
    padding: 8px;
  }
  .job-list button {
    padding: 18px 8px;
  }
  .job-initial {
    display: none;
  }
  .review-detail {
    padding: 25px;
  }
  .trade-content {
    gap: 28px;
  }
  .trade-content h2 {
    font-size: 30px;
  }
  .packet-showcase {
    gap: 30px;
  }
  .document-preview {
    padding: 20px;
  }
  .document-grid {
    gap: 8px;
  }
  .pilot-builder {
    grid-template-columns: 0.75fr 1.2fr;
    gap: 25px;
  }
  .brief-form {
    padding: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-field.is-wide {
    grid-column: auto;
  }
  .article-layout {
    grid-template-columns: 165px 1fr;
    gap: 35px;
  }
  .resource-feature h2 {
    font-size: 25px;
  }
  .guide-paper h2 {
    font-size: 38px;
  }
  .resource-art {
    padding: 25px;
  }
  .security-layout {
    gap: 28px;
  }
  .role-pair {
    grid-template-columns: 1fr;
  }
  .company-boundary {
    padding: 22px 15px;
  }
  .role-pair > div {
    padding: 15px 8px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 15px;
  }
  .footer-column a {
    font-size: 12px;
  }
  .end-cta {
    gap: 25px;
  }
  .end-cta h2 {
    font-size: 31px;
  }
}
@media (max-width: 700px) {
  .header {
    padding: 0 16px;
    gap: 8px;
  }
  .header .brand {
    font-size: 20px;
    gap: 7px;
  }
  .header .nav-cta {
    padding: 0 10px;
    gap: 7px;
  }
  .header .menu-open {
    background: white;
  }
  .header.menu-open nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    padding: 14px 22px;
    gap: 0;
  }
  .header.menu-open nav > a {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
  }
  .nav-dropdown summary {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
  }
  .nav-panel {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .header .nav-panel a {
    min-height: 74px;
    padding: 12px 8px;
    gap: 6px;
  }
  .nav-panel span {
    font-size: 12px;
  }
  .nav-panel strong {
    font-size: 13px;
  }
  .page-intro {
    padding: 50px 24px 38px;
  }
  .page-intro h1 {
    font-size: 45px;
    letter-spacing: -1.9px;
    margin: 21px 0;
  }
  .page-intro > p {
    font-size: 17px;
    line-height: 1.7;
  }
  .page-intro .eyebrow {
    line-height: 1.5;
  }
  .workflow-rail {
    grid-template-columns: 1fr;
    border-left: 0;
    border-right: 0;
  }
  .workflow-rail a {
    padding: 22px 24px;
    font-size: 14px;
  }
  .workflow-rail a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .product-story {
    grid-template-columns: 1fr;
    border-left: 0;
    border-right: 0;
    min-height: 0;
  }
  .product-story .story-copy {
    padding: 45px 24px 35px;
  }
  .story-copy h2,
  .section-heading h2,
  .offline-section h2,
  .packet-context h2 {
    font-size: 32px;
    letter-spacing: -1.1px;
  }
  .story-art {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 350px;
    padding: 35px 25px;
  }
  .story-art > .phone {
    width: 240px;
  }
  .story-art > .packet-art {
    transform: scale(1.5);
  }
  .ruled-section,
  .editorial-columns.standalone {
    padding: 48px 24px;
    border-left: 0;
    border-right: 0;
  }
  .editorial-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .editorial-columns p {
    font-size: 16px;
  }
  .editorial-columns h3 {
    font-size: 22px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    margin-top: 18px;
  }
  .end-cta {
    padding: 45px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-left: 0;
    border-right: 0;
  }
  .end-cta h2 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }
  .faq-section {
    padding: 45px 24px;
    grid-template-columns: 1fr;
    gap: 10px;
    border-left: 0;
    border-right: 0;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .faq-section details p {
    font-size: 16px;
    margin-right: 5px;
  }
  .faq-section summary {
    font-size: 16px;
    padding: 12px 0;
    line-height: 1.5;
  }
  .mobile-hero {
    grid-template-columns: 1fr;
    padding: 45px 24px 35px;
    gap: 30px;
    min-height: 0;
  }
  .mobile-hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .mobile-hero-copy > p {
    font-size: 17px;
  }
  .mobile-hero .actions {
    gap: 10px;
    margin-top: 23px;
  }
  .mobile-hero .button {
    font-size: 13px;
    gap: 13px;
    padding: 0 14px;
  }
  .mobile-hero .availability {
    font-size: 13px !important;
    margin-top: 22px;
  }
  .mobile-hero-art {
    height: 530px;
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .hero-phone .phone {
    width: 220px;
  }
  .back-phone {
    left: 10px;
    top: 60px;
  }
  .front-phone {
    right: 5px;
    top: 105px;
  }
  .orbit-label {
    font-size: 12px;
  }
  .label-two {
    bottom: 15px;
    right: 12px;
  }
  .app-value-rail {
    grid-template-columns: 1fr 1fr;
    border-left: 0;
    border-right: 0;
  }
  .app-value-rail span {
    font-size: 13px;
    padding: 23px 10px;
  }
  .app-value-rail span:nth-child(3) {
    border-left: 0;
  }
  .app-value-rail span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .app-tour {
    grid-template-columns: 1fr;
    padding: 45px 24px;
    gap: 30px;
    border-left: 0;
    border-right: 0;
  }
  .tour-copy h2 {
    font-size: 35px;
  }
  .tour-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .tour-buttons button {
    padding: 12px;
    min-height: 70px;
    border: 1px solid var(--line);
    border-radius: 5px;
    gap: 9px;
  }
  .tour-buttons button small,
  .tour-buttons button > b {
    display: none;
  }
  .tour-buttons button strong {
    font-size: 13px;
    line-height: 1.5;
  }
  .tour-buttons button:last-child {
    grid-column: 1/-1;
    min-height: 48px;
  }
  .tour-stage {
    padding: 28px 20px 20px;
  }
  .tour-phone {
    width: 275px;
  }
  .tour-stage > p {
    font-size: 14px;
  }
  .tour-stage .text-link {
    font-size: 14px;
  }
  .offline-section {
    grid-template-columns: 1fr;
    padding: 45px 24px;
    gap: 25px;
  }
  .offline-section p {
    font-size: 16px;
  }
  .transfer-card {
    padding: 22px;
  }
  .transfer-row small {
    font-size: 13px;
  }
  .ruled-panel,
  .trade-explorer,
  .handoff-map,
  .security-layout,
  .pilot-offer,
  .resource-list,
  .article-hero,
  .article-layout,
  .pilot-builder,
  .not-found-links {
    width: calc(100% - 48px);
  }
  .panel-top {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .office-filters {
    padding: 12px;
    gap: 5px;
  }
  .office-filters button {
    padding: 0 9px;
    font-size: 12px;
  }
  .office-filters button span {
    margin-left: 4px;
  }
  .office-demo-layout {
    grid-template-columns: 1fr;
  }
  .job-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px;
  }
  .job-list button {
    padding: 14px;
    min-height: 70px;
  }
  .job-list strong {
    font-size: 14px;
  }
  .job-list small {
    font-size: 12px;
  }
  .job-initial {
    display: grid;
  }
  .review-detail {
    padding: 24px 19px;
  }
  .review-detail h2 {
    font-size: 25px;
  }
  .review-line {
    gap: 10px;
  }
  .review-line b {
    max-width: 115px;
  }
  .review-detail > p {
    font-size: 14px;
  }
  .correction-example {
    padding: 22px 18px;
    gap: 13px;
  }
  .correction-example .avatar {
    display: none;
  }
  .correction-example blockquote {
    font-size: 24px;
  }
  .packet-showcase {
    grid-template-columns: 1fr;
    padding: 44px 24px;
    gap: 30px;
    border-left: 0;
    border-right: 0;
  }
  .document-preview {
    padding: 23px;
  }
  .document-preview h2 {
    font-size: 28px;
  }
  .document-grid {
    font-size: 12px;
    gap: 8px;
  }
  .document-grid b {
    font-size: 12px;
  }
  .trade-tabs {
    padding: 12px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .trade-tabs button {
    font-size: 12px;
    padding: 0 10px;
  }
  .trade-content {
    grid-template-columns: 1fr;
    padding: 27px 20px;
    gap: 25px;
  }
  .trade-content h2 {
    font-size: 32px;
  }
  .trade-checklist > div {
    padding: 22px;
  }
  .handoff-map {
    flex-direction: column;
    gap: 22px;
    padding: 30px;
  }
  .handoff-map .map-arrow {
    transform: rotate(90deg);
  }
  .handoff-map > div {
    width: 100%;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    text-align: left;
    column-gap: 18px;
  }
  .map-icon {
    grid-row: span 2;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .handoff-map small {
    margin: 0;
  }
  .integration-table > div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 23px 0;
  }
  .integration-table .table-head {
    display: none;
  }
  .integration-table strong {
    font-size: 17px;
  }
  .integration-table p {
    font-size: 15px;
  }
  .integration-table span {
    font-size: 14px;
    color: var(--blue);
  }
  .security-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .role-pair {
    grid-template-columns: 1fr 1fr;
  }
  .access-diagram {
    padding: 23px 17px;
  }
  .security-copy p {
    font-size: 16px;
  }
  .security-note {
    padding: 45px 24px;
    border-left: 0;
    border-right: 0;
  }
  .security-note h2 {
    font-size: 32px;
  }
  .pilot-offer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 23px;
  }
  .pilot-offer h2 {
    font-size: 32px;
  }
  .pilot-offer p {
    font-size: 16px;
  }
  .scope-list p {
    font-size: 14px;
  }
  .resource-list {
    gap: 25px;
  }
  .resource-feature {
    grid-template-columns: 1fr;
  }
  .resource-feature > div:last-child {
    padding: 28px 23px;
  }
  .resource-art {
    min-height: 295px;
    padding: 30px;
  }
  .guide-paper {
    width: 260px;
  }
  .guide-paper h2 {
    font-size: 40px;
  }
  .resource-feature h2 {
    font-size: 28px;
  }
  .article-hero {
    padding: 35px 0 35px;
  }
  .article-hero h1 {
    font-size: 42px;
    letter-spacing: -1.6px;
  }
  .article-hero > p {
    font-size: 17px;
  }
  .article-hero > .text-link {
    margin-bottom: 23px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 30px;
  }
  .article-toc {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .article-toc a {
    font-size: 14px;
  }
  .article-body h2 {
    font-size: 28px;
  }
  .article-body p {
    font-size: 16px;
  }
  .article-body blockquote {
    font-size: 22px;
    padding: 20px;
  }
  .download-checklist label {
    font-size: 15px;
    min-height: 60px;
  }
  .download-checklist input {
    width: 22px;
    height: 22px;
  }
  .article-next a {
    font-size: 21px;
  }
  .pilot-builder {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pilot-builder aside h2 {
    font-size: 34px;
  }
  .brief-form {
    padding: 25px 20px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }
  .form-field label {
    font-size: 14px;
  }
  .brief-form h2 {
    font-size: 25px;
  }
  .form-intro {
    font-size: 15px;
  }
  .legal-copy {
    padding: 0 24px;
  }
  .legal-copy h2 {
    font-size: 25px;
  }
  .not-found-links {
    flex-direction: column;
    gap: 15px;
  }
  .saas-footer {
    padding: 43px 24px 20px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 24px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand p {
    font-size: 25px;
  }
  .footer-column > strong {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-column a {
    min-height: 44px;
    font-size: 13px;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }
  .footer-bottom > div {
    gap: 25px;
  }
  .footer-bottom > span {
    order: 2;
    font-size: 12px;
  }
  .footer-bottom a {
    font-size: 12px;
  }
  .saas-footer .brand {
    font-size: 22px;
  }
  .footer-column:last-child {
    grid-column: 1/-1;
  }
  .footer-column:last-child > a {
    min-height: 44px;
  }
  #screen-dialog {
    max-height: 90dvh;
  }
}
@media print {
  body.page-packets > * {
    display: none !important;
  }
  body.page-packets > main {
    display: block !important;
  }
  .page-packets main > * {
    display: none !important;
  }
  .page-packets main > .packet-showcase {
    display: block !important;
    background: white;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .page-packets .packet-context {
    display: none !important;
  }
  .page-packets .document-preview {
    display: block !important;
    border: 0;
    box-shadow: none;
    width: 100%;
    padding: 15mm;
  }
  .page-packets .packet-cover-photo {
    height: 90mm;
    object-fit: contain;
  }
  .page-packets .document-preview h2 {
    font-size: 28pt;
  }
  .page-packets .document-preview p,
  .page-packets .document-grid,
  .page-packets .document-grid b,
  .page-packets .document-footer {
    font-size: 11pt;
  }
}

.document-grid img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  background: #f5f7fa;
  margin-bottom: 9px;
}
@media print {
  .page-packets .document-grid img {
    height: 34mm;
  }
}

/* Real construction context, kept separate from illustrative software evidence. */
.site-photography {
  padding: 64px 0 0;
}
.site-photo-pair {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 24px;
}
.site-photo-pair figure,
.construction-story figure,
.field-photo {
  margin: 0;
}
.site-photo-pair img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.site-photo-pair figure:first-child img {
  object-position: 65% 50%;
}
.site-photography figcaption,
.construction-story figcaption,
.field-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted, #626d7c);
}
.site-photography figcaption a,
.construction-story figcaption a,
.field-photo figcaption a {
  color: inherit;
}
.construction-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 0 0 80px;
}
.construction-story img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.construction-story h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.construction-story p {
  color: var(--muted, #626d7c);
  line-height: 1.7;
  margin: 24px 0;
}
.field-photo {
  margin: 0 0 64px;
}
.field-photo img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 50% 65%;
}
@media (max-width: 767px) {
  .site-photography {
    padding-top: 40px;
  }
  .site-photo-pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .site-photo-pair img {
    height: 270px;
  }
  .site-photo-pair figure:nth-child(2) img {
    height: 230px;
  }
  .construction-story {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 48px;
  }
  .construction-story img {
    height: 320px;
  }
  .field-photo {
    margin-bottom: 40px;
  }
  .field-photo img {
    height: 300px;
    object-position: 65% 50%;
  }
}
.site-photography,
.construction-story,
.field-photo {
  width: calc(100% - 80px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .site-photography,
  .construction-story,
  .field-photo {
    width: calc(100% - 48px);
  }
  .site-photography figcaption,
  .field-photo figcaption {
    gap: 4px;
  }
}
