/* ZHAVROAD — Responsive landing page. Change the brand colors here. */
:root {
  --navy: #09243c;
  --blue: #0069a6;
  --blue-hover: #005386;
  --teal: #00baa9;
  --ink: #112d43;
  --body: #526878;
  --line: #dce7ef;
  --pale: #f3f8fc;
  --white: #ffffff;
  --radius: 14px;
  --container: 1264px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { border-radius: 0; }
button:disabled { opacity: .6; cursor: wait; }
button, input, select, textarea { touch-action: manipulation; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #059cab; outline-offset: 5px; }
::selection { background: #c5f1ea; color: #072f4f; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; }
h1 { font-size: clamp(44px, 4.2vw, 61px); font-weight: 720; letter-spacing: -.055em; }
h2 { font-size: clamp(31px, 3vw, 42px); font-weight: 700; letter-spacing: -.04em; }
h3 { font-weight: 650; }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; }
.skip-link { position: fixed; top: -90px; left: 16px; background: var(--navy); color: white; padding: 10px 20px; z-index: 100; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 51px; padding: 13px 23px; border-radius: 7px; border: 1px solid transparent; color: white; background: var(--blue); font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .18s, box-shadow .18s, transform .18s; }
.button:hover { background: var(--blue-hover); box-shadow: 0 5px 15px #005b8420; transform: translateY(-2px); }
.button .icon { width: 21px; height: 21px; transition: transform .18s; }
.button:hover .icon { transform: translateX(3px); }
.button-outline { border-color: #b3c8d8; background: transparent; color: #07527b; }
.button-outline:hover { background: #eaf3f9; box-shadow: none; }
.button-small { min-height: 42px; padding: 9px 17px; font-size: 13px; gap: 18px; }
.button-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.6; text-transform: uppercase; color: var(--blue); }
.eyebrow-line { width: 27px; height: 2px; background: var(--teal); }
.section-eyebrow { margin-bottom: 18px; letter-spacing: .15em; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fffffff5; border-bottom: 1px solid #e5edf4; backdrop-filter: blur(12px); }
.header-inner { height: 85px; display: flex; align-items: center; gap: 32px; }
.brand { display: block; flex-shrink: 0; width: 224px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 31px; margin-left: auto; align-items: center; }
.desktop-nav a { font-size: 13px; font-weight: 550; padding: 10px 0; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; background: var(--teal); bottom: 3px; left: 0; right: 0; transform: scaleX(0); transform-origin: left; transition: transform .18s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { margin-left: 7px; }
.menu-toggle { display: none; padding: 10px; color: var(--navy); border: 1px solid var(--line); background: white; border-radius: 7px; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
.mobile-nav { padding: 8px 26px 20px; border-top: 1px solid var(--line); background: white; box-shadow: 0 10px 16px #092e4210; }
.mobile-nav a { padding: 13px 5px; font-size: 15px; display: flex; justify-content: space-between; border-bottom: 1px solid #edf2f5; }
.hero { background: radial-gradient(ellipse at 81% 24%, #deeffa 0, #f3f9fd 34%, #f9fcfe 68%, #fff 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 35px; align-items: center; padding-block: 67px 64px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 6px; }
.hero .eyebrow { margin-bottom: 24px; }
.hero h1 span { color: var(--blue); }
.hero-description { color: var(--body); font-size: 16px; line-height: 1.75; margin-top: 23px; max-width: 485px; }
.hero .button-row { margin-top: 29px; }
.hero-chips { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 32px; }
.hero-chips a { display: flex; align-items: center; gap: 8px; padding: 8px 13px; color: #155b83; border: 1px solid #dcecf5; border-radius: 99px; font-size: 12px; font-weight: 600; background: #fff9; transition: border-color .18s, background .18s; }
.hero-chips a:hover { border-color: #5cbcb6; background: white; }
.hero-chips .icon { width: 21px; height: 21px; }
.hero-visual { position: relative; padding: 15px 12px 0; min-width: 0; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 17% -20% 5%; background: radial-gradient(ellipse, #bbe3f066, transparent 63%); z-index: -1; }
.visual-caption { position: absolute; top: 0; left: 30px; display: flex; align-items: center; gap: 8px; color: #3f6580; font-size: 9px; letter-spacing: .13em; font-weight: 600; z-index: 1; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #04ac9d; box-shadow: 0 0 0 4px #00b69c13; }
.hero-image { width: 100%; mix-blend-mode: multiply; border-radius: 35% 35% 15% 15%; }
.visual-footer { position: relative; margin: -1px 12px 0; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #ffffffe3; box-shadow: 0 14px 38px #18426409; border: 1px solid #dfeaf4; border-radius: 10px; }
.micro-label { display: block; font-size: 8px; letter-spacing: .13em; font-weight: 600; color: #56758b; margin-bottom: 4px; }
.visual-footer strong { display: block; font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.visual-symbol { height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; color: var(--blue); background: #eef7fa; border-radius: 8px; }
.concept-note { display: block; text-align: right; margin: 10px 15px 0 0; font-size: 9px; color: #597182; }
.system-strip { background: #072d4a; color: #e2eef5; }
.system-strip-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 21px; gap: 28px; }
.strip-intro { font-size: 9px; font-weight: 600; letter-spacing: .18em; color: #9dbfd3; }
.system-flow { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.system-flow .icon { color: #39bcb8; width: 21px; height: 21px; }
.section { padding-block: 78px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-intro { max-width: 410px; font-size: 14px; line-height: 1.8; color: var(--body); }
.technology-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.technology-card { display: flex; flex-direction: column; padding: 20px 20px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, #f4f9fc, #fff 75%); transition: transform .2s, box-shadow .2s, border-color .2s; }
.technology-card:hover { transform: translateY(-5px); border-color: #a5cdda; box-shadow: 0 15px 30px #254d650b; }
.technology-topline { display: flex; align-items: center; justify-content: space-between; color: #45718a; gap: 7px; }
.technology-topline span { font-size: 8px; letter-spacing: .10em; font-weight: 700; }
.technology-topline .icon { width: 19px; height: 19px; }
.technology-image { height: 145px; margin: 9px -10px 12px; display: flex; align-items: center; justify-content: center; }
.technology-image img { width: 100%; max-width: 243px; height: auto; mix-blend-mode: multiply; }
.technology-card h3 { font-size: 21px; letter-spacing: -.025em; margin-bottom: 12px; }
.technology-card p { font-size: 12px; line-height: 1.8; color: var(--body); margin-bottom: 20px; }
.card-link { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; font-weight: 600; font-size: 11px; color: var(--blue); }
.circle-arrow { display: flex; align-items: center; justify-content: center; border: 1px solid #c9dce8; border-radius: 50%; width: 27px; height: 27px; flex: 0 0 auto; }
.circle-arrow .icon { width: 17px; height: 17px; }
.card-link:hover .circle-arrow { background: var(--blue); color: white; border-color: var(--blue); }
.image-disclaimer { margin-top: 16px; font-size: 10px; line-height: 1.7; color: #687d8c; }
.projects-section { background: #f6f9fc; border-block: 1px solid #e6eef5; }
.projects-intro { max-width: 410px; }
.small-caption { display: block; margin-top: 12px; font-size: 11px; font-weight: 600; color: #21607e; }
.project-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button { border: 1px solid transparent; border-radius: 5px; padding: 9px 14px; min-height: 40px; background: transparent; color: #506a7e; font-size: 11px; font-weight: 600; transition: color .18s, background .18s; }
.filter-button:hover { background: #e7eff6; }
.filter-button.is-active { border-color: #d3e0e9; background: white; color: #004d76; box-shadow: 0 2px 3px #00274604; }
.filter-button span { font-size: 9px; color: #0c766f; margin-left: 7px; background: #e8f5f2; padding: 2px 4px; border-radius: 3px; }
.project-count { color: #6d8090; font-size: 10px; }
.projects-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.project-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #dce7ef; background: white; border-radius: 10px; transition: transform .2s, box-shadow .2s; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px #2743550c; }
.project-image { position: relative; aspect-ratio: 1.10; overflow: hidden; background: #e0e9ee; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-category { position: absolute; left: 12px; bottom: 12px; border-radius: 4px; padding: 4px 7px; color: white; background: #062b45dd; backdrop-filter: blur(6px); letter-spacing: .08em; font-size: 8px; font-weight: 600; }
.project-body { padding: 19px 15px 15px; display: flex; flex-direction: column; flex: 1; }
.project-technology { font-size: 7.5px; letter-spacing: .07em; font-weight: 700; color: #0c7981; margin-bottom: 12px; }
.project-body h3 { font-size: 19px; letter-spacing: -.035em; line-height: 1.28; margin-bottom: 11px; }
.project-body > p:not(.project-technology) { font-size: 11px; line-height: 1.85; color: var(--body); margin-bottom: 20px; }
.project-open { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 12px 0 2px; border: 0; border-top: 1px solid #e8eef2; background: transparent; color: var(--blue); font-size: 11px; font-weight: 600; text-align: left; }
.project-open .icon { width: 16px; height: 16px; }
.project-open:hover { color: #003452; }
.solutions-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: center; }
.solutions-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--body); font-size: 14px; line-height: 1.9; max-width: 445px; }
.text-link { display: inline-flex; align-items: center; gap: 21px; font-size: 13px; font-weight: 600; color: var(--blue); margin-top: 28px; }
.text-link:hover { gap: 28px; }
.text-link .icon { width: 20px; height: 20px; }
.service-item { display: flex; align-items: flex-start; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-item:first-child { padding-top: 0; }
.service-item:last-child { padding-bottom: 0; border-bottom: 0; }
.service-number { color: #498092; font-size: 10px; letter-spacing: .06em; padding-top: 4px; }
.service-item h3 { font-size: 17px; letter-spacing: -.02em; margin-bottom: 9px; }
.service-item p { color: var(--body); font-size: 12px; line-height: 1.9; max-width: 382px; }
.service-item > .icon { margin-left: auto; color: #177c92; width: 27px; height: 27px; }
.about-section { padding-top: 0; }
.about-section > .container { border-top: 1px solid var(--line); padding-top: 63px; }
.about-heading { margin-bottom: 40px; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.value-card { padding-right: 22px; border-right: 1px solid var(--line); }
.value-card:last-child { border: 0; }
.value-icon { display: flex; align-items: center; justify-content: center; background: #f0f7fa; border-radius: 9px; color: var(--blue); width: 43px; height: 43px; margin-bottom: 20px; }
.value-icon .icon { width: 25px; height: 25px; }
.value-card h3 { font-size: 16px; letter-spacing: -.02em; margin-bottom: 10px; }
.value-card p { color: var(--body); font-size: 12px; line-height: 1.85; max-width: 230px; }
.contact-section { color: #d3e1ec; background: radial-gradient(ellipse at 4% 100%, #07486a, transparent 58%), #082a45; position: relative; overflow: hidden; padding-block: 75px; }
.contact-section::before { content: ""; width: 720px; height: 720px; border: 1px solid #5b92ad18; border-radius: 50%; position: absolute; top: -295px; left: -260px; box-shadow: 0 0 0 80px #63b4c706, 0 0 0 160px #63b4c705, 0 0 0 240px #63b4c704; pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: center; position: relative; }
.contact-copy .eyebrow { color: #60d3d0; margin-bottom: 24px; }
.contact-copy h2 { color: white; font-size: clamp(40px, 4.1vw, 59px); line-height: 1.08; letter-spacing: -.045em; }
.contact-copy h2 span { color: #66d8d1; }
.contact-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; max-width: 425px; margin-top: 25px; color: #bbcfdc; }
.contact-topics { display: grid; gap: 12px; margin-top: 29px; }
.contact-topics span { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #d0e2eb; }
.contact-topics .icon { color: #6bd8c9; width: 18px; height: 18px; }
.contact-signature { display: flex; align-items: center; gap: 17px; margin-top: 48px; border-top: 1px solid #ffffff20; padding-top: 28px; }
.contact-signature img { width: 52px; height: auto; filter: brightness(1.45); }
.contact-signature strong { display: block; font-size: 15px; font-weight: 550; color: white; }
.contact-signature span { display: block; font-size: 9px; color: #a2becf; margin-top: 4px; }
.contact-form-panel { color: var(--ink); background: #fff; border: 1px solid #e0e7ed; padding: 32px; border-radius: 14px; box-shadow: 0 15px 40px #001b301e; }
.form-heading h3 { font-size: 22px; letter-spacing: -.03em; }
.form-heading p { font-size: 12px; color: var(--body); margin-top: 7px; }
#contact-form { margin-top: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { margin-bottom: 15px; min-width: 0; }
.form-field label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 7px; color: #2d465b; }
.form-field label > span:not(.optional) { color: #47788c; }
.optional { font-weight: 400; color: #778a98; font-size: 10px; }
input, select, textarea { color: #173a53; background: #fbfcfe; border: 1px solid #d6e1e9; border-radius: 5px; padding: 11px 12px; width: 100%; min-width: 0; font-size: 12px; line-height: 1.6; transition: border-color .18s, box-shadow .18s; }
textarea { resize: vertical; min-height: 102px; max-height: 400px; }
input::placeholder, textarea::placeholder { color: #7a8c9b; opacity: 1; }
input:focus, select:focus, textarea:focus { border-color: #2e91aa; outline: none; box-shadow: 0 0 0 3px #1d9cac15; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-mode-note { color: #667c8b; font-size: 10px; line-height: 1.7; padding: 11px 12px; margin-bottom: 16px; background: #f1f6f9; border-radius: 5px; border-left: 2px solid #69b4bd; }
.form-submit { width: 100%; justify-content: space-between; }
.form-status { font-size: 11px; color: #256b57; line-height: 1.8; }
.form-status:not(:empty) { margin-top: 12px; }
.form-status.is-error { color: #a23632; }
.site-footer { background: #fff; }
.footer-top { display: flex; align-items: center; gap: 28px; padding-block: 36px; }
.footer-brand { width: 196px; }
.footer-top > p { padding-left: 28px; border-left: 1px solid var(--line); font-size: 10px; color: #6c8190; line-height: 1.8; }
.footer-top nav { display: flex; gap: 22px; margin-left: auto; font-size: 10px; }
.footer-top nav a:hover { color: var(--blue); }
.back-to-top { display: flex; align-items: center; gap: 10px; font-size: 10px; color: var(--blue); }
.back-to-top .icon { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; color: #6d8392; padding-block: 18px; border-top: 1px solid var(--line); }
/* Native dialogs provide keyboard focus containment and Escape-to-close. */
dialog { padding: 0; border: 1px solid #dce6ed; border-radius: 16px; color: var(--ink); background: white; box-shadow: 0 24px 100px #0005; max-height: calc(100dvh - 48px); }
dialog::backdrop { background: #041b31b3; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 13px; top: 13px; z-index: 3; width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #ffffffed; }
.dialog-close:hover { background: #ecf3f8; }
.dialog-close .icon { width: 20px; height: 20px; }
.project-dialog { width: min(900px, calc(100vw - 40px)); }
.project-dialog-grid { display: grid; grid-template-columns: .8fr 1.2fr; }
.dialog-image-wrap { background: #f0f5f9; padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.dialog-image-wrap img { border-radius: 9px; width: 100%; height: auto; }
.dialog-image-wrap p { margin-top: 12px; font-size: 9px; color: #6e8393; }
.dialog-content { padding: 45px 36px 34px; }
.dialog-content .eyebrow { font-size: 9px; }
.dialog-content h2 { font-size: 29px; margin-bottom: 18px; line-height: 1.16; }
.dialog-content > p { font-size: 12px; line-height: 1.85; color: var(--body); }
.dialog-content h3 { margin-block: 20px 8px; font-size: 14px; }
.dialog-tech { display: flex; flex-wrap: wrap; gap: 7px; margin-block: 19px 24px; }
.dialog-tech span { font-size: 9px; font-weight: 600; border-radius: 4px; padding: 5px 8px; color: #146475; background: #edf6f7; }
.dialog-content .dialog-note { font-size: 10px; padding: 12px; margin-block: -5px 22px; background: #f4f7fa; border-radius: 5px; }
.dialog-content .button { font-size: 12px; }
.brief-dialog { width: min(680px, calc(100vw - 36px)); }
.brief-dialog-content { padding: 38px; }
.brief-dialog h2 { font-size: 30px; margin-bottom: 15px; }
.brief-dialog-content > p:not(.eyebrow) { font-size: 12px; color: var(--body); line-height: 1.8; }
#brief-text { margin-block: 20px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; min-height: 240px; }
.brief-dialog .button { font-size: 12px; }
body.modal-open { overflow: hidden; }
@media (min-width: 1600px) {
  .hero-grid { padding-block: 82px; }
}
@media (max-width: 1180px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 24px; }
  .brand { width: 199px; }
  .desktop-nav { gap: 23px; }
  .hero-grid { gap: 22px; }
  h1 { font-size: clamp(43px, 4.7vw, 55px); }
  .hero-description { font-size: 14px; }
  .hero .button { font-size: 12px; padding-inline: 17px; gap: 12px; }
  .technology-grid { gap: 13px; }
  .technology-card { padding: 17px 15px; }
  .technology-image { height: 125px; }
  .technology-card h3 { font-size: 19px; }
  .card-link { font-size: 10px; }
  .projects-grid { gap: 12px; }
  .project-body { padding-inline: 13px; }
  .project-body h3 { font-size: 17px; }
  .project-technology { min-height: 22px; font-size: 7px; }
  .solutions-grid { gap: 65px; }
  .contact-grid { gap: 65px; }
  .footer-top { gap: 20px; }
  .footer-top > p { padding-left: 20px; }
  .footer-brand { width: 180px; }
}
@media (max-width: 980px) {
  .container { width: calc(100% - 48px); }
  .desktop-nav { gap: 19px; }
  .desktop-nav a { font-size: 12px; }
  .header-inner { gap: 20px; height: 77px; }
  .brand { width: 186px; }
  .header-cta { font-size: 11px; gap: 10px; padding-inline: 13px; margin-left: 0; }
  .hero-grid { padding-block: 50px; grid-template-columns: 1.1fr 1fr; gap: 12px; }
  h1 { font-size: 44px; }
  .hero-description { max-width: 370px; font-size: 13px; }
  .hero .button-row { gap: 10px; }
  .hero .button { font-size: 11px; padding: 12px 13px; min-height: 46px; }
  .hero-chips { gap: 7px; margin-top: 26px; }
  .hero-chips a { font-size: 10px; padding: 7px 10px; }
  .hero-visual { padding-inline: 0; }
  .visual-footer { margin-inline: 0; padding: 13px 16px; }
  .visual-caption { font-size: 8px; left: 15px; }
  .visual-footer strong { font-size: 16px; }
  .micro-label { font-size: 7px; }
  .system-flow { gap: 23px; font-size: 11px; }
  .strip-intro { font-size: 8px; }
  .section { padding-block: 64px; }
  .section-intro { max-width: 340px; font-size: 13px; }
  .technology-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
  .technology-card { padding: 21px 23px; }
  .technology-image { height: 148px; }
  .technology-topline span { font-size: 9px; }
  .technology-card h3 { font-size: 22px; }
  .technology-card p { font-size: 13px; }
  .card-link { font-size: 12px; }
  .projects-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
  .project-body { padding: 20px 18px 16px; }
  .project-body h3 { font-size: 22px; }
  .project-body > p:not(.project-technology) { font-size: 12px; }
  .project-technology { font-size: 8px; min-height: auto; }
  .project-image { aspect-ratio: 1.25; }
  .solutions-grid { gap: 40px; }
  .solutions-copy > p:not(.eyebrow) { font-size: 13px; }
  .service-item { gap: 14px; }
  .service-item h3 { font-size: 16px; }
  .service-item > .icon { width: 22px; height: 22px; }
  .values-grid { gap: 20px; }
  .value-card { padding-right: 12px; }
  .value-card h3 { font-size: 15px; }
  .value-card p { font-size: 11px; }
  .about-section { padding-top: 0; }
  .contact-grid { gap: 38px; }
  .contact-copy h2 { font-size: 47px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-form-panel { padding: 26px; }
  .form-heading h3 { font-size: 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-top > p { display: none; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 72px; gap: 12px; }
  .brand { width: 183px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 43px 35px; }
  .hero-copy { max-width: 570px; }
  h1 { font-size: clamp(41px, 7.6vw, 57px); letter-spacing: -.045em; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .15em; margin-bottom: 22px; }
  .hero-description { font-size: 15px; max-width: 480px; margin-top: 21px; }
  .hero .button-row { margin-top: 24px; }
  .hero .button { min-height: 49px; font-size: 12px; padding: 13px 18px; gap: 15px; }
  .hero-chips { margin-top: 24px; }
  .hero-chips a { font-size: 11px; padding: 8px 12px; }
  .hero-visual { max-width: 485px; width: 100%; margin-inline: auto; }
  .hero-image { width: 100%; }
  .visual-caption { font-size: 8px; top: 4px; left: 24px; }
  .visual-footer { margin-inline: 12px; padding: 14px 17px; }
  .visual-footer strong { font-size: 18px; }
  .micro-label { font-size: 8px; }
  .concept-note { font-size: 8px; }
  .system-strip-inner { display: block; padding-block: 20px; text-align: center; }
  .strip-intro { display: block; font-size: 8px; margin-bottom: 15px; }
  .system-flow { justify-content: center; font-size: 10px; gap: 16px; }
  .system-flow .icon { width: 16px; height: 16px; }
  .section { padding-block: 54px; }
  h2 { font-size: 34px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-intro { margin-top: 20px; font-size: 13px; max-width: 490px; }
  .projects-intro { max-width: 100%; }
  .small-caption { font-size: 10px; }
  .technology-grid { gap: 14px; }
  .technology-card { padding: 18px; }
  .technology-topline span { font-size: 7.5px; }
  .technology-topline .icon { width: 17px; height: 17px; }
  .technology-image { height: 122px; }
  .technology-card h3 { font-size: 21px; }
  .technology-card p { font-size: 12px; }
  .card-link { font-size: 10px; }
  .project-toolbar { display: block; margin-bottom: 20px; }
  .project-count { margin-top: 12px; }
  .filter-button { font-size: 10px; padding: 9px 11px; }
  .projects-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .project-image { aspect-ratio: 1.20; }
  .project-body { padding: 19px 17px 15px; }
  .project-body h3 { font-size: 21px; }
  .project-technology { font-size: 7.5px; }
  .solutions-grid { grid-template-columns: 1fr; gap: 32px; }
  .solutions-copy > p:not(.eyebrow) { max-width: 550px; }
  .service-item { gap: 22px; }
  .service-item h3 { font-size: 18px; }
  .service-item p { max-width: 450px; font-size: 13px; }
  .service-item > .icon { width: 25px; height: 25px; }
  .about-section { padding-top: 0; }
  .about-section > .container { padding-top: 49px; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 32px 26px; }
  .value-card { border: 0; padding: 0; }
  .value-card h3 { font-size: 16px; }
  .value-card p { font-size: 12px; }
  .value-icon { margin-bottom: 16px; }
  .contact-section { padding-block: 50px; }
  .contact-grid { grid-template-columns: 1fr; gap: 37px; }
  .contact-copy h2 { font-size: 50px; }
  .contact-copy h2 br:nth-of-type(2) { display: none; }
  .contact-copy > p:not(.eyebrow) { font-size: 14px; max-width: 495px; }
  .contact-signature { margin-top: 28px; padding-top: 20px; }
  .contact-form-panel { padding: 28px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-heading h3 { font-size: 22px; }
  .form-field label { font-size: 12px; }
  /* 16px inputs prevent iOS Safari's automatic focus zoom. */
  input, select, textarea { font-size: 16px; padding: 10px 11px; }
  input::placeholder, textarea::placeholder { font-size: 13px; }
  .form-mode-note { font-size: 11px; }
  .footer-top { flex-wrap: wrap; padding-block: 29px; gap: 25px; }
  .footer-brand { width: 193px; }
  .footer-top nav { margin-left: auto; font-size: 11px; gap: 20px; }
  .back-to-top { font-size: 11px; width: 100%; }
  .footer-bottom { font-size: 8px; gap: 15px; align-items: flex-start; }
  .project-dialog-grid { grid-template-columns: 1fr; }
  .dialog-image-wrap { padding: 20px; align-items: center; }
  .dialog-image-wrap img { max-height: 230px; width: auto; object-fit: contain; }
  .dialog-content { padding: 25px; }
  .dialog-content h2 { font-size: 29px; }
  .dialog-content > p { font-size: 13px; }
  .brief-dialog-content { padding: 35px 24px 24px; }
  .brief-dialog h2 { font-size: 27px; }
}
@media (max-width: 460px) {
  .container { width: calc(100% - 36px); }
  .hero-copy { padding-right: 0; }
  h1 { font-size: clamp(35px, 9.4vw, 43px); letter-spacing: -.055em; }
  .hero-description { font-size: 14px; }
  .hero .button-row { flex-wrap: nowrap; gap: 8px; }
  .hero .button { font-size: 10.5px; padding-inline: 13px; gap: 9px; }
  .hero .button .icon { width: 17px; height: 17px; }
  .hero-chips a { font-size: 10px; padding: 7px 11px; }
  .system-flow { gap: 10px; font-size: 9px; }
  .system-flow .icon { width: 12px; height: 12px; }
  h2 { font-size: 32px; }
  .technology-grid { grid-template-columns: 1fr; }
  .technology-card { padding: 21px 23px; }
  .technology-topline span { font-size: 9px; }
  .technology-image { height: 150px; margin-bottom: 8px; }
  .technology-image img { max-width: 249px; }
  .technology-card h3 { font-size: 24px; }
  .technology-card p { font-size: 13px; }
  .card-link { font-size: 12px; }
  .projects-grid { grid-template-columns: 1fr; gap: 19px; }
  .project-image { aspect-ratio: 1.65; }
  .project-body { padding: 22px; }
  .project-body h3 { font-size: 25px; }
  .project-body h3 br { display: none; }
  .project-body > p:not(.project-technology) { font-size: 13px; line-height: 1.8; }
  .project-technology { font-size: 8.5px; }
  .project-open { font-size: 12px; padding-top: 14px; min-height: 40px; }
  .project-category { font-size: 9px; }
  .project-filters { gap: 4px; }
  .filter-button { font-size: 9px; padding-inline: 9px; }
  .image-disclaimer { font-size: 10px; }
  .service-item { gap: 15px; }
  .service-item h3 { font-size: 17px; }
  .service-item p { font-size: 12px; }
  .contact-copy h2 { font-size: 45px; }
  .contact-form-panel { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-heading h3 { font-size: 22px; }
  .footer-top nav { width: 100%; margin-left: 0; }
  .footer-bottom { flex-direction: column; gap: 7px; font-size: 9px; }
  .brief-dialog .button-row { gap: 10px; }
  .brief-dialog .button { padding-inline: 15px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .project-filters, .project-count, .project-open, .contact-section, .back-to-top { display: none !important; }
  .hero, .projects-section { background: white; }
  .section { padding-block: 30px; }
  .container { width: 100%; }
  .technology-card, .project-card { break-inside: avoid; }
  .project-card[hidden] { display: flex !important; }
  .system-strip { background: white; color: #123; }
  .system-strip * { color: #123; }
}
