:root {
  --blue: #2458ff;
  --soft-blue: #bfd9f2;
  --paper: #f6f5f2;
  --paper-2: #f6f5f2;
  --header-bg: #fbfaf7;
  --ink: #050505;
  --muted: #777;
  --line: #deded8;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Black.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-BoldItalic.otf") format("opentype");
  font-weight: 700 950;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TAY Bang!";
  src:
    url("./assets/fonts/TAYBang.woff2") format("woff2"),
    url("./assets/fonts/TAYBang.woff") format("woff");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.factory-page {
  background: var(--paper);
}

button,
input {
  font: inherit;
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 34px 74px 28px;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: block;
  width: 108px;
  line-height: 0;
}

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

.site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 74px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 86px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-width: 86px;
  min-height: 34px;
  padding: 3px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.lang-toggle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: var(--blue);
  transition: translate 180ms ease;
}

.lang-toggle.is-active::before {
  translate: calc(100% + 0px) 0;
}

.lang-toggle span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.lang-toggle:not(.is-active) span:first-child,
.lang-toggle.is-active span:last-child {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 30px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(36, 88, 255, 0.12);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(36, 88, 255, 0.18);
}

.button:active {
  transform: translateY(0);
}

.button-small {
  min-height: 40px;
  padding-inline: 30px;
}

.button.white {
  border-color: #fff;
  background: #fff;
  color: var(--blue);
}

.section,
.hero,
.stats,
.final-cta {
  max-width: 1440px;
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.94fr 0.92fr;
  min-height: 665px;
  padding: 108px 74px 96px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  width: 260px;
  max-width: 260px;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
}

.eyebrow.muted {
  color: #8a8a8a;
}

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

h1,
h2 {
  font-weight: 950;
  line-height: 1.03;
  text-transform: uppercase;
}

h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 820px;
  font-size: 72px;
  font-weight: 900;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

h1 span {
  display: block;
}

.factory-title-line {
  display: flex;
  align-items: flex-end;
  gap: 26px;
}

h1 .indent {
  padding-left: 35px;
  white-space: nowrap;
}

h2 {
  font-size: 66px;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.hero-title {
  position: relative;
  animation: soft-rise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.factory-icon {
  display: inline-block;
  flex: 0 0 auto;
  z-index: 3;
  width: 94px;
  margin-bottom: 10px;
  animation: float-small 5.8s ease-in-out 500ms infinite;
}

.hangtag {
  position: absolute;
  z-index: 1;
  left: 470px;
  top: 350px;
  width: 148px;
  transform-origin: 50% 12%;
  animation: tag-swing 6.5s ease-in-out 700ms infinite;
}

.hero-intro {
  display: grid;
  align-content: start;
  justify-items: start;
  padding-top: 0;
  padding-left: 36px;
  animation: soft-rise 820ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.hero-stickers {
  width: 684px;
  max-width: 118%;
  margin-bottom: 28px;
  animation: float-large 7.5s ease-in-out 700ms infinite;
}

.hero-intro p:not(.tiny) {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.55;
}

.hero-intro .button {
  min-height: 40px;
  padding-inline: 30px;
  font-size: 14px;
}

.tiny {
  margin-top: 20px;
  color: #151515;
  font-size: 13px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 52px 74px;
  background: #000;
  color: #fff;
}

.stats strong {
  display: block;
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 0.9;
  font-weight: 700;
}

.stats div:nth-child(1) strong {
  color: var(--soft-blue);
}

.stats span {
  font-size: 13px;
  font-weight: 400;
}

.section {
  position: relative;
  padding: 110px 74px;
}

.problem,
.standard,
.comparison-section,
.faq {
  background: var(--paper-2);
}

.problem {
  min-height: 760px;
  overflow: hidden;
}

.problem .eyebrow {
  margin-left: 0;
  font-size: 12px;
  font-weight: 700;
}

.problem-title {
  position: relative;
  max-width: 1020px;
  margin: 58px auto 0;
}

.problem h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.problem-line {
  display: block;
}

.problem-line-1 {
  margin-left: 20px;
  text-align: left;
}

.problem-line-2 {
  margin-left: -150px;
  text-align: left;
}

.problem-line-3 {
  margin-left: -58px;
  text-align: left;
}

.problem-search {
  position: absolute;
  left: 590px;
  top: 62px;
  width: 80px;
  height: auto;
}

.calculator {
  position: absolute;
  top: 112px;
  right: 74px;
  width: 375px;
  transform: rotate(5deg);
  animation: calculator-hover 7s ease-in-out 600ms infinite;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 54px;
  margin: 90px auto 0;
  max-width: 1115px;
}

.issue-card {
  position: relative;
  min-height: 114px;
  padding: 28px 72px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.issue-card strong {
  position: absolute;
  top: 28px;
  right: 26px;
  color: var(--blue);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  font-family: "TAY Bang!", "Satoshi", Arial, Helvetica, sans-serif;
}

.issue-card h3,
.steps h3 {
  font-weight: 700;
  -webkit-text-stroke: 0.49px currentColor;
  paint-order: stroke fill;
}

.issue-card p,
.steps p,
.level-card p,
.price-card p,
.faq-grid p {
  margin-bottom: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.45;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: start;
}

.how {
  min-height: 760px;
  background: var(--header-bg);
}

.how .eyebrow {
  font-size: 12px;
  font-weight: 700;
}

.how h2 {
  max-width: 580px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.how-copy {
  position: relative;
  min-height: 540px;
}

.how-chat-icon {
  display: block;
  position: absolute;
  top: 96px;
  left: 300px;
  width: 68px;
  height: auto;
  margin-top: 8px;
  margin-left: 8px;
  animation: float-small 5.4s ease-in-out 400ms infinite;
}

.how-copy .button {
  display: flex;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  margin-top: 46px;
}

.how-note {
  position: absolute;
  right: 18px;
  bottom: -48px;
  width: 166px;
  animation: note-drift 6.8s ease-in-out 900ms infinite;
}

.steps {
  padding-top: 28px;
}

.steps article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 30px;
  padding: 0 0 34px;
  border-bottom: 1px solid var(--line);
}

.steps article + article {
  padding-top: 34px;
}

.steps span {
  color: var(--soft-blue);
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  font-family: "TAY Bang!", "Satoshi", Arial, Helvetica, sans-serif;
}

.standard {
  grid-template-columns: 1.35fr 0.65fr;
  gap: 38px 56px;
  padding-top: 110px;
  padding-bottom: 38px;
}

.level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 211px));
  gap: 26px;
  justify-content: start;
}

.level-card {
  min-height: 345px;
  padding: 38px 14px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  text-align: center;
}

.level-card.trusted {
  background: #e7f1f8;
}

.level-icon {
  display: block;
  width: 82px;
  height: auto;
  margin: 0 auto 12px;
}

.level-card em {
  display: block;
  margin-bottom: 12px;
  color: #777;
  font-size: 13px;
}

.level-card p {
  font-size: 12px;
  line-height: 1.5;
}

.level-card strong {
  display: block;
  margin-top: 24px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.standard-copy {
  margin-top: -38px;
  padding-top: 0;
  text-align: right;
}

.standard-copy .eyebrow {
  font-size: 12px;
  font-weight: 700;
}

.standard-copy h2 {
  margin-left: auto;
  max-width: 580px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.standard-copy p:not(.eyebrow) {
  max-width: 540px;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5;
}

.standard-note {
  grid-column: 1 / 2;
  margin: -6px 0 0;
  max-width: 560px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.black-strip {
  grid-column: 1 / -1;
  margin: 0;
  padding: 19px 26px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.comparison-section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.comparison-section .eyebrow {
  font-size: 12px;
  font-weight: 700;
}

.comparison-section h2 {
  max-width: 580px;
  margin-bottom: 68px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.comparison {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--header-bg);
}

table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 14px;
}

th,
td {
  padding: 20px 22px;
  border-top: 1px solid var(--line);
  background: var(--header-bg);
  text-align: center;
}

.comparison th {
  border-top: 0;
  font-weight: 500;
  line-height: 1.05;
}

.comparison th:nth-child(2) {
  font-weight: 900;
}

th:first-child,
td:first-child {
  text-align: left;
}

.comparison td:first-child {
  font-weight: 500;
}

.comparison td:not(:first-child) {
  font-size: 12px;
  text-transform: uppercase;
}

td:nth-child(2) {
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
}

.pricing {
  min-height: 740px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  background: var(--header-bg);
}

.pricing h2 {
  max-width: 580px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.pricing .eyebrow {
  font-size: 12px;
  font-weight: 700;
}

.pricing-copy {
  position: relative;
  min-height: 520px;
  margin-right: -18px;
}

.pricing-icon {
  position: absolute;
  left: 0;
  bottom: 136px;
  width: 76px;
  animation: float-small 5.6s ease-in-out 500ms infinite;
}

.pricing-tag {
  position: absolute;
  right: 115px;
  bottom: -12px;
  width: 125px;
  transform-origin: 50% 12%;
  animation: tag-swing 6.2s ease-in-out 700ms infinite;
}

.price-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-left: -22px;
  padding-top: 15px;
}

.price-card {
  position: relative;
  min-height: 438px;
  padding: 42px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.price-card:nth-child(2) {
  background: var(--paper);
}

.price-card h3 {
  font-size: 32px;
  font-weight: 900;
  -webkit-text-stroke: 0.49px currentColor;
}

.price-card strong {
  display: block;
  margin: 28px 0 10px;
  color: var(--blue);
  font-size: 34px;
  line-height: 0.95;
  font-weight: 900;
}

.price-card:first-child strong {
  margin-top: 48px;
}

.price-card:nth-child(2) strong {
  -webkit-text-stroke: 0.49px currentColor;
  paint-order: stroke fill;
}

.price-card span:not(.badge) {
  color: #777;
  font-size: 14px;
}

.price-card ul {
  margin: 30px 0 0;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.badge {
  position: absolute;
  top: 14px;
  right: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.faq {
  grid-template-columns: 0.66fr 1.34fr;
  gap: 58px;
  align-items: stretch;
}

.faq-copy {
  position: relative;
  min-height: 675px;
}

.faq-copy h2 {
  max-width: 580px;
  margin-bottom: 36px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.faq .eyebrow {
  font-size: 12px;
  font-weight: 700;
}

.faq-copy p:not(.eyebrow) {
  max-width: 610px;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
}

.faq-person {
  position: absolute;
  left: -24px;
  top: 340px;
  width: 410px;
  mix-blend-mode: normal;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-left: 88px;
}

.faq-grid article {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--header-bg);
  overflow: hidden;
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-marker {
  position: relative;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;
  width: 24px;
  height: 24px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--soft-blue);
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  font-size: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background: var(--blue);
}

.faq-marker::before {
  content: "+";
  font-size: 15px;
  line-height: 1;
  transform: translateY(0.5px);
}

.faq-item.is-open .faq-marker::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--soft-blue);
  transform: translateY(4.5px);
}

.faq-title {
  display: block;
  grid-column: 1;
  grid-row: 1;
  padding-top: 0;
}

.faq-grid h3 {
  max-width: none;
  margin: 0;
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

.faq-item p {
  display: none;
  margin: 0 64px 24px 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.faq-item.is-open p {
  display: block;
}

.level-card h3 {
  font-weight: 700;
  -webkit-text-stroke: 0.49px currentColor;
  paint-order: stroke fill;
}

.final-cta {
  position: relative;
  min-height: 512px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  padding: 78px 74px;
  background: #0f4ee8;
  color: #fff;
}

.final-copy {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  max-width: 540px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
}

.final-cta p {
  max-width: 560px;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.final-copy p:not(.tiny) {
  margin-bottom: 28px;
}

.final-cta .tiny {
  margin-top: 22px;
  font-size: 13px;
}

.closing-people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 644px;
  max-width: 51.15%;
  animation: soft-rise 860ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-ready .reveal {
  opacity: 0;
  translate: 0 28px;
  transition:
    opacity 700ms ease var(--reveal-delay, 0ms),
    translate 700ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-small {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes float-large {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}

@keyframes tag-swing {
  0%,
  100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(4deg);
  }
}

@keyframes note-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(6px, -10px, 0) rotate(2deg);
  }
}

@keyframes calculator-hover {
  0%,
  100% {
    transform: rotate(5deg) translateY(0);
  }
  50% {
    transform: rotate(3deg) translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .motion-ready .reveal,
  .motion-ready .reveal.is-visible {
    opacity: 1;
    translate: 0 0;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  width: min(1060px, 100%);
  min-height: 635px;
  max-height: 86vh;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: var(--paper);
}

@media (min-width: 900px) {
  .modal-panel {
    height: 769px;
    max-height: 96vh;
    transform: scale(0.825);
    transform-origin: center;
  }

  body:not(.factory-page) .modal-register-image {
    width: min(88%, 432px);
    max-height: 442px;
  }
}

.modal-left {
  position: relative;
  padding: 42px 50px 0;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.modal-left .eyebrow {
  position: relative;
  z-index: 2;
  color: #b2d1ed;
}

.modal-left h2 {
  position: relative;
  z-index: 2;
  max-width: 360px;
  font-size: clamp(34px, 3.18vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
}

.modal-register-image {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: min(88%, 360px);
  height: auto;
  max-height: 368px;
  object-fit: contain;
  object-position: bottom right;
}

.factory-page .modal-panel {
  grid-template-columns: 296px 1fr;
  width: min(812px, 100%);
  min-height: 580px;
  height: auto;
  border-radius: 8px;
}

@media (min-width: 900px) {
  .factory-page .modal-panel {
    height: auto;
    max-height: 86vh;
    transform: none;
  }
}

.factory-page .modal-left {
  padding: 48px 36px 0;
}

.factory-page .modal-left .eyebrow {
  margin-bottom: 30px;
  color: #c6dcf3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.factory-page .modal-left h2 {
  max-width: 230px;
  font-size: 30px;
  line-height: 1.12;
}

.modal-left-copy {
  position: relative;
  z-index: 2;
  max-width: 220px;
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.modal-factory-label {
  position: absolute;
  right: 44px;
  bottom: 24px;
  width: 110px;
  height: auto;
  transform: rotate(8deg);
  transform-origin: 50% 12%;
}

.factory-page .site-header nav {
  gap: 46px;
  padding-right: 40px;
}

.factory-page .site-header {
  background: #fbfaf7;
}

.factory-hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.94fr 0.92fr;
  min-height: 665px;
  padding: 108px 74px 96px;
  overflow: hidden;
  background: var(--paper);
}

.lang-zh .eyebrow {
  letter-spacing: 0.05em;
}

.lang-zh .factory-section-copy h2,
.lang-zh .translation-copy h2,
.lang-zh .factory-final-cta h2 {
  line-height: 1.08;
}

.rfq-bar em {
  margin-left: 12px;
  font-style: normal;
}

.factory-hero-copy,
.factory-hero-intro,
.factory-section-copy,
.rfq-panel,
.factory-card-stack,
.fit-grid,
.factory-cta-visual {
  position: relative;
}

.factory-hero-copy h1 {
  max-width: 820px;
  font-size: 72px;
  line-height: 1.03;
  font-weight: 900;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.factory-hero-copy h1 .indent {
  padding-left: 76px;
}

.factory-hero-copy h1 .western-line {
  display: flex;
  align-items: flex-end;
  gap: 26px;
}

.factory-hero-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 85px;
  margin-bottom: 9px;
  animation: float-small 5.8s ease-in-out 500ms infinite;
}

.factory-hero-tag {
  position: absolute;
  z-index: 1;
  left: 470px;
  top: 350px;
  width: 148px;
  mix-blend-mode: multiply;
  transform-origin: 50% 12%;
  animation: tag-swing 6.5s ease-in-out 700ms infinite;
}

.factory-hero-intro {
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
  padding-left: 36px;
}

.factory-hero-stickers {
  width: 610px;
  max-width: 118%;
  margin: 0 0 32px -10px;
  animation: float-large 7.5s ease-in-out 700ms infinite;
}

.factory-hero-intro p:not(.tiny) {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.55;
}

.factory-stats strong {
  color: #fff;
  font-size: 40px;
}

.factory-stats div:nth-child(1) strong {
  color: var(--soft-blue);
}

.factory-rfq,
.factory-fit {
  background: #fbfaf7;
}

.factory-partner,
.factory-join {
  background: #f6f5f2;
}

.factory-section-copy h2 {
  max-width: 680px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.03;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.factory-section-copy p:not(.eyebrow):not(.tiny) {
  max-width: 560px;
  color: #222;
  font-size: 15px;
  line-height: 1.55;
}

.factory-card-stack {
  display: grid;
  gap: 20px;
  padding-top: 34px;
}

.factory-info-card,
.fit-grid article {
  position: relative;
  padding: 26px 30px 25px 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--header-bg);
}

.factory-info-card.highlighted,
.fit-grid article.highlighted {
  background: #e8f5ff;
}

.factory-info-card span {
  position: absolute;
  left: 28px;
  top: 28px;
  color: var(--blue);
  font-family: "TAY Bang!", "Satoshi", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.factory-info-card h3,
.fit-grid strong {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.factory-info-card p,
.fit-grid p {
  margin: 0;
  color: #222;
  font-size: 13px;
  line-height: 1.45;
}

.factory-rfq {
  align-items: center;
}

.factory-translation {
  display: grid;
  grid-template-columns: 0.96fr 1fr;
  gap: 72px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 92px 74px 90px;
  background: #e8f5ff;
}

.translation-copy,
.translation-panel,
.translation-benefits article {
  position: relative;
}

.translation-copy h2 {
  max-width: 660px;
  margin: 0 0 34px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.08;
  -webkit-text-stroke: 0.61px currentColor;
  paint-order: stroke fill;
}

.translation-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 40px;
  color: #111;
  font-size: 15px;
  line-height: 1.55;
}

.translation-pill {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  max-width: 100%;
  padding: 0 28px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.translation-panel {
  align-self: start;
  justify-self: end;
  width: min(100%, 540px);
  margin-top: 54px;
  border: 1px solid #d4d6d1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.translation-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 18px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.translation-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
}

.translation-bar span:nth-child(2) {
  background: var(--soft-blue);
}

.translation-bar span:nth-child(3) {
  background: var(--blue);
}

.translation-bar em {
  margin-left: 12px;
  font-style: normal;
}

.translation-panel-body {
  padding: 38px 40px 42px;
}

.translation-label {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.translation-bubble {
  margin: 0;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.translation-bubble.native {
  max-width: 492px;
  margin-bottom: 36px;
  padding: 24px 30px;
  background: #f6f5f2;
}

.translation-bubble.translated {
  max-width: 488px;
  margin-left: auto;
  padding: 28px 30px;
  background: #e6f4ff;
}

.translation-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.translation-benefits article {
  min-height: 106px;
  padding: 24px 26px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.translation-benefits h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.translation-benefits p {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.35;
}

.rfq-panel {
  width: min(100%, 540px);
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--header-bg);
  box-shadow: 0 18px 40px rgba(5, 5, 5, 0.04);
}

.rfq-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 16px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rfq-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
}

.rfq-bar span:nth-child(2) {
  background: var(--soft-blue);
}

.rfq-bar span:nth-child(3) {
  background: var(--blue);
}

.rfq-panel h3 {
  margin: 28px 28px 18px;
  color: var(--blue);
  font-size: 20px;
  text-transform: uppercase;
}

.rfq-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 28px 32px;
  list-style: none;
}

.rfq-panel li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
}

.rfq-panel strong {
  color: var(--blue);
  font-size: 11px;
}

.factory-verification .standard-copy h2 {
  max-width: 620px;
}

.factory-join {
  align-items: start;
}

.factory-join .button {
  margin-top: 26px;
}

.factory-steps {
  padding-top: 0;
}

.factory-fit {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
}

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

.fit-grid article {
  min-height: 126px;
  padding: 24px 24px 22px 58px;
}

.fit-grid article::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 25px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--soft-blue);
}

.fit-grid article::after {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 25px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-1px);
}

.fit-grid article.highlighted::before {
  background: var(--blue);
}

.fit-grid article.highlighted::after {
  color: #fff;
}

.factory-meaning {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
  padding: 26px 30px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 13px;
}

.factory-meaning strong,
.factory-meaning span {
  display: block;
}

.factory-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  min-height: 440px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px 74px;
  overflow: hidden;
  background: #0f4ee8;
  color: #fff;
}

.factory-final-cta h2 {
  max-width: 560px;
  color: #fff;
  font-size: 54px;
  font-weight: 900;
}

.factory-final-cta .tiny {
  margin-top: 24px;
  color: #fff;
}

.factory-cta-visual {
  min-height: 280px;
}

.factory-cta-visual img {
  position: absolute;
  right: -36px;
  bottom: -30px;
  width: min(540px, 43.5vw);
  image-rendering: auto;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.22));
}

.modal-right {
  position: relative;
  padding: 43px 46px 35px;
}

.factory-page .modal-right {
  padding: 50px 62px 34px 52px;
}

.modal-right h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 2.6vw, 35px);
  text-transform: none;
}

.factory-page .modal-right h2 {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1.12;
}

.modal-right > p {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.45;
}

.factory-page .modal-right > p {
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.48;
}

.close {
  position: absolute;
  top: 24px;
  right: 27px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.modal form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 19px;
}

.factory-page .modal form {
  gap: 15px 8px;
}

.modal form > label {
  display: grid;
  gap: 6px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.factory-page .modal form > label {
  min-height: 54px;
  padding: 10px 13px 8px;
  border-radius: 6px;
}

.modal form > label:focus-within {
  border-color: rgba(37, 93, 245, 0.45);
  box-shadow: 0 0 0 2px rgba(37, 93, 245, 0.1);
}

.modal form > label span {
  color: #858585;
  font-size: 12px;
  font-weight: 800;
}

.factory-page .modal form > label span {
  font-size: 9px;
  font-weight: 700;
}

input:not([type="radio"]) {
  width: 100%;
  min-height: 22px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
}

.factory-page input:not([type="radio"]) {
  font-size: 14px;
}

.wide,
.help-choice,
.modal-submit,
.form-note {
  grid-column: 1 / -1;
}

.help-choice {
  margin: -2px 0 0;
  padding: 0;
  border: 0;
}

.help-choice legend {
  margin-bottom: 14px;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 700;
}

.choice-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.choice-pill {
  position: relative;
}

.choice-pill input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-pill span {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.choice-pill input:checked + span {
  border-color: #000;
  background: #000;
  color: #fff;
}

.modal-submit {
  min-height: 45px;
  margin-top: 3px;
  font-size: 18px;
}

.factory-page .modal-submit {
  justify-self: center;
  width: 288px;
  min-height: 40px;
  margin-top: 24px;
  font-size: 16px;
}

.form-note {
  max-width: 540px;
  margin: 0 auto;
  color: #858585;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.factory-page .form-note {
  max-width: 360px;
  margin-top: 6px;
  font-size: 13px;
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 721px) and (max-width: 1180px) {
  .hero {
    grid-template-columns: 0.95fr 0.9fr;
    min-height: 570px;
    padding-top: 86px;
  }

  h1 {
    max-width: 650px;
    font-size: 54px;
  }

  .factory-hero-copy h1 {
    max-width: 650px;
    font-size: 54px;
  }

  .problem h2 {
    max-width: 700px;
    font-size: 54px;
  }

  .how h2 {
    max-width: 520px;
    font-size: 48px;
  }

  .standard-copy h2 {
    max-width: 520px;
    font-size: 48px;
  }

  .comparison-section h2 {
    max-width: 520px;
    font-size: 48px;
  }

  .pricing h2 {
    max-width: 520px;
    font-size: 48px;
  }

  .faq-copy h2 {
    max-width: 520px;
    font-size: 48px;
  }

  .standard-copy p:not(.eyebrow) {
    font-size: 14px;
  }

  .problem-title {
    max-width: 780px;
    margin-left: 0;
    margin-right: auto;
    z-index: 2;
  }

  .problem-line-1 {
    margin-left: 34px;
  }

  .problem-line-2 {
    margin-left: -34px;
  }

  .problem-line-3 {
    margin-left: 18px;
  }

  h1 .indent {
    padding-left: 26px;
  }

  .factory-icon {
    width: 68px;
    margin-bottom: 8px;
  }

  .factory-hero-icon {
    width: 68px;
    margin-bottom: 8px;
  }

  .problem-search {
    left: 408px;
    top: 54px;
    width: 62px;
    margin-left: 14px;
  }

  .how-chat-icon {
    top: 86px;
    left: 310px;
    width: 68px;
  }

  .calculator {
    top: 120px;
    right: 8px;
    width: 270px;
    z-index: 1;
  }

  .hangtag {
    left: 386px;
    top: 305px;
    width: 111px;
  }

  .factory-hero-tag {
    left: 386px;
    top: 305px;
    width: 111px;
  }

  .hero-stickers {
    width: 616px;
    max-width: 116%;
  }

  .hero-intro {
    padding-left: 58px;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 120px 1fr auto;
    padding: 24px;
  }

  .site-header nav {
    gap: 24px;
  }

  .hero,
  .section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .hero,
  .two-col,
  .standard,
  .faq,
  .factory-hero,
  .factory-final-cta,
  .final-cta {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(32px, 9.4vw, 42px);
  }

  .problem h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .how h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .standard-copy h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  h1 .indent {
    padding-left: 0;
  }

  h2,
  .comparison-section h2,
  .pricing h2,
  .faq-copy h2,
  .final-cta h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .hangtag,
  .calculator,
  .problem-search,
  .how-note,
  .how-chat-icon,
  .pricing-icon,
  .pricing-tag,
  .faq-person,
  .closing-people {
    position: static;
    transform: none;
  }

  .factory-icon {
    width: 46px;
    margin-top: 0;
    margin-bottom: 3px;
  }

  .factory-title-line {
    gap: 3px;
  }

  .problem-search {
    display: block;
    width: 130px;
    margin: 20px 0 0;
  }

  .hangtag {
    display: none;
  }

  .hero-stickers {
    width: min(88%, 340px);
    max-width: 340px;
    margin: 0 auto 20px;
  }

  .hero-intro {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
    min-width: 0;
  }

  .hero-intro p:not(.tiny) {
    max-width: none;
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .stats,
  .problem-grid,
  .level-grid,
  .price-cards,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    margin-left: 0;
  }

  .calculator,
  .pricing-icon,
  .pricing-tag,
  .faq-person {
    display: block;
    max-width: 260px;
    margin: 28px auto 0;
    mix-blend-mode: multiply;
  }

  .how-note {
    display: block;
    max-width: 220px;
    margin: 28px auto 0;
  }

  .how-chat-icon {
    margin: 20px 0 28px;
  }

  .standard-copy {
    padding-top: 0;
    text-align: left;
  }

  .standard-copy h2,
  .standard-copy p:not(.eyebrow) {
    margin-left: 0;
  }

  .standard-note,
  .black-strip {
    grid-column: auto;
  }

  .problem,
  .how,
  .standard {
    min-height: auto;
  }

  .problem {
    padding-top: 76px;
    padding-bottom: 72px;
  }

  .problem-title {
    margin-top: -28px;
    margin-left: 0;
  }

  .problem-line-1,
  .problem-line-2,
  .problem-line-3 {
    margin-left: 0;
  }

  .problem-grid {
    margin-top: -36px;
  }

  .how {
    padding-top: 58px;
    padding-bottom: 56px;
  }

  .steps {
    margin-top: -76px;
    padding-top: 18px;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    min-width: 0;
    overflow: hidden;
    justify-self: start;
  }

  .pricing {
    padding-top: 58px;
    padding-bottom: 56px;
    min-height: auto;
  }

  .price-cards {
    width: min(90%, 270px);
    margin: -90px auto 0;
  }

  .standard {
    padding-top: 76px;
    padding-bottom: 21px;
  }

  .level-grid {
    gap: 18px;
    width: min(100%, 270px);
    margin-left: auto;
    margin-right: auto;
  }

  .standard-copy {
    margin-top: 26px;
  }

  .black-strip {
    margin-top: 26px;
  }

  .how-copy,
  .pricing-copy,
  .faq-copy {
    min-height: auto;
  }

  .how-copy .button {
    position: relative;
    margin-top: -40px;
  }

  .closing-people {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(80%, 410px);
    max-width: none;
    margin: 0;
    mix-blend-mode: normal;
  }

  .final-cta {
    min-height: 540px;
    padding-top: 62px;
    padding-bottom: 180px;
  }

  .problem-title {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    column-gap: 30px;
  }

  .problem-title h2 {
    grid-column: 1 / -1;
  }

  .problem-search {
    width: 50px;
    margin: 18px 0 0;
  }

  .calculator {
    width: 188px;
    max-width: 188px;
    margin: -100px 0 0 calc(100% - 188px);
  }

  .how-copy,
  .pricing-copy {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    column-gap: 24px;
    row-gap: 0;
  }

  .how-copy .eyebrow,
  .how-copy h2,
  .pricing-copy .eyebrow,
  .pricing-copy h2 {
    grid-column: 1 / -1;
  }

  .how-copy .eyebrow,
  .pricing-copy .eyebrow {
    order: 1;
  }

  .how-copy h2,
  .pricing-copy h2 {
    order: 2;
  }

  .how-chat-icon,
  .pricing-icon {
    order: 3;
  }

  .how-note,
  .pricing-tag {
    order: 4;
  }

  .how-copy .button {
    grid-column: 1 / -1;
    order: 5;
  }

  .how-chat-icon,
  .how-note,
  .pricing-icon,
  .pricing-tag {
    margin: 16px 0 0;
  }

  .how-chat-icon {
    width: 46px;
    margin-left: 24px;
    margin-top: -76px;
  }

  .pricing-icon {
    width: 48px;
    margin-left: 20px;
    margin-top: -48px;
  }

  .how-note {
    max-width: 94px;
    margin-left: 82px;
    margin-top: -6px;
  }

  .pricing-tag {
    max-width: 82px;
    margin-left: 90px;
  }

  .faq-person {
    max-width: min(100%, 330px);
    width: 330px;
    margin-top: -48px;
    mix-blend-mode: normal;
  }

  .final-cta .tiny {
    font-size: 13px;
  }

  .comparison {
    width: 100%;
  }

  .comparison table {
    min-width: 560px;
    table-layout: fixed;
    font-size: 12px;
  }

  .comparison th,
  .comparison td {
    padding: 16px 10px;
  }

  .comparison th:first-child,
  .comparison td:first-child {
    width: 116px;
  }

  .comparison th:nth-child(2),
  .comparison td:nth-child(2) {
    width: 124px;
  }

  .price-card {
    min-height: auto;
    padding: 31px 20px;
  }

  .price-card h3 {
    font-size: 25px;
  }

  .price-card strong {
    font-size: 29px;
  }

  .price-card p,
  .price-card span:not(.badge),
  .price-card ul {
    font-size: 13px;
  }

  .faq-question {
    grid-template-columns: minmax(0, 1fr) 34px;
    padding: 28px 16px 28px 28px;
  }

  .faq-marker {
    justify-self: end;
  }

  .faq-item p {
    margin: 0 28px 28px;
  }

  .closing-people {
    width: min(74%, 320px);
  }

  .factory-hero,
  .factory-translation,
  .factory-final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .factory-hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .factory-hero-copy h1 {
    font-size: clamp(38px, 10.5vw, 52px);
  }

  .factory-hero-copy h1 .indent {
    padding-left: 0;
  }

  .factory-hero-tag {
    display: none;
  }

  .factory-hero-copy h1 .western-line {
    gap: 14px;
  }

  .factory-hero-icon {
    width: 48px;
    margin-bottom: 5px;
  }

  .factory-hero-intro {
    padding-left: 0;
  }

  .factory-hero-stickers {
    width: min(112%, 520px);
    max-width: 112%;
    margin: 20px 0 20px -18px;
  }

  .factory-section-copy h2,
  .factory-final-cta h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .factory-card-stack,
  .factory-steps {
    padding-top: 0;
  }

  .factory-partner {
    padding-top: 46px;
    padding-bottom: 34px;
    gap: 28px;
  }

  .factory-partner .factory-section-copy {
    margin-bottom: 0;
  }

  .rfq-panel {
    margin: 0;
  }

  .factory-rfq {
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .factory-translation {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .translation-copy h2 {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: clamp(38px, 10vw, 52px);
  }

  .translation-copy p:not(.eyebrow) {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .translation-pill {
    min-height: auto;
    padding: 16px 22px;
    border-radius: 24px;
    font-size: 13px;
    line-height: 1.25;
  }

  .translation-panel {
    margin-top: 0;
  }

  .translation-panel-body {
    padding: 28px 22px 30px;
  }

  .translation-bubble {
    font-size: 15px;
  }

  .translation-bubble.native,
  .translation-bubble.translated {
    max-width: none;
    margin-left: 0;
    padding: 20px 22px;
  }

  .translation-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0;
  }

  .factory-verification .level-grid,
  .fit-grid,
  .factory-meaning {
    grid-template-columns: 1fr;
  }

  .factory-verification {
    gap: 16px;
    padding-top: 42px;
    padding-bottom: 22px;
  }

  .factory-verification .level-grid {
    gap: 16px;
  }

  .factory-verification .standard-copy {
    margin-top: 18px;
  }

  .factory-verification .standard-note,
  .factory-verification .black-strip {
    margin-top: 6px;
  }

  .factory-verification .standard-note {
    margin-top: 16px;
  }

  .factory-verification .standard-copy h2 {
    margin-bottom: 14px;
  }

  .factory-verification .standard-copy p:not(.eyebrow) {
    margin-bottom: 0;
  }

  .factory-verification .black-strip {
    padding: 14px 20px;
  }

  .factory-fit {
    gap: 12px;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .factory-fit .fit-grid {
    gap: 10px;
  }

  .factory-fit .fit-grid article {
    min-height: 0;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .factory-join {
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .factory-join .button {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .factory-steps {
    margin-top: 0;
  }

  .factory-meaning {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .factory-final-cta {
    align-items: start;
    min-height: 430px;
    padding-top: 26px;
    padding-bottom: 6px;
  }

  .factory-final-cta h2 {
    margin-bottom: 14px;
  }

  .factory-final-cta .button {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .factory-final-cta .tiny {
    margin-top: 8px;
  }

  .factory-cta-visual {
    display: flex;
    min-height: 0;
    margin-top: -8px;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .factory-cta-visual img {
    position: static;
    margin-top: 0;
    margin-right: 4px;
    width: min(85vw, 363px);
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
    row-gap: 0;
  }

  .site-header nav {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    font-size: 10px;
    font-weight: 900;
  }

  .site-header nav a {
    display: none;
  }

  .site-header nav a:last-child {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 2px solid var(--blue);
    border-radius: 999px;
    color: var(--blue);
    background: #fff;
    font-style: italic;
    white-space: nowrap;
  }

  .site-header > .button-small {
    display: none;
  }

  .factory-page .site-header {
    grid-template-columns: auto 1fr auto;
    align-items: start;
  }

  .factory-page .site-header nav {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    gap: 0;
    padding: 0;
  }

  .factory-page .header-actions {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }

  .factory-page .header-actions .button-small {
    display: none;
  }

  .wordmark {
    width: 98px;
  }

  .header-actions {
    gap: 8px;
  }

  .lang-toggle {
    min-width: 72px;
    min-height: 32px;
    font-size: 10px;
  }

  .header-actions .button-small {
    padding-inline: 18px;
  }

  .hero {
    padding-top: 68px;
  }

  .stats {
    gap: 32px;
    padding: 44px 18px;
  }

  .stats strong {
    font-size: 32px;
  }

  .problem h2 {
    margin-top: 30px;
    text-align: left;
  }

  .issue-card {
    padding-right: 56px;
  }

  .issue-card h3 {
    font-size: 19px;
    line-height: 1.12;
  }

  .steps article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .steps article + article {
    padding-top: 24px;
  }

  .steps article > div {
    min-width: 0;
    max-width: 214px;
  }

  .steps h3 {
    font-size: 19px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .steps p {
    max-width: 214px;
    overflow-wrap: break-word;
  }

  .faq-grid article {
    padding-right: 0;
  }

  .steps article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .modal-panel,
  .modal form {
    grid-template-columns: 1fr;
  }

  .modal-panel {
    max-height: 92vh;
    overflow-y: auto;
  }

  .factory-page .modal-panel,
  .factory-page .modal form {
    grid-template-columns: 1fr;
  }

  .factory-page .modal-panel {
    width: min(100%, 520px);
    min-height: auto;
  }

  .modal-left,
  .modal-right {
    padding: 42px 28px;
  }

  .factory-page .modal-left,
  .factory-page .modal-right {
    padding: 42px 28px;
  }

  .modal-left {
    height: 290px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .factory-page .modal-left {
    height: 330px;
  }

  .modal-left h2 {
    max-width: 235px;
    font-size: 29px;
    line-height: 1.08;
  }

  .factory-page .modal-left h2 {
    max-width: 270px;
  }

  .factory-page .modal-left-copy {
    display: none;
  }

  .modal-register-image {
    right: 24px;
    bottom: 0;
    width: min(44%, 176px);
    max-height: 214px;
  }

  .close {
    right: 14px;
  }

  .choice-options {
    gap: 8px;
  }

  .choice-pill span {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .modal-factory-label {
    right: 52px;
    bottom: 18px;
    width: 82px;
  }

  .factory-page .modal-submit {
    width: 100%;
  }
}
