.ecosystem-body {
    --product-accent: #c7ff2f;
    --product-surface: #e8f4f5;
    --product-ink: #050505;
    background: #050505;
    color: #f4f2ed;
}
.ecosystem-body--click { --product-accent: #63ebdc; --product-surface: #d7faf4; }
.ecosystem-body--cupon { --product-accent: #ff2337; --product-surface: #ffe2e5; }
.ecosystem-body--encarnacion { --product-accent: #ff6035; --product-surface: #e8f4f5; }
.ecosystem-body--lethouse { --product-accent: #9a7bff; --product-surface: #ebe5ff; }
.ecosystem-body .container { width: min(100% - 64px, 1440px); margin-inline: auto; }

.ecosystem-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.ecosystem-header__inner { display: flex; min-height: 92px; align-items: center; }
.ecosystem-brand img { width: 108px; height: auto; }
.ecosystem-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 46px; }
.ecosystem-nav a { position: relative; color: #d5d5d0; font-size: 13px; font-weight: 600; }
.ecosystem-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--product-accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.ecosystem-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.ecosystem-header__back { display: inline-flex; min-width: 156px; 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: 12px; font-weight: 700; transition: background .25s, color .25s, border-color .25s; }
.ecosystem-header__back:hover { border-color: var(--product-accent); background: var(--product-accent); color: #050505; }
.ecosystem-header__back span { margin-left: 12px; font-size: 18px; }

.product-hero { position: relative; min-height: 820px; padding: 172px 0 120px; overflow: hidden; background: #050505; }
.product-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); content: ""; }
.product-hero::after { position: absolute; top: 8%; right: -15vw; width: 52vw; height: 52vw; border: 1px solid color-mix(in srgb, var(--product-accent) 36%, transparent); border-radius: 50%; content: ""; pointer-events: none; }
.product-hero .container { position: relative; z-index: 1; }
.product-breadcrumb { margin: 0 0 72px; color: #858580; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-breadcrumb a { color: #d9d9d4; }
.product-breadcrumb a:hover { color: var(--product-accent); }
.product-title { max-width: 1320px; margin: 0; color: #f4f2ed; font-size: clamp(62px, 9.5vw, 145px); font-weight: 600; line-height: .88; letter-spacing: -.078em; }
.product-title--domain { font-size: clamp(56px, 7.8vw, 118px); }
.product-title em { color: var(--product-accent); font-style: normal; }
.product-title--logo { display: flex; width: min(850px, 75%); min-height: 280px; padding: 48px; align-items: center; background: var(--product-surface); }
.product-title--logo img { width: 100%; height: auto; }
.product-hero__footer { display: grid; grid-template-columns: 1fr auto; gap: 8%; align-items: end; margin-top: 78px; }
.product-lede { max-width: 760px; margin: 0; color: #c6c6c1; font-size: clamp(19px, 2vw, 28px); line-height: 1.55; }
.product-actions { display: flex; gap: 12px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.product-action { display: inline-flex; min-height: 56px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #f4f2ed; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.product-action:hover { border-color: var(--product-accent); background: var(--product-accent); color: #050505; }
.product-action--primary { border-color: var(--product-accent); background: var(--product-accent); color: #050505; }
.product-action--primary:hover { background: #f4f2ed; color: #050505; }

.product-signal { border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: #050505; }
.product-signal .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.product-signal__item { min-height: 230px; padding: 42px 34px; border-left: 1px solid rgba(255,255,255,.14); }
.product-signal__item:first-child { border-left: 0; }
.product-signal__item span { display: block; margin-bottom: 66px; color: var(--product-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.product-signal__item strong { display: block; color: #f4f2ed; font-size: clamp(21px, 2.1vw, 32px); font-weight: 600; line-height: 1.22; letter-spacing: -.045em; }

.product-section { padding: 150px 0; background: #e9e8e3; color: #050505; }
.product-section--white { background: #f4f2ed; }
.product-section--dark { background: #050505; color: #f4f2ed; }
.product-section__head { display: grid; grid-template-columns: 1.1fr .72fr; gap: 10%; align-items: start; margin-bottom: 82px; }
.product-section__head h2 { max-width: 850px; margin: 0; font-size: clamp(43px, 5.7vw, 84px); font-weight: 600; line-height: 1.01; letter-spacing: -.065em; }
.product-section__head p { max-width: 610px; margin: 9px 0 0; color: #555650; font-size: 17px; line-height: 1.75; }
.product-section--dark .product-section__head p { color: #aaa; }

.product-visual { margin: 0; overflow: hidden; background: #d9d9d4; }
.product-visual img { width: 100%; height: auto; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-visual:hover img { transform: scale(1.02); }
.product-visual figcaption { padding: 18px 0 0; color: #686964; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.product-capabilities { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(5,5,5,.18); border-left: 1px solid rgba(5,5,5,.18); }
.product-capability { min-height: 310px; padding: 32px; border-right: 1px solid rgba(5,5,5,.18); border-bottom: 1px solid rgba(5,5,5,.18); transition: background .3s, transform .3s; }
.product-capability:hover { z-index: 1; background: var(--product-accent); transform: translateY(-5px); }
.product-capability span { display: block; margin-bottom: 86px; color: #73746e; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.product-capability h3 { margin: 0 0 17px; font-size: 24px; font-weight: 600; letter-spacing: -.04em; }
.product-capability p { margin: 0; color: #5a5b55; font-size: 15px; line-height: 1.7; }
.product-capability:hover span, .product-capability:hover p { color: #151515; }

.product-origin { display: grid; grid-template-columns: 1fr .72fr; gap: 10%; align-items: start; }
.product-origin .eyebrow { margin: 0 0 34px; color: #777872; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-origin .eyebrow::before { background: var(--product-accent); }
.product-origin blockquote { max-width: 870px; margin: 0; color: #f4f2ed; font-size: clamp(34px, 4.2vw, 62px); font-weight: 600; line-height: 1.18; letter-spacing: -.058em; }
.product-origin blockquote em { color: var(--product-accent); font-style: normal; }
.product-origin__copy { padding-top: 48px; }
.product-origin__copy p { color: #aaa; font-size: 17px; line-height: 1.8; }
.product-origin__copy p + p { margin-top: 25px; }

.agency-specialist { padding: 150px 0; background: #c7ff2f; color: #050505; }
.agency-specialist__eyebrow { display: flex; gap: 18px; align-items: center; margin-bottom: 72px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.agency-specialist__eyebrow::after { height: 1px; flex: 1; background: rgba(5,5,5,.25); content: ""; }
.agency-specialist__grid { display: grid; grid-template-columns: 1.15fr .62fr; gap: 10%; align-items: start; }
.agency-specialist h2 { margin: 0; font-size: clamp(44px, 5.9vw, 86px); font-weight: 600; line-height: 1.01; letter-spacing: -.065em; }
.agency-specialist h2 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 2px #050505; }
.agency-specialist__copy > p { margin-bottom: 38px; font-size: 17px; line-height: 1.7; }
.agency-specialist ul { margin: 0 0 42px; padding: 0; list-style: none; border-top: 1px solid rgba(5,5,5,.3); }
.agency-specialist li { padding: 15px 0; border-bottom: 1px solid rgba(5,5,5,.3); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.agency-specialist__copy a { display: flex; min-height: 64px; padding: 0 22px; align-items: center; justify-content: space-between; border: 1px solid #050505; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: background .25s, color .25s; }
.agency-specialist__copy a:hover { background: #050505; color: #f4f2ed; }
.agency-specialist__copy a span { font-size: 22px; }

.ecosystem-more { padding: 82px 0; background: var(--product-accent); color: #050505; }
.ecosystem-more__inner { display: flex; gap: 48px; align-items: center; justify-content: space-between; }
.ecosystem-more h2 { max-width: 890px; margin: 0; font-size: clamp(31px, 4vw, 57px); font-weight: 600; line-height: 1.08; letter-spacing: -.052em; }
.ecosystem-more a { flex: 0 0 auto; padding: 16px 22px; border: 1px solid #050505; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: background .25s, color .25s; }
.ecosystem-more a:hover { background: #050505; color: #f4f2ed; }

.ecosystem-footer { padding: 55px 0; border-top: 1px solid rgba(255,255,255,.14); background: #050505; color: #f4f2ed; }
.ecosystem-footer__inner { display: grid; grid-template-columns: .6fr 1.2fr .6fr; gap: 40px; align-items: center; }
.ecosystem-footer img { width: 108px; }
.ecosystem-footer p { margin: 0; color: #7e7f79; font-size: 12px; line-height: 1.6; text-align: center; }
.ecosystem-footer a { justify-self: end; color: #d6d6d1; font-size: 12px; }
.ecosystem-footer a:hover { color: var(--product-accent); }

@media (max-width: 1100px) {
    .ecosystem-nav { display: none; }
    .ecosystem-header__back { margin-left: auto; }
    .product-hero { min-height: auto; }
    .product-hero__footer, .product-section__head, .product-origin, .agency-specialist__grid { grid-template-columns: 1fr; gap: 52px; }
    .product-actions { justify-content: flex-start; }
    .product-origin__copy { max-width: 720px; padding-top: 0; }
    .agency-specialist__copy { max-width: 720px; }
}

@media (max-width: 780px) {
    .ecosystem-body .container { width: min(100% - 40px, 1440px); }
    .ecosystem-header__inner { min-height: 76px; }
    .ecosystem-brand img { width: 92px; }
    .ecosystem-header__back { min-width: auto; height: 44px; padding: 0 15px; font-size: 10px; }
    .product-hero { padding: 130px 0 90px; }
    .product-hero::before { background-size: 48px 48px; }
    .product-hero::after { top: 21%; right: -52vw; width: 105vw; height: 105vw; }
    .product-breadcrumb { margin-bottom: 48px; }
    .product-title { font-size: clamp(47px, 14vw, 70px); line-height: .94; }
    .product-title--domain { font-size: clamp(43px, 12vw, 62px); }
    .product-title--logo { width: 100%; min-height: 190px; padding: 28px; }
    .product-hero__footer { margin-top: 58px; }
    .product-lede { font-size: 17px; }
    .product-actions { align-items: stretch; flex-direction: column; }
    .product-action { width: 100%; }
    .product-signal .container { grid-template-columns: 1fr; }
    .product-signal__item { min-height: auto; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .product-signal__item:last-child { border-bottom: 0; }
    .product-signal__item span { margin-bottom: 28px; }
    .product-section, .agency-specialist { padding: 100px 0; }
    .product-section__head { margin-bottom: 58px; }
    .product-section__head h2, .agency-specialist h2 { font-size: clamp(39px, 10.5vw, 60px); }
    .product-section__head p, .product-origin__copy p, .agency-specialist__copy > p { font-size: 15px; }
    .product-capabilities { grid-template-columns: 1fr; }
    .product-capability { min-height: 255px; }
    .product-origin blockquote { font-size: clamp(34px, 9.5vw, 52px); }
    .agency-specialist__eyebrow { margin-bottom: 52px; }
    .agency-specialist h2 em { -webkit-text-stroke-width: 1px; }
    .ecosystem-more { padding: 70px 0; }
    .ecosystem-more__inner { align-items: flex-start; flex-direction: column; }
    .ecosystem-more h2 { font-size: 35px; }
    .ecosystem-footer__inner { grid-template-columns: 1fr; }
    .ecosystem-footer p { text-align: left; }
    .ecosystem-footer a { justify-self: start; }
}

@media (max-width: 460px) {
    .ecosystem-body .container { width: min(100% - 32px, 1440px); }
    .ecosystem-header__back { padding: 0 13px; }
    .ecosystem-header__back span { margin-left: 8px; }
    .product-title { font-size: 45px; }
    .product-title--domain { font-size: 40px; }
    .product-title--logo { min-height: 160px; padding: 22px; }
    .product-actions { gap: 9px; }
    .product-capability { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: .01ms !important; }
}
