@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --coral: #fe665b;
  --blue: #5251f5;
  --cream: #fff2df;
  --ink: #29272d;
  --white: #fffaf2;
  --line: rgba(41, 39, 45, 0.2);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: var(--body);
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 116px 0;
  overflow: hidden;
}

.eyebrow,
.section-index {
  margin: 0 0 24px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.eyebrow--coral {
  color: var(--coral);
}

.section-index {
  opacity: 0.58;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 52px;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 0 var(--ink);
  outline: none;
}

.button--cream {
  background: var(--cream);
  color: var(--ink);
}

.button--ink {
  background: var(--ink);
  color: var(--cream);
}

.button--coral {
  background: var(--coral);
  color: var(--ink);
}

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

.launch-bar {
  position: relative;
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 34px;
  padding: 6px 24px;
  background: var(--coral);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.launch-bar a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 164px 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  background: var(--blue);
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 242, 223, 0.24);
}

.brand {
  width: 112px;
}

.brand img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 0.72rem;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  min-height: 42px;
  padding: 10px 14px;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 116px);
  overflow: hidden;
  background: var(--coral);
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -36%;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(41, 39, 45, 0.16);
  border-radius: 50%;
  content: "";
}

.hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: repeating-radial-gradient(circle at 100% 70%, transparent 0 24px, rgba(41, 39, 45, 0.13) 25px 27px, transparent 28px 48px);
  mask-image: linear-gradient(to left, black, transparent 58%);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding: 82px 0 70px;
}

.hero__copy {
  max-width: 800px;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(4.5rem, 8.4vw, 8.4rem);
}

.hero h1 em {
  display: inline-block;
  color: var(--cream);
  font-style: normal;
}

.hero__lead {
  max-width: 690px;
  margin: 34px 0 0;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 600;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.text-link {
  padding: 9px 0;
  border-bottom: 2px solid currentColor;
  font-size: 0.76rem;
  font-weight: 800;
}

.location-line {
  margin: 44px 0 0;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.location-line span {
  margin-inline: 12px;
  color: var(--cream);
}

.hero__poster {
  position: relative;
  min-height: 520px;
  padding: 26px;
  overflow: hidden;
  background: var(--blue);
  color: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  transform: rotate(1.5deg);
}

.poster-kicker,
.poster-bottom {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.poster-statement {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  font-family: var(--display);
  font-size: clamp(4.5rem, 6vw, 6.7rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.7;
}

.poster-statement span:nth-child(even) {
  align-self: flex-end;
  color: var(--coral);
}

.poster-bottom {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 242, 223, 0.55);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 242, 223, 0.25);
  border-radius: 50%;
}

.orbit--one {
  right: -110px;
  bottom: 42px;
  width: 320px;
  height: 320px;
}

.orbit--two {
  right: -46px;
  bottom: 105px;
  width: 190px;
  height: 190px;
}

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  border-block: 2px solid var(--ink);
}

.ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 14px 0;
  animation: ticker 22s linear infinite;
}

.ticker span {
  padding-inline: 28px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ticker i {
  color: var(--coral);
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.problem {
  background: var(--cream);
}

.problem__grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.15fr) minmax(310px, 0.75fr);
  gap: 48px;
  align-items: start;
}

.problem h2 {
  max-width: 680px;
  font-size: clamp(3.8rem, 6.2vw, 6.8rem);
}

.problem h2 span {
  color: var(--coral);
}

.problem__body {
  padding-top: 42px;
}

.problem__body p,
.translation__copy p,
.from-zero__grid > div:last-child > p {
  font-size: 1rem;
  line-height: 1.7;
}

.problem__body .strong {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
  font-weight: 800;
}

.translation {
  background: var(--blue);
  color: var(--cream);
}

.translation__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
}

.translation__statement > p {
  margin: 0 0 34px;
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.translation h2 {
  font-size: clamp(4.3rem, 7.8vw, 8rem);
}

.translation h2 em {
  color: var(--coral);
  font-style: normal;
}

.translation__copy {
  padding-bottom: 10px;
}

.language-pair {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(255, 242, 223, 0.4);
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.services {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(280px, 0.5fr);
  gap: 20px 42px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading .eyebrow {
  grid-column: 2 / 3;
  margin: 0;
}

.section-heading h2 {
  grid-column: 2 / 3;
  font-size: clamp(3.6rem, 6vw, 6.2rem);
}

.section-heading h2 em {
  color: var(--coral);
  font-style: normal;
}

.section-heading > p:last-child {
  grid-column: 3 / 4;
  margin: 0;
  line-height: 1.65;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 28px;
  border-right: 2px solid var(--ink);
}

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

.service-card--blue {
  background: var(--blue);
  color: var(--cream);
}

.service-card--coral {
  background: var(--coral);
}

.service-card--cream {
  background: var(--cream);
}

.service-card__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 46px 0 20px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  letter-spacing: -0.03em;
  line-height: 0.82;
}

.service-card h4 {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.service-card p,
.service-card li {
  font-size: 0.82rem;
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 28px;
  padding: 18px 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.service-card li::before {
  margin-right: 9px;
  content: "→";
}

.service-card > a {
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  font-size: 0.74rem;
  font-weight: 800;
}

.process {
  background: var(--coral);
}

.process__intro {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: end;
  margin-bottom: 72px;
}

.process__intro h2 {
  font-size: clamp(4.4rem, 7.4vw, 7.8rem);
}

.process__intro h2 em {
  color: var(--cream);
  font-style: normal;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.process__steps article {
  min-height: 300px;
  padding: 28px;
  border-right: 2px solid var(--ink);
}

.process__steps article:last-child {
  border-right: 0;
}

.process__steps span {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 700;
}

.process__steps h3 {
  margin: 54px 0 16px;
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.process__steps p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.process__footer {
  margin: 32px 0 0;
  text-align: right;
  font-weight: 800;
}

.anti-agency {
  background: var(--ink);
  color: var(--cream);
}

.anti-agency__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 160px);
}

.anti-agency h2 {
  max-width: 580px;
  font-size: clamp(4.4rem, 7.6vw, 7.6rem);
  color: var(--coral);
}

.anti-agency__list p {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 242, 223, 0.35);
  font-size: 1rem;
  line-height: 1.5;
}

.anti-agency__list strong {
  display: block;
  padding: 30px 0 0;
  color: var(--coral);
  font-size: 1.14rem;
  line-height: 1.55;
}

.founders {
  background: var(--blue);
  color: var(--cream);
}

.founders__grid {
  display: grid;
  grid-template-columns: 1fr 0.55fr 0.55fr;
  gap: 20px;
  align-items: stretch;
}

.founders__title {
  padding-right: 40px;
}

.founders__title h2 {
  font-size: clamp(4rem, 6.8vw, 7rem);
}

.founders__title h2 em {
  color: var(--coral);
  font-style: normal;
}

.founder-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.founder-card--coral {
  background: var(--coral);
  transform: rotate(-1deg);
}

.founder-card--cream {
  background: var(--cream);
  transform: rotate(1deg);
}

.founder-card > span {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.founder-card h3 {
  margin: 80px 0 24px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.8;
}

.founder-card p {
  font-size: 0.84rem;
  line-height: 1.65;
}

.founder-card strong {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.founders__close {
  grid-column: 2 / 4;
  max-width: 620px;
  margin: 34px 0 0 auto;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

.from-zero {
  background: var(--cream);
}

.from-zero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(60px, 10vw, 160px);
}

.from-zero h2 {
  font-size: clamp(4.4rem, 7.7vw, 8rem);
}

.from-zero h2 em {
  color: var(--coral);
  font-style: normal;
}

.founding-note {
  margin: 30px 0;
  padding: 24px;
  background: var(--blue);
  color: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  font-weight: 700;
}

.contact {
  background: var(--blue);
  color: var(--cream);
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.contact h2 {
  font-size: clamp(4rem, 6.6vw, 6.8rem);
}

.contact__copy > p:not(.eyebrow) {
  margin: 32px 0;
  line-height: 1.7;
}

.contact__copy ul {
  display: grid;
  gap: 10px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 242, 223, 0.4);
  list-style: none;
  font-size: 0.84rem;
  font-weight: 700;
}

.contact__copy li::before {
  margin-right: 9px;
  color: var(--coral);
  content: "✦";
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 4vw, 48px);
  background: var(--cream);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--coral);
}

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

.contact-form label {
  display: grid;
  gap: 9px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  color: var(--ink);
  border: 0;
  border-bottom: 2px solid rgba(41, 39, 45, 0.7);
  border-radius: 0;
  outline: 0;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--coral);
}

.form-note,
.form-status {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
}

.form-status {
  padding: 12px;
  background: rgba(82, 81, 245, 0.12);
  border-left: 4px solid var(--blue);
  font-weight: 700;
}

.faq {
  background: var(--cream);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(60px, 9vw, 140px);
}

.faq h2 {
  font-size: clamp(3.8rem, 6vw, 6.2rem);
}

.faq__items {
  border-top: 2px solid var(--ink);
}

.faq details {
  border-bottom: 2px solid var(--ink);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq summary span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 0.7;
  transition: transform 0.2s ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 680px;
  margin: 0;
  padding: 0 54px 26px 0;
  line-height: 1.7;
}

.final-cta {
  background: var(--coral);
  text-align: center;
}

.final-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta h2 {
  max-width: 1060px;
  font-size: clamp(4.2rem, 8vw, 8.6rem);
}

.final-cta h2 em {
  color: var(--cream);
  font-style: normal;
}

.final-cta > .container > p:not(.eyebrow) {
  margin: 32px 0;
  font-weight: 800;
}

.site-footer {
  padding: 72px 0 26px;
  background: var(--ink);
  color: var(--cream);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.5fr;
  gap: 60px;
  align-items: start;
}

.footer-logo {
  width: 130px;
  margin-bottom: 24px;
}

.footer__grid p {
  max-width: 340px;
  font-size: 0.82rem;
  line-height: 1.6;
}

.footer__grid > div:nth-child(2) {
  display: grid;
  gap: 10px;
}

.footer__grid span {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.footer__grid strong {
  color: var(--coral);
  font-family: var(--display);
  font-size: 1.9rem;
}

.footer__links {
  display: grid;
  gap: 12px;
  font-size: 0.8rem;
  font-weight: 800;
}

.footer__links a:hover {
  color: var(--coral);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 242, 223, 0.25);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 140px 1fr auto; }
  .desktop-nav { gap: 18px; }
  .problem__grid { grid-template-columns: 110px 1fr; }
  .problem__body { grid-column: 2; }
  .section-heading { grid-template-columns: 110px 1fr; }
  .section-heading > p:last-child { grid-column: 2; max-width: 680px; }
  .services__list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { max-width: 700px; }
  .founders__grid { grid-template-columns: 1fr 1fr; }
  .founders__title { grid-column: 1 / 3; margin-bottom: 40px; }
  .founders__close { grid-column: 1 / 3; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 680px); }
  .section { padding: 86px 0; }
  .launch-bar { justify-content: space-between; font-size: 0.56rem; }
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 8px 16px; }
  .brand { width: 94px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span { width: 24px; height: 2px; background: var(--cream); transition: transform 0.2s ease; }
  .mobile-menu { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 24px 16px 30px; background: var(--blue); border-top: 1px solid rgba(255, 242, 223, 0.25); box-shadow: 0 18px 28px rgba(41, 39, 45, 0.24); }
  .mobile-menu.is-open { display: grid; gap: 20px; }
  .mobile-menu > a:not(.button) { padding-bottom: 14px; border-bottom: 1px solid rgba(255, 242, 223, 0.25); font-family: var(--display); font-size: 1.7rem; font-weight: 600; text-transform: uppercase; }
  .hero { min-height: 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 58px; padding: 72px 0 74px; }
  .hero h1 { font-size: clamp(4.2rem, 15vw, 7rem); }
  .hero__poster { min-height: 460px; max-width: 520px; width: calc(100% - 12px); }
  .translation__grid, .anti-agency__grid, .from-zero__grid, .contact__grid, .faq__grid { grid-template-columns: 1fr; }
  .translation__grid, .anti-agency__grid, .from-zero__grid, .contact__grid, .faq__grid { gap: 56px; }
  .process__intro { grid-template-columns: 1fr; gap: 24px; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps article { min-height: 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .process__steps article:last-child { border-bottom: 0; }
  .process__steps h3 { margin-top: 32px; }
  .founders__grid { grid-template-columns: 1fr; }
  .founders__title, .founders__close { grid-column: auto; }
  .founder-card { min-height: 380px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__links { grid-column: 1 / 3; display: flex; flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 560px) {
  .launch-bar span { display: none; }
  .launch-bar { justify-content: center; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__poster { min-height: 410px; padding: 22px; }
  .poster-statement { margin-top: 62px; font-size: 4.7rem; }
  .problem__grid, .section-heading { grid-template-columns: 1fr; }
  .problem__body, .section-heading .eyebrow, .section-heading h2, .section-heading > p:last-child { grid-column: auto; }
  .problem h2, .translation h2, .section-heading h2, .process__intro h2, .anti-agency h2, .founders__title h2, .from-zero h2, .contact h2, .faq h2 { font-size: clamp(3.5rem, 15vw, 5.2rem); }
  .services__list { box-shadow: 7px 7px 0 var(--ink); }
  .service-card { padding: 24px 20px; }
  .service-card h3 { font-size: 3.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; box-shadow: 8px 8px 0 var(--coral); }
  .final-cta h2 { font-size: clamp(3.8rem, 16vw, 5.8rem); }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__links { grid-column: auto; }
  .footer__bottom { gap: 12px; flex-direction: column; }
}
