:root {
  --ln-blue: #70c2d1;
  --ln-green: #b1c900;
  --ln-pink: #da0080;
  --ln-orange: #ee8600;
  --ln-ink: #101214;
  --ln-ink-2: #1b1e20;
  --ln-grey: #687176;
  --ln-line: #dfe3e3;
  --ln-paper: #f6f6f2;
  --ln-white: #fff;
  --ln-shell: 1240px;
  --ln-radius: 22px;
}

html { scroll-behavior: smooth; }
body.ln-site { margin: 0; color: var(--ln-ink); background: var(--ln-white); font-family: Manrope, Arial, sans-serif; overflow-x: hidden; }
.ln-site *, .ln-site *::before, .ln-site *::after { box-sizing: border-box; }
.ln-site a { color: inherit; text-decoration: none; }
.ln-site p, .ln-site h1, .ln-site h2, .ln-site h3 { margin-top: 0; }
.ln-site button, .ln-site input, .ln-site textarea { font: inherit; }
.ln-shell { width: min(calc(100% - 64px), var(--ln-shell)); margin-inline: auto; }
.ln-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 10px; background: var(--ln-ink); color: white !important; transition: top .2s; }
.ln-skip:focus { top: 12px; }
.ln-kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 24px; color: #576064; font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.ln-kicker > span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--ln-blue) 0 25%, var(--ln-green) 25% 50%, var(--ln-pink) 50% 75%, var(--ln-orange) 75%); }
.ln-button { display: inline-flex; min-height: 54px; padding: 0 22px; align-items: center; justify-content: center; gap: 32px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.ln-button span { font-size: 18px; transition: transform .2s; }
.ln-button:hover { transform: translateY(-2px); }
.ln-button:hover span { transform: translate(2px, -2px); }
.ln-button-dark { background: var(--ln-ink); color: white !important; }
.ln-button-dark:hover { background: var(--ln-pink); }
.ln-button-light { background: white; color: var(--ln-ink) !important; }
.ln-button-light:hover { background: var(--ln-green); }
.ln-text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.ln-text-link span { transition: transform .2s; }
.ln-text-link:hover span { transform: translate(2px, -2px); }
.ln-js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.ln-js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Header */
.ln-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 86px; border-bottom: 1px solid transparent; transition: height .25s, background .25s, border-color .25s, box-shadow .25s; }
.ln-header.is-scrolled, .ln-header.is-open { height: 72px; border-color: rgba(16,18,20,.08); background: rgba(255,255,255,.93); box-shadow: 0 14px 34px rgba(16,18,20,.06); backdrop-filter: blur(18px); }
.ln-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.ln-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ln-logo { display: block; width: 187px; height: auto; }
.ln-logo-inverse { display: none; }
.ln-route-software .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default,
.ln-route-ai .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default,
.ln-route-commerce .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default,
.ln-route-communications .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default,
.ln-route-cloud .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default,
.ln-route-us .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-default { display: none; }
.ln-route-software .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse,
.ln-route-ai .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse,
.ln-route-commerce .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse,
.ln-route-communications .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse,
.ln-route-cloud .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse,
.ln-route-us .ln-header:not(.is-scrolled):not(.is-open) .ln-logo-inverse { display: block; }
.ln-nav { display: flex; align-items: center; gap: 26px; }
.ln-nav > a:not(.ln-nav-cta) { position: relative; color: #343a3d; font-size: 13px; font-weight: 700; }
.ln-nav > a:not(.ln-nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--ln-pink); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.ln-nav > a:hover::after, .ln-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.ln-language { position: relative; flex: 0 0 auto; }
.ln-language-trigger { display: inline-flex; min-height: 40px; padding: 0 12px; align-items: center; gap: 8px; border: 1px solid rgba(16,18,20,.12); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--ln-ink); cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s; }
.ln-language-trigger:hover, .ln-language-trigger[aria-expanded="true"] { border-color: rgba(16,18,20,.28); background: #fff; box-shadow: 0 9px 24px rgba(16,18,20,.08); }
.ln-language-trigger img, .ln-language-option img { display: block; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(16,18,20,.08); }
.ln-language-name { font-size: 11px; font-weight: 800; }
.ln-language-code { display: none; color: #697174; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.ln-language-chevron { width: 7px; height: 7px; margin: -3px 1px 0 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.ln-language-trigger[aria-expanded="true"] .ln-language-chevron { margin-top: 3px; transform: rotate(225deg); }
.ln-language-menu { position: absolute; z-index: 20; width: 248px; top: calc(100% + 13px); right: 0; display: grid; padding: 8px; border: 1px solid rgba(16,18,20,.09); border-radius: 16px; background: #fff; box-shadow: 0 24px 55px rgba(16,18,20,.16); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .18s, visibility .18s, transform .18s; }
.ln-language-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.ln-language-option { display: grid; min-height: 48px; padding: 8px 10px; grid-template-columns: 24px 1fr 18px; gap: 11px; align-items: center; border-radius: 10px; color: #394043 !important; }
.ln-language-option:hover { background: #f5f6f3; }
.ln-language-option.is-active { background: rgba(112,194,209,.13); color: var(--ln-ink) !important; }
.ln-language-option > span { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.ln-language-option strong { font-size: 12px; font-weight: 800; }
.ln-language-option small { color: #8b9294; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.ln-language-option i { color: var(--ln-pink); font-size: 13px; font-style: normal; opacity: 0; }
.ln-language-option.is-active i { opacity: 1; }
.ln-nav-cta { display: inline-flex; height: 42px; padding: 0 17px; align-items: center; gap: 18px; border-radius: 999px; background: var(--ln-ink); color: white !important; font-size: 12px; font-weight: 800; transition: background .2s; }
.ln-nav-cta:hover { background: var(--ln-pink); }
.ln-menu-button { display: none; border: 0; background: transparent; color: var(--ln-ink); }

@media (min-width: 901px) {
  :is(.ln-route-software,.ln-route-ai,.ln-route-commerce,.ln-route-communications,.ln-route-cloud,.ln-route-us) .ln-header:not(.is-scrolled):not(.is-open) .ln-nav > a:not(.ln-nav-cta) { color: #fff; }
  :is(.ln-route-software,.ln-route-ai,.ln-route-commerce,.ln-route-communications,.ln-route-cloud,.ln-route-us) .ln-header:not(.is-scrolled):not(.is-open) .ln-language-trigger { border-color: rgba(255,255,255,.28); background: rgba(16,18,20,.12); color: #fff; }
}

/* Home hero */
.ln-hero { position: relative; min-height: 850px; padding: 176px 0 0; background: linear-gradient(145deg, #f8f8f4 0%, #fff 66%); overflow: hidden; }
.ln-hero-glow { position: absolute; width: 720px; height: 720px; right: -260px; top: -290px; border-radius: 50%; background: radial-gradient(circle at 34% 60%, rgba(112,194,209,.35), rgba(177,201,0,.12) 32%, rgba(238,134,0,.06) 54%, transparent 70%); filter: blur(3px); }
.ln-hero::before { position: absolute; width: 210px; height: 210px; left: -75px; bottom: 120px; border: 40px solid rgba(218,0,128,.08); border-radius: 50%; content: ''; }
.ln-hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); gap: 70px; align-items: center; }
.ln-hero-copy { position: relative; z-index: 2; padding-bottom: 68px; }
.ln-hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(55px, 6vw, 91px); font-weight: 750; letter-spacing: -.075em; line-height: .95; }
.ln-hero h1 span { display: block; color: var(--ln-pink); }
.ln-hero-lead { max-width: 620px; margin-bottom: 36px; color: #4d5559; font-size: 19px; line-height: 1.65; }
.ln-actions { display: flex; gap: 30px; align-items: center; }
.ln-orbit { position: relative; height: 580px; }
.ln-orbit-rings i { position: absolute; border: 1px solid rgba(16,18,20,.1); border-radius: 50%; }
.ln-orbit-rings i:nth-child(1) { inset: 9% 8%; }
.ln-orbit-rings i:nth-child(2) { inset: 23% 22%; }
.ln-orbit-rings i:nth-child(3) { inset: 37% 36%; background: rgba(255,255,255,.66); }
.ln-orbit-rings::before, .ln-orbit-rings::after { position: absolute; inset: 50% 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(16,18,20,.12), transparent); content: ''; transform: rotate(25deg); }
.ln-orbit-rings::after { transform: rotate(-28deg); }
.ln-orbit-core { position: absolute; z-index: 2; width: 180px; height: 180px; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(16,18,20,.09); border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 30px 70px rgba(16,18,20,.13); transform: translate(-50%, -50%); backdrop-filter: blur(10px); }
.ln-orbit-core img { width: 126px; height: auto; margin-bottom: 12px; }
.ln-orbit-core small { max-width: 120px; margin-top: 5px; color: #7b8284; font-size: 9px; line-height: 1.35; text-align: center; text-transform: uppercase; }
.ln-orbit-node { position: absolute; z-index: 3; width: 170px; min-height: 76px; padding: 14px 16px; border: 1px solid rgba(16,18,20,.08); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(16,18,20,.09); font-size: 11px; font-weight: 800; line-height: 1.25; transition: transform .25s, box-shadow .25s; backdrop-filter: blur(8px); }
.ln-orbit-node:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(16,18,20,.15); }
.ln-orbit-node span { display: block; margin-bottom: 8px; color: #909698; font-size: 9px; }
.ln-orbit-node::before { position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 14px 0 0 14px; content: ''; }
.ln-accent-blue::before { background: var(--ln-blue); }.ln-accent-green::before { background: var(--ln-green); }.ln-accent-pink::before { background: var(--ln-pink); }.ln-accent-orange::before { background: var(--ln-orange); }
.ln-orbit-node-1 { top: 3%; left: 27%; }.ln-orbit-node-2 { top: 25%; right: -2%; }.ln-orbit-node-3 { right: 6%; bottom: 9%; }.ln-orbit-node-4 { left: 6%; bottom: 8%; }.ln-orbit-node-5 { left: -4%; top: 24%; }
.ln-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ln-line); }
.ln-proof > div { display: flex; min-height: 110px; padding: 22px 30px; align-items: center; gap: 16px; border-right: 1px solid var(--ln-line); }
.ln-proof > div:first-child { padding-left: 0; }.ln-proof > div:last-child { border: 0; }
.ln-proof strong { font-size: 32px; letter-spacing: -.06em; }
.ln-proof span { max-width: 120px; color: #6b7275; font-size: 11px; line-height: 1.35; text-transform: uppercase; }

/* Ways to work */
.ln-work-modes { background: var(--ln-paper); }
.ln-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ln-work-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid rgba(16,18,20,.08); border-radius: var(--ln-radius); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.ln-work-card::before { position: absolute; width: 5px; inset: 0 auto 0 0; background: var(--ln-blue); content: ''; }
.ln-work-card.ln-accent-green::before { background: var(--ln-green); }.ln-work-card.ln-accent-pink::before { background: var(--ln-pink); }
.ln-work-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(16,18,20,.1); }
.ln-work-card > span { display: block; margin-bottom: 76px; color: #93999b; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ln-work-card h3 { max-width: 280px; margin-bottom: 17px; font-size: 30px; letter-spacing: -.045em; line-height: 1.05; }
.ln-work-card p { max-width: 330px; margin-bottom: 0; color: #60686b; font-size: 13px; line-height: 1.7; }
.ln-work-card > i { position: absolute; width: 42px; height: 42px; right: 25px; top: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--ln-ink); color: #fff; font-size: 16px; font-style: normal; transition: background .2s, transform .2s; }
.ln-work-card:hover > i { background: var(--ln-pink); transform: translate(2px,-2px); }

/* Sections */
.ln-section { padding: 125px 0; }
.ln-section-soft { background: var(--ln-paper); }
.ln-section-dark { background: var(--ln-ink); color: white; }
.ln-section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); gap: 90px; align-items: end; margin-bottom: 68px; }
.ln-section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 5vw, 69px); font-weight: 700; letter-spacing: -.065em; line-height: 1.02; }
.ln-section-heading > p { margin: 0; color: #697174; font-size: 16px; line-height: 1.75; }
.ln-heading-light .ln-kicker, .ln-heading-light > p { color: #aeb4b6; }
.ln-service-list { border-top: 1px solid var(--ln-line); }
.ln-service-row { position: relative; display: grid; min-height: 145px; padding: 28px 12px; grid-template-columns: 90px 1fr 60px; align-items: center; border-bottom: 1px solid var(--ln-line); overflow: hidden; }
.ln-service-row::before { position: absolute; z-index: -1; inset: 0; content: ''; opacity: .08; transform: scaleY(0); transform-origin: bottom; transition: transform .3s; }
.ln-service-row:hover::before { transform: scaleY(1); }
.ln-service-row .ln-service-number { color: #8b9295; font-size: 12px; font-weight: 800; }
.ln-service-row h3 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; letter-spacing: -.045em; }
.ln-service-row p { margin: 0; color: #747c7f; }
.ln-service-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--ln-line); border-radius: 50%; font-size: 18px; transition: color .2s, background .2s, transform .2s; }
.ln-service-row:hover .ln-service-arrow { background: var(--ln-ink); color: white; transform: rotate(45deg); }
.ln-project-marquee { width: 100vw; margin: 0 calc(50% - 50vw) 66px; padding: 18px 0; border-top: 1px solid #363a3d; border-bottom: 1px solid #363a3d; overflow: hidden; }
.ln-project-marquee > div { display: flex; width: max-content; animation: ln-marquee 35s linear infinite; }
.ln-project-marquee a { display: flex; padding: 0 28px; align-items: center; gap: 16px; color: #d6d9da; font-size: 16px; white-space: nowrap; }
.ln-project-marquee a:hover { color: var(--ln-green); }
.ln-project-marquee i { width: 8px; height: 8px; border-radius: 50%; }
.ln-dot-blue { background: var(--ln-blue); }.ln-dot-green { background: var(--ln-green); }.ln-dot-pink { background: var(--ln-pink); }.ln-dot-orange { background: var(--ln-orange); }
@keyframes ln-marquee { to { transform: translateX(-50%); } }
.ln-featured-projects, .ln-projects-related { display: grid; margin-bottom: 44px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ln-project-card { position: relative; min-height: 290px; padding: 30px; border: 1px solid #333739; border-radius: var(--ln-radius); background: var(--ln-ink-2); overflow: hidden; }
.ln-project-card::before { position: absolute; inset: auto -30px -50px auto; width: 150px; height: 150px; border-radius: 50%; content: ''; opacity: .08; }
.ln-project-card > span { color: #999fa1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-project-card h3 { margin: 34px 0 10px; color: white; font-size: 28px; letter-spacing: -.045em; }
.ln-project-card p { margin: 0; color: #aeb4b6; font-size: 13px; line-height: 1.7; }
.ln-project-card:hover { border-color: #62686a; transform: translateY(-3px); }
.ln-card-arrow { position: absolute; right: 26px; top: 27px; color: white; font-size: 18px; font-style: normal; }
.ln-project-mark { width: 50px; height: 50px; display: grid; place-items: center; float: right; border-radius: 14px; background: #292d2f; color: white; font-size: 12px; font-weight: 800; letter-spacing: -.03em; }
.ln-accent-blue .ln-project-mark { background: var(--ln-blue); color: var(--ln-ink); }.ln-accent-green .ln-project-mark { background: var(--ln-green); color: var(--ln-ink); }.ln-accent-pink .ln-project-mark { background: var(--ln-pink); }.ln-accent-orange .ln-project-mark { background: var(--ln-orange); }
.ln-accent-blue.ln-project-card::before { background: var(--ln-blue); }.ln-accent-green.ln-project-card::before { background: var(--ln-green); }.ln-accent-pink.ln-project-card::before { background: var(--ln-pink); }.ln-accent-orange.ln-project-card::before { background: var(--ln-orange); }
.ln-method-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; }
.ln-method-copy { position: sticky; top: 125px; align-self: start; }
.ln-method-copy h2 { margin-bottom: 25px; font-size: clamp(46px, 5vw, 70px); letter-spacing: -.065em; line-height: .98; }
.ln-method-copy > p:not(.ln-kicker) { max-width: 440px; margin-bottom: 30px; color: #687174; line-height: 1.75; }
.ln-step-list { margin: 0; padding: 0; border-top: 1px solid var(--ln-line); list-style: none; }
.ln-step-list li { display: grid; min-height: 145px; padding: 30px 0; grid-template-columns: 80px 1fr; align-items: start; border-bottom: 1px solid var(--ln-line); }
.ln-step-list li > span { color: var(--ln-pink); font-size: 12px; font-weight: 800; }
.ln-step-list h3 { margin-bottom: 10px; font-size: 28px; letter-spacing: -.04em; }
.ln-step-list p { max-width: 500px; margin: 0; color: #747c7f; line-height: 1.7; }

/* Common page heads */
.ln-page-hero { position: relative; padding: 180px 0 105px; background: var(--ln-paper); overflow: hidden; }
.ln-page-hero::after { position: absolute; width: 360px; height: 360px; top: -155px; right: -70px; border: 1px solid rgba(16,18,20,.1); border-radius: 50%; box-shadow: 0 0 0 62px rgba(112,194,209,.06), 0 0 0 125px rgba(177,201,0,.04); content: ''; }
.ln-page-title { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .5fr; gap: 80px; align-items: end; }
.ln-page-title h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 6vw, 85px); font-weight: 720; letter-spacing: -.075em; line-height: .97; }
.ln-page-title > p { margin: 0 0 6px; color: #5e676a; font-size: 17px; line-height: 1.75; }
.ln-page-hero-services::before { position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--ln-blue) 0 20%, var(--ln-green) 20% 40%, var(--ln-pink) 40% 60%, var(--ln-orange) 60% 80%, var(--ln-blue) 80%); content: ''; }

/* Services index */
.ln-service-index { padding: 42px 0 110px; }
.ln-service-panel { position: relative; margin: 24px 0; padding: 30px 36px 34px; border: 1px solid var(--ln-line); border-radius: var(--ln-radius); background: white; box-shadow: 0 14px 40px rgba(16,18,20,.04); overflow: hidden; }
.ln-service-panel::before { position: absolute; inset: 0 auto 0 0; width: 6px; content: ''; }
.ln-service-panel-top { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--ln-line); color: #777f82; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ln-service-panel-top p { margin: 0; }
.ln-service-panel-main { display: grid; padding: 34px 0 28px; grid-template-columns: 1fr 64px; gap: 30px; align-items: center; }
.ln-service-panel-main h2 { margin-bottom: 12px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.06em; }
.ln-service-panel-main p { max-width: 750px; margin: 0; color: #6b7477; line-height: 1.7; }
.ln-circle-link { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--ln-line); border-radius: 50%; font-size: 20px; transition: background .2s, color .2s, transform .2s; }
.ln-service-panel:hover .ln-circle-link { background: var(--ln-ink); color: white; transform: rotate(45deg); }
.ln-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.ln-chip-row span, .ln-chip-row a { padding: 7px 12px; border: 1px solid var(--ln-line); border-radius: 999px; color: #687174; background: white; font-size: 10px; font-weight: 800; }
.ln-bridge { padding: 110px 0; background: var(--ln-ink); color: white; }
.ln-bridge-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 120px; align-items: start; }
.ln-bridge h2 { margin: 0; font-size: clamp(42px, 5vw, 67px); letter-spacing: -.065em; line-height: 1; }
.ln-bridge p { margin-bottom: 30px; color: #adb4b6; line-height: 1.8; }

/* Individual service */
.ln-service-hero { position: relative; min-height: 710px; padding: 145px 0 70px; background: var(--ln-ink); color: white; overflow: hidden; }
.ln-service-hero::before { position: absolute; width: 680px; height: 680px; right: -210px; bottom: -390px; border: 110px solid currentColor; border-radius: 50%; content: ''; opacity: .08; }
.ln-service-hero.ln-accent-blue { color: var(--ln-blue); }.ln-service-hero.ln-accent-green { color: var(--ln-green); }.ln-service-hero.ln-accent-pink { color: var(--ln-pink); }.ln-service-hero.ln-accent-orange { color: var(--ln-orange); }
.ln-service-hero .ln-shell { position: relative; z-index: 1; }
.ln-service-hero .ln-back-link { color: #b9bfc1; }
.ln-back-link { display: inline-flex; padding: 10px 0; font-size: 12px; font-weight: 800; }
.ln-service-hero-grid { display: grid; margin-top: 66px; grid-template-columns: 1.15fr .5fr; gap: 90px; align-items: end; }
.ln-service-hero .ln-kicker { color: currentColor; }
.ln-service-hero h1 { margin: 0; color: white; font-size: clamp(54px, 7vw, 96px); font-weight: 700; letter-spacing: -.08em; line-height: .92; }
.ln-service-lead { margin: 0 0 6px; color: #d1d5d6; font-size: 18px; line-height: 1.7; }
.ln-service-visual { position: relative; height: 125px; margin-top: 70px; border-top: 1px solid #3a3e40; overflow: hidden; }
.ln-service-visual span { position: absolute; top: 26px; width: 70px; height: 70px; border: 1px solid currentColor; transform: rotate(45deg); }
.ln-service-visual span:nth-child(1) { left: 1%; background: currentColor; }.ln-service-visual span:nth-child(2) { left: 10%; }.ln-service-visual span:nth-child(3) { left: 19%; opacity: .4; }
.ln-service-visual b { position: absolute; right: 0; top: 15px; color: #3b3f42; font-size: 100px; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.ln-detail-grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: 120px; }
.ln-detail-grid h2 { margin: 0; font-size: clamp(30px, 4vw, 47px); font-weight: 600; letter-spacing: -.045em; line-height: 1.25; }
.ln-capability-list { margin: 0; padding: 0; border-top: 1px solid var(--ln-line); list-style: none; }
.ln-capability-list li { display: grid; min-height: 86px; padding: 20px 0; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid var(--ln-line); font-size: 16px; font-weight: 700; }
.ln-capability-list span { color: #9ca2a4; font-size: 10px; }
.ln-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd4d4; border-left: 1px solid #cfd4d4; }
.ln-outcome-grid article { min-height: 225px; padding: 28px; border-right: 1px solid #cfd4d4; border-bottom: 1px solid #cfd4d4; }
.ln-outcome-grid span { color: var(--ln-pink); font-size: 11px; font-weight: 800; }
.ln-outcome-grid h3 { margin-top: 70px; font-size: 21px; letter-spacing: -.035em; line-height: 1.3; }
.ln-projects-related .ln-project-card { border-color: var(--ln-line); background: var(--ln-paper); }
.ln-projects-related .ln-project-card h3 { color: var(--ln-ink); }.ln-projects-related .ln-project-card p { color: #697174; }.ln-projects-related .ln-project-mark { color: var(--ln-ink); }

/* AI service */
.ln-ai-method { position: relative; background: var(--ln-ink); color: white; overflow: hidden; }
.ln-ai-method::before { position: absolute; width: 520px; height: 520px; right: -250px; top: -260px; border: 88px solid rgba(177,201,0,.11); border-radius: 50%; content: ''; }
.ln-ai-method .ln-shell { position: relative; z-index: 1; }
.ln-ai-method .ln-section-heading h2 { max-width: 820px; }
.ln-ai-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #363b3d; border-left: 1px solid #363b3d; }
.ln-ai-method-grid article { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid #363b3d; border-bottom: 1px solid #363b3d; overflow: hidden; }
.ln-ai-method-grid article::after { position: absolute; width: 100px; height: 100px; right: -62px; bottom: -62px; border: 20px solid var(--ln-green); border-radius: 50%; content: ''; opacity: .16; transition: opacity .25s, transform .25s; }
.ln-ai-method-grid article:hover::after { opacity: .42; transform: scale(1.12); }
.ln-ai-method-grid article > span { color: var(--ln-green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ln-ai-method-grid h3 { margin: 78px 0 18px; font-size: 27px; letter-spacing: -.045em; }
.ln-ai-method-grid p { margin: 0; color: #aeb4b6; font-size: 14px; line-height: 1.72; }
.ln-ai-examples { position: relative; background: white; }
.ln-ai-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ln-ai-example-grid article { position: relative; display: flex; min-height: 390px; padding: 28px; flex-direction: column; border: 1px solid var(--ln-line); border-radius: var(--ln-radius); background: var(--ln-paper); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.ln-ai-example-grid article::after { position: absolute; width: 100px; height: 100px; right: -62px; top: -62px; border: 18px solid var(--ln-blue); border-radius: 50%; content: ''; opacity: .22; }
.ln-ai-example-grid article:nth-child(2n)::after { border-color: var(--ln-green); }.ln-ai-example-grid article:nth-child(3n)::after { border-color: var(--ln-orange); }
.ln-ai-example-grid article:hover { border-color: #c5cbcb; box-shadow: 0 22px 50px rgba(16,18,20,.08); transform: translateY(-5px); }
.ln-ai-example-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.ln-ai-example-top > span { color: var(--ln-pink); font-size: 10px; font-weight: 800; }
.ln-ai-example-top > b { padding: 7px 11px; border: 1px solid #d9dede; border-radius: 999px; color: #6d7578; background: white; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.ln-ai-example-grid h3 { max-width: 320px; margin: 65px 0 18px; font-size: 28px; letter-spacing: -.045em; line-height: 1.08; }
.ln-ai-example-grid > article > p { margin: 0 0 28px; color: #626b6e; font-size: 14px; line-height: 1.72; }
.ln-ai-example-result { display: grid; margin-top: auto; padding-top: 20px; grid-template-columns: 25px 1fr; gap: 8px; border-top: 1px solid #d9dede; color: #343a3d; font-size: 12px; font-weight: 800; line-height: 1.55; }
.ln-ai-example-result span { color: var(--ln-green); font-size: 17px; }
.ln-ai-quality { position: relative; background: #fff; overflow: hidden; }
.ln-ai-quality::after { position: absolute; width: 430px; height: 430px; left: -310px; bottom: -260px; border: 75px solid rgba(112,194,209,.11); border-radius: 50%; content: ''; }
.ln-ai-quality .ln-shell { position: relative; z-index: 1; }
.ln-ai-quality-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 18px; align-items: stretch; }
.ln-ai-future { position: relative; min-height: 520px; padding: 38px; border-radius: var(--ln-radius); background: var(--ln-green); overflow: hidden; }
.ln-ai-future::after { position: absolute; width: 230px; height: 230px; right: -112px; bottom: -112px; border: 48px solid rgba(255,255,255,.28); border-radius: 50%; content: ''; }
.ln-ai-future > span { display: block; color: rgba(16,18,20,.65); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-ai-future h3 { max-width: 430px; margin: 100px 0 24px; font-size: clamp(33px, 4vw, 49px); letter-spacing: -.06em; line-height: 1.02; }
.ln-ai-future p { max-width: 430px; margin: 0; font-size: 15px; line-height: 1.75; }
.ln-ai-quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ln-line); border-left: 1px solid var(--ln-line); }
.ln-ai-quality-grid article { display: grid; min-height: 170px; padding: 26px; grid-template-columns: 40px 1fr; gap: 8px; border-right: 1px solid var(--ln-line); border-bottom: 1px solid var(--ln-line); align-items: start; }
.ln-ai-quality-grid article > span { color: var(--ln-pink); font-size: 10px; font-weight: 800; }
.ln-ai-quality-grid h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.035em; }
.ln-ai-quality-grid p { margin: 0; color: #687174; font-size: 13px; line-height: 1.65; }

/* Ecosystem */
.ln-filter { position: relative; z-index: 2; display: flex; margin-top: 62px; align-items: center; gap: 8px; }
.ln-filter > span { margin-right: 12px; color: #747c7f; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ln-filter button { min-width: 40px; height: 38px; padding: 0 14px; border: 1px solid #d7dbdb; border-radius: 999px; background: transparent; color: #5d6568; font-size: 11px; font-weight: 800; cursor: pointer; }
.ln-filter button:hover, .ln-filter button.is-active { border-color: var(--ln-ink); background: var(--ln-ink); color: white; }
.ln-ecosystem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ln-ecosystem-card { position: relative; display: grid; min-height: 340px; padding: 28px; grid-template-columns: 45px 62px 1fr; gap: 22px; border: 1px solid var(--ln-line); border-radius: var(--ln-radius); background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.ln-ecosystem-card::after { position: absolute; width: 160px; height: 160px; right: -85px; bottom: -85px; border-radius: 50%; content: ''; opacity: .09; }
.ln-ecosystem-card.ln-accent-blue::after { background: var(--ln-blue); }.ln-ecosystem-card.ln-accent-green::after { background: var(--ln-green); }.ln-ecosystem-card.ln-accent-pink::after { background: var(--ln-pink); }.ln-ecosystem-card.ln-accent-orange::after { background: var(--ln-orange); }
.ln-ecosystem-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(16,18,20,.09); }
.ln-ecosystem-card.is-hidden { display: none; }
.ln-ecosystem-index { color: #a0a6a8; font-size: 10px; font-weight: 800; }
.ln-ecosystem-card .ln-project-mark { float: none; }
.ln-ecosystem-card > div:last-child > span { color: #7c8386; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ln-ecosystem-card h2 { margin: 38px 0 12px; font-size: 34px; letter-spacing: -.055em; }
.ln-ecosystem-card p { min-height: 72px; color: #687174; font-size: 14px; line-height: 1.7; }

/* Solutions */
.ln-solution-list { padding: 45px 0 120px; }
.ln-solution { display: grid; min-height: 330px; padding: 52px 0; grid-template-columns: 70px .75fr .6fr; gap: 55px; border-bottom: 1px solid var(--ln-line); align-items: start; }
.ln-solution:first-child { border-top: 1px solid var(--ln-line); }
.ln-solution-number { color: var(--ln-pink); font-size: 12px; font-weight: 800; }
.ln-solution h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.06em; line-height: 1.05; }
.ln-solution > div > p { max-width: 600px; color: #697174; line-height: 1.75; }
.ln-solution-stack { padding-left: 30px; border-left: 1px solid var(--ln-line); }
.ln-solution-stack > span { display: block; margin-bottom: 18px; color: #90979a; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-solution-stack strong { display: block; margin-bottom: 28px; font-size: 14px; line-height: 1.7; }
.ln-solution-stack div { display: flex; flex-direction: column; gap: 8px; }
.ln-solution-stack a { padding-bottom: 8px; border-bottom: 1px solid var(--ln-line); color: #697174; font-size: 11px; font-weight: 800; }
.ln-solution-stack a:hover { color: var(--ln-pink); }
.ln-solution-label, .ln-solution-result span { display: block; margin-bottom: 14px; color: #90979a; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-solution-result { max-width: 580px; margin-top: 30px; padding: 22px 0 0; border-top: 1px solid var(--ln-line); }
.ln-solution-result strong { font-size: 17px; line-height: 1.55; }

/* Group */
.ln-group-hero { min-height: 760px; background: var(--ln-ink); color: white; }
.ln-group-hero .ln-kicker, .ln-group-hero .ln-page-title > p { color: #b2b7b9; }.ln-group-hero .ln-page-title h1 { color: white; }
.ln-group-composition { position: relative; height: 215px; margin-top: 70px; border-top: 1px solid #363a3d; }
.ln-group-composition i { position: absolute; top: 45px; width: 72px; height: 72px; border-radius: 18px; transform: rotate(45deg); }
.ln-group-composition i:nth-child(1) { left: 0; background: var(--ln-blue); }.ln-group-composition i:nth-child(2) { left: 9%; background: var(--ln-green); }.ln-group-composition i:nth-child(3) { left: 18%; background: var(--ln-pink); }.ln-group-composition i:nth-child(4) { left: 27%; background: var(--ln-orange); }.ln-group-composition i:nth-child(5) { left: 36%; border: 1px solid #4f5557; }
.ln-group-composition span { position: absolute; right: 0; top: 35px; color: #2d3133; font-size: 120px; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.ln-manifesto-grid { display: grid; grid-template-columns: 80px 1fr; gap: 80px; }
.ln-manifesto-grid > span { color: var(--ln-pink); font-size: 12px; font-weight: 800; }
.ln-manifesto-grid h2 { max-width: 880px; font-size: clamp(45px, 6vw, 76px); letter-spacing: -.07em; line-height: 1; }
.ln-manifesto-grid div > p:last-child { max-width: 760px; color: #687174; font-size: 18px; line-height: 1.8; }
.ln-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #363a3d; border-left: 1px solid #363a3d; }
.ln-value-grid article { min-height: 330px; padding: 28px; border-right: 1px solid #363a3d; border-bottom: 1px solid #363a3d; }
.ln-value-grid span { color: var(--ln-green); font-size: 11px; font-weight: 800; }
.ln-value-grid h3 { margin: 100px 0 16px; color: white; font-size: 25px; letter-spacing: -.04em; }
.ln-value-grid p { margin: 0; color: #aeb4b6; font-size: 13px; line-height: 1.75; }
.ln-model-grid { display: grid; grid-template-columns: .8fr .65fr; gap: 130px; align-items: center; }
.ln-model-grid h2 { font-size: clamp(43px, 5vw, 68px); letter-spacing: -.065em; line-height: 1; }
.ln-model-grid p:not(.ln-kicker) { color: #687174; line-height: 1.8; }
.ln-model-graphic { display: grid; height: 430px; grid-template: repeat(2, 1fr) / repeat(3, 1fr); gap: 8px; transform: rotate(-3deg); }
.ln-model-graphic span { display: flex; padding: 18px; align-items: flex-end; border-radius: 18px; background: var(--ln-paper); font-size: 11px; font-weight: 800; }
.ln-model-graphic span:nth-child(1) { background: var(--ln-blue); }.ln-model-graphic span:nth-child(2) { background: var(--ln-green); }.ln-model-graphic span:nth-child(3) { grid-row: span 2; background: var(--ln-pink); color: white; }.ln-model-graphic span:nth-child(4) { background: var(--ln-orange); }.ln-model-graphic span:nth-child(5) { background: var(--ln-ink); color: white; }

/* Contact, legal, status */
.ln-contact-section { padding: 42px 0 120px; }
.ln-contact-grid { display: grid; grid-template-columns: 1.3fr .55fr; gap: 18px; }
.ln-contact-form-wrap, .ln-contact-aside { border: 1px solid var(--ln-line); border-radius: var(--ln-radius); }
.ln-contact-form-wrap { padding: 42px; }
.ln-contact-form-wrap > div { display: grid; margin-bottom: 45px; grid-template-columns: 50px .55fr 1fr; gap: 15px; }
.ln-contact-form-wrap > div > span, .ln-contact-aside > div > span { color: var(--ln-pink); font-size: 11px; font-weight: 800; }
.ln-contact-form-wrap h2 { font-size: 34px; letter-spacing: -.05em; }
.ln-contact-form-wrap > div p { color: #6c7477; line-height: 1.65; }
.ln-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
.ln-form-wide { grid-column: 1 / -1; }
.ln-form-field { display: flex; flex-direction: column; gap: 8px; }
.ln-form-field label { color: #687174; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ln-form-field input, .ln-form-field textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cfd4d4; outline: 0; background: transparent; color: var(--ln-ink); transition: border-color .2s; }
.ln-form-field input:focus, .ln-form-field textarea:focus { border-color: var(--ln-pink); }
.ln-form-field textarea { resize: vertical; }
.ln-check { display: flex; align-items: flex-start; gap: 10px; color: #697174; font-size: 12px; line-height: 1.5; }
.ln-check input { margin-top: 3px; accent-color: var(--ln-pink); }
.ln-form-submit { display: flex; align-items: center; gap: 20px; }
.ln-form-submit small { color: #858c8f; }
.ln-contact-aside { display: flex; flex-direction: column; background: var(--ln-ink); color: white; overflow: hidden; }
.ln-contact-aside > div:not(.ln-contact-art) { padding: 35px; border-bottom: 1px solid #35393b; }
.ln-contact-aside h3 { margin: 18px 0 12px; color: white; font-size: 22px; }
.ln-contact-aside a { display: flex; justify-content: space-between; color: white; font-weight: 700; }
.ln-contact-aside p { margin: 6px 0; color: #adb4b6; font-size: 13px; }
.ln-contact-next ol { margin: 18px 0 0; padding: 0; list-style: none; counter-reset: next; }
.ln-contact-next li { position: relative; margin-top: 13px; padding-left: 27px; color: #adb4b6; font-size: 12px; line-height: 1.55; counter-increment: next; }
.ln-contact-next li::before { position: absolute; left: 0; color: var(--ln-green); content: counter(next, decimal-leading-zero); font-size: 9px; font-weight: 800; }
.ln-check a { color: var(--ln-ink); text-decoration: underline; text-underline-offset: 3px; }
.ln-contact-art { position: relative; min-height: 250px; margin-top: auto; overflow: hidden; }
.ln-contact-art i { position: absolute; width: 100px; height: 100px; border-radius: 22px; transform: rotate(45deg); }
.ln-contact-art i:nth-child(1) { left: 2%; bottom: -25px; background: var(--ln-blue); }.ln-contact-art i:nth-child(2) { left: 25%; bottom: 58px; background: var(--ln-green); }.ln-contact-art i:nth-child(3) { left: 50%; bottom: -35px; background: var(--ln-pink); }.ln-contact-art i:nth-child(4) { right: -5%; bottom: 68px; background: var(--ln-orange); }
.ln-legal { padding: 85px 0 120px; }
.ln-legal-grid { display: grid; grid-template-columns: .3fr 1fr; gap: 100px; }
.ln-legal aside { position: sticky; top: 120px; height: max-content; display: flex; flex-direction: column; gap: 10px; color: #687174; font-size: 12px; }
.ln-legal article { position: relative; padding: 0 0 55px 60px; border-bottom: 1px solid var(--ln-line); margin-bottom: 55px; }
.ln-legal article > span { position: absolute; left: 0; top: 8px; color: var(--ln-pink); font-size: 10px; font-weight: 800; }
.ln-legal h2 { font-size: 33px; letter-spacing: -.045em; }
.ln-legal p { color: #626b6e; font-size: 16px; line-height: 1.8; }

/* Decision and conversion layers */
.ln-why { background: var(--ln-paper); }
.ln-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ln-line); border-left: 1px solid var(--ln-line); }
.ln-why-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--ln-line); border-bottom: 1px solid var(--ln-line); }
.ln-why-grid article > span, .ln-models-grid article > span, .ln-audience-grid article > span { color: var(--ln-pink); font-size: 10px; font-weight: 800; }
.ln-why-grid h3 { margin: 88px 0 16px; font-size: 25px; letter-spacing: -.045em; line-height: 1.1; }
.ln-why-grid p, .ln-models-grid p { margin: 0; color: #697174; font-size: 13px; line-height: 1.75; }
.ln-models { background: white; }
.ln-models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ln-models-grid article { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--ln-line); border-radius: var(--ln-radius); background: var(--ln-paper); overflow: hidden; }
.ln-models-grid article::after { position: absolute; right: -45px; bottom: -65px; width: 150px; height: 150px; border: 30px solid rgba(112,194,209,.13); border-radius: 50%; content: ''; }
.ln-models-grid h3 { margin: 100px 0 16px; font-size: 29px; letter-spacing: -.05em; }
.ln-audiences { padding-top: 20px; background: white; }
.ln-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ln-line); }
.ln-audience-grid article { min-height: 180px; padding: 26px 30px; border-right: 1px solid var(--ln-line); border-bottom: 1px solid var(--ln-line); }
.ln-audience-grid article:first-child { border-left: 1px solid var(--ln-line); }
.ln-audience-grid p { margin: 55px 0 0; max-width: 300px; font-size: 18px; font-weight: 650; letter-spacing: -.025em; line-height: 1.4; }
.ln-faq { background: var(--ln-paper); }
.ln-faq-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 90px; align-items: start; }
.ln-faq-grid > div:first-child { position: sticky; top: 125px; }
.ln-faq-grid h2 { max-width: 500px; margin-top: 22px; font-size: clamp(39px, 5vw, 61px); letter-spacing: -.06em; line-height: 1.03; }
.ln-faq-list { border-top: 1px solid var(--ln-line); }
.ln-faq-list details { border-bottom: 1px solid var(--ln-line); }
.ln-faq-list summary { position: relative; display: grid; min-height: 92px; padding: 25px 45px 25px 0; grid-template-columns: 40px 1fr; align-items: center; cursor: pointer; font-size: 17px; font-weight: 700; line-height: 1.4; list-style: none; }
.ln-faq-list summary::-webkit-details-marker { display: none; }
.ln-faq-list summary span { color: var(--ln-pink); font-size: 9px; }
.ln-faq-list summary i { position: absolute; right: 4px; width: 16px; height: 16px; }
.ln-faq-list summary i::before, .ln-faq-list summary i::after { position: absolute; inset: 7px 0 auto; height: 1px; background: var(--ln-ink); content: ''; transition: transform .2s; }
.ln-faq-list summary i::after { transform: rotate(90deg); }.ln-faq-list details[open] summary i::after { transform: rotate(0); }
.ln-faq-list details > p { margin: -8px 35px 0 40px; padding: 0 0 30px; color: #626b6e; line-height: 1.75; }

/* Product detail */
.ln-project-hero { position: relative; min-height: 720px; padding: 145px 0 90px; background: var(--ln-paper); overflow: hidden; }
.ln-project-hero::after { position: absolute; right: -100px; bottom: -220px; width: 600px; height: 600px; border: 115px solid rgba(112,194,209,.13); border-radius: 50%; content: ''; }
.ln-project-hero.ln-accent-green::after { border-color: rgba(202,221,107,.18); }.ln-project-hero.ln-accent-pink::after { border-color: rgba(234,78,131,.12); }.ln-project-hero.ln-accent-orange::after { border-color: rgba(238,145,68,.14); }
.ln-project-hero-grid { position: relative; z-index: 1; display: grid; margin-top: 75px; grid-template-columns: 1fr .62fr; gap: 100px; align-items: end; }
.ln-project-mark-large { width: 82px; height: 82px; margin: 50px 0 22px; float: none; border-color: var(--ln-ink); color: var(--ln-ink); font-size: 19px; }
.ln-project-hero h1 { margin: 0; font-size: clamp(75px, 11vw, 150px); letter-spacing: -.085em; line-height: .82; }
.ln-project-intro > span { color: #747c7f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-project-intro > p { margin: 24px 0 32px; color: #515a5d; font-size: 19px; line-height: 1.65; }
.ln-project-intro .ln-button b { font-weight: 400; }
.ln-project-profile { background: white; }
.ln-project-profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ln-project-profile article { min-height: 450px; padding: 38px; border: 1px solid var(--ln-line); border-radius: var(--ln-radius); }
.ln-project-profile article > span { color: var(--ln-pink); font-size: 10px; font-weight: 800; }
.ln-project-profile h2 { margin: 75px 0 30px; font-size: 39px; letter-spacing: -.055em; }
.ln-project-profile ul { margin: 0; padding: 0; list-style: none; }
.ln-project-profile li { padding: 15px 0; border-top: 1px solid var(--ln-line); color: #586164; font-size: 14px; line-height: 1.55; }
.ln-project-fit-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 100px; align-items: start; }
.ln-project-fit h2 { max-width: 770px; color: white; font-size: clamp(37px, 5vw, 60px); letter-spacing: -.06em; line-height: 1.08; }
.ln-project-fit-grid > div:last-child > span { display: block; margin-bottom: 22px; color: #81898b; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-project-fit-grid > div:last-child a { display: grid; padding: 19px 0; grid-template-columns: 42px 1fr auto; gap: 10px; border-top: 1px solid #393d3f; color: white; align-items: center; }
.ln-project-fit-grid > div:last-child a:last-child { border-bottom: 1px solid #393d3f; }
.ln-project-fit-grid a b { color: var(--ln-green); font-size: 10px; }.ln-project-fit-grid a i { font-style: normal; }
.ln-project-detail-link { display: inline-flex; margin: 20px 0 2px; gap: 16px; align-items: center; font-size: 11px; font-weight: 800; }
.ln-project-detail-link b { color: var(--ln-pink); font-size: 16px; }
.ln-legal-hero small { display: block; margin-top: 18px; color: #8a9294; font-size: 10px; text-transform: uppercase; }
.ln-footer-legal { display: flex; gap: 18px; }
.ln-status-page { min-height: 760px; padding: 165px 0 100px; background: var(--ln-paper); }
.ln-status-card { max-width: 820px; padding: 70px; border-radius: var(--ln-radius); background: white; box-shadow: 0 25px 70px rgba(16,18,20,.08); }
.ln-status-mark { width: 82px; height: 82px; display: grid; margin-bottom: 38px; place-items: center; border-radius: 24px; background: var(--ln-green); font-size: 30px; font-weight: 800; transform: rotate(-4deg); }
.ln-status-card.is-error .ln-status-mark { background: var(--ln-orange); }
.ln-status-card h1 { margin-bottom: 20px; font-size: clamp(40px, 6vw, 68px); letter-spacing: -.065em; line-height: 1; }
.ln-status-card > p:not(.ln-kicker) { max-width: 600px; margin-bottom: 32px; color: #687174; line-height: 1.75; }

/* Blog */
.ln-blog-heading { display: flex; margin-bottom: 38px; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--ln-line); }
.ln-blog-pillars { padding: 20px 0 95px; background: var(--ln-paper); }
.ln-blog-pillar-grid { display: grid; margin-top: 35px; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ln-line); border-left: 1px solid var(--ln-line); }
.ln-blog-pillar-grid article { min-height: 285px; padding: 24px; border-right: 1px solid var(--ln-line); border-bottom: 1px solid var(--ln-line); }
.ln-blog-pillar-grid article > span { font-size: 9px; font-weight: 800; }.ln-blog-pillar-grid .ln-accent-blue > span { color: var(--ln-blue); }.ln-blog-pillar-grid .ln-accent-green > span { color: #8aa015; }.ln-blog-pillar-grid .ln-accent-pink > span { color: var(--ln-pink); }.ln-blog-pillar-grid .ln-accent-orange > span { color: var(--ln-orange); }
.ln-blog-pillar-grid h2 { margin: 75px 0 14px; font-size: 21px; letter-spacing: -.035em; line-height: 1.15; }
.ln-blog-pillar-grid p { margin: 0; color: #6d7578; font-size: 12px; line-height: 1.65; }
.ln-blog-heading h2 { font-size: 34px; letter-spacing: -.05em; }.ln-blog-heading span { padding-bottom: 12px; color: #858c8f; font-size: 11px; }
.ln-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ln-blog-card { border: 1px solid var(--ln-line); border-radius: 18px; background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.ln-blog-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(16,18,20,.09); }
.ln-blog-image, .ln-blog-placeholder { display: block; height: 220px; overflow: hidden; }
.ln-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.ln-blog-card:hover .ln-blog-image img { transform: scale(1.035); }
.ln-blog-placeholder { position: relative; background: var(--ln-paper); }
.ln-blog-placeholder i { position: absolute; width: 100px; height: 100px; border-radius: 22px; transform: rotate(45deg); }
.ln-blog-placeholder i:nth-child(1) { left: 10%; bottom: -30px; background: var(--ln-blue); }.ln-blog-placeholder i:nth-child(2) { left: 38%; top: -45px; background: var(--ln-green); }.ln-blog-placeholder i:nth-child(3) { right: 5%; bottom: 0; background: var(--ln-pink); }
.ln-blog-card-body { position: relative; min-height: 300px; padding: 26px; }
.ln-blog-card-body > div { display: flex; justify-content: space-between; color: #8c9395; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.ln-blog-card h3 { margin: 27px 0 14px; font-size: 23px; letter-spacing: -.04em; line-height: 1.25; }
.ln-blog-card p { color: #6d7578; font-size: 13px; line-height: 1.65; }
.ln-card-link { position: absolute; right: 24px; bottom: 24px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ln-line); border-radius: 50%; }
.ln-card-link:hover { background: var(--ln-ink); color: white; }
.ln-empty { min-height: 250px; display: grid; place-items: center; text-align: center; }.ln-empty span { color: var(--ln-pink); font-size: 35px; }
.ln-article-header { padding: 160px 0 90px; background: var(--ln-paper); }
.ln-article-heading { max-width: 1000px; }
.ln-article-meta { display: flex; margin: 50px 0 24px; gap: 22px; color: #747c7f; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ln-article-meta span:first-child { color: var(--ln-pink); }
.ln-article-heading h1 { margin-bottom: 26px; font-size: clamp(48px, 7vw, 86px); letter-spacing: -.075em; line-height: .98; }
.ln-article-heading > p { max-width: 800px; color: #626b6e; font-size: 19px; line-height: 1.7; }
.ln-article-layout { display: grid; padding-top: 75px; padding-bottom: 120px; grid-template-columns: 200px minmax(0, 850px); gap: 75px; justify-content: center; }
.ln-article-aside { position: sticky; top: 120px; height: max-content; padding-top: 20px; border-top: 2px solid var(--ln-ink); }
.ln-article-aside span { font-size: 18px; font-weight: 800; }.ln-article-aside p { color: #7c8386; font-size: 10px; line-height: 1.6; text-transform: uppercase; }
.ln-article-cover { margin: 0 0 55px; }.ln-article-cover img { width: 100%; height: auto; border-radius: 18px; object-fit: cover; }
.ln-article-content { color: #33393c; font-size: 17px; line-height: 1.85; }
.ln-article-content h2 { margin: 2em 0 .65em; font-size: 36px; letter-spacing: -.045em; line-height: 1.2; }.ln-article-content h3 { margin: 1.7em 0 .5em; font-size: 26px; letter-spacing: -.035em; }
.ln-article-content a { color: var(--ln-pink); text-decoration: underline; }.ln-article-content img { max-width: 100%; height: auto; border-radius: 14px; }.ln-article-content blockquote { margin: 40px 0; padding: 25px 30px; border-left: 4px solid var(--ln-green); background: var(--ln-paper); font-size: 20px; }
.ln-article-footer { display: flex; margin-top: 65px; padding-top: 28px; align-items: center; gap: 16px; border-top: 1px solid var(--ln-line); }.ln-article-footer p { margin: 0; color: #747c7f; font-size: 12px; }
.ln-article-footer img { width: 126px; height: auto; }
.ln-author-heading { position: relative; z-index: 1; }
.ln-author-heading h1 { margin: 25px 0 18px; font-size: clamp(50px, 7vw, 84px); letter-spacing: -.07em; }
.ln-author-heading > p:not(.ln-kicker) { max-width: 700px; color: #626b6e; font-size: 18px; line-height: 1.7; }
.ln-author-image { width: 110px; height: 110px; float: right; border-radius: 28px; object-fit: cover; transform: rotate(3deg); }
.ln-author-links { display: flex; gap: 18px; }.ln-author-links a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.ln-author-content { max-width: 850px; color: #33393c; font-size: 17px; line-height: 1.85; }.ln-author-content img { max-width: 100%; height: auto; }

/* CTA and footer */
.ln-cta { padding: 28px 0 110px; background: white; }
.ln-cta-inner { position: relative; display: grid; min-height: 340px; padding: 65px; grid-template-columns: 1fr auto; gap: 70px; align-items: center; border-radius: 28px; background: var(--ln-green); overflow: hidden; }
.ln-cta-inner::after { position: absolute; width: 260px; height: 260px; right: -70px; bottom: -130px; border: 55px solid rgba(255,255,255,.2); border-radius: 50%; content: ''; }
.ln-cta-inner > * { position: relative; z-index: 1; }
.ln-cta-inner h2 { max-width: 720px; margin-bottom: 18px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.065em; line-height: 1; }
.ln-cta-inner p:not(.ln-kicker) { max-width: 700px; margin: 0; color: #353b19; line-height: 1.7; }
.ln-footer { padding: 80px 0 30px; background: var(--ln-ink); color: white; }
.ln-brand-light .ln-logo { width: 200px; }
.ln-footer-top { display: grid; padding-bottom: 60px; grid-template-columns: .6fr 1fr; align-items: end; border-bottom: 1px solid #34383a; }
.ln-footer-top p { margin: 15px 0 0; color: #858d8f; font-size: 11px; text-transform: uppercase; }
.ln-footer-statement { display: flex; justify-content: space-between; color: white !important; font-size: clamp(30px, 4vw, 52px); font-weight: 650; letter-spacing: -.055em; line-height: 1.1; }
.ln-footer-statement span { color: var(--ln-green); }
.ln-footer-grid { display: grid; padding: 60px 0; grid-template-columns: 1.2fr .55fr .55fr; gap: 80px; }
.ln-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.ln-footer-label { margin-bottom: 13px; color: #747c7f !important; font-size: 9px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-footer-grid a, .ln-footer-grid span { color: #c4c9ca; font-size: 12px; }.ln-footer-grid a:hover { color: var(--ln-green); }
.ln-footer-bottom { display: flex; padding-top: 24px; justify-content: space-between; border-top: 1px solid #34383a; color: #777f81; font-size: 10px; }
.ln-footer-bottom div { display: flex; gap: 15px; }

/* Responsive */
@media (max-width: 1100px) {
  .ln-nav { gap: 15px; }.ln-nav > a:not(.ln-nav-cta) { font-size: 11px; }
  .ln-language-name { display: none; }.ln-language-code { display: inline; }
  .ln-hero-grid { grid-template-columns: .85fr 1.15fr; gap: 20px; }.ln-orbit-node { width: 145px; }
  .ln-featured-projects, .ln-projects-related { grid-template-columns: repeat(2, 1fr); }
  .ln-ai-method-grid { grid-template-columns: repeat(2, 1fr); }
  .ln-ai-example-grid { grid-template-columns: repeat(2, 1fr); }
  .ln-ai-quality-layout { grid-template-columns: 1fr; }
  .ln-ai-future { min-height: 410px; }
  .ln-section-heading, .ln-page-title { grid-template-columns: 1fr .55fr; gap: 45px; }
  .ln-contact-grid { grid-template-columns: 1fr .45fr; }.ln-contact-form-wrap { padding: 30px; }
}

@media (max-width: 900px) {
  .ln-shell { width: min(calc(100% - 40px), var(--ln-shell)); }
  .ln-header, .ln-header.is-scrolled, .ln-header.is-open { height: 72px; background: rgba(255,255,255,.96); }
  .ln-menu-button { display: flex; align-items: center; gap: 12px; cursor: pointer; }.ln-menu-label { font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .ln-menu-lines { display: flex; width: 24px; flex-direction: column; gap: 6px; }.ln-menu-lines i { height: 2px; background: currentColor; transition: transform .2s; }
  .ln-menu-button[aria-expanded="true"] .ln-menu-lines i:first-child { transform: translateY(4px) rotate(45deg); }.ln-menu-button[aria-expanded="true"] .ln-menu-lines i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .ln-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 28px 20px 35px; align-items: stretch; flex-direction: column; gap: 0; border-top: 1px solid var(--ln-line); background: white; box-shadow: 0 35px 50px rgba(16,18,20,.14); }
  .ln-nav.is-open { display: flex; }.ln-nav > a:not(.ln-nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--ln-line); font-size: 18px; }.ln-nav > a::after { display: none; }
  .ln-language { margin: 16px 0; }.ln-language-trigger { width: 100%; justify-content: flex-start; }.ln-language-name { display: inline; }.ln-language-code { display: inline; margin-left: auto; }.ln-language-menu { position: static; width: 100%; max-height: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; overflow: hidden; transform: none; transition: max-height .25s, padding .25s; }.ln-language-menu.is-open { max-height: 340px; padding: 8px 0 0; }.ln-language-option { border: 1px solid transparent; }.ln-language-option.is-active { border-color: rgba(112,194,209,.22); }.ln-nav-cta { justify-content: space-between; }
  .ln-hero { min-height: auto; padding-top: 135px; }.ln-hero-grid { grid-template-columns: 1fr; }.ln-hero-copy { padding: 0; }.ln-hero h1 { max-width: 760px; }
  .ln-orbit { height: 530px; max-width: 650px; width: 100%; margin: 10px auto; }.ln-orbit-node { width: 160px; }
  .ln-proof { margin-top: 25px; }
  .ln-section { padding: 90px 0; }.ln-section-heading, .ln-page-title { grid-template-columns: 1fr; gap: 25px; }.ln-section-heading { margin-bottom: 45px; }
  .ln-method-grid, .ln-detail-grid, .ln-bridge-grid, .ln-model-grid { grid-template-columns: 1fr; gap: 65px; }.ln-method-copy { position: static; }
  .ln-page-hero { padding: 145px 0 80px; }
  .ln-service-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .ln-outcome-grid, .ln-value-grid { grid-template-columns: repeat(2, 1fr); }
  .ln-ecosystem-grid { grid-template-columns: 1fr; }
  .ln-solution { grid-template-columns: 50px 1fr; }.ln-solution-stack { grid-column: 2; }
  .ln-contact-grid { grid-template-columns: 1fr; }.ln-contact-aside { min-height: 570px; }
  .ln-legal-grid { grid-template-columns: 1fr; gap: 45px; }.ln-legal aside { position: static; }
  .ln-why-grid { grid-template-columns: repeat(2, 1fr); }.ln-models-grid { grid-template-columns: 1fr; }.ln-models-grid article { min-height: 260px; }
  .ln-audience-grid { grid-template-columns: 1fr; }.ln-audience-grid article, .ln-audience-grid article:first-child { border-left: 1px solid var(--ln-line); }
  .ln-faq-grid { grid-template-columns: 1fr; gap: 45px; }.ln-faq-grid > div:first-child { position: static; }
  .ln-project-hero-grid, .ln-project-fit-grid { grid-template-columns: 1fr; gap: 55px; }.ln-project-profile-grid { grid-template-columns: 1fr; }
  .ln-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .ln-blog-pillar-grid { grid-template-columns: repeat(2, 1fr); }.ln-blog-pillar-grid article:last-child { grid-column: span 2; min-height: 220px; }
  .ln-work-grid { grid-template-columns: 1fr; }.ln-work-card { min-height: 260px; }.ln-work-card > span { margin-bottom: 48px; }
  .ln-article-layout { grid-template-columns: 1fr; gap: 25px; }.ln-article-aside { position: static; }
  .ln-cta-inner { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 620px) {
  .ln-shell { width: min(calc(100% - 28px), var(--ln-shell)); }
  .ln-logo { width: 150px; }
  .ln-hero { padding-top: 122px; }.ln-hero h1 { font-size: 50px; }.ln-hero-lead { font-size: 16px; }.ln-actions { align-items: flex-start; flex-direction: column; }
  .ln-orbit { height: 440px; margin-top: 20px; }.ln-orbit-core { width: 140px; height: 140px; }.ln-orbit-node { width: 128px; min-height: 63px; padding: 10px; font-size: 9px; }.ln-orbit-node-1 { left: 30%; }.ln-orbit-node-2 { right: 0; }.ln-orbit-node-3 { right: 0; }.ln-orbit-node-4 { left: 0; }.ln-orbit-node-5 { left: 0; }
  .ln-proof { grid-template-columns: 1fr; }.ln-proof > div, .ln-proof > div:first-child { min-height: 75px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--ln-line); }
  .ln-work-card { min-height: 245px; padding: 24px; }.ln-work-card h3 { font-size: 27px; }.ln-work-card > i { right: 20px; top: 20px; }
  .ln-section { padding: 72px 0; }.ln-section-heading h2, .ln-method-copy h2 { font-size: 40px; }
  .ln-service-row { min-height: 125px; padding: 20px 0; grid-template-columns: 42px 1fr 42px; }.ln-service-row p { font-size: 12px; }.ln-service-arrow { width: 38px; height: 38px; }
  .ln-featured-projects, .ln-projects-related { grid-template-columns: 1fr; }
  .ln-project-card { min-height: 260px; }
  .ln-page-title h1 { font-size: 47px; }.ln-page-title > p { font-size: 15px; }
  .ln-service-panel { padding: 24px 22px; }.ln-service-panel-top p { max-width: 180px; text-align: right; }.ln-service-panel-main { grid-template-columns: 1fr; }.ln-circle-link { width: 48px; height: 48px; }
  .ln-service-hero { min-height: 650px; padding-top: 120px; }.ln-service-hero-grid { margin-top: 45px; }.ln-service-hero h1 { font-size: 51px; }.ln-service-visual b { font-size: 72px; }
  .ln-detail-grid h2 { font-size: 29px; }.ln-outcome-grid, .ln-value-grid { grid-template-columns: 1fr; }
  .ln-ai-method-grid, .ln-ai-quality-grid { grid-template-columns: 1fr; }
  .ln-ai-example-grid { grid-template-columns: 1fr; }
  .ln-ai-example-grid article { min-height: 340px; padding: 24px; }
  .ln-ai-method-grid article { min-height: 280px; padding: 24px; }
  .ln-ai-method-grid h3 { margin-top: 56px; }
  .ln-ai-future { min-height: 390px; padding: 28px; }
  .ln-ai-future h3 { margin-top: 70px; }
  .ln-ai-quality-grid article { min-height: 150px; padding: 22px; }
  .ln-ecosystem-card { min-height: 390px; padding: 22px; grid-template-columns: 34px 50px 1fr; gap: 12px; }.ln-ecosystem-card .ln-project-mark { width: 44px; height: 44px; }.ln-ecosystem-card h2 { font-size: 28px; }
  .ln-filter { flex-wrap: wrap; }.ln-filter > span { width: 100%; }
  .ln-solution { min-height: auto; grid-template-columns: 35px 1fr; gap: 20px; }.ln-solution-stack { padding-left: 0; border-left: 0; }
  .ln-group-composition i { width: 52px; height: 52px; }.ln-group-composition i:nth-child(2) { left: 13%; }.ln-group-composition i:nth-child(3) { left: 26%; }.ln-group-composition i:nth-child(4) { left: 39%; }.ln-group-composition i:nth-child(5) { left: 52%; }.ln-group-composition span { top: 110px; font-size: 68px; }
  .ln-manifesto-grid { grid-template-columns: 1fr; gap: 15px; }.ln-model-graphic { height: 310px; }
  .ln-contact-form-wrap { padding: 24px; }.ln-contact-form-wrap > div { grid-template-columns: 34px 1fr; }.ln-contact-form-wrap > div p { grid-column: 2; }.ln-form { grid-template-columns: 1fr; }.ln-form-wide { grid-column: auto; }.ln-form-submit { align-items: flex-start; flex-direction: column; }
  .ln-legal article { padding-left: 35px; }
  .ln-why-grid { grid-template-columns: 1fr; }.ln-why-grid article { min-height: 255px; }.ln-why-grid h3 { margin-top: 62px; }
  .ln-project-hero { min-height: 650px; padding-top: 120px; }.ln-project-hero-grid { margin-top: 45px; }.ln-project-hero h1 { font-size: 67px; }.ln-project-intro > p { font-size: 16px; }
  .ln-project-profile article { min-height: 390px; padding: 28px; }.ln-project-profile h2 { margin-top: 58px; font-size: 33px; }
  .ln-faq-list summary { min-height: 82px; grid-template-columns: 30px 1fr; font-size: 15px; }.ln-faq-list details > p { margin-left: 30px; }
  .ln-status-card { padding: 40px 24px; }
  .ln-blog-grid { grid-template-columns: 1fr; }.ln-blog-image, .ln-blog-placeholder { height: 205px; }
  .ln-blog-pillar-grid { grid-template-columns: 1fr; }.ln-blog-pillar-grid article, .ln-blog-pillar-grid article:last-child { grid-column: auto; min-height: 225px; }.ln-blog-pillar-grid h2 { margin-top: 55px; }
  .ln-article-header { padding: 125px 0 65px; }.ln-article-meta { flex-wrap: wrap; }.ln-article-heading h1 { font-size: 43px; }.ln-article-layout { padding-top: 45px; }.ln-article-content { font-size: 16px; }
  .ln-cta { padding-bottom: 72px; }.ln-cta-inner { min-height: 380px; padding: 40px 25px; }.ln-cta-inner h2 { font-size: 40px; }
  .ln-footer-top, .ln-footer-grid { grid-template-columns: 1fr; gap: 45px; }.ln-footer-statement { margin-top: 38px; }.ln-footer-grid { padding: 45px 0; }.ln-footer-bottom { flex-wrap: wrap; gap: 18px; }.ln-footer-legal { width: 100%; order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ln-project-marquee > div { animation: none; }
  .ln-js [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
