@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap');

:root {
  --text: #49545d;
  --muted: #778088;
  --bg: #faf9f6;
  --card: #fff;
  --soft: #f0eee9;
  --line: rgba(30,42,51,.12);
  --shadow: 0 30px 80px rgba(25,25,20,.13);
  --max: 1180px;
  --head: 92px;
  --title-xl: clamp(40px,4.1vw,56px);
  --title-lg: clamp(36px,3.7vw,50px);
  --title-md: clamp(30px,3vw,42px);
  --title-sm: clamp(24px,2.3vw,34px);
  --r: #ab1b14;
  --rd: #7e130e;
  --ink: #1e2a33;
  --zuhu-dark: #1e2a33;
  --zuhu-dark-2: #172027;
}
html[data-theme=dark] {
  --ink: #f7f4ef;
  --text: #c4cbd0;
  --muted: #8e979e;
  --bg: #12171b;
  --card: #192026;
  --soft: #222a30;
  --line: rgba(255,255,255,.11);
  --shadow: 0 30px 80px rgba(0,0,0,.35);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  font: 16px/1.65 'DM Sans',sans-serif;
  transition: .25s;
  font-family: 'DM Sans',sans-serif;
  background: var(--bg);
}
body.locked {
  overflow: hidden;
}
h1,h2,h3,.nav nav a,.nav-parent,.btn,.brand-logo,.hero-brand-name {
  font-family: 'Montserrat',sans-serif !important;
}
h1,h2,h3 {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat,sans-serif;
  letter-spacing: -.035em !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}
p {
  margin: 0;
}
.container {
  width: min(calc(100% - 40px),var(--max));
  margin: auto;
}
.section {
  padding: 110px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
}
.brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--r);
  color: white;
  font: 800 20px Montserrat;
}
.brand b {
  font: 800 16px Montserrat;
}
.nav nav a,.footer a {
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
}
.nav nav a:hover,.footer a:hover {
  color: var(--r);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}
.langs {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 800;
}
.langs a {
  text-decoration: none;
  color: var(--muted);
}
.langs .active {
  color: var(--r);
}
.langs i {
  font-style: normal;
  color: var(--muted);
}
#theme,#menu {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  color: var(--ink);
  cursor: pointer;
}
#menu {
  display: none;
  place-content: center;
  gap: 5px;
}
#menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: .2s;
}
#menu.open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
#menu.open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.hero {
  min-height: 780px;
  display: grid;
  align-items: center;
  padding-top: calc(var(--head) + 50px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(108deg, var(--bg) 0 69%, color-mix(in srgb, var(--r) 12%, var(--bg)) 69% 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(171,27,20,.2);
  border-radius: 999px;
  background: rgba(171,27,20,.07);
  color: var(--r);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-copy>p {
  max-width: 650px;
  margin-top: 28px;
  font-size: clamp(17px,1.6vw,21px);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  transition: .2s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.1);
}
.btn.primary {
  border-color: var(--r);
  background: var(--r);
  color: white;
}
.btn.primary:hover {
  background: var(--rd);
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
}
.meta span:before {
  content: '•';
  margin-right: 8px;
  color: var(--r);
}
.showcase {
  position: relative;
  min-height: 560px;
}
.glow {
  position: absolute;
  inset: 17% 8%;
  border-radius: 50%;
  background: rgba(171,27,20,.2);
  filter: blur(80px);
  display: none;
}
.browser {
  position: absolute;
  inset: 52px 25px 58px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}
.bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}
.bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--soft);
}
.bar small {
  margin-left: auto;
  color: var(--muted);
}
.screen {
  position: relative;
  height: calc(100% - 44px);
  overflow: hidden;
  padding: 52px 40px;
  background: linear-gradient(135deg,rgba(171,27,20,.1),transparent 55%),var(--card);
}
.screen h2 {
  max-width: 430px;
  margin: 20px 0 28px;
  font-size: clamp(32px,3.5vw,58px);
}
.screen>span {
  display: block;
  width: 58%;
  height: 9px;
  margin: 10px 0;
  border-radius: 99px;
  background: var(--soft);
}
.screen>span:nth-of-type(2) {
  width: 48%;
}
.screen>span:nth-of-type(3) {
  width: 39%;
}
.screen button {
  width: 120px;
  height: 40px;
  margin-top: 18px;
  border: 0;
  border-radius: 99px;
  background: var(--r);
}
.float {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 180px;
  gap: 4px;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb,var(--card) 88%,transparent);
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
  backdrop-filter: blur(15px);
  animation: float 5s ease-in-out infinite;
}
.float small {
  color: var(--r);
  font-size: 11px;
  font-weight: 800;
}
.float strong {
  color: var(--ink);
}
.f1 {
  top: 5px;
  right: -10px;
}
.f2 {
  bottom: 5px;
  left: -18px;
  animation-direction: reverse;
}
.f3 {
  right: -22px;
  bottom: 88px;
  animation-duration: 6.2s;
}
@keyframes float {
  50% {
    transform: translateY(-12px);
  }
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.section-head {
  max-width: 760px;
  margin-bottom: 48px;
}
.section-head p {
  max-width: 680px;
  margin-top: 22px;
  font-size: 17px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}
.card {
  min-height: 285px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  transition: .2s;
}
.card:hover {
  transform: translateY(-5px);
  border-color: rgba(171,27,20,.38);
  box-shadow: var(--shadow);
}
.card>span {
  color: var(--r);
  font-weight: 800;
}
.card h3 {
  margin-top: 48px;
  font-size: 26px;
}
.card p {
  margin-top: 14px;
}
.dark {
  background: #172027;
  color: #adb7bd;
}
.dark h2,.dark h3 {
  color: white;
}
.projects {
  display: grid;
  gap: 28px;
}
.project-visual small {
  color: #f29a94;
  font-weight: 800;
}
.project-visual strong {
  margin-top: 7px;
  color: white;
  font: 800 clamp(32px,4vw,65px)/1 Montserrat;
}
.project-copy h3 {
  font-size: 28px;
}
.project-copy p {
  margin-top: 14px;
}
.process {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
}
.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.step:last-child {
  border-bottom: 1px solid var(--line);
}
.step>span {
  color: var(--r);
  font-weight: 800;
}
.step h3 {
  font-size: 22px;
}
.step p {
  margin-top: 7px;
}
.contact {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 58px;
  border-radius: 34px;
  background: radial-gradient(circle at 90% 20%,rgba(255,255,255,.18),transparent 25rem),var(--r);
  color: #f8d7d4;
}
.contact .eyebrow {
  color: white;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.1);
}
.contact p {
  max-width: 650px;
  margin-top: 20px;
}
.btn.light {
  flex: 0 0 auto;
  border-color: white;
  background: white;
  color: var(--r);
}
.footer {
  display: grid;
  grid-template-columns: 1.4fr .6fr .8fr;
  gap: 40px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.footer p {
  max-width: 440px;
  margin-top: 18px;
}
.footer>div:nth-child(2) {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer small {
  color: var(--muted);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .65s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width:980px) {
  .nav nav {
    display: none;
  }
  #menu {
    display: grid;
  }
  #mobile.open {
    display: block;
  }
  .hero-grid,.process {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .showcase {
    min-height: 520px;
  }
  .trust-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .project {
    grid-template-columns: 1fr;
  }
  .contact {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:700px) {
  :root {
    --head: 72px;
  }
  .container {
    width: min(calc(100% - 28px),var(--max));
  }
  .section {
    padding: 78px 0;
  }
  .brand b {
    display: none;
  }
  .hero {
    padding-top: calc(var(--head) + 42px);
  }
  .hero h1 {
    font-size: clamp(44px,14vw,72px);
  }
  .showcase {
    min-height: 430px;
  }
  .browser {
    inset: 45px 5px;
  }
  .screen {
    padding: 36px 25px;
  }
  .float {
    min-width: 150px;
    padding: 13px;
  }
  .f1 {
    right: -5px;
  }
  .f2 {
    left: -5px;
  }
  .f3 {
    right: -8px;
    bottom: 62px;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-grid div:last-child {
    grid-column: 1/-1;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .project-visual {
    min-height: 300px;
  }
  .project-copy {
    padding: 28px;
  }
  .contact {
    padding: 34px 26px;
  }
  .contact .btn {
    width: 100%;
  }
  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width:420px) {
  .langs {
    display: none;
  }
  .actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

html[data-theme="dark"] .site-header:not(.is-scrolled) .brand-logo img,
html[data-theme="dark"] .site-header.is-scrolled .brand-logo img {
  filter: brightness(0) invert(1);
}
.window-body::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -95px;
  width: 315px;
  height: 315px;
  border: 44px solid var(--brand);
  border-radius: 50%;
  opacity: .9;
}
.window-body::after {
  display: none;
}
@media (max-width: 700px) {
  .brand-logo img {
    width: 168px;
  }
  .footer-brand img {
    width: 220px;
  }
  .hero-dog {
    width: 46%;
    right: -3px;
    bottom: 6px;
  }
}

@media (max-width: 420px) {
  .brand-logo img {
    width: 145px;
  }
}

.brand-logo .logo-light {
  width: 220px;
}
.screen b {
  color: var(--r);
  display: none;
}
.f1,.f2,.f3 {
  z-index: 4;
}
@media (max-width:980px) {
  .home-services-panel { padding:24px; border-radius:32px; }
}
@media (max-width:700px) {
  .home-services-panel { padding:14px; border-radius:25px; }
  .home-services-panel .service-cards { gap:14px; }
  body.page-home #servicios .card { min-height:260px; }
}

@media (max-width:700px) {
  .brand-logo .logo-light,.brand-logo .logo-dark {
    width: 168px;
  }
  .screen-brand {
    width: 145px;
    max-width: 68%;
  }
  .brand-orbit {
    width: 230px;
    height: 230px;
    right: 0;
    bottom: 28px;
  }
  .hero-symbol {
    width: 45%;
    right: -3px;
    bottom: 8px;
  }
}

@media (max-width:420px) {
  .brand-logo .logo-light,.brand-logo .logo-dark {
    width: 145px;
  }
}

.service-cards .card {
  position: relative;
  overflow: hidden;
}
.card-number {
  position: absolute;
  right: 26px;
  top: 24px;
  color: var(--r) !important;
  font-size: 13px;
}
.service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(171,27,20,.16);
  border-radius: 17px;
  background: rgba(171,27,20,.07);
}
.service-icon span,.service-icon span:before,.service-icon span:after {
  display: block;
  content: "";
  position: relative;
}
.service-icon-1 span {
  width: 25px;
  height: 18px;
  border: 2px solid var(--r);
  border-radius: 3px;
}
.service-icon-1 span:after {
  position: absolute;
  left: 8px;
  bottom: -7px;
  width: 8px;
  height: 2px;
  background: var(--r);
  box-shadow: 0 3px 0 -0.2px var(--r);
}
.service-icon-2 span {
  width: 24px;
  height: 24px;
  border: 2px solid var(--r);
  border-radius: 50%;
}
.service-icon-2 span:before {
  position: absolute;
  left: 8px;
  top: -6px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--r);
  border-radius: 50%;
  background: var(--card);
}
.service-icon-3 span {
  width: 25px;
  height: 16px;
  border: 2px solid var(--r);
  border-radius: 12px;
}
.service-icon-3 span:after {
  position: absolute;
  right: -4px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--r);
  border-bottom: 2px solid var(--r);
  transform: rotate(20deg);
}
.service-icon-4 span {
  width: 22px;
  height: 22px;
  border: 2px solid var(--r);
  transform: rotate(45deg);
}
.service-icon-4 span:after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--r);
}
.card-dog-watermark {
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 22px solid rgba(171,27,20,.035);
  border-radius: 50%;
}
.service-cards .card h3 {
  margin-top: 34px;
}
.project {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  background: rgba(255,255,255,.04);
  grid-template-columns: 1.15fr .85fr;
  min-height: 520px;
}
.project-visual {
  min-height: 390px;
  display: grid;
  position: relative;
  align-content: stretch;
  padding: 30px;
  background: #10161b;
}
.project-browser {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0,0,0,.28);
  transform: rotate(-1.2deg);
}
.project-browser-bar {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
}
.project-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
}
.project-browser-bar small {
  margin-left: auto;
  color: #778088;
  font-size: 10px;
}
.project-badges {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}
.project-badges span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(12,18,22,.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  backdrop-filter: blur(10px);
}
.project-copy {
  display: grid;
  position: relative;
  align-content: center;
  padding: 50px;
}
.project-index {
  position: absolute;
  right: 34px;
  top: 28px;
  color: #66727a;
  font-weight: 800;
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.project-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #cbd2d6;
  font-size: 12px;
}
.project-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.project-link b {
  color: #f29a94;
}
.mock-brand {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.mock-title {
  margin-top: 18px;
  font: 800 clamp(25px,3vw,46px)/1.05 Montserrat;
  letter-spacing: -.045em;
}
.mock-mexia {
  position: relative;
  height: 100%;
  padding: 42px;
  color: #fff;
  background: linear-gradient(145deg,#102a3b,#1a4d64);
}
.mock-mexia:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border: 34px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.foundation-lines {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 38px;
}
.foundation-lines span {
  display: block;
  height: 3px;
  margin-top: 13px;
  background: rgba(255,255,255,.32);
  transform: skewX(-18deg);
}
.foundation-lines span:nth-child(2) {
  width: 78%;
}
.foundation-lines span:nth-child(3) {
  width: 56%;
}
.mock-button {
  width: 110px;
  height: 35px;
  margin-top: 26px;
  border-radius: 99px;
  background: #f1b84b;
}
.mock-witness {
  display: grid;
  height: 100%;
  grid-template-columns: .38fr .62fr;
  align-items: center;
  padding: 40px;
  color: #12191e;
  background: linear-gradient(120deg,#f6b12a 0 38%,#f7f7f3 38%);
}
.witness-bolt {
  color: #111;
  font: 800 clamp(90px,12vw,180px)/1 Montserrat;
  text-align: center;
}
.energy-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.energy-lines span {
  height: 8px;
  border-radius: 99px;
  background: #d8d6ce;
}
.energy-lines span:last-child {
  width: 66%;
}
.mock-petro {
  display: grid;
  height: 100%;
  grid-template-columns: .42fr .58fr;
  align-items: center;
  padding: 40px;
  color: #e9f2f5;
  background: linear-gradient(135deg,#0f232b,#163c48);
}
.hex-field {
  position: relative;
  height: 240px;
}
.hex-field i {
  position: absolute;
  width: 80px;
  height: 70px;
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  border: 1px solid transparent;
  background: #1b5968;
}
.hex-field i:nth-child(2) {
  left: 66px;
  top: 38px;
  background: #2d7a88;
}
.hex-field i:nth-child(3) {
  left: 4px;
  top: 78px;
  background: #235f6d;
}
.hex-field i:nth-child(4) {
  left: 70px;
  top: 117px;
  background: #143f4a;
}
.core-samples {
  display: flex;
  gap: 9px;
  margin-top: 28px;
}
.core-samples span {
  width: 22px;
  height: 78px;
  border-radius: 7px;
  background: linear-gradient(#e4c29d,#6a482d);
}
.core-samples span:nth-child(2) {
  background: linear-gradient(#d5d5d5,#727272);
}
.core-samples span:nth-child(3) {
  background: linear-gradient(#c99668,#593d2a);
}
.mock-logmine {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-columns: .38fr .62fr;
  align-items: center;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  background: linear-gradient(135deg,#111,#2b2d31);
}
.road-line {
  position: absolute;
  left: -20%;
  top: 48%;
  width: 150%;
  height: 10px;
  border-top: 2px dashed rgba(255,255,255,.55);
  border-bottom: 2px dashed rgba(255,255,255,.15);
  transform: rotate(-13deg);
}
.truck-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 26px;
  color: #fff;
  background: #ab1b14;
  font: 800 44px Montserrat;
  box-shadow: 18px 18px 0 rgba(255,255,255,.08);
}
.lang-pills {
  display: flex;
  gap: 7px;
  margin-top: 27px;
}
.lang-pills span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
}
.project-1 .project-visual {
  background: radial-gradient(circle at 20% 20%,#2f6077,#0e171d 70%);
}
.project-2 .project-visual {
  background: radial-gradient(circle at 20% 20%,#7d5916,#11171b 70%);
}
.project-3 .project-visual {
  background: radial-gradient(circle at 20% 20%,#1d5c68,#10171a 70%);
}
.project-4 .project-visual {
  background: radial-gradient(circle at 20% 20%,#5b1c19,#0f1113 70%);
}
.studio-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.studio-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.studio-visual img {
  position: relative;
  z-index: 2;
  width: min(74%,420px);
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,.16));
}
.studio-ring {
  position: absolute;
  width: 410px;
  height: 410px;
  border: 2px dashed rgba(171,27,20,.28);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}
.studio-ring:before,.studio-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--r);
}
.studio-ring:before {
  left: 31px;
  top: 18px;
  width: 12px;
  height: 12px;
}
.studio-ring:after {
  right: 18px;
  bottom: 58px;
  width: 18px;
  height: 18px;
}
.studio-note {
  position: absolute;
  z-index: 3;
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--ink);
  background: color-mix(in srgb,var(--card) 90%,transparent);
  box-shadow: 0 14px 40px rgba(0,0,0,.1);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}
.note-1 {
  left: 0;
  top: 85px;
}
.note-2 {
  right: 0;
  top: 155px;
}
.note-3 {
  left: 24px;
  bottom: 70px;
}
.about-points {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}
.about-points div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 700;
}
.about-points span {
  display: grid;
  flex: 0 0 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--r);
  font-size: 12px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width:980px) {
  .studio-grid {
    grid-template-columns: 1fr;
  }
  .studio-visual {
    order: 2;
  }
  .project {
    grid-template-columns: 1fr;
  }
  .project-visual {
    min-height: 430px;
  }
  .project-copy {
    padding: 42px;
  }
  .mock-witness,.mock-petro,.mock-logmine {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:700px) {
  .project {
    min-height: 0;
  }
  .project-visual {
    min-height: 330px;
    padding: 18px;
  }
  .project-browser {
    border-radius: 18px;
  }
  .project-copy {
    padding: 30px;
  }
  .mock-mexia,.mock-witness,.mock-petro,.mock-logmine {
    padding: 26px;
  }
  .mock-witness,.mock-petro,.mock-logmine {
    grid-template-columns: .4fr .6fr;
  }
  .witness-bolt {
    font-size: 90px;
  }
  .hex-field {
    height: 160px;
  }
  .hex-field i {
    width: 58px;
    height: 50px;
  }
  .hex-field i:nth-child(2) {
    left: 46px;
    top: 28px;
  }
  .hex-field i:nth-child(3) {
    left: 3px;
    top: 57px;
  }
  .hex-field i:nth-child(4) {
    left: 49px;
    top: 84px;
  }
  .truck-mark {
    width: 88px;
    height: 88px;
    font-size: 34px;
  }
  .studio-visual {
    min-height: 430px;
  }
  .studio-ring {
    width: 310px;
    height: 310px;
  }
  .studio-note {
    font-size: 11px;
  }
  .note-1 {
    left: 0;
  }
  .note-2 {
    right: 0;
  }
  .note-3 {
    left: 0;
  }
}

@media (max-width:430px) {
  .project-visual {
    min-height: 300px;
  }
  .mock-witness,.mock-petro,.mock-logmine {
    grid-template-columns: 1fr;
  }
  .witness-bolt,.hex-field,.truck-mark {
    display: none;
  }
  .mock-title {
    font-size: 28px;
  }
  .project-badges span:nth-child(2) {
    display: none;
  }
  .studio-visual {
    min-height: 360px;
  }
  .studio-ring {
    width: 260px;
    height: 260px;
  }
  .studio-note {
    padding: 9px 11px;
  }
  .note-1 {
    top: 45px;
  }
  .note-2 {
    top: 110px;
  }
  .note-3 {
    bottom: 38px;
  }
}

.card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--r);
  font-weight: 800;
  text-decoration: none;
}
.card-link b {
  transition: transform .2s;
}
.card-link:hover b {
  transform: translateX(4px);
}
.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.section-cta.align-left {
  justify-content: flex-start;
  margin-top: 30px;
}
.section-cta-dark .btn {
  border-color: rgba(255,255,255,.18);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.internal-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
}
.internal-hero p {
  max-width: 680px;
  margin-top: 26px;
  font-size: clamp(17px,1.5vw,21px);
}
.identity-panel,.contact-symbol {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.identity-panel>span {
  position: absolute;
  right: 2%;
  bottom: 10%;
  z-index: 3;
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--ink);
  background: color-mix(in srgb,var(--card) 90%,transparent);
  box-shadow: 0 14px 40px rgba(0,0,0,.1);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}
.identity-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  border: 2px dashed rgba(171,27,20,.28);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}
.identity-orbit i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--r);
}
.identity-orbit i:nth-child(1) {
  left: 25px;
  top: 55px;
}
.identity-orbit i:nth-child(2) {
  right: 18px;
  top: 140px;
  width: 21px;
  height: 21px;
}
.identity-orbit i:nth-child(3) {
  left: 92px;
  bottom: 10px;
  width: 10px;
  height: 10px;
}
.internal-section {
  padding-top: 35px;
}
.service-detail-list {
  display: grid;
  gap: 28px;
}
.service-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 48px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--card);
  box-shadow: 0 20px 50px rgba(0,0,0,.045);
}
.service-detail-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-detail-head>span {
  color: var(--r);
  font: 800 14px Montserrat;
}
.service-detail h2 {
  font-size: clamp(34px,4vw,58px);
}
.service-detail h3 {
  margin-top: 28px;
  font-size: 18px;
}
.service-intro {
  max-width: 820px;
  margin-top: 18px;
  font-size: 18px;
}
.feature-list {
  display: grid;
  gap: 11px;
  margin: 17px 0 30px;
  padding: 0;
  list-style: none;
}
.feature-list li {
  position: relative;
  padding-left: 28px;
}
.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--r);
  font-weight: 900;
}
.compact-section {
  padding-top: 35px;
}
.dark-page-hero {
  color: #aeb7bd;
  background: radial-gradient(circle at 75% 20%,rgba(171,27,20,.38),transparent 29rem),#172027;
}
.dark-page-hero h1 {
  color: #fff;
}
.dark-page-hero .eyebrow {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}
.project-stack {
  position: relative;
  min-height: 430px;
}
.project-stack div {
  position: absolute;
  width: 72%;
  padding: 27px 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.045));
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  font: 800 28px Montserrat;
  backdrop-filter: blur(16px);
}
.project-stack div:nth-child(1) {
  top: 20px;
  left: 0;
  transform: rotate(-6deg);
}
.project-stack div:nth-child(2) {
  top: 115px;
  right: 0;
  transform: rotate(4deg);
}
.project-stack div:nth-child(3) {
  top: 220px;
  left: 3%;
  transform: rotate(-3deg);
}
.project-stack div:nth-child(4) {
  top: 315px;
  right: 2%;
  transform: rotate(5deg);
  background: linear-gradient(135deg,rgba(171,27,20,.78),rgba(171,27,20,.42));
}
.projects-page {
  padding-top: 80px;
}
.projects-page .project-copy h2 {
  color: #fff;
  font-size: clamp(32px,4vw,55px);
}
.case-results {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 28px;
}
.case-results div {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.04);
}
.case-results strong {
  color: #fff;
  font: 800 19px Montserrat;
}
.case-results span {
  color: #9fa9af;
  font-size: 12px;
}
.about-hero-visual {
  min-height: 480px;
}
.story-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.story-copy {
  display: grid;
  gap: 24px;
  font-size: 19px;
}
.values-section {
  background: color-mix(in srgb,var(--soft) 65%,var(--bg));
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}
.value-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
}
.value-card>span {
  color: var(--r);
  font-weight: 800;
}
.value-card h3 {
  margin-top: 48px;
  font-size: 26px;
}
.value-card p {
  margin-top: 14px;
}
.contact-hero {
  min-height: 650px;
}
.contact-direct {
  display: grid;
  gap: 6px;
  margin-top: 34px;
}
.contact-direct a {
  color: var(--r);
  font: 800 20px Montserrat;
  text-decoration: none;
}
.contact-direct span {
  color: var(--muted);
  font-size: 14px;
}
.contact-symbol img {
  width: min(68%,330px);
}
.contact-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start;
}
.contact-sidebar {
  position: sticky;
  top: 125px;
}
.contact-sidebar h2 {
  font-size: clamp(38px,4.5vw,65px);
}
.contact-form {
  display: grid;
  gap: 20px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--bg);
  font: inherit;
  outline: none;
  transition: border-color .2s,box-shadow .2s;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  border-color: var(--r);
  box-shadow: 0 0 0 4px rgba(171,27,20,.09);
}
.contact-form textarea {
  resize: vertical;
}
.privacy-check {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--text) !important;
  font-weight: 400 !important;
}
.privacy-check input {
  width: auto;
  margin-top: 5px;
}
.privacy-check a {
  color: var(--r);
}
.form-note {
  color: var(--muted);
  font-size: 12px;
}
.legal-hero {
  min-height: 480px;
}
.legal-title {
  max-width: 900px;
}
.legal-title h1 {
  font-size: clamp(52px,7vw,96px);
}
.legal-copy {
  max-width: 850px;
}
.legal-copy section+section {
  margin-top: 48px;
}
.legal-copy h2 {
  font-size: 30px;
}
.legal-copy p {
  margin-top: 14px;
  font-size: 17px;
}
.footer-contact {
  display: grid;
  align-content: start;
  gap: 9px;
}
.footer-contact a {
  color: var(--r);
  font-weight: 800;
  text-decoration: none;
}
@media (max-width:980px) {
  .internal-hero-grid,.story-grid,.contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-sidebar {
    position: static;
  }
  .identity-panel,.contact-symbol {
    min-height: 390px;
  }
  .service-detail {
    grid-template-columns: 110px 1fr;
  }
  .project-stack {
    min-height: 400px;
  }
}

@media (max-width:700px) {
  .internal-hero {
    min-height: auto;
    padding-top: calc(var(--head) + 55px);
  }
  .internal-hero h1 {
    font-size: clamp(44px,13vw,70px);
  }
  .identity-panel,.contact-symbol {
    min-height: 330px;
  }
  .identity-orbit {
    width: 280px;
    height: 280px;
  }
  .identity-panel>span {
    right: 0;
  }
  .service-detail {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .service-detail-head {
    flex-direction: row;
    align-items: center;
  }
  .service-detail h2 {
    font-size: 36px;
  }
  .project-stack {
    min-height: 350px;
  }
  .project-stack div {
    width: 82%;
    font-size: 20px;
  }
  .project-stack div:nth-child(1) {
    top: 0;
  }
  .project-stack div:nth-child(2) {
    top: 82px;
  }
  .project-stack div:nth-child(3) {
    top: 164px;
  }
  .project-stack div:nth-child(4) {
    top: 246px;
  }
  .value-grid,.field-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 25px;
  }
  .case-results {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1/-1;
  }
}

header#header {
  position: fixed;
  inset: 0 0 auto;
  transition: .25s;
  z-index: 100;
  height: var(--head);
  border-bottom: 1px solid transparent;
}
header.scrolled {
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb,var(--bg) 88%,transparent);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(22,27,31,.06);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  max-width: 215px;
  overflow: hidden;
}
.brand-logo img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: 58px !important;
  object-fit: contain;
  object-position: left center;
}
.brand-logo .logo-dark {
  width: 220px;
  display: none !important;
}
html[data-theme=dark] .brand-logo .logo-light {
  display: none !important;
}
html[data-theme=dark] .brand-logo .logo-dark {
  display: block !important;
}
.nav nav {
  display: flex;
  gap: 10px;
}
.nav nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 14px;
  transition: color .2s,background .2s;
}
.nav nav a:hover {
  background: rgba(171,27,20,.07);
}
.nav nav a.active {
  color: var(--r);
  background: rgba(171,27,20,.09);
}
.nav nav a.active:after {
  display: block;
  width: 100%;
  margin-top: 4px;
  content: '';
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  height: 2px;
  border-radius: 9px;
  background: var(--r);
}
#mobileBackdrop {
  position: fixed;
  z-index: 80;
  inset: var(--head) 0 0;
  background: rgba(10,15,18,.38);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(3px);
  transition: .25s;
}
#mobileBackdrop.open {
  opacity: 1;
  visibility: visible;
}
#mobile {
  border-top: 1px solid var(--line);
  position: fixed;
  z-index: 90;
  top: var(--head);
  right: 0;
  left: 0;
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: color-mix(in srgb,var(--bg) 96%,transparent);
  box-shadow: 0 24px 55px rgba(0,0,0,.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: max-height .35s ease,opacity .25s,transform .25s,visibility .25s;
  backdrop-filter: blur(20px);
}
#mobile.open {
  max-height: calc(100vh - var(--head));
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mobile-inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
#mobile a {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font: 800 clamp(22px,5vw,34px)/1.1 Montserrat;
  text-decoration: none;
}
#mobile a span {
  width: 28px;
  color: var(--r);
  font: 800 11px DM Sans;
  letter-spacing: .08em;
}
#mobile a.active {
  color: var(--r);
}
.mobile-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 25px;
}
.mobile-brand small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}
.footer-brand {
  margin-top: 2px;
  max-width: 250px;
  height: auto;
  overflow: visible;
}
.footer-brand img {
  width: 250px;
  height: 82px !important;
}
.internal-hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  padding: calc(var(--head) + 75px) 0 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.internal-hero:before {
  content: '';
  position: absolute;
  top: 20%;
  right: -7%;
  width: 330px;
  height: 330px;
  border: 1px dashed rgba(171,27,20,.22);
  border-radius: 50%;
  pointer-events: none;
}
.page-services .internal-hero {
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.page-about .internal-hero {
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.page-contact .internal-hero {
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.identity-panel,.contact-symbol,.about-hero-visual {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: color-mix(in srgb,var(--card) 76%,transparent);
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}
.identity-panel img,.contact-symbol img {
  position: relative;
  z-index: 2;
  width: min(78%,390px);
  filter: drop-shadow(0 28px 55px rgba(0,0,0,.16));
  max-height: 330px;
  object-fit: contain;
}
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.text-link {
  color: var(--r);
  font-weight: 800;
  text-decoration: none;
}
.detail-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--head) + 72px) 0 85px;
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.detail-hero:after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 470px;
  height: 470px;
  border: 70px solid rgba(171,27,20,.06);
  border-radius: 50%;
  pointer-events: none;
}
.detail-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}
.detail-hero p {
  max-width: 690px;
  margin-top: 26px;
  font-size: clamp(17px,1.5vw,21px);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--r);
}
.breadcrumbs b {
  color: var(--ink);
}
.detail-identity {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(145deg,var(--card),color-mix(in srgb,var(--soft) 75%,var(--card)));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.detail-identity:before {
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  border: 2px dashed rgba(171,27,20,.27);
  border-radius: 50%;
  animation: orbit-spin 16s linear infinite;
}
.detail-identity img {
  position: absolute;
  right: -5%;
  bottom: -7%;
  width: 52%;
  opacity: .17;
  transform: rotate(-8deg);
}
.detail-number {
  position: absolute;
  top: 28px;
  left: 30px;
  color: var(--r);
  font: 800 14px Montserrat;
  letter-spacing: .12em;
}
.detail-icon {
  position: relative;
  z-index: 2;
  width: 128px !important;
  height: 128px !important;
  border: 1px solid rgba(171,27,20,.2);
  border-radius: 30px;
  background: rgba(171,27,20,.08);
  transform: scale(1.5);
}
.detail-content-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: start;
}
.deliverable-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.deliverable {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  transition: .22s;
}
.deliverable:hover {
  transform: translateY(-4px);
  border-color: rgba(171,27,20,.35);
  box-shadow: 0 20px 45px rgba(0,0,0,.07);
}
.deliverable span {
  color: var(--r);
  font-weight: 800;
}
.deliverable p {
  margin-top: 38px;
  color: var(--ink);
  font-weight: 700;
}
.detail-process-section {
  background: linear-gradient(180deg,color-mix(in srgb,var(--soft) 45%,var(--bg)),var(--bg));
}
.project-detail-hero {
  color: #abb5bb;
  background: linear-gradient(145deg, #8a1711 0%, #57100c 68%, #260706 100%) !important;
}
.project-detail-hero h1,.project-detail-hero .breadcrumbs b {
  color: #fff;
}
.project-detail-hero .breadcrumbs {
  color: #9ea9b0;
}
.project-detail-hero .btn:not(.primary) {
  color: #fff;
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}
.detail-tags {
  margin-top: 24px;
}
.case-window {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 36px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 35px 80px rgba(0,0,0,.3);
  transform: rotate(1.5deg);
}
.case-window .project-browser {
  min-height: 430px;
}
.case-window .project-browser-screen {
  min-height: 386px;
}
.case-float {
  position: absolute;
  right: -24px;
  bottom: 30px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  color: #fff;
  background: rgba(171,27,20,.88);
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
}
.case-story-grid {
  display: grid;
  grid-template-columns: .36fr 1.64fr;
  gap: 70px;
}
.case-side {
  position: sticky;
  top: 135px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}
.case-number {
  color: var(--r);
  font: 800 54px/1 Montserrat;
}
.case-side small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.case-side strong {
  color: var(--ink);
  word-break: break-word;
}
.case-copy {
  display: grid;
  gap: 70px;
}
.case-copy article {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}
.case-copy p {
  max-width: 800px;
  margin-top: 24px;
  font-size: 18px;
}
.case-results-section {
  background: color-mix(in srgb,var(--soft) 52%,var(--bg));
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.result-card {
  display: grid;
  min-height: 220px;
  align-content: end;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--card);
}
.result-card strong {
  color: var(--ink);
  font: 800 clamp(27px,3vw,43px)/1.05 Montserrat;
}
.result-card span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}
@media (max-width:1080px) {
  .brand-logo {
    max-width: 180px;
  }
  .brand-logo img {
    height: 50px !important;
  }
  .nav nav a {
    padding-inline: 10px;
    font-size: 13px;
  }
  .nav-actions {
    gap: 8px;
  }
}

@media (max-width:980px) {
  :root {
    --head: 82px;
  }
  .brand-logo {
    max-width: 205px;
  }
  .brand-logo img {
    height: 55px !important;
  }
  .detail-hero-grid,.detail-content-grid,.case-story-grid {
    grid-template-columns: 1fr;
  }
  .detail-identity {
    min-height: 390px;
  }
  .case-side {
    position: static;
  }
  .results-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:700px) {
  :root {
    --head: 74px;
  }
  .brand-logo {
    max-width: 165px;
  }
  .brand-logo img {
    height: 47px !important;
  }
  .nav-actions {
    gap: 7px;
  }
  #theme,#menu {
    width: 40px;
    height: 40px;
  }
  .langs {
    display: none;
  }
  .footer-brand {
    max-width: 225px;
  }
  .footer-brand img {
    height: 76px !important;
  }
  .detail-hero {
    min-height: auto;
    padding: calc(var(--head) + 50px) 0 70px;
  }
  .detail-hero h1 {
    font-size: clamp(43px,13vw,69px);
  }
  .detail-identity {
    min-height: 320px;
  }
  .detail-icon {
    transform: scale(1.15);
  }
  .deliverable-grid,.results-grid {
    grid-template-columns: 1fr;
  }
  .case-window {
    padding: 12px;
  }
  .case-window .project-browser {
    min-height: 315px;
  }
  .case-window .project-browser-screen {
    min-height: 270px;
  }
  .case-float {
    right: -4px;
    bottom: 12px;
  }
  .case-copy {
    gap: 45px;
  }
  .case-copy article {
    padding-bottom: 40px;
  }
  .internal-hero:before {
    width: 220px;
    height: 220px;
  }
}

@media (max-width:420px) {
  .brand-logo {
    max-width: 144px;
  }
  .brand-logo img {
    height: 42px !important;
  }
  .nav {
    gap: 8px;
  }
}

.service-page-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px;
  background: radial-gradient(circle at 82% 16%,rgba(171,27,20,.13),transparent 34rem);
}
.service-page-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 75px;
  align-items: center;
}
.service-page-copy>p {
  max-width: 680px;
  margin-top: 26px;
  font-size: clamp(17px,1.5vw,21px);
}
.service-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.service-proof-row span {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb,var(--card) 80%,transparent);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.service-page-visual {
  position: relative;
  min-height: 560px;
}
.service-visual-orbit {
  position: absolute;
  border: 1px dashed rgba(171,27,20,.25);
  border-radius: 50%;
  animation: service-spin 18s linear infinite;
}
.service-visual-orbit:before,.service-visual-orbit:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--r);
  box-shadow: 0 0 0 7px rgba(171,27,20,.1);
}
.service-visual-orbit:before {
  top: 8%;
  left: 24%;
}
.service-visual-orbit:after {
  right: 5%;
  bottom: 26%;
}
.service-visual-window {
  position: absolute;
  inset: 68px 32px 66px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}
.service-window-bar {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}
.service-window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--soft);
}
.service-window-bar small {
  margin-left: auto;
  color: var(--muted);
}
.service-window-screen {
  position: relative;
  height: calc(100% - 45px);
  padding: 44px 38px;
  overflow: hidden;
  background: linear-gradient(140deg,rgba(171,27,20,.12),transparent 58%),var(--card);
}
.service-window-screen img {
  width: 80px;
  height: auto;
  margin-bottom: 18px;
}
.service-window-screen small {
  display: block;
  color: var(--r);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service-window-screen strong {
  display: block;
  max-width: 430px;
  margin-top: 14px;
  color: var(--ink);
  font: 800 clamp(32px,4vw,55px)/1.03 Montserrat;
}
.service-window-lines {
  display: grid;
  width: 57%;
  gap: 9px;
  margin-top: 26px;
}
.service-window-lines span {
  height: 8px;
  border-radius: 99px;
  background: var(--soft);
}
.service-window-lines span:nth-child(2) {
  width: 82%;
}
.service-window-lines span:nth-child(3) {
  width: 65%;
}
.service-window-screen>b {
  position: absolute;
  right: -74px;
  bottom: -100px;
  width: 285px;
  height: 285px;
  border: 46px solid var(--r);
  border-radius: 50%;
  opacity: .95;
}
.service-float-tag {
  position: absolute;
  z-index: 3;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb,var(--card) 88%,transparent);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  animation: float 5.5s ease-in-out infinite;
}
.tag-top {
  top: 18px;
  right: 0;
}
.tag-bottom {
  bottom: 12px;
  left: 0;
  animation-direction: reverse;
}
@keyframes service-spin {
  to {
    transform: rotate(360deg);
  }
}

.service-theme-redesign .service-window-screen {
  background: linear-gradient(135deg,rgba(171,27,20,.08) 49.5%,rgba(30,42,51,.08) 50.5%),var(--card);
}
.service-theme-redesign .service-window-screen>b {
  border-style: dashed;
  transform: rotate(18deg);
}
.service-theme-landing .service-window {
  transform: none;
}
.service-theme-landing .service-window-screen:after {
  content: '';
  position: absolute;
  right: 34px;
  top: 42px;
  width: 110px;
  height: 180px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
  box-shadow: 0 18px 32px rgba(0,0,0,.08);
}
.service-theme-identity .service-window-screen {
  background: radial-gradient(circle at 73% 62%,rgba(171,27,20,.22),transparent 18rem),var(--card);
}
.service-theme-identity .service-window-screen>b {
  right: -22px;
  bottom: -65px;
  width: 230px;
  height: 230px;
  border-width: 35px;
}
.service-fit-section {
  padding-top: 90px;
}
.service-fit-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: start;
}
.service-fit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.service-fit-card {
  min-height: 160px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}
.service-fit-card span {
  color: var(--r);
  font-weight: 800;
}
.service-fit-card p {
  margin-top: 30px;
  color: var(--ink);
  font-weight: 700;
}
.service-scope-section {
  background: color-mix(in srgb,var(--soft) 72%,transparent);
}
.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}
.service-scope-card {
  min-height: 320px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--card);
}
.scope-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: rgba(171,27,20,.09);
}
.scope-icon:before,.scope-icon:after,.scope-icon span {
  content: '';
  position: absolute;
  background: var(--r);
  border-radius: 99px;
}
.scope-icon:before {
  width: 25px;
  height: 3px;
  left: 16px;
  top: 18px;
}
.scope-icon:after {
  width: 18px;
  height: 3px;
  left: 16px;
  top: 28px;
}
.scope-icon span {
  width: 12px;
  height: 3px;
  left: 16px;
  top: 38px;
}
.service-scope-card small {
  display: block;
  margin-top: 30px;
  color: var(--r);
  font-weight: 800;
}
.service-scope-card h3 {
  margin-top: 9px;
  font-size: 25px;
}
.service-scope-card p {
  margin-top: 13px;
}
.service-outcome-section {
  background: #172027;
  color: #b5bec4;
}
.service-outcome-section h2 {
  color: #fff;
  font-size: clamp(40px,5vw,72px);
}
.service-outcome-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.service-outcome-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: end;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  background: radial-gradient(circle at 70% 20%,rgba(171,27,20,.55),transparent 42%),#202a31;
  overflow: hidden;
}
.outcome-symbol {
  position: absolute;
  right: -30px;
  top: -22px;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 50%;
  animation: service-spin 22s linear infinite;
}
.service-outcome-visual blockquote {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: #fff;
  font: 700 clamp(27px,3vw,42px)/1.15 Montserrat;
  letter-spacing: -.04em;
}
.service-outcome-list {
  margin-top: 26px;
}
.service-outcome-list li {
  color: #d3d9dc;
}
.service-steps-section .process {
  align-items: start;
}
.service-faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  align-items: start;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  color: var(--ink);
  font: 700 18px Montserrat;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: .2s;
}
.faq-item[open] summary span {
  transform: rotate(45deg);
  color: white;
  background: var(--r);
  border-color: var(--r);
}
.faq-item>p {
  padding: 0 52px 24px 0;
}
@media (max-width:980px) {
  .service-page-hero-grid,.service-fit-grid,.service-outcome-grid,.service-faq-grid {
    grid-template-columns: 1fr;
  }
  .service-page-visual {
    min-height: 500px;
  }
  .service-fit-cards {
    grid-template-columns: repeat(2,1fr);
  }
  .service-outcome-visual {
    min-height: 360px;
  }
}

@media (max-width:700px) {
  .service-page-hero {
    padding: 120px 0 75px;
  }
  .service-page-copy h1 {
    font-size: clamp(43px,13vw,66px);
  }
  .service-page-visual {
    min-height: 430px;
  }
  .service-visual-window {
    inset: 58px 4px 55px;
  }
  .service-window-screen {
    padding: 33px 24px;
  }
  .service-window-screen strong {
    max-width: 75%;
    font-size: clamp(28px,9vw,42px);
  }
  .service-window-screen img {
    width: 62px;
  }
  .service-window-screen>b {
    width: 220px;
    height: 220px;
    border-width: 34px;
    right: -82px;
    bottom: -90px;
  }
  .service-float-tag {
    padding: 11px 13px;
    font-size: 11px;
  }
  .service-fit-cards,.service-scope-grid {
    grid-template-columns: 1fr;
  }
  .service-fit-card {
    min-height: 130px;
  }
  .service-scope-card {
    min-height: 0;
  }
  .service-outcome-visual {
    min-height: 330px;
    padding: 28px;
  }
  .outcome-symbol {
    width: 190px;
    height: 190px;
  }
  .outcome-symbol img {
    width: 105px;
  }
  .faq-item summary {
    font-size: 16px;
  }
  .faq-item>p {
    padding-right: 10px;
  }
}

.case-hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  display: grid;
  align-items: center;
  padding: calc(var(--head) + 70px) 0 90px;
  background: radial-gradient(circle at 82% 24%,rgba(171,27,20,.16),transparent 32rem),
        var(--bg);
}
.case-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom,black,transparent 82%);
}
.case-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr);
  align-items: center;
  gap: 70px;
}
.case-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px,6vw,92px);
}
.case-hero-copy>p {
  max-width: 690px;
  margin-top: 26px;
  font-size: clamp(17px,1.5vw,21px);
}
.case-device-stage {
  position: relative;
  min-height: 590px;
}
.case-orbit {
  position: absolute;
  border: 1px dashed color-mix(in srgb,var(--r) 44%,transparent);
  border-radius: 50%;
  animation: case-spin 24s linear infinite;
}
.case-orbit:before,.case-orbit:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--r);
  box-shadow: 0 0 0 8px color-mix(in srgb,var(--r) 12%,transparent);
}
.orbit-one {
  inset: 35px 14px 30px 28px;
}
.orbit-one:before {
  top: 12%;
  left: 5%;
}
.orbit-one:after {
  right: 8%;
  bottom: 10%;
}
.orbit-two {
  inset: 92px 78px 88px 74px;
  animation-direction: reverse;
  animation-duration: 18s;
}
.orbit-two:before {
  right: -5px;
  top: 36%;
}
.orbit-two:after {
  left: 14%;
  bottom: -5px;
}
@keyframes case-spin {
  to {
    transform: rotate(360deg);
  }
}

.case-desktop {
  position: absolute;
  z-index: 2;
  inset: 62px 30px 72px 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--card);
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-5deg) rotateZ(-1.5deg);
}
.case-device-bar {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #182027;
  color: #bfc8cf;
}
.case-device-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #566169;
}
.case-device-bar small {
  margin-left: auto;
  font-size: 11px;
}
.case-site {
  position: relative;
  height: calc(100% - 43px);
  overflow: hidden;
  padding: 50px 42px;
  color: white;
  background: #25313a;
}
.case-site:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.12),transparent 58%);
  pointer-events: none;
}
.case-site-kicker {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .82;
}
.case-site>strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 520px;
  margin-top: 18px;
  font: 800 clamp(34px,4vw,64px)/1.02 Montserrat;
  color: white;
  letter-spacing: -.05em;
}
.case-site>p {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin-top: 18px;
  color: rgba(255,255,255,.75);
}
.case-site-button {
  position: relative;
  z-index: 2;
  display: block;
  width: 132px;
  height: 40px;
  margin-top: 26px;
  border-radius: 99px;
  background: white;
}
.case-site-art {
  position: absolute;
  right: -70px;
  bottom: -78px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 48px solid rgba(255,255,255,.2);
}
.case-site-art i {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 9px rgba(255,255,255,.12);
}
.case-site-art i:nth-child(1) {
  left: -70px;
  top: 30px;
}
.case-site-art i:nth-child(2) {
  left: 22px;
  top: -70px;
}
.case-site-art i:nth-child(3) {
  right: -30px;
  top: 40px;
}
.case-site-art i:nth-child(4) {
  left: 40px;
  bottom: -24px;
}
.case-site-mexia {
  background: linear-gradient(135deg,#31221e,#9d2c21);
}
.case-site-witness {
  background: linear-gradient(135deg,#071c35,#0e66a6);
}
.case-site-witness .case-site-button {
  background: #ffcd34;
}
.case-site-petro {
  background: linear-gradient(135deg,#073833,#17856c);
}
.case-site-logmine {
  background: linear-gradient(135deg,#151b22,#d77c1b);
}
.case-phone {
  position: absolute;
  z-index: 4;
  right: -2px;
  bottom: 22px;
  width: 176px;
  height: 350px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 34px;
  background: #0e1317;
  box-shadow: 0 28px 55px rgba(0,0,0,.28);
  transform: rotate(4deg);
}
.case-phone-notch {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 54px;
  height: 13px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #0e1317;
}
.case-phone-screen {
  height: 100%;
  padding: 54px 20px 22px;
  border-radius: 27px;
  color: white;
  overflow: hidden;
}
.case-phone-screen>span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .78;
}
.case-phone-screen>strong {
  display: block;
  margin-top: 13px;
  font: 800 24px/1.02 Montserrat;
  color: white;
  letter-spacing: -.04em;
}
.case-phone-screen>i {
  display: block;
  height: 8px;
  margin-top: 14px;
  border-radius: 99px;
  background: rgba(255,255,255,.24);
}
.case-phone-screen>i:nth-of-type(2) {
  width: 78%;
}
.case-phone-screen>i:nth-of-type(3) {
  width: 55%;
}
.case-floating-label {
  position: absolute;
  z-index: 5;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: color-mix(in srgb,var(--card) 88%,transparent);
  box-shadow: 0 15px 36px rgba(0,0,0,.13);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}
.label-top {
  right: 8px;
  top: 18px;
  animation: float 5.5s ease-in-out infinite;
}
.label-bottom {
  left: -4px;
  bottom: 28px;
  animation: float 6.3s ease-in-out infinite reverse;
}
.case-facts {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--line);
  background: color-mix(in srgb,var(--card) 78%,transparent);
  backdrop-filter: blur(16px);
}
.case-facts-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.case-facts article {
  display: grid;
  gap: 4px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}
.case-facts article:last-child {
  border-right: 0;
}
.case-facts small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.case-facts strong {
  color: var(--ink);
  font: 800 17px Montserrat;
}
.case-narrative-grid {
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 90px;
  align-items: start;
}
.case-index-card {
  position: sticky;
  top: 120px;
  display: grid;
  min-height: 300px;
  align-content: end;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--card);
  overflow: hidden;
}
.case-index-card:before {
  content: "";
  position: absolute;
  right: -58px;
  top: -62px;
  width: 180px;
  height: 180px;
  border: 28px solid var(--r);
  border-radius: 50%;
  opacity: .14;
}
.case-index-card>span {
  position: absolute;
  left: 28px;
  top: 23px;
  color: var(--r);
  font: 800 46px Montserrat;
}
.case-index-card small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.case-index-card strong {
  margin-top: 10px;
  color: var(--ink);
  font: 800 24px Montserrat;
}
.case-index-card p {
  margin-top: 7px;
  color: var(--muted);
}
.case-narrative-copy {
  display: grid;
  gap: 75px;
}
.case-copy-block {
  max-width: 820px;
}
.case-copy-block h2 {
  font-size: clamp(38px,5vw,68px);
}
.case-copy-block p {
  margin-top: 22px;
  font-size: 18px;
}
.case-strategy-section {
  background: var(--soft);
}
.case-strategy-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}
.case-strategy-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
}
.case-strategy-card>span {
  color: var(--r);
  font-weight: 800;
}
.case-strategy-card h3 {
  margin-top: 45px;
  font-size: 25px;
}
.case-strategy-card p {
  margin-top: 13px;
}
.case-experience-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}
.case-experience-visual {
  position: relative;
  min-height: 510px;
}
.experience-window {
  position: absolute;
  inset: 30px 12px 48px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}
.experience-top {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: #182027;
}
.experience-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #53606a;
}
.experience-content {
  height: calc(100% - 42px);
  padding: 45px;
}
.experience-content>span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .78;
}
.experience-content>strong {
  display: block;
  max-width: 500px;
  margin-top: 18px;
  font: 800 clamp(35px,4vw,58px)/1.03 Montserrat;
  color: white;
}
.experience-cards {
  position: absolute;
  right: 35px;
  bottom: 35px;
  display: grid;
  grid-template-columns: repeat(3,72px);
  gap: 10px;
}
.experience-cards i {
  height: 86px;
  border-radius: 14px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.case-experience-copy h2 {
  font-size: clamp(40px,5vw,72px);
}
.case-experience-copy>p {
  margin-top: 22px;
  font-size: 18px;
}
.case-feature-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.case-feature-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--card);
  color: var(--ink);
  font-weight: 700;
}
.case-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 50%;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(171,27,20,.11);
  color: var(--r);
  font-size: 12px;
}
.case-deliverables-section {
  background: #172027;
  color: #abb6bd;
}
.case-deliverables-section h2 {
  color: white;
}
.case-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.case-deliverable {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}
.case-deliverable span {
  color: #f1958f;
  font-weight: 800;
}
.case-deliverable strong {
  color: white;
  font: 700 18px Montserrat;
}
.result-card-rich {
  min-height: 245px;
  align-content: start;
}
.result-card-rich strong {
  font-size: clamp(30px,4vw,56px);
}
.result-card-rich p {
  margin-top: 22px;
  color: var(--text);
  font-size: 14px;
}
.next-case-section {
  padding: 85px 0;
  background: var(--soft);
}
.next-case {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.next-case h2 {
  font-size: clamp(42px,6vw,82px);
}
.next-case p {
  max-width: 650px;
  margin-top: 16px;
}
@media (max-width:1050px) {
  .case-hero-grid {
    grid-template-columns: 1fr;
  }
  .case-device-stage {
    min-height: 570px;
  }
  .case-narrative-grid {
    grid-template-columns: 1fr;
  }
  .case-index-card {
    position: relative;
    top: auto;
    min-height: 220px;
  }
  .case-experience-grid {
    grid-template-columns: 1fr;
  }
  .case-experience-visual {
    min-height: 500px;
  }
}

@media (max-width:760px) {
  .case-hero {
    min-height: auto;
    padding-top: calc(var(--head) + 48px);
  }
  .case-hero-copy h1 {
    font-size: clamp(43px,13vw,68px);
  }
  .case-device-stage {
    min-height: 460px;
  }
  .case-desktop {
    inset: 48px 6px 55px 0;
  }
  .case-site {
    padding: 34px 25px;
  }
  .case-site>strong {
    font-size: 36px;
  }
  .case-site>p {
    font-size: 13px;
    max-width: 65%;
  }
  .case-phone {
    width: 135px;
    height: 280px;
    right: -4px;
  }
  .case-phone-screen {
    padding: 48px 14px 18px;
  }
  .case-phone-screen>strong {
    font-size: 19px;
  }
  .case-floating-label {
    font-size: 10px;
  }
  .label-bottom {
    bottom: 15px;
  }
  .case-facts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .case-facts article:nth-child(2) {
    border-right: 0;
  }
  .case-facts article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .case-strategy-grid,.case-deliverables-grid {
    grid-template-columns: 1fr;
  }
  .case-experience-visual {
    min-height: 410px;
  }
  .experience-content {
    padding: 30px;
  }
  .experience-content>strong {
    font-size: 36px;
  }
  .experience-cards {
    right: 20px;
    bottom: 22px;
    grid-template-columns: repeat(3,48px);
  }
  .experience-cards i {
    height: 58px;
  }
  .case-brand-stamp {
    width: 105px;
  }
  .next-case {
    align-items: flex-start;
    flex-direction: column;
  }
  .next-case .btn {
    width: 100%;
  }
}

@media (max-width:430px) {
  .case-device-stage {
    min-height: 405px;
  }
  .case-desktop {
    inset: 38px 0 52px;
  }
  .case-device-bar small {
    display: none;
  }
  .case-site>strong {
    font-size: 29px;
  }
  .case-site>p {
    display: none;
  }
  .case-site-art {
    width: 210px;
    height: 210px;
    border-width: 34px;
  }
  .case-phone {
    width: 112px;
    height: 235px;
  }
  .case-phone-screen>strong {
    font-size: 16px;
  }
  .case-orbit {
    display: none;
  }
  .case-facts-grid {
    grid-template-columns: 1fr;
  }
  .case-facts article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .case-facts article:last-child {
    border-bottom: 0;
  }
  .case-experience-visual {
    min-height: 355px;
  }
  .experience-content>strong {
    font-size: 30px;
  }
  .experience-cards {
    display: none;
  }
}

.brand-orbit {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 330px;
  height: 330px;
  border: 2px dashed rgba(171,27,20,.28);
  border-radius: 50%;
  pointer-events: none;
  display: none;
}
.screen-brand {
  width: 180px;
  max-width: 55%;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.08));
  display: none;
}
.hero-symbol-dark {
  display: none;
}
html[data-theme=dark] .hero-symbol-light {
  display: none;
}
html[data-theme=dark] .hero-symbol-dark {
  display: block;
}
.screen:after {
  content: '';
  position: absolute;
  border: 52px solid var(--r);
  border-radius: 50%;
  right: -52px;
  bottom: -88px;
  width: 250px;
  height: 250px;
  border-width: 34px;
  opacity: .9;
}
.showcase .float {
  z-index: 3;
}
.studio-visual img,.about-hero-visual img,.identity-panel img {
  max-width: 72%;
  height: auto;
  object-fit: contain;
}
@media (max-width:700px) {
  .hero-symbol {
    width: 31%;
    max-width: 150px;
    right: 18px;
    bottom: 14px;
  }
  .screen:after {
    width: 190px;
    height: 190px;
    border-width: 26px;
    right: -34px;
    bottom: -60px;
  }
}

.contact-mascot {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg,var(--card),color-mix(in srgb,var(--soft) 70%,var(--card)));
  box-shadow: var(--shadow);
}
.contact-mascot img {
  position: relative;
  z-index: 2;
  width: min(60%,285px);
  height: auto;
  filter: drop-shadow(0 24px 35px rgba(0,0,0,.13));
}
.contact-dog-dark {
  display: none;
}
html[data-theme=dark] .contact-dog-light {
  display: none;
}
html[data-theme=dark] .contact-dog-dark {
  display: block;
}
.contact-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom,transparent,black 22%,black 78%,transparent);
  opacity: .55;
}
.contact-mascot>span {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  max-width: 235px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--ink);
  background: color-mix(in srgb,var(--card) 91%,transparent);
  box-shadow: 0 15px 35px rgba(0,0,0,.1);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.contact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.contact-facts span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb,var(--card) 74%,transparent);
  font-size: 12px;
  font-weight: 800;
}
.form-alert {
  display: grid;
  gap: 4px;
  padding: 17px 19px;
  border-radius: 15px;
  border: 1px solid var(--line);
}
.form-alert strong {
  color: var(--ink);
}
.form-alert span {
  font-size: 14px;
}
.form-alert.success {
  border-color: rgba(34,128,78,.3);
  background: rgba(34,128,78,.08);
}
.form-alert.error {
  border-color: rgba(171,27,20,.3);
  background: rgba(171,27,20,.07);
}
.field-error {
  color: var(--r);
  font-size: 12px;
  font-weight: 700;
}
.privacy-error {
  margin-top: -12px;
}
.contact-form [aria-invalid=true] {
  border-color: var(--r);
  box-shadow: 0 0 0 4px rgba(171,27,20,.07);
}
.form-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-submit {
  border: 0;
  cursor: pointer;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 24px;
}
.form-submit b {
  font-size: 20px;
}
@media (max-width:700px) {
  .contact-mascot {
    min-height: 330px;
  }
  .contact-mascot img {
    width: min(58%,220px);
  }
  .contact-mascot>span {
    right: 14px;
    bottom: 14px;
    max-width: 205px;
  }
}

.showcase .screen:after {
  display: none;
}
.hero-dog-wrap {
  position: absolute;
  right: 34px;
  bottom: 22px;
  width: 29%;
  max-width: 188px;
  opacity: .82;
  pointer-events: none;
}
.hero-dog {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 0;
  max-width: 260px;
  opacity: .98;
  transform: rotate(1deg);
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.10));
}
.hero-dog-dark {
  display: none;
}
html[data-theme=dark] .hero-dog-light {
  display: none;
}
html[data-theme=dark] .hero-dog-dark {
  display: block;
}
.hero-symbol {
  position: absolute;
  right: 26px;
  bottom: 18px;
  width: 34%;
  max-width: 205px;
  height: auto;
  opacity: .96;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.12));
  z-index: 1;
  display: none !important;
}
.screen-label {
  display: inline-block;
  color: var(--r);
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 8px;
}
.mobile-brand img,.studio-visual img,.about-hero-visual img,.identity-panel img,.contact-symbol img,.service-process-visual img,.outcome-symbol img,.case-brand-stamp {
  max-width: 100%;
  height: auto;
}
.mobile-brand img {
  height: 60px;
  object-fit: contain;
  width: 86px;
}
.studio-visual img,.about-hero-visual img,.identity-panel img,.contact-symbol img {
  width: 160px;
}
.case-brand-stamp {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: 8px;
  filter: drop-shadow(0 18px 25px rgba(0,0,0,.14));
  animation: float 6s ease-in-out infinite;
  width: 84px;
}
.outcome-symbol img {
  filter: drop-shadow(0 15px 25px rgba(0,0,0,.25));
  animation: service-spin 22s linear infinite reverse;
  width: 110px;
}
@media (max-width:700px) {
  .hero-dog-wrap {
    right: 18px;
    bottom: 16px;
    width: 23%;
    max-width: 108px;
  }
}

.hero-browser {
  --hero-rx: 0deg;
  --hero-ry: 0deg;
  --hero-lift: 0px;
  transform: perspective(1100px) rotateX(var(--hero-rx)) rotateY(var(--hero-ry)) rotateZ(-2deg) translateY(var(--hero-lift));
  transform-style: preserve-3d;
  transition: transform .22s ease-out,box-shadow .28s ease;
  will-change: transform;
}
.hero-browser:hover {
  box-shadow: 0 38px 95px rgba(25,25,20,.18);
}
.hero-brand-screen:after {
  display: none !important;
}
.hero-orbit i {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border: 3px solid var(--card);
  border-radius: 50%;
  background: var(--r);
  box-shadow: 0 5px 14px rgba(171,27,20,.26);
}
.orbit-a {
  width: 78%;
  aspect-ratio: 1;
  animation: hero-orbit 15s linear infinite;
}
.orbit-a i:first-child {
  top: 5%;
  left: 27%;
}
.orbit-a i:last-child {
  right: 4%;
  bottom: 29%;
}
.orbit-b {
  width: 92%;
  aspect-ratio: 1;
  border-style: dashed;
  opacity: .58;
  animation: hero-orbit 22s linear infinite reverse;
}
.orbit-b i:first-child {
  top: 17%;
  right: 12%;
  width: 8px;
  height: 8px;
}
.orbit-b i:last-child {
  bottom: 8%;
  left: 30%;
  width: 8px;
  height: 8px;
  background: var(--ink);
}
.hero-spark {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--r);
  opacity: .56;
}
.spark-a {
  top: 24%;
  left: 13%;
  animation: hero-spark 3.8s ease-in-out infinite;
}
.spark-b {
  right: 14%;
  bottom: 19%;
  width: 5px;
  height: 5px;
  background: var(--ink);
  animation: hero-spark 4.7s ease-in-out infinite reverse;
}
.spark-c {
  right: 20%;
  top: 18%;
  width: 4px;
  height: 4px;
  animation: hero-spark 5.2s ease-in-out infinite;
}
.hero-dog-wrap,.hero-dog,.screen-label,.screen>h2,.screen>span:not(.hero-spark),.screen>button {
  display: none !important;
}
@keyframes hero-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-halo {
  50% {
    transform: scale(1.08);
    opacity: .68;
  }
}

@keyframes hero-spark {
  50% {
    transform: translateY(-8px);
    opacity: 1;
  }
}

@media (max-width:700px) {
  .hero-brand-screen {
    padding: 16px;
    background-size: auto,26px 26px,26px 26px,auto;
  }
  .hero-brand-stage {
    width: min(90%,330px);
  }
  .hero-round-logo {
    width: 56%;
  }
  .hero-orbit i {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .hero-orbit,.hero-brand-halo,.hero-spark {
    animation: none !important;
  }
  .hero-browser {
    transform: rotate(-2deg) !important;
  }
}

.detail-hero h1 {
  max-width: 820px;
  font-size: clamp(43px,5vw,76px);
  line-height: 1.03;
}
.service-page-copy h1 {
  max-width: 760px;
  font-size: clamp(42px,4.8vw,72px);
  line-height: 1.03;
}
@media (max-width:700px) {
  .hero h1 {
    font-size: clamp(38px,10.8vw,56px);
  }
  .section-head h2 {
    font-size: clamp(32px,9vw,48px);
  }
  .internal-hero h1 {
    font-size: clamp(36px,10vw,54px);
  }
  .detail-hero h1 {
    font-size: clamp(36px,10vw,55px);
  }
  .service-page-copy h1 {
    font-size: clamp(36px,10vw,54px);
  }
  .contact h2 {
    font-size: clamp(34px,9.5vw,50px);
  }
}

.expanded-service-cards {
  grid-template-columns: repeat(3,1fr);
}
.expanded-service-cards .card {
  min-height: 310px;
}
.expanded-service-cards .card h3 {
  margin-top: 34px;
}
.site-type-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.site-type-card {
  position: relative;
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  overflow: hidden;
  transition: .22s;
}
.site-type-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171,27,20,.34);
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
}
.site-type-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: rgba(171,27,20,.09);
  color: var(--r);
  font-size: 22px;
  font-weight: 800;
}
.site-type-card h3 {
  margin-top: 30px;
  font-size: 22px;
}
.site-type-card p {
  margin-top: 12px;
}
.site-type-note {
  max-width: 920px;
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--r);
  border-radius: 0 14px 14px 0;
  background: color-mix(in srgb,var(--card) 75%,transparent);
  color: var(--muted);
}
.carousel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.carousel-arrow:hover {
  transform: translateY(-2px);
  background: var(--r);
  border-color: var(--r);
}
.carousel-count b {
  color: white;
  font-size: 17px;
}
.project-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  padding: 5px max(0px,calc((100vw - var(--max))/2)) 20px 0;
  outline: none;
}
.project-carousel::-webkit-scrollbar {
  display: none;
}
.carousel-project-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 45px;
  background: radial-gradient(circle at 72% 18%,rgba(171,27,20,.48),transparent 35%),linear-gradient(145deg,#2a363e,#10161a);
}
.carousel-browser {
  width: min(100%,650px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: #f7f5f1;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  transform: rotate(-1.5deg);
  transition: .4s;
}
.carousel-project:hover .carousel-browser {
  transform: rotate(0deg) translateY(-5px);
}
.carousel-screen {
  position: relative;
  display: grid;
  min-height: 355px;
  align-content: end;
  padding: 38px;
  overflow: hidden;
  background: linear-gradient(135deg,#fff,#eee9e3);
}
.carousel-project-tag {
  color: var(--r);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.carousel-screen>strong {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin-top: 12px;
  color: #1e2a33;
  font: 800 clamp(32px,4vw,62px)/1.02 Montserrat;
}
.carousel-art {
  position: absolute;
  right: -32px;
  top: 25px;
  width: 220px;
  height: 220px;
  transform: rotate(12deg);
}
.carousel-art i {
  position: absolute;
  border-radius: 20px;
  background: rgba(171,27,20,.12);
  border: 1px solid rgba(171,27,20,.18);
}
.carousel-art i:nth-child(1) {
  inset: 0 55px 70px 0;
}
.carousel-art i:nth-child(2) {
  inset: 65px 0 0 75px;
}
.carousel-art i:nth-child(3) {
  width: 50px;
  height: 50px;
  right: 15px;
  top: 5px;
  background: var(--r);
}
.carousel-art i:nth-child(4) {
  width: 40px;
  height: 40px;
  left: 35px;
  bottom: 5px;
  border-radius: 50%;
}
.carousel-floating-chip {
  position: absolute;
  right: 20px;
  bottom: 24px;
  padding: 13px 17px;
  border-radius: 14px;
  color: white;
  background: var(--r);
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
  font-size: 12px;
  font-weight: 800;
}
.carousel-project-copy {
  display: grid;
  align-content: center;
  padding: 48px;
}
.carousel-project-copy p {
  margin-top: 20px;
  color: #aeb8be;
  font-size: 17px;
}
.carousel-project-copy .project-tags {
  margin-top: 28px;
}
.carousel-project-copy .project-link {
  margin-top: 32px;
}
.project-theme-bennys-pet-market .carousel-project-visual {
  background: radial-gradient(circle at 70% 15%,rgba(225,157,87,.55),transparent 38%),linear-gradient(145deg,#40322a,#15110f);
}
.project-theme-bennys-pet-market .carousel-screen {
  background: linear-gradient(135deg,#fff8ed,#ead9c5);
}
.project-theme-bennys-pet-market .carousel-art i {
  background: rgba(198,122,53,.14);
  border-color: rgba(198,122,53,.22);
}
.project-theme-cmic-durango .carousel-project-visual {
  background: radial-gradient(circle at 72% 15%,rgba(42,106,78,.62),transparent 38%),linear-gradient(145deg,#273a32,#101714);
}
.project-theme-cmic-durango .carousel-screen {
  background: linear-gradient(135deg,#f7fbf8,#dce9e1);
}
.project-theme-cmic-durango .carousel-art i {
  background: rgba(42,106,78,.12);
  border-color: rgba(42,106,78,.22);
}
.project-theme-cmic-durango .carousel-art i:nth-child(3) {
  background: #2a6a4e;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: .25s;
}
.carousel-dots button.active {
  width: 34px;
  background: var(--r);
}
.design-board {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--card);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}
.design-board-top,.conversation-top {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}
.design-board-top>span,.conversation-top>i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--soft);
}
.design-board-top small,.conversation-top small {
  margin-left: auto;
  color: var(--muted);
}
.design-board-canvas {
  position: relative;
  height: 455px;
  background: linear-gradient(135deg,rgba(171,27,20,.04),transparent),var(--card);
}
.design-grid,.about-system-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 34px 34px;
  opacity: .42;
}
.design-swatch {
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.swatch-red {
  left: 12%;
  top: 18%;
  background: var(--r);
  transform: rotate(-8deg);
}
.swatch-dark {
  right: 13%;
  top: 15%;
  background: #1e2a33;
  transform: rotate(7deg);
}
.design-type {
  position: absolute;
  left: 37%;
  top: 31%;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  color: var(--ink);
  font: 800 58px Montserrat;
}
.design-card-mini {
  position: absolute;
  left: 17%;
  bottom: 11%;
  display: grid;
  width: 230px;
  gap: 11px;
  padding: 26px;
  border-radius: 22px;
  background: var(--soft);
  transform: rotate(4deg);
}
.design-card-mini span {
  height: 9px;
  border-radius: 99px;
  background: color-mix(in srgb,var(--muted) 30%,transparent);
}
.design-card-mini span:nth-child(2) {
  width: 75%;
}
.design-card-mini span:nth-child(3) {
  width: 55%;
}
.design-cursor {
  position: absolute;
  right: 18%;
  bottom: 18%;
  color: var(--r);
  font-size: 30px;
  animation: cursor-drift 4s ease-in-out infinite;
}
.design-cursor small {
  display: block;
  margin-left: 15px;
  padding: 5px 8px;
  border-radius: 8px;
  color: white;
  background: var(--r);
  font-size: 10px;
}
@keyframes cursor-drift {
  50% {
    transform: translate(-24px,-18px);
  }
}

.package-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg,color-mix(in srgb,var(--card) 88%,transparent),color-mix(in srgb,var(--soft) 60%,var(--card)));
  box-shadow: 0 24px 65px rgba(0,0,0,.08);
}
.package-preview p {
  margin-top: 18px;
}
.package-preview-prices {
  display: grid;
  gap: 12px;
}
.package-preview-prices article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
}
.package-preview-prices small {
  color: var(--muted);
  font-weight: 700;
}
.package-preview-prices strong {
  color: var(--ink);
}
.service-mosaic,.about-system,.pricing-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg,var(--card),color-mix(in srgb,var(--soft) 70%,var(--card)));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mosaic-card {
  position: absolute;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--card);
  box-shadow: 0 18px 45px rgba(0,0,0,.09);
  animation: mosaic-float 5s ease-in-out infinite;
}
.mosaic-card small {
  align-self: end;
  color: var(--r);
  font-weight: 800;
  letter-spacing: .08em;
}
.mosaic-card strong {
  align-self: start;
  color: var(--ink);
  font: 800 42px Montserrat;
}
.mosaic-web {
  left: 11%;
  top: 12%;
  transform: rotate(-7deg);
}
.mosaic-social {
  right: 11%;
  top: 9%;
  transform: rotate(7deg);
  animation-delay: -1s;
}
.mosaic-ads {
  left: 18%;
  bottom: 9%;
  transform: rotate(5deg);
  animation-delay: -2s;
}
.mosaic-brand {
  right: 15%;
  bottom: 11%;
  transform: rotate(-5deg);
  animation-delay: -3s;
}
.mosaic-path {
  position: absolute;
  inset: 22%;
  border: 2px dashed rgba(171,27,20,.23);
  border-radius: 40% 60% 55% 45%;
  animation: path-spin 18s linear infinite;
}
@keyframes mosaic-float {
  50% {
    translate: 0 -9px;
  }
}

@keyframes path-spin {
  to {
    transform: rotate(360deg);
  }
}

.about-system-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 140px;
  height: 140px;
  place-items: center;
  transform: translate(-50%,-50%) rotate(-5deg);
  border-radius: 32px;
  color: white;
  background: var(--r);
  font: 800 75px Montserrat;
  box-shadow: 0 24px 55px rgba(171,27,20,.28);
}
.about-chip {
  position: absolute;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  box-shadow: 0 14px 35px rgba(0,0,0,.09);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.chip-idea {
  left: 7%;
  top: 13%;
  transform: rotate(-5deg);
}
.chip-code {
  right: 6%;
  top: 19%;
  transform: rotate(5deg);
}
.chip-grow {
  left: 12%;
  bottom: 12%;
  transform: rotate(3deg);
}
.about-system-cursor {
  position: absolute;
  right: 18%;
  bottom: 15%;
  color: var(--r);
  font-size: 34px;
  animation: cursor-drift 4.5s ease-in-out infinite reverse;
}
.contact-conversation {
  min-height: 430px;
  padding-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.message {
  max-width: 74%;
  margin: 28px;
  padding: 17px 20px;
  border-radius: 18px;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.07);
}
.message-client {
  margin-right: auto;
  background: var(--soft);
  border-bottom-left-radius: 5px;
}
.message-zuhu {
  margin-left: auto;
  color: white;
  background: var(--r);
  border-bottom-right-radius: 5px;
  animation: message-pop 4s ease-in-out infinite;
}
.message-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 55px 28px 0;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}
.message-composer b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--r);
}
@keyframes message-pop {
  50% {
    transform: translateY(-7px);
  }
}

.service-page-visual .service-visual-orbit {
  display: none;
}
.service-abstract-icon {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 120px;
  height: 120px;
}
.service-abstract-icon i {
  position: absolute;
  border: 1px solid rgba(171,27,20,.25);
  background: rgba(171,27,20,.08);
}
.service-abstract-icon i:nth-child(1) {
  inset: 0 35px 35px 0;
  border-radius: 24px;
}
.service-abstract-icon i:nth-child(2) {
  inset: 38px 0 0 38px;
  border-radius: 50%;
}
.service-abstract-icon i:nth-child(3) {
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border-radius: 12px;
  background: var(--r);
}
.outcome-check {
  display: grid !important;
  place-items: center !important;
  width: 125px !important;
  height: 125px !important;
  border-radius: 34px !important;
  color: white !important;
  background: var(--r) !important;
  font: 800 60px Montserrat !important;
}
.case-brand-shape {
  display: flex !important;
  gap: 7px !important;
  align-items: flex-end !important;
  padding: 15px !important;
  border-radius: 18px !important;
  background: var(--card) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,.12) !important;
}
.case-brand-shape i {
  display: block;
  width: 17px;
  border-radius: 99px;
  background: var(--r);
}
.case-brand-shape i:nth-child(1) {
  height: 35px;
}
.case-brand-shape i:nth-child(2) {
  height: 58px;
}
.case-brand-shape i:nth-child(3) {
  height: 45px;
}
.mock-bennys,.mock-cmic {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  align-items: center;
  padding: 40px;
}
.pet-paw {
  display: grid;
  width: 105px;
  height: 105px;
  place-items: center;
  border-radius: 35px;
  color: white;
  background: #c47b43;
  font-size: 48px;
  box-shadow: 0 18px 35px rgba(0,0,0,.12);
}
.product-pills {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.product-pills span {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #ead7c5;
}
.product-pills span:nth-child(2) {
  background: #d7c4aa;
}
.product-pills span:nth-child(3) {
  background: #f0e4d8;
}
.course-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 118px;
}
.course-grid span {
  height: 86px;
  border-radius: 15px;
  background: #2a6a4e;
}
.course-grid span:nth-child(2) {
  background: #d1a93d;
}
.course-grid span:nth-child(3) {
  grid-column: 1/-1;
  height: 42px;
  background: #dce9e1;
}
.course-pills {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.course-pills span {
  padding: 7px 10px;
  border-radius: 99px;
  background: #dce9e1;
  color: #2a6a4e;
  font-size: 10px;
  font-weight: 800;
}
.packages-hero {
  background: radial-gradient(circle at 80% 25%,rgba(171,27,20,.13),transparent 30rem),var(--bg);
}
.pricing-ticket {
  position: absolute;
  display: grid;
  width: 150px;
  height: 175px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--card);
  box-shadow: 0 20px 45px rgba(0,0,0,.1);
  z-index: 2;
}
.pricing-ticket small {
  align-self: end;
  color: var(--r);
  font-weight: 800;
}
.pricing-ticket strong {
  align-self: start;
  color: var(--ink);
  font: 800 55px Montserrat;
}
.ticket-a {
  left: 10%;
  top: 17%;
  transform: rotate(-9deg);
}
.ticket-b {
  right: 10%;
  top: 11%;
  transform: rotate(8deg);
}
.ticket-c {
  left: 37%;
  bottom: 8%;
  transform: rotate(2deg);
}
.pricing-line {
  position: absolute;
  inset: 18%;
  border: 2px dashed rgba(171,27,20,.24);
  border-radius: 50%;
  animation: path-spin 18s linear infinite;
}
.pricing-section:nth-of-type(even) {
  background: color-mix(in srgb,var(--soft) 45%,var(--bg));
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.pricing-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--card);
  transition: .22s;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.pricing-card.featured {
  border-color: var(--r);
  box-shadow: 0 20px 55px rgba(171,27,20,.14);
}
.pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 9px;
  border-radius: 99px;
  color: white;
  background: var(--r);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.pricing-card h3 {
  padding-right: 35px;
  font-size: 24px;
}
.pricing-price {
  display: block;
  margin-top: 18px;
  color: var(--r);
  font: 800 23px Montserrat;
}
.pricing-card>p {
  margin-top: 18px;
  min-height: 84px;
}
.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}
.pricing-card li {
  position: relative;
  padding-left: 20px;
}
.pricing-card li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--r);
  font-weight: 800;
}
.pricing-card .btn {
  margin-top: auto;
}
.pricing-disclaimer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
}
.whatsapp-float {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  color: white;
  background: #25d366;
  box-shadow: 0 15px 38px rgba(0,0,0,.22);
  text-decoration: none;
  font-weight: 800;
  transition: .22s;
}
.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}
.whatsapp-float span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 20px;
}
.case-site-pet {
  background: linear-gradient(135deg,#fff7ec,#e9d3bb) !important;
  color: #382a23 !important;
}
.case-site-education {
  background: linear-gradient(135deg,#eff8f2,#cfe4d8) !important;
  color: #183e2e !important;
}
@media (max-width:1050px) {
  .expanded-service-cards {
    grid-template-columns: repeat(2,1fr);
  }
  .pricing-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .carousel-project {
    grid-template-columns: 1fr;
  }
  .carousel-project-visual {
    min-height: 430px;
  }
  .carousel-project-copy {
    padding: 38px;
  }
}

@media (max-width:760px) {
  .site-type-grid {
    grid-template-columns: 1fr 1fr;
  }
  .carousel-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .carousel-controls {
    margin: 0 0 25px;
  }
  .project-carousel {
    padding-right: 0;
  }
  .carousel-project {
    flex-basis: 100%;
    min-height: 0;
  }
  .carousel-project-visual {
    min-height: 340px;
    padding: 20px;
  }
  .carousel-screen {
    min-height: 280px;
    padding: 25px;
  }
  .carousel-project-copy {
    padding: 28px;
  }
  .package-preview {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 35px;
  }
  .service-mosaic,.about-system,.pricing-visual {
    min-height: 360px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card {
    min-height: 0;
  }
  .pricing-disclaimer {
    align-items: flex-start;
    flex-direction: column;
  }
  .whatsapp-float b {
    display: none;
  }
  .whatsapp-float {
    padding: 9px;
    right: 14px;
    bottom: 14px;
  }
  .design-board {
    min-height: 400px;
  }
  .design-board-canvas {
    height: 355px;
  }
}

@media (max-width:520px) {
  .expanded-service-cards,.site-type-grid {
    grid-template-columns: 1fr;
  }
  .site-type-card {
    min-height: 200px;
  }
  .carousel-screen>strong {
    font-size: 34px;
  }
  .carousel-art {
    width: 150px;
    height: 150px;
  }
  .carousel-floating-chip {
    right: 8px;
    bottom: 12px;
  }
  .mosaic-card {
    width: 118px;
    height: 118px;
  }
  .mosaic-card strong {
    font-size: 32px;
  }
  .about-system-mark {
    width: 105px;
    height: 105px;
    font-size: 54px;
  }
  .message {
    max-width: 84%;
    margin-inline: 18px;
  }
  .message-composer {
    margin-inline: 18px;
  }
  .pricing-ticket {
    width: 112px;
    height: 135px;
  }
  .pricing-ticket strong {
    font-size: 40px;
  }
}

@media (min-width:981px) {
  :root {
    --head: 98px;
  }
  header#header {
    height: 98px;
  }
  header#header.scrolled {
    height: 78px;
  }
  .nav {
    transition: height .28s ease;
  }
  .brand-logo {
    max-width: 245px;
    transition: max-width .28s ease;
  }
  .brand-logo img {
    height: 70px !important;
    transition: height .28s ease;
  }
  header.scrolled .brand-logo {
    max-width: 190px;
  }
  header.scrolled .brand-logo img {
    height: 54px !important;
  }
  .nav nav {
    gap: 5px;
  }
  .nav nav>a,.nav-parent {
    padding-inline: 10px !important;
    font-size: 13px !important;
  }
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-parent {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}
.nav-parent span {
  font-size: 14px;
  transition: transform .2s;
}
.nav-dropdown:hover .nav-parent,.nav-dropdown:focus-within .nav-parent,.nav-dropdown.active .nav-parent {
  color: var(--r);
  background: rgba(171,27,20,.08);
}
.nav-dropdown:hover .nav-parent span,.nav-dropdown:focus-within .nav-parent span {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  display: grid;
  width: 330px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb,var(--card) 96%,transparent);
  box-shadow: 0 28px 70px rgba(20,25,28,.18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,-8px);
  transition: .22s;
  backdrop-filter: blur(20px);
}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0);
}
.nav-dropdown-menu a {
  display: grid !important;
  gap: 2px;
  padding: 11px 13px !important;
  border-radius: 13px !important;
  text-decoration: none !important;
  background: transparent !important;
}
.nav-dropdown-menu a:hover {
  background: rgba(171,27,20,.08) !important;
}
.nav-dropdown-menu small {
  color: var(--r);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-dropdown-menu span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.nav-dropdown-menu .dropdown-all {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--line);
  border-radius: 12px 12px 4px 4px !important;
}
.nav-dropdown-menu .dropdown-all b {
  color: var(--r);
}
.mobile-project-menu {
  border-bottom: 1px solid var(--line);
}
.mobile-project-menu summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 4px;
  color: var(--ink);
  font: 800 clamp(22px,5vw,34px)/1.1 Montserrat;
  cursor: pointer;
  list-style: none;
}
.mobile-project-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-project-menu summary>span {
  width: 28px;
  color: var(--r);
  font: 800 11px DM Sans;
  letter-spacing: .08em;
}
.mobile-project-menu summary>b {
  margin-left: auto;
  color: var(--r);
  font: 500 24px DM Sans;
  transition: transform .2s;
}
.mobile-project-menu[open] summary>b {
  transform: rotate(45deg);
}
.mobile-project-menu>div {
  display: grid;
  padding: 0 0 14px 46px;
}
#mobile .mobile-project-menu a {
  padding: 10px 4px;
  border: 0;
  color: var(--text);
  font: 700 16px/1.25 DM Sans;
}
#mobile .mobile-project-menu a:hover {
  color: var(--r);
}
@media (max-width:1080px) and (min-width:981px) {
  .brand-logo {
    max-width: 205px;
  }
  .brand-logo img {
    height: 61px !important;
  }
  .nav nav>a,.nav-parent {
    font-size: 12px !important;
    padding-inline: 8px !important;
  }
}

.nav nav > a.active::after,
.nav-dropdown.active > .nav-parent::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 4px !important;
  width: calc(100% - 22px) !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 99px !important;
  background: var(--r) !important;
  transform: translateX(-50%) !important;
}
.nav nav > a,.nav-parent {
  position: relative;
}
.services-mega-menu {
  left: 0;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 650px;
  transform: translate(0,-8px);
}
.nav-dropdown-services:hover .services-mega-menu,
.nav-dropdown-services:focus-within .services-mega-menu {
  transform: translate(0,0);
}
.projects-dropdown-menu {
  width: 345px;
}
.menu-group {
  display: grid;
  align-content: start;
  padding: 5px;
}
.menu-group + .menu-group {
  border-left: 1px solid var(--line);
  padding-left: 15px;
}
.menu-group-title {
  display: block;
  padding: 8px 12px 6px;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}
.services-mega-menu .menu-packages-link {
  position: relative;
  margin-top: 5px;
  border-top: 1px solid var(--line);
  padding-top: 14px !important;
}
.services-mega-menu .menu-packages-link b {
  position: absolute;
  right: 13px;
  top: 18px;
  color: var(--r);
}
.mobile-submenu {
  border-bottom: 1px solid var(--line);
}
.mobile-submenu summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 4px;
  color: var(--ink);
  font: 800 clamp(22px,5vw,34px)/1.1 Montserrat;
  cursor: pointer;
  list-style: none;
}
.mobile-submenu summary::-webkit-details-marker {
  display: none;
}
.mobile-submenu summary>span {
  width: 28px;
  color: var(--r);
  font: 800 11px DM Sans;
  letter-spacing: .08em;
}
.mobile-submenu summary>b {
  margin-left: auto;
  color: var(--r);
  font: 500 24px DM Sans;
  transition: transform .2s;
}
.mobile-submenu[open] summary>b {
  transform: rotate(45deg);
}
.mobile-submenu>div {
  display: grid;
  padding: 0 0 14px 46px;
}
#mobile .mobile-submenu a {
  padding: 10px 4px;
  border: 0;
  color: var(--text);
  font: 700 16px/1.25 DM Sans;
}
#mobile .mobile-submenu a:hover {
  color: var(--r);
}
.project-carousel-section {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}
.carousel-count {
  min-width: 66px;
  color: #9fabb2;
  font-size: 13px;
  text-align: center;
  display: none !important;
}
@media (max-width:1180px) {
  .nav nav {
    display: none !important;
  }
  #menu {
    display: grid !important;
  }
}

@media (min-width:1181px) {
  #menu {
    display: none !important;
  }
}

@media (max-width:1320px) and (min-width:1181px) {
  .brand-logo {
    max-width: 215px !important;
  }
  .brand-logo img {
    height: 62px !important;
  }
  .nav nav>a,.nav-parent {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }
}

.nav nav > a.active::after,
.nav-dropdown.active > .nav-parent::after,
.nav nav a.active:after {
  display: none !important;
  content: none !important;
}
.nav nav>a.active,
.nav-dropdown.active>.nav-parent {
  color: var(--r) !important;
  background: rgba(171,27,20,.08) !important;
}
@media (min-width:1451px) {
  :root {
    --head: 112px;
  }
  header#header {
    height: 112px;
  }
  header#header.scrolled {
    height: 82px;
  }
  .brand-logo {
    max-width: 330px !important;
    flex: 0 0 330px;
  }
  .brand-logo img {
    width: 100% !important;
    height: 94px !important;
    object-fit: contain;
  }
  header.scrolled .brand-logo {
    max-width: 235px !important;
    flex-basis: 235px;
  }
  header.scrolled .brand-logo img {
    height: 66px !important;
  }
}

@media (max-width:1450px) {
  .nav nav {
    display: none !important;
  }
  #menu {
    display: grid !important;
  }
}

@media (min-width:1451px) {
  #menu {
    display: none !important;
  }
}

@media (max-width:700px) {
  .brand-logo {
    max-width: 205px !important;
  }
  .brand-logo img {
    height: 62px !important;
  }
}

.project-browser-screen {
  height: calc(100% - 42px);
  position: relative;
  overflow: hidden;
}
.case-client-logo {
  margin-bottom: 22px;
}
.case-site>.case-client-logo+ .case-site-kicker {
  margin-top: 0;
}
.client-logo-bennys-pet-market {
  background: rgba(255,255,255,.88);
  border-color: rgba(30,42,51,.12);
}
.client-logo-bennys-pet-market img {
  filter: none;
}
.client-logo-mexia-foundation {
  background: rgba(255,255,255,.92);
  border-color: rgba(30,42,51,.1);
}
.client-logo-cmic-durango,.client-logo-witness-electrical,.client-logo-petrologia-avanzada {
  background: rgba(20,27,32,.84);
}
.client-logo-logmine {
  background: rgba(255,255,255,.9);
  border-color: rgba(30,42,51,.1);
}
@media (max-width:760px) {
  .client-logo,.project-card-client-logo,.case-client-logo {
    max-width: 180px;
    min-height: 52px;
    padding: 9px 12px;
  }
  .client-logo img,.project-card-client-logo img,.case-client-logo img {
    max-width: 150px;
    max-height: 44px;
  }
  .carousel-screen .client-logo {
    top: 18px;
    left: 18px;
  }
  .carousel-screen .carousel-project-tag {
    margin-top: 70px;
  }
}

.client-logo,
.project-card-client-logo,
.case-client-logo {
  position: relative;
  z-index: 4;
  width: max-content;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(20,27,32,.78);
  box-shadow: 0 16px 34px rgba(0,0,0,.15);
  backdrop-filter: blur(12px);
  max-width: 168px !important;
  max-height: 64px !important;
  min-height: 50px !important;
  padding: 8px 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.client-logo img,
.project-card-client-logo img,
.case-client-logo img {
  display: block !important;
  max-width: 140px !important;
  max-height: 34px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
.carousel-screen .client-logo {
  position: absolute;
  top: 18px !important;
  left: 18px !important;
}
.carousel-screen .carousel-project-tag {
  margin-top: 64px !important;
}
.project-card-client-logo {
  position: absolute;
  top: 16px !important;
  left: 16px !important;
}
.project-card-visual,.case-site {
  overflow: hidden;
}
@media (max-width:700px) {
  .hero-brand-name {
    font-size: 18px;
  }
  .client-logo,
  .project-card-client-logo,
  .case-client-logo {
    max-width: 150px !important;
    max-height: 58px !important;
    min-height: 44px !important;
    padding: 7px 10px !important;
  }
  .client-logo img,
  .project-card-client-logo img,
  .case-client-logo img {
    max-width: 126px !important;
    max-height: 30px !important;
  }
}

.hero-brand-screen {
  padding: 28px;
  background: radial-gradient(circle at 50% 48%,rgba(171,27,20,.09),transparent 40%),
    linear-gradient(var(--line) 1px,transparent 1px),
    linear-gradient(90deg,var(--line) 1px,transparent 1px),
    var(--card);
  background-size: auto,34px 34px,34px 34px,auto;
  display: grid;
  place-items: center;
}
.hero-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(171,27,20,.22);
  border-radius: 50%;
  pointer-events: none;
  opacity: .45;
}
@media (max-width:700px) {
  .hero-brand-stage {
    gap: 14px !important;
    padding: 18px 14px;
  }
  .hero-round-logo {
    width: min(48%, 180px) !important;
    max-width: 180px !important;
  }
  .hero-brand-name {
    font-size: clamp(28px,8vw,40px) !important;
  }
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(42px,4.15vw,68px) !important;
  line-height: 1.04 !important;
}
.section-head h2 {
  max-width: 800px;
  font-size: clamp(34px,3.65vw,56px) !important;
  line-height: 1.08 !important;
}
.internal-hero h1 {
  max-width: 820px;
  font-size: clamp(40px,4.25vw,66px) !important;
  line-height: 1.05 !important;
}
.detail-hero h1,
.service-page-copy h1 {
  max-width: 840px;
  font-size: clamp(39px,4.35vw,68px) !important;
  line-height: 1.05 !important;
}
.case-copy h2 {
  font-size: clamp(30px,3.25vw,49px) !important;
  line-height: 1.1 !important;
}
.contact h2 {
  color: white;
  max-width: 700px;
  font-size: clamp(34px,3.65vw,56px) !important;
  line-height: 1.08 !important;
}
.carousel-project-copy h3 {
  margin-top: 12px;
  color: white;
  font-size: clamp(31px,3.45vw,50px) !important;
  line-height: 1.04 !important;
}
.package-preview h2 {
  font-size: clamp(32px,3.45vw,50px) !important;
  line-height: 1.08 !important;
}
.project-card-content strong,
.project-visual strong {
  font-size: clamp(26px,3vw,46px) !important;
}
@media (max-width:700px) {
  .hero h1 {
    font-size: clamp(36px,9.4vw,50px) !important;
  }
  .section-head h2 {
    font-size: clamp(30px,8.1vw,43px) !important;
  }
  .internal-hero h1 {
    font-size: clamp(33px,8.8vw,48px) !important;
  }
  .detail-hero h1,
  .service-page-copy h1 {
    font-size: clamp(33px,8.8vw,49px) !important;
  }
  .contact h2 {
    font-size: clamp(31px,8.2vw,44px) !important;
  }
  .carousel-project-copy h3 {
    font-size: clamp(29px,8vw,42px) !important;
  }
}

.trust {
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg,var(--rd),var(--r)) !important;
  border-color: transparent !important;
}
.trust-grid div {
  padding: 22px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff !important;
}
.trust-grid div+div {
  border-left: 1px solid rgba(255,255,255,.18);
}
#servicios {
  background: linear-gradient(180deg,rgba(171,27,20,.045),transparent 30%,transparent 70%,rgba(171,27,20,.04));
}
.site-types-section {
  background: linear-gradient(145deg,rgba(171,27,20,.12),rgba(171,27,20,.035) 58%,var(--bg));
}
.studio {
  overflow: hidden;
  background: linear-gradient(155deg,var(--bg),rgba(171,27,20,.09));
}
.package-preview-section {
  padding-top: 25px;
  background: linear-gradient(180deg,rgba(171,27,20,.05),rgba(171,27,20,.12));
}
footer {
  padding: 70px 0 35px;
  background: linear-gradient(180deg,rgba(171,27,20,.06),rgba(171,27,20,.14)) !important;
}
.project-carousel-section,
.dark-page-hero,
.project-detail-hero {
  background: radial-gradient(circle at 78% 18%,rgba(255,255,255,.10),transparent 30rem),linear-gradient(145deg,#7e130e,#3a0a08 72%,#1b0706) !important;
}
.project-carousel-section .section-head p,
.dark-page-hero,
.project-detail-hero {
  color: #f0d4d1 !important;
}
.carousel-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: .2s;
  border-color: rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.10) !important;
}
.carousel-project {
  flex: 0 0 min(100%,1080px);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 34px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.15) !important;
}
@media (max-width:700px) {
  .hero-brand-stage {
    gap: 14px !important;
  }
  .hero-brand-name {
    font-size: clamp(29px,8.5vw,42px) !important;
  }
  .hero-round-logo {
    width: min(48%,180px) !important;
    max-width: 180px !important;
  }
  .trust-grid div+div {
    border-left: 0;
  }
}

.services-landing-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--head) + 78px) 0 100px;
  background: linear-gradient(110deg, var(--bg) 0 68%, color-mix(in srgb, var(--r) 14%, var(--bg)) 68% 100%) !important;
}
.services-landing-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}
.services-landing-grid h1 {
  max-width: 800px;
  font-size: clamp(44px,5.3vw,76px);
}
.services-landing-grid p {
  max-width: 690px;
  margin: 25px 0 32px;
  font-size: 18px;
}
.services-compass {
  position: relative;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(145deg,var(--card),color-mix(in srgb,var(--soft) 72%,var(--card)));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.services-compass:before,.services-compass:after {
  content: '';
  position: absolute;
  inset: 55px;
  border: 1px dashed rgba(171,27,20,.25);
  border-radius: 50%;
}
.services-compass:after {
  inset: 105px;
  border-style: solid;
  opacity: .5;
}
.compass-center {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  transform: translate(-50%,-50%);
  border-radius: 30px;
  color: #fff;
  background: var(--r);
  font: 800 28px Montserrat,sans-serif;
  box-shadow: 0 24px 50px rgba(171,27,20,.26);
}
.compass-node {
  position: absolute;
  z-index: 2;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--card);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 16px 36px rgba(0,0,0,.09);
}
.node-web {
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
}
.node-marketing {
  right: 42px;
  bottom: 96px;
}
.node-brand {
  left: 42px;
  bottom: 96px;
}
.services-compass>i {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--r);
  box-shadow: 0 0 0 7px rgba(171,27,20,.09);
}
.services-compass>i:nth-of-type(1) {
  top: 30%;
  left: 21%;
}
.services-compass>i:nth-of-type(2) {
  top: 24%;
  right: 23%;
}
.services-compass>i:nth-of-type(3) {
  bottom: 21%;
  left: 49%;
}
.services-paths {
  padding-top: 70px;
}
.service-path-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.service-path {
  position: relative;
  display: grid;
  min-height: 270px;
  grid-template-columns: 42px 1fr auto;
  gap: 18px;
  align-items: end;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  color: var(--text);
  background: var(--card);
  text-decoration: none;
  transition: .25s;
  overflow: hidden;
}
.service-path:before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(171,27,20,.08);
}
.service-path:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(171,27,20,.32);
}
.service-path>span {
  align-self: start;
  color: var(--r);
  font-weight: 800;
}
.service-path h2 {
  font-size: clamp(25px,2.2vw,35px);
}
.service-path p {
  margin-top: 13px;
}
.service-path>b {
  color: var(--r);
  font-size: 22px;
}
.path-marketing {
  background: linear-gradient(145deg,var(--card),rgba(171,27,20,.05));
}
.path-brand {
  background: linear-gradient(145deg,var(--card),color-mix(in srgb,var(--soft) 70%,var(--card)));
}
.service-category-section {
  background: linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--soft) 42%,var(--bg)));
}
.web-service-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  align-items: stretch;
}
.web-service-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--card);
  transition: .22s;
}
.web-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171,27,20,.32);
  box-shadow: 0 22px 50px rgba(0,0,0,.07);
}
.web-service-featured {
  grid-row: auto;
  min-height: 360px;
  padding: 30px;
  background: linear-gradient(145deg,var(--r),#7f120d);
  color: #f7d8d5;
}
.web-service-featured h3,.web-service-featured .web-service-includes strong {
  color: #fff;
}
.web-service-featured .web-service-top span,.web-service-featured .web-service-top small {
  color: #fff;
}
.web-service-featured .web-service-includes span {
  border-color: rgba(255,255,255,.2);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.web-service-featured .card-link,.web-service-featured .service-quick-contact {
  color: #fff;
}
.web-service-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.web-service-card h3 {
  margin-top: 32px;
  font-size: clamp(27px,2.5vw,38px);
}
.web-service-card>p {
  margin-top: 16px;
}
.web-service-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.web-service-includes strong {
  width: 100%;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.web-service-includes span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--bg);
  font-size: 12px;
}
.web-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-top: 26px;
  padding-top: 0;
}
.service-quick-contact {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.grouped-services-section {
  background: var(--bg);
}
.grouped-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.compact-service-list {
  display: grid;
  gap: 14px;
}
.compact-service-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  transition: .22s;
}
.compact-service-card:hover {
  transform: translateX(4px);
  border-color: rgba(171,27,20,.35);
}
.compact-service-card h3 {
  font-size: 22px;
}
.compact-service-card p {
  margin-top: 8px;
}
.compact-service-card>a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--r);
  text-decoration: none;
}
.service-guide-section {
  padding-top: 35px;
}
.service-guide {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  padding: 52px;
  border-radius: 34px;
  background: linear-gradient(135deg,#86140f,var(--r));
  color: #f8d7d4;
}
.service-guide h2 {
  color: #fff;
  font-size: clamp(38px,4vw,62px);
}
.service-guide p {
  margin: 18px 0 28px;
}
.service-guide .eyebrow {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}
.scenario-list {
  display: grid;
  gap: 10px;
}
.scenario-list>div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}
.scenario-list strong {
  color: #fff;
  text-align: right;
}
.services-pricing-preview {
  background: linear-gradient(180deg,color-mix(in srgb,var(--soft) 46%,var(--bg)),var(--bg));
}
.service-price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.service-price-card {
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
}
.service-price-card.featured {
  border-color: rgba(171,27,20,.38);
  box-shadow: 0 18px 45px rgba(171,27,20,.09);
}
.service-price-card h3 {
  font-size: 24px;
}
.service-price-card>strong {
  display: block;
  margin-top: 20px;
  color: var(--r);
  font: 800 22px Montserrat;
}
.service-price-card p {
  margin-top: 15px;
}
@media (max-width:980px) {
  .services-landing-grid,.service-guide,.grouped-services-grid {
    grid-template-columns: 1fr;
  }
  .service-path-grid {
    grid-template-columns: 1fr;
  }
  .web-service-grid {
    grid-template-columns: 1fr;
  }
  .web-service-featured {
    grid-row: auto;
    min-height: 0;
  }
  .service-price-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-compass {
    min-height: 400px;
  }
}

@media (max-width:700px) {
  .services-landing-hero {
    padding: calc(var(--head) + 50px) 0 70px;
  }
  .services-landing-grid h1 {
    font-size: clamp(39px,11vw,56px);
  }
  .services-compass {
    min-height: 335px;
  }
  .services-compass:before {
    inset: 38px;
  }
  .services-compass:after {
    inset: 78px;
  }
  .compass-center {
    width: 104px;
    height: 104px;
    font-size: 23px;
  }
  .compass-node {
    padding: 10px 13px;
  }
  .node-marketing {
    right: 20px;
    bottom: 68px;
  }
  .node-brand {
    left: 20px;
    bottom: 68px;
  }
  .service-path {
    min-height: 220px;
    padding: 24px;
  }
  .web-service-card,.web-service-featured {
    min-height: 0;
    padding: 26px;
  }
  .web-service-card h3 {
    margin-top: 30px;
  }
  .service-guide {
    padding: 30px 24px;
  }
  .scenario-list>div {
    grid-template-columns: 1fr;
  }
  .scenario-list strong {
    text-align: left;
  }
  .service-price-grid {
    grid-template-columns: 1fr;
  }
}

.hero h1,
.internal-hero h1,
.detail-hero h1,
.project-detail-hero h1,
.service-page-copy h1,
.services-landing-grid h1,
.legal-title h1 {
  max-width: 820px !important;
  font-size: var(--title-xl) !important;
  line-height: 1.08 !important;
}
.section-head h2,
.contact h2,
.service-guide h2,
.case-copy h2,
.service-category-section h2,
.grouped-services-section h2,
.services-pricing-preview h2,
.package-preview h2,
.story-grid h2,
.values-section h2 {
  max-width: 760px !important;
  font-size: var(--title-md) !important;
  line-height: 1.12 !important;
}
.service-path h2,
.web-service-card h3,
.carousel-project-copy h3,
.project-copy h2,
.project-copy h3,
.case-results-section h2,
.next-project h2 {
  font-size: var(--title-sm) !important;
  line-height: 1.15 !important;
}
.hero-copy {
  max-width: 720px;
}
.hero-copy>p,.internal-hero p,.detail-hero p,.services-landing-grid p {
  max-width: 680px;
}
@media (max-width:700px) {
  :root {
    --title-xl: clamp(34px,9.5vw,42px);
    --title-lg: clamp(32px,8.6vw,39px);
    --title-md: clamp(28px,7.8vw,36px);
    --title-sm: clamp(23px,6vw,30px);
  }
  .hero h1,
  .internal-hero h1,
  .detail-hero h1,
  .project-detail-hero h1,
  .service-page-copy h1,
  .services-landing-grid h1,
  .legal-title h1 {
    font-size: var(--title-xl) !important;
  }
  .section-head h2,.contact h2,.service-guide h2,.case-copy h2 {
    font-size: var(--title-md) !important;
  }
  .hero-brand-name {
    font-size: clamp(27px,8vw,36px) !important;
  }
}

@media (min-width:1121px) {
  :root {
    --head: 96px;
  }
  header#header {
    height: 96px;
  }
  header#header.scrolled {
    height: 78px;
  }
  .nav {
    gap: 16px;
  }
  .nav nav {
    display: flex !important;
    align-items: center;
    gap: 3px;
    min-width: 0;
  }
  #menu {
    display: none !important;
  }
  .brand-logo {
    flex: 0 0 248px !important;
    max-width: 248px !important;
  }
  .brand-logo img {
    width: 100% !important;
    height: 76px !important;
    object-fit: contain !important;
  }
  header.scrolled .brand-logo {
    flex-basis: 205px !important;
    max-width: 205px !important;
  }
  header.scrolled .brand-logo img {
    height: 59px !important;
  }
  .nav nav>a,.nav-parent {
    padding: 11px 8px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }
  .nav-actions {
    gap: 8px;
    flex: 0 0 auto;
  }
  .langs {
    font-size: 12px;
  }
}

@media (max-width:1120px) {
  .nav nav {
    display: none !important;
  }
  #menu {
    display: grid !important;
  }
}

@media (min-width:1500px) {
  .brand-logo {
    flex-basis: 278px !important;
    max-width: 278px !important;
  }
  .brand-logo img {
    height: 82px !important;
  }
  .nav nav {
    gap: 7px;
  }
  .nav nav>a,.nav-parent {
    padding-inline: 10px !important;
    font-size: 13px !important;
  }
}

.hero-brand-stage {
  position: relative;
  aspect-ratio: 1;
  transform: translateZ(34px);
  place-items: center;
  text-align: center;
  padding: 28px 24px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(94%,470px) !important;
  gap: 18px !important;
}
.hero-brand-name {
  display: block !important;
  position: relative !important;
  z-index: 3 !important;
  text-align: center !important;
  text-wrap: balance !important;
  order: 1 !important;
  font-size: clamp(32px,3.7vw,52px) !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  color: #171717 !important;
  font: 800 clamp(28px,2.75vw,42px)/1 'Montserrat',sans-serif !important;
  letter-spacing: -.035em !important;
}
.hero-round-logo {
  position: relative;
  z-index: 4;
  display: block;
  height: auto;
  border-radius: 50%;
  transition: transform .28s ease,filter .28s ease;
  margin-bottom: 0 !important;
  order: 2 !important;
  width: min(57%,300px) !important;
  max-width: 300px !important;
  filter: drop-shadow(0 14px 20px rgba(94,20,15,.16)) !important;
}
.hero-browser:hover .hero-round-logo {
  transform: scale(1.035) translateZ(18px);
  filter: drop-shadow(0 18px 26px rgba(94,20,15,.20)) !important;
}
.hero-brand-halo {
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(171,27,20,.08);
  filter: blur(18px);
  animation: hero-halo 4.6s ease-in-out infinite;
  opacity: .55;
  display: none !important;
}
html[data-theme=dark] .hero-brand-name {
  color: #fff !important;
}
@media (max-width:700px) {
  .hero-brand-stage {
    width: min(94%,350px) !important;
    gap: 12px !important;
  }
  .hero-brand-name {
    font-size: clamp(25px,7vw,34px) !important;
  }
  .hero-round-logo {
    width: min(55%,190px) !important;
    max-width: 190px !important;
  }
}

body.page-home .site-type-card {
  color: #dfe5e8;
  border-color: rgba(255,255,255,.09);
  background: linear-gradient(155deg,var(--zuhu-dark) 0%,var(--zuhu-dark-2) 100%);
  box-shadow: 0 22px 48px rgba(23,32,39,.18);
}
body.page-home .site-type-card:hover {
  border-color: rgba(171,27,20,.72);
  box-shadow: 0 26px 58px rgba(23,32,39,.28);
}
body.page-home .site-type-card h3 { color:#fff; }
body.page-home .site-type-card p { color:#c8d0d5; }
body.page-home .site-type-card .site-type-icon { color:#e5554c; }

.home-services-panel {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(145deg,#b91f17 0%,#981711 100%);
  box-shadow: 0 30px 70px rgba(125,20,15,.20);
}
.home-services-panel::before {
  content:"";
  position:absolute;
  top:-120px;
  right:-95px;
  width:300px;
  height:300px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
}
.home-services-panel::after {
  content:"";
  position:absolute;
  left:-90px;
  bottom:-145px;
  width:280px;
  height:280px;
  border:42px solid rgba(255,255,255,.06);
  border-radius:50%;
}
.home-services-panel .service-cards {
  position:relative;
  z-index:1;
  gap:18px;
}
body.page-home #servicios .card {
  min-height:310px;
  color:var(--text);
  border-color:rgba(30,42,51,.10);
  background:#fff;
  box-shadow:0 18px 38px rgba(71,15,11,.12);
}
body.page-home #servicios .card:hover {
  transform:translateY(-5px);
  border-color:rgba(171,27,20,.28);
  box-shadow:0 24px 50px rgba(71,15,11,.18);
}
body.page-home #servicios .card h3 { color:#202a32; }
body.page-home #servicios .card p { color:#4d5962; }
body.page-home #servicios .card .card-number { color:var(--r) !important; }
body.page-home #servicios .card .card-link {
  color:var(--r);
  font-weight:800;
}
body.page-home #servicios .card .service-icon {
  border-color:rgba(171,27,20,.18);
  background:rgba(171,27,20,.08);
}
body.page-home #servicios .card .service-icon span,
body.page-home #servicios .card .service-icon span::before,
body.page-home #servicios .card .service-icon span::after {
  border-color:var(--r);
  color:var(--r);
}
body.page-home #servicios .card .service-icon-1 span::after { background:var(--r); }
body.page-home #servicios .card .service-icon-2 span::before { background:#fff; }

