:root {
  --orange: #f24a00;
  --ink: #171717;
  --graphite: #3b3d40;
  --paper: #f7f8fa;
  --rule: #d7d9dd;
  --white: #ffffff;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-120%);
}

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

.site-header {
  width: min(calc(100% - 2rem), var(--content));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
}

.brand img {
  width: 172px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: .875rem;
  font-weight: 600;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta):focus-visible {
  color: var(--orange);
}

.nav-cta {
  padding: .8rem 1.1rem;
  background: var(--ink);
  color: var(--white);
}

.hero {
  overflow: hidden;
  background: #eceef1;
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 2rem), var(--content));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: center;
  gap: clamp(2.5rem, 4vw, 4rem);
  padding: 4.5rem 0 5.5rem;
}

.hero-copy {
  min-width: 0;
}

.hero-spine {
  position: absolute;
  top: 4.5rem;
  bottom: 5.5rem;
  left: -2rem;
  width: 8px;
  background: var(--orange);
}

.hero-spine span {
  position: absolute;
  left: -1.05rem;
  bottom: 0;
  color: var(--graphite);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Teko", Impact, sans-serif;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: .96;
}

h1 {
  max-width: 650px;
  font-size: clamp(4.4rem, 6.3vw, 6.6rem);
  line-height: .8;
}

h1 span {
  display: block;
}

h1 .title-orange {
  color: var(--orange);
}

h2 {
  max-width: 850px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.hero-lead {
  max-width: 590px;
  margin: 1rem 0 0;
  color: var(--graphite);
  font-size: 1rem;
}

.hero-promise {
  max-width: 590px;
  margin: 1.5rem 0 0;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.3rem;
  border: 2px solid var(--ink);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.hero-meta {
  max-width: 590px;
  margin-top: 2rem;
  padding-top: 1.15rem;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 1.5rem;
  border-top: 1px solid var(--rule);
}

.hero-meta p {
  margin: 0;
  color: var(--graphite);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-meta .price {
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-meta span {
  display: block;
  margin-bottom: .25rem;
  color: var(--graphite);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-showcase {
  min-width: 0;
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: auto minmax(0, 1fr) minmax(0, 1fr) auto;
  overflow: hidden;
  background: #d7dbe0;
  border-top: 8px solid var(--ink);
  box-shadow: 0 22px 45px rgb(23 23 23 / 14%);
}

.showcase-label,
.showcase-caption {
  margin: 0;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.showcase-label {
  grid-column: 1;
  grid-row: 1;
  padding: 1.1rem 1.25rem;
  align-self: center;
}

.showcase-caption {
  grid-column: 1 / -1;
  grid-row: 4;
  padding: .8rem 1.25rem;
  border-top: 1px solid #b9bdc2;
  color: var(--graphite);
}

.showcase-cover {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.showcase-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-construction {
  grid-column: 1;
  grid-row: 2 / 4;
  border-right: 6px solid #d7dbe0;
}

.showcase-engineering {
  grid-column: 2;
  grid-row: 2;
  border-bottom: 6px solid #d7dbe0;
}

.showcase-food {
  grid-column: 2;
  grid-row: 3;
}

.showcase-uses {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: stretch;
  justify-content: end;
}

.showcase-uses span {
  padding: .85rem .55rem;
  background: var(--orange);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-uses span:nth-child(2) {
  background: var(--ink);
}

.showcase-uses span:nth-child(3) {
  background: var(--graphite);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--white);
}

.trust-strip p {
  min-height: 94px;
  margin: 0;
  padding: 1.4rem clamp(1rem, 3vw, 3rem);
  display: grid;
  align-content: center;
  border-right: 1px solid #454545;
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trust-strip strong {
  color: #ff6b29;
  font-size: 1.05rem;
}

.opportunity-section {
  background: #eceef1;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.opportunity-inner,
.case-studies {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
}

.moments-intro,
.case-studies-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.moments-intro .eyebrow,
.case-studies-intro .eyebrow {
  grid-column: 1 / -1;
}

.moments-intro > p:last-child,
.case-studies-intro > p:last-child {
  margin: 0 0 .35rem;
  color: var(--graphite);
}

.opportunity-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3px;
  background: var(--white);
  border: 3px solid var(--white);
}

.opportunity {
  position: relative;
  min-height: 350px;
  padding: clamp(1.7rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.opportunity p {
  margin: 0;
}

.opportunity h3 {
  max-width: 430px;
  margin: .45rem 0 1rem;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(3.1rem, 5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: .86;
}

.opportunity::after {
  content: attr(data-word);
  position: absolute;
  right: -.04em;
  bottom: -.25em;
  z-index: -1;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(7rem, 16vw, 14rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
  opacity: .08;
  white-space: nowrap;
}

.moment-label,
.case-kicker {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.moment-problem {
  max-width: 480px;
  font-size: .92rem;
  line-height: 1.55;
  opacity: .78;
}

.moment-outcome {
  max-width: 520px;
  margin-top: auto !important;
  padding-top: 1.2rem;
  border-top: 1px solid currentColor;
  font-weight: 700;
  line-height: 1.45;
}

.moment-outcome span {
  display: block;
  margin-bottom: .25rem;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .65;
}

.opportunity-tender {
  grid-column: 1 / 8;
  background: var(--orange);
  color: var(--white);
}

.opportunity-vendor {
  grid-column: 8 / 13;
  background: var(--ink);
  color: var(--white);
}

.opportunity-sales {
  grid-column: 1 / 6;
  background: var(--white);
  color: var(--ink);
}

.opportunity-refresh {
  grid-column: 6 / 13;
  background: #d7dbe0;
  color: var(--ink);
}

.case-studies {
  padding: clamp(5rem, 9vw, 8rem) 0 0;
}

.case-study {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--rule);
}

.case-study-reverse .case-copy {
  order: 2;
}

.case-study-reverse .case-gallery {
  order: 1;
}

.case-copy h3 {
  margin: .75rem 0 2rem;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: .94;
}

.case-kicker {
  margin: 0;
  color: var(--orange);
}

.case-notes {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 86px 1fr;
  column-gap: 1rem;
}

.case-notes dt,
.case-notes dd {
  padding: .9rem 0;
  border-top: 1px solid var(--rule);
}

.case-notes dt {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-notes dd {
  margin: 0;
  color: var(--graphite);
  font-size: .9rem;
  line-height: 1.55;
}

.case-link {
  display: inline-block;
  padding-bottom: .15rem;
  border-bottom: 2px solid var(--orange);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}

.case-link:hover,
.case-link:focus-visible {
  color: var(--orange);
}

.portfolio-gallery {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--ink);
  color: var(--white);
}

.portfolio-gallery-inner {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
}

.portfolio-gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.portfolio-gallery-intro .eyebrow {
  grid-column: 1 / -1;
}

.portfolio-gallery-intro > p:last-child {
  margin: 0 0 .35rem;
  color: #c6c7ca;
}

.portfolio-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.65rem, 1.2vw, 1rem);
  align-items: start;
}

.portfolio-column {
  display: grid;
  gap: clamp(.65rem, 1.2vw, 1rem);
}

.portfolio-column:nth-child(2) {
  padding-top: clamp(2.5rem, 5vw, 5rem);
}

.portfolio-column:nth-child(4) {
  padding-top: clamp(1.25rem, 3vw, 3rem);
}

.portfolio-column img {
  width: 100%;
  height: auto;
}

.case-gallery {
  min-height: 560px;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 48px);
  align-content: center;
}

.case-gallery-blue {
  background: #dfeaf0;
}

.case-gallery-gold {
  background: #e6c16f;
}

.case-gallery-green {
  background: #dce8d5;
}

.case-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid var(--white);
  box-shadow: 0 14px 32px rgb(23 23 23 / 16%);
}

.case-gallery img:first-child {
  grid-column: 1 / 9;
  grid-row: 1 / 9;
}

.case-gallery img:nth-child(2) {
  z-index: 1;
  grid-column: 8 / 13;
  grid-row: 2 / 7;
  transform: rotate(2deg);
}

.case-gallery img:nth-child(3) {
  z-index: 2;
  grid-column: 4 / 11;
  grid-row: 7 / 11;
  transform: rotate(-1deg);
}

.handled-section {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
}

.handled-intro h2 {
  max-width: 620px;
}

.handled-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.5rem 0 0;
  color: #c8c9cb;
}

.client-materials {
  margin-top: 2.5rem;
  padding: 1rem 0;
  border-top: 1px solid #4b4c4e;
  border-bottom: 1px solid #4b4c4e;
  color: #d5d6d8;
  font-size: .78rem;
  line-height: 1.7;
}

.client-materials span {
  display: block;
  color: #ff6b29;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-manifest {
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  list-style: none;
}

.service-manifest li {
  min-height: 116px;
  padding: 1.3rem 1.5rem;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid var(--rule);
}

.service-manifest li > span {
  color: var(--orange);
  font-family: "Teko", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.service-manifest strong {
  display: block;
  font-size: .94rem;
}

.service-manifest p {
  margin: .25rem 0 0;
  color: var(--graphite);
  font-size: .84rem;
  line-height: 1.5;
}

.industry-section {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.industry-intro {
  position: sticky;
  top: 2rem;
}

.industry-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 1.5rem 0 2rem;
  color: var(--graphite);
}

.industry-index {
  border-top: 5px solid var(--ink);
}

.industry-index details {
  border-bottom: 1px solid var(--rule);
}

.industry-index summary {
  min-height: 92px;
  padding: 1rem .2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 28px;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.industry-index summary::-webkit-details-marker {
  display: none;
}

.industry-index summary::after {
  content: "+";
  color: var(--orange);
  font-family: "Teko", Impact, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: right;
}

.industry-index details[open] summary::after {
  content: "−";
}

.industry-index summary span {
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.industry-index summary small {
  color: var(--graphite);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.industry-index details > p {
  max-width: 650px;
  margin: 0;
  padding: 0 4rem 1.6rem 0;
  color: var(--graphite);
  font-size: .94rem;
}

.industry-index details[open] {
  box-shadow: inset 8px 0 #eceef1;
}

.industry-index details[open] summary,
.industry-index details[open] > p {
  padding-left: 1.5rem;
}

.comparison-section {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #eceef1;
  box-shadow: 0 0 0 100vmax #eceef1;
  clip-path: inset(0 -100vmax);
}

.comparison-intro {
  max-width: 880px;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.comparison-intro > p:last-child {
  max-width: 700px;
  margin: 1.4rem 0 0;
  color: var(--graphite);
}

.document-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  align-items: center;
}

.comparison-sheet {
  position: relative;
  min-height: 720px;
  padding: clamp(1.8rem, 3vw, 3rem);
  background: var(--white);
  box-shadow: 0 22px 50px rgb(23 23 23 / 15%);
}

.comparison-draft {
  border-top: 9px solid #85898e;
  transform: rotate(-1.2deg);
}

.comparison-ready {
  z-index: 1;
  border-top: 9px solid var(--orange);
  transform: rotate(.8deg);
}

.sheet-status {
  margin: 0;
  color: var(--graphite);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.comparison-sheet h3 {
  margin: .6rem 0 .5rem;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(3.7rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: .9;
}

.comparison-ready h3 {
  color: var(--orange);
}

.sheet-lead {
  min-height: 74px;
  margin: 0 0 1.4rem;
  color: var(--graphite);
  font-size: .9rem;
}

.comparison-sheet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-sheet li {
  padding: .85rem 0;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 1rem;
  border-top: 1px solid var(--rule);
}

.comparison-sheet li strong {
  font-size: .8rem;
}

.comparison-sheet li span {
  color: var(--graphite);
  font-size: .76rem;
  line-height: 1.45;
}

.draft-note {
  width: 210px;
  margin: 1.5rem 0 0 auto;
  padding: .65rem .8rem;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
  transform: rotate(-3deg);
}

.comparison-shift {
  z-index: 2;
  margin: 0 -1rem;
  color: var(--graphite);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.comparison-shift span {
  display: block;
  color: var(--orange);
  font-family: "Teko", Impact, sans-serif;
  font-size: 3.2rem;
  line-height: .8;
}

.ready-stamp {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  margin: 0;
  padding: .55rem .75rem;
  border: 3px solid var(--orange);
  color: var(--orange);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.process-section {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.process-intro .eyebrow {
  grid-column: 1 / -1;
}

.process-intro > p:last-child {
  margin: 0 0 .35rem;
  color: var(--graphite);
}

.process-track {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 6px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  list-style: none;
}

.process-track li {
  position: relative;
  min-height: 390px;
  padding: 1.6rem 1.35rem;
  overflow: hidden;
  border-right: 1px solid var(--rule);
  background: var(--white);
  isolation: isolate;
}

.process-track li:last-child {
  border-right: 0;
}

.process-track li::after {
  content: attr(data-stage);
  position: absolute;
  right: -.08em;
  bottom: -.2em;
  z-index: -1;
  color: var(--ink);
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(4.8rem, 8vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
  opacity: .055;
  writing-mode: vertical-rl;
}

.process-track li:nth-child(3) {
  background: var(--orange);
  color: var(--white);
}

.process-track li:nth-child(3)::after,
.process-track li:last-child::after {
  color: var(--white);
  opacity: .11;
}

.process-track li:last-child {
  background: var(--ink);
  color: var(--white);
}

.process-number {
  color: var(--orange);
  font-family: "Teko", Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.process-track li:nth-child(3) .process-number,
.process-track li:last-child .process-number {
  color: var(--white);
}

.process-track h3 {
  margin: 3.5rem 0 .9rem;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  font-weight: 500;
  line-height: .95;
}

.process-track p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
  opacity: .82;
}

.process-agreement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #eceef1;
}

.process-agreement p {
  margin: 0;
  padding: 1.35rem;
  border-right: 1px solid var(--rule);
  color: var(--graphite);
  font-size: .76rem;
  line-height: 1.5;
}

.process-agreement p:last-child {
  border-right: 0;
}

.process-agreement strong {
  display: block;
  margin-bottom: .25rem;
  color: var(--ink);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-section {
  padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--content)) / 2));
  background: #eceef1;
}

.pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.pricing-intro .eyebrow {
  grid-column: 1 / -1;
}

.pricing-intro > p:last-child {
  margin: 0 0 .35rem;
  color: var(--graphite);
}

.pricing-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  border-top: 7px solid var(--orange);
  box-shadow: 0 22px 60px rgb(23 23 23 / 10%);
}

.pricing-main {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--white);
}

.pricing-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--rule);
}

.pricing-label {
  margin: .35rem 0 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pricing-amount {
  margin: 0;
  color: var(--orange);
  text-align: right;
}

.pricing-amount span {
  display: block;
  color: var(--graphite);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-amount strong {
  display: block;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .82;
}

.pricing-inclusions {
  margin: 2rem 0 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.pricing-inclusions li {
  position: relative;
  padding: .9rem 1rem .9rem 1.7rem;
  border-bottom: 1px solid var(--rule);
  font-size: .86rem;
  font-weight: 600;
}

.pricing-inclusions li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

.pricing-corporate {
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--white);
}

.pricing-corporate .pricing-label {
  color: var(--orange);
}

.pricing-corporate h3 {
  margin: auto 0 1.2rem;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
  line-height: .95;
}

.pricing-corporate > p:not(.pricing-label) {
  margin: 0 0 2.5rem;
  color: #c6c7ca;
  font-size: .82rem;
  line-height: 1.6;
}

.pricing-corporate a {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #4d4d4d;
  color: var(--white);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.pricing-corporate a:hover,
.pricing-corporate a:focus-visible {
  color: var(--orange);
}

.pricing-note {
  margin: 1rem 0 0;
  color: var(--graphite);
  font-size: .72rem;
}

.fit-section {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.fit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: 3.5rem;
}

.fit-intro .eyebrow {
  grid-column: 1 / -1;
}

.fit-intro > p:last-child {
  margin: 0 0 .35rem;
  color: var(--graphite);
}

.fit-register {
  display: grid;
  grid-template-columns: 76px minmax(0, 1.4fr) minmax(300px, .6fr);
  border-top: 6px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.fit-marker {
  margin: 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  background: var(--orange);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.fit-best {
  padding: clamp(2rem, 5vw, 4rem);
}

.fit-label {
  margin: 0 0 2rem;
  color: var(--orange);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fit-best h3,
.fit-mismatch h3 {
  margin: 0;
  font-family: "Teko", Impact, sans-serif;
  font-size: clamp(2.6rem, 4.3vw, 4.4rem);
  font-weight: 500;
  line-height: .95;
}

.fit-best h3 {
  max-width: 600px;
}

.fit-best ul {
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.fit-best li {
  position: relative;
  padding: .85rem 1rem .85rem 1.7rem;
  border-top: 1px solid var(--rule);
  font-size: .84rem;
  font-weight: 600;
}

.fit-best li::before {
  content: "/";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

.fit-mismatch {
  padding: clamp(2rem, 4vw, 3.5rem);
  background: var(--ink);
  color: var(--white);
}

.fit-mismatch h3 {
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
}

.fit-mismatch ul {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.fit-mismatch li {
  padding: .85rem 0;
  border-top: 1px solid #4d4d4d;
  color: #c6c7ca;
  font-size: .8rem;
}

.fit-next-step {
  padding: 1.5rem 0 0 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.fit-next-step p {
  max-width: 680px;
  margin: 0;
  color: var(--graphite);
  font-size: .82rem;
}

.fit-next-step strong {
  color: var(--ink);
}

.quotation-section {
  padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--content)) / 2));
  background: var(--ink);
}

.quotation-shell {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  border-top: 7px solid var(--orange);
  background: var(--white);
}

.quotation-intro {
  padding: clamp(2rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  background: var(--orange);
  color: var(--white);
}

.quotation-intro .eyebrow {
  color: var(--white);
}

.quotation-intro h2 {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.quotation-intro > p:not(.eyebrow) {
  margin: 2rem 0 0;
  font-size: .9rem;
}

.quotation-contact {
  margin-top: auto;
  padding-top: 4rem;
}

.quotation-contact p {
  margin: 0;
  padding: .85rem 0;
  border-top: 1px solid rgb(255 255 255 / 45%);
  font-size: .9rem;
}

.quotation-contact span {
  display: block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quotation-contact a {
  font-weight: 700;
  text-decoration: none;
}

.quotation-contact a:hover,
.quotation-contact a:focus-visible {
  text-decoration: underline;
}

.enquiry-form {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}

.form-notice {
  grid-column: 1 / -1;
  padding: 1rem 1.2rem;
  border-left: 5px solid var(--ink);
  background: #eceef1;
  font-size: .82rem;
}

.form-notice strong,
.form-notice span {
  display: block;
}

.form-notice span {
  margin-top: .2rem;
  color: var(--graphite);
}

.form-success {
  border-left-color: var(--orange);
}

.form-error {
  border-left-color: #a51d1d;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink);
  font-size: 1.00rem;
  font-weight: 700;
}

.form-field label span {
  color: #76787c;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  margin-top: .45rem;
  padding: .75rem 0;
  border: 0;
  border-bottom: 2px solid var(--rule);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: .9rem;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-bottom-color: var(--orange);
  outline: 0;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8a8c90;
}

.form-submit {
  padding-top: .5rem;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  align-items: center;
  gap: 1.5rem;
}

.form-submit button {
  cursor: pointer;
}

.form-submit p {
  max-width: 430px;
  margin: 0;
  color: #686a6e;
  font-size: .66rem;
  line-height: 1.5;
}

.form-submit p a {
  font-weight: 700;
}

.section-placeholder {
  min-height: 1px;
}

.site-footer {
  border-top: 7px solid var(--orange);
  background: #0f0f10;
  color: var(--white);
}

.site-footer-inner {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.site-footer .eyebrow {
  color: var(--orange);
}

.site-footer h2 {
  margin: .8rem 0 2rem;
  color: var(--white);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
}

.footer-contact address {
  display: grid;
  gap: .65rem;
  color: #c6c7ca;
  font-size: .84rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-contact address strong {
  color: var(--white);
  font-size: 1rem;
}

.footer-registration {
  margin-top: -.55rem;
  color: #85878b;
  font-size: .72rem;
  letter-spacing: .04em;
}

.footer-contact address a {
  width: max-content;
  color: var(--white);
  font-weight: 700;
  text-decoration-color: var(--orange);
  text-underline-offset: .25rem;
}

.footer-contact address a:hover,
.footer-contact address a:focus-visible {
  color: var(--orange);
}

.footer-about {
  padding-left: clamp(2rem, 5vw, 5rem);
  border-left: 1px solid #3a3a3c;
}

.footer-about > p:last-child {
  max-width: 670px;
  margin: 0;
  color: #c6c7ca;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.4;
}

.mobile-actions {
  display: none;
}

:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

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

@media (max-width: 1040px) {
  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-showcase {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 880px) {
  .site-header {
    min-height: 72px;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3.2rem 0 4.5rem;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-showcase {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .hero-spine {
    top: 3.2rem;
    bottom: 4.5rem;
  }

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

  .moments-intro,
  .case-studies-intro,
  .portfolio-gallery-intro {
    grid-template-columns: 1fr;
  }

  .moments-intro > p:last-child,
  .case-studies-intro > p:last-child,
  .portfolio-gallery-intro > p:last-child {
    max-width: 620px;
    margin-top: 1.3rem;
  }

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

  .case-study {
    grid-template-columns: 1fr;
  }

  .case-study-reverse .case-copy,
  .case-study-reverse .case-gallery {
    order: initial;
  }

  .case-gallery {
    width: min(100%, 720px);
  }

  .handled-section {
    grid-template-columns: 1fr;
  }

  .industry-section {
    grid-template-columns: 1fr;
  }

  .industry-intro {
    position: static;
  }

  .document-comparison {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .comparison-shift {
    margin: 0;
  }

  .comparison-shift span {
    transform: rotate(90deg);
  }

  .comparison-sheet {
    min-height: auto;
  }

  .comparison-draft,
  .comparison-ready {
    transform: none;
  }

  .ready-stamp {
    position: static;
    width: max-content;
    margin: 1.5rem 0 0 auto;
  }

  .process-intro,
  .fit-intro {
    grid-template-columns: 1fr;
  }

  .process-intro > p:last-child,
  .pricing-intro > p:last-child,
  .fit-intro > p:last-child {
    max-width: 620px;
    margin-top: 1.3rem;
  }

  .pricing-intro,
  .pricing-sheet,
  .quotation-shell {
    grid-template-columns: 1fr;
  }

  .pricing-corporate h3 {
    margin-top: 4rem;
  }

  .fit-register {
    grid-template-columns: 60px 1fr;
  }

  .fit-mismatch {
    grid-column: 2;
  }

  .fit-next-step {
    padding-left: 60px;
  }

  .quotation-contact {
    padding-top: 3rem;
  }

  .site-footer-inner {
    gap: 3rem;
  }

  .footer-about {
    padding-left: 2rem;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-track li {
    min-height: 320px;
    border-bottom: 1px solid var(--rule);
  }

  .process-track li:nth-child(2n) {
    border-right: 0;
  }

  .process-track li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 62px;
  }

  .site-header,
  .hero-inner,
  .opportunity-inner,
  .case-studies,
  .portfolio-gallery-inner,
  .handled-section,
  .industry-section,
  .comparison-section,
  .process-section,
  .fit-section {
    width: min(calc(100% - 1.5rem), var(--content));
  }

  .brand img {
    width: 138px;
  }

  .site-nav {
    display: none;
  }

  .hero-inner {
    padding-top: 2.5rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.65rem, 17vw, 5rem);
    line-height: .8;
  }

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

  .hero-meta {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .hero-spine {
    display: none;
  }

  .hero-showcase {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto minmax(150px, 44vw) auto auto;
  }

  .showcase-label {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: .9rem 1rem;
  }

  .showcase-caption {
    grid-column: 1 / -1;
    grid-row: 4;
    padding: .7rem 1rem;
  }

  .showcase-uses {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: stretch;
  }

  .showcase-uses span {
    flex: 1;
    padding: .65rem;
    text-align: center;
  }

  .showcase-construction,
  .showcase-engineering {
    border-right: 4px solid #d7dbe0;
    border-bottom: 0;
  }

  .showcase-construction {
    grid-column: 1;
    grid-row: 2;
  }

  .showcase-engineering {
    grid-column: 2;
    grid-row: 2;
  }

  .showcase-food {
    grid-column: 3;
    grid-row: 2;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip p {
    min-height: 86px;
    padding: 1rem;
  }

  .moments-intro,
  .case-studies-intro,
  .portfolio-gallery-intro {
    margin-bottom: 2.5rem;
  }

  .portfolio-masonry {
    gap: .6rem;
  }

  .portfolio-column {
    gap: .6rem;
  }

  .portfolio-column:nth-child(2),
  .portfolio-column:nth-child(4) {
    padding-top: 1.25rem;
  }

  .opportunity {
    min-height: 320px;
    grid-column: 1 / -1;
  }

  .case-study {
    gap: 2.5rem;
    padding: 4rem 0;
  }

  .case-notes {
    grid-template-columns: 74px 1fr;
  }

  .case-gallery {
    min-height: 390px;
    grid-template-rows: repeat(10, 32px);
  }

  .handled-section {
    gap: 2.5rem;
  }

  .service-manifest li {
    grid-template-columns: 42px 1fr;
    padding: 1.1rem;
  }

  .industry-index summary {
    min-height: 82px;
    grid-template-columns: 1fr 24px;
  }

  .industry-index summary small {
    display: none;
  }

  .industry-index details > p {
    padding-right: 1rem;
  }

  .comparison-sheet li {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .sheet-lead {
    min-height: auto;
  }

  .process-track {
    grid-template-columns: 1fr;
  }

  .process-track li,
  .process-track li:last-child {
    min-height: 270px;
    grid-column: auto;
    border-right: 0;
  }

  .process-track h3 {
    margin-top: 2.3rem;
  }

  .process-agreement {
    grid-template-columns: 1fr;
  }

  .process-agreement p {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .pricing-section {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .pricing-heading {
    display: block;
  }

  .pricing-amount {
    margin-top: 2rem;
    text-align: left;
  }

  .pricing-inclusions {
    grid-template-columns: 1fr;
  }

  .fit-register {
    grid-template-columns: 1fr;
  }

  .fit-marker {
    min-height: 44px;
    padding: 0 1rem;
    justify-content: flex-start;
    writing-mode: initial;
  }

  .fit-best ul {
    grid-template-columns: 1fr;
  }

  .fit-mismatch {
    grid-column: auto;
  }

  .fit-next-step {
    padding-left: 0;
    display: block;
  }

  .fit-next-step .button {
    width: 100%;
    margin-top: 1.25rem;
  }

  .quotation-section {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .form-submit {
    display: block;
  }

  .form-submit .button {
    width: 100%;
  }

  .form-submit p {
    margin-top: 1rem;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-about {
    padding: 3rem 0 0;
    border-top: 1px solid #3a3a3c;
    border-left: 0;
  }

  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ink);
  }

  .mobile-actions a {
    min-height: 62px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    background: var(--orange);
  }
}
