:root {
  --st-white: #ffffff;
  --st-paper: #fafaf8;
  --st-bone: #f5f3ee;
  --st-ink: #111111;
  --st-soft: #404756;
  --st-muted: #626978;
  --st-fire: #c94a1a;
  --st-steel: #5c7c9f;
  --st-max: 1180px;
  --st-gutter: clamp(22px, 4vw, 48px);
}

.st-commercial-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--st-ink);
  background: var(--st-white);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

.st-commercial-page *,
.st-commercial-page *::before,
.st-commercial-page *::after {
  box-sizing: border-box;
}

.st-commercial-page h1,
.st-commercial-page h2,
.st-commercial-page h3,
.st-commercial-page h4,
.st-commercial-page .st-chrome__nav a,
.st-commercial-page .commercial-button,
.st-commercial-page button,
.st-commercial-page label,
.st-commercial-page summary {
  font-family: "Poppins", Arial, sans-serif;
}

.st-commercial-page h1,
.st-commercial-page h2,
.st-commercial-page h3,
.st-commercial-page p,
.st-commercial-page figure {
  margin-top: 0;
}

.st-commercial-page a {
  color: inherit;
}

.st-commercial-page a:focus-visible,
.st-commercial-page button:focus-visible,
.st-commercial-page input:focus-visible,
.st-commercial-page select:focus-visible,
.st-commercial-page textarea:focus-visible,
.st-commercial-page summary:focus-visible {
  outline: 3px solid var(--st-steel);
  outline-offset: 3px;
}

.commercial-skip {
  position: fixed;
  top: 12px;
  left: -240px;
  z-index: 1000;
  padding: 11px 15px;
  color: var(--st-white);
  background: var(--st-ink);
  text-decoration: none;
}

.st-commercial-page .commercial-skip {
  color: var(--st-white);
}

.commercial-skip:focus {
  left: 12px;
}

.st-commercial-page .st-chrome {
  border: 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: none;
}

.st-commercial-page .st-chrome__brand span {
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.19em;
}

.st-commercial-page .st-chrome__nav a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.st-commercial-page .st-chrome__nav a::after {
  display: none;
}

.commercial-shell {
  width: min(100%, var(--st-max));
  margin: 0 auto;
}

.commercial-eyebrow {
  margin: 0 0 14px;
  color: var(--st-soft);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.commercial-hero {
  padding: clamp(54px, 7vw, 88px) var(--st-gutter) clamp(64px, 8vw, 102px);
}

.commercial-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.commercial-hero h1 {
  max-width: 18ch;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.2vw, 3.85rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.commercial-lead {
  max-width: 660px;
  margin-bottom: 16px;
  font-size: clamp(1.14rem, 1.6vw, 1.34rem);
  line-height: 1.5;
}

.commercial-support {
  max-width: 660px;
  margin-bottom: 26px;
  color: var(--st-soft);
  font-size: 0.98rem;
}

.commercial-portrait {
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
}

.commercial-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.commercial-portrait--landscape {
  width: min(100%, 520px);
}

.commercial-portrait--landscape img {
  aspect-ratio: 3 / 2;
  object-position: center;
}

.commercial-portrait figcaption {
  padding-top: 11px;
  color: var(--st-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

.commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.commercial-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 0;
  color: var(--st-ink);
  background: var(--st-fire);
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.commercial-button:hover {
  filter: brightness(0.95);
}

.commercial-button--quiet {
  background: var(--st-paper);
}

.commercial-text-link {
  color: var(--st-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.commercial-price-note {
  margin: 14px 0 0;
  color: var(--st-soft);
  font-size: 0.88rem;
}

.commercial-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 0 var(--st-gutter) clamp(56px, 7vw, 82px);
}

.commercial-facts p {
  margin: 0;
}

.commercial-facts strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.commercial-facts span {
  color: var(--st-soft);
  font-size: 0.88rem;
}

.commercial-section {
  padding: clamp(62px, 8vw, 96px) var(--st-gutter);
}

.commercial-section--paper {
  background: var(--st-paper);
}

.commercial-section--bone {
  background: var(--st-bone);
}

.commercial-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 28px 64px;
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.commercial-section h2,
.commercial-final h2 {
  max-width: 21ch;
  margin-bottom: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-wrap: balance;
}

.commercial-section__intro {
  max-width: 670px;
  margin: 0;
  color: var(--st-soft);
}

.commercial-scene {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 38px 78px;
  align-items: start;
}

.commercial-scene__statement {
  max-width: 22ch;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.commercial-scene__copy p {
  max-width: 66ch;
  margin-bottom: 17px;
}

.commercial-scene__copy p:last-child {
  margin-bottom: 0;
}

.commercial-triptych,
.commercial-routes,
.commercial-proof,
.commercial-fit,
.commercial-process {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.commercial-triptych,
.commercial-routes,
.commercial-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.commercial-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.commercial-triptych article,
.commercial-routes article,
.commercial-proof article,
.commercial-fit article,
.commercial-process article {
  min-width: 0;
}

.commercial-routes article {
  padding: 28px 26px;
  background: var(--st-white);
}

.commercial-routes article:first-child {
  background: var(--st-bone);
}

.commercial-triptych small,
.commercial-routes small,
.commercial-proof small,
.commercial-process small,
.commercial-fit small,
.commercial-label {
  display: block;
  margin-bottom: 10px;
  color: var(--st-soft);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.commercial-triptych h3,
.commercial-routes h3,
.commercial-proof h3,
.commercial-process h3,
.commercial-fit h3 {
  margin-bottom: 12px;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
}

.commercial-triptych p,
.commercial-routes p,
.commercial-proof p,
.commercial-process p,
.commercial-fit p,
.commercial-fit li {
  color: var(--st-soft);
}

.commercial-routes ul,
.commercial-fit ul {
  margin: 16px 0 22px;
  padding-left: 20px;
}

.commercial-routes li + li,
.commercial-fit li + li {
  margin-top: 7px;
}

.commercial-route-price {
  margin: 0 0 12px;
  color: var(--st-ink) !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.commercial-proof strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.commercial-quote {
  max-width: 850px;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.65vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.commercial-notes {
  display: grid;
  gap: 8px;
}

.commercial-notes details {
  padding: 0;
  background: var(--st-white);
}

.commercial-notes summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 600;
  list-style: none;
}

.commercial-notes summary::-webkit-details-marker {
  display: none;
}

.commercial-notes summary::after {
  flex: 0 0 auto;
  color: var(--st-soft);
  content: "Open";
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-notes details[open] {
  background: var(--st-bone);
}

.commercial-notes details[open] summary::after {
  content: "Close";
}

.commercial-note__body {
  max-width: 840px;
  padding: 0 20px 20px;
  color: var(--st-soft);
}

.commercial-note__body p:last-child {
  margin-bottom: 0;
}

.commercial-final {
  padding: clamp(60px, 8vw, 90px) var(--st-gutter);
  background: var(--st-bone);
}

.commercial-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.6fr);
  gap: 30px 64px;
  align-items: end;
}

.commercial-final p:not(.commercial-eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--st-soft);
}

.commercial-footer {
  padding: 56px var(--st-gutter) 30px;
  background: var(--st-paper);
}

.st-commercial-page .commercial-footer.st-chrome-footer {
  border: 0;
  color: var(--st-ink);
  font-family: "Lato", Arial, sans-serif;
}

.st-commercial-page .commercial-footer.st-chrome-footer::before {
  display: none;
}

.commercial-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: 42px 72px;
}

.commercial-footer__brand a {
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 1.35rem;
  text-decoration: none;
}

.commercial-footer__brand p {
  max-width: 34ch;
  margin: 12px 0 0;
  color: var(--st-soft);
  font-size: 0.88rem;
}

.commercial-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.commercial-footer nav a {
  color: var(--st-soft);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.commercial-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
  margin-top: 42px;
  color: var(--st-muted);
  font-size: 0.76rem;
}

.commercial-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.2fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}

.commercial-form {
  display: grid;
  gap: 22px;
  padding: 32px;
  background: var(--st-paper);
}

.commercial-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.commercial-field {
  display: grid;
  gap: 8px;
}

.commercial-field label,
.commercial-field legend {
  color: var(--st-ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.commercial-field label span {
  color: var(--st-muted);
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
}

.commercial-field input,
.commercial-field select,
.commercial-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #a7abb3;
  border-radius: 0;
  color: var(--st-ink);
  background: var(--st-white);
  font: inherit;
}

.commercial-field textarea {
  min-height: 132px;
  resize: vertical;
}

.commercial-field input[aria-invalid="true"],
.commercial-field select[aria-invalid="true"],
.commercial-field textarea[aria-invalid="true"] {
  border-color: var(--st-fire);
}

.commercial-form-note {
  margin: 0;
  color: var(--st-soft);
  font-size: 0.86rem;
}

.commercial-form .st-form-status {
  border: 0;
  padding: 14px 16px;
  background: var(--st-bone);
}

@media (max-width: 940px) {
  .commercial-hero__grid,
  .commercial-section__head,
  .commercial-scene,
  .commercial-final__grid,
  .commercial-form-layout,
  .commercial-footer__grid {
    grid-template-columns: 1fr;
  }

  .commercial-portrait {
    width: min(100%, 520px);
    justify-self: start;
  }

  .commercial-process,
  .commercial-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .st-commercial-page {
    font-size: 16px;
  }

  .commercial-hero,
  .commercial-section,
  .commercial-final,
  .commercial-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .commercial-hero {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .commercial-hero h1 {
    font-size: clamp(2.25rem, 10.6vw, 3.15rem);
  }

  .commercial-triptych,
  .commercial-routes,
  .commercial-proof,
  .commercial-fit,
  .commercial-process,
  .commercial-facts,
  .commercial-form__row {
    grid-template-columns: 1fr;
  }

  .commercial-facts {
    gap: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .commercial-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .commercial-button,
  .commercial-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .commercial-form {
    padding: 24px 20px;
  }

  .commercial-footer nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .st-commercial-page .st-chrome__inner {
    min-height: 64px;
  }

  .st-commercial-page .st-chrome__brand span {
    display: none;
  }

  .st-commercial-page .st-chrome__nav {
    gap: 13px;
    overflow-x: auto;
  }

  .st-commercial-page .st-chrome__nav a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}
