/* Inovis Isletim Atlasi */
:root {
  --background: #f4f3ee;
  --foreground: #10233d;
  --primary: #1677ff;
  --primary-foreground: #ffffff;
  --border: #d8dbd9;
  --ink: #10233d;
  --ink-soft: #526176;
  --blue: #1677ff;
  --ivory: #f4f3ee;
  --line: #cbd1d1;
  --paper: #fbfaf7;
  --radius: 0.65rem;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Manrope", sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .reveal { animation: emerge .6s var(--ease-out) both; }
  .hero-visual img { animation: settle .9s .12s var(--ease-out) both; }
  .orbit-one { animation: orbit 12s linear infinite; }
  .pulse-dot { animation: pulse 1.8s ease-in-out infinite; }
}
@keyframes emerge { from { opacity: 0; transform: translateY(19px); } to { opacity: 1; transform: translateY(0); } }
@keyframes settle { from { opacity: 0; transform: scale(.975) translateY(12px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { transform: scale(.8); opacity: .55; } 50% { transform: scale(1.3); opacity: 1; } }

.site-shell { overflow: hidden; position: relative; background: var(--ivory); }
.site-grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .25; 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='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.section-pad { padding-left: clamp(1.25rem, 5vw, 5rem); padding-right: clamp(1.25rem, 5vw, 5rem); }

.site-header { width: 100%; max-width: 1560px; margin: 0 auto; height: 92px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; }
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand img { display: block; width: 128px; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.brand-wordmark { display: grid; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.brand-wordmark strong { font-family: "DM Sans", sans-serif; font-size: 1.08rem; font-weight: 700; letter-spacing: -.06em; }
.brand-wordmark small { margin-top: 3px; font-family: "IBM Plex Mono", monospace; font-size: .5rem; letter-spacing: .28em; }
.desktop-nav { display: flex; gap: clamp(1rem, 2.3vw, 2.4rem); margin-left: auto; margin-right: clamp(1.3rem, 3vw, 3rem); }
.desktop-nav a { position: relative; color: #405066; font-family: "DM Sans", sans-serif; font-size: .77rem; font-weight: 600; letter-spacing: .015em; transition: color 160ms var(--ease-out); }
.desktop-nav a::after { position: absolute; content: ""; height: 1px; width: 0; background: var(--blue); left: 0; bottom: -5px; transition: width 180ms var(--ease-out); }
.desktop-nav a:hover { color: var(--ink); }.desktop-nav a:hover::after { width: 100%; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .01em; transition: transform 160ms var(--ease-out), background 160ms var(--ease-out), color 160ms var(--ease-out); }
.header-cta { padding: 12px 14px 12px 16px; background: var(--ink); color: white; }.header-cta:hover { background: var(--blue); }.header-cta:active, .button:active { transform: scale(.97); }
.header-phone { margin-right: 14px; color: var(--ink); font-family: "IBM Plex Mono", monospace; font-size: .72rem; font-weight: 500; letter-spacing: .04em; border-bottom: 1px solid transparent; padding-bottom: 2px; transition: color 160ms var(--ease-out), border-color 160ms var(--ease-out); }
.header-phone:hover { color: var(--blue); border-color: var(--blue); }
.mobile-menu-button, .mobile-nav { display: none; }

.hero { min-height: min(745px, calc(100vh - 92px)); padding-top: clamp(3.6rem, 7vw, 7rem); padding-bottom: 5.6rem; max-width: 1560px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .88fr) minmax(390px, 1.12fr); gap: clamp(2rem, 5vw, 6.5rem); position: relative; }
.hero::before { content: ""; position: absolute; left: clamp(1.25rem, 5vw, 5rem); top: 0; height: 1px; width: 36%; background: var(--line); }.hero::after { content: ""; position: absolute; width: 32vw; height: 32vw; max-width: 460px; max-height: 460px; border-radius: 50%; right: 8%; bottom: -13%; background: #d8ecff; opacity: .75; filter: blur(1px); z-index: 0; }
.hero-copy { z-index: 1; padding-top: clamp(.75rem, 4vw, 4.5rem); }
.eyebrow, .section-index { font-family: "IBM Plex Mono", monospace; font-size: .62rem; letter-spacing: .12em; font-weight: 500; }.eyebrow { display: flex; align-items: center; gap: 8px; color: #526176; }.eyebrow span { width: 19px; height: 7px; display: inline-block; background: var(--blue); }
.hero h1, h2, h3, p { margin-top: 0; }.hero h1 { margin: 1.6rem 0 1.55rem; max-width: 615px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: clamp(3.15rem, 6.2vw, 6.45rem); line-height: .87; letter-spacing: -.077em; font-weight: 700; }.hero h1 em, h2 em { color: var(--blue); font-style: normal; }.hero-lede { max-width: 460px; color: #526176; font-size: clamp(.94rem, 1.1vw, 1.04rem); line-height: 1.75; }
.hero-actions { margin-top: 2.1rem; display: flex; align-items: center; gap: 1.5rem; }.button { padding: 15px 18px; }.button-primary { background: var(--blue); color: white; box-shadow: 5px 5px 0 var(--ink); }.button-primary:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: .78rem; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; transition: color 160ms var(--ease-out), border-color 160ms var(--ease-out); }.text-link:hover { color: var(--blue); border-color: var(--blue); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 11px 22px; padding-top: 4.7rem; color: #526176; font-family: "IBM Plex Mono", monospace; font-size: .59rem; letter-spacing: .02em; }.hero-notes span { display: inline-flex; gap: 5px; align-items: center; }.hero-notes i { color: var(--blue); font-style: normal; }
.hero-visual { align-self: center; position: relative; z-index: 1; min-height: 464px; padding: 34px 30px 28px; border: 1px solid var(--line); background: #e6e9ea; box-shadow: 16px 18px 0 rgba(16, 35, 61, .08); }.hero-visual img { width: 100%; height: 100%; min-height: 420px; display: block; position: relative; z-index: 1; object-fit: cover; object-position: right center; mix-blend-mode: multiply; }.visual-topline, .visual-bottomline { position: absolute; z-index: 2; left: 30px; right: 30px; display: flex; justify-content: space-between; font-family: "IBM Plex Mono", monospace; color: #45546a; font-size: .53rem; letter-spacing: .11em; }.visual-topline { top: 14px; }.visual-bottomline { bottom: 11px; align-items: center; }.pulse-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--blue); }.atlas-orbit { pointer-events: none; position: absolute; border: 1px solid rgba(22, 119, 255, .42); border-radius: 50%; z-index: 2; }.orbit-one { width: 145px; height: 145px; top: 27%; right: -52px; }.orbit-two { width: 70px; height: 70px; bottom: 53px; left: -30px; border-color: rgba(16, 35, 61, .35); }.visual-label { position: absolute; z-index: 3; padding: 8px 10px; color: var(--ink); background: var(--paper); font-family: "IBM Plex Mono", monospace; font-size: .5rem; letter-spacing: .08em; line-height: 1.55; box-shadow: 3px 3px 0 var(--blue); }.label-one { left: -14px; top: 24%; }.label-one span { width: 6px; height: 6px; display: inline-block; background: var(--blue); margin-right: 4px; }.label-two { right: -18px; bottom: 21%; }.label-two b { color: var(--blue); font-size: .9rem; float: right; }
.process-ticker { width: 100%; padding: 15px 5vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: .8rem; overflow: hidden; font-family: "IBM Plex Mono", monospace; font-size: clamp(.54rem, .8vw, .67rem); letter-spacing: .08em; color: #536275; white-space: nowrap; }.process-ticker i { display: block; flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }

.solutions, .technology, .projects { position: relative; padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); max-width: 1560px; margin: 0 auto; }.solutions::before, .technology::before, .projects::before { content: ""; position: absolute; top: 0; bottom: 0; left: clamp(.63rem, 2.42vw, 2.45rem); z-index: 0; width: 1px; background: linear-gradient(to bottom, transparent, rgba(22,119,255,.65) 11%, rgba(22,119,255,.28) 86%, transparent); }.solutions::after, .technology::after, .projects::after { content: ""; position: absolute; z-index: 1; top: clamp(5.9rem, 10.9vw, 9.9rem); left: calc(clamp(.63rem, 2.42vw, 2.45rem) - 4px); width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--ivory); }.section-intro, .solutions-grid, .technology-head, .technology-board, .projects-intro, .project-list { position: relative; z-index: 1; }.section-intro { display: grid; grid-template-columns: minmax(165px, .53fr) minmax(0, 1.25fr); gap: 2rem; align-items: start; }.section-index { padding-top: .64rem; color: #6b798a; }.section-intro h2, .technology h2, .contact-intro h2 { color: var(--ink); font-family: "DM Sans", sans-serif; font-size: clamp(2.35rem, 4.2vw, 4.8rem); line-height: .94; letter-spacing: -.068em; font-weight: 700; margin-bottom: 1.35rem; }.section-intro > div > p { max-width: 590px; color: var(--ink-soft); font-size: .95rem; line-height: 1.75; }
.solutions-grid { margin-top: 4.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.solution-card { min-height: 312px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 190ms var(--ease-out), box-shadow 190ms var(--ease-out); }.solution-card:hover { position: relative; z-index: 2; transform: translate(-4px, -4px); box-shadow: 7px 7px 0 var(--blue); }.solution-card.paper { background: #f9f8f4; }.solution-card.ink { color: white; background: var(--ink); }.solution-card.blue { color: white; background: var(--blue); }.card-top { display: flex; justify-content: space-between; align-items: center; font-family: "IBM Plex Mono", monospace; font-size: .62rem; }.card-bottom { position: relative; padding-right: 35px; }.card-bottom h3 { margin-bottom: 8px; font-family: "DM Sans", sans-serif; font-size: 1.55rem; letter-spacing: -.055em; line-height: 1; }.card-bottom p { color: currentColor; margin-bottom: 0; opacity: .72; max-width: 320px; font-size: .79rem; line-height: 1.55; }.card-bottom a { position: absolute; right: 0; bottom: 0; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid currentColor; transition: background 160ms var(--ease-out), color 160ms var(--ease-out); }.card-bottom a:hover { background: currentColor; color: var(--blue); }.solution-card.paper .card-bottom a:hover { color: white; background: var(--ink); }

.approach-wrap { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); background: var(--ink); color: white; }.approach-image { min-height: 650px; position: relative; overflow: hidden; }.approach-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: .78; }.approach-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(16,35,61,.1), rgba(16,35,61,.78)); }.image-caption { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 4rem); bottom: 31px; color: white; font-family: "IBM Plex Mono", monospace; font-size: .59rem; letter-spacing: .1em; line-height: 1.5; }.caption-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--blue); }.approach-copy { padding: clamp(4rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem) 4rem clamp(2rem, 6vw, 7rem); }.light-index { color: #aab7c7; }.approach-copy h2 { margin: 1.4rem 0 1.3rem; font-family: "DM Sans", sans-serif; font-size: clamp(2.4rem, 4.1vw, 4.65rem); line-height: .9; letter-spacing: -.07em; }.approach-copy h2 em { color: #8cc5ff; font-style: normal; }.approach-copy > p:not(.section-index) { color: #b9c3d0; line-height: 1.75; font-size: .93rem; max-width: 410px; }.approach-points { margin: 2.65rem 0; border-top: 1px solid rgba(255,255,255,.25); }.approach-points > div { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); }.approach-points b { color: #8cc5ff; font-family: "IBM Plex Mono", monospace; font-size: .58rem; }.approach-points strong, .approach-points small { display: block; }.approach-points strong { font-family: "DM Sans", sans-serif; font-size: .89rem; letter-spacing: -.02em; }.approach-points small { margin-top: 4px; color: #9eaabb; font-size: .69rem; line-height: 1.45; }.on-dark { color: white; border-color: white; }.on-dark:hover { color: #8cc5ff; border-color: #8cc5ff; }

.technology { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); max-width: 1560px; margin: 0 auto; }.technology-head { display: grid; grid-template-columns: 1.2fr .58fr; gap: 3rem; align-items: end; }.technology-head > p { margin: 0 0 1.1rem; color: var(--ink-soft); font-size: .91rem; line-height: 1.75; max-width: 410px; }.technology-board { margin-top: 4rem; background: var(--paper); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--blue); }.board-line, .board-footer { min-height: 43px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: "IBM Plex Mono", monospace; font-size: .55rem; letter-spacing: .08em; }.board-line { color: white; background: var(--ink); }.board-footer { border-top: 1px solid var(--line); color: #526176; }.board-footer span { display: inline-flex; align-items: center; gap: 6px; }.tech-groups { display: grid; grid-template-columns: repeat(3, 1fr); }.tech-group { min-height: 220px; padding: 23px 21px; border-right: 1px solid var(--line); }.tech-group:last-child { border-right: none; }.tech-group-head { display: flex; align-items: center; gap: 10px; font-family: "IBM Plex Mono", monospace; }.tech-group-head span { color: var(--blue); font-size: .95rem; }.tech-group-head p { margin: 0; color: #667587; font-size: .56rem; letter-spacing: .08em; }.tech-pills { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 7px; }.tech-pills span { padding: 7px 8px; border: 1px solid var(--line); font-family: "DM Sans", sans-serif; font-size: .73rem; font-weight: 600; letter-spacing: -.02em; }.tech-pills span:nth-child(1) { background: var(--blue); color: white; border-color: var(--blue); }

.projects { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); max-width: 1560px; margin: 0 auto; }.projects-intro { align-items: end; }.projects-intro .text-link { margin-top: .3rem; }.project-list { margin-top: 4.2rem; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1.25rem; align-items: start; }.project-card { position: relative; }.project-card:nth-child(2) { margin-top: 5.4rem; }.project-card:nth-child(3) { margin-top: 1.85rem; }.project-count { margin-bottom: 12px; color: #6a7888; font-family: "IBM Plex Mono", monospace; font-size: .6rem; }.project-image { height: 375px; position: relative; overflow: hidden; background: #dde3e1; }.project-card:nth-child(2) .project-image { height: 310px; }.project-card:nth-child(3) .project-image { height: 285px; }.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms var(--ease-out); }.project-card:hover .project-image img { transform: scale(1.045); }.project-arrow { position: absolute; right: 13px; bottom: 13px; width: 39px; height: 39px; background: var(--blue); color: white; display: grid; place-items: center; }.project-copy { padding-top: 19px; }.project-copy > p { margin-bottom: 9px; color: #607084; font-family: "IBM Plex Mono", monospace; font-size: .53rem; letter-spacing: .1em; }.project-copy h3 { margin-bottom: 10px; font-family: "DM Sans", sans-serif; font-size: clamp(1.35rem, 2.1vw, 1.9rem); letter-spacing: -.058em; line-height: .98; }.project-copy > span { color: var(--ink-soft); display: block; font-size: .75rem; line-height: 1.65; }.tag-row { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 5px; }.tag-row b { padding: 5px 6px; border: 1px solid var(--line); color: #526176; font-family: "IBM Plex Mono", monospace; font-size: .49rem; font-weight: 500; letter-spacing: .04em; }

.contact-section { position: relative; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 10rem); background: #c9e4ff; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3.5rem, 8vw, 9rem); }.contact-section::before { content: ""; position: absolute; width: 320px; height: 320px; right: 4%; top: 7%; border: 1px solid rgba(16,35,61,.2); border-radius: 50%; }.contact-section::after { content: ""; position: absolute; left: clamp(.63rem, 2.42vw, 2.45rem); top: 0; height: 7rem; width: 1px; background: var(--blue); }.contact-intro { position: relative; z-index: 1; }.contact-intro h2 { margin-top: 1.5rem; margin-bottom: 2.2rem; font-size: clamp(3rem, 5vw, 5.4rem); }.contact-intro h2 em { color: var(--blue); }.contact-direct { display: grid; gap: 6px; font-family: "DM Sans", sans-serif; }.contact-direct span { margin-bottom: 6px; color: #536275; font-family: "IBM Plex Mono", monospace; font-size: .57rem; letter-spacing: .1em; }.contact-direct a { display: inline-flex; align-items: center; gap: 5px; width: fit-content; font-weight: 700; font-size: .88rem; border-bottom: 1px solid var(--ink); }.contact-form { position: relative; z-index: 1; padding: 23px; background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }.form-topline { padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; color: #536275; font-family: "IBM Plex Mono", monospace; font-size: .51rem; letter-spacing: .06em; }.form-topline span:last-child { display: flex; align-items: center; gap: 4px; }.contact-form label { display: grid; gap: 7px; margin-top: 15px; color: #536275; font-family: "IBM Plex Mono", monospace; font-size: .55rem; letter-spacing: .08em; }.contact-form input, .contact-form textarea { width: 100%; padding: 8px 0 9px; border: 0; border-bottom: 1px solid #b9c1c7; outline: none; resize: vertical; background: transparent; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: .91rem; letter-spacing: -.02em; transition: border-color 160ms var(--ease-out); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #92a0ae; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-submit { margin-top: 26px; width: 100%; box-shadow: 4px 4px 0 var(--ink); }.form-note { margin: 16px 0 0; display: flex; gap: 5px; align-items: flex-start; color: #657385; font-size: .64rem; line-height: 1.5; }.form-note svg { margin-top: 1px; color: var(--blue); flex: 0 0 auto; }

.site-footer { padding: 2.8rem clamp(1.25rem, 5vw, 5rem) 1.2rem; background: var(--ink); color: white; }.footer-top { max-width: 1560px; margin: 0 auto; display: grid; grid-template-columns: 1fr .9fr auto; gap: 2rem; align-items: start; padding-bottom: 3.6rem; }.footer-brand { padding: 6px 10px; background: white; }.footer-brand img { width: 134px; mix-blend-mode: normal; }.footer-top > p { max-width: 320px; color: #a6b0bd; font-size: .8rem; line-height: 1.7; }.footer-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-phone { color: white; font-family: "IBM Plex Mono", monospace; font-size: .78rem; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.footer-phone:hover { color: #8cc5ff; border-color: #8cc5ff; }
.back-to-top { display: inline-flex; align-items: center; gap: 7px; color: #b7c3d0; font-family: "IBM Plex Mono", monospace; font-size: .58rem; letter-spacing: .06em; }.back-to-top:hover { color: white; }.footer-bottom { max-width: 1560px; margin: 0 auto; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.22); display: flex; justify-content: space-between; gap: 1rem; color: #8997a9; font-family: "IBM Plex Mono", monospace; font-size: .52rem; letter-spacing: .08em; }

@media (max-width: 900px) {
  .desktop-nav, .header-cta, .header-phone { display: none; }.mobile-menu-button { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; color: var(--ink); background: transparent; }.mobile-nav { position: absolute; display: grid; opacity: 0; pointer-events: none; transform: translateY(-8px); top: 77px; right: 1.25rem; left: 1.25rem; padding: 11px; background: var(--ink); color: white; box-shadow: 7px 7px 0 var(--blue); transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out); }.mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.18); font-family: "DM Sans", sans-serif; font-weight: 600; font-size: .9rem; }.mobile-nav .mobile-nav-cta { margin-top: 6px; border: none; color: #8cc5ff; }.hero { min-height: auto; grid-template-columns: 1fr; gap: 3.2rem; padding-top: 4rem; }.hero::after { right: -16%; bottom: 1%; width: 430px; height: 430px; }.hero-copy { padding-top: 0; }.hero-visual { width: min(100%, 680px); min-height: 385px; justify-self: end; }.hero-visual img { min-height: 345px; }.solutions-grid { grid-template-columns: repeat(2, 1fr); }.approach-wrap { grid-template-columns: 1fr; }.approach-image { min-height: 440px; }.approach-copy { padding: 4.5rem clamp(1.25rem, 8vw, 5rem) 5.5rem; }.technology-head { grid-template-columns: 1fr; gap: 0; }.technology-head > p { margin-top: 0; }.project-list { grid-template-columns: 1fr 1fr; }.project-card:nth-child(1) { grid-column: span 2; }.project-card:nth-child(1) .project-image { height: 390px; }.project-card:nth-child(2), .project-card:nth-child(3) { margin-top: 0; }.contact-section { grid-template-columns: 1fr; }.footer-top { grid-template-columns: 1fr auto; }.footer-top > p { grid-column: span 2; }
}

.desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a.is-active::after { width: 100%; }

.page-hero { position: relative; padding: clamp(3.2rem, 7vw, 6.2rem) clamp(1.25rem, 5vw, 5rem) 2.2rem; max-width: 1560px; margin: 0 auto; }
.page-hero h1 { margin: 1.2rem 0 .8rem; max-width: 720px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: clamp(2.7rem, 5.4vw, 5.2rem); line-height: .9; letter-spacing: -.07em; font-weight: 700; }
.page-hero h1 em { color: var(--blue); font-style: normal; }
.page-hero p { max-width: 520px; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; margin-bottom: 0; }

.contact-info-grid { max-width: 1560px; margin: 0 auto; padding: 1.5rem clamp(1.25rem, 5vw, 5rem) 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-info-card { min-height: 168px; padding: 22px; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.contact-info-card b { color: #6b798a; font-family: "IBM Plex Mono", monospace; font-size: .55rem; letter-spacing: .12em; font-weight: 500; }
.contact-info-card a, .contact-info-card span.info-value { color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: -.03em; line-height: 1.35; }
.contact-info-card a:hover { color: var(--blue); }
.contact-info-card small { color: var(--ink-soft); font-size: .72rem; line-height: 1.5; }

.contact-page .contact-section { margin-top: 0; }
.contact-map { height: 320px; border: 0; width: 100%; display: block; filter: grayscale(.25) contrast(1.05); }

@media (max-width: 900px) {
  .contact-info-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .contact-info-grid { grid-template-columns: 1fr; }
  .site-header { height: 75px; }.brand img { width: 105px; }.footer-brand img { width: 124px; }.hero { padding-top: 2.9rem; padding-bottom: 4.2rem; }.hero::before { width: 65%; }.hero h1 { font-size: clamp(3.1rem, 16vw, 4.65rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 1.15rem; }.hero-notes { padding-top: 3.3rem; display: grid; grid-template-columns: 1fr; gap: 8px; }.hero-visual { min-height: 292px; padding: 30px 17px 24px; }.hero-visual img { min-height: 250px; }.visual-topline, .visual-bottomline { left: 17px; right: 17px; font-size: .43rem; }.label-one { left: 3px; top: 24%; }.label-two { right: 2px; bottom: 17%; }.atlas-orbit { display: none; }.process-ticker { justify-content: flex-start; padding-left: 1.25rem; padding-right: 1.25rem; }.section-intro { grid-template-columns: 1fr; gap: .2rem; }.section-index { padding-top: 0; }.section-intro h2, .technology h2, .contact-intro h2 { font-size: clamp(2.45rem, 11vw, 3.3rem); }.solutions-grid { grid-template-columns: 1fr; }.solution-card { min-height: 255px; }.approach-image { min-height: 310px; }.approach-image img { mix-blend-mode: screen; }.approach-copy h2 { font-size: clamp(2.7rem, 13vw, 3.8rem); }.tech-groups { grid-template-columns: 1fr; }.tech-group { min-height: auto; border-right: none; border-bottom: 1px solid var(--line); }.tech-group:last-child { border-bottom: none; }.tech-pills { margin-top: 1.3rem; }.board-line, .board-footer { min-height: auto; padding: 13px; }.board-line span:last-child { display: none; }.board-footer span:first-child { font-size: .49rem; }.project-list { grid-template-columns: 1fr; gap: 3rem; }.project-card:nth-child(1) { grid-column: auto; }.project-card:nth-child(1) .project-image, .project-card:nth-child(2) .project-image, .project-card:nth-child(3) .project-image { height: 270px; }.contact-section { padding-top: 5rem; padding-bottom: 5rem; }.contact-section::before { width: 210px; height: 210px; top: 4%; right: -18%; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-topline span:last-child { display: none; }.footer-top { grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 2.8rem; }.footer-top > p { grid-column: auto; margin-bottom: 0; }.footer-actions { align-items: flex-start; }.back-to-top { width: fit-content; }.footer-bottom { flex-direction: column; gap: 8px; }
}