/*
Theme Name: Vision Advertising
Theme URI: https://www.visionexhibitionksa.com/
Author: Vision Advertising
Author URI: https://www.visionexhibitionksa.com/
Description: Custom responsive corporate theme for Vision Advertising, featuring exhibition stands, printing, signage, events, branding, client logos and portfolio work.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vision-advertising
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #071a2e;
  --navy-2: #0a213a;
  --navy-3: #0e2946;
  --ink: #061321;
  --white: #f7fbff;
  --muted: #94a8ba;
  --muted-2: #bed0dd;
  --line: rgba(174, 205, 227, .15);
  --line-strong: rgba(174, 205, 227, .28);
  --blue: #219de0;
  --royal: #2852bb;
  --green: #78d323;
  --green-bright: #9aea3a;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 8, 18, .32);
  --container: min(1380px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--green); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 0;
  width: 100%;
  transition: .35s ease;
}
.site-header.scrolled { top: 8px; }
.header-shell {
  width: min(1480px, calc(100% - 36px));
  min-height: 74px;
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(6, 22, 38, .72);
  box-shadow: 0 12px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}
.site-header.scrolled .header-shell { background: rgba(6, 22, 38, .92); }
.brand { width: 154px; height: 52px; display: flex; align-items: center; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 145px; filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-inline: auto; }
.primary-nav a { position: relative; padding: 24px 0; color: #d9e7ef; font-size: 13px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: 13px; width: 0; height: 2px; border-radius: 2px; background: var(--green); transition: width .25s; }
.primary-nav a:hover::after, .primary-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.phone-link { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.phone-icon { display: grid; width: 30px; height: 30px; place-items: center; color: var(--green); border: 1px solid rgba(120,211,35,.35); border-radius: 50%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; transition: .3s; }

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .25s, border-color .25s, background .25s, box-shadow .25s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding-inline: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.button-green { color: #10210a; background: linear-gradient(135deg, var(--green-bright), var(--green)); box-shadow: 0 12px 35px rgba(120,211,35,.2); }
.button-green:hover { box-shadow: 0 16px 40px rgba(120,211,35,.33); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(5,17,29,.26); backdrop-filter: blur(10px); }
.button-ghost:hover, .button-outline:hover { border-color: var(--green); background: rgba(120,211,35,.08); }
.button-outline { border-color: var(--line-strong); background: transparent; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 24px; color: var(--green-bright); font-weight: 700; }

.hero {
  position: relative;
  min-height: 930px;
  height: 100svh;
  max-height: 1120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,28,.98) 0%, rgba(4,16,28,.88) 36%, rgba(4,16,28,.28) 70%, rgba(4,16,28,.5) 100%), linear-gradient(0deg, var(--navy) 0%, transparent 30%); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000, transparent 66%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--green-bright); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .why-intro h2, .contact-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}
.hero h1 { max-width: 920px; font-size: clamp(58px, 7vw, 108px); text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .why-intro h2 em, .contact-copy h2 em { color: var(--green-bright); font-style: normal; }
.hero-copy { max-width: 690px; margin: 30px 0 0; color: #d5e1e9; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; gap: 14px; }
.hero-trust { max-width: 820px; margin-top: 64px; padding-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-trust div { display: grid; gap: 4px; padding-inline: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong { font-family: "Manrope"; font-size: 30px; }
.hero-trust span { color: var(--muted-2); font-size: 12px; }
.hero-rail { position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(1380px, calc(100% - 64px)); min-height: 68px; padding: 16px 28px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; transform: translateX(-50%); border: 1px solid var(--line-strong); border-bottom: 0; border-radius: 20px 20px 0 0; background: rgba(5,21,37,.8); backdrop-filter: blur(15px); }
.hero-rail div { display: flex; align-items: center; justify-content: center; gap: 10px; color: #d9e7ef; font-size: 12px; font-weight: 600; text-align: center; }
.hero-rail i { display: grid; width: 25px; height: 25px; place-items: center; color: var(--green); font-style: normal; border: 1px solid rgba(120,211,35,.35); border-radius: 50%; }

.section { position: relative; padding: 130px 0; }
.section-heading h2, .why-intro h2, .contact-copy h2 { font-size: clamp(44px, 5vw, 78px); }
.section-heading > p:last-child { max-width: 640px; margin: 26px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.about { overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(33,157,224,.12), transparent 28%), var(--navy); }
.about::after { content: "VISION"; position: absolute; right: -60px; top: 70px; color: rgba(255,255,255,.025); font-family: Manrope; font-size: 250px; font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.about-copy .lead { margin: 0 0 24px; color: white; font-family: Manrope; font-size: clamp(22px, 2vw, 31px); line-height: 1.45; letter-spacing: -.025em; }
.about-copy > p:not(.lead) { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.capability-strip { position: relative; z-index: 1; margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.capability-strip article { padding: 28px 30px; display: flex; align-items: center; gap: 16px; border-left: 1px solid var(--line); }
.capability-strip article:first-child { border-left: 0; }
.mini-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--green); font-size: 24px; border: 1px solid rgba(120,211,35,.28); border-radius: 14px; background: rgba(120,211,35,.05); }
.capability-strip strong, .capability-strip small { display: block; }
.capability-strip strong { margin-bottom: 5px; font-size: 14px; }
.capability-strip small { color: var(--muted); font-size: 11px; }

.services { background: #061726; }
.services-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012)); transition: .35s; }
.service-card:hover { border-color: rgba(120,211,35,.45); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.service-card h3 { margin: 50px 0 12px; font-family: Manrope; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--green-bright); font-family: Manrope; font-size: 25px; border: 1px solid rgba(120,211,35,.35); border-radius: 14px; background: rgba(120,211,35,.06); }
.service-number { position: absolute; right: 25px; top: 26px; color: #5d7385; font-size: 11px; }
.service-featured { min-height: 534px; padding: 0; grid-row: span 2; grid-column: span 2; }
.service-photo { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,17,29,.98), transparent 70%), var(--image) center/cover; transition: transform .6s; }
.service-featured:hover .service-photo { transform: scale(1.035); }
.service-featured .service-content { position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; padding: 36px; }
.service-featured .service-content span { color: var(--green); font-size: 12px; }
.service-featured .service-content h3 { max-width: 470px; margin: 12px 0; font-size: 34px; }
.service-featured .service-content p { max-width: 520px; color: #c5d2dc; font-size: 15px; }

.why-us { overflow: hidden; background: radial-gradient(circle at 15% 70%, rgba(40,82,187,.2), transparent 30%), #071522; }
.why-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; }
.why-intro { position: sticky; top: 120px; align-self: start; }
.why-intro > p:last-of-type { max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.why-intro .button { margin-top: 20px; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-cards article { min-height: 245px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.why-cards i { margin-bottom: auto; color: var(--green); font-style: normal; font-size: 12px; }
.why-cards strong { margin-bottom: 10px; font-family: Manrope; font-size: 22px; }
.why-cards span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.portfolio { background: var(--navy); }
.portfolio-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.portfolio-head > p { max-width: 540px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.portfolio-toolbar { margin: 58px 0 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter-button { min-height: 42px; padding: 0 17px; color: var(--muted-2); border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 12px; cursor: pointer; transition: .25s; }
.filter-button:hover, .filter-button.active { color: #15200c; border-color: var(--green); background: var(--green); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.project-card { position: relative; min-height: 330px; grid-column: span 4; overflow: hidden; border-radius: 20px; background: var(--navy-2); }
.project-card.wide { grid-column: span 8; }
.project-card.tall { min-height: 480px; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.94), transparent 58%); }
.project-card:hover img { transform: scale(1.045); }
.project-meta { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 21px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.project-meta small { display: block; margin-bottom: 6px; color: var(--green-bright); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.project-meta h3 { margin: 0; font-family: Manrope; font-size: 19px; }
.project-meta i { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-style: normal; }
.project-card[hidden] { display: none; }
.portfolio-more { margin-top: 36px; text-align: center; }

.clients { overflow: hidden; background: #f3f7f9; color: var(--ink); }
.clients .eyebrow { color: #41700e; }
.clients .section-heading h2 em { color: #4c970c; }
.clients .section-heading > p:last-child { color: #617484; }
.clients-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.client-card { min-height: 150px; padding: 26px; display: grid; place-items: center; overflow: hidden; border: 1px solid #dbe5eb; border-radius: 18px; background: white; transition: transform .25s, box-shadow .25s; }
.client-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(18,48,67,.1); }
.client-card img { width: 100%; height: 90px; object-fit: contain; mix-blend-mode: multiply; }

.process { background: #061726; }
.process-line { position: relative; margin-top: 80px; display: grid; grid-template-columns: repeat(8, 1fr); }
.process-line::before { content: ""; position: absolute; top: 28px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.process-line article { position: relative; z-index: 1; padding-inline: 9px; text-align: center; }
.process-line i { width: 57px; height: 57px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--white); border: 2px solid var(--green); border-radius: 50%; background: #071b2f; box-shadow: 0 0 0 6px #061726; font-style: normal; font-size: 13px; }
.process-line strong, .process-line span { display: block; }
.process-line strong { margin-bottom: 8px; font-family: Manrope; font-size: 14px; }
.process-line span { color: var(--muted); font-size: 10px; line-height: 1.45; }

.contact { background: var(--navy); }
.contact-card { padding: 65px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; border: 1px solid var(--line-strong); border-radius: 30px; background: radial-gradient(circle at 5% 0%, rgba(33,157,224,.16), transparent 36%), linear-gradient(145deg, #0a233d, #061625); box-shadow: var(--shadow); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted-2); line-height: 1.75; }
.contact-links { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.contact-links a { position: relative; min-height: 92px; padding: 20px 18px 16px 58px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); transition: border-color .25s; }
.contact-links a:hover { border-color: rgba(120,211,35,.45); }
.contact-links a > span { position: absolute; left: 18px; top: 25px; color: var(--green); font-size: 22px; }
.contact-links small, .contact-links strong { display: block; overflow-wrap: anywhere; }
.contact-links small { margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.contact-links strong { font-size: 12px; }
.contact-form-wrap { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.035); }
.quote-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-form label { display: grid; gap: 8px; }
.quote-form label > span { color: #c7d7e2; font-size: 11px; font-weight: 600; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; color: white; border: 1px solid var(--line-strong); outline: 0; border-radius: 11px; background: rgba(3,14,25,.4); transition: border-color .25s, box-shadow .25s; }
.quote-form input, .quote-form select { height: 50px; padding: 0 14px; }
.quote-form textarea { padding: 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(120,211,35,.09); }
.quote-form select option { color: #111; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 80px 0 26px; border-top: 1px solid var(--line); background: #04111d; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr 1fr 1.1fr; gap: 70px; }
.footer-brand img { width: 185px; filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 390px; margin: 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 11px; font-weight: 700; transition: .25s; }
.social-links a:hover { color: var(--ink); border-color: var(--green); background: var(--green); }
.footer-grid h3 { margin: 5px 0 23px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: var(--muted); font-size: 12px; line-height: 1.5; transition: color .2s; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--green); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: #71889a; font-size: 10px; }
.footer-bottom i { margin-inline: 7px; color: var(--green); font-style: normal; }
.whatsapp-fab { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 50px; padding: 0 17px; display: flex; align-items: center; gap: 9px; color: #0a1c08; border-radius: 999px; background: var(--green); box-shadow: 0 12px 30px rgba(0,0,0,.3); font-weight: 700; }
.whatsapp-fab span { font-size: 21px; }
.whatsapp-fab small { font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  :root { --container: min(100% - 42px, 1120px); }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: 11px; }
  .phone-link span:last-child { display: none; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-featured { grid-column: span 2; }
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
  .process-line { grid-template-columns: repeat(4, 1fr); gap: 40px 0; }
  .process-line::before { display: none; }
}

@media (max-width: 900px) {
  :root { --container: calc(100% - 34px); }
  .site-header { top: 9px; }
  .header-shell { width: calc(100% - 18px); min-height: 66px; padding-inline: 14px; }
  .brand { width: 130px; height: 48px; }
  .brand img { width: 124px; }
  .header-actions .phone-link { display: none; }
  .header-actions .button { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 84px 9px auto; padding: 26px; display: grid; gap: 0; align-items: stretch; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(5,20,34,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav a { padding: 14px 5px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 900px; height: 100svh; }
  .hero-scrim { background: linear-gradient(0deg, rgba(4,16,28,.98) 0%, rgba(4,16,28,.52) 100%), linear-gradient(90deg, rgba(4,16,28,.8), transparent); }
  .hero-content { padding-top: 80px; }
  .hero h1 { font-size: clamp(50px, 10vw, 74px); }
  .hero-copy { max-width: 620px; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); gap: 22px 0; max-width: 600px; }
  .hero-trust div:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-rail { display: none; }
  .section { padding-block: 96px; }
  .about-grid, .why-grid, .portfolio-head, .contact-card { grid-template-columns: 1fr; gap: 45px; }
  .capability-strip { grid-template-columns: repeat(2, 1fr); }
  .capability-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .capability-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .why-intro { position: static; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card, .project-card.wide { grid-column: span 6; }
  .clients-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-card { padding: 42px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 26px); --radius: 18px; }
  .hero { min-height: 820px; }
  .hero-video { object-position: 58% center; }
  .hero-content { padding-top: 40px; }
  .hero h1 { font-size: 43px; }
  .hero-copy { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 36px; padding-top: 20px; }
  .hero-trust div { padding-inline: 12px; }
  .hero-trust strong { font-size: 22px; }
  .hero-trust span { font-size: 10px; }
  .section { padding-block: 78px; }
  .section-heading h2, .why-intro h2, .contact-copy h2 { font-size: 39px; }
  .about-grid { gap: 35px; }
  .capability-strip { grid-template-columns: 1fr; margin-top: 50px; }
  .capability-strip article { border-left: 0; border-top: 1px solid var(--line); }
  .capability-strip article:first-child { border-top: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-featured { min-height: 470px; grid-column: auto; grid-row: auto; }
  .service-featured .service-content h3 { font-size: 28px; }
  .why-cards { grid-template-columns: 1fr; }
  .why-cards article { min-height: 210px; }
  .portfolio-toolbar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; }
  .filter-button { flex: 0 0 auto; }
  .portfolio-grid { display: block; }
  .project-card, .project-card.wide, .project-card.tall { min-height: 340px; margin-bottom: 13px; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .client-card { min-height: 110px; padding: 16px; }
  .client-card img { height: 68px; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .contact-card { width: calc(100% - 18px); padding: 30px 20px; }
  .contact-links { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-fab small { display: none; }
  .whatsapp-fab { width: 52px; padding: 0; justify-content: center; border-radius: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Reference-led corporate redesign */
body {
  color: #071a2e;
  background: #fff;
}

main {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
.services { order: 2; }
.why-us { order: 3; }
.portfolio { order: 4; }
.clients { order: 5; }
.process { order: 6; }
.about { order: 7; }
.contact { order: 8; }

.site-header,
.site-header.scrolled {
  top: 0;
  color: #06172b;
  background: #fff;
  box-shadow: 0 5px 24px rgba(5, 30, 54, .08);
}

.header-shell {
  width: min(1520px, calc(100% - 40px));
  min-height: 82px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.scrolled .header-shell { background: #fff; }

.brand {
  width: 215px;
  height: 64px;
}

.brand img {
  width: 205px;
  height: 62px;
  object-fit: contain;
  filter: none;
}

.primary-nav { gap: 28px; }
.primary-nav a {
  padding: 30px 0;
  color: #0a1726;
  font-size: 12px;
  text-transform: uppercase;
}
.primary-nav a::after {
  bottom: 18px;
  height: 3px;
  background: var(--green);
}

.phone-link { color: #071a2e; }
.phone-icon {
  color: #0578d6;
  border: 0;
  background: #eef7ff;
}

.button-small {
  min-height: 50px;
  padding-inline: 23px;
  color: white;
  border-radius: 5px;
  background: linear-gradient(90deg, #0875dd, #77cb24);
  box-shadow: none;
}

.button-blue {
  color: white;
  border-radius: 5px;
  background: linear-gradient(90deg, #0875dd, #135cc6);
}

.hero {
  min-height: 690px;
  height: 690px;
  max-height: none;
  margin-top: 82px;
  color: white;
  background: #031b34;
}

.hero-video {
  left: 34%;
  width: 66%;
  object-position: center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, #03172c 0%, #041b34 34%, rgba(4, 27, 52, .8) 48%, rgba(4, 27, 52, .08) 78%),
    linear-gradient(0deg, rgba(3, 22, 42, .65), transparent 50%);
}

.hero-grid {
  opacity: .1;
  background-size: 64px 64px;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -160px;
  left: 39%;
  width: 150px;
  height: 860px;
  border-left: 42px solid rgba(20, 116, 218, .75);
  border-right: 34px solid rgba(120, 211, 35, .74);
  transform: skewX(-34deg);
  opacity: .48;
  pointer-events: none;
}

.hero-content {
  z-index: 3;
  padding-top: 0;
}

.hero-eyebrow { margin-bottom: 14px; }

.hero h1 {
  max-width: 650px;
  font-size: clamp(55px, 5.3vw, 82px);
  line-height: .94;
}

.hero-copy {
  max-width: 450px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.hero-actions { margin-top: 28px; }
.hero-actions .button {
  min-width: 190px;
  border-radius: 5px;
}
.hero .button-green {
  color: white;
  background: #0876dd;
  box-shadow: none;
}
.hero .button-ghost {
  border-color: #77cb24;
  border-radius: 5px;
}
.hero-trust { display: none; }

.hero-rail {
  z-index: 4;
  left: auto;
  right: max(24px, calc((100% - 1380px) / 2));
  bottom: 0;
  width: min(840px, 65%);
  min-height: 76px;
  transform: none;
  border: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(7, 43, 82, .92);
}
.hero-rail div { font-size: 11px; }

.section { padding: 72px 0; }
.eyebrow {
  margin-bottom: 9px;
  justify-content: center;
  color: #52aa12;
  letter-spacing: .1em;
}
.section-heading h2,
.why-intro h2,
.contact-copy h2 {
  color: #071a2e;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.section-heading h2 em,
.why-intro h2 em,
.contact-copy h2 em { color: #54ad13; }
.section-heading > p:last-child {
  margin-top: 14px;
  color: #5e7182;
  font-size: 14px;
}

.services {
  padding-top: 38px;
  color: #071a2e;
  background: #fff;
}
.services .section-heading h2 br { display: none; }
.services-grid {
  margin-top: 30px;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.service-card,
.service-featured {
  min-height: 340px;
  padding: 17px 17px 0;
  display: flex;
  flex-direction: column;
  grid-column: auto;
  grid-row: auto;
  color: #071a2e;
  border: 1px solid #d9e2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 37, 62, .045);
}
.service-card:hover {
  border-color: #64b82a;
  box-shadow: 0 14px 30px rgba(8, 37, 62, .1);
}
.service-card-head {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: #095ebc;
  font-size: 18px;
  border-color: #bdd5e9;
  border-radius: 50%;
  background: #f4f9fe;
}
.service-card h3,
.service-card-head h3 {
  margin: 0;
  color: #071a2e;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}
.service-card p {
  min-height: 68px;
  margin: 13px 0 10px;
  color: #455a6e;
  font-size: 11px;
  line-height: 1.55;
}
.service-card > img {
  width: calc(100% + 34px);
  height: 165px;
  margin: auto -17px 0;
  object-fit: cover;
  border-radius: 0 0 7px 7px;
}
.services-more {
  margin-top: 24px;
  text-align: center;
}
.services-more .button {
  min-width: 210px;
  min-height: 42px;
  text-transform: uppercase;
  font-size: 11px;
}

.why-us {
  padding: 26px 0;
  color: white;
  background: linear-gradient(90deg, #03172d, #062442);
}
.why-grid {
  grid-template-columns: 1.15fr 4.85fr;
  gap: 25px;
  align-items: stretch;
}
.why-intro {
  position: static;
  padding: 0 25px 0 0;
  border-right: 1px solid rgba(255,255,255,.22);
}
.why-intro .eyebrow { display: none; }
.why-intro h2 {
  color: white;
  font-size: 25px;
  line-height: 1.15;
  text-transform: uppercase;
}
.why-intro > p:last-of-type {
  margin: 10px 0 0;
  color: #d0dde7;
  font-size: 11px;
  line-height: 1.55;
}
.why-intro .button { display: none; }
.why-cards {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.why-cards article {
  min-height: 138px;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.17);
  border-radius: 0;
  background: transparent;
}
.why-cards article:first-child { border-left: 0; }
.why-cards i {
  width: 42px;
  height: 42px;
  margin: 0 0 8px;
  display: grid;
  place-items: center;
  color: #7bd329;
  border: 1px solid #238cd4;
  border-radius: 50%;
}
.why-cards strong {
  margin: 0 0 4px;
  color: white;
  font-size: 12px;
}
.why-cards span {
  color: #c4d2dc;
  font-size: 9px;
  line-height: 1.35;
}

.portfolio {
  padding: 45px 0 40px;
  color: #071a2e;
  background: #fff;
}
.portfolio-head {
  display: block;
  text-align: center;
}
.portfolio-head .eyebrow { justify-content: center; }
.portfolio-head .section-heading h2 br { display: none; }
.portfolio-head > p { display: none; }
.portfolio-toolbar {
  margin: 25px 0 22px;
  justify-content: center;
}
.filter-button {
  min-height: 34px;
  padding: 0 13px;
  color: #536678;
  border-color: #d7e1e8;
  font-size: 10px;
}
.portfolio-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.project-card,
.project-card.wide,
.project-card.tall {
  min-height: 245px;
  grid-column: auto;
  border-radius: 7px;
}
.project-meta {
  left: 14px;
  right: 14px;
  bottom: 12px;
}
.project-meta h3 { font-size: 14px; }
.project-meta small { color: #8bdd34; }
.project-meta i {
  width: 31px;
  height: 31px;
}
.portfolio-more { margin-top: 20px; }
.portfolio-more .button {
  min-height: 40px;
  color: white;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #096ed5, #70c828);
  text-transform: uppercase;
  font-size: 10px;
}

.clients {
  padding: 54px 0;
  background: #f5f8fa;
}
.clients-grid {
  margin-top: 30px;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.client-card {
  min-height: 118px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: none;
}
.client-card img { height: 72px; }

.process {
  padding: 42px 0 55px;
  color: #071a2e;
  border-top: 1px solid #dbe5eb;
  background: #fff;
}
.process .section-heading h2 { display: none; }
.process-line {
  margin-top: 30px;
  grid-template-columns: repeat(8, 1fr);
}
.process-line::before {
  top: 24px;
  display: block;
  background: repeating-linear-gradient(90deg, #7ab7e6 0 5px, transparent 5px 10px);
}
.process-line i {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  color: #075cb2;
  border: 1px solid #79c736;
  background: #fff;
  box-shadow: 0 0 0 5px #fff;
}
.process-line strong {
  color: #071a2e;
  font-size: 11px;
  text-transform: uppercase;
}
.process-line span {
  color: #526678;
  font-size: 9px;
}

.about {
  padding: 70px 0;
  color: #071a2e;
  background: #eff5f8;
}
.about-grid { gap: 70px; }
.about-copy .lead { color: #071a2e; }
.about-copy > p:not(.lead) { color: #506578; }
.capability-strip {
  margin-top: 45px;
  border-color: #d5e1e8;
  background: white;
}
.capability-strip article { border-color: #d5e1e8; }
.capability-strip strong { color: #071a2e; }
.capability-strip small { color: #607384; }

.contact {
  padding: 60px 0;
  color: white;
  background: #06182b;
}
.contact-card {
  padding: 50px;
  border-radius: 15px;
}
.contact-copy h2 { color: white; }
.contact-form-wrap { border-radius: 10px; }

.site-footer { padding-top: 58px; }
.footer-grid { gap: 45px; }
.footer-brand img {
  width: 175px;
  height: 88px;
  padding: 8px;
  object-fit: contain;
  filter: none;
  border-radius: 6px;
  background: white;
}

@media (max-width: 1320px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: 10px; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .clients-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 1000px) {
  .header-shell { width: calc(100% - 24px); min-height: 72px; }
  .brand { width: 170px; }
  .brand img { width: 165px; }
  .site-header .menu-toggle { display: block; color: #071a2e; }
  .site-header .menu-toggle > span:not(.sr-only) { background: #071a2e; }
  .site-header .primary-nav {
    inset: 78px 12px auto;
    background: white;
  }
  .site-header .primary-nav a { color: #071a2e; }
  .hero { height: 620px; min-height: 620px; margin-top: 72px; }
  .hero-video { left: 24%; width: 76%; }
  .hero-scrim { background: linear-gradient(90deg, #03172c 0%, rgba(3,23,44,.93) 45%, rgba(3,23,44,.34) 100%); }
  .hero h1 { font-size: 58px; }
  .hero-rail { width: 100%; right: 0; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-intro { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); text-align: center; }
  .why-intro h2 br { display: none; }
  .why-cards { grid-template-columns: repeat(3, 1fr); }
  .why-cards article:nth-child(4) { border-left: 0; }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 700px) {
  .hero { height: 690px; min-height: 690px; }
  .hero-video { left: 0; width: 100%; opacity: .52; }
  .hero-scrim { background: linear-gradient(90deg, rgba(3,23,44,.97), rgba(3,23,44,.68)); }
  .hero::after { display: none; }
  .hero h1 { font-size: 46px; }
  .hero-copy { max-width: 330px; font-size: 14px; }
  .hero-rail { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .service-card { min-height: 315px; padding: 14px 14px 0; }
  .service-card > img { width: calc(100% + 28px); height: 140px; margin-inline: -14px; }
  .service-card p { font-size: 10px; }
  .service-card h3, .service-card-head h3 { font-size: 11px; }
  .why-cards { grid-template-columns: repeat(2, 1fr); }
  .why-cards article:nth-child(odd) { border-left: 0; }
  .portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .project-card, .project-card.wide, .project-card.tall { min-height: 220px; margin: 0; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .process-line::before { display: none; }
}

@media (max-width: 430px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-card > img { height: 170px; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; }
  .project-card, .project-card.wide, .project-card.tall { min-height: 280px; }
}

/* Readability refinements — v1.0.1 */
.primary-nav { gap: 32px; }
.primary-nav a { font-size: 14px; }
.phone-link { font-size: 14px; }
.button-small { font-size: 13px; }
.hero-eyebrow { font-size: 13px; }
.hero-copy { font-size: 19px; }
.hero-rail div { font-size: 13px; }
.section-heading > p:last-child { font-size: 16px; }
.service-card,
.service-featured { min-height: 370px; }
.service-card h3,
.service-card-head h3 { font-size: 15px; }
.service-card p { min-height: 82px; font-size: 13px; }
.why-intro h2 { font-size: 28px; }
.why-intro > p:last-of-type { font-size: 13px; }
.why-cards strong { font-size: 14px; }
.why-cards span { font-size: 12px; line-height: 1.5; }
.filter-button { min-height: 38px; font-size: 12px; }
.project-meta small { font-size: 11px; }
.project-meta h3 { font-size: 16px; }
.process-line strong { font-size: 13px; }
.process-line span { font-size: 12px; line-height: 1.5; }
.capability-strip strong { font-size: 15px; }
.capability-strip small { font-size: 13px; }
.contact-links small { font-size: 12px; }
.contact-links strong { font-size: 14px; }
.quote-form label > span { font-size: 13px; }
.form-note { font-size: 12px; }
.footer-brand > p { font-size: 14px; }
.footer-grid h3 { font-size: 14px; }
.footer-grid > div:not(.footer-brand) a,
.footer-grid > div:not(.footer-brand) span { font-size: 14px; }
.footer-bottom p { font-size: 12px; }
.whatsapp-fab small { font-size: 13px; }

@media (max-width: 1320px) {
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 13px; }
}

@media (max-width: 1000px) {
  .primary-nav a { font-size: 15px; }
  .service-card h3,
  .service-card-head h3 { font-size: 14px; }
  .service-card p { font-size: 12px; }
}

@media (max-width: 700px) {
  .hero-copy { font-size: 16px; }
  .service-card h3,
  .service-card-head h3 { font-size: 13px; }
  .service-card p { font-size: 12px; }
  .why-cards strong { font-size: 13px; }
  .why-cards span { font-size: 12px; }
  .process-line strong { font-size: 12px; }
  .process-line span { font-size: 11px; }
}
