:root {
  --ink: #111b2e;
  --muted: #5e6878;
  --blue: #1947e5;
  --blue-deep: #0a2a91;
  --lime: #c6ff3d;
  --cream: #f7f6f1;
  --soft: #f3f6fb;
  --line: #dfe5ed;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(17, 27, 46, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.aaws-astra-child { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.aaws-astra-child #page, body.aaws-astra-child .site-content, body.aaws-astra-child .ast-container { max-width: none; width: 100%; padding: 0; margin: 0; }
body.aaws-astra-child .site-content > .ast-container { display: block; }
body.aaws-astra-child #primary { width: 100%; margin: 0; padding: 0; }
body.aaws-astra-child .entry-content { margin: 0; }
body.aaws-astra-child .entry-content > * { max-width: none; }
body.aaws-astra-child.admin-bar .site-header { top: 32px; }
body.aaws-astra-child.admin-bar .scroll-progress { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.utility-bar { background: #0e1830; color: #dbe4f4; font-size: 12px; }
.utility-inner { height: 30px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner > div { display: flex; gap: 24px; }
.utility-inner a:hover { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,229,237,.82); backdrop-filter: blur(16px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 42px; height: 42px; position: relative; display: grid; place-items: center; border-radius: 12px; background: var(--blue); color: white; font-family: Georgia, serif; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.brand-mark i { position: absolute; right: -4px; bottom: -3px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 5px; background: var(--lime); color: var(--ink); font: 700 12px/1 Arial; }
.brand-copy { display: flex; flex-direction: column; letter-spacing: -.02em; }
.brand-copy b { font-size: 16px; line-height: 1; }
.brand-copy small { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.brand-light .brand-copy b, .brand-light .brand-copy small { color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 17px; font-size: 12px; font-weight: 700; }
.desktop-nav > a:not(.button) { padding: 27px 0; position: relative; color: #364156; white-space: nowrap; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 20px; background: var(--blue); transition: right .25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after { right: 0; }
.desktop-nav > a:hover, .desktop-nav > a.active { color: var(--blue); }
.mobile-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }
.mobile-nav { display: none; }
.product-strip { position: relative; z-index: 4; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }
.product-strip-inner { min-height: 78px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 22px; }
.product-strip-label { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.product-marquee { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.product-track { width: max-content; display: flex; align-items: center; gap: 50px; animation: productMarquee 24s linear infinite; }
.product-marquee:hover .product-track, .product-marquee:focus-within .product-track { animation-play-state: paused; }
.product-link { min-width: 235px; display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: var(--ink); }
.product-link:hover, .product-link:focus-visible { color: var(--blue); }
.product-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 8px; }
.product-link > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.product-link b { font-size: 14px; line-height: 1.15; letter-spacing: -.02em; }
.product-link small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.product-mark { position: relative; width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: -.04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 8px 20px rgba(25,71,229,.18); }
.product-mark i { position: absolute; right: -4px; bottom: -3px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 5px; background: var(--lime); color: var(--ink); font: 900 11px/1 Arial; }
.product-oc .product-mark { background: #6d28d9; }
.product-rwn .product-mark { background: #0f766e; font-size: 12px; }
.product-mmc .product-mark { background: #ea580c; font-size: 11px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--blue); border-radius: 12px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--blue-deep); box-shadow: 0 12px 24px rgba(25,71,229,.2); }
.button-sm { min-height: 40px; padding: 0 15px; border-radius: 10px; font-size: 12px; }
.button-secondary { background: #fff; color: var(--ink); border-color: #cfd6e1; }
.button-secondary:hover { background: var(--soft); color: var(--blue); box-shadow: none; }
.button-lime { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-lime:hover { background: #d6ff73; color: var(--ink); box-shadow: 0 12px 28px rgba(198,255,61,.18); }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 999px; display: inline-block; margin-right: 8px; background: var(--lime); box-shadow: 0 0 0 5px rgba(198,255,61,.2); }
.eyebrow-light { color: #bcd0ff; }
.hero { position: relative; overflow: hidden; background: linear-gradient(128deg, #fff 0%, #f6f8fc 58%, #eef3ff 100%); padding: 68px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(17,27,46,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,27,46,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(25,71,229,.1); border-radius: 50%; }
.orbit-a { width: 660px; height: 660px; right: -210px; top: -220px; }
.orbit-b { width: 460px; height: 460px; right: -30px; top: -80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 42px; min-height: 515px; }
.hero-copy { padding-bottom: 44px; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 5.5vw, 78px); line-height: .98; letter-spacing: -.06em; }
.hero h1 span { color: var(--blue); display: block; }
.hero-lead { max-width: 640px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.talk-inline { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: #49556a; font-size: 13px; }
.talk-inline svg { color: var(--blue); }
.talk-inline b { color: var(--ink); margin-right: 3px; }
.hero-visual { position: relative; min-height: 520px; perspective: 1200px; }
.wp-core { position: absolute; z-index: 5; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; }
.wp-ring { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); border: 1px solid rgba(25,71,229,.18); box-shadow: 0 0 0 18px rgba(25,71,229,.06), 0 25px 65px rgba(25,71,229,.2); }
.wp-ring b { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font: 700 44px/1 Georgia; }
.wp-core > span { display: inline-block; padding: 6px 10px; margin-top: 22px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #3e4b60; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.floating-site { position: absolute; overflow: hidden; width: 176px; height: 128px; border: 1px solid #d8e0eb; border-radius: 12px; background: #fff; box-shadow: 0 18px 40px rgba(17,27,46,.15); animation: float 5s ease-in-out infinite; }
.floating-site img { width: 100%; height: calc(100% - 17px); object-fit: cover; object-position: top; }
.mini-bar { height: 17px; display: flex; gap: 3px; align-items: center; padding-left: 7px; background: #f1f3f7; }
.mini-bar i, .browser-bar i { width: 4px; height: 4px; border-radius: 50%; background: #aeb7c7; }
.site-1 { top: 25px; left: 30px; transform: rotate(-5deg); }
.site-2 { top: 8px; right: 25px; width: 155px; animation-delay: -.8s; transform: rotate(5deg); }
.site-3 { top: 210px; left: -5px; width: 152px; animation-delay: -1.5s; transform: rotate(-2deg); }
.site-4 { top: 205px; right: -5px; width: 162px; animation-delay: -2.1s; transform: rotate(3deg); }
.site-5 { bottom: 20px; left: 55px; width: 155px; animation-delay: -2.8s; transform: rotate(4deg); }
.site-6 { bottom: 0; right: 40px; animation-delay: -3.4s; transform: rotate(-5deg); }
.flow-pill { position: absolute; z-index: 7; padding: 8px 10px; border-radius: 8px; background: #0f1b32; color: white; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(17,27,46,.18); }
.pill-one { left: 33%; top: 22%; }.pill-two { right: 28%; top: 28%; }.pill-three { left: 30%; bottom: 28%; background: var(--blue); }.pill-four { right: 28%; bottom: 24%; background: var(--lime); color: var(--ink); }
.hero-proof { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); min-height: 118px; background: #fff; border: 1px solid var(--line); border-bottom: 0; border-radius: 20px 20px 0 0; box-shadow: 0 -10px 45px rgba(17,27,46,.05); }
.hero-proof > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.hero-proof b { font-size: 25px; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 5px; }
.hero-proof b span { color: inherit; font: inherit; line-height: inherit; margin: 0; }
.hero-proof > a { display: flex; align-items: center; gap: 8px; padding: 0 28px; color: var(--blue); font-size: 12px; font-weight: 800; }
.logo-band { overflow: hidden; padding: 21px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logo-band > .container p { margin: 0 0 20px; color: #7a8493; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-track { width: max-content; display: flex; gap: 13px; animation: marquee 48s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-tile { width: 154px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 9px; border: 1px solid #e6eaf0; border-radius: 12px; background: #fff; filter: grayscale(1); opacity: .72; transition: filter .25s, opacity .25s, transform .25s; }
.logo-tile:hover { filter: none; opacity: 1; transform: translateY(-3px); }
.logo-tile img { width: 100%; height: 43px; object-fit: contain; }
.logo-tile span { overflow: hidden; width: 100%; color: #647083; font-size: 8px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.section { padding: 82px 0; }
.section-soft { background: var(--soft); }
.section h2, .final-cta h2, .page-hero h1 { margin: 0; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.06; letter-spacing: -.05em; }
.split-intro, .section-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: end; margin-bottom: 44px; }
.section-heading > p { max-width: 510px; justify-self: end; }
.split-intro > div:last-child p, .section-heading > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 900; }
.text-link:hover svg { transform: translateX(3px); }
.capability-stage { min-height: 455px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 42px; padding: 32px 38px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg,#f8faff,#fff); box-shadow: var(--shadow); overflow: hidden; }
.capability-wheel { position: relative; min-height: 410px; border: 1px dashed rgba(25,71,229,.25); border-radius: 50%; transform: scale(.92); }
.capability-wheel::before { content: ""; position: absolute; inset: 60px; border: 1px dashed rgba(25,71,229,.18); border-radius: 50%; }
.wheel-core { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 0 0 20px rgba(25,71,229,.08); }
.wheel-core b { font: 700 46px/1 Georgia; }.wheel-core span { margin-top: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.wheel-node { position: absolute; z-index: 3; min-width: 115px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 10px 25px rgba(17,27,46,.08); font-size: 11px; font-weight: 800; text-align: center; }
.node-1 { top: -18px; left: calc(50% - 55px); }.node-2 { right: -25px; top: 95px; }.node-3 { right: 0; bottom: 55px; }.node-4 { bottom: -16px; left: calc(50% - 55px); }.node-5 { left: -20px; bottom: 65px; }.node-6 { left: -20px; top: 95px; }
.capability-list > div { display: flex; align-items: center; gap: 11px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.capability-list > div svg { color: var(--blue); }
.capability-list .button { margin-top: 25px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 20px; align-items: stretch; }
.portfolio-card { min-width: 0; display: flex; flex-direction: column; }
.browser-frame { position: relative; display: block; overflow: hidden; border: 1px solid #d8dee8; border-radius: 14px; background: #fff; box-shadow: 0 13px 34px rgba(17,27,46,.09); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.browser-frame::after { content: ""; position: absolute; inset: 26px auto 0 -55%; width: 32%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent); transform: skewX(-18deg); transition: left .65s ease; pointer-events: none; }
.portfolio-card:hover .browser-frame::after { left: 130%; }
.portfolio-card:hover .browser-frame { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(17,27,46,.16); }
.browser-bar { height: 26px; display: flex; align-items: center; gap: 4px; padding: 0 10px; background: #edf1f6; border-bottom: 1px solid #dce2ea; }
.browser-bar i { width: 6px; height: 6px; }
.browser-bar span { overflow: hidden; margin-left: 5px; color: #7b8494; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.browser-image { height: 205px; background: #fff; overflow: hidden; }
.browser-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.8s ease; }
.portfolio-card:hover .browser-image img { transform: scale(1.03) translateY(-2%); }
.portfolio-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; }
.portfolio-meta span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portfolio-meta h3 { margin: 5px 0 0; font-size: 17px; letter-spacing: -.02em; }
.circle-link { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #cfd6e1; border-radius: 50%; transition: background .2s, color .2s; }
.circle-link:hover { background: var(--blue); color: white; }
.service-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; min-height: 24px; }
.service-tags span, .case-tags span { padding: 5px 7px; border-radius: 6px; background: #e9eef7; color: #576477; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.center-action { display: flex; justify-content: center; margin-top: 50px; }
.ai-section, .ai-use-cases { position: relative; overflow: hidden; background: #0b1730; color: #fff; }
.ai-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 40%, rgba(25,71,229,.42), transparent 34%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 40px 40px, 40px 40px; }
.ai-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.ai-copy p:not(.eyebrow) { max-width: 500px; color: #b9c5d9; font-size: 16px; line-height: 1.7; margin: 25px 0 30px; }
.workflow-demo { display: flex; align-items: center; padding: 35px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.workflow-demo > i { flex: 1; height: 1px; background: linear-gradient(90deg,rgba(198,255,61,.15),var(--lime),rgba(198,255,61,.15)); position: relative; }
.workflow-demo > i::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); top: -2.5px; animation: pulseLine 2s linear infinite; }
.workflow-step { min-width: 118px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 11px; }
.workflow-step > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); color: var(--lime); }
.workflow-step div { display: flex; flex-direction: column; }.workflow-step b { font-size: 11px; }.workflow-step small { color: #95a4bc; font-size: 9px; margin-top: 4px; }.workflow-step.outcome > span { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 278px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(25,71,229,.28); }
.service-number { position: absolute; right: 25px; top: 24px; color: #b3bdcb; font-size: 10px; font-weight: 900; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #e9efff; color: var(--blue); }
.service-card h3 { max-width: 230px; margin: 19px 0 9px; font-size: 19px; line-height: 1.25; letter-spacing: -.03em; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card > a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 12px; color: var(--blue); font-size: 12px; font-weight: 900; }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.08); background: var(--blue); color: #fff; }
.service-icon { transition: transform .3s ease, background .3s ease, color .3s ease; }
.insight-section { background: var(--cream); }
.insight-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.insight-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.insight-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.insight-cards > div { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid #e0ded6; border-radius: 14px; background: rgba(255,255,255,.72); }
.insight-cards span { color: var(--blue); font-size: 9px; font-weight: 900; }.insight-cards b { margin: 12px 0 5px; font-size: 15px; }.insight-cards small { color: var(--muted); font-size: 9px; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.quote-card { padding: 36px; border-radius: 22px; background: var(--blue); color: #fff; box-shadow: 13px 13px 0 #e8edff; }
.stars { color: var(--lime); letter-spacing: .15em; }.quote-card blockquote { margin: 28px 0; font-size: 22px; line-height: 1.5; letter-spacing: -.025em; }.quote-card > div:last-child { display: flex; flex-direction: column; }.quote-card span { color: #b9caff; font-size: 11px; margin-top: 4px; }
.testimonial-copy p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.process-section { border-top: 1px solid var(--line); }
.process-line { display: grid; grid-template-columns: repeat(4,1fr); }
.process-line > div { position: relative; padding: 28px 30px 0 0; border-top: 1px solid #b8c1cf; }
.process-line > div::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #e9eeff; }
.process-line span { color: var(--blue); font-size: 10px; font-weight: 900; }.process-line h3 { margin: 16px 0 9px; font-size: 18px; }.process-line p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.final-cta { padding: 62px 0; background: #0b1730; color: white; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.final-cta-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.final-cta-inner > div:last-child > a:not(.button) { color: #b7c2d4; font-size: 12px; }
.site-footer { padding: 62px 0 22px; background: #081125; color: #b9c4d5; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 38px; align-items: start; }
.footer-brand p { max-width: 330px; color: #8e9bb0; font-size: 13px; line-height: 1.7; margin: 23px 0; }.human-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 12px; font-weight: 800; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; font-size: 12px; }.footer-grid h3 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 10px; }.footer-grid a:hover { color: #fff; }.footer-cta { display: inline-flex; align-items: center; gap: 6px; color: var(--lime); font-weight: 800; margin-top: 5px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #67758b; font-size: 10px; }
.human-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 7px 14px 7px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #0b1730; color: #fff; box-shadow: 0 12px 32px rgba(8,17,37,.28); font-size: 11px; }
.human-float > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
.page-hero { position: relative; overflow: hidden; padding: 72px 0 62px; background: linear-gradient(128deg,#fff,#f1f5fd); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(25,71,229,.1); border-radius: 50%; right: -80px; top: -200px; box-shadow: 0 0 0 70px rgba(25,71,229,.025); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; }
.page-hero h1 { max-width: 800px; }
.page-lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.page-hero-aside { justify-self: end; width: 100%; max-width: 350px; }
.mini-stat-stack { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 15px 40px rgba(17,27,46,.07); }
.mini-stat-stack > div { display: flex; align-items: center; gap: 13px; padding: 12px 0; }.mini-stat-stack > div + div { border-top: 1px solid var(--line); }.mini-stat-stack b { min-width: 82px; font-size: 22px; color: var(--blue); }.mini-stat-stack span { color: var(--muted); font-size: 11px; line-height: 1.4; }.mini-stat-stack svg { color: var(--blue); }
.page-section { padding-top: 58px; }
.portfolio-note { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 35px; }
.portfolio-note > div { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.portfolio-note svg { flex: 0 0 auto; color: var(--blue); }.portfolio-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.portfolio-note b { color: var(--ink); }
.directory-tools { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 30px; }
.search-box { display: flex; align-items: center; gap: 10px; padding: 0 15px; min-height: 48px; border: 1px solid #cfd6e1; border-radius: 12px; background: #fff; color: #8993a2; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }.search-box button { display: grid; place-items: center; border: 0; background: transparent; color: #778295; }
.filter-toggle { display: none; align-items: center; gap: 7px; padding: 0 15px; border: 1px solid #cfd6e1; border-radius: 12px; background: #fff; font-size: 12px; font-weight: 800; }
.filter-row { grid-column: 1/-1; display: flex; align-items: end; gap: 12px; }
.filter-row label { display: flex; flex-direction: column; gap: 6px; }.filter-row label span { color: #687387; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.filter-row select { min-width: 190px; min-height: 40px; padding: 0 34px 0 11px; border: 1px solid #cfd6e1; border-radius: 9px; background: #fff; color: var(--ink); font-size: 11px; }
.result-count { margin-left: auto; padding-bottom: 10px; color: var(--muted); font-size: 11px; }.result-count b { color: var(--blue); }
.empty-state { padding: 70px; border: 1px dashed #ccd4e0; border-radius: 18px; text-align: center; color: var(--muted); }.empty-state svg { margin: auto; color: var(--blue); }.empty-state h3 { color: var(--ink); }.empty-state button { border: 0; background: transparent; color: var(--blue); font-weight: 800; cursor: pointer; }
.directory-hero-icons { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.directory-hero-icons span { display: flex; flex-direction: column; gap: 9px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #4e5a6d; font-size: 10px; font-weight: 800; }.directory-hero-icons svg { color: var(--blue); width: 19px; }
.directory-page > .container { position: relative; }
.directory-cta { display: grid; grid-template-columns: 1fr 1fr 1.4fr auto; align-items: center; gap: 28px; margin-top: 55px; padding: 30px; border-radius: 18px; background: #0b1730; color: #fff; }.directory-cta .eyebrow { margin: 0; color: var(--lime); }.directory-cta h3 { margin: 0; font-size: 22px; }.directory-cta > p:not(.eyebrow) { margin: 0; color: #aab6c9; font-size: 12px; line-height: 1.55; }
.content-with-sidebar { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 45px; align-items: start; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-detail-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-detail-top { display: flex; align-items: center; justify-content: space-between; }.service-detail-top > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #e9efff; color: var(--blue); }.service-detail-top small { color: #a3adbc; font-weight: 900; }.service-detail-card h2 { margin: 22px 0 11px; font-size: 23px; }.service-detail-card > p { color: var(--muted); font-size: 13px; line-height: 1.65; }.service-detail-card ul { list-style: none; padding: 0; margin: 18px 0; }.service-detail-card li { display: flex; align-items: center; gap: 8px; padding: 7px 0; color: #39465a; font-size: 11px; }.service-detail-card li svg { color: var(--blue); }.service-detail-card > a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 11px; font-weight: 900; }
.service-sidebar, .client-sidebar { position: sticky; top: 105px; display: flex; flex-direction: column; gap: 15px; }.service-sidebar > div, .client-sidebar > div { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.service-sidebar > div:first-child { display: flex; flex-direction: column; gap: 12px; }.service-sidebar .eyebrow, .client-sidebar .eyebrow { margin-bottom: 8px; }.service-sidebar a:not(.button) { padding-bottom: 11px; border-bottom: 1px solid var(--line); color: #3d4a5d; font-size: 11px; }.sidebar-quote { background: var(--soft) !important; }.sidebar-quote svg { color: var(--blue); }.sidebar-quote h3 { margin: 12px 0 8px; }.sidebar-quote p { color: var(--muted); font-size: 11px; line-height: 1.6; }.sidebar-quote a:not(.button) { color: var(--blue); border: 0; font-weight: 900; display: inline-flex; align-items: center; gap: 6px; }.phone-sidebar { color: var(--blue) !important; font-size: 18px !important; border: 0 !important; font-weight: 900; }
.metric-strip { padding: 45px 0; background: var(--soft); border-top: 1px solid var(--line); }.metric-strip > .container { display: grid; grid-template-columns: repeat(4,1fr); }.metric-strip > .container > div { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 10px; padding: 0 25px; border-right: 1px solid var(--line); }.metric-strip > .container > div:last-child { border: 0; }.metric-strip svg { grid-row: 1/3; color: var(--blue); }.metric-strip b { font-size: 13px; }.metric-strip span { color: var(--muted); font-size: 9px; margin-top: 4px; }
.ai-orb { width: 280px; height: 280px; display: grid; place-items: center; align-content: center; gap: 10px; margin-left: auto; border: 1px solid rgba(25,71,229,.18); border-radius: 50%; background: radial-gradient(circle,#fff 40%,#eef3ff); box-shadow: 0 0 0 30px rgba(25,71,229,.035), 0 0 0 62px rgba(25,71,229,.018); }.ai-orb svg { width: 60px; height: 60px; color: var(--blue); }.ai-orb span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.ai-orb i { color: var(--blue); font-weight: 900; }
.ai-service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }.ai-service-card { min-height: 210px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.ai-service-card > span { align-self: flex-end; color: #aab4c2; font-size: 9px; font-weight: 900; }.ai-service-card > svg { color: var(--blue); margin: 8px 0 22px; }.ai-service-card h3 { margin: 0 0 9px; font-size: 15px; }.ai-service-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.ai-use-cases .section-heading h2, .ai-use-cases .section-heading > p { color: #fff; }.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.journey-grid > article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }.journey-title { display: flex; gap: 10px; align-items: center; }.journey-title svg { color: var(--lime); }.journey-title h3 { color: #fff; font-size: 17px; }.journey-steps { margin-top: 25px; }.journey-steps > div { position: relative; display: flex; align-items: center; gap: 11px; min-height: 48px; }.journey-steps span { position: relative; z-index: 1; flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-size: 9px; font-weight: 900; }.journey-steps p { color: #fff; font-size: 11px; }.journey-steps i { position: absolute; left: 12px; top: 36px; bottom: -9px; width: 1px; background: rgba(198,255,61,.35); }
.guardrail-section { background: var(--cream); }.guardrail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.guardrail-grid > div:last-child p { display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 0; border-bottom: 1px solid #dddcd5; font-size: 13px; font-weight: 700; }.guardrail-grid span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; }
.case-list { background: #fff; }.case-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }.case-reverse .case-image { order: 2; }.case-image { overflow: hidden; border: 1px solid #d5dce7; border-radius: 18px; box-shadow: var(--shadow); }.case-image img { width: 100%; height: 420px; object-fit: cover; object-position: top; }.case-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0; }.case-outcome { padding: 18px; margin: 22px 0; border-left: 3px solid var(--blue); background: var(--soft); }.case-outcome b { font-size: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; }.case-outcome p { margin: 7px 0 0; font-size: 12px; line-height: 1.6; color: #4c596c; }
.about-seal { width: 280px; height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; margin-left: auto; border-radius: 50%; background: var(--blue); color: #fff; text-align: center; box-shadow: 0 0 0 20px rgba(25,71,229,.08); }.about-seal svg { color: var(--lime); }.about-seal b { font-size: 30px; letter-spacing: -.04em; }.about-seal span { max-width: 175px; color: #c4d2ff; font-size: 10px; line-height: 1.5; }
.story-grid, .human-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.story-grid > div:first-child > p:not(.eyebrow), .human-promise > div:last-child > p { color: var(--muted); font-size: 15px; line-height: 1.8; }.story-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.story-values > div { padding: 22px; border: 1px solid var(--line); border-radius: 15px; }.story-values svg { color: var(--blue); }.story-values h3 { font-size: 14px; margin: 18px 0 8px; }.story-values p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }.timeline > div { padding: 30px; border-left: 1px solid #d8dee8; }.timeline span { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }.timeline h3 { margin: 20px 0 9px; font-size: 17px; }.timeline p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.big-phone { display: block; color: var(--blue); font-size: 32px; font-weight: 900; letter-spacing: -.04em; margin: 25px 0 15px; }
.contact-human-card { display: flex; align-items: center; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 15px 35px rgba(17,27,46,.08); }.contact-human-card > svg { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--lime); color: var(--ink); }.contact-human-card span { display: flex; flex-direction: column; }.contact-human-card small { color: var(--muted); }.contact-human-card b { margin-top: 4px; color: var(--blue); font-size: 21px; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: start; }.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; color: #3e4a5d; font-size: 11px; font-weight: 800; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #ccd4df; border-radius: 10px; background: #fbfcfe; outline: 0; color: var(--ink); font-size: 13px; font-weight: 400; transition: border .2s, box-shadow .2s; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25,71,229,.1); }.contact-form textarea { resize: vertical; }.contact-form > small { display: block; color: var(--muted); margin-top: 15px; }.contact-form > small a { color: var(--blue); font-weight: 800; }
.contact-info { padding: 32px; border-radius: 18px; background: #0b1730; color: #fff; }.contact-info > p:not(.eyebrow) { color: #aebbd0; font-size: 13px; line-height: 1.7; }.contact-info > div { margin-top: 25px; }.contact-info > div > a, .contact-info > div > p { display: flex; gap: 13px; align-items: flex-start; padding: 16px 0; margin: 0; border-top: 1px solid rgba(255,255,255,.1); }.contact-info svg { color: var(--lime); width: 18px; }.contact-info span { display: flex; flex-direction: column; }.contact-info small { color: #8290a7; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.contact-info b { margin-top: 5px; font-size: 12px; line-height: 1.5; }.form-success { padding: 70px 45px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-align: center; box-shadow: var(--shadow); }.form-success svg { width: 48px; height: 48px; color: var(--blue); margin: auto; }.form-success p { color: var(--muted); }.form-success button { border: 0; background: transparent; color: var(--blue); font-weight: 800; cursor: pointer; }
.project-hero { padding: 55px 0 80px; background: linear-gradient(135deg,#f8faff,#eff3fb); border-bottom: 1px solid var(--line); }.back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 45px; color: var(--blue); font-size: 11px; font-weight: 900; }.project-hero-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; align-items: center; }.project-hero h1 { margin: 0; font-size: clamp(42px,5vw,70px); line-height: 1; letter-spacing: -.055em; }.project-hero-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }.project-browser { overflow: hidden; border: 1px solid #d3dbe7; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }.project-browser > img { width: 100%; height: 450px; object-fit: cover; object-position: top; }.project-section { padding-top: 80px; }.project-content > p:not(.eyebrow), .project-next p { color: var(--muted); font-size: 15px; line-height: 1.8; }.project-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 40px 0; }.project-principles > div { padding: 23px; border: 1px solid var(--line); border-radius: 15px; }.project-principles span { color: var(--blue); font-size: 9px; font-weight: 900; }.project-principles h3 { font-size: 14px; }.project-principles p { color: var(--muted); font-size: 10px; line-height: 1.6; }.project-next { margin-top: 45px; padding: 32px; border-radius: 18px; background: var(--soft); }.client-sidebar dl { margin: 0 0 20px; }.client-sidebar dt { margin-top: 14px; color: #8a94a3; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.client-sidebar dd { display: flex; align-items: center; gap: 5px; margin: 5px 0 0; color: #364257; font-size: 11px; line-height: 1.5; }.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.related-grid a { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.related-grid img { width: 100%; height: 190px; object-fit: cover; }.related-grid span { display: flex; align-items: center; justify-content: space-between; padding: 16px; font-size: 13px; font-weight: 800; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform-origin: left center; background: linear-gradient(90deg,var(--blue),#5d82ff,var(--lime)); box-shadow: 0 0 12px rgba(25,71,229,.35); }
.button svg, .text-link svg, .footer-cta svg { transition: transform .22s ease; }
.button:hover svg, .text-link:hover svg, .footer-cta:hover svg { transform: translateX(3px); }
.reveal { animation: rise both; animation-timeline: view(); animation-range: entry 5% cover 25%; animation-delay: var(--delay,0ms); }
.reveal.motion-ready { opacity: 0; transform: translateY(24px) scale(.985); animation: none; transition: opacity .65s ease var(--delay,0ms), transform .65s cubic-bezier(.2,.8,.2,1) var(--delay,0ms); }
.reveal.motion-ready.in-view { opacity: 1; transform: none; }

.shop-hero-card { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.85); box-shadow: 0 18px 45px rgba(17,27,46,.08); }
.shop-hero-card > svg { width: 52px; height: 52px; padding: 14px; border-radius: 14px; background: var(--blue); color: #fff; }
.shop-hero-card > div { display: flex; flex-direction: column; gap: 4px; }
.shop-hero-card b { font-size: 17px; }.shop-hero-card span { color: var(--muted); font-size: 10px; line-height: 1.4; }.shop-hero-card > small { grid-column: 1/-1; padding-top: 12px; border-top: 1px solid var(--line); color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shop-trust { border-bottom: 1px solid var(--line); background: #fff; }
.shop-trust > .container { min-height: 58px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.shop-trust span { display: flex; align-items: center; justify-content: center; gap: 7px; color: #566276; font-size: 10px; font-weight: 800; }.shop-trust span + span { border-left: 1px solid var(--line); }.shop-trust svg { width: 15px; color: var(--blue); }
.shop-section { padding-bottom: 95px; background: var(--soft); }
.shop-toolbar { position: sticky; z-index: 20; top: 102px; display: grid; grid-template-columns: minmax(220px,.8fr) 2fr auto; gap: 12px; align-items: center; margin-bottom: 26px; padding: 12px; border: 1px solid rgba(207,214,225,.9); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 12px 34px rgba(17,27,46,.07); backdrop-filter: blur(14px); }
.shop-search { min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #f9fafc; color: #7a8595; }.shop-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 11px; color: var(--ink); }.shop-search button { display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #778295; cursor: pointer; }
.shop-categories { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }.shop-categories::-webkit-scrollbar { display: none; }.shop-categories button { flex: 0 0 auto; min-height: 36px; padding: 0 11px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #596579; font-size: 9px; font-weight: 900; cursor: pointer; transition: background .2s,color .2s,border .2s; }.shop-categories button:hover { background: var(--soft); }.shop-categories button.active { background: #e7edff; border-color: #cfd9ff; color: var(--blue); }
.shop-count { color: #7b8595; font-size: 9px; font-weight: 900; white-space: nowrap; }
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.shop-card { position: relative; min-width: 0; min-height: 382px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; overflow: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .25s ease; }
.shop-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -90px; top: -90px; border-radius: 50%; background: var(--blue); opacity: .035; transition: transform .4s ease, opacity .4s ease; }.shop-card:hover { transform: translateY(-6px); border-color: rgba(25,71,229,.28); box-shadow: 0 22px 48px rgba(17,27,46,.11); }.shop-card:hover::after { transform: scale(1.7); opacity: .07; }
.product-badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 5px 8px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shop-card-top { display: flex; align-items: center; gap: 10px; }.shop-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: #e9efff; color: var(--blue); transition: transform .3s ease,background .3s,color .3s; }.shop-icon svg { width: 20px; }.shop-card:hover .shop-icon { transform: rotate(-5deg) scale(1.08); background: var(--blue); color: #fff; }.shop-card-top small { color: #788395; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.shop-card h2 { margin: 18px 0 8px; padding-right: 16px; font-size: 20px; line-height: 1.18; letter-spacing: -.035em; }.shop-card > p { min-height: 58px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.shop-card ul { display: flex; flex-direction: column; gap: 8px; list-style: none; margin: 17px 0 20px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.shop-card li { display: flex; align-items: center; gap: 7px; color: #485468; font-size: 9px; font-weight: 700; }.shop-card li svg { color: var(--blue); }
.shop-card-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; }.product-price { min-width: 0; display: flex; flex-direction: column; gap: 3px; }.product-price del { color: #99a2b0; font-size: 9px; }.product-price b { font-size: 14px; letter-spacing: -.02em; }.shop-card-bottom button { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid #cfd6e1; border-radius: 9px; background: #fff; color: var(--ink); font-size: 9px; font-weight: 900; white-space: nowrap; cursor: pointer; transition: background .2s,color .2s,border .2s,transform .2s; }.shop-card-bottom button:hover { transform: translateY(-2px); border-color: var(--blue); color: var(--blue); }.shop-card-bottom button.selected { background: var(--blue); border-color: var(--blue); color: #fff; }
.shop-selection { position: fixed; z-index: 60; left: 50%; bottom: 20px; width: min(680px,calc(100% - 28px)); min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(11,23,48,.96); color: #fff; box-shadow: 0 20px 55px rgba(8,17,37,.35); backdrop-filter: blur(14px); transform: translateX(-50%); animation: trayUp .38s cubic-bezier(.2,.8,.2,1) both; }.shop-selection > div { display: flex; align-items: center; gap: 10px; }.shop-selection > div:first-child > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--lime); color: var(--ink); }.shop-selection p { display: flex; flex-direction: column; gap: 3px; margin: 0; }.shop-selection p b { font-size: 11px; }.shop-selection p small { color: #9eacc1; font-size: 8px; }.shop-selection button { border: 0; background: transparent; color: #9eacc1; font-size: 9px; font-weight: 900; cursor: pointer; }.shop-selection a { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 900; }.shop-selection a svg { transition: transform .2s; }.shop-selection a:hover svg { transform: translateX(3px); }
/* Blog archive and real WordPress post templates. */
.blog-hero-stat { display: flex; flex-direction: column; gap: 5px; padding: 25px 28px; border: 1px solid rgba(25,71,229,.15); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 18px 42px rgba(17,27,46,.07); }
.blog-hero-stat b { color: var(--blue); font-size: 44px; line-height: 1; letter-spacing: -.06em; }.blog-hero-stat span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.blog-filter-band { border-bottom: 1px solid var(--line); background: #fff; }.blog-filter-inner { min-height: 76px; display: flex; align-items: center; gap: 25px; }.blog-filter-inner > span { flex: 0 0 auto; color: #818b9b; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.blog-filter-inner nav { width: 100%; min-width: 0; max-width: 100%; display: flex; gap: 7px; align-items: center; overflow-x: auto; padding: 10px 0; scrollbar-width: none; }.blog-filter-inner nav::-webkit-scrollbar { display: none; }.blog-filter-inner nav a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; color: #586478; font-size: 9px; font-weight: 900; }.blog-filter-inner nav a:hover,.blog-filter-inner nav a.active { border-color: #bdcaff; background: #e9efff; color: var(--blue); }.blog-filter-inner nav small { min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 999px; background: #eef1f5; color: #778295; font-size: 7px; }
.blog-list-section { background: var(--soft); }.blog-list-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: end; margin-bottom: 42px; }.blog-list-heading h2 { margin: 0; }.blog-list-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }.blog-grid > .blog-card { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }.blog-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 11px 32px rgba(17,27,46,.055); transition: transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s,border-color .3s; }.blog-card:hover { transform: translateY(-6px); border-color: rgba(25,71,229,.25); box-shadow: 0 22px 48px rgba(17,27,46,.11); }.blog-card-image { position: relative; height: 210px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#e9efff,#f6f8fc); color: var(--blue); }.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.blog-card:hover .blog-card-image img { transform: scale(1.035); }.blog-card-image > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }.blog-card-body { flex: 1; display: flex; flex-direction: column; padding: 23px; }.blog-meta { min-height: 21px; display: flex; align-items: center; gap: 9px; color: #7b8696; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.blog-meta a { padding: 5px 7px; border-radius: 6px; background: #e9efff; color: var(--blue); }.blog-meta time::before { content: "·"; margin-right: 9px; }.blog-card h2 { margin: 15px 0 10px; font-size: 19px; line-height: 1.3; letter-spacing: -.035em; }.blog-card h2 a:hover { color: var(--blue); }.blog-card-body > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.blog-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 20px; color: var(--blue); font-size: 10px; font-weight: 900; }.blog-read-more svg { transition: transform .2s; }.blog-read-more:hover svg { transform: translateX(3px); }
.blog-pagination { margin-top: 48px; }.blog-pagination .page-numbers { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 0; padding: 0; }.blog-pagination a,.blog-pagination span { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: #596579; font-size: 10px; font-weight: 900; }.blog-pagination a:hover,.blog-pagination .current { border-color: var(--blue); background: var(--blue); color: #fff; }.blog-empty { padding: 55px; border: 1px dashed #bdc6d3; border-radius: 18px; background: #fff; text-align: center; }.blog-empty h2 { margin: 0 0 10px; }.blog-empty p { margin: 0; color: var(--muted); }
.blog-single-hero { position: relative; overflow: hidden; padding: 60px 0 85px; background: linear-gradient(128deg,#fff,#edf3ff); border-bottom: 1px solid var(--line); }.blog-single-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -310px; border: 1px solid rgba(25,71,229,.11); border-radius: 50%; box-shadow: 0 0 0 90px rgba(25,71,229,.025); }.blog-single-hero-inner { position: relative; z-index: 1; max-width: 920px; }.blog-single-hero .back-link { display: inline-flex; margin-bottom: 40px; color: var(--blue); font-size: 10px; font-weight: 900; }.blog-single-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #727e90; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }.blog-single-meta > * + *::before { content: "·"; margin-right: 10px; color: #a0a9b7; }.blog-single-meta a { color: var(--blue); }.blog-single-hero h1 { max-width: 900px; margin: 20px 0; font-size: clamp(42px,5.2vw,70px); line-height: 1.03; letter-spacing: -.055em; }.blog-single-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.blog-featured-image { position: relative; z-index: 2; margin-top: -48px; }.blog-featured-image img { width: 100%; max-height: 610px; object-fit: cover; border: 8px solid #fff; border-radius: 22px; box-shadow: 0 25px 65px rgba(17,27,46,.16); }.blog-article-section { padding-top: 68px; }.blog-article-layout { display: grid; grid-template-columns: minmax(0,760px) 270px; justify-content: center; gap: 65px; align-items: start; }.blog-article-content { min-width: 0; color: #344054; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; line-height: 1.82; }.blog-article-content > *:first-child { margin-top: 0; }.blog-article-content h2,.blog-article-content h3,.blog-article-content h4 { color: var(--ink); font-family: Arial,Helvetica,sans-serif; line-height: 1.2; letter-spacing: -.035em; }.blog-article-content h2 { margin: 48px 0 18px; font-size: 32px; }.blog-article-content h3 { margin: 38px 0 15px; font-size: 24px; }.blog-article-content p,.blog-article-content ul,.blog-article-content ol { margin: 0 0 25px; }.blog-article-content ul,.blog-article-content ol { padding-left: 26px; }.blog-article-content li { margin-bottom: 8px; }.blog-article-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.blog-article-content img { height: auto; margin: 32px auto; border-radius: 14px; }.blog-article-content blockquote { margin: 35px 0; padding: 8px 0 8px 25px; border-left: 4px solid var(--blue); color: var(--ink); font-size: 22px; line-height: 1.55; }.blog-article-content table { width: 100%; display: block; overflow-x: auto; margin: 30px 0; border-collapse: collapse; font-family: Arial,Helvetica,sans-serif; font-size: 13px; }.blog-article-content th,.blog-article-content td { min-width: 130px; padding: 12px; border: 1px solid var(--line); text-align: left; }.blog-article-content pre { max-width: 100%; overflow-x: auto; padding: 18px; border-radius: 12px; background: #0b1730; color: #e7eefc; font-size: 13px; }.blog-sidebar { position: sticky; top: 125px; display: flex; flex-direction: column; gap: 16px; }.blog-sidebar > div { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.blog-sidebar .eyebrow { margin-bottom: 16px; }.blog-sidebar dl { margin: 0; }.blog-sidebar dt { margin-top: 14px; color: #8a94a3; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.blog-sidebar dt:first-child { margin-top: 0; }.blog-sidebar dd { margin: 4px 0 0; color: #3c485b; font-size: 11px; line-height: 1.55; }.blog-sidebar dd a { color: var(--blue); }.blog-sidebar .sidebar-quote { background: #0b1730; color: #fff; }.blog-sidebar .sidebar-quote h3 { margin: 0 0 9px; font-size: 17px; }.blog-sidebar .sidebar-quote p { margin: 0 0 15px; color: #b8c4d6; font-size: 11px; line-height: 1.6; }.blog-sidebar .sidebar-quote a { display: inline-flex; align-items: center; gap: 6px; color: var(--lime); font-size: 10px; font-weight: 900; }.blog-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 72px; }.blog-post-nav > div { min-width: 0; }.blog-post-nav > div:last-child { text-align: right; }.blog-post-nav small { display: block; margin-bottom: 7px; color: #929cab; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.blog-post-nav a { color: var(--ink); font-size: 13px; font-weight: 800; }.blog-post-nav a:hover { color: var(--blue); }

@keyframes trayUp { from { opacity: 0; transform: translate(-50%,18px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes productMarquee { to { transform: translateX(calc(-50% - 25px)); } }
@keyframes pulseLine { from { left: 0; } to { left: calc(100% - 6px); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

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

@media (max-width: 782px) {
  body.aaws-astra-child.admin-bar .site-header { top: 46px; }
  body.aaws-astra-child.admin-bar .scroll-progress { top: 46px; }
}

.aaws-notice { width: min(1180px, calc(100% - 48px)); margin: 24px auto; padding: 14px 18px; border-radius: 10px; font-size: 13px; }
.aaws-notice-success { background: #e8f8ee; border: 1px solid #9bd8ad; color: #155c2d; }
.aaws-notice-error { background: #fff0f0; border: 1px solid #e7a2a2; color: #842020; }
.aaws-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.portfolio-card[hidden], .shop-card[hidden] { display: none !important; }
.shop-selection[hidden], .empty-state[hidden] { display: none !important; }
.mobile-nav.is-open { display: flex; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 11px; }.desktop-nav > a:not(.button) { font-size: 10px; }.hero-grid { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: 58px; }.portfolio-grid { grid-template-columns: repeat(2,1fr); }.ai-service-grid { grid-template-columns: repeat(3,1fr); }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); }.service-detail-grid { grid-template-columns: 1fr; }.shop-grid { grid-template-columns: repeat(2,1fr); }.shop-toolbar { grid-template-columns: 1fr auto; }.shop-categories { grid-column: 1/-1; grid-row: 2; }.shop-count { grid-column: 2; grid-row: 1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }.utility-inner > span, .utility-inner a:last-child { display: none; }.utility-inner { justify-content: flex-end; }
  .product-strip-inner { min-height: 72px; grid-template-columns: minmax(0,1fr); }.product-strip-label { display: none; }.product-track { gap: 36px; }.product-link { min-width: 220px; }
  .desktop-nav { display: none; }.mobile-toggle { display: block; }.mobile-nav { display: none; flex-direction: column; padding: 0 16px 18px; border-top: 1px solid var(--line); background: #fff; }.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }.mobile-nav a.button:last-child { justify-content: center; color: #fff; }
  .hero { padding-top: 65px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 15px; }.hero-visual { min-height: 500px; max-width: 620px; width: 100%; margin: auto; }.hero-proof { grid-template-columns: 1fr 1fr; }.hero-proof > a { min-height: 70px; }.hero-proof > div:nth-child(2) { border-right: 0; }.hero-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .section-heading, .ai-grid, .insight-grid, .testimonial-grid, .final-cta-inner, .page-hero-grid, .story-grid, .human-promise, .contact-grid, .project-hero-grid, .guardrail-grid { grid-template-columns: 1fr; gap: 35px; }.section { padding: 70px 0; }.section-heading { margin-bottom: 36px; }.section-heading > p { justify-self: start; }.capability-stage { grid-template-columns: 1fr; }.capability-wheel { min-height: 390px; }.ai-copy { max-width: 600px; }.service-grid { grid-template-columns: 1fr 1fr; }.process-line { grid-template-columns: 1fr 1fr; gap: 35px 0; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { display: flex; grid-column: 1/-1; }.page-hero-aside { justify-self: start; max-width: 460px; }.content-with-sidebar { grid-template-columns: 1fr; }.service-sidebar, .client-sidebar { position: static; display: grid; grid-template-columns: repeat(2,1fr); }.service-sidebar > div:first-child { grid-row: span 2; }.metric-strip > .container { grid-template-columns: 1fr 1fr; gap: 25px 0; }.ai-service-grid { grid-template-columns: repeat(2,1fr); }.journey-grid { grid-template-columns: 1fr; }.case-row { grid-template-columns: 1fr; gap: 35px; }.case-reverse .case-image { order: 0; }.story-values { grid-template-columns: 1fr; }.timeline { grid-template-columns: 1fr 1fr; }.project-browser > img { height: 380px; }.shop-trust > .container { grid-template-columns: 1fr; padding-block: 8px; }.shop-trust span { justify-content: flex-start; min-height: 34px; }.shop-trust span + span { border-left: 0; border-top: 1px solid var(--line); }.shop-toolbar { top: 90px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 520px); }.header-inner { height: 68px; }.brand-mark { width: 38px; height: 38px; }.product-strip-inner { min-height: 68px; }.product-track { gap: 28px; }.product-link { min-width: 205px; }.product-mark { width: 44px; height: 44px; flex-basis: 44px; }.product-link b { font-size: 13px; }.hero { padding-top: 42px; }.hero h1 { font-size: 45px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 390px; transform: scale(.86); margin: -25px auto; }.floating-site { width: 140px; height: 105px; }.site-3, .site-4 { top: 150px; }.site-5, .site-6 { bottom: 15px; }.hero-proof { width: 100%; border-radius: 0; grid-template-columns: 1fr; }.hero-proof > div { border-right: 0; border-bottom: 1px solid var(--line); }.hero-proof > a { min-height: 64px; }.section { padding: 58px 0; }.section h2, .final-cta h2, .page-hero h1 { font-size: 38px; }.capability-stage { padding: 25px 18px; }.capability-wheel { min-height: 330px; }.wheel-node { min-width: 92px; padding: 8px; font-size: 8px; }.node-1 { left: calc(50% - 46px); }.node-4 { left: calc(50% - 46px); }.portfolio-grid, .service-grid, .insight-cards { grid-template-columns: 1fr; }.browser-image { height: 245px; }.workflow-demo { overflow-x: auto; padding: 25px 18px; }.workflow-step { min-width: 105px; }.process-line { grid-template-columns: 1fr; gap: 32px; }.quote-card { padding: 30px; box-shadow: 9px 9px 0 #e8edff; }.quote-card blockquote { font-size: 18px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 8px; }.human-float b { display: none; }.human-float { padding-right: 7px; }.portfolio-note, .service-detail-grid { grid-template-columns: 1fr; }.filter-toggle { display: flex; }.filter-row { display: none; flex-direction: column; align-items: stretch; }.filter-row.filter-open { display: flex; }.filter-row select { width: 100%; }.result-count { margin: 5px 0 0; }.directory-cta { grid-template-columns: 1fr; }.service-sidebar, .client-sidebar { grid-template-columns: 1fr; }.service-sidebar > div:first-child { grid-row: auto; }.metric-strip > .container { grid-template-columns: 1fr; gap: 24px; }.metric-strip > .container > div { border-right: 0; }.ai-service-grid { grid-template-columns: 1fr; }.timeline { grid-template-columns: 1fr; }.story-values { grid-template-columns: 1fr; }.field-pair { grid-template-columns: 1fr; }.contact-form { padding: 24px; }.project-principles, .related-grid { grid-template-columns: 1fr; }.project-browser > img, .case-image img { height: 300px; }.project-hero { padding-top: 35px; }.project-hero-grid { gap: 35px; }.big-phone { font-size: 27px; }.shop-grid { grid-template-columns: 1fr; }.shop-toolbar { top: 78px; grid-template-columns: 1fr auto; padding: 9px; }.shop-categories { grid-column: 1/-1; }.shop-card { min-height: 360px; padding: 20px; }.shop-selection { bottom: 10px; }.shop-selection p small, .shop-selection > div:last-child > button { display: none; }.shop-selection a { padding-inline: 11px; }.shop-selection p b { font-size: 9px; }
}

/* GeoDirectory-powered client archive and profiles. */
.directory-hero-count { display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(25,71,229,.15); border-radius: 18px; background: rgba(255,255,255,.85); box-shadow: 0 18px 42px rgba(17,27,46,.07); }
.directory-hero-count b { color: var(--blue); font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.directory-hero-count span { margin-top: 7px; color: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.directory-hero-count small { margin-top: 10px; color: var(--muted); font-size: 10px; }
.client-directory-band { position: sticky; z-index: 20; top: 104px; padding: 14px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); box-shadow: 0 8px 25px rgba(17,27,46,.04); backdrop-filter: blur(12px); }
body.admin-bar .client-directory-band { top: 136px; }
.client-directory-form { display: grid; grid-template-columns: minmax(260px,1.15fr) minmax(0,1.85fr); gap: 13px; align-items: end; }
.client-search-field { min-height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid #cfd7e3; border-radius: 11px; background: #fff; color: var(--blue); }
.client-search-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25,71,229,.1); }
.client-search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.client-filter-fields { display: grid; grid-template-columns: minmax(145px,1fr) minmax(145px,1fr) auto auto; gap: 10px; align-items: end; }
.client-filter-fields label { display: flex; flex-direction: column; gap: 5px; }
.client-filter-fields label > span { color: #7d8899; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.client-filter-fields select { min-height: 46px; padding: 0 34px 0 11px; border: 1px solid #cfd7e3; border-radius: 10px; background-color: #fff; color: #485468; font-size: 10px; }
.client-filter-fields .button { min-height: 46px; white-space: nowrap; }
.client-clear-filters { min-height: 46px; display: inline-flex; align-items: center; color: var(--blue); font-size: 10px; font-weight: 900; white-space: nowrap; }
.client-directory-form > .filter-toggle { display: none; justify-content: center; color: var(--ink); }
.client-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.client-results-heading .eyebrow { margin-bottom: 7px; }
.client-results-heading h2 { font-size: 34px; }
.client-results-heading > p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.client-directory-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(17,27,46,.05); transition: transform .3s, box-shadow .3s, border-color .3s; }
.client-directory-card:hover { transform: translateY(-6px); border-color: rgba(25,71,229,.25); box-shadow: 0 22px 48px rgba(17,27,46,.11); }
.client-directory-card .browser-frame { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.client-directory-card:hover .browser-frame { transform: none; box-shadow: none; }
.client-directory-image { height: 218px; display: grid; place-items: center; background: #f0f3f8; }
.client-image-fallback { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 20px; background: #fff; color: var(--blue); box-shadow: var(--shadow); }
.client-card-body { flex: 1; display: flex; flex-direction: column; padding: 0 20px 19px; }
.client-card-body .portfolio-meta { align-items: flex-start; }
.client-card-body .portfolio-meta > div { min-width: 0; }
.client-card-body .portfolio-meta h3 { font-size: 18px; line-height: 1.3; }
.client-card-body > p { margin: 13px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.client-card-facts { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: auto; padding-top: 13px; border-top: 1px solid #edf0f5; color: #737f91; font-size: 9px; font-weight: 700; }
.client-card-facts span { display: inline-flex; align-items: center; gap: 5px; }
.client-card-facts svg { color: var(--blue); }
.client-pagination { margin-top: 45px; }
.client-empty-state { padding: 65px 25px; border: 1px dashed #bac5d4; border-radius: 18px; background: #fff; text-align: center; }
.client-empty-state > svg { color: var(--blue); }
.client-empty-state h2 { margin: 15px 0 8px; font-size: 30px; }
.client-empty-state p { margin: 0 0 22px; color: var(--muted); }
.client-profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 27px; }
.client-profile-hero .project-browser { align-self: stretch; }
.client-profile-hero .project-browser > img { height: 100%; min-height: 390px; object-fit: cover; object-position: top; }
.client-profile-placeholder { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; background: #f2f5fa; color: var(--blue); font-weight: 900; }
.client-profile-content > h2 { margin-bottom: 21px; }
.client-description { color: #445065; font-size: 16px; line-height: 1.8; }
.client-description > *:first-child { margin-top: 0; }
.client-description > *:last-child { margin-bottom: 0; }
.client-description h2,.client-description h3 { margin: 34px 0 13px; color: var(--ink); }
.client-description a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.client-description img { height: auto; border-radius: 14px; }
.client-profile-sidebar dd { overflow-wrap: anywhere; }
.client-profile-sidebar dd svg { flex: 0 0 auto; }
.client-gallery { margin-top: 58px; padding-top: 52px; border-top: 1px solid var(--line); }
.client-section-heading { margin-bottom: 25px; }
.client-section-heading h2 { margin: 5px 0 0; font-size: 34px; }
.client-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.client-gallery-grid a { min-height: 220px; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #f1f4f8; }
.client-gallery-grid a:first-child { grid-column: 1/-1; min-height: 330px; }
.client-gallery-grid img { width: 100%; height: 100%; max-height: 330px; object-fit: cover; object-position: top; transition: transform .45s; }
.client-gallery-grid a:hover img { transform: scale(1.025); }
.client-profile-content .project-next { margin-top: 58px; }
.related-grid > a { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.related-grid > a img { width: 100%; height: 200px; object-fit: cover; object-position: top; }
.related-grid > a span { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px; font-size: 12px; font-weight: 900; }

@media (max-width: 1050px) {
  .client-directory-band { top: 100px; }
  .client-directory-form { grid-template-columns: minmax(220px,.9fr) minmax(0,2.1fr); }
  .client-filter-fields { grid-template-columns: 1fr 1fr auto; }
  .client-clear-filters { grid-column: 1/-1; min-height: 20px; }
}

@media (max-width: 820px) {
  .client-directory-band { position: relative; top: auto; }
  body.admin-bar .client-directory-band { top: auto; }
  .client-directory-form { grid-template-columns: 1fr auto; }
  .client-directory-form > .filter-toggle { min-height: 46px; display: inline-flex; }
  .client-filter-fields { display: none; grid-column: 1/-1; grid-template-columns: 1fr 1fr auto; padding-top: 4px; }
  .client-filter-fields.filter-open { display: grid; }
  .client-results-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .client-profile-hero .project-browser > img { min-height: 350px; }
}

@media (max-width: 560px) {
  .directory-hero-count { padding: 22px; }
  .directory-hero-count b { font-size: 40px; }
  .client-directory-form { grid-template-columns: 1fr auto; gap: 9px; }
  .client-search-field { min-width: 0; }
  .client-search-field input { font-size: 11px; }
  .client-filter-fields,.client-filter-fields.filter-open { grid-template-columns: 1fr; }
  .client-filter-fields .button,.client-clear-filters { justify-content: center; }
  .client-results-heading h2 { font-size: 29px; }
  .client-directory-image { height: 245px; }
  .client-profile-actions { align-items: stretch; flex-direction: column; }
  .client-profile-actions .button,.client-profile-actions .text-link { justify-content: center; }
  .client-profile-hero .project-browser > img,.client-profile-placeholder { min-height: 280px; }
  .client-gallery-grid { grid-template-columns: 1fr; }
  .client-gallery-grid a:first-child { grid-column: auto; min-height: 230px; }
  .client-gallery-grid a { min-height: 230px; }
  .client-section-heading h2 { font-size: 29px; }
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 9px; }
  .desktop-nav > a:not(.button) { font-size: 9px; }
  .blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-article-layout { grid-template-columns: minmax(0,1fr) 250px; gap: 45px; }
}

@media (max-width: 820px) {
  .blog-list-heading { grid-template-columns: 1fr; gap: 18px; }
  .blog-article-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .blog-featured-image img { max-height: 470px; }
}

@media (max-width: 560px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-filter-inner { align-items: flex-start; flex-direction: column; gap: 3px; padding-top: 14px; }
  .blog-card-image { height: 230px; }
  .blog-single-hero { padding: 42px 0 68px; }
  .blog-single-hero h1 { font-size: 39px; }
  .blog-single-hero .back-link { margin-bottom: 30px; }
  .blog-single-meta { gap: 7px; }
  .blog-featured-image img { border-width: 5px; border-radius: 15px; }
  .blog-article-content { font-size: 17px; }
  .blog-article-content h2 { font-size: 28px; }
  .blog-sidebar { grid-template-columns: 1fr; }
  .blog-post-nav { grid-template-columns: 1fr; }
  .blog-post-nav > div:last-child { text-align: left; }
}
