@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,600..900,35..100,0..1&family=Manrope:wght@400;600;700;800;900&display=swap");

:root {
  --ink: #13201f;
  --muted: #5d6967;
  --line: #dce4df;
  --paper: #ffffff;
  --wash: #f5f8f5;
  --deep: #0f2f2d;
  --deep-2: #173f3c;
  --coral: #e35d38;
  --coral-2: #bd4329;
  --sage: #7fb069;
  --gold: #d9a441;
  --blue: #287c91;
  --shadow: 0 18px 50px rgba(15, 47, 45, 0.12);
  --shadow-soft: 0 10px 26px rgba(15, 47, 45, 0.08);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family:
    Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

p,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

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

h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: 0;
  font-family: Fraunces, Georgia, serif;
  font-variation-settings: "SOFT" 70, "WONK" 1;
}

h1 {
  font-size: 3.65rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.2rem;
}

p {
  color: var(--muted);
}

.sr-only,
.skip-link {
  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:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: #fff;
  background: var(--deep);
  border-radius: var(--radius);
}

.icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  min-height: 76px;
  padding: 0 2rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(220, 228, 223, 0.85);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 26px rgba(15, 47, 45, 0.08);
}

.brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 800;
  background: var(--deep);
  border-bottom: 4px solid var(--coral);
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.95rem;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}

.main-nav a {
  padding: 0.75rem 0.85rem;
  color: #263734;
  font-size: 0.93rem;
  font-weight: 700;
  border-radius: var(--radius);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--deep);
  background: var(--wash);
}

.header-phone {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #fff;
  font-weight: 800;
  background: var(--deep);
  border-radius: var(--radius);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(92vh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #17211f;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 248, 245, 0.98) 0%, rgba(245, 248, 245, 0.92) 34%, rgba(245, 248, 245, 0.42) 57%, rgba(19, 32, 31, 0.08) 100%),
    linear-gradient(180deg, rgba(19, 32, 31, 0.16) 0%, rgba(19, 32, 31, 0) 42%, rgba(19, 32, 31, 0.12) 100%);
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(660px, calc(100% - 2rem));
  max-width: calc(100vw - 2rem);
  margin-left: max(1rem, calc((100vw - var(--container)) / 2));
  padding: 4rem 0 4.5rem;
}

.hero h1 {
  max-width: 17ch;
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 1.8rem;
  color: #394844;
  font-size: 1.18rem;
}

.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}

.btn {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

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

.btn-primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(227, 93, 56, 0.24);
}

.btn-primary:hover {
  background: var(--coral-2);
}

.btn-secondary {
  color: var(--deep);
  background: #fff;
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.btn-secondary:hover {
  border-color: #bfd1c8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.hero-proof span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(220, 228, 223, 0.92);
  border-radius: var(--radius);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-strip div {
  padding: 1.25rem 2rem;
  background: #fff;
}

.stats-strip strong,
.stats-strip span {
  display: block;
}

.stats-strip strong {
  margin-bottom: 0.2rem;
  color: var(--deep);
  font-size: 1.1rem;
}

.stats-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.2rem 0;
}

.soft-band {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100vw - var(--container)) / 2));
  padding-left: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(90deg, rgba(127, 176, 105, 0.1), rgba(40, 124, 145, 0.08)),
    var(--wash);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-bottom: 0.8rem;
}

.section-heading p:last-child {
  font-size: 1.05rem;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.card-grid,
.pricing-grid,
.reference-grid,
.case-grid,
.related-grid,
.result-grid {
  display: grid;
  gap: 1rem;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.sector-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reference-grid {
  grid-template-columns: repeat(4, 1fr);
}

.reference-grid.large {
  grid-template-columns: repeat(2, 1fr);
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.sector-card,
.pricing-card,
.reference-card,
.feature-panel,
.case-card,
.related-card,
.case-facts,
.result-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.service-card,
.sector-card,
.pricing-card,
.reference-card,
.feature-panel,
.case-content,
.related-card,
.case-facts,
.result-grid div {
  padding: 1.25rem;
}

.service-card,
.sector-card,
.pricing-card {
  min-height: 100%;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.1rem;
  color: var(--deep);
  background: #eaf2ec;
  border-radius: var(--radius);
}

.card-icon svg {
  width: 23px;
  height: 23px;
}

.service-card h3,
.sector-card h3,
.pricing-card h3,
.reference-card h3,
.case-card h3 {
  margin-bottom: 0.7rem;
}

.text-link {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  margin-top: 0.5rem;
  color: var(--coral);
  font-weight: 900;
}

.text-link:hover {
  color: var(--coral-2);
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card.is-highlighted {
  border-color: rgba(227, 93, 56, 0.55);
  box-shadow: 0 24px 55px rgba(227, 93, 56, 0.15);
}

.pill {
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.35rem 0.58rem;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 900;
  background: #edf5e9;
  border: 1px solid #d5e7cd;
  border-radius: 999px;
}

.price {
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
  margin: 1rem 0;
}

.price strong {
  font-size: 2.45rem;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0 0 1.4rem;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.6rem;
  color: #2c3f3c;
}

.check-list svg {
  margin-top: 0.22rem;
  color: var(--sage);
}

.pricing-card .btn {
  margin-top: auto;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 3rem;
  align-items: center;
}

.section-split > div > p,
.section-split > div > .check-list {
  max-width: 640px;
}

.media-panel {
  margin: 0;
}

.media-panel img,
.case-screenshot img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-panel h3 {
  margin-bottom: 1rem;
}

.local-query-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 1.8rem);
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 42px),
    linear-gradient(135deg, #151512 0 56%, var(--coral) 56% 72%, var(--acid) 72% 100%);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow:
    10px 10px 0 var(--acid),
    18px 18px 0 rgba(255, 90, 50, 0.22);
  transform: rotate(-1deg);
}

.local-query-panel::before {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  z-index: -1;
  width: 56%;
  height: 76%;
  background: var(--sage);
  transform: rotate(-14deg);
  animation: localSlash 6s ease-in-out infinite alternate;
}

.local-query-panel::after {
  content: "</>";
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.22);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 950;
  line-height: 1;
  transform: rotate(8deg);
}

.panel-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.36rem 0.58rem;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.72);
}

.local-query-panel h3 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 0.96;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.65);
}

.local-query-panel .mini-tags {
  gap: 0.75rem;
}

.local-query-panel .mini-tags span {
  min-height: 40px;
  padding: 0.52rem 0.7rem;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.82);
  transform: rotate(-1deg);
}

.local-query-panel .mini-tags span:nth-child(2n) {
  color: #fff;
  background: var(--coral);
  transform: rotate(1deg);
}

.local-query-panel .mini-tags span:nth-child(3n) {
  background: var(--acid);
}

.mini-tags,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mini-tags span,
.mini-tags em,
.tag-cloud a,
.reference-card em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.65rem;
  color: #203532;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tag-cloud a:hover {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
}

.reference-card span,
.case-content > span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reference-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.case-card {
  overflow: hidden;
}

.case-image {
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms ease;
}

.case-card:hover .case-image img {
  transform: scale(1.025);
}

.case-content p {
  min-height: 5.8rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 900;
}

.faq-list p {
  padding: 0 1.15rem 1.15rem;
}

.contact-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  width: min(var(--container), calc(100% - 2rem));
  margin: 3rem auto 5rem;
  padding: 2rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 47, 45, 0.98), rgba(23, 63, 60, 0.94)),
    var(--deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-band h2,
.contact-band p,
.contact-band .eyebrow {
  color: #fff;
}

.contact-band p {
  opacity: 0.84;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.contact-form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 1.35rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 800;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #c8f7d2;
}

.form-status.is-error {
  color: #ffd1c8;
}

.page-hero {
  position: relative;
  padding: 5rem max(1rem, calc((100vw - var(--container)) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 47, 45, 0.97), rgba(23, 63, 60, 0.88)),
    var(--deep);
}

.page-hero.compact {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.page-hero h1,
.page-hero p {
  max-width: 820px;
  color: #fff;
}

.page-hero p {
  opacity: 0.86;
  font-size: 1.08rem;
}

.page-hero .eyebrow {
  color: #f1b556;
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.breadcrumbs a:hover {
  color: #fff;
}

.city-group + .city-group {
  margin-top: 3rem;
}

.city-group h2 {
  margin-bottom: 1rem;
}

.cities-index-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100vw - var(--container)) / 2));
  padding-left: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    repeating-linear-gradient(90deg, rgba(21, 21, 18, 0.04) 0 1px, transparent 1px 82px),
    repeating-linear-gradient(0deg, rgba(21, 21, 18, 0.035) 0 1px, transparent 1px 72px),
    var(--paper);
}

.cities-index-section::before {
  content: "SEO LOCAL";
  position: absolute;
  top: 1.2rem;
  right: max(1rem, calc((100vw - var(--container)) / 2));
  z-index: -1;
  color: rgba(21, 21, 18, 0.045);
  font-family: Manrope, sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 950;
  line-height: 0.85;
}

.cities-index-section .city-group {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 58px),
    linear-gradient(128deg, #151512 0 48%, #00a78e 48% 58%, #ff5a32 58% 70%, #d7ff38 70% 100%);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 var(--acid);
  counter-increment: cityGroup;
}

.cities-index-section {
  counter-reset: cityGroup;
}

.cities-index-section .city-group:nth-child(2n) {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 58px),
    linear-gradient(132deg, #151512 0 42%, #ff5a32 42% 54%, #d7ff38 54% 70%, #00a78e 70% 100%);
  box-shadow: 10px 10px 0 var(--coral);
}

.cities-index-section .city-group::before {
  content: "0" counter(cityGroup);
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 40px;
  padding: 0 0.65rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 950;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.76);
  transform: rotate(5deg);
}

.cities-index-section .city-group::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -18%;
  z-index: -1;
  width: min(290px, 28vw);
  aspect-ratio: 1;
  background:
    repeating-linear-gradient(135deg, rgba(21, 21, 18, 0.78) 0 10px, transparent 10px 20px);
  border: 5px solid rgba(255, 255, 255, 0.3);
  transform: rotate(8deg);
}

.cities-index-section .city-group h2 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: clamp(2.3rem, 6vw, 4rem);
  line-height: 0.92;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.58);
}

.cities-index-section .city-group h2::after {
  content: "";
  display: block;
  width: min(320px, 52vw);
  height: 0.22em;
  margin-top: -0.08em;
  background: var(--acid);
  transform: rotate(-1deg);
}

.cities-index-section .tag-cloud {
  max-width: 980px;
  gap: 0.72rem;
}

.cities-index-section .tag-cloud a {
  min-height: 42px;
  padding: 0.58rem 0.78rem;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.76);
  transform: rotate(-0.7deg);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.cities-index-section .tag-cloud a:nth-child(2n) {
  background: var(--acid);
  transform: rotate(0.8deg);
}

.cities-index-section .tag-cloud a:nth-child(3n) {
  color: #fff;
  background: var(--coral);
}

.cities-index-section .tag-cloud a:nth-child(5n) {
  color: #fff;
  background: var(--sage);
}

.cities-index-section .tag-cloud a:hover,
.cities-index-section .tag-cloud a:focus-visible {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: 8px 8px 0 var(--acid);
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: 1.45rem;
}

.case-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.5rem;
  align-items: start;
}

.case-screenshot {
  margin: 0;
}

.case-screenshot img {
  object-fit: cover;
  object-position: top center;
}

.case-facts {
  position: sticky;
  top: 96px;
}

.case-facts dl {
  display: grid;
  gap: 0.9rem;
  margin: 1.25rem 0;
}

.case-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0.15rem 0 0;
  font-weight: 800;
}

.result-grid {
  grid-template-columns: repeat(3, 1fr);
}

.result-grid strong,
.result-grid span {
  display: block;
}

.result-grid strong {
  margin-bottom: 0.4rem;
  color: var(--deep);
  font-size: 1.12rem;
}

.result-grid span {
  color: var(--muted);
}

.related-grid {
  grid-template-columns: repeat(2, 1fr);
}

.related-card {
  display: grid;
  gap: 0.75rem;
}

.related-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--deep);
  border-radius: var(--radius);
}

.related-card strong {
  font-size: 1.22rem;
  line-height: 1.15;
}

.related-card em {
  color: var(--coral);
  font-style: normal;
  font-weight: 900;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0f201f;
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta h2,
.footer-cta .eyebrow {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0;
}

.footer-grid h3 {
  color: #fff;
}

.footer-grid a {
  display: block;
  margin: 0.45rem 0;
}

.footer-grid a:hover,
.footer-bottom a:hover {
  color: #fff;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand .brand-mark {
  background: #fff;
  color: var(--deep);
}

.footer-brand strong {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1080px) {
  h1 {
    font-size: 3rem;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--deep);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .nav-toggle .close-icon {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] .open-icon {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] .close-icon {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 1rem;
  }

  .header-phone {
    display: none;
  }

  .services-grid,
  .sector-grid,
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reference-grid,
  .pricing-grid,
  .result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-split,
  .contact-band,
  .case-showcase,
  .footer-cta {
    grid-template-columns: 1fr;
  }

  .case-facts {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .site-header {
    min-height: 68px;
    padding: 0 1rem;
  }

  .brand strong {
    font-size: 0.86rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .main-nav {
    inset: 68px 0 auto;
  }

  .hero {
    min-height: calc(92vh - 68px);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(245, 248, 245, 0.97) 0%, rgba(245, 248, 245, 0.9) 54%, rgba(245, 248, 245, 0.1) 100%),
      linear-gradient(0deg, rgba(19, 32, 31, 0.35), rgba(19, 32, 31, 0));
  }

  .hero-visual img {
    object-position: 58% center;
  }

  .hero-copy {
    width: min(calc(100% - 2rem), 358px);
    max-width: calc(100vw - 2rem);
    margin-right: auto;
    margin-left: 1rem;
    padding: 2.75rem 0 2rem;
  }

  .hero h1 {
    max-width: 15ch;
  }

  .hero-lead {
    max-width: 34ch;
    font-size: 1rem;
  }

  .button-row,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-proof {
    display: none;
  }

  .stats-strip,
  .services-grid,
  .sector-grid,
  .pricing-grid,
  .reference-grid,
  .reference-grid.large,
  .case-grid,
  .related-grid,
  .result-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip div {
    padding: 1rem;
  }

  .section,
  .soft-band {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .contact-band {
    padding: 1.25rem;
  }

  .page-hero,
  .page-hero.compact {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .case-content p {
    min-height: 0;
  }
}

/* Direction artistique 2026 : plus distincte, plus éditoriale, plus animée. */
:root {
  --ink: #151512;
  --muted: #5d605b;
  --line: #dedfd7;
  --paper: #fbfcf8;
  --wash: #f1f4ec;
  --deep: #111815;
  --deep-2: #202a25;
  --coral: #ff5a32;
  --coral-2: #d94725;
  --sage: #00a78e;
  --gold: #f2b84b;
  --blue: #216fdb;
  --acid: #d7ff38;
  --shadow: 0 22px 70px rgba(21, 21, 18, 0.16);
  --shadow-soft: 0 10px 34px rgba(21, 21, 18, 0.08);
}

body {
  background:
    linear-gradient(rgba(21, 21, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 18, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
}

.site-header {
  min-height: 84px;
  color: var(--ink);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 2px solid rgba(21, 21, 18, 0.12);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 40px rgba(21, 21, 18, 0.1);
}

.brand-mark {
  color: var(--acid);
  background: var(--ink);
  border-bottom-color: var(--coral);
}

.main-nav a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: 0.45rem;
  left: 0.75rem;
  height: 3px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
  background: transparent;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-phone {
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.hero {
  min-height: calc(93vh - 84px);
  isolation: isolate;
  color: #fff;
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 92px),
    linear-gradient(90deg, rgba(21, 21, 18, 0.96) 0%, rgba(21, 21, 18, 0.82) 38%, rgba(21, 21, 18, 0.28) 64%, rgba(21, 21, 18, 0.68) 100%),
    linear-gradient(0deg, rgba(21, 21, 18, 0.9) 0%, rgba(21, 21, 18, 0) 38%);
}

.hero::after {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 90, 50, 0.3) 0 16%, transparent 16% 100%),
    linear-gradient(315deg, rgba(215, 255, 56, 0.18) 0 11%, transparent 11% 100%);
  mix-blend-mode: screen;
}

.hero-visual img {
  transform-origin: 70% center;
  filter: saturate(1.12) contrast(1.04);
  animation: heroPan 16s ease-in-out infinite alternate;
}

.hero-copy {
  z-index: 2;
  width: min(760px, calc(100% - 2rem));
  padding: 5.5rem 0 7.8rem;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  color: #fff;
}

.hero-kicker span {
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  background: var(--acid);
  border: 2px solid rgba(21, 21, 18, 0.96);
  border-radius: var(--radius);
  transform: rotate(-1.5deg);
}

.hero-kicker span:nth-child(2n) {
  color: #fff;
  background: var(--coral);
  transform: rotate(1.5deg);
}

.hero h1 {
  max-width: 12ch;
  color: #fff;
  font-size: 4.65rem;
  text-wrap: balance;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
  animation: heroSlide 520ms ease both;
}

.hero-lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.24rem;
  animation: heroSlide 520ms ease 80ms both;
}

.hero .button-row,
.hero-proof {
  animation: heroSlide 520ms ease 140ms both;
}

.hero .btn-secondary {
  color: var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 rgba(215, 255, 56, 0.9);
}

.hero-proof span {
  color: #fff;
  padding: 0.45rem 0.62rem;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.hero-studio {
  position: absolute;
  z-index: 2;
  right: max(1rem, calc((100vw - var(--container)) / 2));
  bottom: 7.2rem;
  width: min(360px, 28vw);
  display: grid;
  gap: 0.75rem;
  pointer-events: none;
}

.studio-card {
  padding: 1rem;
  color: #fff;
  background: rgba(21, 21, 18, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  animation: floatPanel 5s ease-in-out infinite;
}

.studio-card span,
.studio-card em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-card strong {
  display: block;
  margin: 0.25rem 0;
  font-size: 1.2rem;
  line-height: 1.05;
}

.studio-card-main {
  border-left: 7px solid var(--acid);
}

.studio-card-small {
  justify-self: end;
  width: 58%;
  background: rgba(255, 90, 50, 0.85);
  animation-delay: 550ms;
}

.studio-card-accent {
  width: 78%;
  background: rgba(0, 167, 142, 0.82);
  animation-delay: 1100ms;
}

.hero-marquee {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--acid);
  border-top: 2px solid rgba(21, 21, 18, 0.9);
}

.hero-marquee div {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.hero-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1.4rem;
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  border-right: 2px solid rgba(21, 21, 18, 0.18);
}

.stats-strip {
  border-color: rgba(21, 21, 18, 0.18);
  background: rgba(21, 21, 18, 0.16);
}

.stats-strip div {
  background: #fff;
  border-right: 1px solid rgba(21, 21, 18, 0.12);
}

.stats-strip strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.impact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: stretch;
}

.impact-copy {
  display: grid;
  align-content: center;
}

.impact-copy h2 {
  max-width: 12ch;
  font-size: 3.2rem;
}

.impact-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.impact-board div {
  min-height: 190px;
  padding: 1.25rem;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--acid);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.impact-board div:nth-child(2) {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 8px 8px 0 var(--ink);
}

.impact-board div:nth-child(3) {
  background: var(--coral);
}

.impact-board div:nth-child(4) {
  background: var(--sage);
}

.impact-board div:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 rgba(21, 21, 18, 0.9);
}

.impact-board span,
.impact-board strong,
.impact-board em {
  display: block;
}

.impact-board span {
  margin-bottom: 2.2rem;
  opacity: 0.72;
  font-weight: 950;
}

.impact-board strong {
  font-size: 1.55rem;
}

.impact-board em {
  margin-top: 0.35rem;
  font-style: normal;
  opacity: 0.72;
}

.section-heading h2 {
  text-wrap: balance;
}

.service-card,
.sector-card,
.pricing-card,
.reference-card,
.case-card,
.feature-panel,
.related-card,
.case-facts,
.result-grid div {
  border-color: rgba(21, 21, 18, 0.12);
  box-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-card:hover,
.sector-card:hover,
.pricing-card:hover,
.reference-card:hover,
.case-card:hover,
.related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 21, 18, 0.36);
  box-shadow: 0 18px 45px rgba(21, 21, 18, 0.1);
}

.service-card,
.sector-card {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.sector-card::before,
.pricing-card::before {
  content: "";
  display: block;
  height: 7px;
  margin: -1.25rem -1.25rem 1.25rem;
  background: linear-gradient(90deg, var(--coral), var(--acid), var(--sage), var(--blue));
}

.card-icon {
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
}

.pricing-card.is-highlighted {
  border-color: var(--ink);
  box-shadow: 9px 9px 0 var(--acid);
}

.pill {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(21, 21, 18, 0.18);
}

.case-card {
  background: #fff;
}

.case-image {
  aspect-ratio: 4 / 3;
  border-bottom-color: rgba(21, 21, 18, 0.16);
}

.case-image img {
  filter: saturate(0.95) contrast(1.02);
}

.case-card:hover .case-image img {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.04);
}

.references-showcase-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100vw - var(--container)) / 2));
  padding-left: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 82px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 74px),
    linear-gradient(125deg, #151512 0 42%, #00a78e 42% 53%, #ff5a32 53% 65%, #d7ff38 65% 100%);
  border-top: 7px solid var(--ink);
  border-bottom: 7px solid var(--ink);
  counter-reset: caseCard;
}

.references-showcase-section::before {
  content: "PORTFOLIO";
  position: absolute;
  top: 2.2rem;
  right: max(1rem, calc((100vw - var(--container)) / 2));
  z-index: -1;
  color: rgba(255, 255, 255, 0.08);
  font-family: Manrope, sans-serif;
  font-size: clamp(5rem, 13vw, 12rem);
  font-weight: 950;
  line-height: 0.75;
  letter-spacing: 0;
}

.references-showcase-section::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: -1;
  width: min(340px, 28vw);
  aspect-ratio: 1;
  background:
    repeating-linear-gradient(135deg, rgba(21, 21, 18, 0.76) 0 10px, transparent 10px 20px);
  border: 5px solid rgba(255, 255, 255, 0.34);
  transform: rotate(8deg);
}

.references-showcase-section .case-grid {
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.references-showcase-section .case-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 9px 9px 0 var(--acid);
  transform: rotate(-0.7deg);
}

.references-showcase-section .case-card:nth-child(2n) {
  box-shadow: 9px 9px 0 var(--coral);
  transform: rotate(0.7deg);
}

.references-showcase-section .case-card:nth-child(3n) {
  box-shadow: 9px 9px 0 var(--sage);
}

.references-showcase-section .case-card:hover {
  transform: translateY(-7px) rotate(0deg);
  border-color: #fff;
  box-shadow: 12px 12px 0 var(--acid);
}

.references-showcase-section .case-card::before {
  counter-increment: caseCard;
  content: "0" counter(caseCard);
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 36px;
  padding: 0 0.55rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.76);
}

.references-showcase-section .case-card:nth-child(2n)::before {
  color: #fff;
  background: var(--coral);
}

.references-showcase-section .case-card:nth-child(3n)::before {
  color: #fff;
  background: var(--sage);
}

.references-showcase-section .case-image {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--ink);
  border-bottom: 3px solid var(--ink);
}

.references-showcase-section .case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(21, 21, 18, 0.1), rgba(21, 21, 18, 0.58)),
    radial-gradient(circle at 18% 18%, rgba(215, 255, 56, 0.28), transparent 24%);
  mix-blend-mode: multiply;
}

.references-showcase-section .case-image img {
  filter: saturate(1.12) contrast(1.08);
}

.references-showcase-section .case-content {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 1) 0 68%, rgba(215, 255, 56, 0.28) 68% 100%);
}

.references-showcase-section .case-content > span {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.52rem;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-1.4deg);
}

.references-showcase-section .case-card:nth-child(2n) .case-content > span {
  color: var(--ink);
  background: var(--acid);
  transform: rotate(1deg);
}

.references-showcase-section .case-card:nth-child(3n) .case-content > span {
  background: var(--sage);
}

.references-showcase-section .case-content h3 {
  font-size: clamp(1.32rem, 2.2vw, 1.75rem);
}

.references-showcase-section .case-content p {
  min-height: 0;
}

.references-showcase-section .mini-tags em {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.68);
}

.references-showcase-section .mini-tags em:nth-child(2n) {
  background: var(--acid);
}

.references-showcase-section .text-link {
  width: fit-content;
  padding: 0.45rem 0;
  color: var(--coral);
  font-size: 1rem;
}

.contact-band {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(21, 21, 18, 0.98) 0 62%, rgba(255, 90, 50, 0.92) 62% 100%),
    var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--acid);
}

.page-hero {
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 84px),
    linear-gradient(135deg, #151512 0%, #151512 64%, #ff5a32 64% 78%, #00a78e 78% 100%);
}

.page-hero .eyebrow {
  color: var(--acid);
}

.site-footer {
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--ink);
  background-size: 42px 42px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes heroPan {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, 0, 0);
  }
}

@keyframes heroSlide {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(0);
  }
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .site-header {
    min-height: 74px;
  }

  .hero {
    min-height: calc(93vh - 74px);
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-studio {
    right: 1rem;
    width: 310px;
    opacity: 0.9;
  }

  .impact-section {
    grid-template-columns: 1fr;
  }

  .impact-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
  }

  .hero {
    min-height: calc(92vh - 68px);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(21, 21, 18, 0.94) 0%, rgba(21, 21, 18, 0.78) 48%, rgba(21, 21, 18, 0.22) 100%),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
  }

  .hero-copy {
    width: min(calc(100% - 2rem), 420px);
    padding: 3rem 0 6.2rem;
  }

  .hero h1 {
    max-width: 13ch;
    color: #fff;
    font-size: 2.55rem;
  }

  .hero-lead {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.84);
  }

  .hero-kicker span {
    min-height: 30px;
    padding: 0.35rem 0.52rem;
    font-size: 0.7rem;
  }

  .hero-studio {
    display: none;
  }

  .hero-proof {
    display: none;
  }

  .hero-marquee span {
    min-height: 42px;
    padding: 0 1rem;
    font-size: 0.78rem;
  }

  .impact-copy h2 {
    font-size: 2.05rem;
  }

  .impact-board {
    grid-template-columns: 1fr;
  }

  .impact-board div {
    min-height: 142px;
  }

  .contact-band {
    box-shadow: 7px 7px 0 var(--acid);
  }
}

/* Polish pass: cursor, spacing, hero rhythm, stronger agency feel. */
@media (pointer: fine) {
  .has-custom-cursor.cursor-ready body,
  .has-custom-cursor.cursor-ready a,
  .has-custom-cursor.cursor-ready button,
  .has-custom-cursor.cursor-ready input,
  .has-custom-cursor.cursor-ready textarea,
  .has-custom-cursor.cursor-ready summary {
    cursor: none;
  }

  .cursor-dot,
  .cursor-pacman,
  .cursor-pacman-eye {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
  }

  .cursor-dot {
    mix-blend-mode: difference;
  }

  .cursor-dot {
    width: 15px;
    height: 15px;
    background: var(--acid);
    border: 2px solid #111;
    border-radius: 999px;
    box-shadow: none;
    mix-blend-mode: normal;
    transition:
      width 160ms ease,
      height 160ms ease,
      opacity 160ms ease;
  }

  .cursor-pacman {
    --pacman-scale: 1;
    width: 34px;
    height: 34px;
    background: #ffd93d;
    border: 2px solid #111;
    border-radius: 999px;
    box-shadow: none;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 57% 50%, 100% 67%, 100% 100%, 0 100%);
    transform-origin: center;
    transition:
      opacity 160ms ease,
      filter 160ms ease;
    animation: pacmanChomp 210ms steps(2, end) infinite;
  }

  .cursor-pacman-eye {
    width: 5px;
    height: 5px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    transition:
      opacity 160ms ease,
      width 160ms ease,
      height 160ms ease;
  }

  .cursor-ready .cursor-dot,
  .cursor-ready .cursor-pacman,
  .cursor-ready .cursor-pacman-eye {
    opacity: 1;
  }

  .cursor-hover .cursor-dot {
    width: 20px;
    height: 20px;
    background: #fff;
  }

  .cursor-hover .cursor-pacman {
    filter: saturate(1.25);
  }

  .cursor-hover .cursor-pacman-eye {
    width: 6px;
    height: 6px;
  }

  .cursor-down .cursor-pacman {
    animation-duration: 120ms;
  }
}

.hero {
  min-height: clamp(690px, 80vh, 880px);
}

.hero-copy {
  padding-top: clamp(4rem, 8vh, 6rem);
  padding-bottom: clamp(6rem, 10vh, 8rem);
}

.hero-kicker {
  column-gap: 0.72rem;
  row-gap: 0.72rem;
  margin-bottom: 1.65rem;
}

.hero-kicker span {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.72);
}

.hero h1 {
  max-width: 17.8ch;
  margin-bottom: 1.15rem;
  font-size: 4.35rem;
  line-height: 1.05;
}

.hero-lead {
  margin-bottom: 1.35rem;
}

.hero .button-row {
  gap: 0.95rem;
  margin-bottom: 0.75rem;
}

.hero-proof {
  gap: 0.6rem;
  margin-top: 0.65rem;
}

.hero-studio {
  bottom: clamp(5.2rem, 9vh, 7rem);
}

.studio-radar {
  position: absolute;
  right: 2rem;
  bottom: 8rem;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  opacity: 0.8;
}

.studio-radar span {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(215, 255, 56, 0.8);
  border-radius: 999px;
  animation: radarPulse 2.7s ease-out infinite;
}

.studio-radar span:nth-child(2) {
  animation-delay: 650ms;
}

.studio-radar span:nth-child(3) {
  animation-delay: 1300ms;
}

.studio-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem;
  width: 180px;
  justify-self: end;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.studio-bars i {
  display: block;
  height: 46px;
  background: var(--acid);
  border-radius: 999px 999px 4px 4px;
  transform-origin: bottom;
  animation: barDance 1.5s ease-in-out infinite;
}

.studio-bars i:nth-child(2) {
  animation-delay: 120ms;
  background: var(--coral);
}

.studio-bars i:nth-child(3) {
  animation-delay: 240ms;
  background: #fff;
}

.studio-bars i:nth-child(4) {
  animation-delay: 360ms;
  background: var(--sage);
}

.studio-bars i:nth-child(5) {
  animation-delay: 480ms;
  background: var(--gold);
}

.impact-section {
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.impact-copy {
  padding: 1.75rem 0;
}

.impact-copy .eyebrow {
  margin-bottom: 1.05rem;
}

.impact-copy h2 {
  max-width: 13ch;
  margin-bottom: 1.35rem;
}

.impact-copy p:last-child {
  max-width: 56ch;
  font-size: 1.08rem;
}

.impact-board {
  gap: 1.15rem;
}

.impact-board div {
  display: grid;
  align-content: space-between;
  gap: 0.8rem;
  min-height: 210px;
}

.impact-board span,
.impact-board strong,
.impact-board em {
  margin: 0;
}

.impact-board span {
  margin-bottom: 1.4rem;
}

.section {
  padding-top: clamp(4.8rem, 8vw, 7.2rem);
  padding-bottom: clamp(4.8rem, 8vw, 7.2rem);
}

.section-heading {
  margin-bottom: 2.6rem;
}

.section-heading h2 {
  margin-bottom: 1rem;
}

.section-heading p:last-child {
  max-width: 64ch;
}

.wild-title {
  position: relative;
  isolation: isolate;
  width: fit-content;
  max-width: 20ch;
  margin-bottom: 1.15rem;
  color: var(--ink);
  font-size: 3rem;
  line-height: 0.98;
  text-wrap: balance;
}

.wild-title::before {
  content: "";
  position: absolute;
  right: -0.16em;
  bottom: 0.02em;
  left: -0.12em;
  z-index: -1;
  height: 0.34em;
  background: var(--acid);
  transform: rotate(-1.2deg) scaleX(0.96);
  transform-origin: left center;
  animation: titleBrush 3.8s ease-in-out infinite;
}

.wild-title::after {
  content: "";
  position: absolute;
  top: -0.34rem;
  right: -1.15rem;
  z-index: -1;
  width: 2.25rem;
  height: 2.25rem;
  background:
    linear-gradient(135deg, var(--coral) 0 48%, var(--blue) 48% 100%);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(9deg);
  animation: titleSticker 2.8s ease-in-out infinite alternate;
}

.title-line {
  display: block;
}

.title-pop,
.title-scribble {
  position: relative;
  display: inline-block;
}

.title-pop {
  margin: 0 0.05em;
  padding: 0.01em 0.15em 0.06em;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--coral);
  transform: rotate(-2deg);
  animation: titlePop 3.2s ease-in-out infinite;
}

.title-scribble {
  color: var(--coral);
  font-style: italic;
}

.title-scribble::after {
  content: "";
  position: absolute;
  right: -0.08em;
  bottom: 0.03em;
  left: -0.08em;
  z-index: -1;
  height: 0.24em;
  background: var(--acid);
  transform: rotate(-2deg);
  animation: titleBrush 2.8s ease-in-out infinite reverse;
}

.split-title {
  max-width: 16ch;
}

.local-seo-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 72px),
    linear-gradient(132deg, #151512 0 46%, #ff5a32 46% 57%, #d7ff38 57% 68%, #00a78e 68% 100%);
  border-top: 7px solid var(--ink);
  border-bottom: 7px solid var(--ink);
}

.local-seo-band::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -8%;
  z-index: -1;
  width: min(760px, 58vw);
  height: 74%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    var(--acid);
  transform: skewX(-18deg) rotate(-2deg);
  transform-origin: center;
  animation: localSlash 7s ease-in-out infinite alternate;
}

.local-seo-band::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 12%;
  z-index: -1;
  width: 260px;
  height: 260px;
  background:
    repeating-linear-gradient(135deg, rgba(19, 32, 31, 0.92) 0 10px, transparent 10px 20px);
  border: 5px solid rgba(255, 255, 255, 0.38);
  transform: rotate(8deg);
  opacity: 0.34;
}

.local-seo-band .eyebrow {
  color: var(--acid);
}

.local-seo-band .wild-title {
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.local-seo-band .wild-title::after {
  border-color: #fff;
  box-shadow: 5px 5px 0 var(--acid);
}

.local-seo-band .section-heading p {
  color: rgba(255, 255, 255, 0.86);
}

.local-seo-band .tag-cloud {
  position: relative;
  z-index: 1;
}

.local-seo-band .tag-cloud a {
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.72);
  transform: rotate(-0.5deg);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.local-seo-band .tag-cloud a:nth-child(3n) {
  background: var(--acid);
  transform: rotate(0.7deg);
}

.local-seo-band .tag-cloud a:nth-child(4n) {
  color: #fff;
  background: var(--coral);
}

.local-seo-band .tag-cloud a:hover,
.local-seo-band .tag-cloud a:focus-visible {
  transform: translateY(-3px) rotate(0deg);
  box-shadow: 7px 7px 0 var(--acid);
}

.local-seo-band .center-action .btn-primary {
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.local-seo-band .center-action .btn-primary:hover {
  background: #fff;
}

.city-zones-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 76px),
    linear-gradient(128deg, #151512 0 48%, #00a78e 48% 58%, #ff5a32 58% 70%, #d7ff38 70% 100%);
  border-top: 7px solid var(--ink);
  border-bottom: 7px solid var(--ink);
}

.city-zones-band::before {
  content: "";
  position: absolute;
  inset: 12% -14% auto 42%;
  z-index: -1;
  height: 54%;
  background: var(--acid);
  transform: skewX(-24deg) rotate(-4deg);
  animation: localSlash 6s ease-in-out infinite alternate;
}

.city-zones-band::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 8%;
  z-index: -1;
  width: min(330px, 26vw);
  aspect-ratio: 1;
  background:
    repeating-linear-gradient(135deg, rgba(21, 21, 18, 0.8) 0 10px, transparent 10px 20px);
  border: 5px solid rgba(255, 255, 255, 0.28);
  transform: rotate(7deg);
}

.city-zones-band .eyebrow {
  color: var(--acid);
}

.city-zones-band .wild-title {
  max-width: 16ch;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.62);
}

.city-zones-band .wild-title::after {
  border-color: #fff;
  box-shadow: 5px 5px 0 var(--acid);
}

.city-zones-band .section-heading p {
  color: rgba(255, 255, 255, 0.86);
}

.city-zones-band .tag-cloud {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-top: 1.4rem;
  gap: 0.72rem;
}

.city-zones-band .tag-cloud a {
  min-height: 42px;
  padding: 0.58rem 0.78rem;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.78);
  transform: rotate(-0.7deg);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.city-zones-band .tag-cloud a:nth-child(2n) {
  background: var(--acid);
  transform: rotate(0.8deg);
}

.city-zones-band .tag-cloud a:nth-child(3n) {
  color: #fff;
  background: var(--coral);
}

.city-zones-band .tag-cloud a:nth-child(5n) {
  color: #fff;
  background: var(--sage);
}

.city-zones-band .tag-cloud a:hover,
.city-zones-band .tag-cloud a:focus-visible {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: 8px 8px 0 var(--acid);
}

@keyframes titleBrush {
  0%,
  100% {
    transform: rotate(-1.2deg) scaleX(0.94);
  }
  50% {
    transform: rotate(1deg) scaleX(1.04);
  }
}

@keyframes titleSticker {
  from {
    transform: rotate(9deg) translateY(0);
  }
  to {
    transform: rotate(14deg) translateY(-6px);
  }
}

@keyframes titlePop {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-4px);
  }
}

@keyframes localSlash {
  from {
    transform: translateX(0) skewX(-18deg) rotate(-2deg);
  }
  to {
    transform: translateX(-4%) skewX(-14deg) rotate(1deg);
  }
}

@media (max-width: 720px) {
  .cities-index-section .city-group {
    padding: 1.1rem;
    box-shadow: 7px 7px 0 var(--acid);
  }

  .cities-index-section .city-group::before {
    top: 0.85rem;
    right: 0.85rem;
    min-width: 38px;
    height: 32px;
    font-size: 0.78rem;
  }

  .cities-index-section .city-group::after {
    right: -22%;
    width: 180px;
  }

  .cities-index-section .tag-cloud {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cities-index-section .tag-cloud a {
    justify-content: center;
    text-align: center;
  }

  .wild-title {
    max-width: 100%;
    font-size: 2.15rem;
    line-height: 1.02;
  }

  .wild-title::after {
    right: -0.35rem;
    width: 1.55rem;
    height: 1.55rem;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .title-pop {
    border-width: 2px;
    box-shadow: 4px 4px 0 var(--coral);
  }

  .local-seo-band::before {
    top: 16%;
    right: -32%;
    width: 90vw;
    height: 58%;
  }

  .local-seo-band::after {
    right: -18%;
    bottom: 18%;
    width: 190px;
    height: 190px;
  }

  .local-query-panel {
    transform: none;
    box-shadow:
      7px 7px 0 var(--acid),
      12px 12px 0 rgba(255, 90, 50, 0.22);
  }

  .local-query-panel .mini-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .city-zones-band::before {
    inset: 18% -42% auto 34%;
    height: 46%;
  }

  .city-zones-band::after {
    right: -24%;
    width: 170px;
  }
}

.pricing-card h3,
.service-card h3,
.sector-card h3,
.case-card h3 {
  margin-bottom: 0.9rem;
}

@keyframes radarPulse {
  from {
    opacity: 0.75;
    transform: scale(0.35);
  }
  to {
    opacity: 0;
    transform: scale(2.7);
  }
}

@keyframes barDance {
  0%,
  100% {
    transform: scaleY(0.42);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes pacmanChomp {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 28%, 54% 50%, 100% 72%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 47%, 63% 50%, 100% 53%, 100% 100%, 0 100%);
  }
}

@media (max-width: 1080px) {
  .hero {
    min-height: clamp(620px, 76vh, 760px);
  }

  .studio-radar,
  .studio-bars {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: clamp(590px, 86vh, 720px);
  }

  .hero-copy {
    padding-top: 2.8rem;
    padding-bottom: 5.8rem;
  }

  .hero-kicker {
    gap: 0.58rem;
    margin-bottom: 1.25rem;
  }

  .hero h1 {
    margin-bottom: 1.1rem;
  }

  .hero-lead {
    margin-bottom: 1.35rem;
  }

  .impact-section {
    gap: 1.7rem;
  }

  .impact-copy {
    padding: 0;
  }

  .impact-copy h2 {
    max-width: 14ch;
  }

  .impact-board div {
    min-height: 150px;
  }
}

/* Creative typography and icon pass. Kept at the end to override earlier responsive rules. */
.hero h1 span {
  display: block;
  margin-bottom: 0.11em;
  letter-spacing: 0;
  word-spacing: 0.04em;
}

.hero h1 span:last-child {
  margin-bottom: 0;
  font-size: 0.86em;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--acid);
  font-style: italic;
  line-height: 0.92;
  text-shadow:
    0 0 18px rgba(215, 255, 56, 0.28),
    3px 3px 0 rgba(255, 90, 50, 0.55);
  transform: rotate(-2deg);
}

.hero h1 em::after {
  content: "";
  position: absolute;
  right: -0.08em;
  bottom: 0.04em;
  left: -0.08em;
  z-index: -1;
  height: 0.28em;
  background: var(--coral);
  transform: rotate(1deg);
  animation: textSwipe 2.8s ease-in-out infinite;
}

.hero-tools {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 0.48rem;
  max-width: 620px;
  margin-top: 0.25rem;
  margin-bottom: 0.7rem;
}

.hero-tools span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.58rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hero-tools .icon {
  color: var(--acid);
}

.stats-strip div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 0.8rem;
  align-items: center;
}

.stats-strip .icon {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  padding: 0.45rem;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
}

@keyframes textSwipe {
  0%,
  100% {
    transform: scaleX(0.92) rotate(1deg);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1.05) rotate(-1deg);
    transform-origin: right;
  }
}

@media (max-width: 720px) {
  .hero h1 span {
    display: block;
    margin-bottom: 0.12em;
  }

  .hero-tools {
    display: none;
  }

  .stats-strip div {
    grid-template-columns: 36px 1fr;
  }

  .stats-strip .icon {
    width: 31px;
    height: 31px;
  }
}

/* Animated internal pages. */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(430px, 52vh, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-top: clamp(4.8rem, 8vw, 6.8rem);
  padding-bottom: clamp(4.8rem, 8vw, 6.8rem);
}

.page-hero.compact {
  min-height: clamp(380px, 46vh, 560px);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 255, 56, 0.22), transparent 22%),
    radial-gradient(circle at 90% 72%, rgba(0, 167, 142, 0.3), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 82px),
    linear-gradient(135deg, #151512 0%, #151512 60%, #ff5a32 60% 76%, #00a78e 76% 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 52%;
  z-index: -1;
  height: 70%;
  background: var(--acid);
  opacity: 0.8;
  transform: rotate(-16deg);
  animation: internalSlash 7s ease-in-out infinite alternate;
}

.page-hero-content {
  max-width: 850px;
  min-width: 0;
}

.page-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.page-hero p:not(.eyebrow) {
  max-width: 64ch;
  margin-bottom: 1.6rem;
  font-size: 1.12rem;
}

.page-hero .button-row {
  margin-bottom: 1.1rem;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.page-hero-bg span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  animation: floatDot 6s ease-in-out infinite;
}

.page-hero-bg span:nth-child(1) {
  top: 22%;
  left: 11%;
}

.page-hero-bg span:nth-child(2) {
  top: 62%;
  left: 47%;
  animation-delay: 900ms;
}

.page-hero-bg span:nth-child(3) {
  top: 31%;
  right: 18%;
  animation-delay: 1500ms;
}

.page-hero-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
}

.page-hero-orbit::before,
.page-hero-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.page-hero-orbit::before {
  width: 260px;
  height: 260px;
  animation: orbitSpin 12s linear infinite;
}

.page-hero-orbit::after {
  width: 170px;
  height: 170px;
  border-color: rgba(215, 255, 56, 0.48);
  animation: orbitSpin 8s linear infinite reverse;
}

.page-hero-orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: var(--ink);
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 20px;
  box-shadow: 8px 8px 0 rgba(215, 255, 56, 0.9);
  animation: iconBob 3.4s ease-in-out infinite;
}

.page-hero-orbit span:nth-child(1) {
  transform: translate(-92px, -56px) rotate(-8deg);
}

.page-hero-orbit span:nth-child(2) {
  transform: translate(78px, -18px) rotate(9deg);
  animation-delay: 350ms;
  background: var(--acid);
}

.page-hero-orbit span:nth-child(3) {
  transform: translate(-18px, 92px) rotate(-2deg);
  animation-delay: 700ms;
  background: var(--coral);
  color: #fff;
}

.page-hero-orbit .icon {
  width: 34px;
  height: 34px;
}

.page-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.page-hero-chips span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0.45rem 0.72rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  background: var(--acid);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.55);
}

.page-hero-chips span:nth-child(2n) {
  color: #fff;
  background: var(--coral);
}

@keyframes internalSlash {
  from {
    transform: translateX(0) rotate(-16deg);
  }
  to {
    transform: translateX(-4%) rotate(-13deg);
  }
}

@keyframes floatDot {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes iconBob {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -14px;
  }
}

@media (max-width: 900px) {
  .page-hero,
  .page-hero.compact {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .page-hero-orbit {
    min-height: 190px;
  }

  .page-hero-orbit::before {
    width: 190px;
    height: 190px;
  }

  .page-hero-orbit::after {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 720px) {
  .page-hero {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
  }

  .page-hero h1 {
    max-width: 16ch;
    font-size: 2.22rem;
    line-height: 1.04;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .page-hero-orbit {
    display: none;
  }

  .page-hero-chips {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin-top: 0.75rem;
  }

  .page-hero-chips span {
    justify-content: center;
    width: 100%;
    min-height: 30px;
    padding: 0.34rem 0.52rem;
    font-size: 0.68rem;
    text-align: center;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.55);
  }

  .section-split h2,
  .section-heading h2,
  .feature-panel h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
