/* Focused layouts for the document-processing and website-development pages. */

/* Focused website heroes: keep the offer and conversion actions in view. */
.site-development-page .hero,
.site-revision-page .hero {
  padding: 52px 0 64px;
}
.site-development-page .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
  gap: 44px;
  align-items: center;
}
.site-development-page .hero h1,
.site-revision-page .hero h1 {
  max-width: 20ch;
  margin-bottom: 16px;
  font-size: 52px;
  line-height: 1.04;
}
.site-development-page .breadcrumbs,
.site-revision-page .breadcrumbs {
  margin-bottom: 12px;
}
.site-development-page .hero-status,
.site-revision-page .hero-status {
  margin-bottom: 20px;
}
.site-development-page .hero .lede,
.site-revision-page .hero .lede {
  margin-bottom: 12px;
}
.site-development-page .hero .lede-sub,
.site-revision-page .hero .lede-sub {
  margin-bottom: 24px;
}
.site-development-page .hero-ctas,
.site-revision-page .hero-ctas {
  margin-bottom: 14px;
}
.site-development-page .hero-direct-contacts,
.site-revision-page .hero-direct-contacts {
  margin: 0 0 20px;
}
.site-development-page .hero-direct-contacts > span,
.site-revision-page .hero-direct-contacts > span {
  font-family: var(--font-sans);
  font-size: 12.5px;
}
.site-development-page .cred-row {
  gap: 9px 18px;
}
.site-development-page .cred-pill {
  position: relative;
  padding: 0 0 0 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  font-size: 12px;
}
.site-development-page .cred-pill::before {
  content: '';
  position: absolute;
  top: .48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
.site-development-page .site-showcase-wrap {
  padding-top: 0;
}

/* Site-revision page: the task form is the primary hero visual. */
.site-revision-page .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 40px;
  align-items: center;
}
.site-revision-page .hero-lhs {
  padding-top: 0;
}
.site-revision-page .hero h1 {
  max-width: 14ch;
}
.site-revision-page .cred-row {
  margin-top: 8px;
}

@media (min-width: 1081px) and (min-height: 821px) {
  .site-development-page .hero,
  .site-revision-page .hero {
    display: flex;
    align-items: center;
    min-height: clamp(760px, calc(100vh - 73px), 980px);
    min-height: clamp(760px, calc(100svh - 73px), 980px);
  }
  .site-development-page .hero-inner,
  .site-revision-page .hero-inner {
    width: 100%;
  }
  .site-development-page .hero h1,
  .site-revision-page .hero h1 {
    margin-bottom: 20px;
  }
}
.revision-hero-form-wrap {
  position: relative;
}
.revision-hero-form-wrap::before {
  content: '';
  position: absolute;
  inset: 28px -24px -24px 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 18%, rgba(183,122,58,.22), transparent 35%),
    radial-gradient(circle at 20% 88%, rgba(38,122,131,.2), transparent 38%),
    rgba(255,255,255,.44);
  border: 1px solid rgba(24,32,42,.06);
}
.revision-hero-form,
.revision-hero-success {
  position: relative;
  z-index: 1;
  box-shadow: 0 34px 80px -34px rgba(18,28,39,.58);
}
.revision-hero-form {
  gap: 13px;
  padding: 24px 26px;
}
.revision-form-heading {
  display: grid;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--night-line);
}
.revision-form-heading > span {
  color: oklch(0.85 0.05 195);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.revision-form-heading h2 {
  max-width: none;
  margin: 0;
  color: var(--night-ink);
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.revision-form-heading p {
  margin: 0;
  color: var(--night-soft);
  font-size: 13.5px;
  line-height: 1.5;
}
.revision-hero-form .form-field textarea {
  min-height: 78px;
}
.revision-hero-form .file-trigger {
  min-height: 50px;
}
.revision-form-submit {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.revision-form-submit .btn {
  width: 100%;
  justify-content: center;
}
.revision-form-submit .form-note {
  max-width: none;
}
.revision-hero-form .form-consent {
  margin-top: -4px;
}
.revision-outcomes .launch-outcome-note strong {
  color: var(--ink);
}
.revision-prices .formats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.website-prices .formats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.revision-prices .fmt-sub {
  min-height: 92px;
}
.site-revision-page .final .form-intro {
  font-size: 14.5px;
}

@media (max-width: 1080px) {
  .site-development-page .hero,
  .site-revision-page .hero {
    padding: 40px 0 60px;
  }
  .site-development-page .hero-grid,
  .site-revision-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .site-development-page .hero h1,
  .site-revision-page .hero h1 {
    max-width: 18ch;
    font-size: 48px;
  }
  .site-development-page .site-showcase-wrap {
    padding-top: 0;
  }
  .site-revision-page .hero-lhs {
    padding-top: 0;
  }
  .revision-hero-form-wrap {
    width: min(100%, 760px);
    margin: 0 auto;
  }
  .revision-prices .formats {
    grid-template-columns: 1fr;
  }
  .revision-prices .fmt-sub {
    min-height: 0;
  }
}

@media (min-width: 1081px) and (max-height: 820px) {
  .site-development-page .hero {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 73px);
    min-height: calc(100svh - 73px);
  }
  .site-development-page .hero-inner {
    width: 100%;
  }
  .site-revision-page .hero {
    padding: 22px 0 30px;
  }
  .site-revision-page .hero-lhs {
    padding-top: clamp(24px, 6vh, 48px);
  }
  .site-development-page .hero {
    padding: 22px 0 30px;
  }
  .site-development-page .hero-grid,
  .site-revision-page .hero-grid {
    align-items: start;
  }
  .site-development-page .breadcrumbs,
  .site-revision-page .breadcrumbs {
    margin-bottom: 8px;
  }
  .site-development-page .hero-status,
  .site-revision-page .hero-status {
    margin-bottom: 12px;
  }
  .site-development-page .hero h1,
  .site-revision-page .hero h1 {
    margin-bottom: 12px;
    font-size: 46px;
  }
  .site-development-page .hero .lede,
  .site-revision-page .hero .lede {
    margin-bottom: 8px;
    font-size: 15.5px;
    line-height: 1.42;
  }
  .site-development-page .hero .lede-sub,
  .site-revision-page .hero .lede-sub {
    margin-bottom: 16px;
    font-size: 13.5px;
    line-height: 1.42;
  }
  .site-development-page .hero-ctas,
  .site-revision-page .hero-ctas {
    margin-bottom: 10px;
  }
  .site-development-page .hero-direct-contacts,
  .site-revision-page .hero-direct-contacts {
    margin-bottom: 14px;
  }
  .site-development-page .site-showcase-wrap {
    padding-top: 18px;
  }
  .site-development-page .site-showcase {
    min-height: 450px;
  }
}

@media (max-width: 640px) {
  .revision-hero-form-wrap::before {
    inset: 18px -8px -14px 14px;
    border-radius: 24px;
  }
  .revision-hero-form {
    padding: 21px 18px;
  }
  .revision-form-heading h2 {
    font-size: 21px;
  }
}

/* Document fit: four compact qualifiers instead of a generic six-card grid. */
.service-signal-four .signal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Document data contours. */
.document-security {
  background: var(--bg-2);
}
.data-contours {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.data-contour {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-sm);
}
.data-contour.primary {
  border-color: var(--teal-soft);
  background: linear-gradient(180deg, #fff 0%, var(--teal-tint) 100%);
}
.data-contour-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.data-contour-num,
.data-contour-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
}
.data-contour-num {
  color: var(--teal);
  font-weight: 600;
}
.data-contour-eyebrow {
  padding: 4px 9px;
  color: var(--ink-mute);
  background: var(--bg-2);
  border-radius: 999px;
}
.data-contour.primary .data-contour-eyebrow {
  color: var(--teal-deep);
  background: var(--teal-soft);
}
.data-contour h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.data-contour > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.data-contour-result {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed var(--line-2);
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
}
.data-contours-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 18px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.data-contours-note-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--copper-tint);
  color: var(--copper-deep);
  font-family: var(--font-mono);
  font-weight: 700;
}
.data-contours-note p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.6;
}

/* The pilot boundary belongs to the pilot offer, not to another page section. */
.sprint-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--night-line);
  border-radius: var(--radius-lg);
  background: var(--night-line);
}
.sprint-scope-group {
  padding: 24px 26px;
  background: var(--night-2);
}
.sprint-scope-group h3 {
  margin: 0 0 16px;
  color: var(--night-ink);
  font-size: 16px;
  line-height: 1.25;
}
.sprint-scope-group ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sprint-scope-group li {
  position: relative;
  padding-left: 20px;
  color: var(--night-soft);
  font-size: 13.5px;
  line-height: 1.5;
}
.sprint-scope-group li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.sprint-scope-group + .sprint-scope-group li::before {
  background: var(--copper);
}

/* Two actual purchase paths on the website page. */
.service-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-path {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--sh-sm);
}
.service-path.featured {
  background: linear-gradient(150deg, var(--ink) 0%, #24313e 100%);
  border-color: var(--ink);
  color: #fff;
}
.service-path-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}
.service-path-num,
.service-path-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
}
.service-path-num {
  color: var(--teal);
  font-weight: 600;
}
.service-path.featured .service-path-num {
  color: #8cc8cd;
}
.service-path-eyebrow {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--bg-2);
  color: var(--ink-mute);
}
.service-path.featured .service-path-eyebrow {
  color: var(--night-ink);
  background: rgba(255,255,255,.1);
}
.service-path h3 {
  max-width: 18ch;
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.service-path > p {
  max-width: 56ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}
.service-path.featured > p {
  color: var(--night-soft);
}
.service-path ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}
.service-path li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: 13.5px;
}
.service-path.featured li {
  color: var(--night-ink);
}
.service-path li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}
.service-path.featured li::before {
  color: #8cc8cd;
}
.service-path-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.service-path.featured .service-path-footer {
  border-color: var(--night-line);
}
.service-path-footer strong {
  font-size: 19px;
  letter-spacing: -.02em;
}
.service-path .inline-link {
  font-size: 13px;
  font-weight: 600;
}

/* Scope: show the decision, not six repeated cards. */
.website-scope {
  background: var(--bg-2);
}
.scope-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--sh-sm);
}
.scope-group {
  padding: 30px;
}
.scope-group + .scope-group {
  border-left: 1px solid var(--line);
  background: var(--surface-2);
}
.scope-group h3 {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.scope-group ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.scope-group li {
  position: relative;
  padding-left: 25px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}
.scope-group li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}
.scope-group.separate li::before {
  content: '+';
  color: var(--copper);
}
.process-note {
  max-width: 900px;
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--copper);
  background: var(--copper-tint);
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
}

/* Website hero: one responsive sample site, not another technical dashboard. */
.site-showcase-wrap {
  position: relative;
}
.site-showcase {
  position: relative;
  min-height: 490px;
  padding: 34px 22px 28px 0;
}
.site-showcase::before {
  content: '';
  position: absolute;
  inset: 38px 0 18px 52px;
  border-radius: 32px;
  background: radial-gradient(circle at 78% 22%, rgba(183,122,58,.2), transparent 34%),
              radial-gradient(circle at 22% 82%, rgba(38,122,131,.18), transparent 40%),
              #eef0eb;
}
.site-showcase-label {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 18px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--sh-sm);
  color: var(--ink-mute);
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.site-demo-browser {
  position: relative;
  z-index: 2;
  width: calc(100% - 34px);
  overflow: hidden;
  border: 1px solid rgba(18,28,39,.15);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 32px 70px -26px rgba(18,28,39,.38);
  transform: none;
}
.site-demo-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  background: #f5f5f2;
  border-bottom: 1px solid #e2e3df;
}
.site-demo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6c6c1;
}
.site-demo-dot.red { background: #e38b80; }
.site-demo-dot.yellow { background: #deb45f; }
.site-demo-dot.green { background: #72b27b; }
.site-demo-url {
  flex: 1;
  margin-left: 6px;
  color: #838781;
  font-family: var(--font-mono);
  font-size: 8.5px;
}
.site-demo-page {
  min-height: 360px;
  background: #f7f5ee;
  color: #14211e;
}
.site-demo-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 48px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(20,33,30,.1);
  font-size: 8.5px;
}
.site-demo-nav strong {
  margin-right: auto;
  font-size: 12px;
  letter-spacing: .12em;
}
.site-demo-nav i {
  width: 48px;
  height: 18px;
  border-radius: 999px;
  background: #152b26;
}
.site-demo-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 238px;
}
.site-demo-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 24px 32px;
}
.site-demo-copy small,
.site-demo-phone-page small {
  color: #8c6841;
  font-family: var(--font-mono);
  font-size: 7.5px;
  letter-spacing: .1em;
}
.site-demo-copy h4 {
  max-width: 14ch;
  margin: 10px 0 10px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.site-demo-copy p {
  max-width: 30ch;
  margin: 0 0 18px;
  color: #59625f;
  font-size: 10.5px;
  line-height: 1.5;
}
.site-demo-button,
.site-demo-phone-button {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #bd7b40;
  color: #fff;
  font-size: 8.5px;
  font-weight: 600;
}
.site-demo-art {
  position: relative;
  overflow: hidden;
  background: #17302a;
}
.site-demo-orbit,
.site-demo-core {
  position: absolute;
  border-radius: 50%;
}
.site-demo-orbit {
  border: 1px solid rgba(236,231,213,.3);
}
.site-demo-orbit.one { width: 190px; height: 190px; left: 18px; top: 28px; }
.site-demo-orbit.two { width: 122px; height: 122px; left: 52px; top: 62px; }
.site-demo-core {
  width: 62px;
  height: 62px;
  left: 82px;
  top: 92px;
  background: radial-gradient(circle at 35% 35%, #e8b878, #a95e31 70%);
  box-shadow: 0 0 0 18px rgba(209,137,72,.08), 0 0 70px rgba(209,137,72,.45);
}
.site-demo-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(20,33,30,.1);
}
.site-demo-stats div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 18px;
  border-right: 1px solid rgba(20,33,30,.1);
}
.site-demo-stats div:last-child { border-right: 0; }
.site-demo-stats b {
  color: #b97339;
  font-family: var(--font-mono);
  font-size: 9px;
}
.site-demo-stats span {
  font-size: 8.5px;
  font-weight: 600;
}
.site-demo-phone {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 22px;
  width: 138px;
  overflow: hidden;
  border: 5px solid #14211e;
  border-radius: 24px;
  background: #14211e;
  box-shadow: 0 28px 44px -20px rgba(18,28,39,.6);
  transform: none;
}
.site-demo-phone-top {
  display: grid;
  place-items: center;
  height: 18px;
  background: #14211e;
}
.site-demo-phone-top span {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: #38433f;
}
.site-demo-phone-page {
  min-height: 260px;
  padding: 0 12px 15px;
  background: #f7f5ee;
  color: #14211e;
}
.site-demo-phone-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  margin: 0 -2px 16px;
}
.site-demo-phone-nav strong {
  font-size: 8px;
  letter-spacing: .12em;
}
.site-demo-phone-nav i {
  width: 14px;
  height: 8px;
  border-top: 1px solid #14211e;
  border-bottom: 1px solid #14211e;
}
.site-demo-phone-page h5 {
  max-width: 8ch;
  margin: 7px 0 12px;
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.site-demo-phone-art {
  position: relative;
  height: 82px;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 6px;
  background: #17302a;
}
.site-demo-phone-art::before,
.site-demo-phone-art::after,
.site-demo-phone-art span {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.site-demo-phone-art::before { width: 72px; height: 72px; top: 5px; left: 20px; border: 1px solid rgba(255,255,255,.25); }
.site-demo-phone-art::after { width: 38px; height: 38px; top: 22px; left: 37px; border: 1px solid rgba(255,255,255,.25); }
.site-demo-phone-art span { width: 18px; height: 18px; top: 32px; left: 47px; background: #c4793e; }
.site-demo-phone-button {
  justify-content: center;
  width: 100%;
}
/* Concrete deliverables replace decorative mock illustrations. */
.website-deliverables {
  background: var(--bg-2);
}
.website-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.website-deliverable {
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-sm);
}
.website-deliverable-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}
.website-deliverable-num,
.website-deliverable-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
}
.website-deliverable-num {
  color: var(--teal);
  font-weight: 700;
}
.website-deliverable-eyebrow {
  padding: 5px 10px;
  color: var(--ink-mute);
  background: var(--bg-2);
  border-radius: 999px;
}
.website-deliverable h3 {
  max-width: 22ch;
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.website-deliverable > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}
.website-deliverable ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}
.website-deliverable li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.45;
}
.website-deliverable li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}
.website-deliverable-result {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 18px 20px;
  border: 1px solid var(--teal-soft);
  border-radius: 10px;
  background: var(--teal-tint);
}
.website-deliverable-result span {
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.website-deliverable-result strong {
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.5;
}

/* A contextual route between creation and revision without mixing price cards. */
.related-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in oklab, var(--surface) 86%, var(--teal-tint));
  box-shadow: var(--sh-sm);
}
.related-service-copy > span {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.related-service h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.related-service p {
  max-width: 72ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
}
.related-service .btn {
  justify-content: center;
}

@media (max-width: 1080px) {
  .website-prices .formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-signal-four .signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .data-contours { grid-template-columns: 1fr; }
  .data-contour { min-height: 0; }
  .site-showcase { width: min(100%, 760px); margin: 0 auto; }
}

@media (max-width: 800px) {
  .website-prices .formats,
  .service-path-grid,
  .scope-split,
  .sprint-scope,
  .website-deliverables-grid { grid-template-columns: 1fr; }
  .service-path { min-height: 0; }
  .scope-group + .scope-group { border-left: 0; border-top: 1px solid var(--line); }
  .sprint-scope-group + .sprint-scope-group { border-top: 1px solid var(--night-line); }
  .site-showcase { min-height: 440px; padding-right: 12px; }
  .site-demo-copy h4 { font-size: 24px; }
  .related-service {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }
  .related-service .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-development-page .hero,
  .site-revision-page .hero {
    padding: 30px 0 48px;
  }
  .site-development-page .breadcrumbs,
  .site-revision-page .breadcrumbs {
    display: none;
  }
  .site-development-page .hero h1,
  .site-revision-page .hero h1 {
    max-width: none;
    font-size: 34px;
  }
  .site-development-page .hero-lhs {
    display: flex;
    flex-direction: column;
  }
  .site-development-page .hero-status { order: 1; }
  .site-development-page .hero h1 { order: 2; }
  .site-development-page .hero .lede { order: 3; }
  .site-development-page .hero-ctas { order: 4; }
  .site-development-page .hero-direct-contacts { order: 5; }
  .site-development-page .hero .lede-sub { order: 6; }
  .site-development-page .cred-row { order: 7; }
  .site-development-page .hero-direct-contacts > span,
  .site-revision-page .hero-direct-contacts > span {
    width: 100%;
  }
  .site-development-page .hero-direct-contacts a,
  .site-revision-page .hero-direct-contacts a {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
    min-height: 44px;
  }
  .service-signal-four .signal-grid { grid-template-columns: 1fr; }
  .service-path { padding: 24px 20px; }
  .service-path h3 { font-size: 23px; }
  .service-path-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .data-contour { padding: 22px 20px; }
  .data-contours-note { grid-template-columns: 1fr; }
  .scope-group { padding: 24px 20px; }
  .site-showcase { min-height: 390px; padding-top: 30px; }
  .site-showcase::before { inset: 34px 0 18px 18px; }
  .site-demo-browser { width: calc(100% - 18px); }
  .site-demo-page { min-height: 285px; }
  .site-demo-nav { gap: 8px; padding: 0 12px; }
  .site-demo-nav span { display: none; }
  .site-demo-hero { min-height: 190px; }
  .site-demo-copy { padding: 22px 14px; }
  .site-demo-copy h4 { font-size: 19px; }
  .site-demo-copy p { font-size: 8.5px; }
  .site-demo-art { min-width: 105px; }
  .site-demo-orbit.one { width: 130px; height: 130px; left: 0; top: 26px; }
  .site-demo-orbit.two { width: 82px; height: 82px; left: 24px; top: 50px; }
  .site-demo-core { width: 40px; height: 40px; left: 45px; top: 71px; }
  .site-demo-stats div { padding: 10px 8px; }
  .site-demo-stats span { font-size: 7px; }
  .site-demo-phone { width: 105px; right: 0; bottom: 15px; }
  .site-demo-phone-page { min-height: 195px; padding: 0 9px 10px; }
  .site-demo-phone-page h5 { font-size: 15px; }
  .site-demo-phone-art { height: 58px; }
  .website-deliverables-grid {
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--sh-sm);
  }
  .website-deliverable {
    min-height: 0;
    padding: 22px 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .website-deliverable + .website-deliverable {
    border-top: 1px solid var(--line);
  }
  .website-deliverable-head {
    margin-bottom: 12px;
  }
  .website-deliverable h3 {
    max-width: none;
    margin-bottom: 8px;
    font-size: 21px;
  }
  .website-deliverable > p {
    font-size: 13.5px;
    line-height: 1.5;
  }
  .website-deliverable ul {
    gap: 7px;
    margin: 15px 0 17px;
  }
  .website-deliverable li {
    font-size: 12.5px;
  }
  .website-deliverable-result {
    gap: 5px;
    margin-top: 0;
    padding: 13px 14px;
  }
  .website-deliverable-result strong {
    font-size: 12.5px;
  }
}
