
:root {
  --ink: #08090b;
  --paper: #f2f0eb;
  --white: #fff;
  --muted: #999b9f;
  --line: rgba(255, 255, 255, .13);
  --acid: #b71218;
  --orange: #d63439;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 98px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 5vw;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand-logo { width: 68px; height: auto; object-fit: contain; }
.brand-name { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.35); font-size: 9px; line-height: 1.25; letter-spacing: 2px; font-weight: 700; }
.desktop-nav { display: flex; gap: 34px; font-size: 10px; font-weight: 700; letter-spacing: 1.7px; }
.desktop-nav a { position: relative; padding: 12px 0; color: #c5c5c5; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 0; height: 1px; background: var(--acid); transition: width .25s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { width: 100%; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { position: relative; padding: 12px 16px 12px 0; color: #c5c5c5; cursor: pointer; list-style: none; transition: color .25s ease; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary b { position: absolute; right: 0; top: 10px; color: var(--acid); font-size: 13px; line-height: 1; transition: transform .22s ease; }
.nav-dropdown[open] > summary, .nav-dropdown > summary:hover { color: #fff; }
.nav-dropdown[open] > summary b { transform: rotate(180deg); }
.nav-dropdown-menu { min-width: 285px; position: absolute; top: calc(100% + 7px); left: 50%; z-index: 30; display: grid; padding: 8px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.16); border-top: 2px solid var(--acid); background: rgba(11,12,15,.98); box-shadow: 0 18px 42px rgba(0,0,0,.4); backdrop-filter: blur(16px); }
.nav-dropdown-menu a { padding: 13px 14px; color: #d5d5d7; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 9px; line-height: 1.35; white-space: nowrap; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu a:hover { color: #fff; background: rgba(183,18,24,.16); }
.header-cta { border: 1px solid rgba(255,255,255,.4); padding: 13px 18px; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; transition: .25s ease; }
.header-cta span { color: var(--acid); padding-left: 10px; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.mobile-menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 900px; height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 140px 8vw 90px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 73% 42%, #20252c 0, #101318 31%, #07080a 65%); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,8,10,.88) 0%, rgba(7,8,10,.6) 41%, rgba(7,8,10,.08) 78%); }
.hero-network { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; }
.hero-network canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .96; }
.network-scan { position: absolute; top: -25%; bottom: -25%; left: -30%; width: 17%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(204,27,34,.15), rgba(255,255,255,.07), transparent); filter: blur(10px); }
.network-orbits { position: absolute; width: min(48vw, 720px); aspect-ratio: 1; right: -5vw; top: 12%; transform: rotate(-18deg) scaleY(.5); }
.network-orbits i { position: absolute; inset: 0; border: 1px solid rgba(205,29,36,.23); border-radius: 50%; box-shadow: 0 0 45px rgba(183,18,24,.08); }
.network-orbits i:nth-child(2) { inset: 13%; border-style: dashed; border-color: rgba(255,255,255,.13); }
.network-orbits i:nth-child(3) { inset: 29%; border-color: rgba(225,42,49,.35); }
.network-data { position: absolute; right: 2.6vw; bottom: 6%; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; color: rgba(255,255,255,.28); font-size: 7px; font-weight: 800; letter-spacing: 2px; }
.network-data span:first-child { color: rgba(232,55,61,.65); }
.hero-content { width: 100%; max-width: 1380px; margin: 0 auto; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: #a9aaae; font-size: 10px; font-weight: 800; letter-spacing: 2.3px; }
.eyebrow span { width: 24px; height: 2px; background: var(--acid); }
.hero h1 { margin: 0; max-width: 930px; font-size: clamp(58px, 7.5vw, 116px); font-weight: 950; line-height: .81; letter-spacing: -.075em; font-stretch: condensed; }
.hero h1 span { display: inline-block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.7); letter-spacing: -.035em; line-height: .92; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-bottom { margin-top: 48px; display: flex; align-items: center; gap: 48px; }
.hero-bottom p { max-width: 390px; color: #b3b4b8; font-size: 17px; line-height: 1.62; }
.hero-bottom strong { color: var(--white); }
.primary-button { display: inline-flex; gap: 24px; align-items: center; background: var(--acid); color: var(--white); padding: 18px 22px; font-size: 10px; font-weight: 900; letter-spacing: 1.6px; transition: transform .25s ease, background .25s ease; }
.primary-button:hover { transform: translateY(-3px); background: #d02026; }
.primary-button span { font-size: 18px; }
.hero-badge { position: absolute; right: 7vw; bottom: 15%; display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,8,10,.38); backdrop-filter: blur(14px); }
.hero-badge strong { font-size: 43px; line-height: .8; color: var(--acid); letter-spacing: -3px; }
.hero-badge span { color: #d7d7d7; font-size: 8px; line-height: 1.55; font-weight: 800; letter-spacing: 1.5px; }
.proof-strip { min-height: 74px; padding: 18px 4vw; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px; background: var(--acid); color: var(--white); font-size: 10px; font-weight: 950; letter-spacing: 1.8px; }
.proof-strip i { font-style: normal; font-size: 16px; }

.section { padding: 120px 7vw; }
.section-heading { max-width: 1380px; margin: 0 auto 65px; display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; }
.section-heading.compact { margin-bottom: 52px; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(40px, 5vw, 74px); line-height: .94; letter-spacing: -.055em; font-weight: 950; }
.section-heading h2 em, .about h2 em { display: inline-block; color: transparent; -webkit-text-stroke: 1px #777; letter-spacing: -.03em; line-height: 1; }
.section-intro { margin: 0 0 2px auto; max-width: 450px; color: #898b8f; font-size: 16px; line-height: 1.72; }

.services-section { background: var(--paper); color: var(--ink); }
.services-section .eyebrow { color: #5c5d60; }
.services-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2d2f33; border-left: 1px solid #2d2f33; }
.service-card { min-height: 410px; padding: 30px; display: flex; flex-direction: column; color: var(--white); background: var(--ink); border-right: 1px solid #2d2f33; border-bottom: 1px solid #2d2f33; transition: background .28s ease, color .28s ease, transform .28s ease, box-shadow .28s ease; }
.service-card:hover { color: var(--ink); background: var(--white); transform: translateY(-6px); }
.service-card-link { cursor: pointer; }
.service-more { width: max-content; margin-top: 20px; padding: 12px 15px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: #fff; background: var(--acid); border: 1px solid #df252b; box-shadow: 0 5px 0 #730b0f, 0 12px 24px rgba(183,18,24,.24); font-size: 12px; font-weight: 950; letter-spacing: 1.1px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.service-more b { color: #fff; font-size: 17px; }
.service-card:hover .service-more { color: #fff; background: #d3171d; }
.service-card-link:hover .service-more { transform: translateY(-2px); box-shadow: 0 7px 0 #730b0f, 0 15px 28px rgba(183,18,24,.3); }
.service-card-link:active .service-more { transform: translateY(3px); box-shadow: 0 2px 0 #730b0f, 0 7px 14px rgba(183,18,24,.22); }
.service-top { display: flex; justify-content: space-between; color: #9a9ca1; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.service-card:hover .service-top { color: #6f7074; }
.service-top i { font-style: normal; font-size: 19px; color: var(--orange); }
.service-icon-wrap { width: 86px; height: 86px; position: relative; margin: 35px auto 30px; display: grid; place-items: center; color: #f0f0f2; border: 1px solid #34363b; border-radius: 50%; transition: color .3s ease, border-color .3s ease, transform .3s ease, background .3s ease; }
.service-icon-wrap::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(183,18,24,.55); border-radius: 50%; transition: transform .6s ease, border-color .3s ease; }
.service-icon { width: 48px; height: 48px; position: relative; z-index: 1; }
.service-card:hover .service-icon-wrap { color: var(--acid); border-color: var(--acid); background: rgba(183,18,24,.035); transform: translateY(-4px); }
.service-card:hover .service-icon-wrap::before { border-color: rgba(183,18,24,.85); transform: rotate(35deg); }
.service-card h3 { margin: auto 0 15px; text-align: center; font-size: 27px; line-height: 1.05; letter-spacing: .015em; font-weight: 950; }
.service-card p { min-height: 70px; margin: 0 0 25px; color: #b5b6b8; font-size: 15px; line-height: 1.58; transition: color .28s ease; }
.service-card:hover p { color: #5f6064; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; }
.tags span { padding: 6px 8px; border: 1px solid #414349; color: #d0d1d3; font-size: 7px; font-weight: 800; letter-spacing: 1px; transition: color .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover .tags span { color: var(--acid); border-color: var(--acid); background: rgba(183,18,24,.035); }

.portfolio-section { position: relative; overflow: hidden; background: #0b0c0f; color: var(--white); }
.portfolio-section::before { content: ""; position: absolute; width: 680px; height: 680px; right: -330px; top: 130px; border: 1px solid rgba(183,18,24,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(183,18,24,.025), 0 0 0 160px rgba(255,255,255,.012); pointer-events: none; }
.portfolio-heading { max-width: 1560px; margin: 0 auto 75px; display: grid; grid-template-columns: 1.7fr .7fr; gap: 70px; align-items: end; }
.portfolio-heading h2 { margin: 0; max-width: 980px; font-size: clamp(48px, 6vw, 88px); line-height: .9; letter-spacing: -.062em; font-weight: 950; }
.portfolio-heading h2 em { color: var(--acid); font-style: normal; }
.portfolio-heading > p { margin: 0 0 4px; color: #9b9da1; font-size: 16px; line-height: 1.72; }
.case-list { max-width: 1560px; margin: 0 auto; display: grid; gap: 36px; }
.case-study { min-height: 720px; position: relative; display: grid; grid-template-columns: minmax(360px,.82fr) minmax(0,1.38fr); overflow: hidden; background: #111318; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 26px 80px rgba(0,0,0,.26); }
.case-study:nth-child(even) { grid-template-columns: minmax(0,1.38fr) minmax(360px,.82fr); }
.case-study:nth-child(even) .case-info { order: 2; }
.case-study:nth-child(even) .case-gallery { order: 1; }
.case-info { position: relative; z-index: 2; padding: 48px 44px 44px; display: flex; flex-direction: column; background: linear-gradient(145deg, #16181d, #0e1013); }
.case-info::after { content: ""; position: absolute; width: 165px; height: 165px; right: -82px; bottom: -82px; border: 1px solid rgba(183,18,24,.32); border-radius: 50%; }
.case-kicker { display: flex; align-items: center; gap: 13px; color: #9b9da2; font-size: 8px; font-weight: 900; line-height: 1.4; letter-spacing: 1.65px; }
.case-kicker span { min-width: 34px; color: var(--acid); font-size: 13px; letter-spacing: 0; }
.case-logo-box { width: 100%; max-width: 410px; height: 150px; margin: 34px 0 35px; display: flex; align-items: center; justify-content: flex-start; background: transparent; }
.case-logo-box img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; object-position: left center; filter: drop-shadow(0 9px 22px rgba(0,0,0,.38)); }
.case-megaseg .case-logo-box { max-width: 440px; height: 128px; }
.case-el-rey .case-logo-box, .case-max .case-logo-box { max-width: 330px; height: 172px; }
.case-el-rey .case-logo-box img { filter: drop-shadow(0 5px 18px rgba(0,0,0,.55)); }
.case-max .case-logo-box img { filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 9px 22px rgba(0,0,0,.45)); }
.case-info h3 { margin: 0; max-width: 480px; font-size: clamp(32px,3vw,49px); line-height: .95; letter-spacing: -.055em; font-weight: 950; }
.case-info > p { margin: 25px 0 0; color: #b3b5b9; font-size: 16px; line-height: 1.7; }
.case-info .case-result { margin-top: 22px; padding-left: 17px; border-left: 2px solid var(--acid); color: #85878c; font-size: 14px; }
.case-result strong { display: block; margin-bottom: 7px; color: #e4e4e5; font-size: 8px; letter-spacing: 1.6px; }
.case-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
.case-tags span { padding: 7px 9px; border: 1px solid #414349; color: #c5c6c9; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.case-actions { margin-top: auto; padding-top: 34px; display: grid; justify-items: start; gap: 13px; }
.case-cta { width: min(100%,300px); min-height: 46px; padding: 11px 14px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; border: 1px solid rgba(255,255,255,.12); background: var(--acid); box-shadow: 0 3px 0 #710b10, 0 9px 22px rgba(183,18,24,.2); font-size: 9px; font-weight: 950; letter-spacing: 1.35px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.case-cta span { color: #fff; font-size: 17px; }
.case-cta:hover { color: #fff; background: #cf1b22; transform: translateY(-1px); box-shadow: 0 4px 0 #710b10, 0 12px 26px rgba(183,18,24,.26); }
.case-instagram { width: min(100%, 265px); min-height: 50px; padding: 8px 11px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; color: #fff; border: 1px solid #e1306c; background: linear-gradient(105deg, #501dc0, #c51f55 57%, #e86225); box-shadow: 0 10px 28px rgba(197,31,85,.18); transition: filter .25s ease, transform .25s ease, box-shadow .25s ease; }
.case-instagram:hover { filter: brightness(1.12); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(197,31,85,.28); }
.case-instagram-icon { width: 24px; height: 24px; color: #fff; }
.case-instagram > span { min-width: 0; display: grid; gap: 4px; }
.case-instagram strong { font-size: 9px; line-height: 1.2; letter-spacing: 1.25px; }
.case-instagram small { color: rgba(255,255,255,.72); font-size: 6px; font-weight: 800; line-height: 1.2; letter-spacing: 1px; }
.case-instagram i { color: #fff; font-size: 14px; font-style: normal; }
.case-daily-note { width: min(100%,335px); margin: -2px 0 3px; display: grid; grid-template-columns: 8px auto; column-gap: 8px; align-items: center; color: #b8bac0; font-size: 7px; letter-spacing: 1px; }
.case-daily-note > i { width: 6px; height: 6px; grid-row: 1 / 3; display: block; border-radius: 50%; background: #e1306c; box-shadow: 0 0 0 4px rgba(225,48,108,.14); }
.case-daily-note strong { color: #f0f0f1; font-size: 7px; letter-spacing: 1.15px; }
.case-daily-note span { grid-column: 2; color: #777a80; font-size: 6px; font-weight: 800; }
.case-gallery { min-width: 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3px; background: #2a2c30; }
.case-gallery figure { min-width: 0; min-height: 0; position: relative; overflow: hidden; margin: 0; background: #07080a; }
.case-gallery img, .case-gallery video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.case-gallery figure:hover img, .case-gallery figure:hover video { transform: scale(1.045); }
.case-video { height: 720px; }
.case-video::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.72)); }
.case-gallery figcaption { position: absolute; z-index: 2; left: 15px; bottom: 14px; padding: 7px 9px; color: #fff; background: rgba(6,7,9,.78); backdrop-filter: blur(8px); font-size: 7px; font-weight: 900; letter-spacing: 1.2px; }
.case-video figcaption { display: flex; align-items: center; gap: 8px; }
.case-video figcaption i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #ed2d35; box-shadow: 0 0 0 5px rgba(237,45,53,.18); }
.case-stills { min-width: 0; display: grid; gap: 3px; grid-template-columns: 1fr; }
.case-stills figure { min-height: 0; }
.gallery-4 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); }
.gallery-5 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,1fr); }
.gallery-5 .case-stills figure:last-child { grid-column: 1 / -1; }
.gallery-6 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,1fr); }
.gallery-3 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); }
.gallery-3 .case-stills figure:last-child { grid-column: 1 / -1; }
.gallery-2 .case-stills { grid-template-rows: repeat(2,1fr); }
.case-el-rey .case-stills figure:first-child::after { content: "ORIGEN"; position: absolute; z-index: 2; right: 10px; top: 10px; padding: 5px 7px; color: white; background: var(--acid); font-size: 6px; font-weight: 950; letter-spacing: 1px; }
.case-rv-inmobiliario .case-kicker { margin-bottom: 38px; }

.case-waitingboys { border-color: rgba(237,45,53,.38); }
.wb-wordmark { margin: 16px 0 22px; color: #fff; font-size: clamp(31px,3vw,49px); font-weight: 950; line-height: .9; letter-spacing: -.055em; }
.wb-wordmark span { color: var(--acid); }
.case-waitingboys .case-info > p { margin-top: 18px; }
.wb-process { margin-top: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.wb-process article { min-height: 93px; padding: 12px 13px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.wb-process article::after { content: ""; width: 46px; height: 46px; position: absolute; right: -24px; bottom: -24px; border: 1px solid rgba(237,45,53,.35); border-radius: 50%; }
.wb-process span { display: block; margin-bottom: 6px; color: var(--acid); font-size: 9px; font-weight: 950; letter-spacing: 1px; }
.wb-process strong { display: block; color: #f2f2f3; font-size: 8px; line-height: 1.25; letter-spacing: 1px; }
.wb-process p { margin: 6px 0 0; color: #85878d; font-size: 11px; line-height: 1.4; }
.case-waitingboys .case-actions { padding-top: 20px; }
.wb-gallery { grid-template-columns: minmax(270px,.82fr) minmax(0,1.18fr); }
.wb-video video { object-fit: cover; background: #000; }
.wb-video-support img { object-fit: cover; }
.wb-assets { min-width: 0; height: auto; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); grid-auto-rows: auto; gap: 3px; }
.wb-assets figure { min-height: 0; grid-column: span 2; aspect-ratio: 9 / 16; }
.wb-assets figure:nth-last-child(-n+2) { grid-column: span 3; }
.wb-assets .wb-catalog { grid-column: 1 / -1; aspect-ratio: 1620 / 755; }
.wb-assets img { object-fit: cover; background: #0c0e12; }

@media (min-width: 981px) {
  .case-study, .case-study:nth-child(even) { height: 820px; min-height: 820px; grid-template-columns: minmax(410px,.78fr) minmax(0,1.42fr); }
  .case-study:nth-child(even) { grid-template-columns: minmax(0,1.42fr) minmax(410px,.78fr); }
  .case-info { min-height: 0; padding: 38px 36px; overflow: hidden; }
  .case-logo-box { height: 112px; margin: 24px 0; }
  .case-megaseg .case-logo-box { height: 100px; }
  .case-el-rey .case-logo-box, .case-max .case-logo-box { height: 128px; }
  .case-info h3 { font-size: clamp(32px,2.4vw,45px); }
  .case-info > p { margin-top: 19px; font-size: 15px; line-height: 1.58; }
  .case-info .case-result { margin-top: 17px; }
  .case-tags { margin-top: 20px; }
  .case-actions { padding-top: 22px; }
  .case-gallery { height: 820px; min-height: 0; align-items: stretch; }
  .case-video { height: 100%; min-height: 0; }
  .case-stills { height: 100%; min-height: 0; }
  .case-gallery img, .case-gallery video { object-fit: contain; }
  .case-gallery figure:hover img, .case-gallery figure:hover video { transform: none; }
  .case-waitingboys { height: auto; min-height: 0; grid-template-columns: minmax(440px,.82fr) minmax(0,1.38fr); }
  .case-waitingboys .case-info { order: 1; padding: 34px 32px; overflow: visible; }
  .case-waitingboys .case-gallery { height: auto; order: 2; grid-template-columns: minmax(270px,.82fr) minmax(0,1.18fr); grid-template-rows: auto minmax(0,1fr); }
  .case-waitingboys .wb-video { height: auto; aspect-ratio: 9 / 16; grid-column: 1; grid-row: 1; }
  .case-waitingboys .wb-video-support { grid-column: 1; grid-row: 2; }
  .case-waitingboys .wb-assets { grid-column: 2; grid-row: 1 / 3; }
  .case-list .case-study:not(.case-waitingboys) { grid-template-columns: minmax(410px,.78fr) minmax(0,1.42fr); }
  .case-list .case-study:not(.case-waitingboys) .case-info { order: 1; }
  .case-list .case-study:not(.case-waitingboys) .case-gallery { order: 2; }
  .case-list .case-megaseg { height: 920px; min-height: 920px; }
  .case-list .case-megaseg .case-gallery { height: 920px; }
  .case-list .case-megaseg .case-actions { margin-top: 18px; padding-top: 0; }
  .case-list .case-megaseg .case-cta { order: -1; }
}

.statement { height: 650px; padding: 90px 7vw; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--acid); color: var(--white); }
.statement > p { font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.statement h2 { position: relative; z-index: 2; margin: 15px 0 0; max-width: 1050px; font-size: clamp(49px, 7.5vw, 108px); line-height: .87; letter-spacing: -.07em; font-weight: 950; }
.statement h2 em { display: inline-block; color: transparent; -webkit-text-stroke: 1.5px var(--white); letter-spacing: -.025em; line-height: 1; }
.statement-word { position: absolute; right: -1vw; bottom: -16vw; color: rgba(255,255,255,.08); font-size: 52vw; line-height: 1; letter-spacing: -.15em; font-weight: 950; }

.process-section { background: var(--ink); }
.steps-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.step { min-height: 330px; padding: 26px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); touch-action: manipulation; transition: transform .38s cubic-bezier(.2,.8,.2,1), background .28s ease, box-shadow .38s ease; }
.step:hover { transform: translateY(-9px); background: #f5f4f1; box-shadow: 0 18px 34px rgba(0,0,0,.22); }
.step > span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.step-icon-wrap { width: 80px; height: 80px; position: relative; margin: 31px auto 25px; display: grid; place-items: center; color: var(--ink); border: 1px solid #c9c9c9; border-radius: 18px; transition: color .35s ease, border-color .35s ease, transform .45s cubic-bezier(.16,1,.3,1), box-shadow .35s ease; }
.step-icon-wrap::after { content: ""; position: absolute; width: 15px; height: 15px; right: -4px; top: -4px; border-top: 2px solid var(--acid); border-right: 2px solid var(--acid); }
.step-icon { width: 47px; height: 47px; }
.step:hover .step-icon-wrap { color: var(--acid); border-color: var(--acid); transform: rotate(-7deg) scale(1.16); box-shadow: 0 12px 25px rgba(183,18,24,.18); }
.step h3 { margin: auto 0 10px; text-align: center; font-size: 26px; letter-spacing: .035em; font-weight: 950; }
.step p { margin: 0; color: #505257; font-size: 14px; line-height: 1.62; }

.about { min-height: 730px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); color: var(--ink); }
.about-visual { min-height: 680px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at center, #2e3238, #090a0c 64%); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(183,18,24,.38); border-radius: 50%; transform: scaleY(.4) rotate(25deg); }
.about-visual::after { width: 90%; border-color: rgba(255,255,255,.09); transform: scaleY(.28) rotate(-40deg); }
.about-logo { position: relative; z-index: 2; width: min(67%, 580px); height: auto; filter: drop-shadow(0 24px 45px rgba(0,0,0,.36)); }
.about-caption { position: absolute; left: 30px; bottom: 25px; color: #aaa; font-size: 8px; font-weight: 800; letter-spacing: 1.8px; }
.about-copy { padding: 90px 7vw 80px; display: flex; flex-direction: column; justify-content: center; }
.about-copy .eyebrow { color: #5a5b5e; }
.about-copy > p:not(.eyebrow) { max-width: 610px; margin: 25px 0 0; color: #505257; font-size: 16px; line-height: 1.72; }
.about-personal { display: flow-root; }
.about-portrait { float: left; display: block; width: 200px; height: auto; max-width: min(100%, 250px); max-height: 250px; aspect-ratio: 1; object-fit: cover; margin: 0 24px 10px 0; border: 1px solid rgba(8,9,11,.12); border-radius: 4px; }
@media (max-width: 640px) {
  .about-portrait { float: none; width: 100%; max-width: none; max-height: none; margin: 0 0 24px; }
}
.tool-list { margin-top: 35px; display: flex; gap: 8px; flex-wrap: wrap; }
.tool-list span { padding: 8px 10px; border: 1px solid #c8c5bd; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }

.contact { min-height: 650px; padding: 100px 7vw 55px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #14161a; }
.contact::before { content: ""; position: absolute; width: 550px; height: 550px; border-radius: 50%; background: rgba(183,18,24,.22); filter: blur(110px); }
.contact > * { position: relative; z-index: 2; }
.eyebrow.light { color: #b8babd; }
.contact h2 { margin: 0; font-size: clamp(50px, 7vw, 100px); line-height: .88; letter-spacing: -.07em; font-weight: 950; }
.contact h2 em { color: var(--acid); }
.contact > p:not(.eyebrow) { margin: 30px 0; color: #a8aaae; font-size: 17px; line-height: 1.6; }
.contact-button { display: inline-flex; align-items: center; gap: 45px; padding: 19px 24px; background: var(--acid); color: var(--white); font-size: 10px; font-weight: 950; letter-spacing: 1.5px; transition: transform .25s ease; }
.contact-button:hover { transform: translateY(-4px); }
.contact-button span { font-size: 18px; }
.contact-whatsapp-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.contact-meta { width: calc(100% - 14vw); position: absolute; left: 7vw; bottom: 28px; display: flex; justify-content: space-between; color: #6f7176; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }

footer { min-height: 110px; padding: 25px 5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: #07080a; }
footer > p { margin: 0; color: #64666a; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; text-align: center; }
footer > p:last-child { text-align: right; }

.seo-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; background: #f2f0eb; color: var(--ink); }
.seo-copy { max-width: 690px; }
.seo-copy .eyebrow { color: #5c5d60; }
.seo-copy h2 { margin: 0 0 28px; font-size: clamp(39px, 4.3vw, 65px); line-height: .95; letter-spacing: -.055em; font-weight: 950; }
.seo-copy h2 em { color: var(--acid); font-style: normal; }
.seo-copy > p:not(.eyebrow) { color: #505257; font-size: 16px; line-height: 1.75; }
.faq-list { border-top: 1px solid #cac7c0; }
.faq-list details { border-bottom: 1px solid #cac7c0; }
.faq-list summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--acid); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 45px 24px 0; color: #55575b; font-size: 15px; line-height: 1.68; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 10px; padding: 9px 14px 9px 9px; background: #25d366; color: #07130b; border-radius: 100px; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .22s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.whatsapp-icon-circle { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: white; }
.whatsapp-icon-circle svg { width: 22px; height: 22px; color: #16a34a; }
.floating-whatsapp strong { font-size: 8px; letter-spacing: 1.2px; }
.back-to-top { width: 34px; height: 34px; position: fixed; right: 29px; bottom: 88px; z-index: 29; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.4); font-size: 17px; font-weight: 900; line-height: 1; box-shadow: 0 8px 22px rgba(0,0,0,.24); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease, color .25s ease, background .25s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { color: #fff; background: var(--acid); }

@media (max-width: 980px) {
  .site-header { gap: 18px; transition: background .25s ease; }
  .site-header.menu-open { background: #0b0c0f; }
  .brand { margin-right: auto; }
  .desktop-nav { display: none; }
  .mobile-menu-toggle {
    width: 46px; height: 46px; flex: 0 0 46px; position: relative; z-index: 2;
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); cursor: pointer;
  }
  .mobile-menu-toggle span { width: 19px; height: 2px; display: block; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav:not([hidden]) {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 1;
    display: grid; padding: 12px 5vw 22px; color: white; background: rgba(11,12,15,.98);
    border-top: 1px solid rgba(255,255,255,.08); border-bottom: 2px solid var(--acid);
    box-shadow: 0 24px 45px rgba(0,0,0,.38); backdrop-filter: blur(16px);
  }
  .mobile-nav a { display: flex; align-items: center; gap: 15px; padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 14px; font-weight: 900; letter-spacing: 1.7px; }
  .mobile-nav a:last-child { border-bottom: 0; }
  .mobile-nav a span { color: var(--acid); font-size: 9px; letter-spacing: 0; }
  .mobile-nav-dropdown { border-bottom: 1px solid rgba(255,255,255,.11); }
  .mobile-nav-dropdown > summary { display: flex; align-items: center; gap: 15px; padding: 18px 4px; color: #fff; cursor: pointer; list-style: none; font-size: 14px; font-weight: 900; letter-spacing: 1.7px; }
  .mobile-nav-dropdown > summary::-webkit-details-marker { display: none; }
  .mobile-nav-dropdown > summary span { color: var(--acid); font-size: 9px; letter-spacing: 0; }
  .mobile-nav-dropdown > summary strong { font: inherit; }
  .mobile-nav-dropdown > summary b { margin-left: auto; color: var(--acid); font-size: 20px; line-height: 1; transition: transform .2s ease; }
  .mobile-nav-dropdown[open] > summary b { transform: rotate(45deg); }
  .mobile-nav-dropdown-menu { display: grid; padding: 0 0 10px 25px; border-left: 1px solid rgba(183,18,24,.55); }
  .mobile-nav-dropdown-menu a { padding: 13px 10px; color: #c7c8cb; font-size: 11px; line-height: 1.35; letter-spacing: 1.25px; }
  .hero { min-height: 820px; padding-left: 6vw; padding-right: 6vw; }
  .hero h1 { font-size: clamp(58px, 11vw, 92px); }
  .hero-badge { right: 5vw; bottom: 8%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-intro { margin-left: 0; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 28px; }
  .portfolio-heading > p { max-width: 620px; }
  .case-study, .case-study:nth-child(even) { grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); }
  .case-study:nth-child(even) .case-info { order: 0; }
  .case-study:nth-child(even) .case-gallery { order: 0; }
  .case-info { padding: 38px 30px; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-waitingboys { grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr); }
  .case-waitingboys .case-gallery { grid-template-columns: 1fr; }
  .case-waitingboys .wb-video { height: auto; aspect-ratio: 9 / 16; }
  .case-waitingboys .wb-video-support { aspect-ratio: 16 / 9; }
  .case-waitingboys .wb-assets { grid-auto-rows: auto; }
  .case-video { height: 470px; }
  .case-stills { min-height: 370px; }
  .gallery-2 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 520px; }
  .seo-section { grid-template-columns: 1fr; gap: 55px; }
}

@media (min-width: 641px) and (max-width: 980px) {
  .hero h1 span { color: #c8c9cc; -webkit-text-fill-color: #c8c9cc; -webkit-text-stroke: 0; letter-spacing: -.025em; line-height: .98; }
  .section-heading h2 em, .about h2 em { -webkit-text-stroke: 0; letter-spacing: -.02em; line-height: 1.08; }
  .services-section .section-heading h2 em, .about h2 em { color: #65676c; -webkit-text-fill-color: #65676c; }
  .process-section .section-heading h2 em { color: #b8b9bd; -webkit-text-fill-color: #b8b9bd; }
  .statement h2 em { color: rgba(255,255,255,.78); -webkit-text-fill-color: rgba(255,255,255,.78); -webkit-text-stroke: 0; letter-spacing: -.02em; line-height: 1.06; }
}

@media (max-width: 640px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand-name { display: none; }
  .brand-logo { width: 58px; }
  .header-cta { padding: 11px 13px; }
  .mobile-menu-toggle { width: 43px; height: 43px; flex-basis: 43px; }
  .mobile-nav:not([hidden]) { padding: 8px 20px 18px; }
  .mobile-nav a { padding: 16px 3px; font-size: 13px; }
  .mobile-nav-dropdown > summary { padding: 16px 3px; font-size: 13px; }
  .hero { min-height: 760px; height: auto; padding: 135px 22px 105px; align-items: flex-start; }
  .hero::after { background: linear-gradient(90deg, rgba(7,8,10,.76), rgba(7,8,10,.22)); }
  .hero-network { background-size: 42px 42px; }
  .network-orbits { width: 115vw; right: -61vw; top: 15%; opacity: .72; }
  .network-data { display: none; }
  .eyebrow { font-size: 8px; line-height: 1.5; letter-spacing: 1.4px; }
  .hero h1 { margin-top: 55px; font-size: clamp(49px, 15.8vw, 72px); line-height: .89; letter-spacing: -.055em; }
  .hero h1 span { color: #c8c9cc; -webkit-text-fill-color: #c8c9cc; -webkit-text-stroke: 0; letter-spacing: -.025em; line-height: .98; }
  .hero-bottom { margin-top: 40px; display: block; }
  .hero-bottom p { font-size: 15px; }
  .primary-button { margin-top: 12px; }
  .hero-badge { display: none; }
  .proof-strip { justify-content: flex-start; gap: 12px 16px; }
  .section { padding: 80px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .about h2 { font-size: 39px; line-height: 1; letter-spacing: -.035em; }
  .section-heading h2 em, .about h2 em { -webkit-text-stroke: 0; letter-spacing: -.02em; line-height: 1.08; }
  .services-section .section-heading h2 em, .about h2 em { color: #65676c; -webkit-text-fill-color: #65676c; }
  .process-section .section-heading h2 em { color: #b8b9bd; -webkit-text-fill-color: #b8b9bd; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .service-icon-wrap { margin-top: 28px; margin-bottom: 24px; }
  .portfolio-heading { margin-bottom: 45px; }
  .portfolio-heading h2 { font-size: 42px; line-height: .95; letter-spacing: -.045em; }
  .portfolio-heading > p { font-size: 15px; }
  .case-list { gap: 22px; }
  .case-study, .case-study:nth-child(even) { min-height: 0; grid-template-columns: 1fr; }
  .case-info { padding: 32px 24px 35px; }
  .case-kicker { font-size: 7px; }
  .case-logo-box { width: 100%; height: 125px; margin: 27px 0; }
  .case-megaseg .case-logo-box { max-width: 100%; height: 105px; }
  .case-el-rey .case-logo-box, .case-max .case-logo-box { max-width: 270px; height: 145px; }
  .case-info h3 { font-size: 35px; line-height: .98; }
  .case-info > p { font-size: 15px; line-height: 1.68; }
  .case-actions { margin-top: 30px; padding-top: 0; }
  .case-instagram { width: min(100%, 265px); }
  .case-gallery { grid-template-columns: 1fr; }
  .case-waitingboys { grid-template-columns: 1fr; }
  .case-waitingboys .case-info { padding: 32px 20px 12px; }
  .case-waitingboys .case-info::after { display: none; }
  .wb-wordmark { margin: 14px 0 20px; font-size: 40px; }
  .wb-process { grid-template-columns: 1fr; gap: 6px; }
  .wb-process article { min-height: 0; padding: 13px 14px; }
  .wb-process p { font-size: 12px; }
  .case-waitingboys .case-result { margin-top: 22px; }
  .case-actions, .case-cta { width: 100%; }
  .case-waitingboys .case-gallery { grid-template-columns: 1fr; }
  .case-waitingboys .wb-video { height: auto; aspect-ratio: 9 / 16; }
  .case-waitingboys .wb-video-support { display: none; }
  .case-waitingboys .wb-video { order: 1; }
  .case-waitingboys .wb-assets { order: 2; height: auto; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: auto; }
  .case-waitingboys .wb-assets figure, .case-waitingboys .wb-assets figure:nth-last-child(-n+2) { grid-column: auto; aspect-ratio: 9 / 16; }
  .case-waitingboys .wb-assets .wb-catalog { grid-column: 1 / -1; aspect-ratio: 1620 / 755; }
  .case-video { height: 500px; }
  .case-waitingboys .wb-video { height: auto; }
  .case-stills { min-height: 0; }
  .gallery-5 .case-stills, .gallery-6 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,220px); }
  .gallery-4 .case-stills, .gallery-3 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,245px); }
  .gallery-2 .case-stills { grid-template-columns: repeat(2,1fr); grid-template-rows: 270px; }
  .case-gallery figcaption { left: 8px; bottom: 8px; max-width: calc(100% - 16px); line-height: 1.3; letter-spacing: .8px; }
  .statement { height: 520px; padding: 70px 20px; }
  .statement h2 { font-size: 48px; line-height: .94; letter-spacing: -.045em; }
  .statement h2 em { color: rgba(255,255,255,.78); -webkit-text-fill-color: rgba(255,255,255,.78); -webkit-text-stroke: 0; letter-spacing: -.02em; line-height: 1.06; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { min-height: 300px; }
  .about-visual { min-height: 390px; }
  .about-copy { padding: 75px 20px; }
  .about-logo { width: min(84%, 430px); min-width: 270px; display: block; opacity: 1; }
  .contact { min-height: 650px; padding: 80px 20px 90px; }
  .contact h2 { font-size: 51px; }
  .contact-meta { flex-direction: column; gap: 9px; }
  footer { grid-template-columns: 1fr; gap: 22px; padding: 35px 20px; text-align: center; }
  footer .brand { margin: auto; }
  footer > p:last-child { text-align: center; }
  .floating-whatsapp { width: 56px; height: 56px; right: 12px; bottom: 12px; justify-content: center; padding: 0; }
  .floating-whatsapp strong { display: none; }
  .whatsapp-icon-circle { width: 40px; height: 40px; }
  .whatsapp-icon-circle svg { width: 27px; height: 27px; }
  .back-to-top { width: 32px; height: 32px; right: 24px; bottom: 76px; font-size: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .step.touch-animate { animation: stepTap .7s cubic-bezier(.2,.8,.2,1); }
  .step.touch-animate .step-icon-wrap { color: var(--acid); border-color: var(--acid); animation: iconTap .7s cubic-bezier(.16,1,.3,1); }
  .hero-network { animation: networkGrid .95s linear infinite; }
  .network-scan { animation: rapidScan 3.2s linear infinite; }
  .network-orbits { animation: orbitShift 7s ease-in-out infinite alternate; }
  .network-orbits i:nth-child(2) { animation: ringTurn 6s linear infinite; }
  .network-orbits i:nth-child(3) { animation: ringTurn 4s linear infinite reverse; }
  @keyframes networkGrid { to { background-position: 54px 54px; } }
  @keyframes rapidScan { from { transform: translateX(0) skewX(-18deg); } to { transform: translateX(850vw) skewX(-18deg); } }
  @keyframes orbitShift { to { transform: rotate(2deg) scaleY(.57) scale(1.08); } }
  @keyframes ringTurn { to { transform: rotate(360deg); } }
  @keyframes stepTap { 35% { transform: scale(.975); } 70% { transform: scale(1.015); } }
  @keyframes iconTap { 35% { transform: rotate(-11deg) scale(1.2); box-shadow: 0 12px 25px rgba(183,18,24,.2); } 70% { transform: rotate(4deg) scale(1.08); } }
}
