/* ============================================================
   Noor Inc. · Bringing light to you!
   Light is the default theme; `:root.dark` switches to dark.
   ============================================================ */

/* Self-hosted fonts (DM Sans variable 300-700, DM Mono 400/500) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../assets/fonts/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../assets/fonts/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/dm-mono-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/dm-mono-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/dm-mono-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/dm-mono-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #F6F5F2; --bg2: #EEEDE8; --panel: #FFFFFF;
  --ink: #16181A; --ink2: #43464A; --soft: #33363A; --mut: #6B6E72; --dim: #94979B;
  --btn-hover: #000000;
  --hdr: rgba(246,245,242,0.85); --scrim: rgba(22,24,26,0.4);
  --l08: rgba(20,22,26,0.08); --l10: rgba(20,22,26,0.1); --l12: rgba(20,22,26,0.12);
  --l15: rgba(20,22,26,0.15); --l20: rgba(20,22,26,0.2); --l22: rgba(20,22,26,0.22);
  --l25: rgba(20,22,26,0.25); --l30: rgba(20,22,26,0.3); --l40: rgba(20,22,26,0.4);
  --l60: rgba(20,22,26,0.6);
  color-scheme: light;
}
:root.dark {
  --bg: #0E0F10; --bg2: #121315; --panel: #131517;
  --ink: #F4F3F0; --ink2: #B7B9BA; --soft: #D8D8D5; --mut: #8F9193; --dim: #5F6265;
  --btn-hover: #FFFFFF;
  --hdr: rgba(14,15,16,0.85); --scrim: rgba(10,11,12,0.72);
  --l08: rgba(244,243,240,0.08); --l10: rgba(244,243,240,0.1); --l12: rgba(244,243,240,0.12);
  --l15: rgba(244,243,240,0.15); --l20: rgba(244,243,240,0.2); --l22: rgba(244,243,240,0.22);
  --l25: rgba(244,243,240,0.25); --l30: rgba(244,243,240,0.3); --l40: rgba(244,243,240,0.4);
  --l60: rgba(244,243,240,0.6);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--ink); color: var(--bg); }
.mono { font-family: 'DM Mono', monospace; }

/* Theme swap: View Transitions cross-fade when supported, transition fallback otherwise */
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: 0.45s;
  animation-timing-function: ease;
}
html.theming body, html.theming header, html.theming section, html.theming footer,
html.theming h1, html.theming h2, html.theming h3, html.theming p, html.theming span,
html.theming a, html.theming button, html.theming blockquote, html.theming div {
  transition: background-color 0.45s ease, color 0.45s ease, border-color 0.45s ease !important;
}

/* Theme-dependent element visibility (logo variants, sun/moon icons) */
.only-dark { display: none !important; }
:root.dark .only-dark { display: block !important; }
:root.dark .only-light { display: none !important; }

/* Footer logo unit is a white SVG: invert it on light backgrounds */
:root:not(.dark) .flogo { filter: invert(1) hue-rotate(180deg); }

/* ============ Background dot canvas ============ */
#dots {
  position: fixed; inset: 0;
  width: 100vw; height: 100vh;
  pointer-events: none; z-index: 0;
}

/* ============ Scroll reveals ============ */
[data-rv="1"] {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-rv="1"].rv-on { opacity: 1; transform: none; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes panelIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.fade-up { animation: fadeUp 0.7s ease both; }
.fade-up-2 { animation: fadeUp 0.7s ease 0.15s both; }

@media (prefers-reduced-motion: reduce) {
  [data-rv="1"] { opacity: 1; transform: none; transition: none; }
  .fade-up, .fade-up-2, .mmenu, .ovl-scrim, .ovl { animation: none !important; }
  .t-slide { transition: none !important; }
}

/* ============ Shared layout ============ */
.px { padding-left: 48px; padding-right: 48px; }
.rail { max-width: 1240px; margin-left: auto; margin-right: auto; }
main { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 28px;
  font-family: 'DM Mono', monospace;
  font-size: 13px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--mut);
}

/* ============ Buttons & links ============ */
.btn {
  display: inline-block; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  font-family: inherit; font-weight: 500; text-decoration: none; text-align: center;
  color: var(--bg); background: var(--ink);
  border: none; border-radius: 999px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn:hover { background: var(--btn-hover); }
.btn-nav { font-size: 15px; padding: 10px 22px; }
.btn-hero { font-size: 16px; padding: 14px 30px; }
.btn-cta { font-size: 17px; padding: 16px 36px; }
.btn-mmenu { align-self: flex-start; margin-top: 32px; font-size: 17px; padding: 15px 32px; }
.btn-ghost {
  display: inline-block; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  font-family: inherit; font-size: 16px; font-weight: 500; text-decoration: none;
  color: var(--ink); background: transparent;
  border: 1px solid var(--l25); border-radius: 999px;
  padding: 13px 30px;
  transition: border-color 0.25s ease;
}
.btn-ghost:hover { border-color: var(--l60); }
.circle-btn {
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: transparent; border: 1px solid var(--l22); border-radius: 999px;
  color: var(--ink); cursor: pointer; padding: 0;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.circle-btn:hover { border-color: var(--l60); }

/* ============ Header ============ */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: var(--hdr);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--l08);
}
.hdr-in { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo-link { display: flex; align-items: center; color: var(--ink); text-decoration: none; }
.logo-link svg { height: 24px; width: auto; display: block; }
.navlinks { display: flex; align-items: center; gap: 36px; }
.navlink {
  cursor: pointer; font-size: 15px; letter-spacing: 0.01em;
  color: var(--mut); text-decoration: none;
  transition: color 0.2s ease;
}
.navlink:hover, .navlink.on { color: var(--ink); }
.theme-btn { width: 40px; height: 40px; border: 1px solid var(--l22); }
.menubtn { display: none; align-items: center; gap: 2px; margin-right: -10px; }
.menubtn button {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: transparent; border: none; cursor: pointer; padding: 0; color: var(--ink);
}
.icon-close { display: none; }
body.menu-open .icon-close { display: block; }
body.menu-open .icon-burger { display: none; }

/* ============ Mobile menu ============ */
.mmenu {
  display: none;
  position: fixed; top: 76px; left: 0; right: 0; bottom: 0; z-index: 49;
  background: var(--bg); padding: 32px 22px;
  flex-direction: column; gap: 4px;
  animation: fadeIn 0.25s ease both;
}
.mlink {
  cursor: pointer; font-size: 32px; font-weight: 500; letter-spacing: -0.02em;
  color: var(--mut); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid var(--l08);
  transition: color 0.2s ease;
}
.mlink:hover, .mlink.on { color: var(--ink); }

/* ============ Hero ============ */
.hero { padding-top: 150px; padding-bottom: 120px; }
.hero h1 {
  margin: 0;
  font-size: clamp(42px, 6.6vw, 96px);
  line-height: 1.04; letter-spacing: -0.03em; font-weight: 500;
  max-width: 15ch; text-wrap: balance;
}
.hero-sub {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-top: 56px;
}
.hero-sub p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--ink2); max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

.page-hero { padding-top: 150px; padding-bottom: 110px; }
.page-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5.4vw, 78px);
  line-height: 1.06; letter-spacing: -0.03em; font-weight: 500;
  max-width: 16ch; text-wrap: balance;
}
.page-hero .lead { font-size: 19px; line-height: 1.65; color: var(--ink2); }

/* ============ Stats strip ============ */
.stats-band { border-top: 1px solid var(--l10); border-bottom: 1px solid var(--l10); }
.stats3 { display: flex; align-items: stretch; }
.stats3 > div { padding: 44px 64px; border-right: 1px solid var(--l10); }
.stats3 > div:first-child { padding-left: 0; }
.stats3 > div:last-child { padding-right: 0; border-right: none; }
.stat-num { margin: 0; font-size: 44px; font-weight: 500; letter-spacing: -0.02em; }
.stat-unit { font-size: 18px; font-weight: 400; color: var(--mut); }
.stat-plus { font-size: 24px; color: var(--mut); }
.stat-cap { margin: 6px 0 0; font-size: 15px; color: var(--mut); }

/* ============ Logo strip ============ */
.logos-sec { padding-top: 120px; padding-bottom: 120px; }
.logos-sec .eyebrow { margin-bottom: 48px; }
.logostrip { display: flex; flex-wrap: wrap; column-gap: 56px; row-gap: 44px; align-items: center; }
.logostrip img { width: auto; display: block; }

/* ============ Numbered rows (disciplines / process) ============ */
.disciplines-sec { padding-top: 40px; padding-bottom: 140px; }
.disciplines-sec h2 {
  margin: 0 0 72px;
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 500; letter-spacing: -0.02em; line-height: 1.15; max-width: 22ch;
}
.rows { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--l10); }
.row3 {
  display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 32px;
  align-items: baseline; padding: 40px 0;
  border-bottom: 1px solid var(--l10);
}
.row3 .num { font-family: 'DM Mono', monospace; font-size: 14px; color: var(--dim); }
.row3 h3 { margin: 0; font-size: 26px; font-weight: 500; letter-spacing: -0.01em; }
.row3 p { margin: 0; font-size: 17px; line-height: 1.6; color: var(--mut); }
.rows-process { border-top: none; }
.rows-process .row3 { padding: 44px 0; border-bottom: none; border-top: 1px solid var(--l10); }
.rows-process .row3:last-child { border-bottom: 1px solid var(--l10); }
.rows-process .row3 h3 { font-size: 24px; }

/* ============ How we work / values ============ */
.band { border-top: 1px solid var(--l10); }
.band-alt { border-top: 1px solid var(--l10); background: var(--bg2); }
.how-sec { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.how-sec .eyebrow { margin-bottom: 24px; }
.how-sec h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500; letter-spacing: -0.02em; line-height: 1.2;
}
.ulink {
  display: inline-block; margin-top: 36px; cursor: pointer;
  font-size: 16px; font-weight: 500; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--l40); padding-bottom: 4px;
  transition: border-color 0.25s ease;
}
.ulink:hover { border-color: var(--ink); }
.grid22 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 56px; }
.value { display: flex; flex-direction: column; gap: 10px; }
.value svg { color: var(--mut); margin-bottom: 4px; }
.value h3 { margin: 0; font-size: 19px; font-weight: 500; }
.value p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--mut); }

.values-sec { padding-top: 120px; padding-bottom: 120px; }
.values-sec h2 { margin: 0 0 72px; font-size: clamp(28px, 3vw, 44px); font-weight: 500; letter-spacing: -0.02em; }
.v3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 56px 64px; }
.v3 .value { gap: 12px; }
.v3 .value h3 { font-size: 21px; }

/* ============ About ============ */
.about-intro { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 980px; }
.about-intro p { margin: 0; font-size: 19px; line-height: 1.65; color: var(--ink2); }
.process-sec { padding-top: 120px; padding-bottom: 120px; }
.process-sec .eyebrow { margin-bottom: 24px; }
.process-sec h2 {
  margin: 0 0 80px;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500; letter-spacing: -0.02em; max-width: 24ch;
}
.anniv-sec {
  padding-top: 100px; padding-bottom: 100px;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.anniv-sec .years { margin: 0; font-family: 'DM Mono', monospace; font-size: 14px; letter-spacing: 0.18em; color: var(--dim); }
.anniv-sec .line { margin: 0; font-size: 21px; color: var(--mut); letter-spacing: -0.01em; }

/* ============ Testimonials ============ */
.t-sec { padding-top: 130px; padding-bottom: 130px; }
.t-sec-work { padding-top: 110px; padding-bottom: 110px; }
.t-sec .eyebrow, .t-sec-work .eyebrow { margin-bottom: 48px; }
.t-slide { min-height: 340px; will-change: transform, opacity; }
.t-quote {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 38px);
  font-weight: 400; line-height: 1.4; letter-spacing: -0.015em;
  max-width: 36ch; text-wrap: pretty;
}
.t-attr { margin: 40px 0 0; display: flex; align-items: center; gap: 16px; }
.t-photo {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0; border: 2px solid var(--l15);
}
.t-attr p { margin: 0; font-size: 16px; color: var(--mut); }
.t-name { color: var(--ink); font-weight: 500; }
.t-nav { margin-top: 56px; display: flex; align-items: center; gap: 24px; }
.t-nav .circle-btn { width: 52px; height: 52px; }
.t-counter { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: 0.14em; color: var(--dim); }

/* ============ Work ============ */
.workgrid {
  padding-top: 110px; padding-bottom: 140px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 64px 40px;
}
.wcard {
  cursor: pointer; display: flex; flex-direction: column; gap: 18px;
  font-family: inherit; text-align: left; color: inherit;
  background: none; border: none; padding: 0;
}
.wcard:focus-visible { outline: 2px solid var(--l60); outline-offset: 6px; }
.wimg {
  aspect-ratio: 4 / 3; width: 100%; object-fit: cover; object-position: center;
  border: 1px solid var(--l08); display: block;
  filter: grayscale(1);
  transition: filter 0.35s ease;
}
.wimg.pos-top { object-position: center top; }
.wcard:hover .wimg, .wcard:active .wimg { filter: grayscale(0); }
.wmeta { display: flex; flex-direction: column; gap: 6px; }
.wmeta .wname { font-size: 22px; font-weight: 500; letter-spacing: -0.015em; color: var(--ink); }
.wmeta .wtype { font-family: 'DM Mono', monospace; font-size: 13px; color: var(--dim); }

/* ============ Project overlay ============ */
.ovl-scrim {
  display: none;
  position: fixed; inset: 0; z-index: 100;
  background: var(--scrim);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  overflow-y: auto; padding: 24px;
}
.ovl-scrim.open { display: block; animation: fadeIn 0.25s ease both; }
.ovl {
  max-width: 920px; margin: 48px auto;
  background: var(--panel); border: 1px solid var(--l12); padding: 56px;
}
.ovl-scrim.open .ovl { animation: panelIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) both; }
.ovl-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.ovl-title { display: flex; flex-direction: column; gap: 14px; }
.ovl-type { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: 0.14em; color: var(--dim); }
.ovl-title h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: -0.02em; }
.ovl-close { width: 44px; height: 44px; border-color: var(--l20); margin: -4px -4px 0 0; }
.ovl-blurb { margin: 28px 0 0; font-size: 17px; line-height: 1.7; color: var(--ink2); max-width: 62ch; }
.ovl-gallery { margin-top: 44px; display: flex; flex-direction: column; gap: 20px; }
.ovl-gallery img { width: 100%; height: auto; display: block; border: 1px solid var(--l08); }

/* ============ Contact ============ */
.contact-main { min-height: calc(100vh - 340px); display: flex; flex-direction: column; }
.contact-hero { width: 100%; padding-top: 150px; padding-bottom: 140px; }
.contact-hero h1 { max-width: 15ch; }
.contact-cols { margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; max-width: 980px; }
.contact-note { display: flex; flex-direction: column; gap: 20px; }
.contact-note .big { margin: 0; font-size: 18px; line-height: 1.65; color: var(--ink2); }
.contact-note .small { margin: 0; font-size: 16px; line-height: 1.65; color: var(--mut); }
.contact-side { display: flex; flex-direction: column; gap: 48px; }
.contact-label {
  margin: 0; font-family: 'DM Mono', monospace;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim);
}
.mail-link {
  font-size: 21px; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--l30); align-self: flex-start; padding-bottom: 3px;
  transition: border-color 0.25s ease;
}
.mail-link:hover { border-color: var(--ink); }
.social-row { display: flex; gap: 16px; }
.social-circle { width: 44px; height: 44px; color: var(--mut); text-decoration: none; }
.social-circle:hover { color: var(--ink); }
.contact-stats { border-top: 1px solid var(--l10); margin-top: auto; }

/* ============ CTA band ============ */
.cta-band { border-top: 1px solid var(--l10); position: relative; z-index: 1; }
.cta-in {
  padding-top: 140px; padding-bottom: 140px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 40px;
}
.cta-in h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.1;
  max-width: 18ch; text-wrap: balance;
}
.cta-in p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--mut); max-width: 50ch; }

/* ============ Footer ============ */
footer { border-top: 1px solid var(--l10); position: relative; z-index: 1; background: var(--bg); }
.f-in {
  padding-top: 72px; padding-bottom: 72px;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 48px; flex-wrap: wrap;
}
.flogo { height: 110px; width: auto; display: block; margin-left: -8px; }
.f-cols { display: flex; gap: 80px; flex-wrap: wrap; }
.f-col { display: flex; flex-direction: column; gap: 14px; }
.f-label {
  margin: 0; font-family: 'DM Mono', monospace;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim);
}
.f-link { cursor: pointer; font-size: 15px; color: var(--mut); text-decoration: none; transition: color 0.2s ease; }
.f-link:hover { color: var(--ink); }
.f-social { display: flex; gap: 18px; }
.f-social a { color: var(--mut); display: flex; transition: color 0.2s ease; }
.f-social a:hover { color: var(--ink); }
.f-bottom { border-top: 1px solid var(--l08); }
.f-bottom-in {
  padding-top: 24px; padding-bottom: 24px;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.f-bottom-in .copy { margin: 0; font-size: 13px; color: var(--dim); }
.f-bottom-in .est { margin: 0; font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 0.14em; color: var(--dim); }

/* ============ Responsive ============ */
@media (max-width: 1120px) {
  .px { padding-left: 32px !important; padding-right: 32px !important; }
  .v3 { grid-template-columns: 1fr 1fr !important; }
  .workgrid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 920px) {
  .cols2 { grid-template-columns: 1fr !important; gap: 56px !important; }
  .row3 { grid-template-columns: 1fr !important; gap: 12px !important; }
}
@media (max-width: 760px) {
  .px { padding-left: 22px !important; padding-right: 22px !important; }
  .sec { padding-top: 80px !important; padding-bottom: 80px !important; }
  .sec0 { padding-top: 24px !important; padding-bottom: 80px !important; }
  .navlinks { display: none !important; }
  .menubtn { display: flex !important; }
  body.menu-open .mmenu { display: flex !important; }
  .stats3 { flex-direction: column !important; }
  .stats3 > div { border-right: none !important; border-bottom: 1px solid var(--l10); padding: 26px 0 !important; }
  .stats3 > div:last-child { border-bottom: none; }
  .grid22 { grid-template-columns: 1fr !important; }
  .v3 { grid-template-columns: 1fr !important; }
  .workgrid { grid-template-columns: 1fr !important; }
  .h2m { margin-bottom: 44px !important; }
  .ovl { padding: 32px 24px !important; }
  .fpad { padding-top: 48px !important; padding-bottom: 48px !important; }
  .flogo { height: 84px !important; }
}
