/* Meridian — corporate & consulting template by ZumaTools (MIT)
   Recolour by editing the custom properties below. */
:root {
  --brand: #1b4dd8;          /* confident blue */
  --brand-ink: #ffffff;
  --accent: #0fb5a6;         /* teal, decorative */
  --navy: #0b1a33;           /* dark sections */
  --navy-2: #13264a;
  --bg: #ffffff;
  --surface: #f5f7fb;
  --surface-2: #eaf0fb;
  --text: #0e1b2e;
  --muted: #56627a;
  --line: #e1e6ef;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(14, 27, 46, .06), 0 20px 40px -24px rgba(14, 27, 46, .25);
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 1rem/1.65 var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--brand); text-underline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.25rem; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 6px; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--navy); color: #fff; padding: .7rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.tint { background: var(--surface); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font: 600 .8rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--brand); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); }
.lead { font-size: 1.15rem; color: var(--muted); }
.section-head { max-width: 42rem; margin-bottom: 3rem; }
.section-head.center { text-align: center; margin-inline: auto; }
.grad { background: linear-gradient(100deg, var(--brand), color-mix(in srgb, var(--accent) 72%, black)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.3rem; border-radius: 10px; font: 600 .95rem/1 var(--font-body); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--brand); color: var(--brand-ink); box-shadow: 0 8px 20px -10px var(--brand); }
.btn-primary:hover { background: color-mix(in srgb, var(--brand) 86%, black); }
.btn-secondary { background: var(--bg); color: var(--text); border-color: var(--line); }
.btn-secondary:hover { border-color: color-mix(in srgb, var(--text) 40%, transparent); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--surface-2); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.3); }
.btn-outline-light:hover { border-color: #fff; }
.link-arrow { font-weight: 600; text-decoration: none; display: inline-flex; gap: .35rem; align-items: center; }
.link-arrow:hover { text-decoration: underline; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-color: var(--line); }
.nav { display: flex; align-items: center; gap: 2rem; min-height: 72px; }
.logo { display: inline-flex; align-items: center; gap: .55rem; font: 800 1.25rem/1 var(--font-display); letter-spacing: -.03em; color: var(--text); text-decoration: none; margin-right: auto; }
.logo svg { width: 30px; height: 30px; }
.nav-links { display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-links a { display: block; padding: .55rem .85rem; border-radius: 8px; color: var(--text); text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav-links a:hover { background: var(--surface); }
.nav-links a[aria-current="page"] { color: var(--brand); background: var(--surface-2); }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); cursor: pointer; color: var(--text); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(60% 70% at 70% 30%, #000 10%, transparent 70%); -webkit-mask-image: radial-gradient(60% 70% at 70% 30%, #000 10%, transparent 70%); opacity: .7; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: .6rem; padding: .35rem .8rem .35rem .4rem; border-radius: 999px; border: 1px solid var(--line); background: var(--bg); font-size: .85rem; color: var(--muted); margin-bottom: 1.4rem; text-decoration: none; }
.pill b { background: var(--surface-2); color: var(--brand); padding: .2rem .55rem; border-radius: 999px; font-size: .75rem; }
.hero .lead { max-width: 34rem; font-size: 1.2rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 2rem 0 2.2rem; }
.trust { display: flex; align-items: center; gap: .9rem; font-size: .9rem; color: var(--muted); }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -10px; display: grid; place-items: center; font: 700 .72rem/1 var(--font-display); color: #fff; }
.avatars span:first-child { margin-left: 0; }
.stars { color: #f5a524; letter-spacing: .1em; }

/* Hero dashboard visual */
.dash { position: relative; }
.dash-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 1.4rem; }
.dash-main { position: relative; z-index: 1; }
.dash-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 1rem; }
.dash-top small { color: var(--muted); font-size: .8rem; display: block; }
.dash-top b { font: 700 1.9rem/1.1 var(--font-display); letter-spacing: -.03em; }
.delta { background: color-mix(in srgb, var(--accent) 16%, var(--bg)); color: #07695f; font: 700 .78rem/1 var(--font-body); padding: .4rem .55rem; border-radius: 999px; }
.chart { width: 100%; height: auto; }
.dash-legend { display: flex; justify-content: flex-end; gap: 1.2rem; font-size: .78rem; color: var(--muted); margin-top: .6rem; }
.dash-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: .35rem; vertical-align: -1px; }
.dash-float { position: absolute; z-index: 2; padding: 1rem 1.1rem; border-radius: var(--radius); }
.dash-float.a { left: -2.2rem; bottom: -3.4rem; width: 220px; }
.dash-float.b { right: -1.4rem; top: -1.6rem; width: 200px; }
.dash-float small { color: var(--muted); font-size: .76rem; }
.dash-float b { display: block; font: 700 1.35rem/1.2 var(--font-display); }
.meter { height: 8px; border-radius: 999px; background: var(--surface-2); margin-top: .5rem; overflow: hidden; }
.meter i { display: block; height: 100%; width: 78%; background: linear-gradient(90deg, var(--brand), var(--accent)); border-radius: inherit; }
.check-row { display: flex; gap: .55rem; align-items: center; font-size: .85rem; font-weight: 600; }
.check-row svg { width: 26px; height: 26px; flex: none; }

/* Logos */
.logos { padding: 2.5rem 0; border-block: 1px solid var(--line); }
.logos p { text-align: center; font-size: .85rem; color: var(--muted); margin-bottom: 1.4rem; }
.logo-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.logo-row span { font: 800 1.2rem/1 var(--font-display); letter-spacing: -.03em; color: color-mix(in srgb, var(--text) 45%, transparent); display: inline-flex; gap: .45rem; align-items: center; }
.logo-row svg { width: 22px; height: 22px; }

/* Services */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem; transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--brand) 30%, var(--line)); }
.icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-2); color: var(--brand); margin-bottom: 1.2rem; }
.icon svg { width: 24px; height: 24px; }
.service p { color: var(--muted); margin-bottom: 1.2rem; }
.service ul { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .4rem; font-size: .92rem; }
.service li { display: flex; gap: .5rem; }
.service li::before { content: "✓"; color: var(--accent); font-weight: 800; }

/* Stats */
.stats-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.stats-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--brand) 60%, transparent), transparent 70%); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; z-index: 1; }
.stat b { display: block; font: 800 clamp(2.4rem, 4.5vw, 3.4rem)/1 var(--font-display); letter-spacing: -.04em; margin-bottom: .4rem; }
.stat > span { color: #b6c2d9; font-size: .95rem; }
.stat { border-left: 2px solid rgba(255,255,255,.14); padding-left: 1.2rem; }

/* Process / split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.2rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg); counter-increment: s; }
.steps li::before { content: "0" counter(s); width: 44px; height: 44px; border-radius: 10px; background: var(--brand); color: #fff; display: grid; place-items: center; font: 700 .9rem/1 var(--font-display); }
.steps h3 { margin: .1rem 0 .2rem; font-size: 1.08rem; }
.steps p { margin: 0; color: var(--muted); font-size: .94rem; }

/* Case studies */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.case { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--bg); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.case:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-art { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.case-art svg { width: 100%; height: 100%; }
.case-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.case-tag { font: 600 .75rem/1 var(--font-body); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .7rem; }
.case-body p { color: var(--muted); font-size: .95rem; }
.case-metrics { display: flex; gap: 1.5rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.case-metrics b { display: block; font: 800 1.5rem/1 var(--font-display); color: var(--brand); letter-spacing: -.03em; }
.case-metrics span { font-size: .8rem; color: var(--muted); }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.25rem; }
.tcard { margin: 0; border-radius: var(--radius-lg); padding: 2rem; border: 1px solid var(--line); background: var(--bg); display: flex; flex-direction: column; }
.tcard blockquote { margin: 0 0 1.5rem; font: 500 1.12rem/1.6 var(--font-body); }
.tcard.big { background: var(--brand); color: #fff; border-color: var(--brand); grid-row: span 2; }
.tcard.big blockquote { font: 600 clamp(1.4rem, 2.4vw, 1.85rem)/1.35 var(--font-display); letter-spacing: -.02em; }
.tcard.big figcaption span { color: color-mix(in srgb, #fff 78%, transparent); }
.tcard figcaption { display: flex; gap: .8rem; align-items: center; margin-top: auto; font-size: .92rem; }
.tcard figcaption b { display: block; }
.tcard figcaption span { color: var(--muted); }
.av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font: 700 .85rem/1 var(--font-display); color: #fff; flex: none; }

/* Team */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.member { text-align: left; }
.portrait { aspect-ratio: 1; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 1rem; background: var(--surface-2); position: relative; }
.portrait svg { width: 100%; height: 100%; }
.member h3 { margin: 0; font-size: 1.1rem; }
.member p { margin: .1rem 0 0; color: var(--muted); font-size: .92rem; }

/* CTA */
.cta { background: var(--navy); color: #fff; border-radius: 28px; padding: clamp(2.5rem, 6vw, 4.5rem); display: grid; grid-template-columns: 1.3fr auto; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 90% at 100% 0%, color-mix(in srgb, var(--brand) 70%, transparent), transparent 70%), radial-gradient(40% 60% at 0% 100%, color-mix(in srgb, var(--accent) 35%, transparent), transparent 70%); }
.cta > * { position: relative; }
.cta h2 { margin-bottom: .4rem; }
.cta p { color: #c3cde0; margin: 0; max-width: 34rem; }
.cta .actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* Page hero */
.page-hero { padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem); background: linear-gradient(180deg, var(--surface-2), var(--bg)); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 40rem; }
.crumbs { font-size: .88rem; color: var(--muted); margin-bottom: 1.2rem; }
.crumbs a { color: inherit; }

/* Services page */
.svc-detail { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: 3.5rem 0; border-bottom: 1px solid var(--line); }
.svc-detail:last-child { border-bottom: 0; }
.svc-detail:nth-child(even) .svc-art { order: 2; }
.svc-art { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; aspect-ratio: 4/3; display: grid; place-items: center; }
.svc-art svg { width: 100%; height: 100%; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.2rem; list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
.deliverables li { display: flex; gap: .5rem; font-size: .95rem; }
.deliverables li::before { content: ""; width: 18px; height: 18px; flex: none; margin-top: .2rem; border-radius: 50%; background: var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b4dd8' stroke-width='3'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center/12px no-repeat; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.plan { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; background: var(--bg); display: flex; flex-direction: column; }
.plan.featured { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand), var(--shadow); position: relative; }
.plan.featured::before { content: "Most chosen"; position: absolute; top: -12px; left: 2rem; background: var(--brand); color: #fff; font: 600 .75rem/1 var(--font-body); padding: .4rem .7rem; border-radius: 999px; }
.plan .price { font: 800 2.4rem/1 var(--font-display); letter-spacing: -.04em; margin: .6rem 0 .3rem; }
.plan .price small { font: 500 .95rem var(--font-body); color: var(--muted); letter-spacing: 0; }
.plan p { color: var(--muted); font-size: .95rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: .55rem; font-size: .94rem; }
.plan li::before { content: "✓"; color: var(--accent); font-weight: 800; margin-right: .5rem; }
.plan .btn { margin-top: auto; }
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: .75rem; background: var(--bg); }
.faq summary { cursor: pointer; list-style: none; padding: 1.15rem 3rem 1.15rem 1.3rem; font: 600 1.05rem/1.4 var(--font-display); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--brand); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 1.3rem 1.2rem; margin: 0; color: var(--muted); }

/* About page */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value { padding: 1.6rem; border-radius: var(--radius-lg); background: var(--surface); }
.value p { color: var(--muted); margin: 0; font-size: .95rem; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 14px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.timeline li { position: relative; padding-top: 2.6rem; }
.timeline li::before { content: ""; position: absolute; top: 6px; left: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--bg); border: 4px solid var(--brand); }
.timeline b { font: 800 1.6rem/1 var(--font-display); color: var(--brand); display: block; margin-bottom: .4rem; }
.timeline p { margin: 0; color: var(--muted); font-size: .95rem; }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.about-intro p { color: var(--muted); font-size: 1.05rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 2rem; align-items: start; }
.form-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--bg); box-shadow: var(--shadow); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.1rem; min-width: 0; }
.field label, fieldset legend { font-size: .88rem; font-weight: 600; }
.field input, .field select, .field textarea { font: inherit; padding: .75rem .9rem; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); color: var(--text); width: 100%; min-width: 0; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 16%, transparent); }
fieldset { border: 0; padding: 0; margin: 0 0 1.1rem; min-width: 0; }
fieldset legend { margin-bottom: .5rem; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips label { position: relative; }
.chips input { position: absolute; opacity: 0; inset: 0; }
.chips span { display: inline-block; padding: .5rem .9rem; border-radius: 999px; border: 1px solid var(--line); font-size: .9rem; cursor: pointer; }
.chips input:checked + span { background: var(--surface-2); border-color: var(--brand); color: var(--brand); font-weight: 600; }
.chips input:focus-visible + span { outline: 3px solid var(--brand); outline-offset: 2px; }
.form-msg { margin: 1rem 0 0; padding: .9rem 1rem; border-radius: 10px; background: color-mix(in srgb, var(--accent) 12%, var(--bg)); border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--bg)); }
.form-msg[hidden] { display: none; }
.form-note { font-size: .85rem; color: var(--muted); margin: .8rem 0 0; }
.contact-side { display: grid; gap: 1rem; }
.contact-item { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-item .icon { width: 44px; height: 44px; margin: 0; }
.contact-item h2 { font-size: 1rem; margin: 0 0 .2rem; letter-spacing: -.01em; }
.contact-item p { margin: 0; color: var(--muted); font-size: .94rem; }
.offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.office { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.office svg { width: 100%; aspect-ratio: 16/9; height: auto; }
.office div { padding: 1.2rem 1.4rem; }
.office h3 { margin: 0 0 .2rem; }
.office p { margin: 0; color: var(--muted); font-size: .93rem; }

/* Footer */
.site-footer { background: var(--navy); color: #b6c2d9; padding: 4.5rem 0 2rem; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 2rem; }
.site-footer .logo { color: #fff; }
.site-footer h2 { font: 600 .82rem/1 var(--font-body); color: #fff; letter-spacing: .02em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.news { display: flex; gap: .5rem; margin-top: .6rem; }
.news input { flex: 1; min-width: 0; padding: .7rem .85rem; border-radius: 10px; border: 1px solid var(--navy-2); background: var(--navy-2); color: #fff; font: inherit; }
.news input::placeholder { color: #8d9ab3; }
.footer-bottom { border-top: 1px solid var(--navy-2); margin-top: 3rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; }
.site-footer .form-msg { color: var(--text); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .services, .cases, .pricing { grid-template-columns: 1fr 1fr; }
  .team, .values { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: span 3; }
  .dash-float.a { left: -.5rem; }
  .dash-float.b { right: -.5rem; }
}
@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .nav .btn-primary { display: none; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: .75rem 1.25rem 1.25rem; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .85rem .6rem; }
  .nav-links .mobile-cta { display: block; margin-top: .5rem; }
  .nav-links .mobile-cta a { background: var(--brand); color: #fff; text-align: center; }
  .no-js .nav-links { display: flex; position: static; flex-direction: row; flex-wrap: wrap; box-shadow: none; }
  .hero .wrap, .split, .testimonials, .cta, .svc-detail, .about-intro, .contact-grid { grid-template-columns: 1fr; }
  .svc-detail:nth-child(even) .svc-art { order: 0; }
  .dash { margin: 1.5rem .5rem 2.5rem; }
  .tcard.big { grid-row: auto; }
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
  .timeline::before { display: none; }
  .offices { grid-template-columns: 1fr; }
}
@media (min-width: 881px) { .nav-links .mobile-cta { display: none; } }
@media (max-width: 600px) {
  .services, .cases, .pricing, .team, .values, .grid-2, .deliverables { grid-template-columns: 1fr; }
  .team { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: span 2; }
  .dash-float { position: static; width: auto !important; margin-top: .8rem; }
  .logo-row { justify-content: center; gap: 1.2rem 2rem; }
  .timeline { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
.case-art img, .portrait img, .svc-art img { width: 100%; height: 100%; object-fit: cover; }
.svc-art img { object-fit: contain; }
.plan p.price { color: var(--text); }
