:root {
    --black: #050505;
    --white: #f4f2ed;
    --grey: #a7a7a2;
    --line: rgba(255, 255, 255, .14);
    --ink-line: rgba(5, 5, 5, .16);
    --acid: #c7ff2f;
    --violet: #8c6bff;
    --font: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body, a, button { font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.shell { width: min(100% - 64px, 1440px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 999; padding: 12px 18px; background: var(--acid); color: var(--black); font-weight: 700; }
.skip-link:focus { top: 18px; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(5, 5, 5, .82); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 92px; align-items: center; }
.brand img { width: 108px; height: auto; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 46px; }
.desktop-nav a { position: relative; color: #d5d5d0; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--acid); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; min-width: 142px; height: 48px; padding: 0 18px; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .25s, color .25s; }
.header-cta:hover { background: var(--acid); color: var(--black); }
.header-cta span { font-size: 18px; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { display: grid; width: 46px; height: 46px; place-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 20px; height: 1px; background: var(--white); }
.mobile-menu nav { position: absolute; top: 76px; right: 20px; width: min(310px, calc(100vw - 40px)); padding: 12px; border: 1px solid var(--line); background: var(--black); box-shadow: 0 24px 70px rgba(0, 0, 0, .6); }
.mobile-menu nav a { display: block; padding: 15px 12px; border-bottom: 1px solid var(--line); font-size: 14px; }
.mobile-menu nav a:last-child { border-bottom: 0; color: var(--acid); }

.hero { position: relative; min-height: 100svh; padding: 172px 0 130px; overflow: hidden; background: var(--black); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 78%); content: ""; }
.hero-orbit { position: absolute; border: 1px solid rgba(199, 255, 47, .3); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { top: 3%; right: -17vw; width: 56vw; height: 56vw; }
.hero-orbit--two { top: 22%; right: -4vw; width: 28vw; height: 28vw; border-color: rgba(140, 107, 255, .4); }
.hero-inner { position: relative; z-index: 1; }
.hero-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 70px; color: #d2d2cd; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker > span:last-child { margin-left: auto; color: #777873; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); }
.hero h1 { max-width: 1270px; margin-bottom: 72px; font-size: clamp(58px, 7.7vw, 118px); font-weight: 600; line-height: .96; letter-spacing: -.068em; }
.hero h1 span { color: var(--acid); }
.hero-bottom { display: grid; grid-template-columns: minmax(280px, 560px) auto; justify-content: space-between; align-items: end; }
.hero-bottom p { margin: 0; color: #c1c1bc; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; }
.round-link { display: flex; width: 150px; height: 150px; padding: 22px; flex-direction: column; gap: 9px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 12px; font-weight: 700; line-height: 1.3; text-align: center; text-transform: uppercase; transition: background .3s, color .3s, transform .3s; }
.round-link span { display: block; width: 100%; }
.round-link b { display: block; font-size: 24px; font-weight: 400; line-height: 1; }
.round-link:hover { background: var(--acid); color: var(--black); transform: rotate(5deg); }
.hero-marquee { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10,10,10,.75); white-space: nowrap; }
.hero-marquee div { width: max-content; padding: 15px 0; color: #8d8d88; font-size: 11px; font-weight: 700; letter-spacing: .18em; animation: marquee 28s linear infinite; }
.hero-marquee i { margin: 0 25px; color: var(--acid); font-style: normal; font-size: 7px; vertical-align: 2px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.reveal { animation: rise .8s both cubic-bezier(.2,.65,.2,1); }
.reveal--delay { animation-delay: .12s; }
.reveal--delay-2 { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

.intro { padding: 150px 0 170px; background: var(--white); color: var(--black); }
.section-label { display: flex; gap: 18px; align-items: center; margin-bottom: 70px; color: #666760; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-label::after { height: 1px; flex: 1; background: var(--ink-line); content: ""; }
.section-label span { color: var(--black); }
.section-label--light { color: #74746f; }
.section-label--light span { color: var(--white); }
.section-label--light::after { background: var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; align-items: start; }
.intro h2 { margin: 0; font-size: clamp(44px, 5.5vw, 82px); font-weight: 600; line-height: 1.05; letter-spacing: -.062em; }
.intro h2 em { display: block; color: var(--violet); font-style: normal; }
.intro-copy { padding-top: 12px; }
.intro-copy p { color: #51514c; font-size: 17px; line-height: 1.75; }
.intro-copy p + p { margin-top: 26px; }
.text-link { display: flex; margin-top: 44px; padding-bottom: 14px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--black); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.text-link span { font-size: 19px; transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 4px); }

.capabilities { padding: 150px 0; background: var(--black); }
.capabilities-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 10%; align-items: end; margin-bottom: 100px; }
.capabilities-heading h2 { max-width: 900px; margin: 0; font-size: clamp(45px, 5.7vw, 84px); font-weight: 600; line-height: 1.02; letter-spacing: -.06em; }
.capabilities-heading h2 span { color: var(--acid); }
.capabilities-heading p { margin: 0 0 7px; color: var(--grey); font-size: 16px; line-height: 1.7; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 80px .8fr 1fr auto; gap: 30px; min-height: 174px; padding: 34px 12px; align-items: center; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.service-list article:hover { padding-right: 28px; padding-left: 28px; background: #101010; }
.service-number { color: #6d6d68; font-size: 11px; font-weight: 700; }
.service-list h3 { margin: 0; font-size: clamp(25px, 2.7vw, 39px); font-weight: 600; letter-spacing: -.04em; }
.service-list p { max-width: 520px; margin: 0; color: var(--grey); line-height: 1.65; }
.service-arrow { color: var(--acid); font-size: 30px; }

.product-statement { padding: 155px 0 110px; background: var(--white); color: var(--black); }
.statement-grid { display: grid; grid-template-columns: 1.25fr .6fr; gap: 10%; align-items: end; }
.statement-overline { margin-bottom: 20px; color: #5f605a; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.statement-grid h2 { margin: 0; font-size: clamp(54px, 7vw, 105px); font-weight: 600; line-height: .95; letter-spacing: -.075em; }
.statement-grid h2 span { color: var(--violet); }
.statement-copy { margin: 0 0 4px; color: #494a45; font-size: 17px; line-height: 1.75; }

.products { padding: 0 0 160px; background: var(--white); color: var(--black); }
.product-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { position: relative; display: grid; min-height: 650px; padding: 26px; overflow: hidden; grid-template-columns: 1fr; grid-template-rows: auto minmax(180px, 1fr) auto; color: var(--black); isolation: isolate; }
.product-card::after { position: absolute; top: -80%; right: -20%; width: 520px; height: 520px; border: 1px solid currentColor; border-radius: 50%; opacity: .14; content: ""; transition: transform .65s cubic-bezier(.2,.75,.2,1); z-index: -1; }
.product-card:hover::after { transform: scale(1.4); }
.product-card[href] { cursor: pointer; }
.product-meta { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-logo { width: 100%; align-self: center; padding-right: 0; }
.product-logo img { width: 100%; height: auto; }
.product-copy { align-self: end; max-width: none; padding: 24px 0 4px; border-top: 1px solid currentColor; }
.product-copy h3 { margin: 0 0 20px; font-size: clamp(28px, 2.35vw, 37px); font-weight: 600; line-height: 1.04; letter-spacing: -.058em; }
.product-copy p { max-width: 490px; margin: 0; font-size: 14px; line-height: 1.65; }
.product-card--click { background: #63ebdc; }
.product-logo--click { max-width: 630px; }
.product-card--reservar { background: #dff6cf; color: #123328; }
.product-logo--reservar { max-width: 610px; }
.product-card--shopper { background: #ffd400; }
.product-logo--shopper { max-width: 700px; }
.product-card--encarnacion { background: #e8f4f5; color: #160e0c; }
.product-logo--encarnacion { max-width: 650px; }
.product-card--cupon { background: #ff2337; color: #080808; }
.product-logo--cupon { max-width: 700px; }
.product-card--lethouse { background: #ddd4ff; color: #121212; }
.product-logo--lethouse { max-width: 700px; }

.focus { padding: 160px 0; background: var(--black); }
.focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; }
.focus-visual { position: relative; min-height: 660px; overflow: hidden; }
.focus-visual::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65), transparent 45%); content: ""; }
.focus-visual img { position: absolute; width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.06); }
.focus-visual span { position: absolute; z-index: 1; right: 25px; bottom: 24px; color: #ddd; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.focus-copy .section-label { margin-bottom: 60px; }
.focus-copy h2 { margin: 0 0 44px; font-size: clamp(44px, 5.3vw, 78px); font-weight: 600; line-height: 1.02; letter-spacing: -.062em; }
.focus-copy h2 em { color: var(--acid); font-style: normal; }
.focus-copy > p { max-width: 640px; color: var(--grey); font-size: 17px; line-height: 1.75; }
.focus-tags { display: flex; gap: 10px; margin-top: 55px; flex-wrap: wrap; }
.focus-tags span { padding: 12px 17px; border: 1px solid #363632; border-radius: 999px; color: #d4d4ce; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.client-strip { padding: 100px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--black); }
.client-strip__head { display: grid; grid-template-columns: .4fr 1fr; gap: 8%; align-items: start; margin-bottom: 70px; }
.client-strip p { margin: 8px 0 0; color: #70706c; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.client-strip h2 { max-width: 890px; margin: 0; font-size: clamp(37px, 4.7vw, 70px); font-weight: 600; line-height: 1.05; letter-spacing: -.055em; }
.client-logos-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-logo { aspect-ratio: 1 / 1; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f4f2ed; }
.client-logo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.7,.2,1), filter .3s; }
.client-logo:hover img { filter: saturate(1.08); transform: scale(1.035); }

.contact { padding: 150px 0; background: var(--acid); color: var(--black); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 10%; align-items: end; }
.contact-kicker { margin-bottom: 30px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact h2 { margin: 0; font-size: clamp(54px, 7.7vw, 112px); font-weight: 600; line-height: .92; letter-spacing: -.075em; }
.contact h2 span { color: transparent; -webkit-text-stroke: 2px var(--black); }
.contact-side > p { margin-bottom: 45px; font-size: 17px; line-height: 1.65; }
.contact-button { display: flex; min-height: 70px; padding: 0 24px; align-items: center; justify-content: space-between; border: 1px solid var(--black); border-radius: 999px; font-size: 13px; font-weight: 800; text-transform: uppercase; transition: background .25s, color .25s; }
.contact-button span { font-size: 24px; }
.contact-button:hover { background: var(--black); color: var(--white); }

.site-footer { padding: 80px 0 28px; background: var(--black); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; padding-bottom: 80px; }
.footer-top img { width: 120px; }
.footer-top p { margin: 0; color: #858580; font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; gap: 12px; justify-self: end; text-align: right; }
.footer-links a { color: #d8d8d2; font-size: 13px; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; padding-top: 25px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #696965; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { color: #aaa; }

@media (max-width: 1100px) {
    .desktop-nav { display: none; }
    .header-cta { margin-left: auto; margin-right: 14px; }
    .mobile-menu { display: block; }
    .hero h1 { font-size: clamp(58px, 9.5vw, 96px); }
    .intro-grid, .statement-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
    .intro-copy, .statement-copy, .contact-side { max-width: 680px; }
    .capabilities-heading { grid-template-columns: 1fr; gap: 36px; }
    .capabilities-heading p { max-width: 600px; }
    .product-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-card { min-height: 610px; }
    .client-logos-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .focus-grid { gap: 6%; }
}

@media (max-width: 780px) {
    .shell { width: min(100% - 40px, 1440px); }
    .header-inner { min-height: 76px; }
    .header-cta { display: none; }
    .hero { min-height: 760px; padding: 130px 0 110px; }
    .hero::before { background-size: 48px 48px; }
    .hero-orbit--one { top: 18%; right: -50vw; width: 100vw; height: 100vw; }
    .hero-orbit--two { display: none; }
    .hero-kicker { margin-bottom: 55px; }
    .hero-kicker > span:last-child { display: none; }
    .hero h1 { margin-bottom: 55px; font-size: clamp(47px, 13.3vw, 72px); line-height: .98; }
    .hero-bottom { grid-template-columns: 1fr; gap: 40px; }
    .hero-bottom p { max-width: 580px; font-size: 15px; }
    .round-link { width: 118px; height: 118px; padding: 22px; justify-self: end; font-size: 10px; }
    .intro, .capabilities, .focus, .contact { padding: 100px 0; }
    .product-statement { padding: 100px 0 75px; }
    .products { padding-bottom: 100px; }
    .section-label { margin-bottom: 48px; }
    .intro h2, .capabilities-heading h2, .focus-copy h2 { font-size: clamp(39px, 10.5vw, 60px); }
    .service-list article { grid-template-columns: 44px 1fr auto; gap: 16px; min-height: 145px; padding: 25px 4px; }
    .service-list p { display: none; }
    .service-list h3 { font-size: clamp(22px, 6vw, 30px); }
    .statement-grid h2, .contact h2 { font-size: clamp(49px, 13vw, 76px); }
    .product-stack { grid-template-columns: 1fr; }
    .product-card { min-height: 610px; padding: 24px; }
    .product-meta span:last-child { display: none; }
    .product-logo { width: 100%; align-self: center; padding-right: 0; }
    .product-logo--click, .product-logo--reservar, .product-logo--shopper, .product-logo--encarnacion, .product-logo--cupon, .product-logo--lethouse { max-width: 520px; }
    .product-copy { padding: 22px 0 5px; }
    .product-copy h3 { font-size: clamp(35px, 9vw, 52px); }
    .product-copy p { font-size: 14px; }
    .focus-grid { grid-template-columns: 1fr; gap: 75px; }
    .focus-visual { min-height: 520px; }
    .client-logos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .client-strip__head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 50px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-links { grid-column: 1 / -1; justify-self: start; text-align: left; }
    .footer-bottom span:nth-child(2) { display: none; }
}

@media (max-width: 460px) {
    .shell { width: min(100% - 32px, 1440px); }
    .brand img { width: 92px; }
    .hero { min-height: 720px; }
    .hero h1 { font-size: 44px; }
    .intro h2, .capabilities-heading h2, .focus-copy h2 { font-size: 38px; }
    .statement-grid h2, .contact h2 { font-size: 46px; }
    .product-card { min-height: 560px; }
    .product-copy h3 { font-size: 34px; }
    .focus-visual { min-height: 440px; }
    .contact h2 span { -webkit-text-stroke-width: 1px; }
    .footer-top { grid-template-columns: 1fr; }
}

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