:root {
  --ink: #0a0a0a;
  --paper: #f2f0ea;
  --muted: #aaa8a2;
  --line: rgba(242, 240, 234, 0.16);
  --signal: #ff4b23;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 75, 35, 0.055), transparent 28%),
    var(--ink);
}

.signal-field,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.signal-field {
  z-index: -3;
}

.hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98) 0%, rgba(10, 10, 10, 0.93) 30%, rgba(10, 10, 10, 0.28) 65%, rgba(10, 10, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.85) 0%, transparent 24%);
  pointer-events: none;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  height: 7.25rem;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--line);
}

.brand {
  width: clamp(10.5rem, 15vw, 13.5rem);
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.25rem);
  color: #c8c6c0;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a,
.header-cta,
.button--text {
  transition: color 180ms ease;
}

.site-nav a:hover,
.button--text:hover {
  color: var(--signal);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(242, 240, 234, 0.35);
  border-radius: 50%;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-cta:hover span {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.hero__content {
  width: min(52rem, calc(100% - (2 * var(--page-pad))));
  margin-left: var(--page-pad);
  padding-top: clamp(5rem, 11vh, 8.75rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2rem;
  color: #a8a6a0;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(255, 75, 35, 0.85);
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4rem, 8.7vw, 9.2rem);
  font-weight: 520;
  letter-spacing: -0.072em;
  line-height: 0.84;
}

h1 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.hero__lede {
  max-width: 36rem;
  margin: clamp(2rem, 4vh, 3.2rem) 0 0;
  color: #c3c1bb;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.4rem;
}

.hero__reassurance {
  position: relative;
  margin: 1.3rem 0 0;
  padding-left: 1rem;
  color: #8e8c86;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
}

.hero__reassurance::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--signal);
  border-radius: 50%;
  transform: translateY(-50%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  min-height: 3.6rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.button--primary {
  padding: 0 1.35rem 0 1.7rem;
  color: #080808;
  background: var(--signal);
  transition: background 180ms ease, transform 180ms ease;
}

.button--primary:hover {
  background: #ff6240;
  transform: translateY(-2px);
}

.button--primary span {
  font-size: 1.05rem;
}

.button--text {
  color: #c8c6c0;
}

.opportunity {
  position: relative;
  overflow: hidden;
  padding: 0 var(--page-pad) clamp(5rem, 10vw, 10rem);
  color: #141412;
  background:
    linear-gradient(rgba(20, 20, 18, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 18, 0.055) 1px, transparent 1px),
    #efede6;
  background-size: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
}

.opportunity::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(20, 20, 18, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 5rem rgba(20, 20, 18, 0.025),
    0 0 0 10rem rgba(20, 20, 18, 0.018);
  pointer-events: none;
}

.opportunity__signal {
  position: relative;
  height: clamp(4.5rem, 8vw, 7.5rem);
  margin: 0 calc(var(--page-pad) * -1);
  overflow: hidden;
  border-bottom: 1px solid rgba(20, 20, 18, 0.18);
}

.opportunity__signal::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72%;
  height: 1px;
  background: var(--signal);
  box-shadow: 0 0 0.9rem rgba(255, 75, 35, 0.4);
}

.opportunity__signal span {
  position: absolute;
  top: -0.27rem;
  left: 72%;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 1.2rem rgba(255, 75, 35, 0.75);
}

.section-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(20, 20, 18, 0.2);
  color: #686660;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-meta span {
  color: var(--signal);
}

.section-meta p {
  margin: 0;
}

.opportunity__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.62fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(5rem, 10vw, 10rem) 0 clamp(4.5rem, 8vw, 7.5rem);
}

.opportunity h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 6.2vw, 7.15rem);
  font-weight: 540;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.opportunity h2 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.opportunity__copy {
  align-self: end;
  padding-bottom: 0.4rem;
}

.opportunity__copy p {
  margin: 0;
  color: #5d5b56;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  letter-spacing: -0.018em;
  line-height: 1.56;
}

.leverage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(20, 20, 18, 0.25);
  border-bottom: 1px solid rgba(20, 20, 18, 0.25);
}

.leverage-card {
  position: relative;
  min-height: 30rem;
  padding: 1.6rem clamp(1.5rem, 3vw, 3rem) 2.5rem;
  border-right: 1px solid rgba(20, 20, 18, 0.25);
  transition: color 240ms ease, background 240ms ease;
}

.leverage-card:last-child {
  border-right: 0;
}

.leverage-card:hover {
  color: #f2f0ea;
  background: #131311;
}

.leverage-card__number {
  color: #74716b;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.leverage-card h3 {
  margin: 2.1rem 0 1.15rem;
  font-size: clamp(1.8rem, 2.8vw, 3.15rem);
  font-weight: 530;
  letter-spacing: -0.055em;
}

.leverage-card p {
  max-width: 25rem;
  margin: 0;
  color: #68655f;
  font-size: 0.98rem;
  line-height: 1.55;
  transition: color 240ms ease;
}

.leverage-card:hover p {
  color: #aaa8a2;
}

.leverage-card__arrow {
  position: absolute;
  right: 1.75rem;
  bottom: 1.75rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(20, 20, 18, 0.3);
  border-radius: 50%;
  font-size: 0.95rem;
  transition: color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.leverage-card:hover .leverage-card__arrow {
  color: var(--signal);
  border-color: rgba(255, 75, 35, 0.65);
  transform: rotate(45deg);
}

.leverage-card__visual {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.75rem);
  bottom: 6.6rem;
  left: clamp(1.25rem, 3vw, 2.75rem);
  height: 9rem;
  opacity: 0.56;
}

.leverage-card__visual svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.diagram-muted {
  fill: #efede6;
  stroke: currentColor;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.diagram-muted path,
.diagram-active,
.diagram-arrowhead {
  fill: none;
}

.diagram-active,
.diagram-arrowhead {
  stroke: var(--signal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.diagram-runner {
  fill: var(--signal);
  stroke: var(--signal);
}

.diagram-discovery,
.diagram-buildflow,
.diagram-compound {
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  transition: stroke-dashoffset 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.diagram-scan {
  fill: var(--signal);
  stroke: var(--signal);
  stroke-width: 1;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 180ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.diagram-insights {
  fill: var(--signal);
  opacity: 0;
  transition: opacity 260ms ease 580ms;
}

.diagram-module {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.diagram-module--a {
  transform: translate(-12px, 12px);
}

.diagram-module--b {
  transform: translate(8px, -15px);
}

.diagram-module--c {
  transform: translate(-7px, 14px);
}

.diagram-module--d {
  transform: translate(13px, -10px);
}

.diagram-dashed {
  stroke-dasharray: 5 7;
}

.diagram-runner,
.diagram-arrowhead {
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 220ms ease 700ms, transform 480ms ease 650ms;
}

.leverage-card:hover .diagram-discovery,
.leverage-card:hover .diagram-buildflow,
.leverage-card:hover .diagram-compound {
  stroke-dashoffset: 0;
}

.leverage-card:hover .diagram-runner,
.leverage-card:hover .diagram-arrowhead {
  opacity: 1;
  transform: translateX(0);
}

.leverage-card:hover .diagram-scan {
  opacity: 0.85;
  transform: translateX(330px);
}

.leverage-card:hover .diagram-insights {
  opacity: 1;
}

.leverage-card:hover .diagram-module {
  transform: translate(0, 0);
}

.leverage-card:hover .diagram-muted {
  stroke: rgba(242, 240, 234, 0.55);
}

.leverage-card:hover .diagram-muted circle,
.leverage-card:hover .diagram-muted rect {
  fill: #131311;
}

@media (hover: none) {
  .diagram-discovery,
  .diagram-buildflow,
  .diagram-compound {
    stroke-dashoffset: 0;
  }

  .diagram-runner,
  .diagram-arrowhead {
    opacity: 1;
    transform: none;
  }

  .diagram-insights {
    opacity: 1;
  }

  .diagram-module {
    transform: none;
  }
}

.possibilities {
  position: relative;
  overflow: hidden;
  padding: 0 var(--page-pad) clamp(4.5rem, 7vw, 7rem);
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 75, 35, 0.06), transparent 24rem),
    #0a0a0a;
}

.possibilities::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(242, 240, 234, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 240, 234, 0.04) 1px, transparent 1px);
  background-size: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
  pointer-events: none;
}

.section-meta--dark {
  border-color: rgba(242, 240, 234, 0.16);
  color: #77756f;
}

.possibilities__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

.possibilities__intro h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.25rem, 5.3vw, 6.2rem);
  font-weight: 530;
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.possibilities__intro h2 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.possibilities__intro p {
  max-width: 20rem;
  margin: 0 0 0.5rem;
  color: #aaa8a2;
  font-size: 1rem;
  line-height: 1.62;
}

.possibility-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(242, 240, 234, 0.2);
  border-left: 1px solid rgba(242, 240, 234, 0.2);
}

.possibility-card {
  position: relative;
  min-height: clamp(19rem, 24vw, 23rem);
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
  overflow: hidden;
  border-right: 1px solid rgba(242, 240, 234, 0.2);
  border-bottom: 1px solid rgba(242, 240, 234, 0.2);
  transition: background 280ms ease;
}

.possibility-card:hover {
  background: rgba(242, 240, 234, 0.035);
}

.possibility-card__number {
  color: var(--signal);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.13em;
}

.possibility-card h3 {
  max-width: 11ch;
  margin: clamp(3.5rem, 6vw, 5.5rem) 0 1.2rem;
  font-size: clamp(1.8rem, 2.5vw, 2.85rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 1;
}

.possibility-card > p {
  max-width: 23rem;
  margin: 0;
  color: #9d9b95;
  font-size: 0.92rem;
  line-height: 1.58;
}

.possibility-card__arrow {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(242, 240, 234, 0.25);
  border-radius: 50%;
  color: #77756f;
  font-size: 0.9rem;
  transition: color 200ms ease, border-color 200ms ease, transform 220ms ease;
}

.possibility-card:hover .possibility-card__arrow {
  color: var(--signal);
  border-color: rgba(255, 75, 35, 0.6);
  transform: rotate(45deg);
}

.possibility-card--signal {
  background: var(--signal);
  color: #0a0a0a;
}

.possibility-card--signal:hover {
  background: #ff5a35;
}

.possibility-card--signal > p {
  color: rgba(10, 10, 10, 0.62);
}

.possibility-card--signal .possibility-card__number {
  color: #0a0a0a;
}

.possibility-card--signal .possibility-card__arrow {
  color: rgba(10, 10, 10, 0.62);
  border-color: rgba(10, 10, 10, 0.23);
}

.possibility-card--signal:hover .possibility-card__arrow {
  color: #0a0a0a;
  border-color: rgba(10, 10, 10, 0.5);
}

.partnership {
  position: relative;
  overflow: hidden;
  padding: 0 var(--page-pad) clamp(4.5rem, 7vw, 7rem);
  color: #141412;
  background:
    linear-gradient(rgba(20, 20, 18, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 18, 0.05) 1px, transparent 1px),
    #efede6;
  background-size: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
}

.partnership__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.48fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

.partnership__intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.25rem, 5.3vw, 6.2rem);
  font-weight: 530;
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.partnership__intro h2 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.partnership__intro p {
  max-width: 30rem;
  margin: 0;
  color: #5e5c57;
  font-size: 1rem;
  line-height: 1.62;
}

.partnership-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(20, 20, 18, 0.22);
  border-left: 1px solid rgba(20, 20, 18, 0.22);
}

.partnership-row {
  position: relative;
  min-height: clamp(17rem, 23vw, 21rem);
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  border-right: 1px solid rgba(20, 20, 18, 0.22);
  border-bottom: 1px solid rgba(20, 20, 18, 0.22);
  transition: background 220ms ease;
}

.partnership-row:hover {
  background: rgba(255, 75, 35, 0.055);
}

.partnership-row > span {
  color: var(--signal);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.partnership-row h3 {
  max-width: 12ch;
  margin: clamp(3.5rem, 6vw, 5.5rem) 0 1.2rem;
  font-size: clamp(1.8rem, 2.7vw, 3.1rem);
  font-weight: 540;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.partnership-row p {
  max-width: 26rem;
  margin: 0;
  color: #67655f;
  font-size: 0.94rem;
  line-height: 1.58;
}

.about {
  position: relative;
  overflow: hidden;
  padding: 0 var(--page-pad) clamp(5rem, 9vw, 9rem);
  background:
    radial-gradient(circle at 10% 100%, rgba(255, 75, 35, 0.1), transparent 30%),
    #0a0a0a;
}

.about::after {
  content: "55";
  position: absolute;
  right: -0.04em;
  bottom: -0.25em;
  color: rgba(242, 240, 234, 0.025);
  font-size: clamp(18rem, 38vw, 40rem);
  font-weight: 700;
  letter-spacing: -0.13em;
  line-height: 0.7;
  pointer-events: none;
}

.about__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.58fr);
  gap: clamp(4rem, 10vw, 11rem);
  align-items: start;
  padding-top: clamp(4.5rem, 8vw, 8rem);
}

.about h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.6rem, 6.6vw, 7.5rem);
  font-weight: 530;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.about h2 em {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.about__copy {
  padding-top: 0.5rem;
}

.about__copy p {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  color: #aaa8a2;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.68;
}

.about__copy p:first-child {
  color: #d3d1ca;
}

.about__copy span {
  display: block;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: #77756f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.closing {
  padding: 0 var(--page-pad);
  color: #0a0a0a;
  background: var(--signal);
}

.closing__content {
  display: grid;
  justify-items: center;
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  text-align: center;
}

.closing__eyebrow {
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 540;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.closing h2 em {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.closing__content > p:not(.closing__eyebrow) {
  max-width: 39rem;
  margin: clamp(2.2rem, 4vw, 3.5rem) 0 0;
  color: rgba(10, 10, 10, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.62;
}

.closing__button {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  min-height: 4.25rem;
  margin-top: 2.5rem;
  padding: 0.25rem 0.35rem 0.25rem 1.6rem;
  border: 1px solid rgba(10, 10, 10, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.closing__button span {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-left: 1px solid rgba(10, 10, 10, 0.35);
  font-size: 1rem;
}

.closing__button:hover {
  color: var(--paper);
  background: #0a0a0a;
  transform: translateY(-2px);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  min-height: 7rem;
  border-top: 1px solid rgba(10, 10, 10, 0.35);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer__brand {
  width: 10rem;
  line-height: 0;
}

.site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer p {
  margin: 0;
}

.site-footer a:not(.site-footer__brand) {
  border-bottom: 1px solid rgba(10, 10, 10, 0.45);
  transition: border-color 180ms ease;
}

.site-footer a:not(.site-footer__brand):hover {
  border-color: transparent;
}

.site-footer__contact {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.45);
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  transition: border-color 180ms ease;
}

.site-footer__contact:hover {
  border-color: transparent;
}

.lead-modal {
  width: min(68rem, calc(100% - 2rem));
  max-width: none;
  max-height: min(48rem, calc(100dvh - 2rem));
  padding: 0;
  overflow: visible;
  border: 0;
  color: #141412;
  background: transparent;
}

.lead-modal::backdrop {
  background: rgba(5, 5, 5, 0.8);
  backdrop-filter: blur(8px);
}

.lead-modal[open] {
  animation: modal-enter 240ms ease-out both;
}

.lead-modal__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  max-height: min(48rem, calc(100dvh - 2rem));
  overflow: auto;
  border: 1px solid rgba(242, 240, 234, 0.18);
  background:
    linear-gradient(rgba(20, 20, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 18, 0.045) 1px, transparent 1px),
    #efede6;
  background-size: 4rem 4rem;
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.45);
}

.lead-modal__close {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5e5c57;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-modal__close span:last-child {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(20, 20, 18, 0.3);
  border-radius: 50%;
  color: #141412;
  font-size: 1.15rem;
  font-weight: 400;
  transition: color 180ms ease, background 180ms ease;
}

.lead-modal__close:hover span:last-child {
  color: var(--paper);
  background: var(--ink);
}

.lead-modal__intro {
  display: flex;
  min-height: 38rem;
  padding: clamp(2rem, 4vw, 4rem);
  flex-direction: column;
  justify-content: flex-end;
  color: var(--paper);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 75, 35, 0.16), transparent 35%),
    var(--ink);
}

.lead-modal__intro > p:first-child,
.lead-modal__success > p:first-child {
  margin: 0 0 auto;
  color: var(--signal);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-modal__intro h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 530;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.lead-modal__intro h2 em {
  display: block;
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.lead-modal__intro > p:last-child {
  max-width: 27rem;
  margin: 2rem 0 0;
  color: #aaa8a2;
  font-size: 0.95rem;
  line-height: 1.65;
}

.lead-form {
  display: flex;
  padding: clamp(4.5rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 4rem) clamp(2rem, 4vw, 3rem);
  flex-direction: column;
  justify-content: center;
}

.lead-form__honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.lead-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
}

.lead-form label {
  display: grid;
  gap: 0.6rem;
}

.lead-form label > span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form label small {
  margin-left: 0.35rem;
  color: #8a8882;
  font-size: 0.58rem;
  font-weight: 500;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(20, 20, 18, 0.3);
  border-radius: 0;
  outline: 0;
  color: #141412;
  background: rgba(255, 255, 255, 0.15);
  transition: border-color 180ms ease, background 180ms ease;
}

.lead-form input {
  height: 2.9rem;
  padding: 0 0.65rem;
}

.lead-form textarea {
  min-height: 7.5rem;
  padding: 0.75rem 0.65rem;
  resize: vertical;
  line-height: 1.5;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--signal);
  background: rgba(255, 255, 255, 0.45);
}

.lead-form__message {
  margin-top: 1.75rem;
}

.lead-form__submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.lead-form__submit-row > p {
  max-width: 15rem;
  margin: 0;
  color: #77756f;
  font-size: 0.7rem;
  line-height: 1.5;
}

.lead-form__submit-row button,
.lead-modal__success button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 1rem 0 1.25rem;
  border: 0;
  color: var(--paper);
  background: var(--signal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.lead-form__submit-row button:hover,
.lead-modal__success button:hover {
  background: #ff6240;
  transform: translateY(-2px);
}

.lead-form__submit-row button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.lead-form__status {
  min-height: 1.25rem;
  margin: 0.8rem 0 0;
  color: #a12f19;
  font-size: 0.75rem;
}

.lead-modal__success {
  min-height: 38rem;
  padding: clamp(4rem, 7vw, 7rem);
  align-content: center;
  grid-column: 2;
}

.lead-modal__success:not([hidden]) {
  display: grid;
}

.lead-modal__success h2 {
  margin: 2rem 0 1rem;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.lead-modal__success > p:not(:first-child) {
  max-width: 28rem;
  margin: 0 0 2rem;
  color: #67655f;
  line-height: 1.65;
}

.lead-modal__success button {
  justify-self: start;
}

@keyframes modal-enter {
  from {
    opacity: 0;
    transform: translateY(1.5rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1040px) and (min-width: 821px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 5.5rem;
  }

  .site-nav {
    display: none;
  }

  .brand {
    width: 10.5rem;
  }

  .header-cta {
    font-size: 0;
    gap: 0;
  }

  .header-cta span {
    font-size: 0.9rem;
  }

  .hero__content {
    padding-top: clamp(4rem, 10vh, 6.5rem);
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6.4rem);
    line-height: 0.87;
  }

  .hero__lede {
    max-width: 30rem;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.62)),
      linear-gradient(0deg, rgba(10, 10, 10, 0.9), transparent 36%);
  }

  .opportunity__intro {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .opportunity h2 {
    max-width: 13ch;
  }

  .opportunity__copy {
    max-width: 35rem;
  }

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

  .leverage-card {
    min-height: 25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 20, 18, 0.25);
  }

  .leverage-card:last-child {
    border-bottom: 0;
  }

  .leverage-card__visual {
    right: 2rem;
    bottom: 5.5rem;
    left: 45%;
  }

  .possibilities__intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

  .possibility-card {
    min-height: 18rem;
  }

  .partnership__intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .partnership-list {
    grid-template-columns: 1fr;
  }

  .about__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about h2 {
    max-width: 11ch;
  }

  .about__copy {
    max-width: 37rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 0;
  }

  .site-footer > :nth-child(even) {
    justify-self: end;
    text-align: right;
  }

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

  .lead-modal__intro {
    min-height: 19rem;
    padding: 2rem;
  }

  .lead-modal__intro > p:first-child {
    margin-bottom: 3rem;
  }

  .lead-modal__intro h2 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 9vw, 4.5rem);
  }

  .lead-modal__intro h2 em {
    display: inline;
  }

  .lead-modal__intro > p:last-child {
    margin-top: 1.4rem;
  }

  .lead-form {
    padding-top: 3rem;
  }

  .lead-modal__success {
    min-height: 27rem;
    grid-column: 1;
  }

}

@media (max-width: 540px) {
  .eyebrow {
    margin-bottom: 1.5rem;
    font-size: 0.61rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .button--primary {
    width: 100%;
  }

  .button--text {
    min-height: 2.5rem;
  }

  .section-meta {
    grid-template-columns: 2rem 1fr;
  }

  .section-meta p:last-child {
    display: none;
  }

  .opportunity__intro {
    padding-top: 4.5rem;
  }

  .opportunity h2 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
  }

  .leverage-card {
    min-height: 27rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .leverage-card__visual {
    right: 1.25rem;
    bottom: 6.5rem;
    left: 1.25rem;
  }

  .possibilities__intro {
    padding-top: 3.5rem;
  }

  .possibilities__intro h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

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

  .possibility-card {
    min-height: 14.5rem;
    padding: 1.25rem 4rem 1.5rem 1.25rem;
  }

  .possibility-card h3 {
    max-width: 14ch;
    margin-top: 2.25rem;
    font-size: 2rem;
  }

  .possibility-card__arrow {
    right: 1rem;
    bottom: 1rem;
  }

  .partnership__intro {
    padding-top: 3.5rem;
  }

  .partnership__intro h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .partnership-row {
    min-height: 14.5rem;
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .partnership-row h3 {
    margin-top: 2.25rem;
    font-size: 2rem;
  }

  .about {
    padding-bottom: 5rem;
  }

  .about__layout {
    padding-top: 3.5rem;
  }

  .about h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .about__copy span {
    line-height: 1.7;
  }

  .closing__content {
    justify-items: stretch;
    text-align: left;
  }

  .closing h2 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .closing__button {
    justify-content: space-between;
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem 0;
  }

  .site-footer > :nth-child(even) {
    justify-self: start;
    text-align: left;
  }

  .lead-modal {
    width: 100%;
    max-height: 100dvh;
    margin: auto 0 0;
  }

  .lead-modal__shell {
    max-height: 100dvh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .lead-modal__close {
    top: 1rem;
    right: 1rem;
    color: #aaa8a2;
  }

  .lead-modal__close span:first-child {
    display: none;
  }

  .lead-modal__close span:last-child {
    border-color: rgba(242, 240, 234, 0.4);
    color: var(--paper);
  }

  .lead-form__grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .lead-form__submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .lead-form__submit-row button {
    width: 100%;
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}
