@font-face {
  font-family: "Rubik";
  src: url("assets/fonts/Rubik-var.ttf") format("truetype-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-var.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Expanded";
  src: url("assets/fonts/Archivo-var.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #fdc000;
  --yellow-deep: #e0a900;
  --violet: #5a43e2;
  --black: #000;
  --gray-900: #111;
  --gray-800: #181818;
  --gray-700: #343434;
  --gray-500: #6b6b6b;
  --gray-300: #d8d8d8;
  --gray-200: #ececec;
  --gray-100: #f6f6f6;
  --white: #fff;
  --font-display: "Rubik", system-ui, sans-serif;
  --font-body: "Montserrat", system-ui, sans-serif;
  --font-wide: "Archivo Expanded", "Rubik", system-ui, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --focus: 0 0 0 4px rgba(253, 192, 0, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
mark { background: var(--yellow); color: var(--black); padding: 0 0.1em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 18px; top: 10px; z-index: 1000; transform: translateY(-150%);
  background: var(--yellow); color: var(--black); padding: 10px 18px; border-radius: 999px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: none; box-shadow: var(--focus); }

.audience-bar { background: var(--yellow); color: var(--black); font-size: 12px; font-weight: 700; }
.audience-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.audience-bar a { text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(0, 0, 0, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); transition: transform 240ms var(--ease);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 146px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--white); }
.main-nav > a:not(.button) { font-family: var(--font-display); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button):hover { color: var(--yellow); }
.menu-toggle { display: none; }

.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px;
  border: 2px solid transparent; border-radius: 999px; padding: 14px 26px;
  font-family: var(--font-display); font-weight: 800; line-height: 1; cursor: pointer;
  transition: transform 180ms var(--ease), background-color 180ms var(--ease), color 180ms var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--yellow { color: var(--black); background: var(--yellow); }
.button--yellow:hover { background: var(--white); }
.button--small { min-height: 44px; padding: 10px 20px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-display); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.text-link--light { color: var(--white); }

.hero {
  position: relative; overflow: hidden; color: var(--white); background: var(--black); padding: 96px 0 40px;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 64px; min-height: 560px; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 22px;
  font-family: var(--font-body); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.eyebrow > span { width: 26px; height: 8px; background: var(--violet); border-radius: 999px 0 0 999px; }
.eyebrow--dark > span { background: var(--yellow); }
.hero h1 {
  max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 750; letter-spacing: -0.045em; line-height: 0.98;
}
.hero h1 mark { display: inline; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: #d7d7d7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.hero-note { margin: 20px 0 0; color: #a9a9a9; font-size: 13px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-circle {
  position: relative; z-index: 3; width: min(460px, 100%); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; border-radius: 50%; color: var(--black); background: var(--white); padding: 70px 64px;
}
.hero-circle::before, .hero-circle::after {
  content: ""; position: absolute; border-radius: 50%; background: var(--gray-100); pointer-events: none;
}
.hero-circle::before { width: 210px; height: 210px; right: -90px; top: -80px; }
.hero-circle::after { width: 130px; height: 130px; left: -52px; bottom: 28px; }
.hero-circle > * { position: relative; z-index: 1; }
.hero-circle--photo { display: block; margin: 0; padding: 0; border: 12px solid var(--white); isolation: isolate; }
.hero-circle--photo::before, .hero-circle--photo::after { display: none; }
.hero-circle--photo img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.015);
  animation: hero-photo-breathe 14s var(--ease) infinite alternate; will-change: transform;
}
@keyframes hero-photo-breathe { to { transform: scale(1.075) translate3d(-0.6%, -0.5%, 0); } }
.hero-circle__kicker { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-circle__title { margin: 0; font-family: var(--font-wide); font-size: clamp(44px, 4vw, 62px); font-weight: 850; line-height: 0.92; text-transform: uppercase; }
.flow-list { display: grid; gap: 8px; margin-top: 32px; }
.flow-item { display: grid; grid-template-columns: 32px 1fr; align-items: center; border-top: 1px solid #cbcbcb; padding-top: 8px; font-size: 12px; }
.flow-item span { color: var(--violet); font-family: var(--font-display); font-weight: 800; }
.flow-item strong { font-weight: 700; }
.visual-disc { position: absolute; z-index: 1; border-radius: 50%; }
.visual-disc--yellow { width: 260px; height: 260px; right: -58px; top: 12px; background: var(--yellow); }
.visual-disc--violet { width: 150px; height: 150px; left: -22px; bottom: 28px; background: var(--violet); }
.orb { position: absolute; border-radius: 50%; pointer-events: none; }
.orb--hero-a { width: 360px; height: 360px; left: -260px; top: 90px; background: var(--gray-800); }
.orb--hero-b { width: 220px; height: 220px; left: 38%; bottom: -160px; background: var(--gray-800); }
.proof-strip {
  position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #333; padding-top: 34px;
}
.proof-strip div { display: flex; align-items: baseline; gap: 12px; border-right: 1px solid #333; padding: 0 30px; }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--yellow); font-family: var(--font-display); font-size: 28px; line-height: 1; }
.proof-strip span { color: #c4c4c4; font-size: 12px; }

.card-reel { overflow: hidden; background: var(--gray-100); padding-bottom: 92px; }
.card-reel__heading {
  display: grid; grid-template-columns: 1.15fr 0.72fr auto; align-items: end; gap: 48px; margin-bottom: 54px;
}
.card-reel__heading h2 {
  max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.02; letter-spacing: -0.035em;
}
.card-reel__heading > p { margin: 0 0 5px; color: var(--gray-500); font-size: 14px; }
.reel-control {
  display: inline-flex; align-items: center; gap: 10px; min-height: 42px; border: 1px solid var(--black);
  border-radius: 999px; background: transparent; padding: 9px 16px; cursor: pointer;
  font-family: var(--font-display); font-size: 11px; font-weight: 750;
}
.reel-control:hover { color: var(--white); background: var(--black); }
.reel-control__icon { font-size: 12px; }
.card-marquee { width: 100%; overflow: hidden; padding: 16px 0 22px; }
.card-track { display: flex; width: max-content; gap: 20px; animation: card-reel 48s linear infinite; will-change: transform; }
.card-group { display: flex; gap: 20px; }
.card-group figure {
  width: clamp(235px, 20vw, 320px); margin: 0; overflow: hidden; background: var(--black);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14); transform: rotate(-1.2deg); transition: transform 240ms var(--ease);
}
.card-group figure:nth-child(even) { transform: translateY(14px) rotate(1.2deg); }
.card-group figure:hover { position: relative; z-index: 2; transform: translateY(-6px) rotate(0); }
.card-group img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.card-marquee:hover .card-track, .card-marquee:focus-within .card-track, .card-marquee.is-paused .card-track { animation-play-state: paused; }
@keyframes card-reel { to { transform: translateX(calc(-50% - 10px)); } }

.section-heading h2 { margin: 0; max-width: 820px; font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 60px); line-height: 1.03; letter-spacing: -0.035em; }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--gray-500); font-size: 17px; line-height: 1.7; }
.section-heading--split { display: grid; grid-template-columns: 0.5fr 1.15fr 0.75fr; gap: 46px; align-items: start; }
.section-heading--split .eyebrow { margin-top: 9px; }
.section-heading--split > p:last-child { margin: 5px 0 0; }

.friction { background: var(--white); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 72px; background: var(--gray-300); border: 1px solid var(--gray-300); }
.pain-card { min-height: 310px; background: var(--white); padding: 32px; }
.pain-card > span { color: var(--violet); font-family: var(--font-display); font-weight: 800; font-size: 12px; }
.pain-card h3 { margin: 86px 0 14px; font-family: var(--font-display); font-size: 22px; line-height: 1.15; }
.pain-card p { margin: 0; color: var(--gray-500); font-size: 14px; }
.pain-card--accent { background: var(--yellow); }
.pain-card--accent > span { color: var(--black); }
.pain-card--accent p { color: var(--black); }

.solutions { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.solutions-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: start; }
.section-heading--light > p:last-child { color: #bcbcbc; }
.orb--solutions { width: 430px; height: 430px; left: -250px; bottom: -180px; background: var(--gray-800); }
.solution-tabs { display: grid; grid-template-columns: 0.74fr 1.26fr; min-height: 520px; border: 1px solid #393939; }
.tab-list { display: flex; flex-direction: column; border-right: 1px solid #393939; }
.tab-list button {
  flex: 1; display: flex; align-items: center; gap: 16px; width: 100%; border: 0; border-bottom: 1px solid #393939;
  color: #aaa; background: transparent; padding: 24px; text-align: left; cursor: pointer; font-family: var(--font-display); font-weight: 700;
}
.tab-list button:last-child { border-bottom: 0; }
.tab-list button span { color: var(--yellow); font-size: 11px; }
.tab-list button[aria-selected="true"] { color: var(--black); background: var(--yellow); }
.tab-list button[aria-selected="true"] span { color: var(--black); }
.tab-panels { display: grid; align-items: stretch; }
.tab-panels article { padding: 52px; }
.panel-index { margin: 0 0 40px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.tab-panels h3 { margin: 0; font-family: var(--font-display); font-size: 36px; line-height: 1.05; letter-spacing: -0.02em; }
.tab-panels article > p:not(.panel-index) { margin: 22px 0; color: #c6c6c6; }
.check-list { display: grid; gap: 14px; margin: 30px 0 42px; padding: 0; list-style: none; }
.check-list li { position: relative; border-top: 1px solid #333; padding: 13px 0 0 30px; font-size: 14px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 18px; width: 10px; height: 10px; border-radius: 50%; background: var(--violet); }

.process { background: var(--gray-100); }
.process-list { margin: 78px 0 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 90px 1fr 80px; gap: 24px; min-height: 160px; border-top: 1px solid #cecece; padding: 30px 0; }
.process-list li:last-child { border-bottom: 1px solid #cecece; }
.step-number { color: var(--violet); font-family: var(--font-display); font-size: 13px; font-weight: 800; }
.process-list h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 28px; }
.process-list p { margin: 0; color: var(--gray-500); }
.step-line { align-self: center; justify-self: end; width: 48px; height: 48px; border: 1px solid var(--black); border-radius: 50%; }
.step-line::after { content: "↓"; display: grid; place-items: center; height: 100%; font-family: var(--font-display); font-weight: 800; }

.experience { background: var(--white); }
.experience-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; align-items: center; }
.experience-visual { position: relative; min-height: 570px; overflow: hidden; background: var(--gray-100); }
.experience-disc { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.experience-disc--black { width: 470px; height: 470px; left: -210px; top: -160px; background: var(--black); }
.experience-disc--yellow { width: 390px; height: 390px; right: -85px; top: 45px; background: var(--yellow); }
.experience-disc--yellow span { font-family: var(--font-wide); font-size: 72px; font-weight: 850; }
.experience-disc--violet { width: 165px; height: 165px; left: 70px; bottom: -55px; background: var(--violet); }
.experience-visual > p { position: absolute; z-index: 2; left: 56px; bottom: 92px; margin: 0; font-family: var(--font-display); font-size: 34px; font-weight: 800; line-height: 1.05; }
.principle-list { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid #d1d1d1; }
.principle-list > div { display: grid; grid-template-columns: 54px 0.7fr 1.3fr; gap: 18px; align-items: baseline; border-bottom: 1px solid #d1d1d1; padding: 24px 0; }
.principle-list span { color: var(--violet); font-size: 12px; font-weight: 800; }
.principle-list strong { font-family: var(--font-display); }
.principle-list p { margin: 0; color: var(--gray-500); font-size: 13px; }

.faq { background: var(--yellow); }
.faq-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; }
.faq-list { border-top: 2px solid var(--black); }
.faq-list details { border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; line-height: 1; transition: transform 180ms var(--ease); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -4px 48px 24px 0; font-size: 14px; }
.faq-list details a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

.contact { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { max-width: 570px; margin: 0; font-family: var(--font-display); font-size: clamp(42px, 4.5vw, 64px); line-height: 1; letter-spacing: -0.035em; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: #bcbcbc; font-size: 17px; }
.contact-promise { display: grid; grid-template-columns: 36px 1fr; gap: 18px 10px; margin-top: 50px; }
.contact-promise span { color: var(--yellow); font-family: var(--font-display); font-size: 12px; font-weight: 800; }
.contact-promise p { margin: 0; color: #aaa; font-size: 13px; }
.contact-promise strong { display: block; color: var(--white); font-family: var(--font-display); font-size: 15px; }
.lead-form { color: var(--black); background: var(--white); padding: 44px; }
.form-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.form-heading p { margin: 0; font-family: var(--font-display); font-size: 24px; font-weight: 800; }
.form-heading span { color: var(--gray-500); font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; border: 1px solid #bfbfbf; border-radius: 0; color: var(--black); background: var(--white);
  padding: 14px 16px; font-size: 14px; font-weight: 500; text-transform: none; letter-spacing: 0;
}
.lead-form input, .lead-form select { min-height: 50px; }
.lead-form textarea { min-height: 105px; resize: vertical; }
.lead-form input:user-invalid, .lead-form select:user-invalid { border-color: #b21414; }
.consent { grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; }
.consent input { width: 20px; min-height: 20px; height: 20px; padding: 0; accent-color: var(--yellow-deep); }
.button--submit { width: 100%; border: 0; }
.button--submit:hover { color: var(--white); background: var(--black); }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: 12px; font-weight: 700; }
.form-status.is-error { color: #a40f0f; }
.form-status.is-success { color: #087038; }
.orb--contact-a { width: 520px; height: 520px; left: -340px; bottom: -260px; background: var(--gray-800); }
.orb--contact-b { width: 130px; height: 130px; left: 44%; top: 50px; background: var(--violet); }

.site-footer { color: var(--white); background: var(--black); border-top: 1px solid #292929; padding: 70px 0 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.footer-top img { width: 160px; }
.footer-top p { margin: 24px 0 0; font-family: var(--font-display); font-size: 24px; font-weight: 750; }
.footer-links { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #292929; margin-top: 48px; padding-top: 22px; color: #898989; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.capture-mode *, .capture-mode *::before, .capture-mode *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}
.capture-mode .site-header { position: relative; }
.capture-mode .reveal { opacity: 1 !important; transform: none !important; will-change: auto !important; }
.capture-mode .card-track { transform: none !important; will-change: auto !important; }
.capture-mode .card-group[aria-hidden="true"] { display: none !important; }
.capture-mode .card-group figure, .capture-mode .card-group figure:nth-child(even), .capture-mode .hero-circle--photo img {
  transform: none !important; will-change: auto !important;
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 920px); }
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.85fr; gap: 24px; }
  .hero-circle { padding: 56px 48px; }
  .section-heading--split { grid-template-columns: 0.45fr 1.15fr; }
  .section-heading--split > p:last-child { grid-column: 2; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-card { min-height: 260px; }
  .pain-card h3 { margin-top: 56px; }
  .solutions-grid { grid-template-columns: 1fr; gap: 52px; }
  .experience-grid, .faq-grid, .contact-grid { gap: 56px; }
  .card-reel__heading { grid-template-columns: 1fr 0.68fr; }
  .reel-control { grid-column: 2; justify-self: start; }
  .principle-list > div { grid-template-columns: 44px 1fr; }
  .principle-list p { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 64px; }
  .section { padding: 76px 0; }
  .audience-bar__inner { min-height: 42px; font-size: 10px; }
  .audience-bar__inner > span { display: none; }
  .audience-bar__inner { justify-content: center; }
  .header-inner { min-height: 70px; }
  .brand img { width: 126px; }
  .menu-toggle { display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: var(--white); transition: transform 180ms var(--ease); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 112px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--black); padding: 32px 18px; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { display: block; border-bottom: 1px solid #333; padding: 20px 8px; font-size: 18px; }
  .main-nav .button { margin-top: 28px; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-visual { min-height: 390px; margin-top: 24px; }
  .hero-circle { width: 360px; max-width: 100%; padding: 52px 44px; }
  .hero-circle__title { font-size: 46px; }
  .visual-disc--yellow { width: 180px; height: 180px; right: -55px; }
  .visual-disc--violet { width: 100px; height: 100px; left: -20px; }
  .proof-strip { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .proof-strip div, .proof-strip div:first-child { border-right: 0; border-bottom: 1px solid #333; padding: 18px 0; }
  .proof-strip div:last-child { border-bottom: 0; }
  .card-reel { padding-bottom: 70px; }
  .card-reel__heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .card-reel__heading > p { max-width: 52ch; }
  .reel-control { display: none; }
  .card-marquee { margin-inline: -18px; width: calc(100% + 36px); overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .card-marquee::-webkit-scrollbar { display: none; }
  .card-track { gap: 14px; padding-inline: 18px; animation: none; }
  .card-group { gap: 14px; }
  .card-group[aria-hidden="true"] { display: none; }
  .card-group figure { width: min(72vw, 290px); scroll-snap-align: center; transform: none; }
  .card-group figure:nth-child(even) { transform: none; }
  .section-heading--split, .experience-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading--split > p:last-child { grid-column: auto; }
  .section-heading h2 { font-size: clamp(38px, 10vw, 50px); }
  .pain-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .pain-card { min-height: auto; }
  .pain-card h3 { margin-top: 38px; }
  .solution-tabs { grid-template-columns: 1fr; min-height: auto; }
  .tab-list { border-right: 0; border-bottom: 1px solid #393939; }
  .tab-list button { min-height: 66px; }
  .tab-panels article { padding: 34px 26px 40px; }
  .panel-index { margin-bottom: 30px; }
  .tab-panels h3 { font-size: 31px; }
  .process-list { margin-top: 46px; }
  .process-list li { grid-template-columns: 44px 1fr; min-height: auto; }
  .step-line { display: none; }
  .experience-visual { min-height: 430px; }
  .experience-disc--black { width: 340px; height: 340px; }
  .experience-disc--yellow { width: 300px; height: 300px; right: -100px; }
  .experience-disc--yellow span { font-size: 54px; }
  .experience-disc--violet { left: 40px; }
  .experience-visual > p { left: 30px; bottom: 62px; font-size: 28px; }
  .faq-list summary { font-size: 16px; }
  .lead-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-direction: column; gap: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-cta {
    position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; min-height: 52px;
    display: flex; align-items: center; justify-content: center; gap: 16px; border-radius: 999px;
    color: var(--black); background: var(--yellow); font-family: var(--font-display); font-size: 14px; font-weight: 800;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .card-marquee { overflow-x: auto; }
  .card-track { animation: none; }
  .card-group[aria-hidden="true"] { display: none; }
}
