:root {
  --orange: #ff5a14;
  --orange-dark: #e6450c;
  --ink: #151515;
  --muted: #6b717a;
  --soft: #f7f7f7;
  --paper: #ffffff;
  --line: #ececec;
  --line-strong: #dadada;
  --shadow: 0 18px 50px rgba(22, 22, 22, 0.08);
  --radius: 8px;
  --max: 1420px;
  --section-y: clamp(104px, 7.5vw, 116px);
  --section-y-tight: clamp(40px, 4.2vw, 64px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  display: none;
}

main {
  display: flow-root;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  overflow: visible;
}

#services,
#process,
#about,
#clients,
#contact {
  scroll-margin-top: 96px;
}

.section-band,
.site-header,
.site-footer {
  width: min(var(--max), calc(100% - 56px));
  margin-inline: auto;
}

.section-band {
  padding-block: var(--section-y);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 86px;
  padding-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  width: 100%;
  padding-inline: max(28px, calc((100vw - var(--max)) / 2));
  border-bottom-color: rgba(21, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand img {
  width: clamp(140px, 12vw, 172px);
  height: auto;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #343840;
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  background: rgba(21, 21, 21, 0.045);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 46px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.header-cta {
  padding-inline: 18px;
  color: var(--paper);
  background: var(--ink);
}

.header-cta span,
.btn span {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
}

.btn {
  padding-inline: 20px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--paper);
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(255, 90, 20, 0.18);
}

.btn-primary span {
  color: var(--orange);
}

.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.54);
}

.btn-ghost span {
  color: var(--paper);
  background: var(--ink);
}

.btn-light {
  color: var(--ink);
  background: var(--paper);
}

.btn-light span {
  color: var(--paper);
  background: var(--orange);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 50%;
  background: var(--paper);
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--ink);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 65px;
  line-height: 1;
}

h1 span,
h2 span {
  color: var(--orange);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

h3 {
  line-height: 1.12;
}

.hero {
  position: relative;
  display: block;
  padding-top: clamp(8px, 2vw, 24px);
  padding-bottom: 0;
}

.hero-main {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: clamp(590px, calc(100vh - 230px), 700px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.56fr);
  column-gap: clamp(34px, 5.5vw, 92px);
  align-items: center;
  margin-bottom: -44px;
  transform: translateY(-44px);
}

.hero-copy {
  min-width: 0;
  align-self: center;
  transform: none;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: clamp(520px, 54vw, 700px);
  display: grid;
  place-items: end center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-34px);
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  width: min(100%, 610px);
  height: auto;
  max-height: min(700px, calc(100vh - 106px));
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.platform-strip {
  position: relative;
  z-index: 4;
  margin-top: -86px;
  padding-block: 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.platform-marquee {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.platform-marquee::-webkit-scrollbar {
  display: none;
}

.platform-logos {
  flex: 0 0 auto;
  min-width: max-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  padding-right: clamp(24px, 3vw, 46px);
  animation: platform-marquee 38s linear infinite;
}

.platform-marquee:hover .platform-logos {
  animation-play-state: paused;
}

@keyframes platform-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.platform-logo {
  flex: 0 0 72px;
  width: 72px;
  height: 30px;
  display: grid;
  place-items: center;
  opacity: 0.78;
  filter: grayscale(1);
}

.platform-logo img {
  width: auto;
  max-width: 78px;
  height: auto;
  max-height: 24px;
  object-fit: contain;
}

.platform-logo--reddit img,
.platform-logo--discord img,
.platform-logo--pinterest img,
.platform-logo--meta img,
.platform-logo--google img {
  max-width: 86px;
  max-height: 27px;
}

.platform-logo--x img,
.platform-logo--snapchat img,
.platform-logo--telegram img,
.platform-logo--whatsapp img,
.platform-logo--instagram img {
  max-height: 26px;
}

.services-showcase {
  padding-top: var(--section-y);
  padding-bottom: 0;
}

.services-minimal__head,
.growth-system__intro,
.brand-proof-premium__head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 8px clamp(24px, 4vw, 64px);
  align-items: end;
  padding-top: 6px;
  padding-bottom: 24px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.services-minimal__head {
  border-top: 1px solid var(--line);
}

.services-minimal__head .eyebrow,
.growth-system__intro .eyebrow,
.brand-proof-premium__head .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 4px;
}

.services-minimal__head h2,
.growth-system__intro h2,
.brand-proof-premium__head h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 680px;
  margin: 0;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.1;
}

.services-minimal__head p:not(.eyebrow),
.growth-system__intro p:not(.eyebrow),
.brand-proof-premium__head p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.72;
}

.services-minimal__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--line);
}

.mini-service {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
  overflow: hidden;
  padding: 24px clamp(164px, 16vw, 220px) 24px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.mini-service:last-child {
  border-bottom: 0;
}

.services-minimal:not(.is-expanded) .mini-service:nth-child(6) {
  border-bottom: 0;
}

.mini-service span {
  color: rgba(21, 21, 21, 0.42);
  font-size: 12px;
  font-weight: 900;
}

.mini-service h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
}

.mini-service p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-artwork {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 180px;
  max-width: 18%;
  max-height: 90%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  user-select: none;
}

.mini-service--extra {
  display: none;
}

.services-minimal.is-expanded .mini-service--extra {
  display: grid;
}

.services-minimal__controls {
  display: flex;
  justify-content: flex-start;
  padding-top: 18px;
  padding-left: clamp(92px, 9vw, 130px);
}

.services-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.services-toggle:hover,
.services-toggle:focus-visible {
  outline: none;
  border-color: rgba(255, 90, 20, 0.32);
  background: rgba(255, 90, 20, 0.045);
  transform: translateY(-1px);
}

.services-toggle__arrow {
  color: var(--orange);
  font-size: 14px;
  line-height: 1;
  transition: transform 160ms ease;
}

.services-minimal.is-expanded .services-toggle__arrow {
  transform: rotate(180deg);
}

.services-minimal__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}

.services-minimal__cta p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.growth-system {
  padding-top: var(--section-y);
  padding-bottom: 0;
}

.growth-system__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.growth-system__flow article {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 30px clamp(22px, 2.8vw, 40px) 32px;
  border-right: 1px solid var(--line);
  background: #ffffff;
}

.growth-system__flow article:first-child {
  padding-left: 0;
}

.growth-system__flow article:last-child {
  border-right: 0;
  padding-right: 0;
}

.growth-system__flow span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.growth-system__flow h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.6vw, 38px);
}

.growth-system__flow p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.work-artwork {
  display: block;
  width: min(245px, 92%);
  height: 142px;
  flex: 0 0 auto;
  margin: clamp(16px, 2.5vw, 28px) 0 22px;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
  user-select: none;
}

.why-editorial {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.why-editorial__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.52fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.why-editorial__copy h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.1;
}

.why-workflow-artwork {
  display: block;
  width: min(100%, 560px);
  height: auto;
  margin-top: clamp(18px, 2.4vw, 28px);
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
  user-select: none;
}

.why-editorial__proof {
  border-top: 0;
  padding-top: 6px;
}

.why-editorial__proof article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
}

.why-editorial__proof article + article {
  padding-top: 22px;
}

.why-point-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
}

.why-point-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.why-point-copy {
  min-width: 0;
  padding-top: 2px;
}

.why-point-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.why-editorial__proof h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.why-editorial__proof p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.brand-proof-premium {
  padding-bottom: 0;
}

.brand-proof-premium__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 118px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.brand-proof-premium__logos img {
  justify-self: center;
  width: 152px;
  height: 56px;
  object-fit: contain;
  opacity: 0.86;
  filter: grayscale(1);
}

.cta-band {
  width: min(var(--max), calc(100% - 56px));
  margin: var(--section-y) auto var(--section-y-tight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
}

.cta-band .eyebrow,
.cta-band h2,
.cta-band p {
  color: inherit;
}

.cta-band .eyebrow {
  color: var(--orange);
}

.cta-copy h2 {
  max-width: 700px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
}

.cta-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.contact-section {
  align-items: center;
}

.contact-section .cta-copy {
  align-self: center;
}

.cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.cta-actions .btn {
  white-space: nowrap;
}

.contact-section .btn {
  flex: 0 0 auto;
}

.contact-direct {
  margin-top: 22px !important;
  color: var(--muted) !important;
}

.contact-direct a {
  color: var(--ink);
  font-weight: 800;
}

.contact-form {
  width: min(100%, 560px);
  display: grid;
  gap: 14px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(107, 113, 122, 0.7);
}

.contact-form select option {
  color: var(--ink);
  background: #ffffff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 90, 20, 0.75);
  background: #ffffff;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-form__actions p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(21, 21, 21, 0.34);
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal__panel {
  position: relative;
  width: min(100%, 620px);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
}

.contact-modal__panel .eyebrow {
  color: var(--orange);
}

.contact-modal__panel h2 {
  max-width: 480px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.08;
}

.contact-modal__success p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.contact-modal__form-view[hidden],
.contact-modal__success[hidden] {
  display: none;
}

.contact-modal__success {
  max-width: 460px;
}

.contact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #ffffff;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}

.site-footer {
  padding: 0 0 30px;
  border-top: 0;
}

.site-footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(28px, 3vw, 40px);
  background: var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.footer-brand p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: clamp(24px, 4vw, 56px);
  padding: 18px 0 0;
  border-top: 0;
  border-bottom: 0;
}

.footer-cols div {
  display: grid;
  gap: 12px;
}

.footer-cols b {
  margin-bottom: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-cols a,
.footer-bottom,
.footer-bottom a {
  color: var(--muted);
  font-size: 13px;
}

.footer-cols a:hover,
.footer-bottom a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.footer-bottom > a {
  display: flex;
  gap: 18px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--delay, 0ms);
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(16px);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .section-band,
  .site-header,
  .site-footer,
  .cta-band {
    width: min(var(--max), calc(100% - 36px));
  }

  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .why-editorial__inner {
    grid-template-columns: 1fr;
  }

  .why-workflow-artwork {
    max-width: 560px;
  }

  .hero {
    padding-bottom: 0;
    text-align: center;
  }

  .hero-main {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 14px;
    margin-bottom: 0;
    transform: none;
  }

  .hero-copy {
    max-width: 760px;
    margin-inline: auto;
    transform: none;
  }

  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    display: grid !important;
    min-height: auto;
    place-items: center;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hero-visual img.hero-art-polished {
    display: block !important;
    width: min(560px, 92vw);
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
  }

  .platform-strip {
    margin-top: -52px;
  }

  .mini-service {
    padding-right: 156px;
  }

  .service-artwork {
    right: 18px;
    width: 120px;
    max-width: 16%;
  }

  .services-minimal__head,
  .growth-system__intro,
  .brand-proof-premium__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .services-minimal__head .eyebrow,
  .growth-system__intro .eyebrow,
  .brand-proof-premium__head .eyebrow,
  .services-minimal__head h2,
  .growth-system__intro h2,
  .brand-proof-premium__head h2,
  .services-minimal__head p:not(.eyebrow),
  .growth-system__intro p:not(.eyebrow),
  .brand-proof-premium__head p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  .services-minimal__head p:not(.eyebrow),
  .growth-system__intro p:not(.eyebrow),
  .brand-proof-premium__head p:not(.eyebrow) {
    max-width: 680px;
  }

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

  .brand-proof-premium__logos {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 24px);
  }

  .brand-proof-premium__logos img {
    width: min(118px, 100%);
  }

  .growth-system__flow article:nth-child(n) {
    padding-left: 0;
    padding-right: 26px;
    border-right: 1px solid var(--line);
  }

  .growth-system__flow article:nth-child(2n) {
    padding-left: 26px;
    padding-right: 0;
    border-right: 0;
  }

  .work-artwork {
    width: min(230px, 90%);
    height: 132px;
    margin-top: 22px;
  }

  .growth-system__flow article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    height: 78px;
  }

  .site-header.is-scrolled {
    width: min(var(--max), calc(100% - 20px));
    padding-inline: 12px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links {
    position: fixed;
    top: 90px;
    left: 18px;
    right: 18px;
    display: grid;
    justify-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-links a {
    padding: 13px 14px;
  }

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

  .hero-main {
    row-gap: 10px;
  }

  h1 {
    max-width: 680px;
    margin-inline: auto;
    font-size: clamp(44px, 7vw, 56px);
    line-height: 1.04;
  }

  .hero-visual img.hero-art-polished {
    width: min(500px, 94vw);
  }

  .platform-strip {
    margin-top: -44px;
  }

  .growth-system__flow,
  .footer-main,
  .footer-cols {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 30px;
    padding-bottom: 28px;
  }

  .footer-cols {
    gap: 22px;
    padding-top: 0;
  }

  .growth-system__flow article:nth-child(n) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .growth-system__flow article:last-child {
    border-bottom: 0;
  }

  .work-artwork {
    width: min(220px, 82%);
    height: 126px;
    margin: 0 0 20px;
  }

  .mini-service {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 18px;
    padding-right: 140px;
  }

  .mini-service p {
    grid-column: 2;
  }

  .services-minimal__controls {
    padding-left: 60px;
  }

  .growth-system__flow article {
    min-height: 250px;
  }

  .brand-proof-premium__logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(8px, 2vw, 14px);
    min-height: 0;
    padding: 28px 0;
    overflow: visible;
  }

  .brand-proof-premium__logos img {
    width: min(86px, 100%);
    height: 40px;
  }

  .services-minimal__cta,
  .cta-band,
  .footer-brand,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band {
    padding: 30px 24px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mini-service {
    padding-right: 0;
  }

  .service-artwork {
    display: none;
  }

  .work-artwork {
    width: min(190px, 82%);
    height: 110px;
    margin: 0 0 18px;
  }

  .contact-form__row,
  .contact-form__actions {
    grid-template-columns: 1fr;
  }

  .contact-form__row {
    display: grid;
  }

  .contact-form__actions {
    display: grid;
    justify-items: start;
  }

  .contact-form__actions p {
    max-width: none;
  }

  .contact-modal__panel {
    padding: 30px 24px;
  }
}

@media (max-width: 540px) {
  .section-band,
  .site-header,
  .site-footer,
  .cta-band {
    width: min(var(--max), calc(100vw - 48px));
  }

  .section-band {
    padding-block: var(--section-y);
  }

  .services-showcase,
  .growth-system,
  .why-editorial,
  .brand-proof-premium {
    padding-bottom: 0;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    padding-bottom: 0;
    text-align: left;
  }

  .hero-main {
    row-gap: 8px;
    justify-items: start;
  }

  .hero-copy,
  .hero-lede,
  .hero-actions {
    width: min(340px, calc(100vw - 48px));
    max-width: 100%;
  }

  .hero-copy {
    margin-inline: 0;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(28px, 8.4vw, 33px);
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .hero h1 span {
    display: block;
  }

  .hero-lede {
    margin-inline: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-visual {
    width: min(340px, calc(100vw - 48px));
    margin-inline: 0;
  }

  .hero-visual img.hero-art-polished {
    width: min(390px, 100%);
  }

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

  .btn {
    width: 100%;
  }

  .platform-logos {
    gap: 24px;
    padding-right: 24px;
  }

  .platform-logo {
    flex-basis: 62px;
    width: 62px;
  }

  .brand-proof-premium__logos {
    gap: 6px;
    align-items: center;
  }

  .brand-proof-premium__logos img {
    width: min(74px, 100%);
    height: 36px;
  }

  .why-editorial__proof article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .why-point-icon {
    width: 48px;
    height: 48px;
  }

  .why-point-icon img {
    width: 28px;
    height: 28px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .platform-logos {
    animation: none;
  }

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