@font-face {
  font-family: "Tilda Sans";
  src: url("assets/tilda-sans-vf.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f3f1;
  --surface: #ffffff;
  --surface-strong: #eeece9;
  --ink: #1f2933;
  --muted: #6f7475;
  --line: #d6d3ce;
  --orange: #ff5700;
  --orange-dark: #d94700;
  --khaki: #ada69c;
  --shadow: 0 18px 46px rgba(31, 41, 51, 0.12);
  --content: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Tilda Sans", Arial, sans-serif;
  line-height: 1.45;
}

body,
button,
a {
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 86px;
  padding: 12px max(28px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(214, 211, 206, 0.92);
  background: rgba(244, 243, 241, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
  width: 214px;
  height: 58px;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--muted);
  font-size: 15px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 680;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:focus-visible,
.icon-button:focus-visible,
.workflow-dot:focus-visible,
.workflow-shell:focus-visible {
  outline: 3px solid rgba(255, 87, 0, 0.34);
  outline-offset: 3px;
}

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-primary:hover {
  background: var(--orange-dark);
}

.header-cta {
  position: relative;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 28px max(28px, calc((100vw - var(--content)) / 2));
  background: var(--ink);
  color: #fff;
}

.trust-band > div {
  padding: 8px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-band > div:first-child {
  border-left: 0;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 5px;
  font-size: 17px;
}

.trust-band span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.section {
  max-width: var(--content);
  margin: 0 auto;
  padding: 96px 28px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  column-gap: 64px;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h1,
.section-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 690;
  line-height: 1;
}

.section-heading > p:last-child {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 18px;
}

.architecture-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.architecture-flow li {
  min-width: 0;
  padding: 28px 26px 34px;
  border-left: 1px solid var(--line);
}

.architecture-flow li:first-child {
  border-left: 0;
}

.architecture-flow span {
  display: block;
  margin-bottom: 44px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 760;
}

.architecture-flow strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.architecture-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.workflow-section {
  max-width: none;
  padding-right: max(28px, calc((100vw - var(--content)) / 2));
  padding-left: max(28px, calc((100vw - var(--content)) / 2));
  background: var(--surface-strong);
}

.section-heading.compact {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  max-width: var(--content);
  margin-right: auto;
  margin-left: auto;
}

.workflow-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  min-height: 620px;
  max-width: var(--content);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.workflow-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 42px;
  border-right: 1px solid var(--line);
}

.workflow-counter {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px;
}

.workflow-counter strong {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
}

.workflow-progress {
  position: relative;
  height: 2px;
  margin: 14px 0 54px;
  overflow: hidden;
  background: var(--line);
}

.workflow-progress span {
  display: block;
  width: 11.11%;
  height: 100%;
  background: var(--orange);
  transition: width 240ms ease;
}

.workflow-copy h3 {
  margin-bottom: 18px;
  font-size: 44px;
  font-weight: 680;
  line-height: 1.03;
}

.workflow-copy > p {
  color: #4f585d;
  font-size: 18px;
}

.workflow-note {
  margin-top: 8px;
  padding: 16px 0 16px 18px;
  border-left: 3px solid var(--orange);
  color: var(--muted) !important;
  font-size: 15px !important;
}

.workflow-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 30px;
}

.icon-button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: 24px/1 "Tilda Sans", Arial, sans-serif;
  cursor: pointer;
}

.icon-button:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.workflow-dots {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  min-width: 0;
}

.workflow-dot {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.workflow-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid var(--khaki);
  border-radius: 50%;
  background: transparent;
  content: "";
  transform: translate(-50%, -50%);
}

.workflow-dot[aria-selected="true"]::before {
  border-color: var(--orange);
  background: var(--orange);
}

.workflow-media {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  padding: 34px;
  overflow: hidden;
  background: #f8f8f7;
}

.workflow-media-host {
  display: grid;
  width: 100%;
  place-items: center;
}

.workflow-media img,
.workflow-media video {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  border: 1px solid #dedbd6;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.1);
  transition: opacity 160ms ease, transform 160ms ease;
}

.workflow-media.is-changing img,
.workflow-media.is-changing video {
  opacity: 0;
  transform: translateY(6px);
}

.workflow-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  padding: 7px 10px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
}

.result-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 0.7fr);
  gap: 70px;
  align-items: start;
}

.result-copy h2 {
  margin-bottom: 24px;
  font-size: 62px;
  font-weight: 690;
  line-height: 1;
}

.result-copy > p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.result-list {
  border-top: 1px solid var(--line);
}

.result-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.result-list span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 760;
}

.result-list strong {
  font-size: 18px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  padding: 70px max(28px, calc((100vw - var(--content)) / 2));
  background: var(--ink);
  color: #fff;
}

.cta-band h2 {
  max-width: 970px;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 670;
  line-height: 1.02;
}

.site-footer {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px max(28px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 14px;
}

.site-footer img {
  width: 190px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin: 0;
}

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

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 210px 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .section-heading h1,
  .section-heading h2,
  .result-copy h2 {
    font-size: 54px;
  }

  .cta-band h2 {
    font-size: 50px;
  }

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

  .trust-band > div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .architecture-flow li:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .architecture-flow li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .workflow-shell {
    grid-template-columns: 340px minmax(0, 1fr);
  }

  .workflow-copy {
    padding: 30px;
  }

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

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 8px 18px;
  }

  .brand {
    width: 168px;
    height: 48px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .trust-band {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .trust-band > div,
  .trust-band > div:nth-child(3) {
    grid-column: auto;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .trust-band > div:first-child {
    border-top: 0;
  }

  .section,
  .workflow-section {
    padding: 72px 18px;
  }

  .section-heading,
  .section-heading.compact {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .section-heading h1,
  .section-heading h2,
  .result-copy h2 {
    font-size: 46px;
  }

  .architecture-flow {
    grid-template-columns: 1fr;
  }

  .architecture-flow li,
  .architecture-flow li:nth-child(3),
  .architecture-flow li:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .architecture-flow li:first-child {
    border-top: 0;
  }

  .architecture-flow span {
    margin-bottom: 22px;
  }

  .workflow-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .workflow-copy {
    min-height: 440px;
    padding: 28px 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-copy h3 {
    font-size: 38px;
  }

  .workflow-progress {
    margin-bottom: 36px;
  }

  .workflow-media {
    min-height: 330px;
    padding: 16px 12px 46px;
  }

  .workflow-media img,
  .workflow-media video {
    max-height: 320px;
  }

  .workflow-dot {
    height: 30px;
  }

  .workflow-dot::before {
    width: 8px;
    height: 8px;
  }

  .result-section {
    gap: 36px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 58px 18px;
  }

  .cta-band .button {
    width: 100%;
  }

  .cta-band h2 {
    font-size: 44px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px 18px;
  }
}

@media (max-width: 430px) {
  .section-heading h1,
  .section-heading h2,
  .result-copy h2 {
    font-size: 40px;
  }

  .workflow-copy h3 {
    font-size: 34px;
  }

  .cta-band h2 {
    font-size: 38px;
  }

  .header-cta {
    width: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .header-cta::after {
    content: "→";
    position: absolute;
    color: #fff;
    font-size: 20px;
  }

  .workflow-controls {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
  }

  .icon-button {
    width: 42px;
    height: 42px;
  }
}

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

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