:root {
  --brand: #d50037;
  --brand-deep: #9f0029;
  --ink: #111214;
  --text: #262a31;
  --muted: #66707d;
  --line: #d9dee7;
  --paper: #f5f6f8;
  --white: #ffffff;
  --mist: #eef2f5;
  --green: #4b0015;
  --gold: #a44b5f;
  --cyan: #f0466c;
  --shadow: 0 22px 70px rgba(18, 18, 18, 0.12);
  --breath-red: rgba(213, 0, 55, 0.36);
  --breath-cyan: rgba(213, 0, 55, 0.2);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --scroll-progress: 0%;
  --cursor-x: 50vw;
  --cursor-y: 50vh;
  --font-cn: "HarmonyOS Sans SC", "Source Han Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 18, 20, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  font-family: var(--font-cn);
  line-height: 1.65;
  overflow-x: hidden;
}

.interaction-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.cursor-aura {
  position: absolute;
  left: var(--cursor-x);
  top: var(--cursor-y);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(213, 0, 55, 0.13), rgba(17, 18, 20, 0.06) 34%, transparent 68%);
  filter: blur(8px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.25s ease,
    left 0.12s linear,
    top 0.12s linear;
}

body.is-pointer .cursor-aura {
  opacity: 1;
  animation: aura-breath 4.8s ease-in-out infinite;
}

.scan-beam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22vw;
  width: 22vw;
  background: linear-gradient(90deg, transparent, rgba(213, 0, 55, 0.08), rgba(17, 18, 20, 0.04), transparent);
  transform: skewX(-18deg);
  animation: scan-beam 8s linear infinite;
}

.signal-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(213, 0, 55, 0.45);
  background: rgba(245, 246, 248, 0.9);
  box-shadow: 0 0 28px rgba(213, 0, 55, 0.24);
  transform: rotate(45deg);
  animation: node-breath 3.8s ease-in-out infinite;
}

.node-a {
  left: 12vw;
  top: 24vh;
}

.node-b {
  right: 14vw;
  top: 42vh;
  border-color: rgba(213, 0, 55, 0.32);
  box-shadow: 0 0 28px rgba(213, 0, 55, 0.16);
  animation-delay: 0.9s;
}

.node-c {
  left: 48vw;
  bottom: 12vh;
  border-color: rgba(167, 125, 44, 0.5);
  box-shadow: 0 0 28px rgba(167, 125, 44, 0.22);
  animation-delay: 1.8s;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 64%, rgba(17, 18, 20, 0.035) 64% 73%, transparent 73%),
    linear-gradient(150deg, transparent 0 76%, rgba(213, 0, 55, 0.035) 76% 84%, transparent 84%);
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: var(--scroll-progress);
  height: 3px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, var(--brand), var(--brand-deep), var(--ink));
  box-shadow: 0 0 18px rgba(213, 0, 55, 0.32);
}

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

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

.container {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
  background: rgba(245, 246, 248, 0.94);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  min-height: 74px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-width: 318px;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 188px;
  height: auto;
  margin-right: -30px;
}

.brand span {
  position: relative;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  max-width: none;
  padding-left: 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.brand span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  content: "";
  background: rgba(17, 18, 20, 0.16);
  transform: translateY(-50%);
}

.main-nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 26px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  content: "";
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

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

.main-nav a.active {
  color: var(--brand);
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.nav-cta,
.button-primary {
  border-color: var(--brand);
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 16px 36px rgba(213, 0, 55, 0.24);
  animation: button-breath 4.4s ease-in-out infinite;
}

.button::after,
.nav-cta::after {
  position: absolute;
  inset: -42%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.32), transparent 54%);
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 0.32s var(--ease-out),
    transform 0.32s var(--ease-out);
}

.button:hover::after,
.button:focus-visible::after,
.nav-cta:hover::after,
.nav-cta:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.button-outline {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.3);
}

.button-light {
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

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

.hero {
  position: relative;
  padding: 86px 0 72px;
  overflow: hidden;
}

.device-switcher {
  position: absolute;
  display: none;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 28px;
  z-index: 2;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(17, 18, 20, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(18, 18, 18, 0.08);
  backdrop-filter: blur(14px);
}

.device-switcher span {
  display: grid;
  min-width: 74px;
  min-height: 30px;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.22s var(--ease-out),
    background 0.22s var(--ease-out),
    transform 0.22s var(--ease-out);
}

.device-switcher[data-device="pc"] span:nth-child(1),
.device-switcher[data-device="tablet"] span:nth-child(2),
.device-switcher[data-device="mobile"] span:nth-child(3) {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-1px);
}

main > section,
.site-footer {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 86px;
}

main > section > .container,
.site-footer > .container {
  position: relative;
  z-index: 1;
}

main > section:not(.hero)::before,
.site-footer::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 0;
  height: 18px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(213, 0, 55, 0.1), rgba(17, 18, 20, 0.04), transparent 72%);
  clip-path: polygon(0 0, 100% 0, 100% 2px, 0 18px);
}

.consult-section::before,
.media-section::before,
.site-footer::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05), transparent 76%);
}

.hero::after {
  position: absolute;
  right: -20vw;
  bottom: -24vw;
  width: 54vw;
  height: 38vw;
  content: "";
  background: linear-gradient(140deg, rgba(213, 0, 55, 0.08), rgba(17, 18, 20, 0.06));
  clip-path: polygon(18% 0, 100% 12%, 82% 100%, 0 78%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 58px;
  align-items: center;
}

.hero-copy,
.hero-visual,
.about-layout > *,
.consult-layout > *,
.split-layout > *,
.media-layout > *,
.footer-layout > * {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(64px, 8.2vw, 108px);
  line-height: 0.94;
  font-weight: 950;
}

.hero-subtitle {
  margin: 20px 0 0;
  color: var(--brand);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.16;
  font-weight: 950;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero-lead {
  max-width: 540px;
  margin: 28px 0 0;
  color: #3d4249;
  font-size: 18px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.hero-image-stage {
  position: relative;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 0, 55, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 28px 72px rgba(18, 18, 18, 0.1),
    0 0 42px rgba(213, 0, 55, 0.1);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
  animation: panel-breath 5.2s ease-in-out infinite;
  transition:
    transform 0.52s var(--ease-out),
    box-shadow 0.52s var(--ease-out);
}

.hero-image-stage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.01);
  transition: transform 0.52s var(--ease-out), filter 0.52s var(--ease-out);
}

.hero-image-stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 38%),
    radial-gradient(circle at 78% 18%, rgba(213, 0, 55, 0.1), transparent 32%);
}

.hero-image-stage:hover img,
.hero-image-stage.is-active img {
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.045);
}

.hero-image-stage.is-active {
  transform: translateY(-5px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}

.logo-stage {
  position: relative;
  display: grid;
  min-height: 350px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(17, 18, 20, 0.12);
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 18, 20, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    var(--white);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
  animation: panel-breath 5.2s ease-in-out infinite;
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
}

.hero-brand-stage {
  overflow: hidden;
  min-height: 360px;
  align-items: center;
  padding: 48px;
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 18, 20, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(213, 0, 55, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86));
  background-size: 28px 28px, 28px 28px, auto;
}

.brand-stage-content {
  position: relative;
  z-index: 4;
  max-width: 560px;
}

.brand-stage-kicker {
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.logo-stage.hero-brand-stage img {
  width: min(34%, 190px);
  margin: 0 0 24px;
}

.hero-brand-stage h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-brand-stage p:not(.brand-stage-kicker) {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.brand-stage-flow {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.brand-stage-flow span {
  padding: 10px 12px;
  border: 1px solid rgba(213, 0, 55, 0.22);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.hero-brand-stage.is-breathing-hot,
.hero-brand-stage:hover {
  animation-play-state: paused;
  box-shadow:
    0 30px 86px rgba(18, 18, 18, 0.16),
    0 0 0 1px rgba(213, 0, 55, 0.2),
    0 0 54px rgba(213, 0, 55, 0.14);
}

.logo-stage:hover {
  transform: translateY(-6px) scale(1.01) rotateX(1deg) rotateY(-1deg);
  box-shadow:
    0 30px 86px rgba(18, 18, 18, 0.16),
    0 0 0 1px rgba(213, 0, 55, 0.18),
    0 0 48px rgba(213, 0, 55, 0.14);
}

.logo-stage.is-active {
  transform: translateY(-6px) scale(1.01) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  box-shadow:
    0 32px 90px rgba(18, 18, 18, 0.17),
    0 0 0 1px rgba(213, 0, 55, 0.18),
    0 0 56px rgba(213, 0, 55, 0.12);
}

.logo-stage::before {
  position: absolute;
  inset: 18px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(213, 0, 55, 0.14);
  clip-path: polygon(0 0, 28% 0, 28% 2px, 2px 2px, 2px 28%, 0 28%);
}

.logo-stage::after {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--brand), var(--brand-deep), transparent);
  animation: tech-line 3.6s ease-in-out infinite;
}

.logo-stage img {
  position: relative;
  z-index: 4;
  width: min(68%, 380px);
  margin: 0 auto;
  animation: logo-breath 4.6s ease-in-out infinite;
}

.device-frame {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(17, 18, 20, 0.18);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(18, 18, 18, 0.1);
  backdrop-filter: blur(10px);
  transition:
    transform 0.4s var(--ease-out),
    opacity 0.4s var(--ease-out);
}

.device-frame span {
  display: block;
  height: 8px;
  margin: 8px;
  background: rgba(213, 0, 55, 0.16);
}

.frame-desktop {
  right: 38px;
  top: 40px;
  width: 150px;
  height: 92px;
  animation: device-float 4.8s ease-in-out infinite;
}

.frame-tablet {
  left: 48px;
  bottom: 52px;
  width: 100px;
  height: 136px;
  animation: device-float 5.3s ease-in-out 0.4s infinite;
}

.frame-mobile {
  right: 112px;
  bottom: 34px;
  width: 58px;
  height: 112px;
  animation: device-float 4.4s ease-in-out 0.8s infinite;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hero-metrics div {
  min-height: 96px;
  padding: 18px 16px;
  border: 1px solid rgba(17, 18, 20, 0.12);
  background: rgba(255, 255, 255, 0.82);
  transition:
    transform 0.3s var(--ease-out),
    border-color 0.3s var(--ease-out),
    background 0.3s var(--ease-out);
}

.hero-metrics div:hover {
  border-color: rgba(213, 0, 55, 0.32);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-4px);
}

.hero-metrics div.is-breathing-hot {
  border-color: rgba(213, 0, 55, 0.28);
  box-shadow: 0 18px 44px rgba(18, 18, 18, 0.08);
  transform: translateY(-4px);
}

.hero-metrics strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.video-section,
.about-section,
.compliance-section,
.seo-section,
.consult-section,
.creative-section,
.process-section {
  padding: 96px 0;
}

.video-section {
  padding-top: 76px;
  background:
    linear-gradient(120deg, rgba(17, 18, 20, 0.98), rgba(159, 0, 41, 0.94) 58%, rgba(62, 0, 17, 0.96)),
    var(--ink);
  color: var(--white);
  overflow: hidden;
}

.video-section::after {
  position: absolute;
  right: -12vw;
  bottom: -14vw;
  z-index: 0;
  width: 48vw;
  height: 32vw;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  clip-path: polygon(12% 0, 100% 18%, 82% 100%, 0 76%);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(440px, 1.26fr);
  gap: 46px;
  align-items: center;
}

.video-copy h2,
.video-section .eyebrow {
  color: var(--white);
}

.video-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.video-points span {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.video-frame {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
  animation: dark-frame-breath 4.8s ease-in-out infinite;
}

.video-frame::before {
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  clip-path: polygon(0 0, 25% 0, 25% 2px, 2px 2px, 2px 25%, 0 25%);
  animation: corner-breath 3.8s ease-in-out infinite;
}

.video-frame::after {
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.18), transparent 32%);
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
}

.video-frame.is-breathing-hot::after,
.video-frame:hover::after {
  opacity: 1;
}

.video-frame.is-breathing-hot,
.video-frame:hover {
  animation-play-state: paused;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(213, 0, 55, 0.18),
    0 0 58px rgba(213, 0, 55, 0.14);
}

.video-frame video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #050608;
}

.about-section {
  padding-top: 78px;
  overflow: hidden;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 72px;
  align-items: start;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.about-layout .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.14;
  font-weight: 950;
}

.about-layout p,
.section-lead,
.section-heading p,
.creative-grid p,
.media-copy p,
.feature-list p,
.consult-list span,
.growth-panel p,
.process-grid p,
.footer-brand p,
.contact-panel p {
  color: var(--muted);
}

.about-layout p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.75;
}

.matrix-section {
  padding: 98px 0;
  background: var(--white);
}

.seo-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 242, 245, 0.8)),
    var(--mist);
}

.compliance-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 244, 245, 0.74)),
    var(--mist);
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-bottom: 38px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.service-grid article,
.compliance-grid article,
.keyword-card,
.creative-grid article,
.media-cards article,
.process-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(17, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.78);
  background-image:
    radial-gradient(
      circle at var(--spot-x, 50%) var(--spot-y, 50%),
      rgba(213, 0, 55, 0.1),
      transparent 34%
    );
  transition:
    transform 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out),
    background 0.32s var(--ease-out);
  animation: card-breath 6.2s ease-in-out infinite;
  animation-delay: calc(var(--stagger, 0) * 120ms);
}

.service-grid article:hover,
.compliance-grid article:hover,
.keyword-card:hover,
.creative-grid article:hover,
.media-cards article:hover,
.process-grid article:hover,
.consult-list article:hover,
.feature-list p:hover,
.service-grid article.is-breathing-hot,
.compliance-grid article.is-breathing-hot,
.keyword-card.is-breathing-hot,
.creative-grid article.is-breathing-hot,
.media-cards article.is-breathing-hot,
.process-grid article.is-breathing-hot {
  border-color: rgba(213, 0, 55, 0.34);
  box-shadow: 0 20px 48px rgba(18, 18, 18, 0.1);
  transform: translateY(-6px);
  animation-play-state: paused;
}

.service-grid article::after,
.compliance-grid article::after,
.keyword-card::after,
.creative-grid article::after,
.process-grid article::after {
  position: absolute;
  right: -34px;
  bottom: -36px;
  width: 112px;
  height: 112px;
  content: "";
  border: 18px solid rgba(213, 0, 55, 0.045);
  transform: rotate(17deg);
}

.service-grid span,
.compliance-grid span,
.keyword-card span,
.process-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
}

.service-grid h3,
.compliance-grid h3,
.keyword-card h3,
.creative-grid h3,
.media-cards span,
.process-grid h3 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.service-grid p {
  min-height: 78px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.compliance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.keyword-card {
  min-height: 238px;
  padding: 22px;
}

.keyword-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.keyword-card li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.keyword-card li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--brand);
  transform: rotate(45deg);
}

.seo-note {
  margin: 26px 0 0;
  padding: 18px 22px;
  border-left: 5px solid var(--brand);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.service-grid strong {
  color: var(--brand);
  font-size: 14px;
}

.consult-section {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(17, 18, 20, 0.96), rgba(159, 0, 41, 0.92)),
    var(--ink);
}

.consult-section h2,
.consult-section .eyebrow {
  color: var(--white);
}

.consult-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.consult-section .section-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

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

.consult-list article {
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out),
    background 0.32s var(--ease-out);
}

.consult-list article:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.consult-list b,
.consult-list span {
  display: block;
}

.consult-list b {
  font-size: 20px;
}

.consult-list span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.build-section {
  padding: 108px 0;
}

.split-layout,
.media-layout,
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.tech-board {
  position: relative;
  min-height: 440px;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(135deg, var(--brand), var(--ink) 70%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 84% 100%, 0 100%);
}

.board-title {
  color: rgba(255, 255, 255, 0.32);
  font-size: clamp(50px, 8vw, 92px);
  font-weight: 950;
  line-height: 0.92;
}

.chain-row {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.chain-row span {
  display: grid;
  min-height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.board-lines {
  position: absolute;
  right: 42px;
  top: 52px;
  display: grid;
  gap: 12px;
  width: 190px;
}

.board-lines i {
  height: 12px;
  background: var(--white);
}

.board-lines i:nth-child(2) {
  width: 76%;
}

.board-lines i:nth-child(3) {
  width: 54%;
}

.board-lines i:nth-child(4) {
  width: 36%;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.feature-list p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid transparent;
  border-left: 5px solid var(--brand);
  background: rgba(255, 255, 255, 0.7);
  transition:
    transform 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out),
    background 0.32s var(--ease-out);
}

.feature-list strong {
  display: inline-block;
  min-width: 96px;
  color: var(--ink);
}

.creative-section {
  background: var(--mist);
}

.creative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.creative-grid article {
  min-height: 230px;
  background: rgba(255, 255, 255, 0.76);
}

.creative-grid h3 {
  margin-top: 0;
}

.media-section {
  padding: 104px 0;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(159, 0, 41, 0.95), rgba(17, 18, 20, 0.96)),
    var(--brand-deep);
}

.media-section h2,
.media-section .eyebrow {
  color: var(--white);
}

.media-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.media-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.media-cards article {
  min-height: 212px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.media-cards span {
  display: block;
  margin-top: 0;
  color: var(--white);
  font-weight: 950;
}

.media-cards p {
  color: rgba(255, 255, 255, 0.74);
}

.growth-section {
  padding: 104px 0;
  background: var(--white);
}

.growth-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.growth-tabs button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 0.22s var(--ease-out),
    border-color 0.22s var(--ease-out),
    background 0.22s var(--ease-out),
    color 0.22s var(--ease-out);
}

.growth-tabs button:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 0, 55, 0.36);
}

.growth-tabs button.active {
  border-color: var(--brand);
  color: var(--white);
  background: var(--brand);
}

.growth-tabs button {
  position: relative;
  overflow: hidden;
}

.growth-tabs button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-120%);
  transition: transform 0.5s var(--ease-out);
}

.growth-tabs button:hover::after,
.growth-tabs button.active::after {
  transform: translateX(120%);
}

.growth-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(213, 0, 55, 0.07), transparent 44%),
    var(--paper);
}

.growth-panel.active {
  display: grid;
  animation: panel-in 0.42s var(--ease-out) both;
}

.growth-panel h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.growth-panel p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
}

.growth-panel strong {
  display: block;
  padding: 22px;
  color: var(--brand);
  border-left: 5px solid var(--brand);
  background: var(--white);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.process-grid article {
  overflow: visible;
  min-height: 210px;
  background: rgba(255, 255, 255, 0.72);
}

.process-grid article:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: 3;
  width: 36px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(213, 0, 55, 0.18), var(--brand) 74%);
  box-shadow: 0 0 22px rgba(213, 0, 55, 0.24);
  transform: translateY(-50%);
  animation: process-arrow-breath 3.8s ease-in-out infinite;
  animation-delay: calc(var(--stagger, 0) * 160ms);
}

.process-grid article::after {
  position: absolute;
  top: 50%;
  right: -31px;
  z-index: 4;
  width: 18px;
  height: 18px;
  content: "";
  border: 0;
  border-top: 4px solid var(--brand);
  border-right: 4px solid var(--brand);
  filter: drop-shadow(0 0 10px rgba(213, 0, 55, 0.34));
  transform: translateY(-50%) rotate(45deg);
  animation: process-arrow-breath 3.8s ease-in-out infinite;
  animation-delay: calc(var(--stagger, 0) * 160ms);
}

.process-grid article:last-child::after {
  display: none;
}

.site-footer {
  padding: 86px 0 26px;
  color: var(--white);
  background: #111214;
}

.site-footer h2,
.site-footer .eyebrow {
  color: var(--white);
}

.footer-brand img {
  display: block;
  width: 230px;
  margin: 0 0 30px -58px;
  background: transparent;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 166px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  animation: dark-panel-breath 5.5s ease-in-out infinite;
  transition:
    transform 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out),
    background 0.32s var(--ease-out);
}

.contact-panel:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-4px);
}

.contact-panel.is-breathing-hot {
  border-color: rgba(213, 0, 55, 0.34);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 46px rgba(213, 0, 55, 0.12);
}

.contact-panel h3 {
  margin: 0 0 16px;
  font-size: 28px;
}

.contact-panel p {
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.74);
}

.contact-panel img {
  width: 166px;
  border: 8px solid var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.float-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-grid;
  justify-items: center;
  width: auto;
  min-width: 86px;
  padding: 10px 12px;
  border: 1px solid rgba(213, 0, 55, 0.18);
  background: rgba(17, 18, 20, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  animation: float-breath 4s ease-in-out infinite;
}

.float-contact.is-breathing-hot,
.float-contact:hover {
  animation-play-state: paused;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.22),
    0 0 0 5px rgba(213, 0, 55, 0.12);
}

.float-contact img {
  display: none;
}

.float-contact span {
  margin-top: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
}

.float-contact strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aura-breath {
  0%,
  100% {
    opacity: 0.34;
    transform: translate(-50%, -50%) scale(0.9);
  }

  50% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes node-breath {
  0%,
  100% {
    opacity: 0.55;
    box-shadow: 0 0 18px rgba(213, 0, 55, 0.18);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 38px rgba(213, 0, 55, 0.34);
  }
}

@keyframes button-breath {
  0%,
  100% {
    box-shadow: 0 16px 36px rgba(213, 0, 55, 0.22);
  }

  50% {
    box-shadow:
      0 18px 42px rgba(213, 0, 55, 0.32),
      0 0 0 6px rgba(213, 0, 55, 0.06);
  }
}

@keyframes panel-breath {
  0%,
  100% {
    box-shadow: 0 22px 70px rgba(18, 18, 18, 0.12);
  }

  50% {
    box-shadow:
      0 26px 78px rgba(18, 18, 18, 0.14),
      0 0 0 1px rgba(213, 0, 55, 0.1),
      0 0 42px rgba(213, 0, 55, 0.08);
  }
}

@keyframes logo-breath {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(213, 0, 55, 0));
  }

  50% {
    filter: drop-shadow(0 0 18px rgba(213, 0, 55, 0.18));
  }
}

@keyframes dark-frame-breath {
  0%,
  100% {
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
  }

  50% {
    box-shadow:
      0 30px 82px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 48px rgba(213, 0, 55, 0.12);
  }
}

@keyframes corner-breath {
  0%,
  100% {
    opacity: 0.54;
    border-color: rgba(255, 255, 255, 0.16);
  }

  50% {
    opacity: 1;
    border-color: rgba(213, 0, 55, 0.36);
  }
}

@keyframes card-breath {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(213, 0, 55, 0);
  }

  50% {
    box-shadow:
      0 14px 36px rgba(18, 18, 18, 0.055),
      0 0 0 1px rgba(213, 0, 55, 0.055);
  }
}

@keyframes process-arrow-breath {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

@keyframes dark-panel-breath {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 42px rgba(213, 0, 55, 0.12);
  }
}

@keyframes float-breath {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
  }

  50% {
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.22),
      0 0 0 5px rgba(213, 0, 55, 0.1);
    transform: translateY(-2px);
  }
}

@keyframes scan-beam {
  to {
    left: 116vw;
  }
}

@keyframes tech-line {
  0%,
  100% {
    transform: scaleX(0.25);
    opacity: 0.45;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes device-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal-target {
    opacity: 0;
    transform: translateY(34px);
    transition:
      opacity 0.7s var(--ease-out),
      transform 0.7s var(--ease-out);
    transition-delay: calc(var(--stagger, 0) * 70ms);
  }

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

  .motion-ready .service-grid article.reveal-target.is-visible:hover,
  .motion-ready .compliance-grid article.reveal-target.is-visible:hover,
  .motion-ready .keyword-card.reveal-target.is-visible:hover,
  .motion-ready .creative-grid article.reveal-target.is-visible:hover,
  .motion-ready .media-cards article.reveal-target.is-visible:hover,
  .motion-ready .process-grid article.reveal-target.is-visible:hover,
  .motion-ready .consult-list article.reveal-target.is-visible:hover,
  .motion-ready .feature-list p.reveal-target.is-visible:hover,
  .motion-ready .contact-panel.reveal-target.is-visible:hover {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-aura,
  .scan-beam,
  .signal-node,
  .button-primary,
  .nav-cta,
  .logo-stage,
  .logo-stage img,
  .hero-image-stage,
  .hero-image-stage img,
  .video-frame,
  .video-frame::before,
  .service-grid article,
  .compliance-grid article,
  .keyword-card,
  .creative-grid article,
  .media-cards article,
  .process-grid article,
  .process-grid article::before,
  .process-grid article::after,
  .contact-panel,
  .float-contact {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .main-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    margin-left: auto;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .mobile-panel.open {
    display: grid;
    border-top: 1px solid var(--line);
    background: var(--paper);
  }

  .mobile-panel a {
    padding: 14px 22px;
    border-bottom: 1px solid var(--line);
    font-weight: 900;
  }

  .hero-layout,
  .about-layout,
  .consult-layout,
  .split-layout,
  .media-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .device-switcher {
    display: none;
  }

  .process-grid article:not(:last-child)::before,
  .process-grid article::after {
    display: none;
  }

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

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

  .process-grid,
  .compliance-grid,
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }

  .hero {
    padding: 62px 0 46px;
  }

  .hero-layout {
    gap: 32px;
  }

  .video-layout {
    gap: 30px;
  }

  .logo-stage {
    min-height: 280px;
  }

  .hero-image-stage,
  .hero-image-stage img {
    min-height: 310px;
  }

  .frame-desktop {
    right: 34px;
    top: 32px;
    width: 132px;
    height: 82px;
  }

  .frame-tablet {
    left: 38px;
    bottom: 42px;
    width: 88px;
    height: 118px;
  }

  .frame-mobile {
    right: 98px;
    bottom: 28px;
  }

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

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

  .compliance-grid,
  .creative-grid,
  .consult-list,
  .media-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .scan-beam,
  .cursor-aura,
  .signal-node {
    display: none;
  }

  .container {
    width: calc(100% - 28px);
  }

  .brand,
  .brand img {
    width: 144px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    margin-right: 0;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 34px;
  }

  .hero::after {
    display: none;
  }

  .video-section::after {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-subtitle {
    font-size: 26px;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .hero-lead {
    font-size: 16px;
  }

  .logo-stage {
    min-height: 190px;
    padding: 24px;
  }

  .hero-image-stage,
  .hero-image-stage img {
    min-height: 238px;
  }

  .hero-brand-stage {
    min-height: 250px;
    padding: 24px;
  }

  .logo-stage img {
    width: min(76%, 280px);
  }

  .logo-stage::after {
    right: 24px;
    left: 24px;
    bottom: 24px;
  }

  .frame-desktop {
    right: 18px;
    top: 22px;
    width: 92px;
    height: 58px;
  }

  .frame-tablet {
    left: 22px;
    bottom: 28px;
    width: 62px;
    height: 82px;
  }

  .frame-mobile {
    right: 72px;
    bottom: 22px;
    width: 40px;
    height: 78px;
  }

  .device-frame span {
    height: 5px;
    margin: 6px;
  }

  .about-section,
  .video-section,
  .compliance-section,
  .seo-section,
  .consult-section,
  .creative-section,
  .process-section,
  .matrix-section,
  .build-section,
  .media-section,
  .growth-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-layout {
    gap: 24px;
    padding-top: 34px;
  }

  .about-layout .section-kicker {
    margin-bottom: -8px;
  }

  .service-grid,
  .keyword-grid,
  .compliance-grid,
  .consult-list,
  .creative-grid,
  .media-cards,
  .process-grid,
  .growth-panel,
  .contact-panel,
  .chain-row {
    grid-template-columns: 1fr;
  }

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

  .service-grid,
  .keyword-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-grid article,
  .keyword-card,
  .creative-grid article,
  .media-cards article,
  .process-grid article {
    min-height: auto;
  }

  .service-grid article,
  .keyword-card,
  .process-grid article {
    padding: 16px;
  }

  .service-grid h3,
  .keyword-card h3,
  .process-grid h3 {
    margin: 10px 0 8px;
    font-size: 18px;
  }

  .service-grid p {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .service-grid strong {
    font-size: 12px;
    line-height: 1.35;
  }

  .keyword-card ul {
    gap: 6px;
    margin-top: 12px;
  }

  .keyword-card li {
    padding-left: 10px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .tech-board {
    min-height: 360px;
    overflow: hidden;
  }

  .board-title {
    font-size: 44px;
    overflow-wrap: anywhere;
  }

  .growth-tabs button::after {
    display: none;
  }

  .chain-row {
    position: static;
    margin-top: 80px;
  }

  .board-lines {
    right: 24px;
    top: 34px;
    width: 140px;
  }

  .growth-tabs {
    display: grid;
  }

  .growth-panel {
    padding: 24px;
  }

  .float-contact {
    display: none;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 330px) {
  .service-grid,
  .keyword-grid,
  .process-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }
}
