:root {
  --ink: #11181d;
  --blue: #173b57;
  --mid: #315f7a;
  --sky: #82bdd8;
  --graphite: #171d21;
  --gray: #3b454c;
  --warm: #e7e6e1;
  --sand: #c8beac;
  --paper: #f6f7f5;
  --surface: #ffffff;
  --line: rgba(17, 24, 29, .16);
  --page: min(1440px, calc(100vw - 64px));
  --header-h: 84px;
  --heading-scale: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: FiraGO, "Noto Sans Georgian", system-ui, sans-serif;
  font-variation-settings: "wdth" 92;
  text-rendering: optimizeLegibility;
}
body.menu-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
::selection { background: var(--sky); }
:focus-visible { outline: 2px solid var(--sky); outline-offset: 4px; }
.page { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: sticky; z-index: 80; top: 0; background: rgba(246,247,245,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.nav-shell { width: var(--page); height: var(--header-h); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { grid-column: 2; display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 720; line-height: 1.05; }
.brand-mark { width: 35px; height: 35px; position: relative; border: 1px solid; }
.brand-mark i { position: absolute; background: currentColor; }
.brand-mark i:first-child { width: 1px; height: 100%; left: 50%; }
.brand-mark i:last-child { height: 1px; width: 50%; top: 50%; right: 0; }
.custom-logo-wrap .custom-logo-link { display: block; }
.custom-logo-wrap img { display: block; max-height: 46px; width: auto; }
.mega-trigger { justify-self: start; display: inline-flex; align-items: center; gap: 14px; border: 0; padding: 12px 0; background: none; color: inherit; cursor: pointer; font-size: 10px; font-weight: 680; letter-spacing: .13em; text-transform: uppercase; }
.menu-glyph { width: 23px; height: 12px; position: relative; }
.menu-glyph i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .25s, top .25s; }
.menu-glyph i:first-child { top: 2px; }
.menu-glyph i:last-child { top: 9px; width: 67%; }
.menu-glyph.is-open i:first-child { top: 6px; transform: rotate(45deg); }
.menu-glyph.is-open i:last-child { top: 6px; width: 100%; transform: rotate(-45deg); }
.header-brief { justify-self: end; display: flex; align-items: center; gap: 30px; font-size: 11px; font-weight: 650; }
.header-brief span { padding-bottom: 5px; border-bottom: 1px solid; }
.header-brief b { font-size: 16px; }

/* Mega menu */
.mega-layer { position: fixed; z-index: 70; inset: var(--header-h) 0 0; visibility: hidden; pointer-events: none; }
.admin-bar .mega-layer { top: calc(var(--header-h) + 32px); }
.mega-layer.is-open { visibility: visible; pointer-events: auto; }
.mega-scrim { position: absolute; inset: 0; border: 0; background: rgba(17,24,29,.38); opacity: 0; transition: opacity .28s; cursor: default; }
.mega-layer.is-open .mega-scrim { opacity: 1; }
.mega-panel { position: relative; width: var(--page); max-height: calc(100svh - 106px); margin: auto; overflow: auto; display: grid; grid-template-columns: .63fr 1.25fr .78fr; grid-template-rows: 1fr auto auto; background: var(--paper); border: 1px solid var(--line); border-top: 0; box-shadow: 0 28px 70px rgba(17,24,29,.16); transform: translateY(-18px); opacity: 0; transition: transform .32s ease, opacity .25s; }
.mega-layer.is-open .mega-panel { transform: none; opacity: 1; }
.mega-index, .mega-primary, .mega-secondary { padding: clamp(28px, 3.5vw, 58px); }
.mega-index { border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.mega-index > span, .mega-label { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--mid); }
.mega-index p { max-width: 310px; margin: auto 0 35px; font-size: clamp(20px,2vw,31px); line-height: 1.45; letter-spacing: -.035em; }
.mega-index small { max-width: 260px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; color: var(--gray); }
.mega-primary { padding-block: 24px; border-right: 1px solid var(--line); }
.mega-menu-list { counter-reset: mega-item; list-style: none; margin: 0; padding: 0; }
.mega-menu-list > li { counter-increment: mega-item; position: relative; border-bottom: 1px solid var(--line); }
.mega-menu-list > li:first-child { border-top: 1px solid var(--line); }
.mega-menu-list > li > a { min-height: 82px; display: grid; grid-template-columns: 42px 1fr 20px; gap: 15px; align-items: center; transition: padding .22s, background .22s; }
.mega-menu-list > li > a::before { content: "0" counter(mega-item); font-size: 9px; color: var(--mid); }
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus-visible, .mega-menu-list > .current-menu-item > a { padding-inline: 12px; background: var(--surface); }
.mega-menu-list > li > a > span { display: none; }
.mega-menu-list > li > a > strong, .mega-menu-list > li > a:not(:has(strong)) { font-size: clamp(20px,1.8vw,29px); font-weight: 590; letter-spacing: -.04em; }
.mega-menu-list > li > a > b { justify-self: end; font-size: 17px; }
.mega-menu-list .sub-menu { max-height: 0; overflow: hidden; list-style: none; margin: 0; padding: 0 0 0 42px; transition: max-height .25s ease; }
.mega-menu-list li:hover > .sub-menu, .mega-menu-list li:focus-within > .sub-menu { max-height: 240px; padding-bottom: 14px; }
.mega-menu-list .sub-menu a { display: block; padding: 8px 12px; font-size: 11px; color: var(--gray); }
.mega-secondary { display: flex; flex-direction: column; }
.mega-secondary ul { list-style: none; padding: 0; margin: 30px 0; }
.mega-secondary li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.mega-secondary li::before { content: "+"; margin-right: 12px; color: var(--mid); }
.mega-contact { margin-top: auto; display: grid; gap: 9px; }
.mega-contact > span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--mid); }
.mega-contact a { width: max-content; max-width: 100%; overflow-wrap: anywhere; border-bottom: 1px solid; font-size: 14px; }
.mega-contact small { color: var(--gray); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.mega-search { grid-column: 1 / -1; min-height: 72px; display: grid; grid-template-columns: .63fr 2.03fr 48px; align-items: center; border-top: 1px solid var(--line); }
.mega-search label { padding-left: clamp(28px,3.5vw,58px); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--mid); }
.mega-search input { width: 100%; height: 100%; padding: 0 22px; border: 0; border-left: 1px solid var(--line); background: transparent; color: inherit; outline: none; font-size: 14px; }
.mega-search input:focus { background: var(--surface); }
.mega-search button { align-self: stretch; border: 0; border-left: 1px solid var(--line); background: var(--blue); color: #fff; cursor: pointer; }
.mega-signature { grid-column: 1 / -1; min-height: 34px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; color: var(--gray); }

/* Transparent tools rail */
.tools-rail { position: fixed; z-index: 60; top: 50%; right: 18px; transform: translateY(-50%); display: grid; border: 1px solid rgba(17,24,29,.16); background: rgba(246,247,245,.52); backdrop-filter: blur(18px); box-shadow: 0 12px 36px rgba(17,24,29,.08); }
.tools-rail a, .tools-rail button { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 0; border-bottom: 1px solid rgba(17,24,29,.12); background: transparent; color: var(--ink); cursor: pointer; transition: background .2s, color .2s; }
.tools-rail > *:last-child { border-bottom: 0; }
.tools-rail svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.tools-rail a:hover, .tools-rail button:hover { background: var(--blue); color: #fff; }
.tools-rail [data-tip]::before { content: attr(data-tip); position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%) translateX(5px); padding: 6px 8px; background: var(--ink); color: #fff; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; opacity: 0; pointer-events: none; transition: .18s; }
.tools-rail [data-tip]:hover::before, .tools-rail [data-tip]:focus-visible::before { opacity: 1; transform: translateY(-50%); }

/* Core components */
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 680; color: var(--mid); }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; border: 0; border-radius: 2px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 650; cursor: pointer; transition: .2s; }
.button:hover { background: var(--graphite); transform: translateY(-2px); }
.text-link, .inline-cta { font-size: 13px; font-weight: 650; border-bottom: 1px solid; padding-bottom: 6px; }
.hero { min-height: calc(100svh - var(--header-h)); display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); grid-template-rows: 1fr auto; gap: 0 5vw; padding: 76px 0 26px; }
.hero-copy { align-self: center; padding-bottom: 5vh; }
.display { max-width: 900px; margin: 0; font-size: clamp(calc(48px * var(--heading-scale)),calc(6.15vw * var(--heading-scale)),calc(102px * var(--heading-scale))); line-height: 1.01; letter-spacing: -.067em; font-weight: 650; }
.display em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 685px; margin: 36px 0 0; font-size: clamp(17px,1.35vw,21px); line-height: 1.7; color: var(--gray); }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 36px; }
.hero-system { align-self: center; aspect-ratio: .88; max-height: 620px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(17,24,29,.055) 60px),repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(17,24,29,.055) 60px); overflow: hidden; }
.axis { position: absolute; background: var(--ink); opacity: .7; }
.axis.x { height: 1px; left: 0; width: 100%; top: 58%; }
.axis.y { width: 1px; top: 0; height: 100%; left: 42%; }
.node { position: absolute; width: 145px; padding: 10px 12px; background: var(--paper); border-top: 2px solid var(--blue); display: flex; justify-content: space-between; font-size: 11px; }
.node span { color: var(--mid); }.node b { font-weight: 620; }.n1 { top: 18%; left: 5%; }.n2 { top: 43%; left: 48%; }.n3 { top: 70%; left: 19%; }
.signal { position: absolute; right: 7%; bottom: 5%; width: 36%; height: 29%; padding: 14px; color: #fff; background: linear-gradient(145deg,var(--blue),var(--sky)); display: flex; flex-direction: column; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--gray); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.reveal { animation: reveal .75s ease both; }.d1 { animation-delay: .08s; }.d2 { animation-delay: .16s; }.d3 { animation-delay: .24s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.audiences { min-height: 86px; padding: 24px max(32px,calc((100vw - 1440px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--blue); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.audiences i { width: 4px; height: 4px; background: var(--sky); transform: rotate(45deg); }
.section { padding-block: clamp(110px,12vw,190px); }
.section-intro { display: grid; grid-template-columns: .45fr 1.4fr .75fr; gap: 34px; align-items: start; margin-bottom: 72px; }
.section-intro h2 { max-width: 770px; margin: 0; font-size: clamp(calc(36px * var(--heading-scale)),calc(4.3vw * var(--heading-scale)),calc(68px * var(--heading-scale))); letter-spacing: -.055em; line-height: 1.08; font-weight: 610; }
.section-description { max-width: 440px; margin: 4px 0 0; font-size: 15px; color: var(--gray); line-height: 1.75; }
.service-list { border-top: 1px solid; }
.service-row { min-height: 150px; display: grid; grid-template-columns: .38fr 1.2fr 1.1fr 40px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: .25s; }
.service-row:hover { padding-inline: 18px; background: var(--surface); }
.service-row > span { font-size: 11px; color: var(--mid); }.service-row h3 { margin: 0; font-size: clamp(22px,2.1vw,32px); letter-spacing: -.035em; font-weight: 620; }.service-row p { max-width: 470px; margin: 0; color: var(--gray); line-height: 1.7; font-size: 14px; }.service-row b { justify-self: end; font-size: 22px; }
.inline-cta { display: table; margin-top: 46px; }
.dark { background: var(--graphite); color: #fff; }.section-intro.light .eyebrow { color: var(--sky); }.section-intro.light .section-description { color: var(--warm); }
.project-grid { display: grid; grid-template-columns: 1.17fr .83fr; gap: 18px; }.project-card:first-child { grid-row: span 2; }.project-card { border: 1px solid rgba(255,255,255,.2); }.project-visual { height: 360px; position: relative; overflow: hidden; }.project-card:first-child .project-visual { height: 664px; }.blue .project-visual { background: var(--blue); }.sand .project-visual { background: var(--warm); color: var(--ink); }.mid .project-visual { background: var(--mid); }
.project-visual > span { position: absolute; top: 24px; left: 24px; font-size: 11px; }.project-visual > i { position: absolute; width: 46%; aspect-ratio: 1; border: 1px solid; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); }.project-visual > i::before,.project-visual > i::after { content: ""; position: absolute; background: currentColor; }.project-visual > i::before { width: 1px; height: 140%; left: 50%; top: -20%; }.project-visual > i::after { height: 1px; width: 140%; top: 50%; left: -20%; }.project-visual small { position: absolute; bottom: 20px; right: 20px; font-size: 9px; letter-spacing: .14em; }
.project-copy { padding: 24px; background: #20272c; }.project-copy p { margin: 0 0 12px; color: var(--sky); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.project-copy h3 { margin: 0; font-size: 21px; line-height: 1.35; font-weight: 570; }.project-copy > span { display: block; padding-top: 20px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: var(--warm); font-size: 10px; }.light-link { color: #fff; }
.process-grid { border-top: 1px solid; display: grid; grid-template-columns: repeat(4,1fr); }.process-grid article { min-height: 310px; padding: 24px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }.process-grid article:first-child { border-left: 1px solid var(--line); }.process-grid span { color: var(--mid); font-size: 10px; }.process-grid h3 { margin: auto 0 22px; font-size: 25px; font-weight: 610; letter-spacing: -.03em; }.process-grid p { margin: 0; font-size: 13px; color: var(--gray); line-height: 1.7; }
.statement { padding-block: 120px; background: var(--warm); }.statement-grid { display: grid; grid-template-columns: .42fr 1.45fr .5fr; gap: 34px; }.statement blockquote { margin: 0; font-size: clamp(calc(32px * var(--heading-scale)),calc(4.5vw * var(--heading-scale)),calc(64px * var(--heading-scale))); line-height: 1.2; letter-spacing: -.05em; font-weight: 560; }.statement-grid > div { display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.statement-grid > div span { padding-top: 12px; border-top: 1px solid; }
.closing { padding-block: 140px; display: grid; grid-template-columns: .42fr 1.5fr auto; align-items: end; gap: 30px; }.closing h2 { max-width: 850px; margin: 0; font-size: clamp(calc(36px * var(--heading-scale)),calc(4.5vw * var(--heading-scale)),calc(68px * var(--heading-scale))); line-height: 1.12; letter-spacing: -.055em; font-weight: 610; }

/* WordPress templates */
.inner-hero { min-height: 610px; padding-block: 118px 92px; display: grid; grid-template-columns: .42fr 1.8fr; gap: 34px; align-items: end; border-bottom: 1px solid; }.inner-hero > span { align-self: start; font-size: 10px; letter-spacing: .12em; color: var(--mid); }.inner-hero h1 { max-width: 1020px; margin: 0; font-size: clamp(calc(50px * var(--heading-scale)),calc(6.5vw * var(--heading-scale)),calc(104px * var(--heading-scale))); line-height: 1.03; font-weight: 620; letter-spacing: -.065em; }.inner-hero > div > p:last-child { max-width: 690px; margin: 38px 0 0; color: var(--gray); line-height: 1.75; font-size: 17px; }
.content-prose, .wp-page-content { max-width: 920px; padding-block: 90px 140px; font-size: clamp(16px,1.25vw,19px); line-height: 1.85; }.content-prose > * + *, .wp-page-content > * + * { margin-top: 1.4em; }.content-prose h2,.content-prose h3,.wp-page-content h2,.wp-page-content h3 { line-height: 1.2; letter-spacing: -.035em; }.content-prose a,.wp-page-content a { color: var(--blue); border-bottom: 1px solid; }.content-prose blockquote { margin: 2.5em 0; padding: 1.2em 1.5em; border-left: 2px solid var(--sky); background: var(--warm); font-size: 1.25em; }
.entry-meta { color: var(--mid); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.entry-media { margin: 0 0 60px; }.post-list { padding-block: 80px 140px; }.content-card { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; padding: 50px 0; border-bottom: 1px solid var(--line); }.content-card .entry-title { margin: 0; font-size: clamp(27px,3vw,46px); line-height: 1.15; letter-spacing: -.045em; }.entry-summary { color: var(--gray); line-height: 1.75; }.navigation.pagination { margin-top: 50px; }.nav-links { display: flex; gap: 8px; }.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); }.page-numbers.current { background: var(--blue); color: #fff; }
.comments-area { padding-bottom: 140px; }.comments-area ol { padding-left: 24px; }.comment-body { padding: 24px 0; border-bottom: 1px solid var(--line); }.comment-form { display: grid; gap: 18px; }.comment-form input,.comment-form textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); }.form-submit input { min-height: 48px; padding-inline: 20px; border: 0; background: var(--blue); color: #fff; }

/* Footer */
.site-footer { color: #fff; background: #11181d; }.footer-top { padding-block: 85px; display: grid; grid-template-columns: 1.6fr .6fr .8fr; gap: 50px; }.footer-label { display: block; margin-bottom: 28px; color: var(--sky); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }.footer-top p { margin: 0; font-size: clamp(24px,2.5vw,38px); line-height: 1.35; letter-spacing: -.035em; }.footer-links,.footer-links ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; font-size: 12px; color: #e7e6e1; }.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: #e7e6e1; }

/* Optional dark theme */
[data-theme="dark"] { --ink:#f2f4f3; --blue:#82bdd8; --mid:#82bdd8; --sky:#a5d3e6; --graphite:#10161a; --gray:#b3bdc2; --warm:#252d31; --sand:#837b6e; --paper:#171d21; --surface:#20282d; --line:rgba(231,230,225,.16); }
[data-theme="dark"] .site-header { background: rgba(23,29,33,.9); }
[data-theme="dark"] .project-copy { background: #10161a; }
[data-theme="dark"] .tools-rail { background: rgba(23,29,33,.56); border-color: rgba(231,230,225,.18); }
[data-theme="dark"] .button,[data-theme="dark"] .mega-search button { color: #11181d; }

@media (max-width: 980px) {
  :root { --page: calc(100vw - 40px); }
  .mega-panel { grid-template-columns: .8fr 1.2fr; }.mega-index { display: none; }.mega-primary { border-left: 0; }.mega-secondary { padding: 32px; }.mega-search { grid-template-columns: .8fr 1.2fr 48px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-system { margin-top: 50px; width: 100%; aspect-ratio: 1.55; max-height: none; }.hero-meta { margin-top: 35px; }
  .section-intro { grid-template-columns: .35fr 1.65fr; }.section-description { grid-column: 2; }.service-row { grid-template-columns: .22fr 1fr 1fr 25px; }
  .project-grid { grid-template-columns: 1fr; }.project-card:first-child { grid-row: auto; }.project-card:first-child .project-visual,.project-visual { height: 430px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }.process-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .statement-grid { grid-template-columns: .32fr 1.68fr; }.statement-grid > div { grid-column: 2; margin-top: 30px; }.closing { grid-template-columns: 1fr; align-items: start; }.closing .button { width: max-content; }
}

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; }.admin-bar .mega-layer { top: calc(var(--header-h) + 46px); } }

@media (max-width: 680px) {
  :root { --page: calc(100vw - 32px); --header-h: 72px; }
  .nav-shell { grid-template-columns: 1fr auto; }.brand { grid-column: 1; grid-row: 1; justify-self: start; }.mega-trigger { grid-column: 2; grid-row: 1; }.mega-trigger-label,.header-brief { display: none; }
  .mega-panel { width: 100%; max-height: calc(100svh - var(--header-h)); height: calc(100svh - var(--header-h)); display: block; border-inline: 0; }.mega-primary { padding: 22px 16px; border: 0; }.mega-menu-list > li > a { min-height: 76px; grid-template-columns: 34px 1fr 18px; }.mega-secondary { padding: 12px 16px 30px; }.mega-secondary > ul { display: none; }.mega-contact { margin-top: 18px; }.mega-search { display: grid; grid-template-columns: 1fr 48px; min-height: 70px; }.mega-search label { display: none; }.mega-search input { border-left: 0; padding-left: 16px; }.mega-signature { position: sticky; bottom: 0; background: var(--paper); }
  .tools-rail { right: 8px; top: auto; bottom: 14px; transform: none; grid-template-columns: repeat(4,41px); }.tools-rail a,.tools-rail button { width: 41px; height: 41px; border-bottom: 0; border-right: 1px solid rgba(17,24,29,.12); }.tools-rail > *:last-child { border-right: 0; }.tools-rail [data-tip]::before { display: none; }
  .hero { min-height: auto; padding: 72px 0 24px; }.display { font-size: clamp(44px,13vw,68px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }.hero-actions .button { width: 100%; }.text-link { width: max-content; }.hero-system { aspect-ratio: 1.05; }.hero-meta span:nth-child(2) { display: none; }
  .audiences { overflow: hidden; justify-content: flex-start; padding-inline: 16px; gap: 18px; }.audiences span { white-space: nowrap; }.audiences span:nth-of-type(n+3),.audiences i:nth-of-type(n+2) { display: none; }
  .section { padding-block: 90px; }.section-intro { grid-template-columns: 1fr; gap: 0; margin-bottom: 45px; }.section-intro h2 { font-size: 38px; }.section-description { grid-column: auto; margin-top: 25px; }
  .service-row { min-height: 0; padding: 28px 0; grid-template-columns: 42px 1fr 20px; gap: 12px; align-items: start; }.service-row h3 { font-size: 22px; }.service-row p { grid-column: 2 / -1; }.service-row:hover { padding-inline: 0; }.service-row b { grid-column: 3; grid-row: 1; }
  .project-card:first-child .project-visual,.project-visual { height: 360px; }.process-grid { grid-template-columns: 1fr; }.process-grid article { border-left: 1px solid var(--line); min-height: 260px; }
  .statement { padding-block: 80px; }.statement-grid { grid-template-columns: 1fr; }.statement blockquote { font-size: 34px; }.statement-grid > div { grid-column: auto; }.closing { padding-block: 90px; }.closing h2 { font-size: 38px; }
  .inner-hero { min-height: 500px; padding: 80px 0 60px; grid-template-columns: 1fr; gap: 55px; }.inner-hero h1 { font-size: 48px; }.inner-hero > div > p:last-child { font-size: 15px; margin-top: 28px; }
  .content-card { grid-template-columns: 1fr; gap: 14px; }.footer-top { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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