/*
Theme Name: i3 Systems
Theme URI: https://www.i3systems.co.za
Author: i3 Systems
Author URI: https://www.i3systems.co.za
Description: A refined corporate WordPress theme for i3 Systems digital engineering services.
Version: 3.4.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: i3-systems
*/

:root {
  --i3-green: #19c978;
  --i3-green-dark: #0c9b5a;
  --i3-lime: #a8d83c;
  --i3-orange: #ff8a34;
  --i3-ink: #111b19;
  --i3-deep: #061713;
  --i3-deeper: #03100d;
  --i3-muted: #60706b;
  --i3-soft: #f3f7f5;
  --i3-line: #dce5e1;
  --i3-white: #ffffff;
  --i3-shell: 1240px;
  --i3-radius: 6px;
  --i3-shadow: 0 26px 70px rgba(4, 24, 18, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0; min-width: 320px; overflow-x: hidden; color: var(--i3-ink); background: var(--i3-white);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--i3-ink); line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6.5vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
h3 { font-size: 1.35rem; }
:focus-visible { outline: 3px solid var(--i3-orange); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { width: min(calc(100% - 64px), var(--i3-shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 18px; background: white; color: var(--i3-ink); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--i3-green); box-shadow: 0 0 0 5px rgba(25,201,120,.1); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--i3-green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 22px; height: 1px; background: currentColor; }
.eyebrow--light { color: #72e6ab; }
.eyebrow--orange { color: #ffad74; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 13px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .9rem; font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 56px; padding: 15px 24px; }
.button--primary { background: var(--i3-green); color: #03130e; box-shadow: 0 16px 34px rgba(25,201,120,.17); }
.button--primary:hover { background: #40db91; box-shadow: 0 18px 38px rgba(25,201,120,.24); }
.button--secondary { border-color: var(--i3-line); background: white; color: var(--i3-ink); }
.button--orange { background: var(--i3-orange); color: #1b0b00; }
.button--orange:hover { background: #ff9d58; }
.button--light { background: white; color: var(--i3-deep); }
.button--ghost-light { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.03); color: white; }
.button--ghost-light:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.button--wide { width: 100%; border: 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #087b4b; font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px,-2px); }
.text-link--light { color: #82eeb8; }

/* Header */
.utility-bar { background: var(--i3-deeper); color: #9eb1aa; font-size: .75rem; letter-spacing: .02em; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-bar__contacts { display: flex; align-items: center; gap: 13px; }
.utility-bar a { color: #c3d1cc; text-decoration: none; }
.utility-bar a:hover { color: white; }
.utility-bar__whatsapp { margin-left: 6px; color: #74e5aa !important; font-weight: 800; }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(14,36,30,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(2,19,14,.08); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand__mark { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 2px; background: var(--i3-deep); color: white; overflow: hidden; }
.brand__mark span { position: relative; z-index: 2; font-size: 1.35rem; font-weight: 800; letter-spacing: -.08em; }
.brand__mark i { position: absolute; border-radius: 50%; background: var(--i3-green); }
.brand__mark i:nth-of-type(1) { width: 12px; height: 12px; right: -3px; top: 5px; }
.brand__mark i:nth-of-type(2) { width: 7px; height: 7px; right: 5px; top: 20px; background: var(--i3-lime); }
.brand__mark i:nth-of-type(3) { width: 4px; height: 4px; right: 2px; top: 31px; background: var(--i3-orange); }
.brand__type { display: grid; line-height: 1; }
.brand__type strong { color: #303936; font-size: 1.3rem; letter-spacing: -.04em; }
.brand__type small { margin-top: 6px; color: #77837f; font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: 10px 12px; color: #394743; font-size: .86rem; font-weight: 700; text-decoration: none; }
.nav-list a:hover { color: var(--i3-green-dark); }
.header-cta { flex: 0 0 auto; min-height: 44px; padding: 10px 16px; }
.menu-toggle { display: none; margin-left: auto; align-items: center; gap: 10px; padding: 10px 0 10px 14px; border: 0; background: transparent; color: var(--i3-ink); font-weight: 800; }
.menu-toggle__icon { display: grid; gap: 6px; width: 22px; }
.menu-toggle__icon i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid var(--i3-line); background: white; }
.mobile-nav .site-shell { display: grid; padding: 12px 0 20px; }
.mobile-nav a:not(.button) { padding: 13px 4px; border-bottom: 1px solid #edf1ef; font-size: .98rem; font-weight: 700; text-decoration: none; }
.mobile-nav .button { margin-top: 14px; }

/* Hero */
.hero { position: relative; min-height: 740px; display: flex; align-items: center; overflow: hidden; padding: 104px 0 110px; background: var(--i3-deep); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 5%, black 55%, transparent 100%); }
.hero__ambient { position: absolute; width: 650px; height: 650px; right: -120px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(25,201,120,.18), transparent 67%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); align-items: center; gap: clamp(54px, 8vw, 112px); }
.hero__copy { max-width: 700px; }
.hero h1 { margin-bottom: 28px; color: white; font-weight: 720; }
.hero h1 em { color: #78e7ad; font-style: normal; font-weight: 420; }
.hero__lede { max-width: 650px; margin-bottom: 34px; color: #b9cbc5; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero__principles { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; color: #92a7a0; font-size: .8rem; font-weight: 700; }
.hero__principles li::before { content: "+"; margin-right: 8px; color: var(--i3-green); }
.hero-media { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #0a251e; box-shadow: 0 42px 100px rgba(0,0,0,.35); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,15,11,.85) 100%); pointer-events: none; }
.hero-media > img { width: 100%; height: 560px; object-fit: cover; object-position: 55% center; filter: saturate(.85) contrast(1.04); }
.hero-media__frame { position: absolute; z-index: 2; inset: 20px; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.hero-media__frame span { position: absolute; top: -1px; right: -1px; padding: 7px 10px; background: rgba(4,22,17,.82); color: #8deeb9; font-family: ui-monospace, monospace; font-size: .65rem; }
.hero-media__frame i { position: absolute; display: block; background: var(--i3-green); }
.hero-media__frame i:first-of-type { width: 54px; height: 2px; left: -1px; top: -1px; }
.hero-media__frame i:last-of-type { width: 2px; height: 54px; left: -1px; top: -1px; }
.hero-media__caption { position: absolute; z-index: 3; left: 42px; right: 42px; bottom: 34px; display: grid; grid-template-columns: auto 1fr; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-media__caption .status-dot { grid-row: 1 / 3; }
.hero-media__caption strong { color: white; font-size: .86rem; }
.hero-media__caption small { color: #a9bbb4; font-size: .7rem; }
.system-map { border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: rgba(5,27,21,.88); box-shadow: 0 42px 100px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.system-map__header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #d9e7e2; font-size: .76rem; }
.system-map__meta { color: #6f827b; font-family: ui-monospace, monospace; }
.system-map__canvas { position: relative; min-height: 430px; }
.system-map__canvas::before, .system-map__canvas::after { content: ""; position: absolute; background: rgba(69,205,139,.27); }
.system-map__canvas::before { width: 1px; height: 62%; left: 50%; top: 19%; }
.system-map__canvas::after { height: 1px; width: 58%; left: 21%; top: 50%; }
.system-map__core, .system-node { position: absolute; z-index: 2; display: grid; align-content: center; border: 1px solid rgba(255,255,255,.12); background: #0a251e; }
.system-map__core { width: 128px; height: 128px; left: 50%; top: 50%; transform: translate(-50%,-50%); place-items: center; border-radius: 50%; border-color: rgba(25,201,120,.38); box-shadow: 0 0 0 12px rgba(25,201,120,.035), 0 0 60px rgba(25,201,120,.12); text-align: center; }
.system-map__core span, .system-node span { color: var(--i3-green); font-size: .6rem; font-weight: 850; letter-spacing: .12em; }
.system-map__core strong, .system-node strong { color: white; font-size: .9rem; }
.system-map__core small, .system-node small { color: #82968f; font-size: .65rem; }
.system-node { width: 145px; min-height: 74px; padding: 12px 14px; }
.system-node--strategy { left: 7%; top: 9%; }
.system-node--experience { right: 7%; top: 9%; }
.system-node--platform { left: 7%; bottom: 9%; }
.system-node--quality { right: 7%; bottom: 9%; }
.system-map__footer { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 16px; border-top: 1px solid rgba(255,255,255,.1); color: #84978f; font-size: .65rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.system-map__footer i { width: 22px; height: 1px; background: rgba(255,255,255,.18); }

.capability-strip { border-bottom: 1px solid #dce5e1; background: #f8faf9; }
.capability-strip__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; color: #5b6b66; font-size: .76rem; font-weight: 750; letter-spacing: .03em; }
.capability-strip__label { color: var(--i3-green-dark); text-transform: uppercase; letter-spacing: .1em; }
.capability-strip__inner > span:not(:first-child)::before { content: "/"; margin-right: 30px; color: #c4cfcb; }

/* Shared sections */
.section { padding: clamp(88px, 10vw, 148px) 0; scroll-margin-top: 108px; }
.section-heading { max-width: 790px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { color: var(--i3-muted); font-size: 1.05rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: clamp(40px, 8vw, 110px); }
.section-heading--split > p { margin-bottom: 7px; }

/* Expertise */
.section--services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--i3-line); border-left: 1px solid var(--i3-line); }
.service-card { position: relative; min-height: 405px; display: flex; flex-direction: column; padding: 32px; border-right: 1px solid var(--i3-line); border-bottom: 1px solid var(--i3-line); background: white; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; background: #f8fbf9; box-shadow: var(--i3-shadow); transform: translateY(-4px); }
.service-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 58px; }
.card-index { color: var(--i3-green-dark); font-family: ui-monospace, monospace; font-size: .73rem; font-weight: 800; }
.service-card__arrow { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--i3-line); color: #6d7c77; font-size: .82rem; transition: background .2s, color .2s; }
.service-card:hover .service-card__arrow { background: var(--i3-deep); color: white; }
.service-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.service-card > p { margin-bottom: 22px; color: var(--i3-muted); font-size: .94rem; }
.service-card ul { display: grid; gap: 8px; margin: auto 0 0; padding: 18px 0 0; border-top: 1px solid #e8eeeb; list-style: none; color: #4f5f5a; font-size: .82rem; }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--i3-green-dark); }
.service-card > a { position: absolute; inset: 0; overflow: hidden; color: transparent; font-size: 0; text-decoration: none; }

/* Technology capability */
.section--technology { position: relative; overflow: hidden; border-top: 1px solid var(--i3-line); background: var(--i3-soft); }
.section--technology::before { content: "STACK"; position: absolute; right: -18px; top: -54px; color: rgba(7,27,22,.035); font-size: clamp(8rem, 20vw, 18rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.section-heading--technology { position: relative; z-index: 1; }
.technology-marquee { position: relative; z-index: 1; overflow: hidden; padding: 12px 0; border-top: 1px solid #cddbd5; border-bottom: 1px solid #cddbd5; background: rgba(255,255,255,.72); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.technology-marquee__track { display: flex; width: max-content; will-change: transform; animation: technology-marquee 72s linear infinite; }
.technology-marquee:hover .technology-marquee__track, .technology-marquee:focus-within .technology-marquee__track { animation-play-state: paused; }
.technology-marquee__list { display: flex; flex: 0 0 auto; align-items: stretch; gap: 12px; margin: 0; padding: 8px 12px 8px 0; list-style: none; }
.technology-marquee__item { display: inline-flex; min-width: max-content; min-height: 76px; align-items: center; gap: 13px; padding: 10px 20px 10px 11px; border: 1px solid #d5e1dc; background: #fff; color: #233832; font-size: .86rem; font-weight: 800; line-height: 1; box-shadow: 0 8px 24px rgba(4,24,18,.055); }
.technology-logo { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border: 1px solid #e0e8e4; background: #f7faf8; }
.technology-logo img { display: block; width: 35px; height: 35px; object-fit: contain; }
.technology-marquee__item:hover { border-color: #99b7aa; box-shadow: 0 12px 30px rgba(4,24,18,.1); }
.technology-marquee__item:hover .technology-logo { border-color: #b9d0c6; background: #fff; }
@keyframes technology-marquee { to { transform: translateX(-50%); } }
.technology-note { position: relative; z-index: 1; margin: 22px 0 0; color: #667670; font-size: .75rem; }
.technology-note span { margin-right: 8px; color: var(--i3-green-dark); }

/* Solutions */
.section--ink { position: relative; overflow: hidden; background: var(--i3-deep); color: white; }
.section--ink::after { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(25,201,120,.13), transparent 67%); }
.solutions-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 140px); }
.solutions-intro { position: sticky; top: 140px; align-self: start; }
.solutions-intro h2 { margin-bottom: 26px; color: white; font-size: clamp(2.55rem, 4.5vw, 4.5rem); }
.solutions-intro > p:not(.eyebrow) { margin-bottom: 28px; color: #a9bdb6; font-size: 1.03rem; }
.solutions-media { position: relative; margin: 44px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #0a251e; }
.solutions-media img { width: 100%; height: 245px; object-fit: cover; filter: saturate(.78) contrast(1.08); }
.solutions-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2,15,11,.86)); pointer-events: none; }
.solutions-media figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: grid; }
.solutions-media figcaption span { color: white; font-size: .78rem; font-weight: 750; }
.solutions-media figcaption small { color: #9eb2aa; font-size: .66rem; }
.solutions-list { border-top: 1px solid rgba(255,255,255,.14); }
.solution-row { display: grid; grid-template-columns: 42px 1fr 32px; gap: 20px; align-items: start; padding: 30px 4px; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; transition: padding .25s ease, background .25s ease; }
.solution-row:hover { padding-inline: 16px; background: rgba(255,255,255,.035); }
.solution-row > span { color: #58d997; font-family: ui-monospace, monospace; font-size: .7rem; }
.solution-row h3 { margin: 0 0 10px; color: white; font-size: 1.6rem; }
.solution-row p { margin: 0; color: #94aaa2; font-size: .9rem; }
.solution-row > i { color: #63dfa0; font-style: normal; }

/* Industry */
.industry-band { padding: 70px 0; border-bottom: 1px solid var(--i3-line); background: var(--i3-soft); }
.industry-band__inner { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: center; }
.industry-band h2 { max-width: 460px; margin: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.industry-list { display: flex; flex-wrap: wrap; gap: 9px; }
.industry-list span { padding: 10px 13px; border: 1px solid #d5e0dc; background: white; color: #42524d; font-size: .78rem; font-weight: 700; }

/* Process */
.section--process { background: white; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--i3-line); list-style: none; }
.process-list::before { content: ""; position: absolute; top: -2px; left: 0; width: 20%; height: 3px; background: var(--i3-green); }
.process-list li { min-height: 250px; padding: 28px 24px; border-right: 1px solid var(--i3-line); }
.process-list li:first-child { border-left: 1px solid var(--i3-line); }
.process-list span { display: block; margin-bottom: 70px; color: var(--i3-green-dark); font-family: ui-monospace, monospace; font-size: .74rem; font-weight: 800; }
.process-list h3 { margin-bottom: 10px; font-size: 1.15rem; }
.process-list p { margin: 0; color: var(--i3-muted); font-size: .84rem; }

/* Work */
.section--work { background: var(--i3-soft); }
.concept-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.concept-card { overflow: hidden; border: 1px solid var(--i3-line); background: white; }
.concept-card__visual { position: relative; height: 190px; overflow: hidden; background: #09221b; }
.concept-card__visual::before { content: ""; position: absolute; inset: 0; opacity: .4; 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: 34px 34px; }
.concept-card__visual span { position: absolute; z-index: 2; left: 24px; top: 22px; color: #71e6a9; font-family: ui-monospace, monospace; font-size: .72rem; }
.concept-card__visual i { position: absolute; z-index: 2; height: 1px; background: var(--i3-green); transform-origin: left; }
.concept-card__visual i:nth-of-type(1) { width: 55%; left: 25%; top: 39%; transform: rotate(20deg); }
.concept-card__visual i:nth-of-type(2) { width: 42%; left: 18%; top: 67%; transform: rotate(-24deg); background: var(--i3-orange); }
.concept-card__visual i:nth-of-type(3) { width: 10px; height: 10px; right: 19%; top: 30%; border-radius: 50%; box-shadow: 0 0 0 10px rgba(25,201,120,.12); }
.concept-card__body { min-height: 300px; display: flex; flex-direction: column; padding: 28px; }
.tag { align-self: flex-start; margin-bottom: 20px; color: #a75416; font-size: .68rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.concept-card h3 { margin-bottom: 13px; font-size: 1.4rem; }
.concept-card p { color: var(--i3-muted); font-size: .9rem; }
.concept-card .text-link { margin-top: auto; padding-top: 20px; font-size: .84rem; }

/* Academy */
.academy { position: relative; overflow: hidden; padding: clamp(88px, 10vw, 135px) 0; background: #0b1b18; color: white; }
.academy::before { content: "ACADEMY"; position: absolute; right: -20px; bottom: -70px; color: rgba(255,255,255,.025); font-size: clamp(7rem, 18vw, 16rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.academy__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.academy__copy h2 { max-width: 700px; margin-bottom: 24px; color: white; }
.academy__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 34px; color: #aebfba; font-size: 1.05rem; }
.academy__panel { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.academy__visual { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.academy__visual > img { width: 100%; height: 270px; object-fit: cover; object-position: center 38%; filter: saturate(.86) contrast(1.02); }
.academy__visual .academy__panel { border-width: 1px 0 0; }
.academy__price { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 2px 18px; padding: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.academy__price > span { grid-column: 1 / -1; color: #899d96; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.academy__price strong { color: var(--i3-orange); font-size: 3.5rem; line-height: 1; letter-spacing: -.06em; }
.academy__price small { padding-bottom: 6px; color: #aebfba; }
.academy__panel ul { margin: 0; padding: 10px 28px; list-style: none; }
.academy__panel li { display: grid; grid-template-columns: 36px 1fr; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #e3ece8; font-weight: 700; }
.academy__panel li:last-child { border-bottom: 0; }
.academy__panel li span { color: #6b7f77; font-family: ui-monospace, monospace; font-size: .68rem; }

/* About and insights */
.section--about { background: white; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); }
.about-statement h2 { margin-bottom: 0; font-size: clamp(2.45rem, 4.3vw, 4.3rem); }
.about-copy__lead { margin-bottom: 42px; color: #34453f; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--i3-line); }
.values-grid article { padding: 24px 20px 0 0; }
.values-grid article + article { padding-left: 20px; border-left: 1px solid var(--i3-line); }
.values-grid span { color: var(--i3-green-dark); font-family: ui-monospace, monospace; font-size: .7rem; }
.values-grid h3 { margin: 24px 0 9px; font-size: 1.05rem; }
.values-grid p { margin: 0; color: var(--i3-muted); font-size: .82rem; }
.section--insights { background: var(--i3-soft); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.post-card, .empty-state { border: 1px solid var(--i3-line); background: white; padding: 30px; }
.post-card { min-height: 300px; display: flex; flex-direction: column; }
.post-card h3 a { text-decoration: none; }
.post-card > p:not(.post-meta) { color: var(--i3-muted); }
.post-card .text-link { margin-top: auto; }
.post-meta { color: var(--i3-green-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.empty-state { display: grid; grid-template-columns: .5fr 1fr 1fr auto; gap: 30px; align-items: center; }
.empty-state > div { color: #60706b; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.empty-state h3, .empty-state p { margin: 0; }
.empty-state p { color: var(--i3-muted); }

/* Footer */
.footer-cta { padding: 68px 0; background: var(--i3-green); color: #052016; }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-cta .eyebrow { color: #08482e; }
.footer-cta h2 { max-width: 780px; margin: 0; color: #052016; font-size: clamp(2.2rem, 4vw, 4rem); }
.footer-cta .button--light { background: var(--i3-deep); color: white; }
.footer-cta .button--ghost-light { border-color: rgba(3,33,23,.28); color: #052016; }
.site-footer { background: var(--i3-deeper); color: #8ca098; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, .75fr); gap: 60px; padding: 76px 0 58px; }
.footer-brand .brand { margin-bottom: 28px; }
.footer-brand .brand__mark { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.footer-brand .brand__type strong { color: white; }
.footer-brand .brand__type small { color: #71867e; }
.footer-brand p { max-width: 390px; font-size: .88rem; }
.footer-values { color: #70dfa6; font-size: .68rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid h3 { margin-bottom: 20px; color: white; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid a { font-size: .86rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { text-decoration: none; }
.whatsapp-fab { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; background: #0da85e; color: white; box-shadow: 0 16px 38px rgba(2,20,14,.28); font-size: .8rem; font-weight: 800; text-decoration: none; }
.whatsapp-fab:hover { background: #0b8f50; }

/* Content and lead form pages */
.content-page, .form-page { min-height: 60vh; padding: clamp(72px, 9vw, 120px) 0; background: var(--i3-soft); }
.content-page__inner { max-width: var(--i3-shell); }
.content-page__inner--narrow { max-width: 860px; }
.page-heading { max-width: 860px; margin-bottom: 42px; }
.page-heading h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.entry-content { padding: clamp(30px, 5vw, 60px); border: 1px solid var(--i3-line); background: white; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1080px; }
.entry-content > .alignfull { max-width: none; }
.entry-content p, .entry-content li { color: #3b4d47; }
.entry-content img { border-radius: 2px; }
.entry-image { width: 100%; margin-bottom: 34px; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.page-numbers { padding: 8px 12px; border: 1px solid var(--i3-line); background: white; text-decoration: none; }
.form-page__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.form-intro { position: sticky; top: 130px; }
.form-intro h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.form-intro > p:not(.eyebrow) { color: var(--i3-muted); font-size: 1.05rem; }
.contact-card { display: grid; gap: 7px; margin-top: 34px; padding: 24px; border-left: 3px solid var(--i3-green); background: var(--i3-deep); color: white; }
.contact-card a { color: #78e7ad; font-weight: 750; text-decoration: none; }
.form-card { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--i3-line); background: white; box-shadow: var(--i3-shadow); }
.form-card > h2 { margin-bottom: 9px; font-size: 2rem; }
.form-note { color: var(--i3-muted); font-size: .84rem; }
.lead-form { margin-top: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-grid__full { grid-column: 1 / -1; }
.lead-form label { display: grid; gap: 8px; color: #24352f; font-size: .84rem; font-weight: 750; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b9c7c2; border-radius: 2px; background: white; color: var(--i3-ink); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--i3-green-dark); outline: 3px solid rgba(25,201,120,.12); }
.lead-form textarea { resize: vertical; }
.lead-form .consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 24px 0; font-weight: 600; }
.lead-form .consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; }
.form-errors { margin: 20px 0; padding: 16px 18px; border: 1px solid #e5a8a8; background: #fff3f3; color: #7d2020; }
.form-errors ul { margin-bottom: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.success-panel { padding: 20px 0; text-align: center; }
.success-mark { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #dff7e9; color: var(--i3-green-dark); font-size: 1.8rem; font-weight: 900; }
.reference-number { display: block; margin: 16px auto 22px; color: var(--i3-green-dark); font-family: ui-monospace, monospace; font-size: clamp(1.4rem,4vw,2rem); letter-spacing: .04em; }
.success-panel .button-row { justify-content: center; margin-top: 26px; }

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: 50px; }
  .service-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1.25fr repeat(3,.75fr); gap: 36px; }
}

@media (max-width: 900px) {
  .hero__grid, .solutions-layout, .industry-band__inner, .academy__grid, .about-layout, .form-page__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 760px; }
  .system-map, .hero-media { max-width: 650px; }
  .service-grid, .concept-grid, .post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solutions-intro, .form-intro { position: static; }
  .solutions-intro { max-width: 700px; }
  .industry-band__inner { gap: 36px; }
  .process-list { grid-template-columns: repeat(5, 250px); overflow-x: auto; padding-bottom: 10px; }
  .about-layout { gap: 52px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .empty-state { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  .utility-bar__inner { justify-content: center; min-height: 40px; }
  .utility-bar__inner > p { display: none; }
  .site-header__inner { min-height: 72px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .footer-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .site-shell { width: min(calc(100% - 32px), var(--i3-shell)); }
  .utility-bar__contacts { gap: 10px; font-size: .7rem; }
  .utility-bar__contacts > span, .utility-bar__contacts a:first-child { display: none; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__type strong { font-size: 1.15rem; }
  .brand__type small { font-size: .45rem; }
  .menu-toggle__label { display: none; }
  .hero { padding: 70px 0 78px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 3.8rem); }
  .hero__lede { font-size: 1.03rem; }
  .hero .button-row .button { width: 100%; }
  .hero__principles { display: grid; gap: 9px; }
  .hero-media { min-height: 430px; }
  .hero-media > img { height: 430px; object-position: 55% center; }
  .hero-media__frame { inset: 12px; }
  .hero-media__caption { left: 28px; right: 28px; bottom: 25px; }
  .system-map__canvas { min-height: 350px; }
  .system-map__core { width: 108px; height: 108px; }
  .system-node { width: 118px; min-height: 65px; padding: 9px 10px; }
  .system-node--strategy, .system-node--platform { left: 4%; }
  .system-node--experience, .system-node--quality { right: 4%; }
  .system-node small { display: none; }
  .system-map__footer { gap: 6px; }
  .system-map__footer i { width: 10px; }
  .capability-strip__inner { justify-content: flex-start; }
  .service-grid, .concept-grid, .post-grid { grid-template-columns: 1fr; }
  .technology-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .technology-marquee__track { animation-duration: 58s; }
  .technology-marquee__item { min-height: 66px; gap: 10px; padding: 8px 15px 8px 8px; font-size: .8rem; }
  .technology-logo { width: 46px; height: 46px; flex-basis: 46px; }
  .technology-logo img { width: 30px; height: 30px; }
  .service-card { min-height: 370px; }
  .solution-row { grid-template-columns: 34px 1fr 20px; gap: 10px; }
  .solution-row h3 { font-size: 1.35rem; }
  .process-list { grid-template-columns: repeat(5, 78vw); }
  .academy__price { grid-template-columns: 1fr; }
  .academy__price small { padding: 3px 0 0; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article + article { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--i3-line); }
  .values-grid h3 { margin-top: 12px; }
  .empty-state { grid-template-columns: 1fr; }
  .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-cta .button-row { width: 100%; }
  .footer-cta .button { width: 100%; }
  .whatsapp-fab { right: 14px; bottom: 14px; padding: 11px 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .technology-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .technology-marquee__track { animation: none; }
  .technology-marquee__list[aria-hidden="true"] { display: none; }
}
