:root {
  --font-main: "Instrument Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display: "Instrument Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --paper: #f6efe4;
  --paper-soft: #fbf7ef;
  --ink: #16110f;
  --ink-soft: #504844;
  --muted: #736962;
  --red: #bd261e;
  --red-hot: #ef2c22;
  --red-deep: #8d120f;
  --red-dark: #3b0b09;
  --black: #11100f;
  --signal: #75d7ff;
  --whatsapp-green: #25d366;
  --line: rgba(22, 17, 15, 0.1);
  --line-strong: rgba(22, 17, 15, 0.18);
  --white: #fffdf8;
  --glass: rgba(255, 253, 248, 0.72);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 28px 80px rgba(50, 30, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-main);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(22, 17, 15, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 17, 15, 0.024) 1px, transparent 1px),
    linear-gradient(120deg, rgba(117, 215, 255, 0.08), transparent 28%),
    linear-gradient(180deg, var(--paper-soft) 0%, var(--paper) 62%, #f1e6d7 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

body.intro-active {
  overflow: hidden;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

::selection {
  background: rgba(189, 38, 30, 0.18);
  color: var(--ink);
}

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

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

button {
  font: inherit;
}

#services,
#projects,
#contact {
  scroll-margin-top: 118px;
}

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background: transparent;
  color: var(--white);
}

body.intro-active .intro-screen {
  display: block;
}

.intro-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #ec3027 0%, #b81814 48%, #6d0d0a 100%);
  background-size: auto, 44px 44px, 44px 44px, auto;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: center;
  animation: introGrid 900ms cubic-bezier(0.22, 1, 0.36, 1) 150ms forwards;
  will-change: opacity, transform;
}

.intro-screen::after {
  content: "";
  position: absolute;
  left: -18%;
  top: -10%;
  z-index: 3;
  width: 26%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-14deg) translateX(0);
  animation: introScan 1450ms ease 230ms forwards;
}

.intro-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 51%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #ee3329 0%, #b81d18 52%, #5c0c09 100%);
  transition: transform 1320ms cubic-bezier(0.72, 0, 0.2, 1);
  will-change: transform;
}

.intro-panel-left {
  left: 0;
  transform-origin: left center;
}

.intro-panel-right {
  right: 0;
  transform-origin: right center;
}

.intro-panel-left::after,
.intro-panel-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.intro-panel-left::after {
  right: 0;
}

.intro-panel-right::after {
  left: 0;
}

.intro-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  transform: translate(-50%, -50%);
  text-align: center;
  transition:
    opacity 420ms ease,
    transform 700ms ease;
  animation: introBrandIn 740ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.intro-brand img {
  width: 54px;
  height: 54px;
  padding: 0.65rem;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 16px;
}

.intro-brand span {
  font-family: var(--font-main);
  font-size: clamp(3.5rem, 9vw, 9rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow:
    0 8px 0 rgba(69, 9, 7, 0.38),
    0 26px 42px rgba(47, 7, 5, 0.36);
}

.intro-brand small {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-skip {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.12);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}

.intro-screen.is-opening .intro-panel-left {
  transform: translateX(-100%);
}

.intro-screen.is-opening .intro-panel-right {
  transform: translateX(100%);
}

.intro-screen.is-opening .intro-brand {
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.96);
}

.intro-screen.is-opening .intro-skip {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.intro-screen.is-opening::before {
  opacity: 0;
  transform: scaleX(1.02);
  transition:
    opacity 980ms cubic-bezier(0.22, 1, 0.36, 1) 140ms,
    transform 1160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

@keyframes introGrid {
  to {
    transform: scaleX(1);
  }
}

@keyframes introScan {
  to {
    transform: skewX(-14deg) translateX(520%);
  }
}

@keyframes introBrandIn {
  from {
    opacity: 0;
    transform: translate(-50%, -42%) scale(0.96);
  }
}

.site-shell {
  width: min(calc(100% - 2rem), 1180px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0.75rem;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.1rem;
  min-height: 68px;
  padding: 0.72rem 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(251, 247, 239, 0.62)),
    rgba(251, 247, 239, 0.7);
  border: 1px solid rgba(22, 17, 15, 0.08);
  border-radius: var(--radius-xl);
  box-shadow:
    0 18px 60px rgba(54, 32, 22, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px) saturate(1.35);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 44px;
  min-width: 0;
}

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

.brand-word {
  font-size: 1.85rem;
  line-height: 1;
  font-weight: 800;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.site-nav a {
  padding: 0.45rem 0;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--red);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.mobile-lang-toggle {
  display: none;
}

.header-cta,
.primary-link,
.secondary-link,
.nav-drawer-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  gap: 0.48rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.whatsapp-icon {
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  filter:
    drop-shadow(0 3px 8px rgba(4, 84, 37, 0.26))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
}

.header-cta,
.primary-link,
.nav-drawer-cta {
  background: linear-gradient(135deg, var(--red-hot), var(--red));
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
  box-shadow:
    0 12px 28px rgba(189, 38, 30, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.header-cta:hover,
.primary-link:hover,
.nav-drawer-cta:hover {
  background: #a91d17;
}

.header-cta .whatsapp-icon {
  width: 1.42em;
  height: 1.42em;
  margin-left: -0.08rem;
}

.hero-actions .whatsapp-icon {
  width: 1.5em;
  height: 1.5em;
}

.contact-actions .whatsapp-icon {
  width: 1.85em;
  height: 1.85em;
}

.primary-link {
  position: relative;
  overflow: hidden;
}

.primary-link::after {
  content: "";
  position: absolute;
  inset: -25% auto -25% -40%;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-16deg);
  animation: ctaSweep 4.8s ease-in-out infinite;
}

.primary-link > * {
  position: relative;
  z-index: 1;
}

.secondary-link {
  background: rgba(255, 253, 248, 0.22);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.secondary-link.light {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-lines::before {
  top: -6px;
}

.nav-toggle-lines::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-drawer {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  z-index: 42;
  display: none;
  width: min(320px, calc(100vw - 2rem));
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.nav-drawer.is-open {
  display: grid;
  gap: 0.85rem;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-drawer a {
  padding: 0.8rem 0.2rem;
  border-bottom: 1px solid var(--line);
}

.nav-drawer .nav-drawer-cta {
  margin-top: 0.25rem;
  border-bottom: 0;
}

.hero-section {
  position: relative;
  min-height: min(760px, calc(100vh - 74px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 3.4rem;
  margin-inline: calc(50% - 50vw);
  padding: 4.35rem max(1rem, calc((100vw - 1180px) / 2)) 3.85rem;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 26%),
    radial-gradient(circle at 63% 40%, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 86% 76%, rgba(0, 0, 0, 0.24), transparent 24%),
    linear-gradient(90deg, rgba(117, 215, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #e0342a 0%, #c9231d 35%, #8f130f 100%);
  border-bottom: 0;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.26) 0.7px, transparent 0.8px),
    radial-gradient(rgba(42, 5, 4, 0.22) 0.7px, transparent 0.8px);
  background-size: 5px 5px, 7px 7px;
  background-position: 0 0, 2px 3px;
  opacity: 0.28;
  mix-blend-mode: soft-light;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: rgba(255, 253, 248, 0.86);
}

.hero-section .secondary-link {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.hero-copy h1,
.split-section h2,
.section-header h2,
.brief-copy h2,
.contact-panel h2,
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.98;
  margin: 0;
}

.hero-copy h1 {
  max-width: 780px;
  font-size: clamp(4.2rem, 6.9vw, 7.2rem);
  line-height: 0.88;
  color: var(--white);
  text-transform: none;
  text-shadow:
    0 7px 0 rgba(69, 9, 7, 0.38),
    0 22px 34px rgba(47, 7, 5, 0.34);
}

.hero-copy h1 [data-copy] {
  display: block;
}

.display-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  white-space: nowrap;
}

.text-rise {
  perspective: 900px;
}

.text-rise-line {
  display: block;
  overflow: hidden;
}

.display-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(112%) rotateX(36deg);
  transform-origin: left bottom;
  filter: blur(8px);
}

.text-rise-type {
  perspective: none;
}

.display-type-char {
  transform: translateY(0.48em);
  filter: blur(4px);
}

.display-type-word {
  display: inline-block;
  white-space: nowrap;
}

body.hero-ready .text-rise.is-text-visible .display-char,
body.hero-ready .text-rise .is-text-visible .display-char,
body.hero-ready .text-rise-line.is-text-visible .display-char {
  animation: displayCharRise 960ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(120ms + (var(--line-index) * 240ms) + (var(--char-index) * 36ms));
}

body.hero-ready .text-rise.is-text-visible:not(.text-rise-hero) .display-char {
  animation-duration: 840ms;
  animation-delay: calc(40ms + (var(--line-index) * 120ms) + (var(--char-index) * 20ms));
}

body.hero-ready .text-rise-type.is-text-visible .display-type-char {
  animation: typeCharIn 840ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: calc(80ms + (var(--char-index) * 36ms));
}

body.hero-ready .text-rise-type.is-text-visible::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.76em;
  margin-left: 0.08em;
  border-radius: 999px;
  background: currentColor;
  vertical-align: -0.06em;
  animation: caretPulse 1040ms steps(1, end) 7 forwards;
  animation-delay: 180ms;
}

.display-large {
  font-size: 1.08em;
}

.display-small {
  font-size: 0.42em;
  letter-spacing: 0;
  line-height: 1.05;
  text-shadow:
    0 4px 0 rgba(69, 9, 7, 0.34),
    0 16px 24px rgba(47, 7, 5, 0.28);
}

.hero-lead {
  max-width: min(640px, 100%);
  margin: 1.6rem 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 1.2rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-visual {
  min-width: 0;
}

.hero-section .eyebrow,
.hero-lead,
.hero-actions,
.hero-visual {
  opacity: 0;
  transform: translateY(18px);
}

body.hero-ready .hero-section .eyebrow,
body.hero-ready .hero-lead,
body.hero-ready .hero-actions,
body.hero-ready .hero-visual {
  animation: heroElementRise 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.hero-ready .hero-section .eyebrow {
  animation-delay: 20ms;
}

body.hero-ready .hero-lead {
  animation-delay: 780ms;
}

body.hero-ready .hero-actions {
  animation-delay: 920ms;
}

body.hero-ready .hero-visual {
  animation-delay: 680ms;
}

@keyframes displayCharRise {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
    filter: blur(0);
  }
}

@keyframes typeCharIn {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes caretPulse {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

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

@keyframes ctaSweep {
  0%,
  48% {
    transform: skewX(-16deg) translateX(0);
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  78%,
  100% {
    transform: skewX(-16deg) translateX(520%);
    opacity: 0;
  }
}

.growth-board {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1.1rem;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(55, 4, 4, 0.12)),
    rgba(70, 8, 6, 0.22);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  box-shadow:
    0 30px 80px rgba(40, 4, 3, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.growth-board::before {
  content: "";
  position: absolute;
  inset: -40% -18%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 44%, rgba(255, 255, 255, 0.2) 50%, transparent 56% 100%);
  transform: translateX(-58%);
  animation: growthSweep 7s ease-in-out infinite;
}

.growth-board > * {
  position: relative;
  z-index: 1;
}

.growth-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 253, 248, 0.86);
  font-weight: 800;
}

.growth-board-top i {
  display: block;
  width: 76px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--signal), #ffffff, var(--red-hot));
  box-shadow: 0 0 28px rgba(117, 215, 255, 0.35);
  animation: growthPulse 2.6s ease-in-out infinite;
}

.growth-chart {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(117, 215, 255, 0.1), transparent 42%),
    rgba(17, 16, 15, 0.18);
  overflow: hidden;
}

.growth-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  background-size: 32px 32px, auto;
  opacity: 0.38;
}

.growth-chart svg {
  position: absolute;
  inset: 1.2rem;
  z-index: 2;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  overflow: visible;
}

.growth-grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.4;
}

.growth-fill {
  fill: rgba(117, 215, 255, 0.14);
  opacity: 0;
  animation: growthFillFlow 6.4s ease-in-out infinite;
}

.growth-line-base,
.growth-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(117, 215, 255, 0.55)) drop-shadow(0 10px 18px rgba(51, 5, 4, 0.36));
}

.growth-line-base {
  stroke: rgba(255, 253, 248, 0.64);
  stroke-width: 7;
}

.growth-line {
  stroke: #fffdf8;
  stroke-width: 9;
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation: chartTrace 6.4s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.growth-bars {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 9%;
  z-index: 1;
  height: 68%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 7%;
}

.growth-bars i {
  display: block;
  height: var(--bar);
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), var(--red-hot) 50%, var(--red-deep));
  box-shadow: 0 18px 28px rgba(56, 4, 3, 0.25);
  opacity: 0.42;
  transform: scaleY(0.52) translateY(10px);
  transform-origin: bottom;
  animation: towerRise 6.4s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  animation-delay: var(--tower-delay, 0s);
}

.growth-bars i:nth-child(2) {
  --tower-delay: 0.34s;
}

.growth-bars i:nth-child(3) {
  --tower-delay: 0.68s;
}

.growth-bars i:nth-child(4) {
  --tower-delay: 1.02s;
}

.growth-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}

.growth-steps span {
  --step-delay: 0s;
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: stepSignal 6.4s ease-in-out infinite;
  animation-delay: var(--step-delay);
}

.growth-steps span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(117, 215, 255, 0.36), rgba(255, 253, 248, 0.24), transparent);
  transform: translateX(-120%);
  animation: stepScan 6.4s ease-in-out infinite;
  animation-delay: var(--step-delay);
}

.growth-steps span:nth-child(2) {
  --step-delay: 0.34s;
}

.growth-steps span:nth-child(3) {
  --step-delay: 0.68s;
}

.growth-steps span:nth-child(4) {
  --step-delay: 1.02s;
}

@keyframes chartTrace {
  0% {
    stroke-dashoffset: 620;
  }

  42%,
  62% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -620;
  }
}

@keyframes growthFillFlow {
  0%,
  12%,
  100% {
    opacity: 0;
  }

  34%,
  62% {
    opacity: 0.34;
  }
}

@keyframes towerRise {
  0% {
    opacity: 0.36;
    transform: scaleY(0.45) translateY(12px);
    filter: saturate(0.82) brightness(0.92);
  }

  20%,
  54% {
    opacity: 0.86;
    transform: scaleY(1) translateY(0);
    filter: saturate(1.12) brightness(1.06);
  }

  72% {
    opacity: 0.58;
    transform: scaleY(0.78) translateY(5px);
    filter: saturate(0.96) brightness(0.98);
  }

  100% {
    opacity: 0.36;
    transform: scaleY(0.45) translateY(12px);
    filter: saturate(0.82) brightness(0.92);
  }
}

@keyframes stepSignal {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  22%,
  46% {
    border-color: rgba(117, 215, 255, 0.48);
    background: rgba(117, 215, 255, 0.15);
    box-shadow:
      0 0 26px rgba(117, 215, 255, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
}

@keyframes stepScan {
  0%,
  18% {
    transform: translateX(-120%);
  }

  42%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes growthPulse {
  0%,
  100% {
    transform: scaleX(0.72);
    opacity: 0.72;
  }

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

@keyframes growthSweep {
  0%,
  54% {
    transform: translateX(-58%);
    opacity: 0;
  }

  68% {
    opacity: 1;
  }

  100% {
    transform: translateX(58%);
    opacity: 0;
  }
}

.services-section,
.projects-section,
.contact-section {
  position: relative;
  padding: 4.35rem 0;
  border-bottom: 1px solid var(--line);
}

.services-section::before,
.projects-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red-hot), var(--signal));
  box-shadow: 0 0 26px rgba(117, 215, 255, 0.16);
}

.split-section h2,
.section-header h2,
.brief-copy h2 {
  font-size: clamp(3.35rem, 5.2vw, 4.75rem);
  letter-spacing: 0;
}

.section-header {
  max-width: 780px;
  margin-bottom: 1.9rem;
}

.section-kicker {
  max-width: 680px;
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
}

.section-header-row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
  gap: 3rem;
  align-items: end;
}

.section-header-row p {
  margin: 0 0 0.35rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

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

.service-carousel {
  margin-inline: calc(50% - 50vw);
  padding: 0 max(1rem, calc((100vw - 1180px) / 2)) 1rem;
  overflow-x: hidden;
  overflow-y: visible;
  cursor: grab;
  mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent);
  scrollbar-width: none;
  scroll-behavior: auto;
  scroll-snap-type: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.service-carousel::-webkit-scrollbar {
  display: none;
}

.service-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.service-carousel.is-dragging .service-card {
  pointer-events: none;
}

.service-track {
  display: flex;
  width: max-content;
  gap: 1.35rem;
  padding: 0.3rem 0 0.6rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.service-card {
  position: relative;
  flex: 0 0 clamp(320px, 27vw, 390px);
  scroll-snap-align: none;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 248, 0.62)),
    rgba(255, 253, 248, 0.74);
  border: 1px solid rgba(22, 17, 15, 0.08);
  border-radius: 34px;
  box-shadow:
    0 20px 54px rgba(50, 30, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px) saturate(1.12);
  overflow: hidden;
  transition:
    transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 340ms ease,
    border-color 340ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(22, 17, 15, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 17, 15, 0.026) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 33px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(315deg, rgba(117, 215, 255, 0.12), transparent 34%);
  opacity: 0.72;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(117, 215, 255, 0.22);
  box-shadow:
    0 32px 84px rgba(50, 30, 20, 0.16),
    0 0 0 1px rgba(117, 215, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.service-card-dark {
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(117, 215, 255, 0.12), transparent 42%),
    radial-gradient(circle at 12% 8%, rgba(239, 44, 34, 0.24), transparent 22%),
    var(--black);
  border-color: rgba(255, 255, 255, 0.08);
}

.service-icon {
  position: relative;
  width: 100%;
  height: 156px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(22, 17, 15, 0.08);
  border-radius: 28px;
  opacity: 0.92;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 16px 40px rgba(50, 30, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.service-card-dark .service-icon {
  border-color: rgba(255, 255, 255, 0.08);
}

.service-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 28%),
    linear-gradient(0deg, rgba(22, 17, 15, 0.28), transparent 42%);
}

.service-icon-web {
  background-image: url("assets/generated/service-00.webp");
}

.service-icon-market {
  background-image: url("assets/generated/service-01.webp");
}

.service-icon-tech {
  background-image: url("assets/generated/service-03.webp");
}

.service-icon-search {
  background-image: url("assets/generated/service-02.webp");
}

.service-icon,
.service-card p,
.service-card h3,
.service-card > span {
  position: relative;
  z-index: 2;
}

.service-card p {
  margin: auto 0 0.8rem;
  color: var(--red);
  font-weight: 800;
}

.service-card h3 {
  margin: 0 0 1rem;
  font-family: var(--font-main);
  font-size: 2rem;
  line-height: 1.04;
  font-weight: 800;
}

.service-card > span {
  color: var(--ink-soft);
  line-height: 1.6;
}

.service-card-dark > span {
  color: rgba(255, 253, 248, 0.7);
}

.projects-section {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(22, 17, 15, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 17, 15, 0.024) 1px, transparent 1px),
    linear-gradient(135deg, rgba(117, 215, 255, 0.08), transparent 32%),
    rgba(255, 253, 248, 0.42);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.sample-card {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.78rem;
  align-content: start;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 248, 0.62)),
    rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(22, 17, 15, 0.08);
  border-radius: var(--radius-lg);
  box-shadow:
    0 18px 54px rgba(50, 30, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.sample-process {
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(117, 215, 255, 0.14), transparent 42%),
    radial-gradient(circle at 24% 12%, rgba(239, 44, 34, 0.28), transparent 24%),
    var(--black);
}

.sample-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(50, 30, 20, 0.12);
}

.sample-card span {
  display: block;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.18;
}

.sample-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.42;
}

.sample-card a,
.project-directory-link,
.project-card a {
  color: var(--red);
  font-weight: 800;
}

.sample-card a:hover,
.project-directory-link:hover,
.project-card a:hover {
  color: var(--red-deep);
}

.sample-process p {
  color: rgba(255, 253, 248, 0.74);
}

.sample-image {
  position: relative;
  align-self: start;
  min-height: 152px;
  margin-top: 0.55rem;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 18px 42px rgba(50, 30, 20, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.sample-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 26%),
    linear-gradient(0deg, rgba(22, 17, 15, 0.22), transparent 48%);
}

.sample-image-process {
  background-image: url("assets/generated/project-00.webp");
}

.sample-image-web {
  background-image: url("assets/generated/project-01.webp");
}

.sample-image-campaign {
  background-image: url("assets/generated/project-02.webp");
}

.sample-image-dashboard {
  background-image: url("assets/generated/project-03.webp");
}

.sample-image-flow {
  background-image: url("assets/generated/project-04.webp");
}

.contact-section {
  border-bottom: 0;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.44fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4.2rem);
  padding: clamp(2rem, 4.5vw, 3.4rem);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(125deg, rgba(117, 215, 255, 0.14), transparent 36%),
    linear-gradient(90deg, rgba(189, 38, 30, 0.2), transparent 45%),
    var(--black);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  box-shadow:
    0 36px 90px rgba(24, 15, 10, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.1) 48%, transparent 58% 100%);
  transform: translateX(-80%);
  animation: panelScan 8s ease-in-out infinite;
}

.contact-panel > * {
  position: relative;
  z-index: 1;
}

.contact-panel > div:first-child {
  align-self: center;
}

.contact-panel h2 {
  max-width: 760px;
  font-size: clamp(3.45rem, 6.4vw, 6.35rem);
}

.contact-panel p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.14rem;
  line-height: 1.55;
}

.contact-actions {
  display: grid;
  align-content: center;
  justify-items: stretch;
  gap: 0.85rem;
  min-height: 575px;
}

.contact-actions .primary-link {
  min-height: 58px;
  padding: 0.9rem 1.25rem;
  gap: 0.64rem;
  font-size: 1.02rem;
  box-shadow:
    0 18px 38px rgba(189, 38, 30, 0.28),
    0 0 34px rgba(37, 211, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.whatsapp-mock {
  position: relative;
  width: min(410px, 100%);
  min-height: 532px;
  justify-self: end;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.9rem;
  padding: 0.95rem;
  color: #18231a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(22, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 248, 236, 0.92));
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(37, 211, 102, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.whatsapp-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 211, 102, 0.14), transparent 20%),
    radial-gradient(circle at 82% 86%, rgba(117, 215, 255, 0.16), transparent 22%);
}

.whatsapp-mock > * {
  position: relative;
  z-index: 1;
}

.whatsapp-mock-header {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  padding: 0.35rem 0.25rem 0.7rem;
  border-bottom: 1px solid rgba(22, 17, 15, 0.08);
}

.whatsapp-mock-header .whatsapp-icon {
  width: 2rem;
  height: 2rem;
}

.whatsapp-mock-header strong,
.whatsapp-mock-header span {
  display: block;
}

.whatsapp-mock-header strong {
  line-height: 1.05;
  font-size: 1rem;
}

.whatsapp-mock-header span {
  margin-top: 0.2rem;
  color: rgba(24, 35, 26, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.chat-stream {
  position: relative;
  display: grid;
  gap: 0.54rem;
  height: 324px;
  min-height: 324px;
  align-content: end;
  overflow: hidden;
  padding: 0.25rem 0.1rem 0;
}

.chat-stream::after {
  content: "...";
  justify-self: start;
  max-height: 0;
  padding: 0 0.82rem;
  border-radius: 17px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  color: rgba(32, 27, 24, 0.72);
  font-weight: 900;
  letter-spacing: 0.16em;
  box-shadow: 0 7px 18px rgba(30, 22, 16, 0.08);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    max-height 240ms ease,
    padding 240ms ease,
    opacity 260ms ease,
    transform 260ms ease;
  animation: typingDots 1.12s steps(3, end) infinite;
}

.chat-stream.is-typing::after {
  max-height: 34px;
  padding: 0.32rem 0.82rem 0.42rem;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-panel .chat-bubble {
  max-width: 84%;
  margin: 0;
  padding: 0.68rem 0.78rem;
  border-radius: 17px;
  color: #201b18;
  font-size: 0.88rem;
  line-height: 1.34;
  box-shadow: 0 7px 18px rgba(30, 22, 16, 0.08);
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition:
    opacity 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.contact-panel .chat-bubble.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-panel .chat-in {
  justify-self: start;
  border-bottom-left-radius: 6px;
  background: #ffffff;
}

.contact-panel .chat-out {
  justify-self: end;
  border-bottom-right-radius: 6px;
  background: #dcf8c6;
  color: #172515;
}

.whatsapp-mock-cta {
  width: 100%;
  margin-top: 0.15rem;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 18px 42px rgba(18, 140, 126, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.whatsapp-mock-cta:hover {
  background: linear-gradient(135deg, #20bd5b, #0f7c70);
}

.contact-actions p {
  margin: 0.2rem 0 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(250px, 0.45fr);
  gap: 2rem;
  padding: 2.4rem 0 3rem;
  border-top: 1px solid var(--line);
}

@keyframes panelScan {
  0%,
  48% {
    transform: translateX(-80%);
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  78%,
  100% {
    transform: translateX(80%);
    opacity: 0;
  }
}

@keyframes typingDots {
  0%,
  20% {
    content: ".";
  }

  21%,
  60% {
    content: "..";
  }

  61%,
  100% {
    content: "...";
  }
}

.footer-brand p,
.footer-meta {
  color: var(--muted);
  line-height: 1.55;
}

.footer-brand p {
  max-width: 340px;
}

.footer-links {
  display: grid;
  gap: 0.28rem;
  color: var(--ink-soft);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.footer-meta {
  text-align: right;
}

.footer-meta p {
  margin: 0 0 0.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.page-main,
.page-hero,
.page-section {
  padding: 4rem 0;
}

.breadcrumbs {
  padding: 1.4rem 0 0;
  color: var(--muted);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.project-card {
  min-height: 230px;
  padding: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 253, 248, 0.66)),
    rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(22, 17, 15, 0.08);
  border-radius: var(--radius-lg);
  box-shadow:
    0 18px 54px rgba(50, 30, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(240px, 0.5fr);
  gap: 1.25rem;
  align-items: center;
}

.project-preview {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(22, 17, 15, 0.1);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 16px 40px rgba(50, 30, 20, 0.1);
}

.project-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.project-card-body {
  min-width: 0;
}

.project-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
}

.project-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.project-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 1rem;
}

@media (max-width: 1060px) {
  .site-nav {
    display: none;
  }

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

  .header-actions {
    justify-self: end;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-copy h1 {
    font-size: 4.6rem;
  }

  .growth-board {
    min-height: 430px;
  }

  .section-header-row,
  .contact-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .whatsapp-mock {
    justify-self: start;
    width: min(100%, 430px);
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(calc(100% - 1rem), 1180px);
  }

  .site-header {
    min-height: 66px;
  }

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

  .brand-word {
    font-size: 1.48rem;
  }

  .header-cta {
    display: none;
  }

  .mobile-lang-toggle {
    min-height: 44px;
    min-width: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(25, 22, 20, 0.1);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.62);
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.86),
      0 10px 22px rgba(30, 20, 12, 0.08);
  }

  .hero-section {
    min-height: auto;
    padding: 3.4rem 1.15rem 3rem;
    max-width: 100vw;
  }

  .hero-copy,
  .hero-visual,
  .hero-lead {
    width: 100%;
    max-width: calc(100vw - 2.3rem);
  }

  .hero-copy h1 {
    font-size: 2.95rem;
    line-height: 0.95;
    text-shadow:
      0 4px 0 rgba(69, 9, 7, 0.34),
      0 14px 24px rgba(47, 7, 5, 0.28);
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .display-small {
    margin-top: 0.1rem;
  }

  .hero-actions {
    display: grid;
  }

  .growth-board {
    min-height: auto;
    padding: 1rem;
  }

  .growth-chart {
    min-height: 260px;
  }

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

  .sample-grid,
  .blog-grid,
  .project-card {
    grid-template-columns: 1fr;
  }

  .services-section,
  .projects-section,
  .contact-section {
    padding: 4rem 0;
  }

  .section-header h2,
  .contact-panel h2 {
    font-size: 3rem;
  }

  .service-carousel {
    padding-inline: 1rem;
    mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent);
  }

  .service-card {
    flex-basis: min(82vw, 340px);
    min-height: 360px;
  }

  .sample-card {
    min-height: 290px;
  }

  .contact-panel {
    padding: 1.5rem;
    justify-items: start;
  }

  .contact-actions {
    justify-items: start;
    width: 100%;
    min-height: auto;
  }

  .whatsapp-mock {
    width: 100%;
    min-height: 500px;
  }

  .chat-stream {
    height: 286px;
    min-height: 286px;
  }

  .contact-panel .chat-bubble {
    max-width: 90%;
  }

  .site-footer {
    gap: 0.9rem;
    padding: 1.3rem 0 1.55rem;
  }

  .site-footer .brand {
    min-height: 40px;
    gap: 0.5rem;
  }

  .site-footer .brand-mark {
    width: 22px;
    height: 22px;
    border-radius: 8px;
  }

  .site-footer .brand-word {
    font-size: 1.16rem;
  }

  .footer-brand p {
    display: none;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.05rem 0.75rem;
    font-size: 0.88rem;
  }

  .footer-links a {
    min-height: 40px;
  }

  .footer-links a[href^="mailto:"] {
    grid-column: 1 / -1;
  }

  .footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.75rem;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .footer-meta p {
    margin: 0;
  }

  .footer-meta p:first-child {
    flex-basis: 100%;
  }

  .intro-brand span {
    font-size: 3rem;
  }

  .intro-skip {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 440px) {
  .hero-copy h1 {
    font-size: 2.54rem;
  }

  .section-header h2,
  .contact-panel h2 {
    font-size: 2.55rem;
  }

  .growth-chart {
    min-height: 220px;
  }

  .growth-steps span {
    font-size: 0.78rem;
  }
}

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

  .intro-screen {
    display: none !important;
  }

  body {
    overflow: auto !important;
  }
}
