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

:root {
  --ink: #151515;
  --muted: #596170;
  --line: #dbe1eb;
  --paper: #ffffff;
  --white: #fff;
  --warm: #eef3ff;
  --acid: #d7eb34;
  --coral: #ef6448;
  --blue: #3155d9;
  --radius: 22px;
}

@media (max-width: 1180px) {
  .mobile-menu nav > .mobile-callback { margin: -4px 5px 14px; padding: 0 0 12px; border-bottom: 1px solid var(--line); color: var(--coral); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: "Onest", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.is-current-link { cursor: default; pointer-events: none; }
.desktop-nav .is-current-link,.mobile-menu .is-current-link { color: var(--coral); }
.footer-column .is-current-link { color: var(--acid); opacity: .72; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell > *, main section > *, [class*="grid"] > *, [class*="copy"] { min-width: 0; }
h1, h2, h3, p, a, button, span { overflow-wrap: break-word; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.utility-bar { background: var(--ink); color: #cfcfc8; font-size: 11px; letter-spacing: .04em; }
.utility-inner { height: 31px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 24px; }
.utility-inner a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(21,21,21,.1); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 34px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: block; flex: 0 0 auto; transition: transform .22s ease; filter: drop-shadow(0 7px 12px rgba(21,21,21,.14)); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand:hover .brand-mark { transform: translateY(-2px) rotate(-3deg); }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy b { display: flex; align-items: center; gap: 3px; font-family: "Manrope", Arial, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .01em; }
.brand-copy b i { color: var(--coral); font-style: normal; }
.brand-copy small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.desktop-nav > a, .desktop-nav summary { font-size: 13px; font-weight: 600; cursor: pointer; list-style: none; white-space: nowrap; }
.desktop-nav summary::-webkit-details-marker { display: none; }
.desktop-nav summary span { color: var(--muted); margin-left: 3px; }
.desktop-nav > a:hover, .desktop-nav summary:hover { color: var(--coral); }
.desktop-nav .nav-contact-link { position: relative; padding-left: 13px; font-weight: 700; }
.desktop-nav .nav-contact-link::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 50%; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }
.mega-trigger, .simple-trigger { position: static; }
.mega-trigger[open] summary, .simple-trigger[open] summary { color: var(--coral); }
.mega-menu { position: absolute; left: 0; right: 0; top: 74px; padding: 24px; display: grid; grid-template-columns: .8fr 2.2fr; gap: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(21,21,21,.14); }
.mega-intro { padding: 22px; border-radius: 14px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; align-items: flex-start; }
.mega-intro span, .footer-column > span { text-transform: uppercase; font-size: 10px; letter-spacing: .14em; color: #9c9c96; }
.mega-intro strong { font-size: 22px; line-height: 1.25; margin: 28px 0 auto; max-width: 260px; }
.mega-intro a { color: var(--acid); font-size: 12px; margin-top: 28px; }
.mega-services { display: grid; grid-template-columns: 1fr 1fr; }
.mega-services a { display: grid; grid-template-columns: 30px 1fr 24px; gap: 8px; align-items: center; padding: 17px 12px; border-bottom: 1px solid var(--line); }
.mega-services a:nth-last-child(-n+2) { border-bottom: 0; }
.mega-services small { color: var(--muted); }
.mega-services span { font-size: 16px; font-weight: 600; }
.mega-services i { font-style: normal; opacity: 0; transition: .2s; }
.mega-services a:hover { background: var(--paper); }
.mega-services a:hover i { opacity: 1; }
.simple-trigger { position: relative; }
.simple-menu { position: absolute; top: 30px; left: -18px; display: grid; width: 210px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 40px rgba(21,21,21,.12); }
.simple-menu a { padding: 11px 10px; border-radius: 7px; font-size: 13px; }
.simple-menu a:hover { background: var(--paper); }
.button { min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--white); }
.button-primary:hover { background: #d94f35; }
.button-dark { background: var(--ink); color: var(--white); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.38); }
.button-ghost:hover { background: var(--white); }
.header-cta { min-height: 44px; padding-inline: 18px; }
.mobile-menu { display: none; }

.home-hero { min-height: 680px; padding: 42px 0 0; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(125deg,#fff 0%,#fff 58%,#edf3ff 58%,#edf3ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 44px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; color: var(--muted); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.hero-copy h1 { max-width: 720px; margin: 20px 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(50px, 4.8vw, 72px); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--coral); }
.hero-copy > p { max-width: 610px; font-size: 18px; line-height: 1.55; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 32px; }
.hero-facts div { min-height: 82px; padding: 15px; display: grid; align-content: center; gap: 4px; border-radius: 12px; background: #dfe8ff; }
.hero-facts div:nth-child(2) { background: #fff0e8; }
.hero-facts div:nth-child(3) { background: #f1f7d4; }
.hero-facts strong { font-size: 22px; }
.hero-facts span { font-size: 11px; color: var(--muted); }
.hero-showcase { height: 535px; position: relative; border-radius: 28px; background: linear-gradient(145deg,#3155d9 0%,#5b7aec 52%,#dfe8ff 52%,#dfe8ff 100%); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(21,21,21,.08); }
.hero-showcase::before { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; bottom: -100px; border: 1px solid rgba(21,21,21,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.16),0 0 0 120px rgba(255,255,255,.12); }
.showcase-label { position: absolute; z-index: 4; left: 28px; right: 28px; top: 24px; display: flex; justify-content: space-between; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.showcase-window { position: absolute; overflow: hidden; border: 1px solid rgba(21,21,21,.12); box-shadow: 0 30px 60px rgba(37,58,113,.22); }
.window-main { width: 75%; left: 9%; top: 93px; border-radius: 14px; background: var(--white); transform: rotate(-2deg); }
.window-main img { width: 100%; }
.fake-browser { height: 26px; padding: 0 9px; display: flex; gap: 4px; align-items: center; background: #f0f0ed; }
.fake-browser i { width: 5px; height: 5px; border-radius: 50%; background: #aaa; }
.fake-browser span { font-size: 7px; color: #8a8983; margin-left: 7px; }
.window-app { width: 29%; right: 5%; bottom: 57px; border-radius: 19px; transform: rotate(5deg); }
.window-app img { width: 100%; }
.showcase-note { position: absolute; bottom: 22px; left: 28px; display: flex; flex-wrap: wrap; gap: 6px; }
.showcase-note span { padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.72); font-size: 9px; text-transform: uppercase; }
.orbit-stamp { position: absolute; z-index: 4; width: 102px; height: 102px; right: 22px; top: 42px; background: var(--acid); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(9deg); }
.orbit-stamp b { font-size: 27px; line-height: 1; }
.orbit-stamp span { margin-top: 4px; font-size: 7px; line-height: 1.2; text-transform: uppercase; letter-spacing: .13em; text-align: center; }
.client-line { height: 78px; padding: 0 24px; display: flex; align-items: center; gap: 48px; margin-top: 30px; border-radius: 16px 16px 0 0; background: var(--ink); color: var(--white); }
.client-line > span { flex-shrink: 0; color: #9c9c96; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.client-line div { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.client-line b { color: var(--white); font-size: 13px; white-space: nowrap; }
.client-line b:nth-child(2), .client-line b:nth-child(5) { color: var(--acid); }

.section { padding: 88px 0; }
.section-warm { background: var(--warm); }
.section-title { display: grid; grid-template-columns: 1.25fr .75fr auto; gap: 42px; align-items: end; margin-bottom: 38px; }
.section-title > div > span { display: block; margin-bottom: 20px; color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; }
.section-title :is(h1, h2) { margin: 0; max-width: 790px; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-title > p { margin: 0; max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.text-link { font-size: 12px; font-weight: 700; white-space: nowrap; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link i { color: var(--coral); font-style: normal; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 28px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: auto -10% -60% auto; width: 220px; height: 220px; border-radius: 50%; background: var(--accent); opacity: 0; transform: scale(.6); transition: .3s; }
.service-card:hover::before { opacity: .19; transform: scale(1); }
.service-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.service-top i { font-style: normal; color: var(--ink); }
.service-card h3 { margin: 55px 0 12px; max-width: 290px; font-size: 25px; letter-spacing: -.03em; }
.service-card p { margin: 0; max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-commercial { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; gap: 8px; font-size: 11px; }
.service-commercial span:last-child { color: var(--muted); }
.price-note { color: var(--muted); font-size: 10px; margin: 18px 0 0; }
.case-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.case-card { display: block; }
.case-card:not(.case-wide) { display: grid; grid-template-columns: 1fr; }
.case-card:nth-child(3) { grid-column: 2; }
.case-image { min-height: 350px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); position: relative; }
.case-wide .case-image { min-height: 590px; }
.case-image.blue { background: #3158d6; }
.case-image.cobalt { background: #3153d3; }
.case-image.sky { background: #d8e8ff; }
.case-image img { width: 75%; max-height: 82%; object-fit: contain; transition: transform .4s; }
.case-wide .case-image img { width: 82%; }
.case-card:hover .case-image img { transform: scale(1.035); }
.case-card-copy { min-height: 126px; padding: 22px 4px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid transparent; }
.case-card-copy > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.case-card-copy h3 { margin: 8px 0 4px; font-size: 24px; }
.case-card-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.case-card-copy > i { width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-style: normal; }
.cases-explorer { padding: 26px 0 110px; }
.cases-toolbar { margin-bottom: 30px; padding: 14px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; border-radius: 18px; background: var(--ink); }
.cases-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.cases-filters button { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #454541; border-radius: 99px; background: transparent; color: var(--white); font-size: 10px; font-weight: 700; cursor: pointer; }
.cases-filters button small { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; background: #30302d; color: #aaa; }
.cases-filters button:hover, .cases-filters button.active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.cases-filters button.active small { background: var(--ink); color: var(--acid); }
.cases-count { min-width: 130px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); }
.cases-count strong { color: var(--acid); font-size: 39px; line-height: 1; }
.cases-count span { color: #aaa; font-size: 9px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.case-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.portfolio-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .22s, box-shadow .22s; }
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(26,38,70,.12); }
.portfolio-card-wide { grid-column: span 2; }
.portfolio-image { height: 285px; position: relative; overflow: hidden; background: #dfe8ff; }
.portfolio-card-wide .portfolio-image { height: 365px; }
.portfolio-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.portfolio-card:hover .portfolio-image img { transform: none; }
.portfolio-image > span { position: absolute; right: 13px; bottom: 13px; padding: 8px 11px; border-radius: 99px; background: rgba(21,21,21,.86); color: var(--white); font-size: 9px; backdrop-filter: blur(8px); }
.portfolio-copy { min-height: 275px; padding: 23px; display: flex; flex-direction: column; }
.portfolio-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-meta i { color: var(--coral); font-style: normal; font-size: 15px; }
.portfolio-copy h2 { margin: 38px 0 12px; font-family: "Manrope", Arial, sans-serif; font-size: 25px; line-height: 1.04; letter-spacing: -.04em; }
.portfolio-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.portfolio-tags { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 6px; }
.portfolio-tags span { padding: 6px 8px; border: 1px solid rgba(21,21,21,.14); border-radius: 99px; font-size: 8px; }
.tone-coral .portfolio-copy { background: #fff0e8; }
.tone-blue .portfolio-copy { background: #e4ebff; }
.tone-acid .portfolio-copy { background: #f1f7d4; }
.tone-violet .portfolio-copy { background: #eee8ff; }
.tone-mint .portfolio-copy { background: #e3f4ee; }
.tone-sand .portfolio-copy { background: #f5eee3; }
.cases-more { margin: 32px auto 0; display: flex; }
.cases-more span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 9px; }
.proof-band { background: var(--ink); color: var(--white); }
.proof-grid { min-height: 205px; display: grid; grid-template-columns: repeat(3,1fr) .8fr; gap: 46px; align-items: center; }
.proof-grid > div { display: flex; align-items: center; gap: 18px; }
.proof-grid strong { font-size: 42px; letter-spacing: -.05em; color: var(--acid); }
.proof-grid span { max-width: 160px; color: #b8b8b2; font-size: 11px; line-height: 1.45; }
.proof-grid a { justify-self: end; font-size: 12px; border-bottom: 1px solid #777; padding-bottom: 5px; }
.proof-grid i { color: var(--acid); font-style: normal; }
.process-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { min-height: 145px; display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--coral); font-size: 12px; }
.process-list h3 { margin: 0 0 10px; font-size: 25px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contract-card { padding: 34px; background: #e2eafc; border-radius: var(--radius); align-self: start; position: sticky; top: 120px; }
.contract-card > span { text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.contract-card h3 { margin: 66px 0 24px; font-size: 29px; line-height: 1.15; }
.contract-card ul { list-style: none; margin: 0 0 45px; padding: 0; }
.contract-card li { padding: 12px 0 12px 20px; border-top: 1px solid rgba(21,21,21,.16); position: relative; font-size: 12px; }
.contract-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }
.contract-card a { font-size: 12px; font-weight: 700; }
.expertise-home { background: #fff0e7; }
.industry-cloud { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(21,21,21,.15); }
.industry-cloud > * { padding: 24px 0; display: grid; grid-template-columns: 48px 1fr 24px; gap: 12px; border-bottom: 1px solid rgba(21,21,21,.15); font-size: 22px; }
.industry-cloud > *:nth-child(odd) { padding-right: 30px; border-right: 1px solid rgba(21,21,21,.15); }
.industry-cloud > *:nth-child(even) { padding-left: 30px; }
.industry-cloud span { color: var(--muted); font-size: 10px; }
.industry-cloud i { font-style: normal; opacity: .35; }
.industry-cloud a:hover i { color: var(--coral); opacity: 1; }
.industry-cloud-static .industry-item { align-items: center; }
.industry-cloud-static .industry-item strong { font-weight: 500; }
.industry-cloud-static .industry-item i { color: var(--coral); font-size: 9px; opacity: 1; }
.review-feature { display: grid; grid-template-columns: 1fr .7fr; gap: 30px; min-height: 520px; }
.review-quote { padding: 52px; background: var(--ink); color: var(--white); border-radius: var(--radius); display: flex; flex-direction: column; }
.quote-mark { color: var(--acid); font-family: Georgia,serif; font-size: 80px; line-height: .8; }
.review-quote blockquote { margin: 55px 0 auto; max-width: 720px; font-size: clamp(26px,3vw,40px); line-height: 1.24; letter-spacing: -.03em; }
.review-quote > div { margin-top: 42px; display: grid; gap: 4px; }
.review-quote > div span { color: #aaa; font-size: 11px; }
.letter-preview { min-height: 520px; padding: 26px; background: #dae6ff; border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.letter-preview img { width: 70%; height: 420px; object-fit: cover; object-position: top; transform: rotate(3deg); box-shadow: 0 20px 50px rgba(38,57,104,.22); }
.letter-preview > span { align-self: flex-start; margin-top: auto; font-size: 11px; font-weight: 700; }
.article-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.article-card { min-height: 350px; padding: 28px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.article-card > div:first-child { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 7px 14px; }
.article-card > div:first-child span { color: var(--ink); }
.article-card > div:first-child small { color: var(--muted); }
.article-featured { background: #dbe5ff; }
.article-card:nth-child(3n+2) { background: #fff0e8; }
.article-card:nth-child(3n+3) { background: #f2f7d5; }
.article-meta, .article-bottom { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.article-meta span:first-child { color: var(--coral); }
.article-card h3 { margin: 58px 0 15px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.article-featured h3 { font-size: 29px; }
.article-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.article-bottom { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); }
.article-bottom i { color: var(--ink); font-style: normal; font-weight: 700; }
.project-cta { padding: 105px 0; background: var(--coral); color: var(--white); }
.project-cta-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px 70px; align-items: end; }
.project-cta-inner > div:first-child { max-width: 720px; }
.project-cta-inner > div:first-child > span { color: #ffd6ce; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.project-cta-inner > div:first-child h2 { margin: 18px 0 13px; font-size: clamp(36px,4vw,58px); line-height: 1; letter-spacing: -.045em; }
.project-cta-inner > div:first-child p { max-width: 580px; margin: 0; color: #ffe0da; line-height: 1.55; }
.project-cta-inner > .button { grid-column: 2; grid-row: 1; }
.project-cta-contact { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 9px 22px; }
.project-cta-contact small { color: #ffd6ce; }
.project-cta-contact a { font-weight: 700; }
.cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.cta-copy .eyebrow { color: #ffd6ce; }
.cta-copy h2 { margin: 22px 0; font-family: "Manrope",sans-serif; font-size: clamp(43px,4vw,62px); line-height: 1; letter-spacing: -.05em; }
.cta-copy > p { max-width: 460px; color: #ffe0da; line-height: 1.55; }
.cta-contact { margin-top: 75px; display: grid; gap: 7px; }
.cta-contact small { color: #ffd6ce; }
.cta-contact a { font-size: 24px; font-weight: 600; }
.brief-form { padding: 35px; background: var(--paper); color: var(--ink); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.brief-form label > span, .brief-form legend { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.brief-form label { display: block; margin-bottom: 18px; }
.brief-form input, .brief-form textarea, .brief-form select { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; padding: 13px 0; background: transparent; color: var(--ink); font-size: 14px; }
.brief-form input:focus, .brief-form textarea:focus, .brief-form select:focus { border-color: var(--ink); }
.brief-form textarea { height: 95px; resize: vertical; }
.brief-form fieldset { border: 0; padding: 0; margin: 0 0 20px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { margin: 0; }
.choice-grid input { width: 1px; height: 1px; position: absolute; opacity: 0; clip-path: inset(50%); }
.choice-grid span { min-height: 42px; display: grid !important; place-items: center; margin: 0 !important; border: 1px solid var(--line); border-radius: 99px; color: var(--ink) !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.choice-grid input:checked + span { background: var(--ink); color: var(--white) !important; }
.form-submit { display: flex; align-items: center; gap: 20px; margin-top: 8px; }
.form-submit small { max-width: 250px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.form-submit small a { text-decoration: underline; }
.form-success { min-height: 300px; padding: 45px; border-radius: var(--radius); background: var(--paper); color: var(--ink); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.form-success > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-size: 24px; }
.form-success h3 { font-size: 30px; margin: 22px 0 8px; }
.form-success p { color: var(--muted); }
.form-success button { border: 0; padding: 0; background: none; text-decoration: underline; cursor: pointer; }

.site-footer { padding: 72px 0 25px; background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; padding-bottom: 60px; }
.site-footer .brand-mark { filter: none; }
.site-footer .brand-bird-left { fill: var(--ink); }
.site-footer .brand-bird-right { fill: var(--coral); }
.site-footer .brand-eye-left { fill: var(--white); }
.site-footer .brand-copy small { color: #888; }
.footer-lead > p { max-width: 300px; margin: 30px 0; color: #a7a7a1; font-size: 12px; line-height: 1.55; }
.footer-mail, .footer-phone { display: block; font-size: 17px; margin-top: 7px; }
.footer-column { display: flex; flex-direction: column; gap: 14px; }
.footer-column > span { margin-bottom: 10px; }
.footer-column a { color: #d0d0ca; font-size: 12px; }
.footer-column a:hover { color: var(--acid); }

.seo-service-route { padding: 42px 0; border-top: 1px solid rgba(21,21,21,.1); background: #f3f6ff; }
.seo-service-route-inner { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(0,1.7fr) auto; gap: 38px; align-items: start; }
.seo-service-route-inner > div > span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.seo-service-route h2 { max-width: 350px; margin: 9px 0 0; font-size: 28px; line-height: 1.05; }
.seo-service-route nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
.seo-service-route nav a { min-width: 0; padding: 10px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(21,21,21,.13); font-size: 12px; font-weight: 700; }
.seo-service-route nav i { color: var(--coral); font-style: normal; }
.seo-service-route > .shell > .text-link { margin-top: 7px; white-space: nowrap; }

@media (max-width: 980px) {
  .seo-service-route-inner { grid-template-columns: 1fr; gap: 24px; }
  .seo-service-route h2 { max-width: 620px; }
  .seo-service-route > .shell > .text-link { justify-self: start; }
}

@media (max-width: 560px) {
  .seo-service-route { padding: 32px 0; }
  .seo-service-route h2 { font-size: 24px; }
  .seo-service-route nav { grid-template-columns: 1fr; }
  .seo-service-route nav a { overflow-wrap: anywhere; }
}

/* Service editorial guide: useful long-form content without an SEO text wall. */
.service-editorial-section { padding: 96px 0; background: #f3f6ff; }
.service-editorial-layout { display: grid; grid-template-columns: minmax(250px,.68fr) minmax(0,1.32fr); gap: 24px; align-items: start; }
.service-editorial-nav { position: sticky; top: 112px; min-width: 0; padding: 32px; border-radius: 22px; color: #fff; background: #171717; box-shadow: 12px 12px 0 var(--lime); }
.service-editorial-nav > span { display: block; margin-bottom: 18px; color: #ff755e; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-editorial-nav h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(30px,3vw,44px); line-height: .98; letter-spacing: -.055em; overflow-wrap: anywhere; }
.service-editorial-nav nav { display: grid; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.18); }
.service-editorial-nav nav a { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 12px; line-height: 1.35; }
.service-editorial-nav nav a:hover { color: var(--lime); }
.service-editorial-nav nav b { color: var(--lime); font-size: 9px; letter-spacing: .08em; }
.service-editorial-author { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 13px; align-items: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.service-editorial-author img { width: 48px; height: 48px; border-radius: 13px; object-fit: cover; background: #3155d9; }
.service-editorial-author div { min-width: 0; display: grid; gap: 3px; }
.service-editorial-author small { color: #9a9a96; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.service-editorial-author strong { font-size: 11px; }
.service-editorial-author a { color: var(--lime); font-size: 10px; font-weight: 700; }
.service-editorial-article { min-width: 0; display: grid; gap: 14px; }
.service-editorial-article > header,.service-editorial-article > section,.service-editorial-article > footer { min-width: 0; padding: 42px; border: 1px solid rgba(21,21,21,.12); border-radius: 22px; background: #fff; }
.service-editorial-article > header { color: #fff; border-color: #3155d9; background: #3155d9; overflow: hidden; position: relative; }
.service-editorial-article > header::after { content: "G/L"; position: absolute; right: -14px; top: -37px; color: rgba(255,255,255,.08); font-family: "Manrope",sans-serif; font-size: 150px; font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.service-editorial-article > header > span,.service-editorial-article > section > span { position: relative; z-index: 1; display: block; margin-bottom: 20px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-editorial-article > header > p { position: relative; z-index: 1; max-width: 760px; margin: 0; color: #fff; font-size: clamp(21px,2.5vw,31px); line-height: 1.3; letter-spacing: -.025em; }
.service-editorial-article > header dl { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 34px 0 0; }
.service-editorial-article > header dl div { min-width: 0; padding: 17px; border-radius: 13px; background: rgba(255,255,255,.12); }
.service-editorial-article > header dt { margin-bottom: 8px; color: #bfc9ff; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.service-editorial-article > header dd { margin: 0; font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.service-editorial-article > section { scroll-margin-top: 110px; }
.service-editorial-article > section > span { color: var(--coral); }
.service-editorial-article h3 { max-width: 720px; margin: 0 0 22px; font-family: "Manrope",sans-serif; font-size: clamp(34px,4vw,54px); line-height: 1.02; letter-spacing: -.05em; }
.service-editorial-article h4 { margin: 26px 0 10px; font-size: 19px; line-height: 1.15; letter-spacing: -.025em; }
.service-editorial-article p { color: var(--muted); font-size: 14px; line-height: 1.72; }
.service-editorial-focus { max-width: 820px; margin: 0 0 28px; color: #151515 !important; font-size: 20px !important; line-height: 1.5 !important; letter-spacing: -.015em; }
.service-editorial-when { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-editorial-when li { min-width: 0; padding: 20px; border-radius: 14px; background: #edf3ff; font-size: 12px; line-height: 1.55; }
.service-editorial-when li:nth-child(2) { background: #fff0e8; }
.service-editorial-when li:nth-child(3) { background: #f1f7d4; }
.service-editorial-article blockquote { margin: 30px 0; padding: 25px 28px; border-radius: 15px; color: #151515; background: var(--lime); font-size: 17px; font-weight: 650; line-height: 1.5; }
.service-editorial-article blockquote small { display: block; margin-bottom: 11px; color: #6a7213; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.service-editorial-decisions { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.service-editorial-decisions > div { min-width: 0; padding: 22px; border: 1px solid rgba(21,21,21,.1); border-radius: 14px; }
.service-editorial-decisions > div > span { color: var(--coral); font-size: 9px; font-weight: 800; }
.service-editorial-decisions p { margin: 0; font-size: 11px; line-height: 1.55; }
.service-editorial-split { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(230px,.82fr); gap: 24px; }
.service-editorial-split > div { min-width: 0; }
.service-editorial-split > aside { min-width: 0; padding: 26px; border-radius: 16px; color: #fff; background: #171717; }
.service-editorial-split > aside small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-editorial-split > aside p { color: #d4d4cf; font-size: 12px; }
.service-editorial-split > aside a { display: inline-block; margin-top: 12px; color: var(--lime); font-size: 11px; font-weight: 800; }
.service-editorial-check { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 28px; }
.service-editorial-check > div { min-width: 0; display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 12px; align-items: center; padding: 17px; border-radius: 13px; background: #f3f6ff; font-size: 12px; line-height: 1.4; }
.service-editorial-check i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #151515; background: var(--lime); font-style: normal; font-weight: 900; }
.service-editorial-article > footer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; color: #fff; background: #171717; }
.service-editorial-article > footer strong { color: var(--lime); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.service-editorial-article > footer p { max-width: 670px; margin: 9px 0 0; color: #d4d4cf; font-size: 12px; }
.service-editorial-article > footer .button { white-space: nowrap; }

@media (max-width: 1080px) {
  .service-editorial-layout { grid-template-columns: 1fr; }
  .service-editorial-nav { position: static; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(220px,.8fr); gap: 22px; align-items: end; box-shadow: 8px 8px 0 var(--lime); }
  .service-editorial-nav > span { grid-column: 1/-1; margin-bottom: -6px; }
  .service-editorial-nav nav { margin-top: 0; }
  .service-editorial-author { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  .service-editorial-section { padding: 66px 0; }
  .service-editorial-nav { display: block; padding: 25px; }
  .service-editorial-nav > span { margin-bottom: 18px; }
  .service-editorial-nav nav { margin-top: 26px; }
  .service-editorial-article > header,.service-editorial-article > section,.service-editorial-article > footer { padding: 27px; border-radius: 17px; }
  .service-editorial-article > header dl,.service-editorial-when,.service-editorial-decisions,.service-editorial-check { grid-template-columns: 1fr; }
  .service-editorial-split { grid-template-columns: 1fr; }
  .service-editorial-article > footer { grid-template-columns: 1fr; }
  .service-editorial-article > footer .button { width: 100%; white-space: normal; text-align: center; }
  .service-editorial-article > header::after { right: -7px; top: -14px; font-size: 95px; }
  .service-editorial-focus { font-size: 17px !important; }
}
.footer-bottom { min-height: 70px; padding-top: 22px; border-top: 1px solid #393936; display: flex; gap: 35px; color: #7f7f7a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom a:last-child { margin-left: auto; color: #bdbdb8; }

.page-hero { min-height: 500px; padding: 50px 0 48px; background: var(--white); }
.page-hero-copy h1 { margin: 20px 0; max-width: 900px; font-family: "Manrope",sans-serif; font-size: clamp(50px,5vw,74px); line-height: .98; letter-spacing: -.06em; }
.page-hero-copy > p { max-width: 720px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.page-hero-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.page-hero-art { --art-bg: var(--blue); --art-shadow: #ffded5; --art-accent: var(--acid); width: 100%; max-width: 455px; min-height: 390px; padding: 22px; justify-self: end; display: flex; flex-direction: column; position: relative; overflow: hidden; border-radius: 22px; background: var(--art-bg); color: var(--white); box-shadow: 18px 18px 0 var(--art-shadow); transition: background .25s ease, box-shadow .25s ease; }
.page-hero-art::before { content: ""; width: 250px; height: 250px; position: absolute; right: -105px; bottom: -135px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.04), 0 0 0 84px rgba(255,255,255,.025); }
.page-art-mark { position: absolute; right: 22px; top: 53px; color: var(--art-accent); font-family: "Manrope",sans-serif; font-size: 105px; font-weight: 800; line-height: .8; letter-spacing: -.1em; opacity: .11; transform: rotate(-5deg); pointer-events: none; }
.page-hero-art--cases { --art-bg: #171b29; --art-shadow: #dfe8ff; --art-accent: var(--acid); }
.page-hero-art--team { --art-bg: #6748bd; --art-shadow: #ece3ff; --art-accent: #ffcf57; }
.page-hero-art--reviews { --art-bg: #087965; --art-shadow: #d9f1ea; --art-accent: var(--acid); }
.page-hero-art--blog { --art-bg: #303a85; --art-shadow: #e1e6ff; --art-accent: #ffb19d; }
.page-hero-art--news { --art-bg: #df5d43; --art-shadow: #ffe1d7; --art-accent: var(--acid); }
.page-hero-art--careers { --art-bg: #7b4cb4; --art-shadow: #f0e1ff; --art-accent: #ffcf57; }
.page-hero-art--prices { --art-bg: #234e48; --art-shadow: #dcefe9; --art-accent: var(--acid); }
.page-hero-art--expertise { --art-bg: #285b6d; --art-shadow: #d9edf4; --art-accent: #8ce6cf; }
.art-grid, .map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(21,21,21,.09) 1px, transparent 1px),linear-gradient(90deg,rgba(21,21,21,.09) 1px,transparent 1px); background-size: 32px 32px; }
.page-art-head, .page-art-foot { z-index: 1; position: relative; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.78); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.page-art-head b { color: var(--art-accent); }
.page-art-facts { z-index: 1; margin: auto 0; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.page-art-facts > div { min-height: 105px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 13px; background: var(--white); color: var(--ink); }
.page-art-facts > div:nth-child(2) { background: var(--acid); }
.page-art-facts > div:nth-child(3) { background: var(--coral); color: var(--white); }
.page-art-facts > div:nth-child(4) { background: var(--ink); color: var(--white); }
.page-hero-art--cases .page-art-facts > div:nth-child(2) { background: #dfe8ff; }
.page-hero-art--cases .page-art-facts > div:nth-child(3) { background: var(--acid); color: var(--ink); }
.page-hero-art--team .page-art-facts > div:nth-child(2), .page-hero-art--careers .page-art-facts > div:nth-child(2) { background: #ffcf57; }
.page-hero-art--team .page-art-facts > div:nth-child(3) { background: #dfe8ff; color: var(--ink); }
.page-hero-art--reviews .page-art-facts > div:nth-child(3), .page-hero-art--expertise .page-art-facts > div:nth-child(3) { background: #dfe8ff; color: var(--ink); }
.page-hero-art--blog .page-art-facts > div:nth-child(2) { background: #ffb19d; }
.page-hero-art--news .page-art-facts > div:nth-child(2) { background: var(--acid); }
.page-hero-art--news .page-art-facts > div:nth-child(3) { background: #dfe8ff; color: var(--ink); }
.page-hero-art--prices .page-art-facts { grid-template-columns: 1fr; }
.page-hero-art--prices .page-art-facts > div { min-height: 52px; padding: 11px 15px; flex-direction: row; align-items: center; }
.page-hero-art--prices .page-art-facts > div:nth-child(3) { background: #dfe8ff; color: var(--ink); }
.page-art-facts strong { font-size: 25px; letter-spacing: -.04em; }
.page-art-facts span { color: inherit; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; opacity: .72; }
.page-art-foot a { color: var(--white); font-weight: 700; }
.commercial-proof { background: var(--ink); color: var(--white); }
.commercial-proof > .shell { min-height: 118px; display: grid; grid-template-columns: repeat(4,1fr) auto; gap: 0; align-items: stretch; }
.commercial-proof > .shell > div { padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid #3a3a37; }
.commercial-proof > .shell > div:first-child { padding-left: 0; }
.commercial-proof strong { color: var(--acid); font-size: 13px; }
.commercial-proof span { color: #9e9e98; font-size: 9px; }
.commercial-proof a { min-width: 160px; padding-left: 25px; display: flex; align-items: center; justify-content: flex-end; color: var(--white); font-size: 10px; font-weight: 700; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.service-catalog { border-top: 1px solid var(--line); }
.service-catalog-row { min-height: 178px; display: grid; grid-template-columns: 60px 1.4fr .55fr 35px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.service-catalog-row > span { color: var(--coral); font-size: 11px; }
.service-catalog-row h2 { margin: 0 0 8px; font-size: 30px; }
.service-catalog-row p { margin: 0; color: var(--muted); font-size: 13px; }
.catalog-meta { display: grid; gap: 7px; font-size: 12px; }
.catalog-meta span:last-child { color: var(--muted); }
.service-catalog-row > i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-style: normal; }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .section-title > p, .section-dark .section-title > div > span { color: #969691; }
.dark-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #444; border-left: 1px solid #444; }
.dark-feature-grid article { min-height: 250px; padding: 25px; border-right: 1px solid #444; border-bottom: 1px solid #444; }
.dark-feature-grid span { color: var(--acid); font-size: 10px; }
.dark-feature-grid h3 { margin: 80px 0 12px; font-size: 23px; }
.dark-feature-grid p { color: #aaa; font-size: 12px; }

.service-hero { padding: 80px 0; background: color-mix(in srgb,var(--accent) 14%,var(--paper)); border-bottom: 1px solid var(--line); }
.service-hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.service-hero .breadcrumbs { margin-bottom: 75px; }
.service-hero h1 { margin: 22px 0; font-family: "Manrope",sans-serif; font-size: clamp(56px,6vw,90px); line-height: .96; letter-spacing: -.06em; }
.service-hero-grid > div > p { max-width: 750px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.service-offer-card { min-height: 390px; padding: 35px; border-radius: var(--radius); background: var(--white); display: flex; flex-direction: column; box-shadow: 0 22px 50px rgba(21,21,21,.08); }
.service-offer-card > span { color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.service-offer-card strong { margin-top: auto; font-size: 42px; letter-spacing: -.04em; }
.service-offer-card p { font-size: 18px; }
.service-offer-card hr { width: 100%; margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
.service-offer-card small { color: var(--muted); line-height: 1.45; }
.deliverables-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.deliverables-grid article { min-height: 265px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.deliverables-grid article:nth-child(4n+1) { background: #dfe8ff; }
.deliverables-grid article:nth-child(4n+2) { background: #fff0e8; }
.deliverables-grid article:nth-child(4n+4) { background: #f1f7d4; }
.deliverables-grid span { color: var(--coral); font-size: 10px; }
.deliverables-grid h3 { margin: 95px 0 14px; font-size: 21px; }
.deliverables-grid p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.service-process-section { overflow: hidden; background: #18213b; color: var(--white); }
.service-process-section .section-title > p, .service-process-section .section-title > div > span { color: #aab3cb; }
.process-assurance { margin-bottom: 16px; padding: 28px 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; border: 1px solid #3b4664; border-radius: 18px; background: linear-gradient(125deg,#202d50,#18213b 65%); }
.process-assurance > div > span { color: var(--acid); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.process-assurance h3 { margin: 14px 0 0; max-width: 460px; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; }
.process-assurance dl { margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.process-assurance dl > div { min-height: 90px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid #4a5572; }
.process-assurance dt { color: var(--acid); font-size: 16px; font-weight: 700; }
.process-assurance dd { margin: 0; color: #b8c0d4; font-size: 10px; line-height: 1.35; }
.stage-track { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.stage-track-rich > article { min-height: 320px; padding: 22px; position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: 17px; background: var(--white); color: var(--ink); }
.stage-track-rich > article:nth-child(2) { background: #dfe8ff; }
.stage-track-rich > article:nth-child(3) { background: #fff0e8; }
.stage-track-rich > article:nth-child(4) { background: #f1f7d4; }
.stage-track-rich > article:nth-child(5) { background: #f7f4ed; }
.stage-track-rich > article::after { content: "→"; width: 28px; height: 28px; position: absolute; z-index: 2; right: -19px; top: 145px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 12px; }
.stage-track-rich > article:last-child::after { display: none; }
.stage-card-top { display: flex; align-items: center; justify-content: space-between; }
.stage-card-top span { color: var(--coral); font-size: 11px; font-weight: 700; }
.stage-card-top b { padding: 5px 7px; border: 1px solid rgba(21,21,21,.15); border-radius: 99px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.stage-track-rich h3 { margin: 58px 0 14px; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.stage-track-rich p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.stage-track-rich footer { margin-top: auto; padding-top: 24px; display: grid; grid-template-columns: 12px 1fr; gap: 9px; align-items: start; border-top: 1px solid rgba(21,21,21,.12); }
.stage-track-rich footer i { width: 9px; height: 9px; margin-top: 2px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(155,174,36,.12); }
.stage-track-rich footer small { color: var(--muted); font-size: 8px; line-height: 1.35; text-transform: uppercase; }
.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-section .section-title { display: block; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color: var(--coral); font-size: 24px; font-weight: 400; }
.faq-list p { max-width: 700px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.related-service-section { background: #edf3ff; }
.related-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.related-service-grid > a { min-height: 265px; padding: 24px; display: flex; flex-direction: column; border-radius: 16px; background: var(--white); }
.related-service-grid > a:nth-child(2) { background: #fff0e8; }
.related-service-grid > a:nth-child(3) { background: #f1f7d4; }
.related-service-grid > a > span { color: var(--coral); font-size: 9px; }
.related-service-grid > a > i { margin-top: -17px; align-self: flex-end; font-style: normal; }
.related-service-grid h3 { margin: 48px 0 11px; font-size: 24px; line-height: 1.15; }
.related-service-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.related-service-grid > a > div { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(21,21,21,.13); font-size: 10px; }
.related-service-grid small { color: var(--muted); }

.case-filter, .blog-filter { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 35px; }
.blog-toolbar { margin-bottom: 26px; }
.news-filter { margin-bottom: 26px; }
.case-filter button, .blog-filter button { padding: 9px 14px; border-radius: 99px; border: 1px solid var(--line); background: transparent; font-size: 10px; cursor: pointer; }
.case-filter button.active, .blog-filter button.active { background: var(--ink); color: var(--white); }
.blog-explorer-head { margin-bottom: 22px; display: grid; grid-template-columns: 1fr 310px; gap: 35px; align-items: end; }
.blog-explorer-head .blog-filter { margin-top: 0; }
.blog-search { display: grid; gap: 8px; }
.blog-search span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.blog-search input { min-height: 42px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; outline: 0; font: inherit; font-size: 12px; }
.blog-result-line { margin-bottom: 18px; display: flex; justify-content: flex-end; gap: 10px; color: var(--muted); font-size: 10px; }
.blog-result-line b { color: var(--ink); }
.blog-empty { padding: 70px 25px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.blog-empty h3 { margin: 0; font-size: 27px; }
.blog-empty p { color: var(--muted); }
.blog-empty button { border: 0; background: none; text-decoration: underline; cursor: pointer; }
.coming-cases { margin-top: 90px; padding: 45px; border-radius: var(--radius); background: #dce7ff; }
.coming-cases .section-title { margin-bottom: 20px; }
.case-quote { padding: 90px 0; background: var(--acid); }
.case-quote .shell { max-width: 950px; }
.case-quote span { color: var(--coral); font-family: Georgia,serif; font-size: 80px; }
.case-quote blockquote { margin: 10px 0 25px; font-size: 38px; line-height: 1.22; letter-spacing: -.035em; }
.case-quote p { color: var(--muted); font-size: 11px; }
.case-detail-hero { padding: 65px 0 110px; background: #dfe8ff; }
.case-detail-head { margin-top: 80px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.case-detail-head h1 { margin: 20px 0; font-size: clamp(68px,9vw,130px); line-height: .88; letter-spacing: -.075em; }
.case-detail-head p { max-width: 650px; color: #495168; font-size: 18px; line-height: 1.55; }
.case-meta-list { align-self: end; }
.case-meta-list > div { padding: 13px 0; display: grid; grid-template-columns: 90px 1fr; border-top: 1px solid rgba(21,21,21,.15); font-size: 11px; }
.case-meta-list span { color: #687087; }
.case-detail-cover { min-height: 650px; margin-top: 60px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: #3153d4; }
.case-detail-cover img { height: 75%; max-height: 520px; }
.case-detail-cover > div { position: absolute; inset: 30px; color: var(--white); display: flex; justify-content: space-between; align-items: flex-end; }
.case-detail-cover span { font-size: 46px; font-weight: 700; line-height: .95; text-transform: uppercase; }
.case-detail-cover i { font-size: 10px; font-style: normal; letter-spacing: .12em; }
.case-story { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; }
.story-intro > span { color: var(--coral); text-transform: uppercase; font-size: 10px; }
.story-intro h2 { margin: 25px 0; font-size: 50px; line-height: 1.07; letter-spacing: -.045em; }
.story-intro p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.story-numbers { display: grid; align-self: end; }
.story-numbers div { padding: 22px 0; display: grid; grid-template-columns: 100px 1fr; align-items: center; border-top: 1px solid var(--line); }
.story-numbers strong { font-size: 44px; }
.story-numbers span { color: var(--muted); font-size: 11px; }
.solution-board { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.solution-phone { min-height: 630px; display: grid; place-items: center; border-radius: var(--radius); background: #3153d4; }
.solution-phone img { max-height: 570px; }
.solution-notes article { min-height: 110px; display: grid; grid-template-columns: 65px 1fr; align-items: center; border-top: 1px solid var(--line); }
.solution-notes span { color: var(--coral); font-size: 10px; }
.solution-notes h3 { font-size: 20px; }
.case-result-banner { min-height: 330px; padding: 55px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border-radius: var(--radius); background: var(--acid); }
.case-result-banner p { max-width: 900px; margin: 0; font-size: 31px; line-height: 1.25; letter-spacing: -.025em; }
.real-case-cover { background: linear-gradient(135deg, #172040, #3155d9); }
.real-case-cover img { width: calc(100% - 120px); height: auto; max-height: 540px; object-fit: contain; border-radius: 15px; box-shadow: 0 28px 70px rgba(5,10,28,.35); }
.case-approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-approach-grid article { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.case-approach-grid span { color: var(--coral); font-size: 10px; }
.case-approach-grid h3 { margin: auto 0 0; font-size: 18px; line-height: 1.3; }
.case-tech-line { margin-top: 36px; padding: 24px; display: grid; grid-template-columns: .35fr 1fr; gap: 25px; align-items: center; border-radius: 15px; background: var(--ink); color: var(--white); }
.case-tech-line > span { color: #999; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.case-tech-line > div { display: flex; flex-wrap: wrap; gap: 7px; }
.case-tech-line b { padding: 8px 10px; border: 1px solid #464641; border-radius: 99px; font-size: 9px; }
.related-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-case-grid a { min-height: 430px; padding: 12px 12px 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.related-case-grid img { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; background: #dfe8ff; }
.related-case-grid span { margin-top: 17px; color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.related-case-grid h3 { margin: 13px 0 8px; font-size: 21px; line-height: 1.12; }
.related-case-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.related-case-grid i { margin-top: auto; color: var(--coral); font-size: 10px; font-style: normal; font-weight: 700; }
.case-story .story-numbers strong { max-width: 220px; font-size: clamp(22px, 3vw, 44px); line-height: 1; overflow-wrap: anywhere; }

.expertise-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }
.expertise-grid article { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); display: flex; flex-direction: column; align-items: flex-start; }
.expertise-grid article:nth-child(4n+1) { background: #dfe8ff; }
.expertise-grid article:nth-child(4n+2) { background: #fff0e8; }
.expertise-grid article:nth-child(4n+3) { background: #f1f7d4; }
.expertise-grid article > span { color: var(--coral); font-size: 10px; }
.expertise-grid h2 { margin: 65px 0 10px; font-size: 30px; }
.expertise-grid p { color: var(--muted); font-size: 13px; }
.expertise-grid a { margin-top: auto; font-size: 11px; font-weight: 700; }
.expertise-actions { margin-top: 28px; }
.check-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #444; }
.check-grid > div { min-height: 150px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); font-size: 17px; }
.check-grid span { color: var(--acid); font-size: 9px; }
.about-manifesto { padding: 90px 0; background: var(--acid); }
.about-manifesto p { margin: 0 0 18px; font-size: 12px; text-transform: uppercase; }
.about-manifesto h2 { max-width: 1100px; margin: 0; font-size: clamp(38px,5vw,66px); line-height: 1.05; letter-spacing: -.05em; }
.company-hub-section { background: #18213b; color: var(--white); }
.company-hub-section .section-title > p, .company-hub-section .section-title > div > span { color: #aab3cb; }
.company-hub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.company-hub-grid > a { min-height: 350px; padding: 27px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid #3c4765; border-radius: 18px; background: #202d50; transition: transform .22s ease, background .22s ease; }
.company-hub-grid > a:nth-child(2), .company-hub-grid > a:nth-child(5) { background: #253b78; }
.company-hub-grid > a:hover { transform: translateY(-5px); background: #2a3b65; }
.company-hub-grid > a > div { display: flex; justify-content: space-between; color: #94a0bf; font-size: 10px; }
.company-hub-grid > a > div i { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #586480; border-radius: 50%; font-style: normal; }
.company-hub-grid small { margin-top: 60px; color: var(--acid); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.company-hub-grid h2 { margin: 12px 0 13px; font-size: 31px; letter-spacing: -.04em; }
.company-hub-grid p { margin: 0; max-width: 330px; color: #b9c2d8; font-size: 11px; line-height: 1.55; }
.company-hub-grid strong { margin-top: auto; font-size: 10px; }
.big-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.big-facts > div { min-height: 220px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 16px; background: #dfe8ff; }
.big-facts > div:nth-child(2) { background: #fff0e8; }
.big-facts > div:nth-child(3) { background: #f1f7d4; }
.big-facts > div:nth-child(4) { background: var(--ink); color: var(--white); }
.big-facts strong { font-size: 44px; letter-spacing: -.05em; }
.big-facts span { color: var(--muted); font-size: 11px; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.principle-grid article { min-height: 270px; padding: 25px; background: var(--white); border-radius: 15px; }
.principle-grid article:nth-child(2) { background: #dfe8ff; }
.principle-grid article:nth-child(3) { background: #fff0e8; }
.principle-grid article:nth-child(4) { background: #f1f7d4; }
.principle-grid span { color: var(--coral); font-size: 10px; }
.principle-grid h3 { margin: 100px 0 10px; font-size: 22px; }
.principle-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.team-people-section { padding-top: 96px; background: linear-gradient(180deg, #fff 0, #fff 78%, #edf3ff 78%, #edf3ff 100%); }
.team-live-stage { --team-x: 38%; --team-y: 38%; min-height: 650px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.16fr .84fr; border-radius: 24px; background: var(--ink); color: var(--white); box-shadow: 0 30px 80px rgba(29, 43, 82, .18); transition: background .35s ease; }
.team-live-stage::after { content: ""; width: 520px; height: 520px; position: absolute; z-index: 0; right: -310px; bottom: -310px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); }
.team-live-photo { width: 100%; min-height: 650px; padding: 0; position: relative; overflow: hidden; border: 0; background: #25252a; color: var(--white); font: inherit; text-align: left; cursor: zoom-in; }
.team-live-photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--team-x) var(--team-y), transparent 0, transparent 38%, rgba(5,8,15,.38) 100%); pointer-events: none; }
.team-live-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; object-position: center; animation: team-photo-in .5s cubic-bezier(.2,.75,.25,1) both; }
.team-photo-grid { position: absolute; z-index: 2; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 25% 25%; pointer-events: none; }
.team-live-cursor { width: 88px; height: 88px; position: absolute; z-index: 3; left: var(--team-x); top: var(--team-y); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: translate(-50%,-50%); transition: width .2s, height .2s; pointer-events: none; }
.team-live-cursor::before, .team-live-cursor::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,.7); transform: translate(-50%,-50%); }
.team-live-cursor::before { width: 11px; height: 1px; }
.team-live-cursor::after { width: 1px; height: 11px; }
.team-live-open { position: absolute; z-index: 4; left: 24px; bottom: 24px; padding: 10px 13px; border-radius: 99px; background: var(--white); color: var(--ink); font-size: 9px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s; }
.team-live-photo:hover .team-live-open, .team-live-photo:focus-visible .team-live-open { background: var(--acid); transform: translateY(-3px); }
.team-live-photo:focus-visible { outline: 3px solid var(--acid); outline-offset: -3px; }
.team-live-copy { position: relative; z-index: 2; padding: 32px 34px 34px; display: flex; flex-direction: column; }
.team-live-status { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #a6a6a0; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.team-live-status span { display: flex; align-items: center; gap: 8px; }
.team-live-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(215,235,52,.1); }
.team-live-status b { color: var(--white); font-size: 10px; }
.team-signal { height: 48px; margin-top: 34px; display: flex; gap: 5px; align-items: center; }
.team-signal i { width: 4px; display: block; border-radius: 99px; background: var(--blue); animation: team-signal 1.7s ease-in-out infinite alternate; }
.team-signal i:nth-child(3n+2) { background: var(--coral); animation-delay: -.5s; }
.team-signal i:nth-child(3n) { background: var(--acid); animation-delay: -1s; }
.team-live-about { margin-top: 27px; padding-top: 20px; border-top: 1px solid #353532; }
.team-live-about > span { color: var(--coral); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.team-live-about > p { max-width: 430px; margin: 13px 0 17px; color: #ededE8; font-size: 15px; line-height: 1.42; letter-spacing: -.01em; }
.team-live-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.team-live-about-grid > div { min-height: 84px; padding: 13px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 10px; background: #20201f; }
.team-live-about-grid small { color: #7f7f79; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.team-live-about-grid strong { margin-top: 12px; color: var(--white); font-size: 9px; font-weight: 600; line-height: 1.35; }
.team-live-person { margin: auto 0 35px; }
.team-live-person > span { display: block; margin-bottom: 12px; color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.team-live-person h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(48px, 5.3vw, 76px); line-height: .9; letter-spacing: -.065em; }
.team-live-person > p { margin: 19px 0 0; color: #b6b6af; font-size: 13px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.team-bloom-note { margin-top: 25px; padding: 16px; border: 1px solid rgba(21,21,21,.15); border-radius: 12px; background: rgba(255,255,255,.48); color: var(--ink); font-size: 11px; line-height: 1.45; }
.team-live-controls { display: grid; grid-template-columns: 46px 1fr 46px; gap: 8px; }
.team-live-controls button { min-height: 46px; padding: 0; border: 1px solid #42423e; border-radius: 99px; background: transparent; color: var(--white); cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.team-live-controls button:hover, .team-live-controls button:focus-visible { border-color: var(--acid); background: var(--acid); color: var(--ink); outline: none; transform: translateY(-2px); }
.team-live-controls .team-random-button { padding-inline: 16px; border-color: var(--white); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.team-live-stage.is-bloom { background: var(--acid); color: var(--ink); }
.team-live-stage.is-bloom .team-live-photo img { transform: rotate(-1.5deg) scale(.97); }
.team-live-stage.is-bloom .team-live-status, .team-live-stage.is-bloom .team-live-person > p { color: #5c6418; }
.team-live-stage.is-bloom .team-live-status b, .team-live-stage.is-bloom .team-live-person > span { color: var(--ink); }
.team-live-stage.is-bloom .team-live-status i { background: var(--coral); box-shadow: 0 0 0 5px rgba(239,100,72,.13); }
.team-live-stage.is-bloom .team-live-about { border-color: rgba(21,21,21,.18); }
.team-live-stage.is-bloom .team-live-about > span, .team-live-stage.is-bloom .team-live-about > p { color: var(--ink); }
.team-live-stage.is-bloom .team-live-about-grid > div { background: rgba(255,255,255,.45); }
.team-live-stage.is-bloom .team-live-about-grid small { color: #68701c; }
.team-live-stage.is-bloom .team-live-about-grid strong { color: var(--ink); }
.team-live-stage.is-bloom .team-live-controls button { border-color: rgba(21,21,21,.35); color: var(--ink); }
.team-live-stage.is-bloom .team-live-controls button:hover, .team-live-stage.is-bloom .team-live-controls button:focus-visible { border-color: var(--ink); background: var(--ink); color: var(--white); }
.team-running-line { margin: 12px 0 64px; overflow: hidden; border-radius: 12px; background: var(--blue); color: var(--white); }
.team-running-line > div { width: max-content; min-height: 56px; display: flex; align-items: center; animation: team-marquee 24s linear infinite; }
.team-running-line span { padding: 0 23px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.team-running-line i { color: var(--acid); font-style: normal; }
@keyframes team-photo-in { from { opacity: .25; transform: scale(1.045); filter: blur(5px); } to { opacity: 1; transform: scale(1); filter: blur(0); } }
@keyframes team-signal { from { transform: scaleY(.45); opacity: .55; } to { transform: scaleY(1); opacity: 1; } }
@keyframes team-marquee { to { transform: translateX(-50%); } }
.team-leads { display: grid; grid-template-columns: 1.12fr .88fr; gap: 12px; margin-bottom: 64px; }
.team-person-card { width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 34px rgba(36, 55, 103, .07); color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: transform .25s, border-color .25s, box-shadow .25s; }
.team-person-card:hover, .team-person-card:focus-visible { z-index: 2; border-color: var(--ink); outline: none; transform: translateY(-7px); box-shadow: 0 22px 48px rgba(36,55,103,.15); }
.team-person-card.is-active { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue), 0 22px 48px rgba(49,85,217,.2); }
.team-person-photo { height: 390px; position: relative; overflow: hidden; background: #dfe8ff; }
.team-person-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(15, 21, 35, .13)); pointer-events: none; }
.team-person-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.team-person-card:hover .team-person-photo img { transform: scale(1.025); }
.team-person-photo > span { width: 35px; height: 35px; position: absolute; z-index: 2; left: 16px; top: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 9px; font-weight: 700; box-shadow: 0 8px 24px rgba(21,21,21,.12); }
.team-person-photo > i { position: absolute; z-index: 3; right: 14px; bottom: 14px; padding: 8px 10px; border-radius: 99px; background: var(--ink); color: var(--white); font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; opacity: 0; transform: translateY(7px); transition: opacity .2s, transform .2s; }
.team-person-card:hover .team-person-photo > i, .team-person-card:focus-visible .team-person-photo > i, .team-person-card.is-active .team-person-photo > i { opacity: 1; transform: translateY(0); }
.team-person-info { min-height: 108px; padding: 21px 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.team-person-info h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: 25px; line-height: 1.05; letter-spacing: -.035em; }
.team-person-info p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.team-leads .team-person-photo { height: 585px; }
.team-leads .team-person-card:first-child .team-person-photo { background: #171719; }
.team-leads .team-person-card:last-child .team-person-photo { background: #dfe8ff; }
.team-leads .team-person-info { min-height: 130px; padding: 26px 28px; }
.team-leads .team-person-card:first-child .team-person-info { background: var(--ink); color: var(--white); }
.team-leads .team-person-card:first-child .team-person-info p { color: #b6b6af; }
.team-leads .team-person-card:last-child .team-person-info { background: var(--acid); }
.team-leads .team-person-card:last-child .team-person-info p { color: #5f6814; }
.team-leads .team-person-info h3 { font-size: 35px; }
.team-roster-head { margin-bottom: 22px; padding-top: 28px; display: grid; grid-template-columns: .42fr 1fr; gap: 30px; align-items: end; border-top: 1px solid var(--line); }
.team-roster-head > span { color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.team-roster-head p { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.team-roster-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.team-roster-grid .team-person-card:nth-child(3n+1) .team-person-info { background: #dfe8ff; }
.team-roster-grid .team-person-card:nth-child(3n+2) .team-person-info { background: #fff0e8; }
.team-roster-grid .team-person-card:nth-child(3n) .team-person-info { background: #f1f7d4; }
.team-roster-grid .team-person-card:nth-child(7) .team-person-photo { background: #d7eb34; }
.team-story-card { min-height: 540px; display: grid; grid-template-columns: .72fr 1.28fr; cursor: default; }
.team-story-card .team-person-photo { width: 100%; height: 100%; min-height: 540px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.56); color: var(--ink); font: inherit; text-align: left; cursor: zoom-in; }
.team-story-card .team-person-photo:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
.team-story-card:hover .team-person-photo img { transform: scale(1.01); }
.team-story-card .team-person-info { min-height: 540px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; }
.team-card-heading > p { margin: 0 0 12px; color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.team-card-heading h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: 32px; line-height: .98; letter-spacing: -.05em; }
.team-card-heading > strong { max-width: 500px; margin-top: 14px; display: block; color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.team-card-focus { margin-top: 20px; padding: 16px; border-radius: 12px; background: rgba(255,255,255,.62); }
.team-card-focus > span, .team-card-details span, .team-card-topics > span { color: var(--blue); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.team-card-focus > p { margin: 12px 0 0; color: var(--ink); font-size: 11px; line-height: 1.45; }
.team-card-details { margin-top: 7px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.team-card-details > div { min-height: 102px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 11px; background: rgba(255,255,255,.46); }
.team-card-details > div:last-child { background: rgba(255,255,255,.7); }
.team-card-details p { margin: 18px 0 0; color: var(--ink); font-size: 10px; line-height: 1.38; }
.team-card-topics { margin-top: auto; padding-top: 17px; }
.team-card-topics > span { color: var(--coral); }
.team-card-topics > div { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.team-card-topics i { padding: 7px 10px; border: 1px solid rgba(21,21,21,.16); border-radius: 99px; color: var(--ink); font-size: 9px; font-style: normal; }
.team-story-card:nth-child(9) .team-person-info { background: var(--acid); }
.team-story-card:nth-child(9) .team-card-focus > span, .team-story-card:nth-child(9) .team-card-details span { color: #596116; }
.team-profile-layer { position: fixed; z-index: 200; inset: 0; padding: 28px; display: grid; place-items: center; background: rgba(10, 14, 26, .78); backdrop-filter: blur(14px); animation: team-layer-in .22s ease both; }
.team-profile-modal { width: min(1240px, 100%); max-height: calc(100vh - 56px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid rgba(255,255,255,.24); border-radius: 25px; background: var(--white); box-shadow: 0 40px 120px rgba(0,0,0,.4); animation: team-modal-in .38s cubic-bezier(.18,.8,.2,1) both; }
.team-profile-close { width: 46px; height: 46px; position: absolute; z-index: 5; right: 18px; top: 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 25px; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.team-profile-close:hover, .team-profile-close:focus-visible { outline: none; background: var(--ink); color: var(--white); transform: rotate(7deg); }
.team-profile-photo { min-height: min(760px, calc(100vh - 56px)); position: relative; overflow: hidden; background: #dfe8ff; }
.team-profile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(9,13,24,.28)); pointer-events: none; }
.team-profile-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center top; }
.team-profile-photo > span { position: absolute; z-index: 2; left: 23px; top: 23px; padding: 9px 12px; border-radius: 99px; background: var(--white); color: var(--ink); font-size: 9px; font-weight: 700; }
.team-profile-copy { min-height: min(760px, calc(100vh - 56px)); padding: 38px 42px 32px; display: flex; flex-direction: column; overflow-y: auto; }
.team-profile-label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.team-profile-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(239,100,72,.12); }
.team-profile-heading { margin: 58px 0 27px; }
.team-profile-heading > p { margin: 0 0 15px; color: var(--coral); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.team-profile-copy h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(52px, 6vw, 82px); line-height: .9; letter-spacing: -.065em; }
.team-profile-heading > strong { max-width: 520px; margin-top: 22px; display: block; color: var(--muted); font-size: 15px; font-weight: 500; line-height: 1.45; }
.team-profile-focus { padding: 23px; border-radius: 15px; background: #eef3ff; }
.team-profile-focus span { color: var(--blue); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.team-profile-focus p { margin: 18px 0 0; font-size: 16px; line-height: 1.45; letter-spacing: -.015em; }
.team-profile-details { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.team-profile-details article { min-height: 122px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 13px; background: #fff0e8; }
.team-profile-details article:last-child { background: #f1f7d4; }
.team-profile-details span, .team-profile-topics > span { color: var(--coral); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.team-profile-details article:last-child span { color: #6c741d; }
.team-profile-details p { margin: 25px 0 0; font-size: 12px; line-height: 1.4; }
.team-profile-topics { padding: 19px 2px 4px; }
.team-profile-topics > div { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.team-profile-topics i { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); font-size: 9px; font-style: normal; }
.team-profile-actions { margin-top: 12px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.team-profile-actions .button { min-height: 51px; }
.team-profile-contact { border: 1px solid var(--line); }
.team-profile-nav { margin-top: 27px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.team-profile-nav button { padding: 0; border: 0; background: none; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.team-profile-nav button:hover, .team-profile-nav button:focus-visible { color: var(--coral); outline: none; }
.team-profile-modal.is-bloom .team-profile-copy { background: var(--acid); }
.team-profile-modal.is-bloom .team-profile-focus { background: rgba(255,255,255,.5); }
.team-profile-modal.is-bloom .team-profile-details article { background: rgba(255,255,255,.52); }
.team-profile-modal.is-bloom .team-profile-details article:last-child { background: rgba(255,255,255,.34); }
.team-profile-modal.is-bloom .team-profile-focus span, .team-profile-modal.is-bloom .team-profile-heading > p, .team-profile-modal.is-bloom .team-profile-details span, .team-profile-modal.is-bloom .team-profile-topics > span { color: var(--ink); }
@keyframes team-layer-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes team-modal-in { from { opacity: 0; transform: translateY(28px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.team-source-note { max-width: 760px; margin: 25px 0 0 auto; color: #747c8b; font-size: 10px; line-height: 1.5; text-align: right; }
.team-capabilities { background: #eef3ff; }
.team-role-grid.team-role-grid-compact { grid-template-columns: repeat(4, 1fr); }
.team-role-grid.team-role-grid-compact article { min-height: 250px; }
.team-careers-section { padding: 0 0 88px; background: var(--white); }
.team-careers-card { min-height: 330px; padding: 44px 48px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; border-radius: 24px; background: var(--coral); color: var(--white); }
.team-careers-card::before { content: ""; width: 420px; height: 420px; position: absolute; right: 12%; top: -265px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.07), 0 0 0 120px rgba(255,255,255,.05); }
.team-careers-card > * { position: relative; z-index: 1; }
.team-careers-card > div > span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.team-careers-card h2 { max-width: 780px; margin: 62px 0 14px; font-family: "Manrope", Arial, sans-serif; font-size: clamp(40px, 4.3vw, 62px); line-height: 1; letter-spacing: -.05em; }
.team-careers-card p { max-width: 680px; margin: 0; color: #ffe2db; font-size: 14px; line-height: 1.55; }
.team-careers-card .button { background: var(--white); color: var(--ink); }
.team-role-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.team-role-grid article { min-height: 285px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.team-role-grid article:nth-child(6n+1), .team-role-grid article:nth-child(6n+5) { background: #dfe8ff; }
.team-role-grid article:nth-child(6n+2) { background: #fff0e8; }
.team-role-grid article:nth-child(6n+4) { background: #f1f7d4; }
.team-role-grid article > span { color: var(--coral); font-size: 9px; }
.team-role-grid h2 { margin: 48px 0 12px; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.team-role-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.team-role-grid small { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(21,21,21,.13); color: var(--muted); font-size: 9px; line-height: 1.45; }
.team-responsibility-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.team-responsibility-grid article { min-height: 260px; padding: 25px; display: flex; flex-direction: column; border-radius: 16px; background: var(--white); color: var(--ink); }
.team-responsibility-grid article:nth-child(2) { background: var(--acid); }
.team-responsibility-grid article:nth-child(3) { background: var(--coral); color: var(--white); }
.team-responsibility-grid span { color: var(--coral); font-size: 9px; }
.team-responsibility-grid article:nth-child(2) span { color: #697315; }
.team-responsibility-grid article:nth-child(3) span { color: #ffd5cc; }
.team-responsibility-grid h3 { margin: auto 0 12px; font-size: 27px; line-height: 1.15; }
.team-responsibility-grid p { margin: 0; color: inherit; font-size: 12px; line-height: 1.5; opacity: .72; }
.team-process { background: #edf3ff; }
.team-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.team-steps article { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border-radius: 15px; background: var(--white); }
.team-steps article:nth-child(2) { background: #dfe8ff; }
.team-steps article:nth-child(3) { background: #fff0e8; }
.team-steps article:nth-child(4) { background: #f1f7d4; }
.team-steps span { color: var(--coral); font-size: 9px; }
.team-steps h3 { margin: auto 0 10px; font-size: 22px; }
.team-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.legal-card { padding: 40px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; align-items: end; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card div { display: grid; gap: 8px; }
.legal-card div > span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.legal-card strong { font-size: 21px; }
.legal-card p { margin: 0; color: var(--muted); font-size: 11px; }
.legal-card-actions { display: flex !important; grid-auto-flow: column; gap: 8px !important; }
.letters-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.letters-grid article { min-height: 520px; display: grid; grid-template-columns: .75fr 1fr; border-radius: var(--radius); background: var(--white); overflow: hidden; border: 1px solid var(--line); }
.letters-grid article:nth-child(2) { background: #fff0e8; }
.letters-grid article:nth-child(3) { background: #f1f7d4; }
.letters-grid article:nth-child(4) { background: #dfe8ff; }
.letters-grid article:nth-child(5) { background: #f7eadf; }
.letter-image { padding: 25px 0 25px 25px; background: #dfe8ff; display: grid; place-items: center; overflow: hidden; }
.letter-image img { width: 100%; height: 430px; object-fit: cover; object-position: top; box-shadow: 0 15px 40px rgba(21,21,21,.18); }
.letters-grid article > div:last-child { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.letters-grid article > div > span { color: var(--coral); font-size: 10px; }
.letters-grid h2 { margin: 100px 0 12px; font-size: 26px; }
.letters-grid p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.letters-grid article > div:last-child > a { margin-top: auto; font-size: 11px; font-weight: 700; }
.review-dark { max-width: 1000px; }
.review-dark > span { color: var(--acid); font: 80px Georgia,serif; }
.review-dark blockquote { margin: 15px 0 0; font-size: 38px; line-height: 1.22; letter-spacing: -.03em; }
.review-detail-hero { padding: 52px 0 90px; background: var(--ink); color: var(--white); }
.review-detail-hero .breadcrumbs, .review-detail-hero .breadcrumbs a { color: #aaa; }
.review-detail-grid { margin-top: 70px; display: grid; grid-template-columns: 1.2fr .65fr; gap: 100px; align-items: end; }
.review-detail-grid h1 { margin: 18px 0 24px; font-size: clamp(58px,8vw,118px); line-height: .86; letter-spacing: -.07em; }
.review-detail-grid > div:first-child > p { max-width: 720px; color: #bdbdb8; font-size: 17px; line-height: 1.55; }
.review-service-tags { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.review-service-tags span { padding: 8px 11px; border: 1px solid #44443f; border-radius: 99px; font-size: 10px; }
.review-document { min-height: 390px; padding: 34px; display: flex; flex-direction: column; background: #f7f4ed; color: var(--ink); border-radius: var(--radius); transform: rotate(1.5deg); box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.review-document > span { color: var(--coral); font-size: 9px; letter-spacing: .12em; }
.review-document strong { margin-top: 85px; font-size: 31px; letter-spacing: -.04em; }
.review-document p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.review-document a { margin-top: auto; font-size: 11px; font-weight: 700; }
.review-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: start; }
.review-story > div > span { color: var(--coral); font-size: 9px; text-transform: uppercase; }
.review-story h2 { margin: 20px 0 14px; font-size: 32px; line-height: 1.1; }
.review-story > div > p { color: var(--muted); font-size: 12px; }
.review-story blockquote { margin: 0; font-size: clamp(28px,3.4vw,49px); line-height: 1.18; letter-spacing: -.04em; }
.review-story blockquote footer { margin-top: 42px; display: grid; gap: 5px; font-size: 12px; letter-spacing: 0; }
.review-story blockquote footer span { color: var(--muted); font-size: 10px; }
.review-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.review-proof-grid article { min-height: 245px; padding: 25px; display: flex; flex-direction: column; border-radius: var(--radius); background: var(--white); }
.review-proof-grid span { color: var(--coral); font-size: 9px; }
.review-proof-grid h3 { margin: auto 0 14px; font-size: 23px; }
.review-proof-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.review-case-link { margin-top: 18px; padding: 28px; display: grid; grid-template-columns: .4fr 1fr auto; gap: 30px; align-items: center; border-radius: var(--radius); background: #dfe8ff; }
.review-case-link > span { color: var(--blue); font-size: 9px; text-transform: uppercase; }
.review-case-link h3 { margin: 0; font-size: 21px; }
.review-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.review-related-grid > a { min-height: 285px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, border-color .2s ease; }
.review-related-grid > a:hover { transform: translateY(-4px); border-color: #aeb9d7; }
.review-related-grid span { color: var(--coral); font-size: 9px; }
.review-related-grid h3 { margin: 62px 0 12px; font-size: 27px; }
.review-related-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.review-related-grid i { margin-top: auto; font-style: normal; font-size: 10px; font-weight: 700; }
.not-found-page { min-height: 72vh; padding: 80px 0; display: grid; align-items: center; background: #18213b; color: var(--white); }
.not-found-grid { display: grid; grid-template-columns: 1.15fr .6fr; gap: 100px; align-items: center; }
.not-found-grid > div:first-child > span { color: var(--acid); font-size: 9px; text-transform: uppercase; }
.not-found-grid h1 { max-width: 850px; margin: 20px 0; font-size: clamp(55px,8vw,112px); line-height: .88; letter-spacing: -.07em; }
.not-found-grid > div:first-child > p { max-width: 670px; color: #b7c0d8; line-height: 1.6; }
.not-found-grid > div:first-child > div { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.not-found-grid .button-ghost { color: var(--white); border-color: #596482; }
.not-found-signal { min-height: 380px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #46516e; border-radius: 24px; background: #111935; transform: rotate(2deg); }
.not-found-signal span { color: var(--coral); font-size: 9px; }
.not-found-signal strong { margin: auto 0; color: var(--acid); font-size: 130px; line-height: .8; letter-spacing: -.08em; }
.not-found-signal p { color: #aab4cf; font-size: 11px; line-height: 1.5; }

.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: stretch; }
.pricing-grid article { min-height: 545px; padding: 25px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.pricing-grid article:nth-child(1) { background: #f1f7d4; }
.pricing-grid article:nth-child(3) { background: #fff0e8; }
.pricing-grid article:nth-child(4) { background: var(--ink); color: var(--white); }
.pricing-grid article:nth-child(4) p, .pricing-grid article:nth-child(4) small { color: #a8a8a2; }
.pricing-grid article:nth-child(4) li { border-color: #3d3d39; }
.pricing-grid article.popular { background: #dfe8ff; border-color: #9fb5ec; }
.popular-label { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 99px; background: var(--blue); color: var(--white); font-size: 8px; text-transform: uppercase; }
.pricing-grid article > span { color: var(--coral); font-size: 10px; }
.pricing-grid h2 { margin: 60px 0 35px; font-size: 28px; }
.pricing-grid article > strong { font-size: 26px; }
.pricing-grid article > small { margin: 5px 0 25px; color: var(--muted); }
.pricing-grid p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.pricing-grid ul { list-style: none; margin: 20px 0 30px; padding: 0; }
.pricing-grid li { padding: 10px 0 10px 17px; border-top: 1px solid var(--line); position: relative; font-size: 11px; }
.pricing-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); }
.pricing-grid .button { margin-top: auto; }
.price-catalog-section { padding-top: 88px; }
.price-catalog { display: grid; gap: 10px; }
.price-catalog details { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.price-catalog summary { min-height: 118px; padding: 22px 24px; display: grid; grid-template-columns: 42px 1fr auto 36px; gap: 18px; align-items: center; cursor: pointer; list-style: none; }
.price-catalog summary::-webkit-details-marker { display: none; }
.price-catalog summary > span { color: var(--coral); font-size: 10px; }
.price-catalog summary > div { min-width: 0; }
.price-catalog summary h2 { margin: 0 0 6px; font-size: 25px; letter-spacing: -.035em; }
.price-catalog summary p { margin: 0; color: var(--muted); font-size: 11px; }
.price-catalog summary b { padding: 8px 12px; border-radius: 99px; background: var(--soft-blue); font-size: 9px; white-space: nowrap; }
.price-catalog summary > i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; font-size: 19px; transition: transform .2s ease; }
.price-catalog details[open] summary { background: #18213b; color: var(--white); }
.price-catalog details[open] summary p { color: #aab4cf; }
.price-catalog details[open] summary b { background: var(--acid); color: var(--ink); }
.price-catalog details[open] summary > i { transform: rotate(45deg); border-color: #57617b; }
.price-service-list { padding: 0 22px 16px; background: #18213b; }
.price-service-list > a { min-height: 92px; padding: 18px 4px; display: grid; grid-template-columns: minmax(0,1fr) 155px 175px 30px; gap: 20px; align-items: center; border-top: 1px solid #3f4964; color: var(--white); }
.price-service-name { min-width: 0; }
.price-service-name h3 { margin: 0 0 7px; font-size: 16px; }
.price-service-name p { max-width: 600px; margin: 0; color: #aab4cf; font-size: 10px; line-height: 1.45; }
.price-service-list > a > span, .price-service-list > a > strong { display: grid; gap: 6px; font-size: 12px; }
.price-service-list > a > strong { color: var(--acid); font-size: 14px; }
.price-service-list small { color: #8994b2; font-size: 7px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.price-service-list > a > i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #596482; border-radius: 50%; font-style: normal; }
.price-catalog-note { margin-top: 12px; padding: 24px; display: flex; gap: 25px; align-items: center; justify-content: space-between; border-radius: 16px; background: var(--acid); }
.price-catalog-note p { max-width: 680px; margin: 0; font-size: 13px; line-height: 1.5; }
.price-catalog-note p strong { display: block; margin-bottom: 3px; font-size: 17px; }
.price-examples-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.price-examples-grid article { min-height: 340px; padding: 24px; display: flex; flex-direction: column; border-radius: 16px; background: var(--white); }
.price-examples-grid article:nth-child(2) { background: #dfe8ff; }
.price-examples-grid article:nth-child(3) { background: #fff0e8; }
.price-examples-grid article:nth-child(4) { background: var(--ink); color: var(--white); }
.price-examples-grid article > span { color: var(--coral); font-size: 9px; }
.price-examples-grid h2 { margin: 46px 0 20px; font-size: 22px; line-height: 1.05; }
.price-examples-grid strong { font-size: 22px; }
.price-examples-grid small { margin-top: 5px; color: var(--muted); }
.price-examples-grid p { margin: 28px 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.price-examples-grid article:nth-child(4) small, .price-examples-grid article:nth-child(4) p { color: #aaa; }
.price-examples-grid a { margin-top: auto; font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.price-disclaimer { margin-top: 18px; color: var(--muted); font-size: 9px; }
.payment-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.payment-steps > div { min-height: 210px; padding: 25px; border-radius: 15px; background: var(--white); }
.payment-steps > div:nth-child(2) { background: #dfe8ff; }
.payment-steps > div:nth-child(3) { background: #fff0e8; }
.payment-steps > div:nth-child(4) { background: #f1f7d4; }
.payment-steps > div:last-child { border-right: 0; }
.payment-steps span { color: var(--coral); font-size: 36px; font-weight: 700; }
.payment-steps h3 { margin: 60px 0 8px; }
.payment-steps p { color: var(--muted); font-size: 11px; }
.payment-note { display:block; margin-top: 25px; color: var(--muted); }

.newsletter { padding: 78px 0; background: #dfe8ff; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.newsletter h2 { margin: 18px 0 8px; font-size: 42px; letter-spacing: -.04em; }
.newsletter p { color: var(--muted); }
.newsletter form { display: flex; border-bottom: 1px solid var(--ink); padding-bottom: 9px; }
.newsletter input { flex: 1; border: 0; outline: 0; background: transparent; }
.article-page { padding-top: 75px; }
.article-header { max-width: 1050px; }
.article-header-meta { margin-top: 65px; display: flex; gap: 18px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.article-header-meta span:first-child { color: var(--coral); }
.article-header h1 { margin: 25px 0; font-size: clamp(52px,6vw,86px); line-height: 1; letter-spacing: -.055em; }
.article-header > p { max-width: 800px; margin-bottom: 60px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.article-cover { min-height: 520px; display: grid; align-items: center; background: var(--blue); color: var(--white); overflow: hidden; }
.article-cover .shell { height: 370px; position: relative; border: 1px solid rgba(255,255,255,.3); border-radius: 190px; display: flex; align-items: center; justify-content: center; }
.article-cover span { font-size: 86px; font-weight: 800; line-height: .78; letter-spacing: -.1em; }
.article-cover i { position: absolute; left: 70px; top: 45px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.article-cover b { position: absolute; right: 70px; bottom: 45px; font-size: 50px; color: var(--acid); }
.article-body { max-width: 1050px; padding: 100px 0; display: grid; grid-template-columns: 220px 1fr; gap: 90px; }
.article-body aside { display: flex; flex-direction: column; gap: 13px; position: sticky; top: 130px; align-self: start; }
.article-body aside span { margin-bottom: 12px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.article-body aside a { font-size: 11px; }
.article-body > div { max-width: 720px; }
.article-body p, .article-body li { color: #42413e; font-family: Georgia,serif; font-size: 18px; line-height: 1.75; }
.article-body .lead { font-size: 25px; line-height: 1.55; color: var(--ink); }
.article-body h2 { margin: 70px 0 20px; font-size: 36px; letter-spacing: -.035em; }
.article-body blockquote { margin: 45px 0; padding: 30px; border-left: 3px solid var(--coral); background: var(--warm); font-size: 24px; line-height: 1.5; }
.content-conversion { margin-top: 55px; padding: 30px; border-radius: 17px; background: var(--acid); color: var(--ink); }
.content-conversion > span { font-family: "Onest",Arial,sans-serif; color: #5d6813; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.content-conversion h3 { margin: 18px 0 10px; font-family: "Onest",Arial,sans-serif; font-size: 28px; line-height: 1.15; }
.content-conversion p { margin: 0 0 22px; color: #44491d !important; font-family: "Onest",Arial,sans-serif !important; font-size: 12px !important; line-height: 1.55 !important; }
.more-title { margin: 0 0 40px; font-size: 40px; }

.contacts-hero { padding: 70px 0 100px; }
.contacts-head { min-height: 500px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.contacts-head h1 { margin: 22px 0; max-width: 820px; font-size: clamp(55px,6vw,86px); line-height: 1; letter-spacing: -.055em; }
.contacts-head > div:first-child > p { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.direct-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.direct-contacts > div { min-height: 135px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 14px; background: #dfe8ff; }
.direct-contacts > div:nth-child(2) { background: #fff0e8; }
.direct-contacts > div:nth-child(3) { background: #f1f7d4; }
.direct-contacts > div:nth-child(4) { background: var(--ink); color: var(--white); }
.direct-contacts span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.direct-contacts a { font-size: 17px; font-weight: 600; }
.direct-contacts p { margin: 0; font-size: 13px; line-height: 1.5; }
.callback-section { scroll-margin-top: 105px; padding: 75px 0; background: var(--blue); color: var(--white); }
.callback-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.callback-grid h2 { max-width: 580px; margin: 18px 0 15px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.callback-grid > div > p { max-width: 570px; margin: 0; color: #dce4ff; font-size: 14px; line-height: 1.55; }
.callback-form { padding: 18px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; border-radius: 17px; background: var(--white); color: var(--ink); }
.callback-form label { min-width: 0; display: grid; gap: 7px; }
.callback-form label > span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.callback-form input { width: 100%; min-width: 0; max-width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.callback-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,85,217,.12); }
.callback-form .button { height: 50px; white-space: nowrap; }
.callback-form .button i { font-style: normal; }
.callback-form > small { grid-column: 1 / -1; color: var(--muted); font-size: 8px; line-height: 1.4; }
.callback-form > small a { text-decoration: underline; }
.callback-success { min-height: 120px; padding: 24px; display: flex; align-items: center; gap: 18px; border-radius: 17px; background: var(--white); color: var(--ink); }
.callback-success > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-size: 20px; font-weight: 800; }
.callback-success strong { font-size: 19px; }
.callback-success p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.contact-form-section { padding: 100px 0; background: var(--coral); color: var(--white); }
.contact-form-section .section-title > div > span, .contact-form-section .section-title > p { color: #ffd6ce; }
.map-section { padding: 80px 0; }
.map-card { height: 440px; position: relative; border-radius: var(--radius); background: #dfe8ff; overflow: hidden; }
.map-card > span { position: absolute; z-index: 2; top: 22px; left: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.map-pin { position: absolute; z-index: 3; left: 52%; top: 47%; display: grid; padding: 17px; min-width: 180px; border-radius: 15px; background: var(--white); box-shadow: 0 16px 45px rgba(21,21,21,.14); }
.map-pin i { width: 38px; height: 38px; margin-top: -37px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--coral); color: var(--white); transform: rotate(-45deg); font-size: 9px; font-style: normal; }
.map-pin i::first-line { transform: rotate(45deg); }
.map-pin b { margin-top: 12px; }
.map-pin small { color: var(--muted); }
.brief-page { padding: 65px 0 85px; background: linear-gradient(135deg,#dfe8ff 0%,#dfe8ff 68%,#fff0e8 68%,#fff0e8 100%); }
.brief-page-grid { padding-top: 60px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.brief-page-copy h1 { margin: 22px 0; font-size: clamp(54px,5.5vw,78px); line-height: 1; letter-spacing: -.055em; }
.brief-page-copy > p { color: #5c6477; line-height: 1.55; }
.what-next { margin-top: 70px; }
.what-next > span, .brief-direct > span { text-transform: uppercase; font-size: 9px; letter-spacing: .1em; color: #697187; }
.what-next ol { list-style: none; margin: 18px 0 0; padding: 0; border-top: 1px solid rgba(21,21,21,.15); }
.what-next li { padding: 17px 0; display: grid; grid-template-columns: 40px 1fr; border-bottom: 1px solid rgba(21,21,21,.15); }
.what-next i { color: var(--coral); font-size: 9px; font-style: normal; }
.what-next b { font-size: 13px; }
.what-next p { margin: 5px 0 0; color: #697187; font-size: 11px; }
.brief-direct { margin-top: 45px; display: grid; gap: 8px; }
.brief-direct a { font-size: 19px; font-weight: 600; }
.brief-page-form .brief-form { padding: 45px; }
.legal-page { padding: 70px 0 120px; }
.legal-page header { max-width: 1050px; margin: 55px 0 70px; padding: 40px; border-radius: 20px; background: #dfe8ff; box-shadow: 16px 16px 0 #fff0e8; }
.legal-page h1 { margin: 22px 0; font-size: clamp(50px,6vw,82px); line-height: 1; letter-spacing: -.055em; }
.legal-page header p { color: var(--muted); }
.legal-page > div:last-child { max-width: 840px; margin-left: 20%; padding: 0 0 20px; }
.legal-page h2 { margin: 50px 0 15px; font-size: 28px; }
.legal-page div p { color: var(--muted); line-height: 1.7; }

/* Expanded navigation and commercial layer */
.nav-combo { display: flex; align-items: center; gap: 3px; }
.nav-combo > a { font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav-combo > details > summary { width: 18px; height: 24px; display: grid; place-items: center; color: var(--muted); }
.nav-combo:hover > a { color: var(--coral); }
.mega-menu-wide { display: block; padding: 24px 26px 18px; }
.mega-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.mega-heading > div { display: flex; align-items: baseline; gap: 22px; }
.mega-heading > div span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.mega-heading strong { font-size: 22px; letter-spacing: -.025em; }
.mega-heading .button { min-height: 40px; padding-inline: 16px; font-size: 10px; }
.mega-columns { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; padding: 20px 0; }
.mega-columns section { min-width: 0; padding: 0 14px; border-right: 1px solid var(--line); }
.mega-columns section:first-child { padding-left: 0; }
.mega-columns section:last-child { padding-right: 0; border-right: 0; }
.mega-group-title { min-height: 44px; margin-bottom: 9px; display: flex !important; align-items: flex-start; justify-content: space-between; gap: 8px; font-size: 11px !important; font-weight: 700; line-height: 1.25; }
.mega-group-title small { width: 21px; height: 21px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--coral); }
.mega-columns section > a:not(.mega-group-title) { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 6px; color: #5f5d58; font-size: 10px; line-height: 1.25; }
.mega-columns section > a:not(.mega-group-title) i { opacity: 0; color: var(--coral); font-style: normal; }
.mega-columns section > a:not(.mega-group-title):hover { color: var(--ink); }
.mega-columns section > a:not(.mega-group-title):hover i { opacity: 1; }
.mega-columns section > .mega-more { margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line); color: var(--coral) !important; font-weight: 700; }
.mega-columns section > .mega-more i { opacity: 1 !important; }
.mega-footer { min-height: 42px; padding-top: 15px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; border-top: 1px solid var(--line); font-size: 10px; }
.mega-footer > span { color: var(--muted); }
.mega-footer > a:nth-child(2) { font-weight: 700; }
.mega-footer > a:last-child { font-size: 13px; font-weight: 700; }
.mega-footer i { color: var(--coral); font-style: normal; }
.header-contact { display: grid; flex-shrink: 0; gap: 4px; padding-left: 14px; border-left: 1px solid var(--line); }
.header-contact > a:first-child { display: grid; gap: 2px; }
.header-contact span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.header-contact b { font-size: 11px; white-space: nowrap; }
.header-contact .header-callback { color: var(--coral); font-size: 8px; font-weight: 700; white-space: nowrap; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.header-contact .header-callback:hover { color: var(--ink); }
.mobile-header-phone { display: none; }
.mobile-phone { display: none; }

.commerce-strip { background: #fff0e8; border-bottom: 1px solid #f0d5c9; }
.commerce-strip > .shell { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.commerce-strip > .shell > div { padding: 22px 24px 20px 0; display: grid; grid-template-columns: 28px 1fr; align-content: center; border-right: 1px solid var(--line); }
.commerce-strip > .shell > div + div { padding-left: 24px; }
.commerce-strip > .shell > div:last-child { border-right: 0; }
.commerce-strip div > span { width: 24px; height: 24px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 8px; }
.commerce-strip strong { font-size: 13px; }
.commerce-strip small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.home-task-section { padding: 62px 0; background: var(--blue); color: var(--white); }
.home-task-head { display: grid; grid-template-columns: .28fr 1.12fr .6fr; gap: 38px; align-items: end; }
.home-task-head > span { color: var(--acid); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.home-task-head h2 { max-width: 760px; margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(35px,3.8vw,52px); line-height: 1.03; letter-spacing: -.045em; }
.home-task-head p { margin: 0; color: #d8e0ff; font-size: 13px; line-height: 1.55; }
.home-task-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.home-task-card { min-height: 215px; padding: 21px; display: flex; flex-direction: column; border-radius: 16px; background: var(--white); color: var(--ink); }
.home-task-card:nth-child(2) { background: var(--acid); }
.home-task-card:nth-child(3) { background: var(--coral); color: var(--white); }
.home-task-card:nth-child(4) { background: var(--ink); color: var(--white); }
.home-task-card > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.home-task-card:nth-child(n+3) > div { color: rgba(255,255,255,.65); }
.home-task-card i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.home-task-card h3 { max-width: 260px; margin: 35px 0 9px; font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.home-task-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.home-task-card:nth-child(n+3) p { color: rgba(255,255,255,.72); }
.home-task-card > strong { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(21,21,21,.14); font-size: 10px; }
.home-task-card:nth-child(n+3) > strong { border-color: rgba(255,255,255,.18); }
.home-services { background: var(--white); }
.home-services .service-grid { gap: 10px; border: 0; }
.home-services .service-card { min-height: 265px; border: 1px solid var(--line); border-radius: 16px; }
.home-services .service-card:nth-child(6n+1), .home-services .service-card:nth-child(6n+5) { background: #dfe8ff; }
.home-services .service-card:nth-child(6n+3) { background: #fff0e8; }
.home-services .service-card:nth-child(6n+6) { background: #f1f7d4; }
.home-services .service-card h3 { margin-top: 43px; }
.home-cases { background: #edf3ff; }
.services-all-banner { margin-top: 20px; padding: 30px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; border-radius: 18px; background: var(--acid); }
.services-all-banner > div span { font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.services-all-banner h3 { margin: 8px 0 0; font-size: 25px; }
.services-all-banner p { margin: 0; font-size: 12px; line-height: 1.55; }

.service-jump { position: relative; z-index: 2; margin-top: -42px; padding: 10px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 18px 45px rgba(21,21,21,.08); }
.service-jump a { min-height: 66px; padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; gap: 8px; border-radius: 10px; background: var(--paper); font-size: 11px; font-weight: 600; }
.service-jump a:hover { background: #dfe8ff; }
.service-jump small { width: 23px; height: 23px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--coral); }
.services-directory { padding: 90px 0 120px; }
.service-group-block { padding: 80px 0; scroll-margin-top: 110px; border-bottom: 1px solid var(--line); }
.service-group-block:first-child { padding-top: 30px; }
.service-group-head { display: grid; grid-template-columns: 60px 1fr auto; gap: 25px; align-items: end; margin-bottom: 35px; }
.service-group-head > span { color: var(--coral); font-size: 11px; }
.service-group-head h2 { margin: 0 0 8px; font-size: 40px; letter-spacing: -.04em; }
.service-group-head p { margin: 0; color: var(--muted); font-size: 12px; }
.service-group-head > a { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.service-link-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-link-grid > a { min-height: 190px; padding: 24px; display: grid; grid-template-columns: 38px 1fr 120px 24px; gap: 18px; align-items: center; position: relative; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-link-grid > a::after { content: ""; width: 140px; height: 140px; position: absolute; right: -70px; bottom: -90px; border-radius: 50%; background: var(--accent); opacity: 0; transition: .25s; }
.service-link-grid > a:hover::after { opacity: .18; bottom: -55px; }
.service-link-grid > a > span { color: var(--coral); font-size: 9px; }
.service-link-grid h3 { margin: 0 0 9px; font-size: 21px; }
.service-link-grid p { margin: 0; max-width: 390px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.service-link-meta { display: grid; gap: 5px; }
.service-link-meta small:last-child { color: var(--muted); }
.service-link-grid > a > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

.news-home-head { margin: 100px 0 35px; padding-top: 55px; display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 45px; align-items: end; border-top: 1px solid var(--line); }
.news-home-head > div > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.news-home-head h2 { margin: 18px 0 0; font-size: 48px; letter-spacing: -.045em; }
.news-home-head > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.news-card { min-height: 310px; padding: 26px; display: flex; flex-direction: column; border-radius: 15px; border: 1px solid var(--line); background: var(--white); }
.news-card:nth-child(3n+1) { background: #dfe8ff; }
.news-card:nth-child(3n+2) { background: #fff0e8; }
.news-card:nth-child(3n+3) { background: var(--white); }
.news-card > div { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.news-card > div span { color: var(--coral); }
.news-card h3 { margin: 65px 0 12px; font-size: 22px; line-height: 1.22; letter-spacing: -.025em; }
.news-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.news-card > i { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; font-style: normal; font-weight: 700; }
.news-card:hover { background: #dfe8ff; }
.media-home { background: #f1f7d4; }
.news-page { padding-top: 70px; }
.news-article-head { max-width: 1050px; }
.news-label { margin-top: 70px; display: flex; gap: 20px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.news-label span { color: var(--coral); }
.news-article-head h1 { margin: 25px 0; font-size: clamp(52px, 6vw, 84px); line-height: 1; letter-spacing: -.055em; }
.news-article-head > p { max-width: 760px; margin-bottom: 65px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.news-visual { min-height: 500px; display: grid; place-items: center; background: var(--coral); color: var(--white); }
.news-visual .shell { min-height: 350px; padding: 45px; position: relative; display: flex; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 32px; }
.news-visual span { position: absolute; left: 45px; top: 40px; font-size: 16px; font-weight: 800; }
.news-visual strong { font-size: clamp(80px, 13vw, 180px); letter-spacing: -.09em; }
.news-visual i { position: absolute; right: 45px; bottom: 40px; font-size: 10px; font-style: normal; }
.news-body { max-width: 760px; padding: 100px 0; }
.news-body p { color: #45433f; font-family: Georgia, serif; font-size: 18px; line-height: 1.75; }
.news-body .lead { font-size: 25px; color: var(--ink); }
.news-body h2 { margin: 60px 0 20px; font-size: 36px; }
.news-body blockquote { margin: 45px 0; padding: 30px; border-left: 3px solid var(--coral); background: var(--warm); font-size: 23px; line-height: 1.45; }
.news-body .button { margin-top: 25px; font-family: "Onest", Arial, sans-serif; }

.vacancy-list { display: grid; gap: 7px; }
.vacancy-list > a { min-height: 112px; padding: 0 22px; display: grid; grid-template-columns: 55px 1fr .8fr 150px; gap: 20px; align-items: center; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.vacancy-list > a:nth-child(4n+1) { background: #dfe8ff; }
.vacancy-list > a:nth-child(4n+2) { background: #fff0e8; }
.vacancy-list > a:nth-child(4n+3) { background: #f1f7d4; }
.vacancy-list > a > span { color: var(--coral); font-size: 9px; }
.vacancy-list h2 { margin: 0; font-size: 25px; }
.vacancy-list p { color: var(--muted); font-size: 12px; }
.vacancy-list i { justify-self: end; font-size: 10px; font-style: normal; font-weight: 700; }
.vacancy-list > a:hover h2 { color: var(--coral); }
.career-culture { padding: 105px 0; background: #dfe8ff; }
.career-culture .shell { display: grid; grid-template-columns: .4fr 1.3fr .7fr; gap: 45px; align-items: start; }
.career-culture .shell > span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.career-culture h2 { margin: 0; font-size: 48px; line-height: 1.05; letter-spacing: -.045em; }
.career-culture p { margin: 0 0 25px; color: var(--muted); line-height: 1.55; }
.career-culture .button { margin-bottom: 15px; }
.career-culture .shell > a:last-child { display: block; font-size: 10px; text-decoration: underline; }

.requisites-page { padding: 65px 0 120px; }
.requisites-page header { max-width: 900px; margin: 80px 0 65px; }
.requisites-page h1 { margin: 22px 0; font-size: clamp(52px, 6vw, 82px); line-height: 1; letter-spacing: -.055em; }
.requisites-page header p { color: var(--muted); }
.requisites-page header { max-width: 1050px; margin: 55px 0 65px; padding: 38px; border-radius: 19px; background: #dfe8ff; box-shadow: 15px 15px 0 #fff0e8; }
.requisite-grid { display: grid; gap: 6px; }
.requisite-grid > div { min-height: 78px; padding: 16px 20px; display: grid; grid-template-columns: .4fr 1.6fr; gap: 35px; align-items: center; border-radius: 12px; background: var(--white); border: 1px solid var(--line); }
.requisite-grid > div:nth-child(4n+1) { background: #f1f7d4; }
.requisite-grid > div:nth-child(4n+3) { background: #fff0e8; }
.requisite-grid span, .requisite-contact span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.requisite-grid strong { max-width: 850px; font-size: 15px; line-height: 1.5; }
.requisite-contact { margin-top: 35px; padding: 30px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; border-radius: 16px; background: #dfe8ff; }
.requisite-contact > div { display: grid; gap: 6px; }
.requisite-contact a:not(.button) { font-size: 14px; font-weight: 600; }

.sitemap-page { padding: 65px 0 120px; }
.sitemap-page header { margin: 55px 0 65px; padding: 38px; border-radius: 19px; background: var(--blue); color: var(--white); box-shadow: 15px 15px 0 #ffded5; }
.sitemap-page h1 { margin: 20px 0; font-size: 72px; letter-spacing: -.055em; }
.sitemap-page header p { color: #dce4ff; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sitemap-grid section { min-height: 280px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; border-radius: 15px; background: var(--white); border: 1px solid var(--line); }
.sitemap-grid section:nth-child(4n+1) { background: #dfe8ff; }
.sitemap-grid section:nth-child(4n+2) { background: #fff0e8; }
.sitemap-grid section:nth-child(4n+3) { background: #f1f7d4; }
.sitemap-grid h2 { width: 100%; margin: 0 0 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-size: 20px; }
.sitemap-grid a { margin: 5px 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.sitemap-grid a:hover { color: var(--coral); }
.sitemap-grid .sitemap-all { margin-bottom: 10px; color: var(--ink); font-weight: 700; }

.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links > a { min-height: 45px; padding: 5px 11px 5px 5px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; background: var(--white); font-size: 10px; font-weight: 700; transition: transform .18s ease, border-color .18s ease; }
.social-links > a:hover { transform: translateY(-2px); border-color: var(--ink); }
.social-links > a i { width: 33px; height: 33px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--white); font-style: normal; }
.social-links > a i img { width: 29px; height: 29px; display: block; object-fit: contain; }
.social-links > a.social-behance i { border-radius: 8px; }
.social-links > a.social-behance i img { width: 24px; height: 24px; }
.social-links > a.social-vcru i img { width: 34px; height: 34px; object-fit: cover; }
.social-links > a b { color: var(--muted); font-size: 9px; }
.social-links-compact > a { width: 38px; min-height: 38px; padding: 0; justify-content: center; border-color: #3a3a37; background: transparent; }
.social-links-compact > a i { width: 30px; height: 30px; }
.social-links-compact > a b { display: none; }
.contacts-social { margin-top: 38px; }
.contacts-social > span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.footer-top { grid-template-columns: 1.45fr repeat(4, 1fr); gap: 42px; }
.footer-lead > small { display: block; margin-top: 22px; color: #777; font-size: 9px; line-height: 1.55; }
.footer-social { margin-top: 22px; }
.footer-social > span { display: block; margin-bottom: 10px; color: #777; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.footer-all { margin-bottom: 4px; color: var(--acid) !important; font-weight: 700; }
.footer-action > div { margin-top: auto; padding-top: 20px; border-top: 1px solid #393936; }
.footer-action > div small { display: block; margin-bottom: 12px; color: #888; font-size: 9px; }
.footer-action .button { min-height: 40px; padding-inline: 14px; color: var(--white); font-size: 10px; }
.footer-legal { min-height: 78px; padding-top: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: start; border-top: 1px solid #393936; color: #7f7f7a; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.footer-legal > div:first-child { display: grid; gap: 6px; }
.footer-legal strong { color: #aaa; font-size: 9px; }
.footer-legal > div:nth-child(2) { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal > a { color: #bbb; }

/* Services directory: the catalog begins on the first screen. */
.services-hero-v2 { padding: 42px 0 54px; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(132deg, #fff 0%, #fff 62%, #edf3ff 100%); }
.services-hero-v2 .breadcrumbs { margin-bottom: 34px; }
.services-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: stretch; }
.services-hero-copy { padding: 18px 0 8px; }
.services-hero-copy h1 { max-width: 760px; margin: 19px 0 22px; font-family: "Manrope", Arial, sans-serif; font-size: clamp(50px, 5.25vw, 76px); line-height: .96; letter-spacing: -.06em; }
.services-hero-copy h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; font-style: normal; }
.services-hero-copy > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.services-hero-copy .hero-actions { margin-top: 28px; }
.category-board { padding: 20px 22px 16px; border-radius: 22px; background: var(--ink); color: var(--white); box-shadow: 22px 24px 0 #ef6448; }
.category-board-head, .category-board-foot { display: flex; justify-content: space-between; gap: 18px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.category-board-head { padding-bottom: 13px; color: #a7a7a1; }
.category-board-head b { color: var(--acid); }
.category-board > a { min-height: 66px; display: grid; grid-template-columns: 32px 1fr 40px; gap: 13px; align-items: center; border-top: 1px solid #3b3b38; }
.category-board > a > span { color: #7f7f79; font-size: 9px; }
.category-board > a > div { display: grid; gap: 3px; }
.category-board strong { font-size: 17px; line-height: 1.15; }
.category-board small { color: #8f8f89; font-size: 8px; line-height: 1.35; }
.category-board > a > b { width: 34px; height: 34px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 11px; }
.category-board > a:hover strong { color: var(--acid); }
.category-board-foot { padding-top: 14px; border-top: 1px solid #3b3b38; color: #8f8f89; line-height: 1.45; }
.category-board-foot > span { max-width: 250px; }
.category-board-foot a { color: var(--white); font-weight: 700; white-space: nowrap; }

.catalog-intro { padding: 74px 0 34px; display: grid; grid-template-columns: .32fr 1.08fr .6fr; gap: 38px; align-items: start; }
.catalog-intro > span { padding-top: 9px; color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-intro h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.catalog-intro p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-explorer { padding-bottom: 92px; scroll-margin-top: 112px; }
.explorer-toolbar { padding: 18px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; border-radius: 18px; background: var(--blue); }
.explorer-search { min-height: 58px; padding: 0 19px; display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; border-radius: 11px; background: var(--white); }
.explorer-search > span { color: var(--coral); font-size: 21px; line-height: 1; }
.explorer-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.explorer-search input::placeholder { color: #8a91a1; }
.explorer-search button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #edf1f8; cursor: pointer; }
.explorer-count { min-width: 150px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); }
.explorer-count strong { color: var(--acid); font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.explorer-count span { font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.explorer-filters { padding: 13px 0 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.explorer-filters button { min-height: 39px; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; background: var(--white); font-size: 10px; font-weight: 700; cursor: pointer; }
.explorer-filters button small { margin-left: 6px; color: var(--muted); }
.explorer-filters button:hover { border-color: var(--ink); }
.explorer-filters button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.explorer-filters button.active small { color: var(--acid); }
.explorer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.explorer-card { min-height: 390px; padding: 23px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .22s, box-shadow .22s; }
.explorer-card::after { content: ""; width: 190px; height: 190px; position: absolute; z-index: -1; right: -105px; bottom: -120px; border-radius: 50%; background: var(--accent); opacity: .2; transition: .25s; }
.explorer-card:nth-child(7n+1) { background: #dfe8ff; }
.explorer-card:nth-child(7n+3) { background: #fff0e8; }
.explorer-card:nth-child(7n+5) { background: #f1f7d4; }
.explorer-card:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 18px 40px rgba(31, 50, 94, .12); }
.explorer-card:hover::after { right: -75px; bottom: -90px; opacity: .38; }
.explorer-card-top { display: grid; grid-template-columns: 32px 1fr 30px; gap: 10px; align-items: center; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.explorer-card-top > span { color: var(--coral); }
.explorer-card-top > i { width: 29px; height: 29px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(21,21,21,.18); border-radius: 50%; color: var(--ink); font-style: normal; }
.explorer-card h2 { max-width: 340px; margin: 38px 0 11px; font-size: 24px; line-height: 1.14; letter-spacing: -.03em; }
.explorer-card h2 a { color: inherit; }
.explorer-card p { max-width: 350px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.explorer-card-signal { width: 92px; height: 54px; position: absolute; z-index: -1; top: 61px; right: 21px; display: grid; place-items: center; color: color-mix(in srgb,var(--accent) 82%,var(--ink)); opacity: .62; pointer-events: none; }
.explorer-card-signal b { position: relative; z-index: 2; font-size: 17px; line-height: 1; letter-spacing: -.06em; }
.explorer-card-signal i { width: 46px; height: 46px; position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .28; }
.explorer-card[data-category="sites"] .explorer-card-signal i { box-shadow: -14px 0 0 -1px transparent, -14px 0 0 0 currentColor; }
.explorer-card[data-category="products"] .explorer-card-signal { background: repeating-linear-gradient(90deg,transparent 0 10px,color-mix(in srgb,var(--accent) 28%,transparent) 10px 11px); }
.explorer-card[data-category="products"] .explorer-card-signal i { border-radius: 8px; transform: rotate(45deg); }
.explorer-card[data-category="design"] .explorer-card-signal i { width: 58px; height: 34px; border-radius: 50% 50% 8px 8px; transform: rotate(-10deg); }
.explorer-card[data-category="marketing"] .explorer-card-signal i { width: 66px; height: 34px; border-width: 0 0 1px 1px; border-radius: 0; transform: skewY(-12deg); }
.explorer-card[data-category="support"] .explorer-card-signal i { box-shadow: 0 0 0 8px color-mix(in srgb,var(--accent) 11%,transparent),0 0 0 16px color-mix(in srgb,var(--accent) 7%,transparent); }
.explorer-card[data-category="team"] .explorer-card-signal i { width: 15px; height: 15px; border: 0; background: currentColor; box-shadow: -23px 7px 0 -2px currentColor,23px 7px 0 -2px currentColor; }
.explorer-card-result { margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(21,21,21,.12); }
.explorer-card-result small { display: block; margin-bottom: 5px; color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.explorer-card-result strong { max-width: 330px; display: block; font-size: 12px; line-height: 1.35; }
.explorer-card-tags { margin: 12px 0 17px; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; list-style: none; }
.explorer-card-tags li { padding: 6px 9px; border: 1px solid rgba(21,21,21,.17); border-radius: 99px; background: rgba(255,255,255,.42); font-size: 8px; font-weight: 750; line-height: 1; }
.explorer-card-bottom { margin-top: auto; padding-top: 19px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(21,21,21,.12); font-size: 10px; font-weight: 700; }
.explorer-card-bottom span:last-child { color: var(--muted); font-weight: 500; }
.explorer-card-extra { position: absolute; z-index: 4; left: 12px; right: 12px; bottom: 12px; padding: 17px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: end; border-radius: 13px; background: var(--ink); color: var(--white); box-shadow: 0 13px 26px rgba(21,21,21,.2); opacity: 0; visibility: hidden; transform: translateY(calc(100% + 18px)); transition: opacity .22s,transform .28s,visibility .22s; }
.explorer-card:hover .explorer-card-extra,.explorer-card:focus .explorer-card-extra,.explorer-card:focus-within .explorer-card-extra { opacity: 1; visibility: visible; transform: translateY(0); }
.explorer-card-proof { min-width: 0; color: inherit; }
.explorer-card-proof small { margin-bottom: 6px; display: block; color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.explorer-card-proof strong { display: block; font-size: 11px; line-height: 1.3; }
.explorer-card-more { min-width: 118px; min-height: 42px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 99px; background: var(--acid); color: var(--ink); font-size: 10px; font-weight: 850; }
.explorer-card-more span { font-size: 16px; }
.explorer-empty { padding: 72px; border: 1px dashed var(--line); border-radius: 18px; background: #fff0e8; text-align: center; }
.explorer-empty strong { display: block; font-size: 30px; }
.explorer-empty p { max-width: 650px; margin: 14px auto 25px; color: var(--muted); line-height: 1.55; }

@media (max-width: 1280px) {
  .header-inner { gap: 24px; }
  .desktop-nav { gap: 18px; }
  .header-contact { display: none; }
}

@media (max-width: 1120px) {
  .shell { width: min(100% - 42px, 1000px); }
  .desktop-nav { gap: 15px; }
  .desktop-nav > a, .desktop-nav summary { font-size: 11px; }
  .nav-combo > a { font-size: 11px; }
  .header-contact, .header-cta { display: none; }
  .hero-grid, .page-hero { grid-template-columns: 1fr; }
  .home-task-head { grid-template-columns: .38fr 1fr; }
  .home-task-head p { grid-column: 2; }
  .home-task-grid { grid-template-columns: repeat(2,1fr); }
  .services-hero-grid { grid-template-columns: 1fr; }
  .category-board { margin: 0 18px 22px 0; }
  .catalog-intro { grid-template-columns: .4fr 1.2fr; }
  .catalog-intro p { grid-column: 2; }
  .explorer-grid { grid-template-columns: repeat(2, 1fr); }
  .home-hero { padding-top: 50px; }
  .hero-showcase { margin-top: 20px; }
  .page-hero-art { display: none; }
  .commercial-proof > .shell { grid-template-columns: repeat(2,1fr); padding: 12px 0; }
  .commercial-proof > .shell > div:nth-child(2) { border-right: 0; }
  .commercial-proof a { min-height: 54px; grid-column: 1 / -1; justify-content: flex-start; padding-left: 0; }
  .related-service-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid { grid-template-columns: repeat(3,1fr); padding: 45px 0; }
  .proof-grid a { grid-column: 1/-1; justify-self: start; }
  .pricing-grid, .price-examples-grid { grid-template-columns: repeat(2,1fr); }
  .deliverables-grid, .principle-grid, .big-facts { grid-template-columns: repeat(2,1fr); }
  .team-live-stage { min-height: 580px; grid-template-columns: 1.05fr .95fr; }
  .team-live-photo { min-height: 580px; }
  .team-live-copy { padding: 28px; }
  .team-profile-modal { grid-template-columns: 1fr 1fr; }
  .team-profile-copy { padding: 35px 30px 28px; }
  .team-leads { grid-template-columns: 1fr 1fr; }
  .team-leads .team-person-photo { height: 500px; }
  .team-roster-grid { grid-template-columns: 1fr; }
  .team-story-card { min-height: 500px; grid-template-columns: .62fr 1.38fr; }
  .team-story-card .team-person-photo { min-height: 500px; }
  .team-story-card .team-person-info { min-height: 500px; padding: 24px; }
  .team-card-heading h3 { font-size: 38px; }
  .team-card-heading > strong { font-size: 13px; }
  .team-card-focus > p { font-size: 12px; }
  .team-role-grid, .team-role-grid.team-role-grid-compact, .team-steps { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1.4fr repeat(3,1fr); }
  .footer-column:last-child { grid-column: 2 / 5; }
  .footer-action > div { max-width: 260px; }
  .commerce-strip > .shell { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .commerce-strip > .shell > div:nth-child(2) { border-right: 0; }
  .service-link-grid > a { grid-template-columns: 32px 1fr 25px; }
  .service-link-meta { grid-column: 2; }
  .case-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .case-approach-grid { grid-template-columns: repeat(2, 1fr); }
  .related-case-grid { grid-template-columns: repeat(2, 1fr); }
  .callback-grid { grid-template-columns: 1fr; gap: 35px; }
  .requisite-contact { grid-template-columns: 1fr 1fr; }
  .requisite-contact .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 30px); }
  .utility-bar { display: none; }
  .header-inner { height: 70px; gap: 10px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy b { font-size: 12px; }
  .header-contact { display: none; }
  .desktop-nav { display: none; }
  .mobile-header-phone { margin-left: auto; display: grid; gap: 2px; text-align: right; line-height: 1; }
  .mobile-header-phone span { color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-header-phone b { font-size: 10.5px; white-space: nowrap; }
  .mobile-header-phone:hover { color: var(--coral); }
  .mobile-menu { display: block; margin-left: 0; position: static; }
  .mobile-menu > summary { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); list-style: none; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .mobile-menu > summary::-webkit-details-marker { display:none; }
  .mobile-menu > summary span { width: 17px; height: 1px; background: var(--ink); }
  .mobile-menu nav { position: absolute; left: -15px; right: -15px; top: 69px; padding: 22px 15px 30px; display: grid; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(21,21,21,.12); }
  .mobile-menu nav > a:not(.button) { padding: 11px 5px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .mobile-menu nav > a small { float: right; color: var(--coral); }
  .mobile-phone { display: grid !important; gap: 4px; padding: 0 5px 16px !important; color: var(--ink); }
  .mobile-phone small { color: var(--muted) !important; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-phone b { font-size: 21px; }
  .mobile-menu .social-links { padding: 0 5px 16px; border-bottom: 1px solid var(--line); }
  .mobile-menu .social-links > a { border-color: var(--line); }
  .mobile-menu nav .button { margin-top: 20px; }
  .home-hero { min-height: auto; padding-top: 42px; }
  .services-hero-v2 { padding: 32px 0 45px; }
  .services-hero-v2 .breadcrumbs { margin-bottom: 24px; }
  .services-hero-copy { padding-top: 8px; }
  .services-hero-copy h1 { font-size: 44px; }
  .services-hero-copy > p { font-size: 14px; }
  .category-board { margin-right: 10px; padding: 17px; box-shadow: 10px 12px 0 #ef6448; }
  .category-board > a { min-height: 69px; }
  .category-board strong { font-size: 15px; }
  .category-board-foot { display: grid; }
  .catalog-intro { padding: 58px 0 27px; grid-template-columns: 1fr; gap: 14px; }
  .catalog-intro p { grid-column: auto; }
  .catalog-intro h2 { font-size: 36px; }
  .service-explorer { padding-bottom: 72px; }
  .explorer-toolbar { grid-template-columns: 1fr; }
  .explorer-count { min-width: 0; justify-content: flex-start; padding: 4px 6px; }
  .explorer-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .explorer-filters button { width: 100%; min-width: 0; min-height: 48px; padding-inline: 10px; white-space: normal; line-height: 1.25; }
  .explorer-filters button:first-child { grid-column: 1 / -1; }
  .explorer-grid { grid-template-columns: 1fr; }
  .explorer-card { min-height: 0; }
  .explorer-card h2 { margin-top: 36px; }
  .explorer-card-extra { margin-top: 2px; padding: 15px; position: static; grid-template-columns: minmax(0,1fr) auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .explorer-card-more { min-width: 112px; }
  .explorer-empty { padding: 48px 20px; }
  .hero-grid { gap: 35px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-facts { gap: 10px; margin-top: 38px; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { font-size: 9px; }
  .hero-showcase { height: 430px; border-radius: 22px; }
  .window-main { width: 88%; left: 4%; top: 85px; }
  .window-app { width: 37%; }
  .orbit-stamp { width: 78px; height: 78px; top: 35px; }
  .orbit-stamp b { font-size: 20px; }
  .client-line { margin-top: 42px; height: 90px; gap: 25px; }
  .client-line div { justify-content: flex-start; }
  .section { padding: 78px 0; }
  .section-title { grid-template-columns: 1fr; gap: 18px; margin-bottom: 35px; }
  .section-title :is(h1, h2) { font-size: 38px; }
  .service-grid, .case-grid, .article-grid, .news-grid, .industry-cloud, .expertise-grid, .letters-grid, .review-proof-grid, .review-related-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .case-card:nth-child(3), .case-wide { grid-column: auto; }
  .case-wide .case-image, .case-image { min-height: 360px; }
  .cases-explorer { padding-top: 5px; }
  .cases-toolbar { grid-template-columns: 1fr; }
  .cases-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .cases-filters button { width: 100%; min-width: 0; min-height: 46px; padding-inline: 9px; white-space: normal; line-height: 1.25; }
  .cases-filters button:first-child { grid-column: 1 / -1; }
  .cases-count { justify-content: flex-start; padding: 4px; }
  .case-archive-grid { grid-template-columns: 1fr; }
  .portfolio-card-wide { grid-column: auto; }
  .portfolio-image, .portfolio-card-wide .portfolio-image { height: 260px; }
  .portfolio-copy { min-height: 245px; }
  .portfolio-copy h2 { margin-top: 30px; font-size: 23px; }
  .proof-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-layout, .review-feature, .cta-grid, .service-hero-grid, .case-detail-head, .case-story, .solution-board, .brief-page-grid, .contacts-head, .newsletter-inner, .review-detail-grid, .review-story, .not-found-grid { grid-template-columns: 1fr; gap: 45px; }
  .review-detail-grid { margin-top: 45px; }
  .review-document { min-height: 310px; }
  .review-case-link { grid-template-columns: 1fr; }
  .blog-explorer-head { grid-template-columns: 1fr; }
  .blog-filter { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .blog-filter button { min-width: 0; min-height: 44px; padding-inline: 8px; white-space: normal; }
  .blog-filter button:first-child { grid-column: 1 / -1; }
  .text-link { white-space: normal; }
  h1, h2, h3 { hyphens: auto; }
  .not-found-signal { min-height: 300px; }
  .not-found-signal strong { font-size: 100px; }
  .contract-card { position: static; }
  .industry-cloud > *:nth-child(odd), .industry-cloud > *:nth-child(even) { padding: 20px 0; border-right: 0; }
  .review-quote { padding: 30px; }
  .review-quote blockquote { margin-top: 30px; font-size: 25px; }
  .letter-preview img { width: 85%; }
  .project-cta { padding: 78px 0; }
  .cta-contact { margin-top: 40px; }
  .brief-form, .brief-page-form .brief-form { padding: 24px; }
  .form-row, .choice-grid { grid-template-columns: 1fr; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-lead { grid-column: 1/-1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-action { grid-column: 1 / -1 !important; }
  .footer-legal { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; }
  .footer-bottom a:last-child { margin-left: 0; }
  .page-hero { min-height: auto; padding: 48px 0; }
  .page-hero-copy h1 { font-size: 47px; }
  .page-hero-copy > p { font-size: 15px; }
  .page-hero-actions { flex-direction: column; align-items: stretch; }
  .commercial-proof > .shell { grid-template-columns: 1fr; padding: 10px 0; }
  .commercial-proof > .shell > div { min-height: 68px; padding: 14px 0; border-right: 0; border-bottom: 1px solid #3a3a37; }
  .commercial-proof a { grid-column: auto; min-height: 58px; }
  .related-service-grid { grid-template-columns: 1fr; }
  .service-catalog-row { grid-template-columns: 35px 1fr 28px; min-height: 190px; }
  .catalog-meta { grid-column: 2; }
  .dark-feature-grid, .check-grid { grid-template-columns: 1fr 1fr; }
  .service-hero { padding: 50px 0; }
  .service-hero .breadcrumbs { margin-bottom: 50px; }
  .service-hero h1 { font-size: 51px; }
  .deliverables-grid, .stage-track, .pricing-grid, .price-examples-grid, .payment-steps, .principle-grid, .big-facts { grid-template-columns: 1fr; }
  .price-catalog summary { min-height: 104px; padding: 18px 16px; grid-template-columns: 28px minmax(0,1fr) 31px; gap: 10px; }
  .price-catalog summary h2 { font-size: 19px; }
  .price-catalog summary b { grid-column: 2; justify-self: start; padding: 5px 8px; }
  .price-catalog summary > i { grid-column: 3; grid-row: 1 / span 2; width: 30px; height: 30px; }
  .price-service-list { padding: 0 14px 12px; }
  .price-service-list > a { padding: 17px 2px; grid-template-columns: minmax(0,1fr) 26px; gap: 13px; }
  .price-service-list > a > span, .price-service-list > a > strong { grid-column: 1; display: inline-grid; margin-right: 18px; }
  .price-service-list > a > i { grid-column: 2; grid-row: 1 / span 3; }
  .price-service-name p { font-size: 9px; }
  .price-catalog-note { padding: 20px; align-items: stretch; flex-direction: column; }
  .price-catalog-note .button { width: 100%; }
  .process-assurance { grid-template-columns: 1fr; gap: 28px; padding: 22px; }
  .process-assurance dl { grid-template-columns: 1fr; }
  .process-assurance dl > div { min-height: 65px; }
  .stage-track-rich > article { min-height: 245px; }
  .stage-track-rich > article::after { display: none; }
  .team-people-section { padding-top: 72px; background: var(--white); }
  .team-live-stage { min-height: 0; grid-template-columns: 1fr; }
  .team-live-photo { min-height: 490px; }
  .team-live-copy { min-height: 465px; padding: 25px 22px; }
  .team-signal { display: none; }
  .team-live-about { margin-top: 28px; }
  .team-live-about > p { font-size: 14px; }
  .team-live-cursor { display: none; }
  .team-running-line { margin-bottom: 50px; }
  .team-leads, .team-roster-grid { grid-template-columns: 1fr; }
  .team-leads { margin-bottom: 50px; }
  .team-leads .team-person-photo { height: 470px; }
  .team-roster-grid { grid-template-columns: 1fr; }
  .team-person-photo { height: 420px; }
  .team-person-info { min-height: 96px; padding: 17px 15px; }
  .team-person-info h3 { font-size: 20px; }
  .team-person-info p { font-size: 8px; }
  .team-story-card .team-person-info { min-height: 0; padding: 25px 22px 28px; }
  .team-story-card { min-height: 0; grid-template-columns: 1fr; }
  .team-story-card .team-person-photo { height: min(68vh, 560px); min-height: 420px; }
  .team-card-heading h3 { font-size: 36px; }
  .team-card-heading > strong { font-size: 13px; }
  .team-card-topics { margin-top: 28px; }
  .team-profile-layer { padding: 10px; align-items: start; overflow-y: auto; }
  .team-profile-modal { max-height: none; grid-template-columns: 1fr; overflow: visible; }
  .team-profile-photo { min-height: 470px; }
  .team-profile-copy { min-height: 560px; padding: 30px 22px 25px; overflow: visible; }
  .team-profile-heading { margin: 70px 0 28px; }
  .team-profile-copy h2 { font-size: 55px; }
  .team-profile-actions { grid-template-columns: 1fr; }
  .team-profile-close { position: fixed; right: 20px; top: 20px; }
  .team-roster-head { grid-template-columns: 1fr; gap: 10px; }
  .team-source-note { text-align: left; }
  .team-role-grid, .team-role-grid.team-role-grid-compact, .team-responsibility-grid, .team-steps { grid-template-columns: 1fr; }
  .team-careers-section { padding-bottom: 72px; }
  .team-careers-card { min-height: 420px; padding: 30px 24px; grid-template-columns: 1fr; gap: 32px; align-content: end; }
  .team-careers-card h2 { margin-top: 80px; font-size: 40px; }
  .team-careers-card .button { justify-self: stretch; }
  .stage-track h3 { margin: 35px 0 18px; }
  .faq-section { grid-template-columns: 1fr; gap: 10px; }
  .case-detail-head { margin-top: 50px; }
  .case-detail-cover { min-height: 480px; }
  .case-detail-cover span { font-size: 28px; }
  .real-case-cover img { width: calc(100% - 36px); max-height: 390px; }
  .case-approach-grid, .related-case-grid { grid-template-columns: 1fr; }
  .case-approach-grid article { min-height: 160px; }
  .case-tech-line { grid-template-columns: 1fr; }
  .callback-section { padding: 62px 0; }
  .callback-form { grid-template-columns: 1fr; }
  .callback-form > small { grid-column: auto; }
  .story-intro h2 { font-size: 37px; }
  .case-result-banner { padding: 30px; }
  .case-result-banner p { font-size: 24px; }
  .about-manifesto h2 { font-size: 38px; }
  .legal-card { grid-template-columns: 1fr; gap: 30px; }
  .company-hub-grid { grid-template-columns: 1fr; }
  .company-hub-grid > a { min-height: 285px; }
  .legal-card-actions { display: grid !important; grid-auto-flow: row; }
  .letters-grid article { grid-template-columns: 1fr; }
  .letter-image { padding: 22px; }
  .letter-image img { height: 330px; }
  .newsletter form { flex-direction: column; gap: 15px; }
  .newsletter input { min-height: 48px; }
  .article-cover { min-height: 400px; }
  .article-cover .shell { height: 270px; }
  .article-cover span { font-size: 55px; }
  .article-body { padding: 70px 0; grid-template-columns: 1fr; }
  .article-body aside { display: none; }
  .contacts-hero { padding-top: 45px; }
  .contacts-head { min-height: auto; padding-top: 65px; }
  .contacts-head h1 { font-size: 47px; }
  .direct-contacts { grid-template-columns: 1fr; }
  .map-pin { left: 28%; }
  .brief-page-copy h1 { font-size: 48px; }
  .legal-page header { padding: 25px; box-shadow: 8px 8px 0 #fff0e8; }
  .legal-page > div:last-child { margin-left: 0; }
  .commerce-strip > .shell { grid-template-columns: 1fr; }
  .commerce-strip > .shell > div { min-height: 74px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .commerce-strip > .shell > div + div { padding-left: 0; }
  .home-task-section { padding: 54px 0; }
  .home-task-head { grid-template-columns: 1fr; gap: 13px; }
  .home-task-head p { grid-column: auto; }
  .home-task-head h2 { font-size: 36px; }
  .home-task-grid { grid-template-columns: 1fr; }
  .home-task-card { min-height: 200px; }
  .services-all-banner { grid-template-columns: 1fr; gap: 20px; }
  .service-jump { margin-top: -20px; grid-template-columns: 1fr 1fr; }
  .service-jump a { min-height: 58px; }
  .services-directory { padding-top: 55px; }
  .service-group-block { padding: 60px 0; }
  .service-group-head { grid-template-columns: 35px 1fr; }
  .service-group-head > a { grid-column: 2; justify-self: start; }
  .service-group-head h2 { font-size: 33px; }
  .service-link-grid { grid-template-columns: 1fr; }
  .service-link-grid > a { min-height: 180px; }
  .news-home-head { margin: 48px 0 28px; padding-top: 32px; grid-template-columns: 1fr; gap: 15px; }
  .news-home-head h2 { font-size: 38px; }
  .news-card { min-height: 280px; }
  .news-visual { min-height: 370px; }
  .news-visual .shell { min-height: 260px; }
  .vacancy-list > a { min-height: 155px; padding: 20px 15px; grid-template-columns: 30px 1fr; }
  .vacancy-list p, .vacancy-list i { grid-column: 2; justify-self: start; }
  .career-culture .shell { grid-template-columns: 1fr; }
  .career-culture h2 { font-size: 37px; }
  .requisites-page header, .sitemap-page header { padding: 25px; box-shadow: 8px 8px 0 #fff0e8; }
  .requisite-grid > div { padding: 20px 15px; grid-template-columns: 1fr; gap: 8px; }
  .requisite-contact { grid-template-columns: 1fr; }
  .requisite-contact .button { grid-column: auto; }
  .sitemap-page h1 { font-size: 50px; }
  .sitemap-grid { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  .brand-copy small,
  .mobile-header-phone span { display: none; }
  .mobile-header-phone b { font-size: 10px; }
}
@media (max-width: 340px) {
  .brand-copy { display: none; }
  .mobile-header-phone { min-width: max-content; }
}

/* The Gusi—Lebedi signature method and interactive anti-brief. */
.goose-translator { padding: 102px 0 90px; position: relative; overflow: hidden; background: #f1ece3; color: var(--ink); }
.goose-translator::before { content: "ГУСИ—ЛЕБЕДИ"; position: absolute; left: 50%; top: -28px; transform: translateX(-50%); color: rgba(21,21,21,.045); font-size: clamp(90px,14vw,220px); font-weight: 900; line-height: .8; letter-spacing: -.08em; white-space: nowrap; pointer-events: none; }
.goose-translator > .shell { position: relative; z-index: 1; }
.goose-translator-head { display: grid; grid-template-columns: 1.24fr .76fr; gap: 78px; align-items: end; }
.goose-translator-head > div > span { color: var(--coral); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.goose-translator-head h2 { max-width: 920px; margin: 22px 0 0; font-size: clamp(45px,5.45vw,78px); line-height: .93; letter-spacing: -.064em; }
.goose-translator-head > p { max-width: 530px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.62; }

.goose-duality { margin-top: 52px; display: grid; grid-template-columns: .82fr 1.36fr .82fr; overflow: hidden; border: 2px solid var(--ink); border-radius: 25px; background: var(--ink); box-shadow: 18px 19px 0 #d3dc32; }
.bird-principle { min-width: 0; min-height: 540px; padding: 27px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.bird-principle::after { position: absolute; right: -20px; bottom: -56px; font-size: 190px; font-weight: 900; line-height: 1; opacity: .08; }
.bird-principle-goose { background: var(--coral); }
.bird-principle-goose::after { content: "Г"; }
.bird-principle-swan { background: #3155d9; color: var(--white); }
.bird-principle-swan::after { content: "Л"; }
.bird-principle > span { font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.bird-principle-swan > span { color: var(--acid); }
.bird-principle h3 { margin: 110px 0 20px; font-size: clamp(38px,3.5vw,52px); line-height: .91; letter-spacing: -.055em; }
.bird-principle p { max-width: 310px; margin: 0; font-size: 11px; line-height: 1.55; }
.bird-principle-swan p { color: #c4cef4; }
.bird-principle > div { margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 6px; position: relative; z-index: 1; border-top: 1px solid rgba(21,21,21,.2); }
.bird-principle-swan > div { border-color: rgba(255,255,255,.22); }
.bird-principle b { padding: 7px 9px; border: 1px solid currentColor; border-radius: 99px; font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }

.bird-pair-stage { min-width: 0; min-height: 540px; position: relative; overflow: hidden; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); background: #141414; }
.bird-pair-stage::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.34) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 1px); background-size: 54px 54px; }
.bird-pair-stage::after { content: "ДВА ХАРАКТЕРА · ОДИН ПРОДУКТ"; position: absolute; left: 50%; top: 26px; transform: translateX(-50%); color: #797975; font-size: 7px; letter-spacing: .16em; white-space: nowrap; }
.brand-pair-mascots { width: min(72%,470px); height: auto; position: absolute; left: 50%; top: 47px; z-index: 3; transform: translateX(-50%); filter: drop-shadow(0 19px 18px rgba(0,0,0,.28)); transition: transform .35s ease; }
.brand-pair-label { padding: 7px 9px; position: absolute; top: 82px; z-index: 4; border: 1px solid #5b5b56; border-radius: 99px; background: rgba(20,20,20,.85); color: var(--white); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.brand-pair-label-goose { left: 18px; color: var(--coral); }
.brand-pair-label-swan { right: 18px; color: var(--acid); }
.brand-goose-figure,.brand-swan-figure { width: 210px; height: 220px; position: absolute; top: 112px; z-index: 2; }
.brand-goose-figure { left: 5%; }
.brand-swan-figure { right: 5%; }
.brand-goose-figure i,.brand-swan-figure i { position: absolute; display: block; }
.brand-goose-figure .bird-body { width: 154px; height: 91px; left: 16px; bottom: 32px; border-radius: 54% 62% 45% 48%; background: #f5f1e8; transform: rotate(7deg); }
.brand-goose-figure .bird-wing { width: 102px; height: 54px; left: 28px; bottom: 55px; border: 3px solid var(--ink); border-radius: 52% 60% 46% 55%; transform: rotate(11deg); }
.brand-goose-figure .bird-neck { width: 43px; height: 116px; right: 33px; bottom: 72px; border-radius: 28px 28px 10px 10px; background: #f5f1e8; transform: rotate(-11deg); }
.brand-goose-figure .bird-head { width: 56px; height: 48px; right: 17px; top: 18px; border-radius: 54% 48% 45% 58%; background: #f5f1e8; transform: rotate(-4deg); }
.brand-goose-figure .bird-head::after,.brand-swan-figure .bird-head::after { content: ""; width: 7px; height: 7px; position: absolute; right: 11px; top: 14px; border-radius: 50%; background: var(--ink); }
.brand-goose-figure .bird-beak { width: 0; height: 0; right: -5px; top: 43px; border-top: 10px solid transparent; border-bottom: 7px solid transparent; border-left: 34px solid var(--coral); transform: rotate(4deg); }
.brand-goose-figure .bird-leg { width: 4px; height: 32px; bottom: 6px; background: var(--coral); }
.brand-goose-figure .bird-leg::after { content: ""; width: 25px; height: 4px; position: absolute; left: -10px; bottom: 0; border-radius: 99px; background: var(--coral); }
.brand-goose-figure .bird-leg-one { left: 77px; }
.brand-goose-figure .bird-leg-two { left: 113px; }

.brand-swan-figure .bird-body { width: 166px; height: 82px; right: 5px; bottom: 28px; border-radius: 65% 45% 54% 45%; background: var(--white); transform: rotate(-4deg); }
.brand-swan-figure .bird-wing { width: 112px; height: 75px; right: 28px; bottom: 63px; border-radius: 70% 20% 68% 30%; background: var(--acid); clip-path: polygon(0 100%,20% 29%,39% 74%,56% 11%,69% 69%,88% 0,100% 100%); }
.brand-swan-figure .bird-neck { width: 74px; height: 140px; left: 7px; top: 24px; border: 23px solid transparent; border-left-color: var(--white); border-top-color: var(--white); border-radius: 53% 48% 25% 55%; transform: rotate(-22deg); }
.brand-swan-figure .bird-head { width: 48px; height: 42px; left: 46px; top: 15px; border-radius: 52% 48% 47% 55%; background: var(--white); transform: rotate(7deg); }
.brand-swan-figure .bird-beak { width: 0; height: 0; left: 84px; top: 44px; border-top: 8px solid transparent; border-bottom: 6px solid transparent; border-left: 28px solid var(--coral); transform: rotate(8deg); }
.bird-pair-dash { position: absolute; left: 50%; top: 208px; z-index: 4; transform: translateX(-50%); color: var(--coral); font-size: 54px; font-weight: 200; }
.bird-stage-wordmark { position: absolute; left: 50%; bottom: 49px; z-index: 3; transform: translateX(-50%); display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 8px; color: var(--white); }
.bird-stage-wordmark strong { font-size: 46px; line-height: 1; letter-spacing: -.08em; }
.bird-stage-wordmark strong:first-child { color: var(--coral); }
.bird-stage-wordmark strong:nth-child(3) { color: var(--acid); }
.bird-stage-wordmark i { color: #777; font-size: 18px; font-style: normal; }
.bird-stage-wordmark span { grid-column: 1/-1; color: #777; font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .17em; }
.bird-flight-line { position: absolute; left: 8%; right: 8%; top: 354px; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.bird-flight-line::before { content: ""; height: 1px; position: absolute; left: 0; right: 0; background: linear-gradient(90deg,var(--coral),#686865,var(--acid)); }
.bird-flight-line i { width: 7px; height: 7px; z-index: 1; border: 1px solid #85857f; border-radius: 50%; background: var(--ink); }
.bird-flight-line i:first-child { background: var(--coral); border-color: var(--coral); }
.bird-flight-line i:last-child { background: var(--acid); border-color: var(--acid); }
.goose-duality:hover .brand-goose-figure .bird-head { animation: brand-goose-peck .72s ease; transform-origin: left bottom; }
.goose-duality:hover .brand-swan-figure .bird-wing { animation: brand-swan-wing 1.15s ease; transform-origin: right bottom; }
.goose-duality:hover .brand-pair-mascots { transform: translateX(-50%) translateY(-7px) rotate(-1deg); }
.goose-duality:hover .bird-flight-line i { animation: brand-route-pulse 1.2s ease both; }
.goose-duality:hover .bird-flight-line i:nth-child(2) { animation-delay: .12s; }
.goose-duality:hover .bird-flight-line i:nth-child(3) { animation-delay: .24s; }
.goose-duality:hover .bird-flight-line i:nth-child(4) { animation-delay: .36s; }
.goose-duality:hover .bird-flight-line i:nth-child(5) { animation-delay: .48s; }
.goose-method-route { min-height: 68px; padding: 0 26px; grid-column: 1/-1; display: flex; align-items: center; justify-content: center; gap: 20px; border-top: 2px solid var(--ink); background: var(--white); }
.goose-method-route span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.goose-method-route i { color: var(--coral); font-style: normal; }

.goose-antibrief-head { margin: 104px 0 35px; display: grid; grid-template-columns: .58fr 1.42fr; gap: 70px; align-items: start; }
.goose-antibrief-head > span { color: var(--coral); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.goose-antibrief-head h3 { max-width: 900px; margin: 0; font-size: clamp(34px,4.1vw,58px); line-height: .98; letter-spacing: -.05em; }

.goose-translator-board { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 2px solid var(--ink); border-radius: 24px; background: var(--white); box-shadow: 18px 19px 0 var(--ink); }
.goose-phrase-picker { min-width: 0; padding: 27px; display: flex; flex-direction: column; border-right: 2px solid var(--ink); background: #f8f6f0; }
.goose-panel-label { padding-bottom: 22px; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.goose-panel-label b { color: var(--coral); }
.goose-phrase-list { margin-top: 10px; display: grid; gap: 7px; }
.goose-phrase-list button { min-height: 73px; padding: 14px 15px; display: grid; grid-template-columns: 28px minmax(0,1fr) 24px; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); text-align: left; cursor: pointer; transition: transform .18s,border-color .18s,background .18s; }
.goose-phrase-list button:hover { transform: translateX(4px); border-color: var(--blue); }
.goose-phrase-list button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.goose-phrase-list button > span { color: var(--coral); font-size: 8px; }
.goose-phrase-list button > strong { min-width: 0; font-size: 11px; line-height: 1.35; }
.goose-phrase-list button > i { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-style: normal; }
.goose-phrase-picker > p { margin: auto 0 0; padding-top: 24px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.goose-translation { min-width: 0; min-height: 675px; padding: 29px 31px 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: #3155d9; color: var(--white); animation: goose-result-in .38s ease both; }
.goose-translation::before { content: "Л"; position: absolute; right: -30px; bottom: -100px; color: rgba(255,255,255,.06); font-size: 450px; font-weight: 900; line-height: 1; }
.goose-translation-top { min-height: 112px; padding: 20px 120px 20px 20px; display: grid; align-content: center; gap: 10px; position: relative; z-index: 2; border-radius: 14px; background: var(--coral); color: var(--ink); }
.goose-translation-top > span { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.goose-translation-top > strong { max-width: 540px; font-size: 20px; line-height: 1.12; }
.goose-stamp { width: 76px; height: 76px; position: absolute; right: 20px; top: 18px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 8px; font-weight: 900; line-height: 1.1; text-align: center; transform: rotate(10deg); animation: goose-stamp-in .48s cubic-bezier(.2,.9,.2,1.3) .18s both; }
.goose-result { max-width: 760px; margin-top: 54px; position: relative; z-index: 2; }
.goose-result > span,.goose-moves > span { color: var(--acid); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.goose-result h3 { margin: 16px 0 17px; font-size: clamp(32px,3.4vw,50px); line-height: .98; letter-spacing: -.052em; }
.goose-result p { max-width: 690px; margin: 0; color: #c3cdf1; font-size: 12px; line-height: 1.6; }
.goose-moves { margin-top: auto; padding-top: 34px; position: relative; z-index: 2; }
.goose-moves ol { margin: 13px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; list-style: none; }
.goose-moves li { min-height: 76px; padding: 13px; display: grid; grid-template-columns: 25px 1fr; gap: 9px; align-items: center; border: 1px solid rgba(255,255,255,.21); border-radius: 10px; background: rgba(17,25,53,.2); }
.goose-moves li i { color: var(--acid); font-size: 8px; font-style: normal; }
.goose-moves li b { font-size: 9px; line-height: 1.35; }
.goose-result-footer { margin-top: 8px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; position: relative; z-index: 2; }
.goose-result-footer > a:first-child { min-height: 61px; padding: 10px 14px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.21); border-radius: 10px; background: rgba(17,25,53,.2); }
.goose-result-footer > a:first-child span { color: #9ca9d7; font-size: 7px; text-transform: uppercase; letter-spacing: .09em; }
.goose-result-footer > a:first-child strong { color: var(--white); font-size: 10px; }
.goose-result-footer .button { min-height: 61px; align-self: stretch; }
.goose-translator-note { min-height: 69px; padding-top: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: start; }
.goose-translator-note strong { font-size: 11px; }
.goose-translator-note span { max-width: 660px; font-size: 10px; line-height: 1.45; }
.goose-translator-note i { font-size: 8px; font-style: normal; letter-spacing: .1em; }
@keyframes goose-result-in { from { opacity: .4; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes goose-stamp-in { from { opacity: 0; transform: scale(1.8) rotate(-25deg); } to { opacity: 1; transform: scale(1) rotate(10deg); } }
@keyframes brand-goose-peck { 0%,100% { transform: rotate(-4deg); } 45% { transform: translate(8px,13px) rotate(26deg); } }
@keyframes brand-swan-wing { 0%,100% { transform: rotate(0); } 45% { transform: rotate(-8deg) translateY(-9px); } }
@keyframes brand-route-pulse { 0% { box-shadow: 0 0 0 0 rgba(215,235,52,.5); } 100% { box-shadow: 0 0 0 10px rgba(215,235,52,0); } }

/* Recurring mascot scenes: the same Gusi—Lebedi duo, a different job on every page. */
.brand-moment { padding: 74px 0; overflow: hidden; background: #e7ecfb; }
.brand-moment-grid { min-height: 500px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 2px solid var(--ink); border-radius: 23px; background: var(--white); box-shadow: 15px 16px 0 var(--ink); }
.brand-moment-copy { padding: 36px; display: flex; flex-direction: column; position: relative; z-index: 2; }
.brand-moment-copy > span { color: var(--coral); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.brand-moment-copy h2 { max-width: 690px; margin: 78px 0 20px; font-size: clamp(35px,3.65vw,54px); line-height: .96; letter-spacing: -.052em; }
.brand-moment-copy p { max-width: 590px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.brand-moment-copy > a { margin-top: auto; padding-top: 28px; align-self: flex-start; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 10px; font-weight: 800; }
.brand-moment-copy > a i { color: var(--coral); font-style: normal; }
.brand-moment-visual { min-width: 0; min-height: 500px; position: relative; overflow: hidden; border-left: 2px solid var(--ink); background: #3155d9; color: var(--white); }
.brand-moment-visual::before { content: "ФИРМЕННАЯ ПАРА · С 2016"; position: absolute; right: 25px; top: 22px; z-index: 5; color: rgba(255,255,255,.5); font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.brand-moment-visual::after { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.34) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 1px); background-size: 56px 56px; }
.brand-moment-wordmark { position: absolute; left: 25px; top: 20px; z-index: 3; display: flex; align-items: center; gap: 7px; color: var(--white); }
.brand-moment-wordmark b { font-size: clamp(24px,2.5vw,39px); line-height: 1; letter-spacing: -.07em; }
.brand-moment-wordmark b:first-child { color: var(--coral); }
.brand-moment-wordmark b:last-child { color: var(--acid); }
.brand-moment-wordmark i { color: rgba(255,255,255,.5); font-style: normal; }
.brand-mascot-pair { width: min(58%,440px); height: auto; position: absolute; left: 50%; bottom: 64px; z-index: 2; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 18px 20px rgba(0,0,0,.2)); transition: transform .35s ease; }
.brand-moment-visual:hover .brand-mascot-pair { transform: translateX(-50%) translateY(-7px) rotate(-1deg); }
.brand-moment-mark { position: absolute; left: 28px; top: 102px; z-index: 2; color: rgba(255,255,255,.13); font-size: clamp(68px,8vw,125px); font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.brand-dialogue { max-width: 188px; padding: 12px 14px; display: grid; gap: 6px; position: absolute; z-index: 4; border: 1px solid var(--ink); border-radius: 13px; background: var(--white); color: var(--ink); box-shadow: 6px 7px 0 var(--ink); }
.brand-dialogue::after { content: ""; width: 12px; height: 12px; position: absolute; bottom: -7px; background: inherit; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg); }
.brand-dialogue span { color: var(--coral); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.brand-dialogue strong { font-size: 10px; line-height: 1.3; }
.brand-dialogue-goose { left: 22px; top: 218px; }
.brand-dialogue-goose::after { right: 22px; }
.brand-dialogue-swan { right: 22px; top: 155px; background: var(--acid); }
.brand-dialogue-swan::after { left: 22px; }
.brand-route-dots { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.brand-route-dots > span { min-width: 0; padding: 9px 8px; display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 6px; align-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(17,25,53,.32); }
.brand-route-dots > span > i { color: var(--acid); font-size: 7px; font-style: normal; }
.brand-route-dots > span > b { min-width: 0; font-size: 7px; text-transform: uppercase; letter-spacing: .04em; }

.brand-moment-visual--feather { background: #eee5d7; color: var(--ink); }
.brand-moment-visual--feather::before { color: rgba(21,21,21,.43); }
.brand-moment-visual--feather .brand-moment-wordmark { color: var(--ink); }
.brand-moment-visual--feather .brand-moment-wordmark i { color: rgba(21,21,21,.45); }
.brand-moment-visual--feather .brand-moment-wordmark b:last-child { color: var(--blue); }
.brand-moment-visual--feather .brand-moment-mark { left: auto; right: 28px; color: rgba(21,21,21,.08); }
.brand-moment-visual--feather .brand-mascot-pair { left: 30%; width: min(54%,400px); }
.brand-moment-visual--feather .brand-dialogue-goose { left: auto; right: 26px; top: 205px; }
.brand-moment-visual--feather .brand-dialogue-swan { right: 25px; top: 330px; background: var(--white); }
.brand-moment-visual--feather .brand-route-dots > span { border-color: rgba(21,21,21,.2); background: rgba(255,255,255,.55); }
.brand-moment-visual--feather .brand-route-dots > span > i { color: var(--coral); }

.brand-moment-visual--signal { background: #111935; }
.brand-moment-visual--signal::after { inset: 74px 18%; opacity: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 38px,rgba(255,255,255,.05) 39px 41px); }
.brand-moment-visual--signal .brand-mascot-pair { z-index: 3; }

.brand-moment-visual--formation { background: var(--coral); color: var(--ink); }
.brand-moment-visual--formation::before { color: rgba(21,21,21,.45); }
.brand-moment-visual--formation .brand-moment-wordmark { color: var(--ink); }
.brand-moment-visual--formation .brand-moment-wordmark b:first-child { color: var(--ink); }
.brand-moment-visual--formation .brand-moment-wordmark b:last-child { color: var(--white); }
.brand-moment-visual--formation .brand-moment-mark { color: rgba(21,21,21,.09); }
.brand-moment-visual--formation .brand-mascot-pair { width: min(64%,480px); }
.brand-moment-visual--formation .brand-route-dots > span { border-color: rgba(21,21,21,.25); background: rgba(255,255,255,.28); }
.brand-moment-visual--formation .brand-route-dots > span > i { color: var(--ink); }

.brand-moment-visual--ledger { background: var(--ink); }
.brand-moment-visual--ledger .brand-mascot-pair { left: 66%; width: min(54%,400px); }
.brand-moment-visual--ledger .brand-dialogue-goose { left: 22px; top: 205px; }
.brand-moment-visual--ledger .brand-dialogue-swan { left: 22px; right: auto; top: 328px; }
.brand-moment-visual--ledger .brand-moment-mark { color: rgba(215,235,52,.12); }

.brand-moment-visual--compass { background: #e4ded3; color: var(--ink); }
.brand-moment-visual--compass::before { color: rgba(21,21,21,.45); }
.brand-moment-visual--compass::after { inset: 80px 20%; opacity: 1; border: 2px solid rgba(21,21,21,.26); border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 43px,rgba(21,21,21,.1) 44px 45px); }
.brand-moment-visual--compass .brand-moment-wordmark { color: var(--ink); }
.brand-moment-visual--compass .brand-moment-wordmark b:last-child { color: var(--blue); }
.brand-moment-visual--compass .brand-moment-mark { color: rgba(49,85,217,.12); }
.brand-moment-visual--compass .brand-route-dots > span { border-color: rgba(21,21,21,.2); background: rgba(255,255,255,.55); }
.brand-moment-visual--compass .brand-route-dots > span > i { color: var(--coral); }

.brand-moment-visual--nest { background: var(--acid); color: var(--ink); }
.brand-moment-visual--nest::before { color: rgba(21,21,21,.45); }
.brand-moment-visual--nest::after { inset: 80px 12% 45px; opacity: 1; border: 2px solid rgba(21,21,21,.22); border-radius: 50%; background: repeating-radial-gradient(ellipse,transparent 0 34px,rgba(21,21,21,.1) 35px 37px); transform: rotate(-6deg); }
.brand-moment-visual--nest .brand-moment-wordmark { color: var(--ink); }
.brand-moment-visual--nest .brand-moment-wordmark b:first-child { color: var(--coral); }
.brand-moment-visual--nest .brand-moment-wordmark b:last-child { color: var(--blue); }
.brand-moment-visual--nest .brand-moment-mark { color: rgba(21,21,21,.09); }
.brand-moment-visual--nest .brand-route-dots > span { border-color: rgba(21,21,21,.25); background: rgba(255,255,255,.3); }
.brand-moment-visual--nest .brand-route-dots > span > i { color: var(--ink); }

.brand-moment--cases,.brand-moment--process,.brand-moment--service-sites,.brand-moment--service-support { background: #dfe8ff; }
.brand-moment--team,.brand-moment--careers,.brand-moment--service-team { background: #ffe4dc; }
.brand-moment--reviews,.brand-moment--blog,.brand-moment--service-design { background: #f3ece2; }
.brand-moment--news,.brand-moment--contacts,.brand-moment--service-marketing { background: #dbe4ff; }
.brand-moment--prices,.brand-moment--payment,.brand-moment--guarantees { background: #e7edb7; }
.brand-moment--expertise,.brand-moment--service-products { background: #eee4d2; }

/* Company, commercial trust pages and platform landing pages. */
.about-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.about-story-title > span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.about-story-title h2 { max-width: 720px; margin: 24px 0 0; font-size: clamp(43px,4.8vw,68px); line-height: .98; letter-spacing: -.055em; }
.about-story-title h2 em { color: var(--blue); font-family: Georgia,serif; font-weight: 400; font-style: normal; }
.about-story-copy { padding-top: 31px; }
.about-story-copy > p { max-width: 610px; margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.about-story-copy > div { margin-top: 40px; padding-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 25px; border-top: 1px solid var(--line); }
.about-story-copy > div strong { font-size: 13px; }
.about-story-copy > div span { color: var(--muted); font-size: 9px; }
.about-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.about-capability-grid > a { min-height: 260px; padding: 23px; display: grid; grid-template-columns: 1fr auto; align-content: start; position: relative; overflow: hidden; border: 1px solid #3a3a37; border-radius: 16px; background: #1e1e1c; transition: transform .2s,border-color .2s; }
.about-capability-grid > a:hover { transform: translateY(-4px); border-color: #6c6c65; }
.about-capability-grid > a > span { color: #85857f; font-size: 9px; }
.about-capability-grid > a > i { color: var(--acid); font-style: normal; }
.about-capability-grid h2 { grid-column: 1/-1; margin: 54px 0 10px; color: var(--white); font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.about-capability-grid p { grid-column: 1/-1; margin: 0; color: #999994; font-size: 11px; line-height: 1.5; }
.about-capability-grid strong { grid-column: 1/-1; align-self: end; margin-top: 28px; color: var(--acid); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.about-services-link { margin-top: 28px; }
.about-team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.about-team-grid > a { min-width: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(21,21,21,.16); }
.about-team-grid > a > div { height: 350px; position: relative; overflow: hidden; border-radius: 16px; background: #dce3ef; }
.about-team-grid img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.about-team-grid > a:hover img { transform: scale(1.025); }
.about-team-grid > a > div span { position: absolute; left: 12px; top: 12px; padding: 7px 9px; border-radius: 99px; background: rgba(21,21,21,.82); color: var(--white); font-size: 8px; }
.about-team-grid h3 { margin: 17px 0 4px; font-size: 21px; }
.about-team-grid small { color: var(--coral); font-size: 9px; text-transform: uppercase; }
.about-team-grid p { min-height: 49px; margin: 12px 0 16px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.about-team-grid > a > i { font-size: 9px; font-weight: 700; font-style: normal; }
.about-reviews { background: #18213b; color: var(--white); }
.about-reviews .section-title > p,.about-reviews .section-title > div > span { color: #aab3cb; }
.about-reviews .text-link { border-color: var(--white); }
.about-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-review-grid > a { min-height: 410px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #3c4765; border-radius: 18px; background: #202d50; }
.about-review-grid > a:nth-child(2) { background: #253b78; }
.about-review-grid > a > div { display: flex; justify-content: space-between; gap: 15px; color: #aeb8d0; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.about-review-grid blockquote { max-width: 620px; margin: 55px 0 40px; font-size: 23px; line-height: 1.35; letter-spacing: -.025em; }
.about-review-grid footer { margin-top: auto; display: grid; gap: 5px; }
.about-review-grid footer strong { color: var(--acid); font-size: 13px; }
.about-review-grid footer small { color: #aab3cb; font-size: 9px; }
.about-review-grid > a > i { margin-top: 28px; color: var(--white); font-size: 9px; font-weight: 700; font-style: normal; }
.company-directory { background: #eef2ff; }
.company-directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.company-directory-grid > a { min-height: 118px; padding: 21px 22px; display: grid; grid-template-columns: 38px 1fr 34px; gap: 14px; align-items: center; border: 1px solid #d4dcef; border-radius: 14px; background: var(--white); transition: transform .2s,border-color .2s; }
.company-directory-grid > a:hover { transform: translateY(-3px); border-color: var(--blue); }
.company-directory-grid > a > span { color: var(--coral); font-size: 9px; }
.company-directory-grid h3 { margin: 0 0 6px; font-size: 19px; }
.company-directory-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.company-directory-grid i { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

.commercial-page-section { padding-top: 100px; }
.commercial-fact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.commercial-fact-grid > article { min-height: 285px; padding: 25px; display: flex; flex-direction: column; border-radius: 16px; background: #dfe8ff; }
.commercial-fact-grid > article:nth-child(2) { background: #fff0e8; }
.commercial-fact-grid > article:nth-child(3) { background: #f1f7d4; }
.commercial-fact-grid > article:nth-child(4) { background: var(--ink); color: var(--white); }
.commercial-fact-grid article > span { color: var(--coral); font-size: 9px; }
.commercial-fact-grid h2 { margin: 62px 0 12px; font-size: 23px; line-height: 1.05; letter-spacing: -.035em; }
.commercial-fact-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.commercial-fact-grid article:nth-child(4) p { color: #aaa; }
.commercial-fact-grid a { margin-top: auto; padding-top: 20px; font-size: 9px; font-weight: 700; }
.commercial-model-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.commercial-model-grid > article { min-height: 360px; padding: 29px; display: flex; flex-direction: column; border: 1px solid #3a3a37; border-radius: 17px; background: #1e1e1c; }
.commercial-model-grid article > span { color: var(--acid); font-size: 10px; }
.commercial-model-grid small { margin-top: 80px; color: #85857f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.commercial-model-grid h2 { margin: 12px 0 15px; color: var(--white); font-size: 29px; letter-spacing: -.04em; }
.commercial-model-grid p { margin: 0; color: #aaa; font-size: 11px; line-height: 1.6; }
.payment-clarification { margin-top: 13px; padding: 22px 24px; display: grid; grid-template-columns: 120px 1fr; gap: 25px; align-items: start; border: 1px solid var(--line); border-radius: 14px; background: #fafaf8; }
.payment-clarification strong { color: var(--coral); font-size: 12px; }
.payment-clarification p { max-width: 850px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.payment-more { margin-top: 24px; }
.document-route { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line); }
.document-route > article { min-height: 230px; padding: 24px 26px 24px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); position: relative; }
.document-route > article:not(:last-child)::after { content: "→"; position: absolute; right: 19px; top: 24px; color: var(--coral); }
.document-route article > span { color: var(--coral); font-size: 9px; }
.document-route h3 { margin: 63px 0 10px; font-size: 21px; }
.document-route p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.related-commercial-links { padding: 0 0 88px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.related-commercial-links > a { min-height: 120px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.related-commercial-links span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.related-commercial-links strong { font-size: 13px; }

.work-roadmap { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.work-roadmap > article { min-height: 330px; padding: 27px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.work-roadmap > article:nth-child(2),.work-roadmap > article:nth-child(5) { background: #dfe8ff; }
.work-roadmap > article:nth-child(3) { background: #fff0e8; }
.work-roadmap > article:nth-child(6) { background: #f1f7d4; }
.work-roadmap article > span { color: var(--coral); font-size: 9px; }
.work-roadmap h2 { margin: 70px 0 13px; font-size: 27px; letter-spacing: -.035em; }
.work-roadmap p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.work-roadmap strong { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(21,21,21,.12); font-size: 9px; line-height: 1.4; }
.project-rhythm-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.project-rhythm-grid > article { min-height: 250px; padding: 25px; border: 1px solid #3a3a37; border-radius: 15px; background: #1e1e1c; }
.project-rhythm-grid article > span { color: var(--acid); font-size: 21px; font-weight: 700; }
.project-rhythm-grid h3 { margin: 70px 0 10px; color: var(--white); font-size: 20px; }
.project-rhythm-grid p { margin: 0; color: #999; font-size: 10px; line-height: 1.5; }
.commercial-split { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.commercial-split > div:first-child h2 { max-width: 650px; margin: 20px 0; font-size: clamp(37px,4vw,55px); line-height: 1.02; letter-spacing: -.05em; }
.commercial-split > div:first-child p { max-width: 620px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.control-list { border-top: 1px solid var(--line); }
.control-list > article { min-height: 92px; padding: 17px 0; display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.control-list article > span { color: var(--coral); font-size: 9px; }
.control-list h3 { margin: 0 0 5px; font-size: 17px; }
.control-list p { margin: 0; color: var(--muted); font-size: 10px; }
.handoff-board { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.handoff-board > div > span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.handoff-board h2 { margin: 17px 0; font-size: clamp(38px,4vw,55px); letter-spacing: -.045em; }
.handoff-board p { color: var(--muted); font-size: 11px; }
.handoff-board ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.handoff-board li { min-height: 100px; padding: 19px; display: flex; align-items: flex-end; border-radius: 13px; background: var(--white); font-size: 11px; font-weight: 700; }

.guarantee-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.guarantee-grid > article { min-height: 280px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.guarantee-grid > article:nth-child(2),.guarantee-grid > article:nth-child(6) { background: #dfe8ff; }
.guarantee-grid > article:nth-child(3) { background: #fff0e8; }
.guarantee-grid > article:nth-child(5) { background: #f1f7d4; }
.guarantee-grid article > span { color: var(--coral); font-size: 9px; }
.guarantee-grid h2 { margin: 70px 0 13px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.guarantee-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.expectation-board { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.expectation-board > div:first-child h2 { margin: 18px 0; color: var(--white); font-size: clamp(40px,4.5vw,62px); line-height: .98; letter-spacing: -.055em; }
.expectation-board > div:first-child p { color: #a7a7a1; font-size: 12px; line-height: 1.6; }
.expectation-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.expectation-columns article { min-height: 420px; padding: 27px; border: 1px solid #3a3a37; border-radius: 16px; background: #1e1e1c; }
.expectation-columns article:last-child { background: #28221f; }
.expectation-columns article > span { color: var(--acid); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.expectation-columns ul { margin: 62px 0 0; padding: 0; list-style: none; }
.expectation-columns li { padding: 13px 0; border-top: 1px solid #3b3b37; color: #bbb; font-size: 10px; line-height: 1.4; }
.change-flow { padding: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-radius: 18px; background: var(--blue); color: var(--white); }
.change-flow span { min-height: 88px; padding: 15px; display: grid; place-items: center; flex: 1 1 95px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; font-size: 11px; font-weight: 700; text-align: center; }
.change-flow i { color: var(--acid); font-style: normal; }

.platform-guide { padding-top: 88px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px 80px; }
.platform-guide-head > span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.platform-guide-head h2 { margin: 20px 0; font-size: clamp(38px,4.2vw,58px); line-height: 1.02; letter-spacing: -.05em; }
.platform-guide-head p { max-width: 670px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.platform-guide-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.platform-guide-columns article { min-height: 330px; padding: 24px; border-radius: 16px; background: #f1f7d4; }
.platform-guide-columns article:last-child { background: #fff0e8; }
.platform-guide-columns article > span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.platform-guide-columns ul { margin: 60px 0 0; padding: 0; list-style: none; }
.platform-guide-columns li { padding: 11px 0; border-top: 1px solid rgba(21,21,21,.13); font-size: 10px; line-height: 1.4; }
.platform-case-links { grid-column: 1/-1; padding: 19px 22px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; border-radius: 14px; background: var(--ink); color: var(--white); }
.platform-case-links > span { margin-right: auto; color: #8e8e88; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.platform-case-links a { color: var(--white); font-size: 10px; font-weight: 700; }
.platform-case-links a i { color: var(--acid); font-style: normal; }

@media (max-width: 1120px) {
  .brand-moment-grid { grid-template-columns: 1fr 1fr; }
  .brand-moment-copy { padding: 28px; }
  .brand-moment-copy h2 { margin-top: 48px; }
  .goose-translator-head { grid-template-columns: 1fr; gap: 20px; }
  .goose-translator-head > p { max-width: 720px; }
  .goose-duality { grid-template-columns: 1fr 1fr; }
  .bird-pair-stage { min-height: 500px; grid-column: 1/-1; grid-row: 1; border: 0; border-bottom: 2px solid var(--ink); }
  .bird-principle { min-height: 390px; }
  .bird-principle h3 { margin-top: 72px; }
  .bird-principle-goose { grid-column: 1; }
  .bird-principle-swan { grid-column: 2; }
  .goose-method-route { grid-column: 1/-1; }
  .goose-antibrief-head { grid-template-columns: 1fr; gap: 15px; }
  .goose-translator-board { grid-template-columns: 1fr; }
  .goose-phrase-picker { border-right: 0; border-bottom: 2px solid var(--ink); }
  .goose-phrase-list { grid-template-columns: 1fr 1fr; }
  .goose-phrase-picker > p { margin-top: 20px; }
  .about-story,.commercial-split,.expectation-board,.platform-guide { grid-template-columns: 1fr; gap: 45px; }
  .about-capability-grid,.work-roadmap,.guarantee-grid { grid-template-columns: repeat(2,1fr); }
  .about-team-grid,.commercial-fact-grid,.project-rhythm-grid { grid-template-columns: repeat(2,1fr); }
  .document-route { grid-template-columns: repeat(2,1fr); }
  .handoff-board { grid-template-columns: 1fr; gap: 40px; }
  .platform-guide-columns { max-width: 800px; }
}

@media (max-width: 760px) {
  .brand-moment { padding: 54px 0; }
  .brand-moment-grid { min-height: 0; grid-template-columns: 1fr; border-radius: 17px; box-shadow: 9px 10px 0 var(--ink); }
  .brand-moment-copy { min-height: 390px; padding: 22px 20px; }
  .brand-moment-copy h2 { margin-top: 55px; font-size: 36px; }
  .brand-moment-visual { min-height: 430px; border-left: 0; border-top: 2px solid var(--ink); }
  .brand-moment-visual::before { right: 14px; top: 14px; font-size: 6px; }
  .brand-moment-wordmark { left: 14px; top: 15px; gap: 4px; }
  .brand-moment-wordmark b { font-size: 22px; }
  .brand-moment-mark { left: 16px; top: 72px; font-size: 75px; }
  .brand-mascot-pair,.brand-moment-visual--feather .brand-mascot-pair,.brand-moment-visual--ledger .brand-mascot-pair { width: min(62%,280px); left: 50%; bottom: 62px; }
  .brand-dialogue { max-width: 142px; padding: 9px 10px; }
  .brand-dialogue strong { font-size: 8px; }
  .brand-dialogue-goose,.brand-moment-visual--feather .brand-dialogue-goose,.brand-moment-visual--ledger .brand-dialogue-goose { left: 10px; right: auto; top: 208px; }
  .brand-dialogue-swan,.brand-moment-visual--feather .brand-dialogue-swan,.brand-moment-visual--ledger .brand-dialogue-swan { left: auto; right: 10px; top: 126px; }
  .brand-route-dots { left: 10px; right: 10px; bottom: 12px; gap: 4px; }
  .brand-route-dots > span { padding: 7px 5px; grid-template-columns: 15px minmax(0,1fr); gap: 3px; }
  .brand-route-dots > span > b { font-size: 5px; letter-spacing: 0; }
  .brand-moment-visual--signal::after { inset: 70px 5%; }
  .brand-moment-visual--compass::after { inset: 72px 6%; }
  .brand-moment-visual--nest::after { inset: 78px 4% 45px; }
  .goose-translator { padding: 70px 0 62px; }
  .goose-translator::before { top: -6px; font-size: 86px; }
  .goose-translator-head h2 { font-size: 43px; }
  .goose-duality { grid-template-columns: 1fr; margin-top: 32px; border-radius: 18px; box-shadow: 9px 10px 0 #d3dc32; }
  .bird-pair-stage { min-height: 410px; grid-column: 1; grid-row: 1; }
  .brand-pair-mascots { width: min(82%,330px); top: 44px; }
  .brand-pair-label { top: 74px; font-size: 6px; }
  .brand-pair-label-goose { left: 8px; }
  .brand-pair-label-swan { right: 8px; }
  .brand-goose-figure,.brand-swan-figure { top: 75px; transform: scale(.72); }
  .brand-goose-figure { left: -18px; transform-origin: left center; }
  .brand-swan-figure { right: -18px; transform-origin: right center; }
  .bird-pair-dash { top: 162px; font-size: 37px; }
  .bird-flight-line { top: 270px; }
  .bird-stage-wordmark { bottom: 35px; }
  .bird-principle { min-height: 330px; grid-column: 1; padding: 22px; }
  .bird-principle-goose { grid-row: 2; }
  .bird-principle-swan { grid-row: 3; }
  .bird-principle h3 { margin-top: 52px; font-size: 43px; }
  .goose-method-route { min-height: 100px; padding: 18px; grid-column: 1; grid-row: 4; flex-wrap: wrap; gap: 10px 13px; }
  .goose-method-route span { font-size: 8px; }
  .goose-antibrief-head { margin: 76px 0 26px; }
  .goose-antibrief-head h3 { font-size: 35px; }
  .goose-translator-board { border-radius: 17px; box-shadow: 9px 10px 0 var(--ink); }
  .goose-phrase-picker { padding: 17px; }
  .goose-phrase-list { grid-template-columns: 1fr; }
  .goose-phrase-list button { min-height: 64px; }
  .goose-translation { min-height: 760px; padding: 20px 18px 22px; }
  .goose-translation-top { min-height: 130px; padding: 18px 88px 18px 16px; }
  .goose-translation-top > strong { font-size: 16px; }
  .goose-stamp { width: 62px; height: 62px; right: 13px; top: 32px; font-size: 7px; }
  .goose-result { margin-top: 48px; }
  .goose-result h3 { font-size: 35px; }
  .goose-moves ol { grid-template-columns: 1fr; }
  .goose-moves li { min-height: 58px; }
  .goose-result-footer { grid-template-columns: 1fr; }
  .goose-result-footer .button { width: 100%; }
  .goose-translator-note { grid-template-columns: 1fr; gap: 7px; }
  .goose-translator-note i { display: none; }
  .about-story-copy { padding-top: 0; }
  .about-story-copy > div,.about-capability-grid,.about-team-grid,.about-review-grid,.company-directory-grid,.commercial-fact-grid,.commercial-model-grid,.work-roadmap,.project-rhythm-grid,.guarantee-grid,.expectation-columns,.platform-guide-columns,.related-commercial-links { grid-template-columns: 1fr; }
  .about-team-grid > a > div { height: 430px; }
  .about-review-grid > a { min-height: 360px; padding: 23px; }
  .about-review-grid blockquote { margin-top: 40px; font-size: 20px; }
  .company-directory-grid > a { grid-template-columns: 30px minmax(0,1fr) 30px; padding: 17px; }
  .commercial-fact-grid > article,.guarantee-grid > article { min-height: 240px; }
  .commercial-model-grid > article { min-height: 310px; }
  .commercial-model-grid small { margin-top: 55px; }
  .document-route { grid-template-columns: 1fr; }
  .document-route > article { min-height: 175px; }
  .document-route > article:not(:last-child)::after { content: "↓"; }
  .payment-clarification { grid-template-columns: 1fr; gap: 8px; }
  .handoff-board ul { grid-template-columns: 1fr; }
  .expectation-columns article { min-height: 350px; }
  .change-flow { display: grid; grid-template-columns: 1fr; }
  .change-flow i { transform: rotate(90deg); text-align: center; }
  .platform-guide { padding-top: 65px; }
  .platform-guide-columns article { min-height: 285px; }
  .platform-case-links { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .team-running-line > div { animation: none; }
}

@media (max-width: 480px) {
  .team-live-photo { min-height: 400px; }
  .team-live-copy { min-height: 430px; }
  .team-live-about-grid > div { min-height: 90px; padding: 11px; }
  .team-live-about-grid strong { font-size: 8px; }
  .team-live-person h3 { font-size: 47px; }
  .team-live-controls { grid-template-columns: 42px 1fr 42px; }
  .team-roster-grid { grid-template-columns: 1fr; }
  .team-person-photo { height: 410px; }
  .team-story-card .team-person-photo { height: 430px; min-height: 430px; }
  .team-card-details { grid-template-columns: 1fr; }
  .team-profile-photo { min-height: 410px; }
  .team-profile-copy h2 { font-size: 48px; }
  .team-profile-focus p { font-size: 15px; }
  .team-profile-details { grid-template-columns: 1fr; }
}

/* WordPress integration and content templates */
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.nav-combo { display: flex; align-items: center; gap: 4px; }
.nav-combo > a { font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav-combo summary { width: 18px; text-align: center; }
.mega-menu-wide { display: block; padding: 22px; }
.mega-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mega-heading > div { display: grid; gap: 4px; }
.mega-heading span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.mega-heading strong { font-size: 18px; }
.mega-heading .button { min-height: 38px; }
.mega-columns { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; padding-top: 18px; }
.mega-columns section { min-width: 0; }
.mega-columns section > a { padding: 7px 2px; display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.25; border-bottom: 1px solid #edf0f5; }
.mega-columns section > a:hover { color: var(--coral); }
.mega-columns .mega-group-title { padding: 0 0 10px; color: var(--ink); font-size: 11px; font-weight: 700; }
.mega-columns .mega-more { color: var(--blue); font-weight: 700; }
.mega-footer { margin-top: 17px; padding: 14px 16px; display: flex; align-items: center; gap: 25px; border-radius: 11px; background: var(--ink); color: #fff; font-size: 10px; }
.mega-footer span { color: #999; }
.mega-footer a:nth-child(2) { color: var(--acid); margin-right: auto; }
.header-contact { flex: 0 0 auto; display: grid; gap: 2px; padding-left: 13px; border-left: 1px solid var(--line); }
.header-contact > a:first-child { display: grid; gap: 1px; }
.header-contact span { color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.header-contact b { font-size: 11px; white-space: nowrap; }
.header-callback { color: var(--coral); font-size: 8px; font-weight: 700; text-decoration: underline; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { min-width: 38px; height: 38px; padding: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; }
.social-links img { width: 20px; height: 20px; object-fit: contain; }
.social-links a span { font-size: 10px; }

.site-breadcrumbs { border-bottom: 1px solid var(--line); background: #fff; }
.site-breadcrumbs ol { min-height: 44px; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 9px; list-style: none; color: var(--muted); font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.site-breadcrumbs li { min-width: 0; display: flex; align-items: center; gap: 9px; }
.site-breadcrumbs li + li::before { content: "\2192"; color: var(--coral); }
.site-breadcrumbs a { color: var(--muted); transition: color .2s ease; }
.site-breadcrumbs a:hover { color: var(--ink); }
.site-breadcrumbs [aria-current="page"] { max-width: min(620px,70vw); overflow: hidden; color: var(--ink); font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }

.brand-moment-stage { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; border: 2px solid var(--ink); border-radius: 24px; background: var(--acid); box-shadow: 15px 16px 0 var(--ink); }
.brand-moment-copy { padding: 54px; display: flex; flex-direction: column; border-right: 2px solid var(--ink); }
.brand-moment-copy > span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.brand-moment-copy h2 { max-width: 650px; margin: 70px 0 18px; font-family: "Manrope",sans-serif; font-size: clamp(44px,4.8vw,72px); line-height: .95; letter-spacing: -.06em; }
.brand-moment-copy p { max-width: 600px; margin: 0; font-size: 14px; line-height: 1.6; }
.brand-moment-chips { margin-top: auto; padding-top: 35px; display: flex; flex-wrap: wrap; gap: 7px; }
.brand-moment-chips i { padding: 8px 11px; border: 1px solid var(--ink); border-radius: 99px; font-size: 9px; font-style: normal; font-weight: 700; }
.brand-moment-birds { min-height: 520px; position: relative; overflow: hidden; background: linear-gradient(145deg,#3155d9,#6180ee); color: #fff; }
.brand-moment-birds::before { content: ""; position: absolute; inset: 9% 10%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.08),0 0 0 110px rgba(255,255,255,.05); }
.brand-moment-birds img { width: min(82%,580px); position: absolute; z-index: 2; left: 50%; bottom: -1%; transform: translateX(-50%); filter: drop-shadow(0 30px 30px rgba(0,0,0,.28)); }
.brand-moment-birds strong { position: absolute; z-index: 3; left: 30px; top: 25px; color: var(--acid); font-size: clamp(50px,7vw,105px); line-height: 1; letter-spacing: -.08em; }
.brand-moment-birds span { position: absolute; z-index: 3; right: 27px; bottom: 22px; font-size: 10px; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }

.case-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 12px; }
.case-card { min-height: 420px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.case-card:first-child { grid-row: span 2; }
.case-card-image { min-height: 235px; position: relative; overflow: hidden; background: #edf1f8; }
.case-card:first-child .case-card-image { min-height: 430px; }
.case-card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .35s ease; }
.case-card:hover img { transform: none; }
.case-card-image span { position: absolute; left: 12px; top: 12px; padding: 7px 9px; border-radius: 99px; background: rgba(255,255,255,.9); font-size: 8px; }
.case-card > div:last-child { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.case-card h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.03em; }
.case-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.case-card > div:last-child > span { margin-top: auto; padding-top: 18px; color: var(--coral); font-size: 9px; font-weight: 700; }

.page-hero { padding: 56px 0 54px; }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: center; }
.page-hero h1 { max-width: 850px; margin: 22px 0; font-family: "Manrope",sans-serif; font-size: clamp(55px,6vw,86px); line-height: .92; letter-spacing: -.065em; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.commercial-card { --card-bg:var(--blue); --card-text:#fff; --card-shadow:#ffd8ce; --cell-1:#fff; --cell-1-text:var(--ink); --cell-2:var(--acid); --cell-2-text:var(--ink); --cell-3:var(--coral); --cell-3-text:#fff; --cell-4:var(--ink); --cell-4-text:#fff; min-height:390px; padding:24px; position:relative; display:flex; flex-direction:column; overflow:hidden; border:1px solid transparent; border-radius:22px; background:var(--card-bg); color:var(--card-text); box-shadow:16px 17px 0 var(--card-shadow); }
.commercial-card::after { content:""; width:240px; height:240px; position:absolute; right:-125px; bottom:-145px; border:1px solid currentColor; border-radius:50%; opacity:.18; box-shadow:0 0 0 30px currentColor,0 0 0 60px currentColor; pointer-events:none; }
.commercial-card-head,.commercial-card-foot { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:15px; text-transform:uppercase; font-size:8px; letter-spacing:.09em; }
.commercial-card-head b { font-size:13px; letter-spacing:-.02em; }
.commercial-card-foot span { max-width:62%; }
.commercial-card-foot a { color:inherit; text-align:right; text-decoration:none; }
.commercial-card-foot a:hover { text-decoration:underline; text-underline-offset:3px; }
.commercial-card-grid { margin:55px 0 auto; position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.commercial-card-grid div { min-height:105px; padding:15px; display:flex; flex-direction:column; justify-content:space-between; border-radius:13px; background:var(--cell-1); color:var(--cell-1-text); }
.commercial-card-grid div:nth-child(2) { background:var(--cell-2); color:var(--cell-2-text); }
.commercial-card-grid div:nth-child(3) { background:var(--cell-3); color:var(--cell-3-text); }
.commercial-card-grid div:nth-child(4) { background:var(--cell-4); color:var(--cell-4-text); }
.commercial-card-grid strong { max-width:100%; font-size:23px; line-height:1; overflow-wrap:anywhere; }
.commercial-card-grid span { font-size:8px; line-height:1.25; text-transform:uppercase; }
.commercial-card--ink { --card-bg:var(--ink); --card-shadow:var(--acid); --cell-1:#2a2a2a; --cell-1-text:#fff; --cell-2:var(--acid); --cell-2-text:var(--ink); --cell-3:#fff; --cell-3-text:var(--ink); --cell-4:var(--blue); --cell-4-text:#fff; }
.commercial-card--acid { --card-bg:var(--acid); --card-text:var(--ink); --card-shadow:var(--blue); --cell-1:#fff; --cell-2:var(--ink); --cell-2-text:#fff; --cell-3:var(--blue); --cell-3-text:#fff; --cell-4:var(--coral); --cell-4-text:#fff; }
.commercial-card--coral { --card-bg:var(--coral); --card-shadow:var(--blue); --cell-1:var(--acid); --cell-2:#fff; --cell-3:var(--blue); --cell-4:var(--ink); }
.commercial-card--sky { --card-bg:#dfe8ff; --card-text:var(--ink); --card-shadow:var(--acid); --cell-1:var(--blue); --cell-1-text:#fff; --cell-2:#fff; --cell-3:var(--acid); --cell-3-text:var(--ink); --cell-4:var(--ink); --cell-4-text:#fff; }
.commercial-card--ink-acid { --card-bg:var(--ink); --card-shadow:var(--acid); --cell-1:var(--acid); --cell-2:#fff; --cell-3:var(--coral); --cell-4:var(--blue); }
.commercial-card--warm { --card-bg:#fff0e9; --card-text:var(--ink); --card-shadow:var(--coral); --cell-1:#fff; --cell-2:var(--coral); --cell-2-text:#fff; --cell-3:var(--acid); --cell-3-text:var(--ink); --cell-4:var(--ink); --cell-4-text:#fff; }
.commercial-card--paper { --card-bg:#fff; --card-text:var(--ink); --card-shadow:var(--coral); --cell-1:var(--ink); --cell-1-text:#fff; --cell-2:#dfe8ff; --cell-3:var(--acid); --cell-3-text:var(--ink); --cell-4:var(--blue); --cell-4-text:#fff; border-color:var(--line); }

.service-detail-hero { padding: 50px 0 60px; background: linear-gradient(140deg,#fff 0 64%,color-mix(in srgb,var(--accent) 16%,#fff) 64%); }
.service-detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.breadcrumbs { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 9px; }
.service-detail-hero h1 { max-width: 900px; margin: 22px 0; font-family: "Manrope",sans-serif; font-size: clamp(58px,7vw,98px); line-height: .9; letter-spacing: -.07em; }
.service-detail-hero p { max-width: 740px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.service-price-card { min-height: 420px; padding: 28px; display: flex; flex-direction: column; border-radius: 22px; background: var(--ink); color: #fff; }
.service-price-card > span { color: #999; font-size: 9px; text-transform: uppercase; }
.service-price-card > strong { margin: 32px 0 8px; color: var(--acid); font-size: 38px; }
.service-price-card > div { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #3b3b38; }
.service-price-facts { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.service-price-facts > div { min-width: 0; min-height: 92px; padding: 13px; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; border: 1px solid #343431; border-radius: 12px; background: #1c1c1b; }
.service-price-facts dt { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-price-facts dd { margin: 0; color: #fff; font-size: 11px; font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; }
.service-price-card > a { margin-top: auto; color: var(--acid); font-size: 10px; font-weight: 700; }

.service-lead-section { padding: 0 0 92px; scroll-margin-top: 105px; }
.service-lead-panel { position: relative; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr); gap: 46px; padding: 48px; overflow: hidden; border-radius: 26px; background: var(--blue); color: #fff; }
.service-lead-panel::before,.service-lead-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -155px; bottom: -260px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; pointer-events: none; }
.service-lead-panel::after { width: 245px; height: 245px; right: -95px; bottom: -180px; }
.service-lead-copy,.service-lead-card { position: relative; z-index: 1; min-width: 0; }
.service-lead-copy > span,.service-lead-card-head span { color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-lead-copy h2 { max-width: 680px; margin: 52px 0 18px; font-size: clamp(38px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.service-lead-copy > p { max-width: 650px; margin: 0; color: #dce4ff; font-size: 15px; line-height: 1.65; }
.service-lead-copy dl { margin: 38px 0 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.25); }
.service-lead-copy dl div { min-width: 0; padding: 18px 12px 0 0; }
.service-lead-copy dt { font-size: 18px; font-weight: 800; overflow-wrap: anywhere; }
.service-lead-copy dd { margin: 5px 0 0; color: #bdc9f3; font-size: 8px; text-transform: uppercase; }
.service-lead-card { padding: 28px; border-radius: 20px; background: #fff; color: var(--ink); box-shadow: 12px 14px 0 rgba(21,21,21,.2); }
.service-lead-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.service-lead-card-head span { color: var(--coral); }
.service-lead-card-head b { min-width: 52px; padding: 7px 11px; border-radius: 99px; background: var(--acid); font-size: 10px; text-align: center; }
.service-quick-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-quick-form > label:not(.service-form-consent) { min-width: 0; display: grid; gap: 7px; }
.service-quick-form label > span { color: var(--muted); font-size: 9px; }
.service-quick-form input[type="text"],
.service-quick-form input[type="tel"] { width: 100%; min-width: 0; padding: 15px 16px; border: 1px solid #ccd4e2; border-radius: 11px; background: #fff; outline: none; }
.service-quick-form input[type="text"]:focus,
.service-quick-form input[type="tel"]:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,85,217,.12); }
.service-form-consent { grid-column: 1/-1; min-height: 50px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #d7ddea; border-radius: 11px; background: #f6f8fc; cursor: pointer; }
.service-form-consent input { flex: 0 0 19px; width: 19px; height: 19px; margin: 0; accent-color: var(--blue); }
.service-form-consent span { color: var(--ink) !important; font-size: 10px !important; line-height: 1.4; }
.service-form-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.service-quick-form .button { grid-column: 1/-1; width: 100%; border: 0; }
.service-lead-note { margin: 13px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.service-form-status { margin: 0 0 16px; padding: 12px 14px; border-radius: 10px; font-size: 11px; line-height: 1.45; }
.service-form-status.is-success { background: var(--acid); }
.service-form-status.is-error { background: #ffe6df; color: #9b2f1d; }

.service-decision-section { padding: 72px 0 92px; }
.service-decision-panel { position: relative; display: grid; grid-template-columns: 120px minmax(0,1fr) minmax(290px,.58fr); gap: 34px; align-items: center; padding: 38px 42px; overflow: hidden; border-radius: 24px; background: var(--ink); color: #fff; }
.service-decision-panel::after { content: ""; position: absolute; width: 250px; height: 250px; right: -95px; top: -175px; border: 1px solid rgba(213,241,22,.33); border-radius: 50%; }
.service-decision-mark { position: relative; width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid #474743; border-radius: 50%; }
.service-decision-mark::before { content: ""; position: absolute; inset: 12px; border: 1px solid #3b3b38; border-radius: 50%; }
.service-decision-mark span { position: relative; z-index: 1; color: var(--acid); font-size: 50px; font-weight: 800; }
.service-decision-mark i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.service-decision-mark i:nth-child(2) { top: 5px; left: 48px; background: var(--acid); }
.service-decision-mark i:nth-child(3) { right: 8px; bottom: 25px; background: var(--blue); }
.service-decision-mark i:nth-child(4) { left: 10px; bottom: 21px; }
.service-decision-copy { min-width: 0; }
.service-decision-copy > span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-decision-copy h2 { max-width: 760px; margin: 13px 0 10px; font-size: clamp(30px,3.2vw,48px); line-height: 1.02; letter-spacing: -.05em; overflow-wrap: anywhere; }
.service-decision-copy p { max-width: 760px; margin: 0; color: #b9b9b4; font-size: 12px; line-height: 1.6; }
.service-decision-actions { position: relative; z-index: 1; display: grid; gap: 9px; }
.button-lime { background: var(--acid); color: var(--ink); }
.button-lime:hover { background: #e4fa43; }
.button-outline-light { border-color: #50504c; color: #fff; background: transparent; }
.button-outline-light:hover { border-color: #fff; background: #fff; color: var(--ink); }
.service-decision-actions small { margin-top: 4px; color: #858580; font-size: 8px; text-align: center; text-transform: uppercase; }

.case-lead-section { padding: 0 0 92px; scroll-margin-top: 105px; }
.case-lead-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.82fr); overflow: hidden; border: 2px solid var(--ink); border-radius: 25px; background: #fff; box-shadow: 12px 14px 0 var(--ink); }
.case-lead-copy { min-width: 0; padding: 44px; background: var(--acid); }
.case-lead-copy > span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-lead-copy > h2 { max-width: 700px; margin: 48px 0 15px; font-size: clamp(38px,4vw,58px); line-height: .98; letter-spacing: -.055em; overflow-wrap: anywhere; }
.case-lead-copy > p { max-width: 650px; margin: 0; color: #3d4515; font-size: 14px; line-height: 1.65; }
.case-lead-copy blockquote { margin: 35px 0 0; padding: 18px 20px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.48); }
.case-lead-copy blockquote small { display: block; margin-bottom: 7px; color: #6d741e; font-size: 8px; text-transform: uppercase; }
.case-lead-copy blockquote strong { display: block; font-size: 15px; }
.case-lead-copy blockquote p { margin: 8px 0 0; color: #3d4515; font-size: 10px; line-height: 1.5; }
.case-lead-form-card { min-width: 0; padding: 38px; align-self: center; }
.case-lead-steps { margin-bottom: 30px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-lead-steps span { min-width: 0; padding: 13px 9px; display: grid; gap: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.case-lead-steps span + span { border-left: 1px solid var(--line); }
.case-lead-steps b { color: var(--coral); font-size: 10px; }

.case-detail-hero { padding: 50px 0 0; background: #f0f4ff; }
.case-detail-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.case-detail-heading h1 { margin: 22px 0; font-size: clamp(55px,6.5vw,92px); line-height: .92; letter-spacing: -.065em; }
.case-detail-heading p { max-width: 770px; font-size: 17px; color: var(--muted); line-height: 1.55; }
.case-detail-heading dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.case-detail-heading dl div { min-height: 105px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 13px; background: #fff; }
.case-detail-heading dt { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.case-detail-heading dd { margin: 0; font-size: 15px; font-weight: 700; }
.case-detail-cover { height: min(64vw,760px); margin-top: 40px; overflow: hidden; border-radius: 24px 24px 0 0; background: #fff; }
.case-detail-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.case-detail-cover-contain { padding: clamp(24px,5vw,72px); background: linear-gradient(145deg,#3155d9,#dfe8ff); }
.case-detail-cover-contain img { object-fit: contain; object-position: center; filter: drop-shadow(0 32px 34px rgba(22,42,96,.24)); }
.case-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.case-story-grid span { color: var(--coral); font-size: 9px; text-transform: uppercase; }
.case-story-grid h2 { margin: 20px 0; font-size: clamp(40px,4vw,60px); line-height: 1; letter-spacing: -.05em; }
.case-story-grid p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.case-result-card { padding: 50px; border-radius: 24px; background: var(--acid); }
.case-result-card > span { font-size: 9px; text-transform: uppercase; }
.case-result-card h2 { max-width: 950px; margin: 40px 0; font-size: clamp(40px,5vw,70px); line-height: .98; letter-spacing: -.055em; }
.case-result-card > p { max-width: 850px; margin: -12px 0 12px; font-size: 17px; line-height: 1.6; }
.case-solution-section .dark-feature-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.case-gallery-section { overflow: hidden; background: #eef3ff; }
.case-gallery-head { margin-bottom: 42px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.case-gallery-head span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.case-gallery-head h2 { max-width: 760px; margin: 18px 0 0; font-size: clamp(42px,4.6vw,68px); line-height: .96; letter-spacing: -.055em; }
.case-gallery-head > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.case-gallery-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; align-items: start; }
.case-gallery-item { min-width: 0; margin: 0; grid-column: span 3; }
.case-gallery-wide { grid-column: 1 / -1; }
.case-gallery-mobile { grid-column: span 2; }
.case-gallery-media { overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(21,21,21,.1); border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(39,55,98,.08); }
.case-gallery-desktop .case-gallery-media,.case-gallery-wide .case-gallery-media { aspect-ratio: 16 / 10; }
.case-gallery-mobile .case-gallery-media { aspect-ratio: 375 / 812; }
.case-gallery-media img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.case-gallery-item figcaption { padding: 13px 4px 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.portfolio-tags span { padding: 7px 9px; border: 1px solid currentColor; border-radius: 99px; font-size: 8px; }

.article-hero { padding: 54px 0 64px; overflow: hidden; background: #f0f4ff; }
.article-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 64px; align-items: stretch; }
.article-hero-copy { min-width: 0; }
.article-hero h1 { max-width: 900px; margin: 24px 0; font-size: clamp(42px,5vw,60px); line-height: .96; letter-spacing: -.055em; }
.article-hero p { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.article-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.article-meta span { padding: 8px 11px; border-radius: 99px; background: #fff; font-size: 9px; }
.article-editorial-visual { min-height: 470px; padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: 26px; color: #fff; background: #171717; box-shadow: 18px 18px 0 #d9ff22; }
.article-editorial-visual::before,.article-editorial-visual::after { content: ''; width: 330px; height: 330px; position: absolute; right: -110px; bottom: -165px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.article-editorial-visual::after { width: 230px; height: 230px; right: -60px; bottom: -115px; }
.article-visual-top { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.article-visual-top span { color: #d9ff22; }
.article-editorial-visual img { width: 78px; height: 78px; position: absolute; left: 24px; top: 88px; z-index: 2; object-fit: contain; border-radius: 18px; background: #3155d9; }
.article-editorial-visual > strong { max-width: 360px; position: relative; z-index: 2; font-size: clamp(46px,4.3vw,68px); line-height: .85; letter-spacing: -.07em; text-transform: uppercase; }
.article-flight-map { position: absolute; inset: 110px 30px auto 130px; height: 120px; border-top: 1px solid rgba(255,255,255,.18); transform: rotate(-8deg); }
.article-flight-map i { width: 8px; height: 8px; position: absolute; top: -5px; border-radius: 50%; background: #f3634b; }
.article-flight-map i:nth-child(1) { left: 4%; }.article-flight-map i:nth-child(2) { left: 32%; top: 22px; background: #d9ff22; }.article-flight-map i:nth-child(3) { left: 63%; top: -18px; background: #3155d9; }.article-flight-map i:nth-child(4) { right: 5%; top: 30px; }
.article-flight-map em { position: absolute; right: 0; top: 18px; color: #d9ff22; font-size: 34px; font-style: normal; }
.article-visual-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px; }
.article-visual-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font-size: 9px; text-transform: uppercase; }
.article-layout { padding-top: 80px; padding-bottom: 100px; display: grid; grid-template-columns: 220px minmax(0,820px); gap: 80px; justify-content: center; }
.article-layout aside { position: sticky; top: 120px; align-self: start; display: grid; gap: 11px; }
.article-layout aside { max-height: calc(100vh - 145px); padding-right: 8px; overflow: auto; scrollbar-width: thin; }
.article-layout aside span { margin-bottom: 10px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.article-layout aside a { padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.article-layout aside .article-author-mini { min-width: 0; margin-top: 20px; padding: 18px; overflow: hidden; display: grid; gap: 6px; border-radius: 14px; color: #fff; background: #3155d9; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.article-author-mini b { font-size: 14px; }.article-author-mini small { color: rgba(255,255,255,.75); font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.article-author-mini::after { content: 'На главную ↗'; margin-top: 8px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.article-author-mini:hover { color: #fff; background: #2446c5; transform: translateY(-2px); }
.article-author-mini:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.article-content { min-width: 0; width: 100%; font-size: 17px; line-height: 1.75; }
.article-content p:empty,.article-content br:only-child { display: none; }
.article-content .expert-section { padding-top: 76px; }
.article-content .expert-section:first-child { padding-top: 0; }
.article-content h2 { max-width: 760px; margin: 14px 0 24px; font-size: clamp(34px,3.4vw,46px); line-height: 1.02; letter-spacing: -.045em; }
.article-content p,.article-content li { color: #424955; }
.article-content blockquote { margin: 38px 0 0; padding: 34px; border-radius: 20px; background: var(--acid); font-size: 23px; line-height: 1.42; }
.article-content blockquote strong { margin-bottom: 16px; display: block; color: var(--coral); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.expert-kicker { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.expert-lead { font-size: 20px; line-height: 1.55; }
.expert-steps { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; counter-reset: none; }
.expert-steps li { min-height: 180px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.expert-steps li:nth-child(2) { background: #eef2ff; }.expert-steps li:nth-child(3) { background: #fff0e9; }.expert-steps li:nth-child(4) { background: #f1f7d4; }
.expert-steps li span { color: var(--coral); font-size: 11px; font-weight: 700; }.expert-steps li p { margin: 30px 0 0; font-size: 14px; line-height: 1.55; }
.expert-steps li small { margin-top: 12px; display: block; color: var(--muted); font-size: 10px; line-height: 1.55; }
.expert-result-note { margin-top: 14px; padding: 24px; display: grid; grid-template-columns: minmax(160px,190px) minmax(0,1fr); gap: 28px; border-radius: 16px; color: #fff; background: #171717; }
.expert-result-note > *,.expert-scenario-list article > * { min-width: 0; }
.expert-result-note > strong { grid-column: 1; grid-row: 1; }
.expert-result-note > p:not(:empty) { grid-column: 2; grid-row: 1; }
.expert-result-note strong { color: #d9ff22; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.expert-result-note p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }
.expert-table-wrap { margin-top: 30px; }
.expert-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.expert-table caption { padding: 0 0 14px; color: var(--muted); font-size: 10px; text-align: left; }
.expert-table th,.expert-table td { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.expert-table th:last-child,.expert-table td:last-child { border-right: 0; }.expert-table tr:last-child td { border-bottom: 0; }
.expert-table th { color: var(--muted); background: #f6f7fa; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.expert-table td { width: 33.333%; font-size: 13px; line-height: 1.5; }
.expert-checklist { margin: 28px 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); list-style: none; }
.expert-checklist li { padding: 20px 48px 20px 0; position: relative; border-bottom: 1px solid var(--line); font-size: 15px; }
.expert-checklist li::after { content: '✓'; width: 28px; height: 28px; position: absolute; right: 0; top: 18px; display: grid; place-items: center; border-radius: 50%; color: #151515; background: #d9ff22; font-weight: 800; }
.editorial-signature { margin: 80px 0 0; padding: 34px; display: grid; grid-template-columns: 100px 1fr; gap: 28px; align-items: center; border-radius: 22px; color: #fff; background: #3155d9; }
.editorial-signature-mark { width: 92px; height: 92px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 50%; background: #fff; }
.editorial-signature-mark span { display: grid; place-items: center; color: #fff; background: #171717; font-size: 26px; font-weight: 800; }.editorial-signature-mark span:last-child { color: #151515; background: #d9ff22; }
.editorial-signature > div:last-child > span { color: #d9ff22; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.editorial-signature h2 { margin: 8px 0 12px; color: #fff; font-size: 32px; }.editorial-signature p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.6; }
.article-service-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.article-service-links > br { display: none; }
.article-service-links a { min-height: 260px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.article-service-links a:nth-child(2) { background: #fff0e9; }.article-service-links a:nth-child(3) { background: #f1f7d4; }
.article-service-links span { color: var(--coral); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.article-service-links strong { margin: 32px 0 10px; font-size: 20px; line-height: 1.05; }.article-service-links small { color: var(--muted); font-size: 10px; line-height: 1.5; }.article-service-links b { margin-top: auto; font-size: 10px; }.article-service-links i { color: var(--coral); font-style: normal; }

.expert-prose > p { max-width: 780px; font-size: 17px; line-height: 1.78; }
.expert-focus-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.expert-focus-grid article { min-height: 220px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #eef3ff; }
.expert-focus-grid article:nth-child(2) { background: #fff0e9; }.expert-focus-grid article:nth-child(3) { background: #f1f7d4; }
.expert-focus-grid span { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.expert-focus-grid strong { margin: 38px 0 12px; font-size: 18px; line-height: 1.18; }
.expert-focus-grid p { margin: auto 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.expert-scenario-list { margin-top: 32px; border-top: 1px solid var(--line); }
.expert-scenario-list article { padding: 28px 0; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 24px; border-bottom: 1px solid var(--line); }
.expert-scenario-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 10px; font-weight: 800; }
.expert-scenario-list article > span { grid-column: 1; grid-row: 1; }
.expert-scenario-list article > div { grid-column: 2; grid-row: 1; min-width: 0; }
.expert-scenario-list h3 { margin: 0 0 16px; font-size: 25px; line-height: 1.1; letter-spacing: -.035em; }
.expert-scenario-list p { margin: 10px 0 0; font-size: 14px; line-height: 1.7; }
.expert-inline-reading { margin: 22px 0 0; padding: 19px 22px; border-left: 3px solid var(--blue); background: #f0f4ff; font-size: 13px; }
.expert-inline-reading strong { display: block; margin-bottom: 5px; color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.expert-inline-reading a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.expert-mistake-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.expert-mistake-grid article { min-height: 270px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.expert-mistake-grid article:nth-child(2),.expert-mistake-grid article:nth-child(3) { background: #fff0e9; }
.expert-mistake-grid span { color: var(--coral); font-size: 10px; font-weight: 800; }
.expert-mistake-grid h3 { margin: 42px 0 12px; font-size: 24px; line-height: 1.08; letter-spacing: -.035em; }
.expert-mistake-grid p { margin: 0; font-size: 12px; line-height: 1.65; }
.expert-faq-list { border-top: 1px solid var(--line); }
.expert-faq-list article { padding: 24px 0; display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 38px; border-bottom: 1px solid var(--line); }
.expert-faq-list h3 { margin: 0; font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
.expert-faq-list p { margin: 0; font-size: 13px; line-height: 1.7; }
.expert-next-step { margin-top: 76px; padding: 38px !important; border-radius: 22px; background: var(--acid); }
.expert-next-step .expert-kicker { color: var(--coral); }.expert-next-step h2 { margin-bottom: 18px; }
.expert-next-step > p { max-width: 740px; color: #3c4417; font-size: 14px; line-height: 1.7; }
.expert-inline-links { margin-top: 26px; display: grid; grid-template-columns: 180px 1fr 1fr; border-top: 1px solid rgba(21,21,21,.25); }
.expert-inline-links > span,.expert-inline-links a { padding: 17px 0; font-size: 10px; }
.expert-inline-links > span { color: #68711e; text-transform: uppercase; }
.expert-inline-links a { position: relative; padding-right: 24px; font-weight: 800; }
.expert-inline-links a + a { padding-left: 18px; border-left: 1px solid rgba(21,21,21,.25); }
.expert-inline-links i { color: var(--coral); font-style: normal; }
.article-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.article-related-grid > br { display: none; }
.article-related-grid a { min-height: 300px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #eef3ff; }
.article-related-grid a:nth-of-type(2) { background: #fff0e9; }.article-related-grid a:nth-of-type(3) { background: #f1f7d4; }
.article-related-grid span { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-related-grid strong { margin: 36px 0 12px; font-size: 20px; line-height: 1.08; }
.article-related-grid small { color: var(--muted); font-size: 10px; line-height: 1.55; }
.article-related-grid b { margin-top: auto; padding-top: 18px; font-size: 10px; }.article-related-grid i { color: var(--coral); font-style: normal; }

.payment-model-grid,.vacancy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.payment-model-grid article,.vacancy-grid article { min-height: 360px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.payment-model-grid article:nth-child(2),.vacancy-grid article:nth-child(2) { background: #dfe8ff; }
.payment-model-grid article:nth-child(3),.vacancy-grid article:nth-child(3) { background: #f1f7d4; }
.payment-model-grid article > span,.vacancy-grid article > span { color: var(--coral); font-size: 9px; text-transform: uppercase; }
.payment-model-grid h2,.vacancy-grid h2 { margin: 55px 0 12px; font-size: 30px; letter-spacing: -.04em; }
.payment-model-grid strong { font-size: 19px; }
.payment-model-grid p,.vacancy-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.vacancy-grid article > div { margin-top: auto; display: flex; flex-wrap: wrap; gap: 5px; }
.vacancy-grid b { padding: 7px 9px; border: 1px solid rgba(21,21,21,.18); border-radius: 99px; font-size: 8px; }
.vacancy-grid a { margin-top: 22px; color: var(--coral); font-size: 10px; font-weight: 700; }
.price-table { border-top: 1px solid var(--line); }
.price-table > a { min-height: 102px; padding: 20px 8px; display: grid; grid-template-columns: minmax(0,1fr) 160px 130px 30px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.price-table > a:hover { background: #f5f7fb; }
.price-table > a > div { display: grid; gap: 5px; }
.price-table strong { font-size: 18px; }
.price-table span,.price-table small { color: var(--muted); font-size: 10px; }
.price-table b { font-size: 14px; }

.contacts-layout,.brief-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contacts-direct { display: grid; }
.contacts-direct > span,.contact-form-card > span,.brief-aside > span { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contacts-direct h2,.contact-form-card h2 { margin: 20px 0 35px; font-size: clamp(38px,4vw,56px); letter-spacing: -.05em; }
.contacts-direct > a,.contacts-direct > div:not(.social-links) { padding: 19px 0; display: grid; gap: 5px; border-top: 1px solid var(--line); }
.contacts-direct small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.contacts-direct strong { font-size: 19px; }
.contacts-direct .social-links { margin-top: 25px; }
.contacts-direct .social-links a { border-color: var(--line); }
.contact-form-card { padding: 38px; border-radius: 22px; background: #eef3ff; }
.contact-form-card > p { color: var(--muted); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label > span { color: var(--muted); font-size: 9px; }
.lead-form input,.lead-form textarea,.lead-form select { width: 100%; padding: 15px 16px; border: 1px solid #ccd4e2; border-radius: 11px; background: #fff; outline: none; }
.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,85,217,.12); }
.lead-form textarea { resize: vertical; }
.form-wide { grid-column: 1/-1; }
.budget-fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.budget-fieldset legend { margin: 0 0 8px; color: var(--muted); font-size: 9px; }
.budget-select { position: relative; width: 100%; }
.budget-select summary { width: 100%; min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #ccd4e2; border-radius: 11px; background: #fff; color: var(--ink); font-size: 13px; cursor: pointer; list-style: none; transition: border-color .2s,box-shadow .2s; }
.budget-select summary::-webkit-details-marker { display: none; }
.budget-select summary i { width: 9px; height: 9px; flex: 0 0 auto; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.budget-select[open] summary { border-color: var(--blue); border-radius: 11px 11px 0 0; box-shadow: 0 0 0 3px rgba(49,85,217,.1); }
.budget-select[open] summary i { transform: rotate(225deg) translate(-2px,-2px); }
.budget-select-menu { display: grid; overflow: hidden; border: 1px solid var(--blue); border-top: 0; border-radius: 0 0 11px 11px; background: #fff; box-shadow: 0 14px 30px rgba(17,24,39,.12); }
.budget-select-menu label { display: block; min-width: 0; }
.budget-select-menu input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.budget-select-menu span { min-height: 42px; padding: 11px 16px; display: flex; align-items: center; color: var(--ink); font-size: 12px; line-height: 1.25; cursor: pointer; transition: background .16s,color .16s; }
.budget-select-menu label + label span { border-top: 1px solid #e6eaf1; }
.budget-select-menu span:hover,.budget-select-menu input:focus-visible + span { background: #f2f5ff; }
.budget-select-menu input:checked + span { background: var(--blue); color: #fff; font-weight: 700; }
.form-consent { min-height: 52px; padding: 12px 14px; display: flex !important; grid-template-columns: 22px 1fr; align-items: center; gap: 11px !important; border: 1px solid #ccd4e2; border-radius: 11px; background: rgba(255,255,255,.62); cursor: pointer; transition: border-color .2s,background .2s; }
.form-consent:hover { border-color: var(--blue); background: var(--white); }
.form-consent input { width: 20px; height: 20px; margin: 0; accent-color: var(--blue); cursor: pointer; }
.form-consent span { color: var(--ink) !important; font-size: 11px !important; line-height: 1.4; }
.form-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.form-success { margin: 0 0 20px; padding: 16px; border-radius: 12px; background: var(--acid); }
.form-success p { margin: 5px 0 0; font-size: 11px; }
.brief-aside ol { margin: 30px 0; padding: 0; list-style: none; }
.brief-aside li { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.brief-aside li > b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); }
.brief-aside li strong { font-size: 15px; }
.brief-aside li p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.brief-aside > div { display: grid; gap: 8px; }
.brief-aside > div a { font-size: 17px; font-weight: 700; }
.brief-hero { padding: 62px 0 34px; background: var(--white); }
.brief-hero .shell { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.brief-hero span { color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.brief-hero h1 { max-width: 1050px; margin: 25px 0 20px; font-family: "Manrope",Arial,sans-serif; font-size: clamp(56px,6.3vw,92px); line-height: .94; letter-spacing: -.065em; }
.brief-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.brief-form-section { padding: 12px 0 92px; background: var(--white); }
.brief-main-form { max-width: 980px; margin: 0 auto; padding: 48px; }
.brief-main-form h2 { max-width: 760px; margin-bottom: 17px; }
.brief-main-form > p { max-width: 680px; margin: 0 0 32px; line-height: 1.6; }
.brief-next-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.brief-next-grid article { min-height: 260px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.brief-next-grid article:nth-child(2) { background: #eef3ff; }
.brief-next-grid article:nth-child(3) { background: #f1f7d4; }
.brief-next-grid span { color: var(--coral); font-size: 10px; font-weight: 700; }
.brief-next-grid h3 { margin: auto 0 12px; font-size: 27px; letter-spacing: -.035em; }
.brief-next-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.brief-direct-card { margin-top: 12px; padding: 25px 28px; display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; border-radius: 18px; background: var(--ink); color: var(--white); }
.brief-direct-card > div { display: grid; gap: 5px; }
.brief-direct-card span { color: #9da2ad; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.brief-direct-card h3 { margin: 0; font-size: 22px; }
.brief-direct-card > a { padding: 12px 16px; border: 1px solid #3b3b3b; border-radius: 99px; font-size: 14px; font-weight: 700; }
.brief-direct-card > a:hover { border-color: var(--acid); color: var(--acid); }

.requisites-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
.requisites-card > div { min-height: 76px; padding: 17px 23px; display: grid; grid-template-columns: 260px 1fr; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.requisites-card > div:last-child { border-bottom: 0; }
.requisites-card span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.requisites-card strong { font-size: 15px; }
.requisites-note { max-width: 850px; margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 70px; }
.sitemap-grid > div { display: grid; align-content: start; }
.sitemap-grid h2 { margin: 0 0 14px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: 22px; }
.sitemap-grid a { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.sitemap-grid a:hover { color: var(--coral); }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 45px 0 12px; font-size: 30px; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.news-detail-card { min-height: 480px; padding: 45px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; overflow: hidden; border-radius: 24px; background: var(--blue); color: #fff; }
.news-detail-card h2 { margin: 45px 0 20px; font-size: clamp(40px,4vw,60px); letter-spacing: -.05em; }
.news-detail-card p { color: #dce3ff; line-height: 1.7; }
.news-detail-card img { align-self: end; max-height: 430px; object-fit: contain; }
.review-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.review-document { min-height: 620px; overflow: hidden; border-radius: 20px; background: #edf1f8; }
.review-document img { width: 100%; height: 100%; object-fit: cover; }
.review-detail-copy > span { color: var(--coral); font-size: 10px; }
.review-detail-copy h2 { margin: 22px 0; font-size: clamp(40px,4vw,62px); line-height: 1; letter-spacing: -.05em; }
.review-detail-copy > p { color: var(--muted); line-height: 1.65; }
.review-detail-copy blockquote { margin: 45px 0; font-size: 24px; line-height: 1.45; }
.review-detail-copy footer { display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-detail-copy footer small { color: var(--muted); }
.not-found { padding: 80px 0; text-align: center; }
.not-found h1 { margin: 20px auto; font-size: clamp(62px,10vw,140px); letter-spacing: -.08em; }
.not-found p { color: var(--muted); }
.not-found .hero-actions { justify-content: center; }
.not-found img { max-height: 420px; margin: 40px auto 0; }

@media (max-width: 1260px) {
  .desktop-nav { gap: 17px; }
  .header-inner { gap: 20px; }
  .header-contact { display: none; }
  .mega-columns { grid-template-columns: repeat(3,1fr); }
}

/* Keep primary page headings confident without letting them dominate the first screen. */
body h1 { font-size: clamp(42px,5vw,60px) !important; }

@media (max-width: 1020px) {
  .desktop-nav,.header-cta { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu summary { width: 48px; height: 48px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 19px; height: 1px; background: var(--ink); }
  .mobile-menu > nav { position: absolute; left: 0; right: 0; top: 73px; max-height: calc(100vh - 92px); padding: 20px; overflow: auto; display: grid; background: #fff; border: 1px solid var(--line); border-radius: 0 0 18px 18px; box-shadow: 0 20px 40px rgba(21,21,21,.12); }
  .mobile-menu nav > a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; }
  .mobile-menu .mobile-phone { display: grid; }
  .mobile-menu .mobile-phone small { color: var(--muted); font-size: 8px; }
  .mobile-menu .social-links { margin: 12px 0; }
  .mobile-menu .social-links a { border-color: var(--line); }
  .page-hero-grid,.service-detail-grid,.contacts-layout,.brief-layout,.review-detail-grid { grid-template-columns: 1fr; }
  .commercial-card { max-width: 620px; }
  .brand-moment-stage { grid-template-columns: 1fr; }
  .brand-moment-copy { min-height: 480px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-card:first-child { grid-row: auto; grid-column: span 2; }
  .case-detail-heading,.case-story-grid { grid-template-columns: 1fr; gap: 30px; }
  .case-solution-section .dark-feature-grid { grid-template-columns: 1fr 1fr; }
  .case-gallery-head { grid-template-columns: 1fr; gap: 20px; }
  .payment-model-grid,.vacancy-grid { grid-template-columns: 1fr 1fr; }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
  .brief-next-grid { grid-template-columns: 1fr; }
  .brief-next-grid article { min-height: 210px; }
  .brief-direct-card { grid-template-columns: 1fr 1fr; }
  .brief-direct-card > div { grid-column: 1/-1; }
  .service-lead-panel { grid-template-columns: 1fr; }
  .service-decision-panel { grid-template-columns: 92px 1fr; }
  .service-decision-mark { width: 86px; height: 86px; }
  .service-decision-actions { grid-column: 2; grid-template-columns: 1fr 1fr; }
  .service-decision-actions small { grid-column: 1/-1; }
  .case-lead-panel { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 30px,1320px); }
  .utility-bar { display: none; }
  .header-inner { height: 74px; }
  .site-breadcrumbs ol { min-height: 40px; padding-top: 9px; padding-bottom: 9px; gap: 5px 7px; font-size: 8px; }
  .site-breadcrumbs li { gap: 7px; }
  .site-breadcrumbs [aria-current="page"] { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy b { font-size: 13px; }
  .home-hero { padding-top: 30px; background: linear-gradient(155deg,#fff 0 69%,#edf3ff 69%); }
  .hero-copy h1,.page-hero h1,.service-detail-hero h1,.case-detail-heading h1,.article-hero h1 { font-size: clamp(42px,12vw,60px); overflow-wrap: anywhere; }
  .hero-copy > p,.page-hero p,.service-detail-hero p,.case-detail-heading p,.article-hero p { font-size: 14px; }
  .hero-showcase { height: 440px; }
  .client-line { height: auto; padding: 18px; align-items: flex-start; gap: 14px; flex-direction: column; }
  .client-line div { max-width: 100%; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
  .client-line b { white-space: normal; }
  .commerce-strip > .shell { overflow: hidden; grid-template-columns: 1fr 1fr; }
  .section { padding: 65px 0; }
  .section-title { grid-template-columns: 1fr; gap: 15px; }
  .section-title :is(h1, h2) { font-size: 38px; }
  .section-title > p { max-width: 100%; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card:first-child { grid-column: auto; }
  .case-card-image,
  .case-card:first-child .case-card-image,
  .portfolio-image,
  .portfolio-card-wide .portfolio-image { height: auto; min-height: 0; aspect-ratio: 16 / 10; display: grid; place-items: center; }
  .case-card-image img,
  .portfolio-image img { width: 100%; height: 100%; max-height: none; display: block; object-fit: contain; object-position: center; }
  .case-card:hover .case-card-image img,
  .portfolio-card:hover .portfolio-image img { transform: none; }
  .related-case-grid img { height: auto; aspect-ratio: 16 / 10; object-fit: contain; object-position: center; }
  .brand-moment { padding: 50px 0 58px; scroll-margin-top: 88px; }
  .brand-moment > .shell { width: min(100% - 40px,1320px); }
  .brand-moment-stage { width: calc(100% - 8px); border-radius: 17px; box-shadow: 7px 8px 0 var(--ink); }
  .brand-moment-copy { min-width: 0; min-height: 370px; padding: 24px 20px; }
  .brand-moment-copy h2 { margin-top: 50px; font-size: 40px; overflow-wrap: anywhere; }
  .brand-moment-birds { min-height: 430px; }
  .brand-moment-birds img { width: min(76%,510px); max-height: calc(100% - 24px); object-fit: contain; bottom: 0; }
  .brand-moment-birds strong { left: 17px; top: 17px; font-size: 64px; }
  .commercial-card { min-height: 350px; padding: 18px; box-shadow: 9px 10px 0 var(--card-shadow); }
  .commercial-card-grid { margin-top: 35px; }
  .service-detail-hero { background: #fff; }
  .service-price-card { min-height: 380px; }
  .service-lead-section { padding-bottom: 65px; }
  .service-decision-section { padding: 45px 0 65px; }
  .service-lead-panel { gap: 30px; padding: 26px 20px; border-radius: 19px; }
  .service-lead-copy h2 { margin-top: 36px; font-size: 38px; overflow-wrap: anywhere; }
  .service-lead-copy > p { font-size: 13px; }
  .service-lead-copy dl { grid-template-columns: 1fr; }
  .service-lead-copy dl div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .service-lead-card { padding: 21px 16px; box-shadow: 7px 8px 0 rgba(21,21,21,.2); }
  .service-quick-form { grid-template-columns: 1fr; }
  .service-form-consent,.service-quick-form .button { grid-column: 1; }
  .service-decision-panel { grid-template-columns: 1fr; gap: 20px; padding: 27px 20px; border-radius: 19px; }
  .service-decision-mark { display: none; }
  .service-decision-copy h2 { font-size: 36px; }
  .service-decision-actions { grid-column: 1; grid-template-columns: 1fr; }
  .service-decision-actions small { grid-column: 1; }
  .case-lead-section { padding-bottom: 65px; }
  .case-lead-panel { border-radius: 19px; box-shadow: 7px 8px 0 var(--ink); }
  .case-lead-copy { padding: 27px 20px; }
  .case-lead-copy > h2 { margin-top: 36px; font-size: 38px; }
  .case-lead-form-card { padding: 25px 16px; }
  .case-lead-steps { grid-template-columns: 1fr; }
  .case-lead-steps span + span { border-left: 0; border-top: 1px solid var(--line); }
  .case-detail-cover { height: auto; min-height: 0; aspect-ratio: 16 / 10; border-radius: 17px 17px 0 0; }
  .case-detail-cover img { height: 100%; object-fit: contain; object-position: center; }
  .case-detail-cover-contain { padding: 18px; }
  .case-solution-section .dark-feature-grid { grid-template-columns: 1fr; }
  .case-gallery-head { margin-bottom: 28px; }
  .case-gallery-head h2 { font-size: 38px; }
  .case-gallery-grid { grid-template-columns: 1fr; gap: 24px; }
  .case-gallery-item,.case-gallery-wide,.case-gallery-mobile { grid-column: 1; }
  .case-gallery-item figcaption { padding-top: 10px; }
  .case-result-card { padding: 25px; }
  .case-result-card > p { margin-top: 0; font-size: 14px; }
  .article-hero { padding: 38px 0 48px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .article-hero h1 { font-size: clamp(39px,11vw,55px); overflow-wrap: anywhere; }
  .article-editorial-visual { min-height: 390px; padding: 20px; box-shadow: 9px 10px 0 #d9ff22; }
  .article-editorial-visual img { width: 64px; height: 64px; left: 20px; top: 78px; }
  .article-editorial-visual > strong { font-size: clamp(42px,13vw,58px); }
  .article-flight-map { inset: 100px 20px auto 105px; }
  .article-layout { padding-top: 52px; grid-template-columns: 1fr; gap: 34px; }
  .article-layout aside { position: static; display: flex; flex-wrap: wrap; }
  .article-layout aside { max-height: none; padding-right: 0; overflow: visible; }
  .article-layout aside > span,.article-author-mini { width: 100%; }
  .article-layout aside a { flex: 1 1 140px; }
  .article-content { font-size: 15px; }
  .article-content h2 { font-size: 31px; }
  .article-content blockquote { padding: 22px; font-size: 20px; }
  .expert-steps { grid-template-columns: 1fr; }
  .expert-steps li { min-height: 145px; }
  .expert-result-note { grid-template-columns: 1fr; gap: 10px; }
  .expert-result-note > strong,.expert-result-note > p:not(:empty) { grid-column: 1; grid-row: auto; }
  .expert-table { display: block; overflow: visible; border: 0; background: transparent; }
  .expert-table caption { display: block; }
  .expert-table thead { display: none; }
  .expert-table tbody,.expert-table tr,.expert-table td { display: block; width: 100%; }
  .expert-table tr { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .expert-table td { padding: 16px; border: 0; border-bottom: 1px solid var(--line); }
  .expert-table td:last-child { border-bottom: 0; }
  .expert-table td::before { content: attr(data-label); margin-bottom: 6px; display: block; color: var(--coral); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .editorial-signature { margin-top: 55px; padding: 24px; grid-template-columns: 1fr; }
  .editorial-signature-mark { width: 74px; height: 74px; }
  .article-service-links { grid-template-columns: 1fr; }
  .article-service-links a { min-height: 220px; }
  .expert-focus-grid,.expert-mistake-grid,.article-related-grid { grid-template-columns: 1fr; }
  .expert-focus-grid article { min-height: 185px; }
  .expert-scenario-list article { grid-template-columns: 44px minmax(0,1fr); gap: 14px; }
  .expert-scenario-list h3 { font-size: 21px; }
  .expert-mistake-grid article { min-height: 220px; }
  .expert-faq-list article { grid-template-columns: 1fr; gap: 12px; }
  .expert-next-step { margin-top: 54px; padding: 24px !important; }
  .expert-inline-links { grid-template-columns: 1fr; }
  .expert-inline-links a + a { padding-left: 0; border-left: 0; border-top: 1px solid rgba(21,21,21,.25); }
  .article-related-grid a { min-height: 230px; }
  .payment-model-grid,.vacancy-grid,.sitemap-grid { grid-template-columns: 1fr; }
  .price-table > a { grid-template-columns: 1fr auto; gap: 8px; }
  .price-table > a small { grid-column: 1; }
  .price-table > a i { grid-column: 2; grid-row: 1/-1; }
  .lead-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
  .contact-form-card { padding: 23px 18px; }
  .brief-hero { padding: 42px 0 20px; }
  .brief-hero .shell { padding-bottom: 27px; }
  .brief-hero h1 { margin: 20px 0 16px; font-size: clamp(43px,13vw,60px); overflow-wrap: anywhere; }
  .brief-hero p { font-size: 14px; }
  .brief-form-section { padding: 8px 0 65px; }
  .brief-main-form { padding: 25px 18px; }
  .brief-main-form h2 { margin: 18px 0 12px; font-size: 36px; }
  .brief-main-form > p { margin-bottom: 24px; }
  .brief-direct-card { padding: 23px 20px; grid-template-columns: 1fr; gap: 10px; }
  .brief-direct-card > div { grid-column: auto; margin-bottom: 10px; }
  .brief-direct-card > a { max-width: 100%; overflow-wrap: anywhere; text-align: center; }
  .requisites-card > div { grid-template-columns: 1fr; gap: 6px; }
  .news-detail-card { padding: 25px; grid-template-columns: 1fr; }
  .news-detail-card img { max-height: 330px; }
  .review-document { min-height: 430px; }
  .project-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .project-cta-inner > .button { grid-column: 1; grid-row: auto; justify-self: start; }
  .project-cta-contact { grid-column: 1; display: grid; gap: 8px; padding-top: 2px; }
  .project-cta-contact small,
  .project-cta-contact a { width: fit-content; max-width: 100%; }
  .project-cta-contact a { overflow-wrap: anywhere; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-lead { grid-column: 1/-1; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .explorer-filters,.cases-filters,.blog-filter { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .explorer-filters button,.cases-filters button,.blog-filter button { flex: 0 1 auto; max-width: 100%; white-space: normal; }
  .blog-toolbar,.news-filter { margin-bottom: 20px; }
}
@media (max-width: 480px) {
  .home-task-grid,.service-grid,.explorer-grid,.case-archive-grid,.article-grid,.news-grid,.letters-grid,.footer-top { grid-template-columns: 1fr; }
  .hero-facts { grid-template-columns: 1fr; }
  .commerce-strip > .shell { grid-template-columns: 1fr; }
  .brand-moment > .shell { width: min(100% - 32px,1320px); }
  .brand-moment-stage { width: calc(100% - 6px); box-shadow: 5px 6px 0 var(--ink); }
  .brand-moment-copy { min-height: 350px; }
  .brand-moment-copy h2 { margin-top: 38px; font-size: 35px; }
  .brand-moment-birds { min-height: 390px; }
  .brand-moment-birds img { width: 84%; max-height: calc(100% - 28px); }
  .about-team-grid > article > div { height: 390px; }
  .case-detail-heading dl { grid-template-columns: 1fr; }
}

/* Service pages: search intent, commercial detail and expert interlinking. */
.service-search-section { padding: 96px 0; background: #f2f5ff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-search-section .shell { display: grid; gap: 72px; }
.service-search-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.65fr); gap: 32px 90px; align-items: end; }
.service-search-heading > span { grid-column: 1 / -1; grid-row: 1; }
.service-search-heading > h2 { grid-column: 1; grid-row: 2; min-width: 0; }
.service-search-heading > p { grid-column: 2; grid-row: 2; min-width: 0; align-self: end; }
.service-search-heading > span,.service-search-scope > div:first-child > span,.service-search-commercial header > span,.service-search-result > div > span,.service-search-reading header > span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-search-heading h2 { max-width: 850px; margin: 12px 0 0; font-size: clamp(42px,5vw,68px); line-height: .98; letter-spacing: -.055em; }
.service-search-heading p { max-width: 590px; margin: 0; color: #4d5874; font-size: 16px; line-height: 1.65; }
.service-search-intent { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.service-search-intent article { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #cbd4e8; border-radius: 22px; background: #fff; }
.service-search-intent article:nth-child(2) { background: #fff0e8; }
.service-search-intent article:nth-child(3) { background: #eff8ce; }
.service-search-intent article > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.service-search-intent h3 { max-width: 350px; margin: auto 0 18px; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.service-search-intent p { margin: 0; color: #4d5874; font-size: 14px; line-height: 1.65; }
.service-search-scope { padding: 56px; display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 70px; border-radius: 26px; background: var(--ink); color: #fff; }
.service-search-scope h2,.service-search-commercial h2,.service-search-result h2,.service-search-reading h2 { margin: 12px 0 18px; font-size: clamp(34px,4vw,52px); line-height: 1; letter-spacing: -.045em; }
.service-search-scope > div:first-child p { color: #b8bfd0; font-size: 14px; line-height: 1.65; }
.service-search-scope-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
.service-search-scope-list article { min-height: 175px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.service-search-scope-list b { color: #d9ff22; font-size: 10px; }
.service-search-scope-list h3 { margin: 25px 0 8px; font-size: 20px; line-height: 1.08; }
.service-search-scope-list p { margin: 0; color: #aeb6c8; font-size: 12px; line-height: 1.55; }
.service-search-commercial { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: 70px; align-items: start; }
.service-search-commercial header { position: sticky; top: 126px; }
.service-search-commercial header p { color: #4d5874; font-size: 15px; line-height: 1.65; }
.service-search-commercial > div { display: grid; }
.service-search-commercial article { padding: 28px 0; border-top: 1px solid #cbd4e8; }
.service-search-commercial article:last-child { border-bottom: 1px solid #cbd4e8; }
.service-search-commercial article h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.025em; }
.service-search-commercial article p { max-width: 720px; margin: 0; color: #4d5874; font-size: 14px; line-height: 1.7; }
.service-search-commercial article p + p { margin-top: 14px; }
.service-search-route { padding: 15px 17px; border-radius: 12px; background: #fff; color: var(--ink) !important; }
.service-search-result { padding: 52px; display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 70px; border: 1px solid #bfc9e3; border-radius: 26px; background: #3155d9; color: #fff; }
.service-search-result > div > p { max-width: 510px; color: #d9e0ff; font-size: 14px; line-height: 1.7; }
.service-search-result > div > a { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid #d9ff22; color: #d9ff22; font-size: 12px; font-weight: 800; }
.service-search-result dl { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.service-search-result dl > div { min-height: 185px; padding: 21px; border-radius: 16px; background: #fff; color: var(--ink); }
.service-search-result dl > div:nth-child(2) { background: #d9ff22; }
.service-search-result dt { color: var(--coral); font-size: 9px; font-weight: 800; }
.service-search-result dd { margin: 36px 0 0; }
.service-search-result dd h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.08; }
.service-search-result dd p { margin: 0; color: #586177; font-size: 11px; line-height: 1.55; }
.service-search-reading { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 70px; align-items: start; }
.service-search-reading header p { max-width: 500px; color: #4d5874; line-height: 1.65; }
.service-search-reading > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.service-search-reading a { min-height: 285px; padding: 24px; display: flex; flex-direction: column; border: 1px solid #cbd4e8; border-radius: 19px; background: #fff; }
.service-search-reading a:nth-child(2) { background: #fff0e8; }
.service-search-reading a:nth-child(3) { background: #eff8ce; }
.service-search-reading small { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-search-reading h3 { margin: auto 0 22px; font-size: 22px; line-height: 1.08; letter-spacing: -.025em; }
.service-search-reading a > span { padding-top: 14px; border-top: 1px solid rgba(21,21,21,.14); font-size: 10px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1020px) {
  .service-search-heading,.service-search-scope,.service-search-commercial,.service-search-result,.service-search-reading { grid-template-columns: 1fr; gap: 38px; }
  .service-search-heading > span,.service-search-heading > h2,.service-search-heading > p { grid-column: 1; grid-row: auto; }
  .service-search-commercial header { position: static; }
  .service-search-reading > div { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .service-search-section { padding: 64px 0; }
  .service-search-section .shell { gap: 46px; }
  .service-search-heading { gap: 20px; }
  .service-search-heading h2 { font-size: clamp(38px,11vw,54px); overflow-wrap: anywhere; }
  .service-search-intent { grid-template-columns: 1fr; }
  .service-search-intent article { min-height: 250px; padding: 22px; }
  .service-search-intent h3 { margin-top: 58px; font-size: 24px; }
  .service-search-scope,.service-search-result { padding: 28px 22px; border-radius: 20px; }
  .service-search-scope-list,.service-search-result dl,.service-search-reading > div { grid-template-columns: 1fr; }
  .service-search-scope-list article { min-height: 145px; }
  .service-search-commercial h2,.service-search-scope h2,.service-search-result h2,.service-search-reading h2 { font-size: 36px; overflow-wrap: anywhere; }
  .service-search-result dl > div { min-height: 155px; }
  .service-search-reading a { min-height: 230px; }
}

.content-updated,
.content-published {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.page-last-updated {
  background: #fff;
}
.page-last-updated .shell {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e0e5f0;
}
.page-last-updated .content-updated {
  color: #778096;
  font-size: 9px;
  font-weight: 600;
}
.page-last-updated .content-updated::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #c8cfde;
  content: "";
}
.article-meta time {
  padding: 8px 11px;
  border-radius: 99px;
  background: #fff;
  font-size: 9px;
}
.article-meta .content-published {
  color: var(--muted);
}
.article-meta .content-updated {
  color: var(--coral);
}
@media (max-width: 760px) {
  .page-last-updated .shell {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
}
