:root {
  --ink: #142821;
  --ink-soft: #39544a;
  --paper: #f5f5ee;
  --paper-dark: #e8ece2;
  --line: rgba(20, 40, 33, 0.16);
  --lime: #d8ff54;
  --orange: #ec6e3d;
  --blue: #77d4e5;
  --dark: #15241f;
  --display: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(1200px, calc(100% - 72px)); margin: 0 auto; }

.page-glow { position: fixed; width: 40vw; height: 40vw; border-radius: 50%; opacity: .2; filter: blur(100px); pointer-events: none; z-index: -1; }
.glow-one { background: var(--lime); top: -24vw; right: -16vw; }.glow-two { background: #8cd6dd; left: -23vw; top: 40vh; }

.site-header { width: min(1344px, calc(100% - 72px)); height: 100px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; letter-spacing: -.035em; font-weight: 800; white-space: nowrap; }.brand-wordmark i { color: #5d776c; font-style: normal; font-weight: 700; }
.brand-symbol { flex: 0 0 auto; width: 23px; height: 23px; color: var(--ink); }
.brand-mark { height: 22px; width: 22px; display: inline-flex; gap: 2px; align-items: flex-end; }
.brand-mark span { display: block; background: var(--ink); width: 6px; border-radius: 8px; }.brand-mark span:nth-child(1) { height: 12px; }.brand-mark span:nth-child(2) { height: 21px; }.brand-mark span:nth-child(3) { height: 16px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-weight: 700; font-size: 13px; letter-spacing: -.03em; }.site-nav > a:not(.nav-cta) { opacity: .76; transition: opacity .2s; }.site-nav > a:not(.nav-cta):hover { opacity: 1; }.language-switch { display: inline-flex; align-items: center; gap: 8px; min-width: 57px; padding: 0 0 6px; color: #789087; border-bottom: 1px solid rgba(20,40,33,.44); font: 500 10px var(--mono); letter-spacing: .04em; }.language-button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }.language-button[aria-pressed="true"] { color: var(--ink); font-weight: 700; }.language-rule { width: 13px; height: 1px; background: #8ba096; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 11px 15px 11px 17px; background: var(--ink); color: white; border-radius: 999px; }.nav-cta span { color: var(--lime); font-size: 17px; }
.menu-toggle { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding-top: 55px; padding-bottom: 75px; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 10px; color: #587168; font: 500 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }.eyebrow span { width: 21px; height: 1px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.06em; }
h1 { max-width: 690px; margin-bottom: 27px; font-size: clamp(54px, 6vw, 83px); line-height: .99; font-weight: 700; } h1 em, h2 em { font-family: var(--display); font-weight: 600; }
.hero-intro { max-width: 550px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; letter-spacing: -.025em; }.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; border: 0; padding: 15px 19px; border-radius: 999px; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-primary { color: var(--ink); background: var(--lime); }.button-primary span, .button-light span { font-size: 18px; }.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }.text-link span { font-size: 16px; }

.hero-composition { height: 490px; position: relative; }.grid-shape { position: absolute; inset: 4% 3% 5% 6%; background-image: linear-gradient(rgba(20,40,33,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(20,40,33,.09) 1px, transparent 1px); background-size: 34px 34px; border: 1px solid rgba(20,40,33,.12); border-radius: 50% 50% 47% 53% / 52% 47% 53% 48%; transform: rotate(-13deg); }.orbital { position: absolute; border-radius: 50%; border: 1px solid var(--ink); }.orbital-one { width: 95%; height: 71%; top: 12%; left: 0; transform: rotate(26deg); opacity: .53; }.orbital-two { width: 72%; height: 94%; top: 2%; left: 15%; transform: rotate(-33deg); opacity: .35; }
.hero-panel { position: absolute; box-shadow: 0 18px 36px rgba(20,40,33,.13); }.panel-main { width: min(365px, 72%); padding: 28px 29px 25px; left: 18%; top: 25%; color: white; background: var(--dark); border-radius: 4px; }.panel-label { color: var(--lime); font: 500 10px var(--mono); letter-spacing: .12em; }.panel-title { margin: 28px 0 35px; font-size: 29px; font-weight: 700; line-height: 1.15; letter-spacing: -.06em; }.panel-route { display: flex; align-items: center; gap: 9px; color: #d4ded7; font: 500 10px var(--mono); text-transform: uppercase; }.panel-route i { width: 14px; height: 1px; background: var(--lime); }.panel-note { padding: 14px 17px; bottom: 9%; left: 4%; color: var(--ink); background: var(--lime); transform: rotate(-4deg); border-radius: 2px; font-size: 11px; line-height: 1.45; font-weight: 800; }.panel-note p { margin: 0; }.note-dot { width: 6px; height: 6px; margin-bottom: 9px; display: block; background: var(--orange); border-radius: 50%; }.panel-index { right: 8%; top: 12%; padding: 12px 16px; color: var(--ink); background: white; border-radius: 50px; font: 500 10px var(--mono); }.panel-index span:last-child { color: #9caaa3; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.service-strip > div { padding: 27px 24px 25px 0; border-right: 1px solid var(--line); }.service-strip > div + div { padding-left: 26px; }.service-strip > div:last-child { border-right: 0; }.service-strip span { display: block; margin-bottom: 23px; color: var(--orange); font: 500 10px var(--mono); }.service-strip strong { display: block; font-size: 22px; letter-spacing: -.06em; }.service-strip p { margin: 3px 0 0; color: #6a8077; font-size: 12px; }

.solutions { padding-top: 144px; padding-bottom: 145px; }.section-heading { display: grid; grid-template-columns: 1.12fr 1fr; column-gap: 100px; align-items: end; margin-bottom: 68px; }.section-heading .eyebrow { grid-column: 1 / -1; }.section-heading h2, .process-top h2, .integrated-copy h2, .about-copy h2, .contact-copy h2 { font-size: clamp(39px, 4vw, 58px); line-height: 1.06; margin-bottom: 0; }.section-heading > p:last-child { margin: 0 0 4px; max-width: 420px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.solution-list { border-top: 1px solid var(--line); }.solution-card { min-height: 295px; display: grid; grid-template-columns: 65px 145px 1fr 50px; align-items: start; gap: 28px; padding: 39px 0 36px; border-bottom: 1px solid var(--line); }.solution-number, .solution-kicker { color: var(--orange); font: 500 10px var(--mono); letter-spacing: .08em; }.solution-icon { display: grid; place-items: center; width: 95px; height: 95px; border-radius: 50%; }.solution-icon svg { width: 66px; height: 66px; }.solution-icon--source { color: var(--ink); background: #d6e6dd; }.solution-icon--connect { color: #ffffff; background: #317d75; }.solution-icon--expand { color: var(--ink); background: var(--lime); }
.solution-kicker { margin-bottom: 12px; }.solution-card h3 { margin-bottom: 13px; font-size: 30px; line-height: 1.1; }.solution-copy { max-width: 590px; margin-bottom: 15px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }.solution-card ul { padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; }.solution-card li { position: relative; padding-left: 12px; font-size: 11px; line-height: 1.3; color: #5e756b; }.solution-card li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 5px; background: var(--orange); border-radius: 50%; }.solution-card > a { justify-self: end; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; font-size: 19px; }

.process-section { padding: 125px 0 118px; color: white; background: var(--dark); }.eyebrow-light { color: #a7bdb3; }.eyebrow-light span { background: var(--lime); }.process-top { display: grid; grid-template-columns: 1.1fr .75fr; justify-content: space-between; gap: 100px; align-items: end; }.process-top h2 { margin-bottom: 0; }.process-top > p { margin: 0 0 6px; color: #b8c9c1; font-size: 15px; line-height: 1.7; }.process-steps { padding: 0; margin: 87px 0 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }.process-steps li { position: relative; min-height: 200px; padding: 22px 27px 0 0; border-top: 1px solid rgba(255,255,255,.32); }.process-steps li:not(:last-child) { margin-right: 26px; }.process-steps li:not(:last-child)::after { content: ""; position: absolute; width: 8px; height: 8px; right: -4px; top: -4px; border-radius: 50%; background: var(--lime); }.process-steps span { color: var(--lime); font: 500 10px var(--mono); }.process-steps h3 { margin: 46px 0 12px; font-size: 19px; }.process-steps p { margin: 0; color: #b8c9c1; font-size: 12px; line-height: 1.65; }

.integrated { min-height: 720px; padding-top: 130px; padding-bottom: 120px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }.integrated-visual { width: 480px; height: 410px; max-width: 100%; position: relative; }.integration-node { position: absolute; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border-radius: 50%; background: #d5e6dc; color: var(--ink); text-align: center; font: 500 10px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; }.node-a { left: 2px; top: 4px; }.node-b { right: 3px; top: 42px; background: var(--orange); }.node-c { left: 34px; bottom: 5px; background: var(--blue); }.node-d { right: 36px; bottom: 5px; background: var(--lime); }.node-core { top: 145px; left: 187px; color: white; background: var(--dark); width: 115px; height: 115px; }.integration-line { position: absolute; z-index: 0; height: 1px; transform-origin: 0; background: var(--ink); opacity: .6; }.line-1 { width: 208px; left: 89px; top: 77px; transform: rotate(29deg); }.line-2 { width: 210px; left: 285px; top: 91px; transform: rotate(141deg); }.line-3 { width: 210px; left: 105px; top: 325px; transform: rotate(-35deg); }.line-4 { width: 190px; left: 290px; top: 330px; transform: rotate(-142deg); }.integrated-copy { min-width: 0; }.integrated-copy > p:not(.eyebrow) { max-width: 475px; margin: 27px 0 28px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }

.reasons-section { padding-top: 126px; padding-bottom: 128px; border-top: 1px solid var(--line); }.reasons-heading { display: grid; grid-template-columns: 1.05fr .82fr; column-gap: 115px; align-items: end; margin-bottom: 65px; }.reasons-heading .eyebrow { grid-column: 1 / -1; }.reasons-heading h2 { max-width: 630px; margin: 0; font-size: clamp(39px, 4vw, 57px); line-height: 1.06; }.reasons-heading > p:last-child { max-width: 420px; margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.reason-card { min-height: 270px; padding: 29px 27px 26px; background: rgba(255,255,255,.48); border: 1px solid rgba(20,40,33,.18); border-radius: 13px; box-shadow: 0 8px 18px rgba(20,40,33,.07); }.reason-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 27px; border-radius: 50%; }.reason-icon svg { width: 58px; height: 58px; }.reason-icon--orange { color: #bd5832; background: #fde6d9; }.reason-icon--teal { color: #236f69; background: #d8ebe3; }.reason-icon--blue { color: #286f8d; background: #d9eef4; }.reason-icon--lime { color: var(--ink); background: var(--lime); }.reason-icon--ink { color: var(--ink); background: #dbe1d7; }.reason-icon--paper { color: var(--ink); background: #f4e9db; }.reason-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.15; }.reason-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.team-page .site-header { margin-bottom: 0; }.team-hero { padding-top: 115px; padding-bottom: 94px; display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; }.team-hero h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(53px, 6vw, 77px); }.team-hero-copy > p:last-child { margin: 0 0 5px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }.team-grid-section { padding: 82px 0 128px; background: var(--paper-dark); }.team-grid-title { margin-bottom: 34px; }.team-grid-title h2 { margin: 0; font-size: 31px; }.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.team-card { overflow: hidden; background: var(--paper); border: 1px solid rgba(20,40,33,.14); border-radius: 8px; }.team-portrait { min-height: 280px; position: relative; display: grid; place-items: center; overflow: hidden; background: #cbd7cf center / cover no-repeat; }.team-card:nth-child(2) .team-portrait { background-color: #d9e9ef; }.team-card:nth-child(3) .team-portrait { background-color: #e7ddce; }.team-card:nth-child(1) .team-portrait.has-photo { background-position: center 18%; }.team-card:nth-child(2) .team-portrait.has-photo { background-position: center 22%; }.team-card:nth-child(3) .team-portrait.has-photo { background-position: center 31%; }.portrait-lines { position: absolute; width: 150%; height: 150%; background-image: linear-gradient(118deg, transparent 47%, rgba(20,40,33,.13) 47.4%, transparent 48%), linear-gradient(28deg, transparent 48%, rgba(20,40,33,.1) 48.5%, transparent 49%); }.portrait-avatar { z-index: 1; width: 102px; height: 102px; position: relative; border: 2px solid rgba(20,40,33,.62); border-radius: 50%; }.portrait-avatar::before { content: ""; width: 30px; height: 30px; position: absolute; top: 19px; left: 34px; border: 2px solid rgba(20,40,33,.62); border-radius: 50%; }.portrait-avatar::after { content: ""; width: 56px; height: 29px; position: absolute; left: 21px; bottom: 14px; border: 2px solid rgba(20,40,33,.62); border-bottom: 0; border-radius: 40px 40px 0 0; }.team-portrait.has-photo .portrait-lines, .team-portrait.has-photo .portrait-avatar { opacity: 0; }.team-card-info { padding: 19px 18px 20px; }.team-card-info h3 { margin: 0 0 6px; font-size: 18px; }.team-card-info p { min-height: 34px; margin: 0; color: #60786e; font-size: 11px; line-height: 1.55; }.team-card--collaborators { min-height: 100%; display: flex; color: white; background: var(--dark); border-color: var(--dark); }.team-collaborators { padding: 28px 24px; display: flex; flex-direction: column; justify-content: flex-end; }.team-collaborators .eyebrow { margin-bottom: auto; }.team-collaborators h3 { margin: 45px 0 14px; font-size: 26px; line-height: 1.08; }.team-collaborators h3 em { font-family: var(--display); font-weight: 600; }.team-collaborators > p:last-child { margin: 0; color: #b6c9c0; font-size: 11px; line-height: 1.65; }

.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 122px; padding-bottom: 120px; border-top: 1px solid var(--line); }.about-side { color: var(--orange); font: 600 27px/1.2 var(--display); letter-spacing: -.06em; }.about-copy h2 { margin-bottom: 27px; }.about-copy > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); line-height: 1.75; font-size: 15px; }.founder-signature { display: flex; align-items: center; gap: 13px; margin-top: 32px; }.founder-signature > img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: cover; object-position: center 18%; border: 2px solid var(--ink); border-radius: 50%; }.founder-signature div { display: grid; gap: 3px; }.founder-signature strong { font-size: 12px; }.founder-signature small { color: #678076; font-size: 10px; }

.contact-section { padding: 118px 0 110px; color: white; background: #24716a; }.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; }.contact-copy h2 { margin-bottom: 28px; }.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #d2e9e1; line-height: 1.7; font-size: 15px; }.direct-contact { display: grid; gap: 9px; margin-top: 47px; }.direct-contact a { width: fit-content; color: var(--lime); border-bottom: 1px solid rgba(216,255,84,.5); font-size: 15px; font-weight: 800; padding-bottom: 5px; }.direct-contact a span { margin-left: 4px; }.direct-contact > span { margin-top: 11px; color: #b3d4cc; font: 400 10px var(--mono); letter-spacing: .03em; }
.request-form { display: grid; gap: 20px; padding: 35px; color: var(--ink); background: #f4f3ea; border-radius: 4px; }.request-form label { display: grid; gap: 8px; }.request-form label > span { color: #60776d; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; }.request-form input, .request-form select, .request-form textarea { width: 100%; padding: 0 0 11px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(20,40,33,.25); border-radius: 0; outline: none; font-size: 13px; }.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--ink); }.request-form input::placeholder, .request-form textarea::placeholder { color: #91a299; }.request-form select { appearance: none; color: var(--ink); cursor: pointer; }.request-form textarea { min-height: 60px; resize: vertical; }.button-light { width: fit-content; margin-top: 4px; background: var(--ink); color: white; }.button-light span { color: var(--lime); }.form-note { margin: -10px 0 0; color: #6d8177; font-size: 10px; line-height: 1.5; }

.site-footer { margin-top: 0; color: #e5eee9; background: var(--dark); }.footer-inner { min-height: 244px; padding-top: 48px; padding-bottom: 26px; display: grid; grid-template-columns: minmax(240px, 1.45fr) minmax(185px, .8fr) minmax(170px, .65fr); grid-template-areas: "brand contact location" "copyright copyright copyright"; column-gap: 54px; row-gap: 35px; }.site-footer .brand { color: #f3f7f3; font-size: 18px; }.site-footer .brand-symbol { width: 20px; height: 20px; color: var(--lime); }.footer-brand-block { grid-area: brand; }.footer-brand-block > p { margin: 19px 0 0; color: #aec1b8; font-size: 12px; line-height: 1.65; }.footer-contact { grid-area: contact; display: grid; align-content: start; gap: 7px; margin: 0; font: normal 12px/1.45 var(--sans); }.footer-location { grid-area: location; display: grid; align-content: start; gap: 7px; }.footer-label { margin-bottom: 6px; color: var(--lime); font: 500 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }.footer-contact a { width: fit-content; color: #e5eee9; }.footer-contact a:hover, .footer-top:hover { color: var(--lime); }.footer-location p { margin: 0; color: #e5eee9; font-size: 12px; }.footer-top { width: fit-content; margin-top: 15px; color: #b6c9c0; border-bottom: 1px solid rgba(216,255,84,.42); padding-bottom: 4px; font-size: 11px; font-weight: 700; }.footer-top span { margin-left: 7px; color: var(--lime); font-size: 15px; }.footer-copyright { grid-area: copyright; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #8ba096; font: 10px var(--mono); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
.solution-card.reveal { opacity: 1; transform: none; transition: none; }

@media (max-width: 800px) {
  .section-shell, .site-header { width: min(100% - 40px, 600px); }.site-header { height: 75px; }.brand { gap: 7px; font-size: 13px; letter-spacing: -.03em; }.brand-symbol { width: 20px; height: 20px; }.menu-toggle { display: grid; width: 35px; height: 35px; place-content: center; gap: 5px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }.menu-toggle span:not(.sr-only) { width: 13px; height: 1px; display: block; background: var(--ink); transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }.site-nav { position: absolute; z-index: 4; display: none; width: 100%; top: 75px; left: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }.site-nav.open { display: flex; }.site-nav .nav-cta { margin-top: 7px; }.language-switch { margin: 2px 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-top: 75px; padding-bottom: 55px; }.hero-composition { height: 400px; margin: 0 -8px; }.panel-main { left: 18%; }.service-strip { grid-template-columns: 1fr; }.service-strip > div, .service-strip > div + div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.service-strip > div:last-child { border-bottom: 0; }.service-strip span { margin-bottom: 10px; }.service-strip strong { font-size: 19px; }
  .solutions { padding-top: 85px; padding-bottom: 85px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 43px; }.solution-card { grid-template-columns: 37px 77px 1fr; gap: 14px; padding: 28px 0; }.solution-card > a { grid-column: 3; grid-row: 3; justify-self: start; margin-top: 7px; }.solution-icon { width: 62px; height: 62px; }.solution-icon svg { width: 43px; height: 43px; }.solution-card h3 { font-size: 24px; }.solution-card ul { display: block; }.solution-card li + li { margin-top: 6px; }
  .process-section { padding: 85px 0 72px; }.process-top { grid-template-columns: 1fr; gap: 25px; }.process-steps { grid-template-columns: 1fr 1fr; gap: 27px 20px; margin-top: 55px; }.process-steps li { min-height: 160px; margin: 0 !important; padding-right: 4px; }.process-steps li::after { display: none; }.process-steps h3 { margin-top: 28px; font-size: 17px; }
  .integrated { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-top: 87px; padding-bottom: 85px; }.integrated-visual { width: 100%; height: 270px; margin: 0; transform: none; }.integration-node { width: 74px; height: 74px; font-size: 8px; }.node-a { left: 0; top: 0; }.node-b { right: 0; top: 31px; }.node-c { left: 19px; bottom: 0; }.node-d { right: 19px; bottom: 0; }.node-core { width: 86px; height: 86px; left: calc(50% - 43px); top: 93px; }.line-1 { width: 115px; left: 58px; top: 48px; transform: rotate(31deg); }.line-2 { width: 115px; left: calc(100% - 59px); top: 67px; transform: rotate(150deg); }.line-3 { width: 94px; left: 70px; top: 224px; transform: rotate(-43deg); }.line-4 { width: 97px; left: calc(100% - 70px); top: 224px; transform: rotate(-139deg); }.about-section { grid-template-columns: 1fr; gap: 20px; padding-top: 82px; padding-bottom: 80px; }.about-side { font-size: 21px; }.contact-section { padding: 80px 0; }.contact-grid { grid-template-columns: 1fr; gap: 46px; }.request-form { padding: 25px; }.footer-inner { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-areas: "brand brand" "contact location" "copyright copyright"; gap: 28px 24px; padding-top: 40px; padding-bottom: 24px; }.footer-brand-block > p { margin-top: 14px; }.footer-copyright { padding-top: 17px; }
}

@media (max-width: 430px) { h1 { font-size: 48px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-composition { transform: scale(.92); transform-origin: center; margin-left: -24px; margin-right: -24px; }.solution-card { grid-template-columns: 32px 62px 1fr; gap: 11px; }.solution-number { font-size: 9px; }.solution-copy { font-size: 12px; }.process-steps { grid-template-columns: 1fr; }.process-steps li { min-height: 125px; }.process-steps h3 { margin-top: 18px; } }

@media (max-width: 800px) {
  .reasons-section { padding-top: 82px; padding-bottom: 82px; }.reasons-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 41px; }.reason-grid { grid-template-columns: 1fr 1fr; gap: 12px; }.reason-card { min-height: 245px; padding: 23px 20px; }.reason-icon { width: 60px; height: 60px; margin-bottom: 20px; }.reason-icon svg { width: 49px; height: 49px; }.reason-card h3 { font-size: 18px; }.reason-card p { font-size: 11px; }
  .team-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 79px; padding-bottom: 69px; }.team-hero h1 { font-size: clamp(47px, 12vw, 62px); }.team-grid-section { padding: 64px 0 82px; }.team-grid-title { display: grid; gap: 9px; }.team-grid { grid-template-columns: 1fr 1fr; gap: 12px; }.team-portrait { min-height: 220px; }.team-card-info { padding: 16px; }.team-card-info h3 { font-size: 17px; }
}

@media (max-width: 430px) {
  .reason-grid, .team-grid { grid-template-columns: 1fr; }.reason-card { min-height: 0; }.team-portrait { min-height: 260px; }.team-hero-copy > p { font-size: 14px; }.footer-inner { grid-template-columns: 1fr; grid-template-areas: "brand" "contact" "location" "copyright"; gap: 25px; }.footer-copyright { line-height: 1.6; }
}
