:root {
  --ink: #eaf2f7;
  --muted: #a9bac5;
  --night: #09131f;
  --night-2: #0d1b29;
  --panel: #102434;
  --panel-soft: #122b3f;
  --line: rgba(204, 225, 236, .14);
  --orange: #ff8057;
  --orange-soft: #ffad80;
  --mint: #75e1c1;
  --blue: #72c8ff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { background: var(--night); color: var(--ink); font-family: var(--sans); margin: 0; overflow-x: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
.section-shell { margin: 0 auto; max-width: 1240px; padding-left: 38px; padding-right: 38px; }
.sr-only, .skip-link:not(:focus) { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }
.skip-link:focus { background: #fff; color: #111; left: 16px; padding: 10px 14px; position: fixed; top: 16px; z-index: 100; }
.page-noise { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); inset: 0; opacity: .13; pointer-events: none; position: fixed; z-index: 10; }

.site-header { align-items: center; background: rgba(9, 19, 31, .78); border-bottom: 1px solid transparent; display: flex; height: 80px; justify-content: space-between; left: 0; padding: 0 max(38px, calc((100vw - 1164px) / 2)); position: fixed; right: 0; top: 0; transition: background .25s, border-color .25s; z-index: 20; }
.site-header.scrolled { backdrop-filter: blur(18px); border-bottom-color: var(--line); }
.brand { align-items: center; display: inline-flex; font-size: 20px; font-weight: 740; gap: 10px; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { display: grid; gap: 2px; grid-template-columns: repeat(3, 5px); height: 19px; transform: skewY(-25deg); width: 19px; }
.brand-mark i { background: var(--orange); border-radius: 2px; display: block; }
.brand-mark i:nth-child(1) { height: 10px; margin-top: 9px; }.brand-mark i:nth-child(2) { height: 19px; }.brand-mark i:nth-child(3) { height: 14px; margin-top: 5px; }
nav { align-items: center; display: flex; gap: 29px; }
nav a { color: var(--muted); font-size: 14px; transition: color .2s; } nav a:hover, nav a:focus-visible { color: var(--ink); }
nav .nav-contact { border: 1px solid rgba(234, 242, 247, .3); border-radius: 99px; color: var(--ink); padding: 10px 16px; } nav .nav-contact:hover { background: var(--ink); color: var(--night); }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 8px; }.menu-toggle i { background: var(--ink); display: block; height: 1px; margin: 5px 0; width: 22px; }

.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 760px; padding-bottom: 75px; padding-top: 145px; }
.eyebrow { align-items: center; color: var(--orange-soft); display: flex; font-size: 11px; font-weight: 750; gap: 10px; letter-spacing: .16em; margin: 0 0 20px; text-transform: uppercase; }.eyebrow > span { background: var(--orange); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { letter-spacing: -0.055em; } h1 { font-size: clamp(48px, 5vw, 76px); font-weight: 550; line-height: .98; margin-bottom: 27px; max-width: 720px; } h1 em, h2 em { color: var(--orange-soft); font-family: var(--serif); font-weight: 400; } .hero-lead { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 35px 0 46px; }.button { align-items: center; border-radius: 5px; display: inline-flex; font-size: 14px; font-weight: 720; gap: 24px; justify-content: space-between; padding: 15px 18px; transition: transform .2s, background .2s, border-color .2s; }.button:hover { transform: translateY(-2px); }.primary { background: var(--orange); color: #26140f; }.primary:hover { background: #ff9b77; }.quiet { border: 1px solid var(--line); color: var(--ink); }.quiet:hover { border-color: rgba(234, 242, 247, .48); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 15px 29px; }.hero-proof span { color: var(--muted); font-size: 12px; }.hero-proof b { color: var(--mint); font-size: 10px; letter-spacing: .07em; margin-right: 6px; }

.hero-visual { min-height: 445px; position: relative; }.glow { background: radial-gradient(circle, rgba(255, 128, 87, .24), rgba(255, 128, 87, 0) 67%); border-radius: 50%; height: 500px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 500px; }.orbit { border: 1px solid rgba(169, 226, 238, .16); border-radius: 50%; position: absolute; }.orbit-one { height: 420px; left: 48px; top: 5px; width: 420px; }.orbit-two { border-color: rgba(255, 128, 87, .22); height: 306px; left: 106px; top: 62px; width: 306px; }
.signal-card { backdrop-filter: blur(12px); background: linear-gradient(135deg, rgba(21, 48, 67, .93), rgba(12, 29, 43, .88)); border: 1px solid rgba(205, 240, 247, .19); box-shadow: 0 30px 75px rgba(0, 0, 0, .29); position: absolute; }.main-signal { border-radius: 12px; left: 47px; padding: 22px; top: 88px; transform: rotate(-3deg); width: 360px; }.signal-top { align-items: center; display: flex; gap: 8px; }.signal-top small, .mini-signal small { color: #a9c9d7; font-size: 9px; font-weight: 750; letter-spacing: .12em; }.live-dot { background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(117, 225, 193, .12); height: 7px; width: 7px; }.signal-more { color: var(--muted); letter-spacing: 2px; margin-left: auto; }.signal-path { align-items: end; display: flex; gap: 13px; height: 126px; justify-content: center; margin: 13px 0 4px; position: relative; }.signal-path:before { background: linear-gradient(90deg, transparent, var(--mint), var(--orange), var(--blue)); content: ""; height: 1px; left: 33px; position: absolute; right: 33px; top: 66px; transform: rotate(-13deg); transform-origin: left; }.signal-path i { background: var(--night); border: 2px solid var(--mint); border-radius: 50%; height: 13px; position: relative; width: 13px; z-index: 1; }.signal-path i:nth-child(1) { margin-bottom: 23px; }.signal-path i:nth-child(2) { border-color: var(--blue); margin-bottom: 47px; }.signal-path i:nth-child(3) { border-color: var(--orange); margin-bottom: 65px; }.signal-path i:nth-child(4) { margin-bottom: 88px; }.signal-labels { color: #8aa8b6; display: flex; font-size: 10px; justify-content: space-between; }.signal-bottom { border-top: 1px solid var(--line); color: var(--mint); display: flex; font-size: 11px; justify-content: space-between; margin-top: 18px; padding-top: 13px; }.signal-bottom b { font-size: 17px; line-height: .6; }
.mini-signal { border-radius: 10px; padding: 13px 15px; width: 156px; }.mini-signal.first { right: 0; top: 10px; transform: rotate(7deg); }.mini-signal.second { bottom: 12px; right: 21px; transform: rotate(-6deg); width: 181px; }.mini-icon { color: var(--orange); display: block; font-size: 20px; margin-bottom: 8px; }.mini-signal strong { display: block; font-size: 13px; font-weight: 640; margin-top: 5px; }.mini-signal > i { background: linear-gradient(90deg, var(--mint), var(--blue)); bottom: 13px; height: 2px; position: absolute; right: 13px; width: 28px; }.visual-tag { background: #102738; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 720; letter-spacing: .11em; padding: 9px 10px; position: absolute; }.tag-left { left: 0; top: 44px; transform: rotate(-6deg); }.tag-right { bottom: 95px; left: 35px; transform: rotate(4deg); }

.statement-strip { background: #0c1c29; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }.strip-grid { align-items: center; display: grid; grid-template-columns: 2.25fr repeat(3, 1fr); min-height: 138px; }.strip-grid > * { border-right: 1px solid var(--line); min-height: 64px; padding: 8px 27px; }.strip-grid > *:first-child { padding-left: 0; }.strip-grid > *:last-child { border-right: 0; }.strip-grid p { color: #d6e3e8; font-family: var(--serif); font-size: 21px; line-height: 1.25; margin-bottom: 0; max-width: 500px; }.strip-grid strong { color: var(--orange-soft); display: block; font-family: var(--serif); font-size: 31px; font-weight: 400; }.strip-grid span { color: var(--muted); font-size: 11px; }

.approach { padding-bottom: 145px; padding-top: 150px; }.section-heading { max-width: 785px; }.section-heading h2 { font-size: clamp(34px, 4vw, 54px); font-weight: 540; line-height: 1.03; margin-bottom: 0; }.approach-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }.approach-card { border-top: 1px solid rgba(234, 242, 247, .34); padding: 20px 0; }.approach-card > span { color: var(--orange); font-size: 11px; font-weight: 750; letter-spacing: .13em; }.approach-card h3 { font-size: 21px; font-weight: 620; letter-spacing: -.03em; margin: 42px 0 13px; }.approach-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 0; max-width: 300px; }

.projects { background: #0d1c29; padding: 145px 0; position: relative; }.projects:before { background: radial-gradient(circle, rgba(114, 200, 255, .08), transparent 65%); content: ""; height: 650px; position: absolute; right: -270px; top: -140px; width: 650px; }.projects-heading { align-items: end; display: flex; gap: 48px; justify-content: space-between; max-width: none; position: relative; }.projects-heading > div { max-width: 795px; }.projects-heading > p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 3px; max-width: 245px; }
.project-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 62px; position: relative; }.project-card { background: linear-gradient(145deg, rgba(20, 43, 60, .9), rgba(12, 29, 43, .82)); border: 1px solid var(--line); display: grid; grid-template-columns: 44% 56%; min-height: 345px; overflow: hidden; transition: border-color .25s, transform .25s; }.project-card:hover { border-color: rgba(255, 173, 128, .55); transform: translateY(-4px); }.project-card.featured { grid-column: span 2; grid-template-columns: 47% 53%; min-height: 405px; }.project-visual { background: #102838; overflow: hidden; position: relative; }.project-content { display: flex; flex-direction: column; padding: 29px; }.project-top { align-items: center; display: flex; gap: 10px; justify-content: space-between; }.project-code { color: #a3c0ca; font-size: 9px; font-weight: 760; letter-spacing: .11em; }.project-status { background: rgba(117, 225, 193, .12); border: 1px solid rgba(117, 225, 193, .32); color: var(--mint); font-size: 9px; font-weight: 760; letter-spacing: .05em; padding: 5px 7px; text-transform: uppercase; }.project-status.research { background: rgba(114, 200, 255, .08); border-color: rgba(114, 200, 255, .25); color: var(--blue); }.project-status.concept { background: rgba(255, 128, 87, .1); border-color: rgba(255, 128, 87, .3); color: var(--orange-soft); }.project-content h3 { font-family: var(--serif); font-size: 35px; font-weight: 400; letter-spacing: -.045em; margin: 33px 0 10px; }.project-content > p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 0; }.project-fact { align-items: end; border-left: 2px solid var(--orange); display: flex; gap: 12px; margin-top: auto; padding: 12px 0 1px 13px; }.project-fact strong { color: var(--orange-soft); font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.05em; }.project-fact span { color: var(--muted); font-size: 11px; line-height: 1.35; max-width: 170px; }.text-link { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 680; gap: 10px; margin-top: 25px; padding: 0; text-align: left; }.text-link span { color: var(--orange); font-size: 18px; transition: transform .2s; }.text-link:hover span { transform: translate(3px, -3px); }.project-fact + .text-link { margin-top: 18px; }.project-points { color: #bbced6; font-size: 12px; line-height: 1.5; list-style: none; margin: 22px 0 auto; padding: 0; }.project-points li { margin-top: 7px; padding-left: 15px; position: relative; }.project-points li:before { color: var(--mint); content: "•"; left: 0; position: absolute; }
.sinet-visual { background: radial-gradient(circle at 63% 25%, rgba(255, 128, 87, .18), transparent 30%), #0b2434; }.chart-grid { background-image: linear-gradient(rgba(202, 234, 240, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(202, 234, 240, .1) 1px, transparent 1px); background-size: 47px 47px; inset: 0; position: absolute; }.sinet-visual svg { bottom: 27px; height: 68%; left: 0; position: absolute; width: 100%; }.sinet-visual .area { fill: rgba(255, 128, 87, .1); }.sinet-visual .line { fill: none; stroke: #ff9a76; stroke-width: 3; }.chart-date { bottom: 15px; color: #9bb8c2; font-size: 10px; position: absolute; }.first-date { left: 17px; }.last-date { right: 17px; }
.radai-visual { background: radial-gradient(circle, rgba(114, 200, 255, .2), transparent 50%), #0b1f31; }.radai-visual > span, .skain-visual > span { bottom: 15px; color: #a9c4cd; font-size: 9px; font-weight: 760; letter-spacing: .14em; position: absolute; right: 16px; }.scan-frame { border: 1px solid rgba(114, 200, 255, .35); border-radius: 50%; height: 184px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 184px; }.scan-frame i { background: var(--blue); height: 11px; position: absolute; width: 1px; }.scan-frame i:nth-child(1) { left: 50%; top: -6px; }.scan-frame i:nth-child(2) { bottom: -6px; left: 50%; }.scan-frame i:nth-child(3) { left: -6px; top: 50%; transform: rotate(90deg); }.scan-frame i:nth-child(4) { right: -6px; top: 50%; transform: rotate(90deg); }.scan-core { border: 1px solid rgba(114, 200, 255, .6); border-radius: 48% 52% 50% 50%; height: 100px; left: 42px; position: absolute; top: 39px; width: 100px; }.scan-pulse { background: rgba(114, 200, 255, .64); border-radius: 50%; box-shadow: 0 0 0 10px rgba(114, 200, 255, .08), 0 0 28px var(--blue); height: 9px; left: 101px; position: absolute; top: 70px; width: 9px; }
.skain-visual { background: radial-gradient(circle at 68% 30%, rgba(255, 138, 117, .22), transparent 26%), #1d2432; }.skin-orb { background: radial-gradient(circle at 36% 30%, #d89971, #905b64 61%, #5b3649); border-radius: 50%; filter: blur(.1px); position: absolute; }.skin-orb.one { height: 119px; left: 24%; top: 20%; width: 119px; }.skin-orb.two { background: radial-gradient(circle at 40% 30%, #c78c75, #7b4452 58%, #482b41); height: 69px; right: 22%; top: 47%; width: 69px; }.skin-orb.three { background: radial-gradient(circle at 37% 34%, #e8af85, #a85e5c 55%, #543444); bottom: 15%; height: 48px; left: 17%; width: 48px; }.meta-node { background: rgba(9, 19, 31, .8); border: 1px solid rgba(234, 242, 247, .2); color: #d4e3e9; font-size: 9px; padding: 6px 8px; position: absolute; }.meta-node.age { right: 12%; top: 17%; }.meta-node.sex { left: 13%; top: 65%; }.meta-node.loc { right: 15%; top: 70%; }

.solutions { padding-bottom: 150px; padding-top: 150px; }.solution-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 62px; }.solution-card { background: linear-gradient(145deg, rgba(19, 44, 61, .7), transparent); border: 1px solid var(--line); min-height: 285px; padding: 24px; transition: background .2s, transform .2s; }.solution-card:hover { background: #122b3f; transform: translateY(-4px); }.solution-icon { color: var(--mint); display: block; font-family: var(--serif); font-size: 30px; height: 51px; }.solution-card h3 { font-size: 17px; letter-spacing: -.025em; margin: 15px 0 12px; }.solution-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }.solution-card small { color: var(--orange-soft); display: block; font-size: 9px; font-weight: 720; letter-spacing: .07em; margin-top: 32px; text-transform: uppercase; }
.principles { background: #101f2d; padding: 135px 0; }.principles-grid { display: grid; gap: 130px; grid-template-columns: .9fr 1.1fr; }.principles-copy h2 { font-size: clamp(34px, 3.8vw, 51px); font-weight: 530; line-height: 1.06; }.text-link.large { font-size: 15px; margin-top: 31px; }.principle-list { border-top: 1px solid var(--line); }.principle-list article { border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 40px 1fr; padding: 25px 0; }.principle-list article > span { color: var(--orange); font-size: 11px; font-weight: 760; }.principle-list h3 { font-size: 18px; letter-spacing: -.03em; margin: 0 0 7px; }.principle-list p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 0; }
.contact { padding-bottom: 145px; padding-top: 145px; }.contact-card { background: linear-gradient(135deg, #f6855e, #e9664e); color: #241510; display: flex; gap: 50px; justify-content: space-between; overflow: hidden; padding: 58px 62px; position: relative; }.contact-card:after { border: 1px solid rgba(41, 22, 15, .2); border-radius: 50%; content: ""; height: 445px; position: absolute; right: -129px; top: -265px; width: 445px; }.contact-card .eyebrow { color: #6c271a; }.contact-card .eyebrow > span { background: #6c271a; }.contact-card h2 { font-size: clamp(35px, 4vw, 53px); font-weight: 540; line-height: 1.03; margin-bottom: 18px; max-width: 670px; }.contact-card p { color: rgba(36, 21, 16, .73); font-size: 15px; margin-bottom: 0; }.email-link { align-items: center; align-self: center; border-bottom: 1px solid rgba(36, 21, 16, .55); display: flex; font-size: 16px; font-weight: 700; gap: 30px; justify-content: space-between; padding-bottom: 12px; position: relative; transition: gap .2s; z-index: 1; }.email-link:hover { gap: 38px; }.email-link i { font-size: 22px; font-style: normal; }
.site-footer { border-top: 1px solid var(--line); padding: 29px 0; }.footer-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr 1.7fr 1fr; }.site-footer .brand { font-size: 17px; }.site-footer p, .site-footer > span { color: var(--muted); font-size: 12px; margin-bottom: 0; }.footer-grid > span { text-align: right; }

.project-dialog { background: #102334; border: 1px solid rgba(229, 244, 247, .25); box-shadow: 0 28px 90px rgba(0, 0, 0, .55); color: var(--ink); max-width: min(720px, calc(100vw - 32px)); padding: 0; width: 100%; }.project-dialog::backdrop { background: rgba(3, 9, 15, .74); backdrop-filter: blur(4px); }.dialog-close { background: transparent; border: 0; color: var(--ink); cursor: pointer; font-size: 30px; font-weight: 300; line-height: 1; padding: 15px; position: absolute; right: 0; top: 0; z-index: 1; }.dialog-close:hover { color: var(--orange-soft); }.dialog-body { padding: 48px; }.dialog-kicker { color: var(--orange-soft); font-size: 10px; font-weight: 760; letter-spacing: .12em; }.dialog-body h2 { font-family: var(--serif); font-size: 47px; font-weight: 400; margin: 17px 0; }.dialog-lead { color: #d1dfe5; font-size: 18px; line-height: 1.55; max-width: 600px; }.dialog-grid { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-top: 30px; padding-top: 26px; }.dialog-grid h3 { color: var(--mint); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.dialog-grid ul { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; padding-left: 17px; }.dialog-note { border-left: 2px solid var(--orange); color: #b9cdd5; font-size: 12px; line-height: 1.55; margin-top: 30px; padding-left: 13px; }

.reveal { animation: rise .65s both; }.reveal:nth-child(2) { animation-delay: .08s; }.reveal:nth-child(3) { animation-delay: .16s; }.reveal:nth-child(4) { animation-delay: .24s; } @keyframes rise { from { opacity: 0; transform: translateY(17px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 980px) { .site-header { padding-left: 27px; padding-right: 27px; }.hero { gap: 22px; grid-template-columns: 1fr; padding-top: 135px; }.hero-visual { margin: 15px auto 0; max-width: 530px; width: 100%; }.strip-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }.projects-heading, .principles-grid { gap: 55px; }.solution-grid { grid-template-columns: repeat(2, 1fr); }.project-card, .project-card.featured { grid-template-columns: 42% 58%; }.projects-heading { align-items: start; flex-direction: column; }.projects-heading > p { max-width: 430px; }.principles-grid { grid-template-columns: 1fr; }.contact-card { flex-direction: column; }.email-link { align-self: start; }.footer-grid { grid-template-columns: 1fr 1.4fr; }.footer-grid > span { grid-column: 1 / -1; text-align: left; } }
@media (max-width: 700px) { .section-shell { padding-left: 22px; padding-right: 22px; }.site-header { height: 67px; padding: 0 22px; }.menu-toggle { display: block; position: relative; z-index: 2; } nav { background: #102131; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; left: 0; opacity: 0; padding: 29px 22px; pointer-events: none; position: absolute; right: 0; top: 67px; transform: translateY(-12px); transition: opacity .2s, transform .2s; } nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); } nav a { font-size: 15px; }.hero { grid-template-columns: minmax(0, 1fr); min-height: auto; padding-bottom: 82px; padding-top: 119px; }.hero-copy { min-width: 0; }.hero h1 { font-size: clamp(42px, 12vw, 50px); overflow-wrap: anywhere; }.hero-lead { font-size: 16px; overflow-wrap: anywhere; }.hero-proof { display: grid; gap: 10px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }.hero-proof span { font-size: 10px; min-width: 0; }.hero-visual { min-height: 370px; transform: scale(.86); transform-origin: center top; margin-bottom: -44px; }.main-signal { left: 25px; }.orbit-one { left: 23px; }.orbit-two { left: 81px; }.mini-signal.first { right: 7px; }.tag-left { left: 0; }.statement-strip { padding: 23px 0; }.strip-grid { gap: 22px; grid-template-columns: 1fr 1fr; }.strip-grid > * { border: 0; min-height: 0; padding: 0; }.strip-grid p { font-size: 19px; grid-column: 1 / -1; }.approach, .solutions { padding-bottom: 90px; padding-top: 90px; }.approach-grid, .project-grid { grid-template-columns: 1fr; }.approach-grid { margin-top: 43px; }.approach-card h3 { margin-top: 27px; }.projects { padding: 90px 0; }.project-grid { margin-top: 43px; }.project-card, .project-card.featured { grid-column: auto; grid-template-columns: 1fr; }.project-visual { min-height: 220px; }.project-card.featured .project-visual { min-height: 235px; }.project-content { min-height: 315px; padding: 24px; }.project-content h3 { margin-top: 25px; }.solution-grid { grid-template-columns: 1fr; margin-top: 43px; }.solution-card { min-height: 0; }.solution-card small { margin-top: 22px; }.principles { padding: 90px 0; }.principles-grid { gap: 48px; }.contact { padding-bottom: 85px; padding-top: 85px; }.contact-card { padding: 37px 29px; }.email-link { font-size: 13px; gap: 12px; max-width: 100%; }.dialog-body { padding: 40px 24px 28px; }.dialog-body h2 { font-size: 39px; }.dialog-grid { grid-template-columns: 1fr; }.footer-grid { align-items: start; gap: 13px; grid-template-columns: 1fr; }.footer-grid > span { grid-column: auto; }.site-footer { padding: 28px 0; } }
@media (max-width: 700px) { .hero { max-width: 100vw; overflow: hidden; }.hero-copy { max-width: 100%; width: calc(100vw - 44px); }.hero-visual { min-width: 0; width: 100%; }.hero h1 { font-size: 42px; line-height: 1.04; max-width: 100%; }.hero-lead { font-size: 15px; max-width: 100%; }.hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }.hero-actions .button { width: 100%; }.hero-proof { grid-template-columns: 1fr; }.hero-proof span { font-size: 11px; } }
