:root {
  --navy: #173a5e;
  --navy-deep: #0b263e;
  --sky: #45bced;
  --sky-pale: #e1f5fc;
  --green: #2e6a4d;
  --green-pale: #e8f1ed;
  --gold: #d9a83c;
  --rust: #a85b3d;
  --ink: #14222d;
  --muted: #5f6d78;
  --line: #dbe3e8;
  --mist: #f3f6f8;
  --white: #ffffff;
  --container: 1180px;
  --shadow: 0 18px 48px rgba(15, 42, 64, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Aptos", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--mist { background: var(--mist); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 4px; }
.skip-link:focus { top: 12px; }
.support-strip { color: #d5e3ec; background: var(--navy-deep); font-size: 12px; }
.support-strip__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.support-strip p { margin: 0; font-weight: 680; }
.support-strip__links { display: flex; gap: 22px; }
.support-strip a:hover, .support-strip a:focus-visible { color: var(--sky); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); border-bottom: 1px solid rgba(219,227,232,0.9); backdrop-filter: blur(14px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 52px; height: 52px; }
.brand__type { display: grid; line-height: 1; }
.brand__type strong { color: var(--navy); font-size: 22px; font-weight: 820; letter-spacing: 0; }
.brand__type strong b { color: var(--sky); }
.brand__type small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 760; text-transform: uppercase; letter-spacing: 0.13em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.primary-nav a { position: relative; color: #354756; font-size: 14px; font-weight: 710; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sky); transition: right 180ms ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform 180ms ease, opacity 180ms ease; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 760; line-height: 1.2; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button:focus-visible, .menu-toggle:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(69,188,237,0.48); outline-offset: 3px; }
.button--compact { min-height: 42px; padding: 9px 15px; color: var(--white); background: var(--navy); font-size: 13px; }
.button--compact:hover { background: var(--navy-deep); }
.button--primary { color: var(--navy-deep); background: var(--sky); border-color: var(--sky); }
.button--primary:hover { background: #79d0f2; border-color: #79d0f2; }
.button--glass { color: var(--white); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.55); }
.button--glass:hover { background: rgba(255,255,255,0.17); }
.button--navy { color: var(--white); background: var(--navy); }
.button--navy:hover { background: var(--navy-deep); }
.button--light { color: var(--navy-deep); background: var(--white); }
.button--light:hover { color: var(--white); background: var(--sky); }

.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 830; text-transform: uppercase; letter-spacing: 0.16em; }
.eyebrow--light { color: #9ee0f8; }
.hero { position: relative; min-height: min(760px, calc(100svh - 135px)); color: var(--white); background-image: url("/assets/group-hero.webp"); background-position: center; background-size: cover; background-color: rgba(6,26,42,0.6); background-blend-mode: multiply; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--sky); }
.hero__inner { min-height: inherit; display: flex; align-items: center; padding-top: 58px; padding-bottom: 134px; }
.hero__copy { width: min(790px, 72%); }
.hero h1 { margin: 0; font-size: clamp(76px, 10vw, 142px); line-height: 0.85; font-weight: 840; letter-spacing: 0; }
.hero__motto { max-width: 780px; margin: 30px 0 0; color: var(--white); font-size: clamp(24px, 3.6vw, 43px); line-height: 1.12; font-weight: 730; text-wrap: balance; }
.hero__lead { max-width: 660px; margin: 24px 0 0; color: #d9e5ed; font-size: clamp(16px, 1.8vw, 20px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__sectors { position: absolute; inset: auto 0 0; color: #d5e3ec; background: rgba(8,31,50,0.84); }
.hero__sector-grid { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.hero__sector-grid span { padding: 0 22px; font-size: 12px; font-weight: 760; border-left: 1px solid rgba(255,255,255,0.2); }
.hero__sector-grid span:first-child { padding-left: 0; border-left: 0; }

.identity-band { color: var(--white); background: var(--navy); }
.identity-band__grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); }
.identity-band__grid div { min-width: 0; padding: 26px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,0.16); }
.identity-band__grid div:first-child { padding-left: 0; border-left: 0; }
.identity-band strong { color: var(--sky); font-size: 16px; }
.identity-band span { margin-top: 4px; color: #c5d5e0; font-size: 12px; line-height: 1.4; }

.story-grid { display: grid; grid-template-columns: minmax(320px,0.78fr) minmax(520px,1.22fr); gap: clamp(52px,8vw,120px); align-items: start; }
.story-heading h2, .section-heading h2, .approach h2, .venture h2, .profile h2, .contact h2 { margin: 0; color: var(--navy-deep); font-size: clamp(38px,4.8vw,62px); line-height: 1.04; font-weight: 820; letter-spacing: 0; text-wrap: balance; }
.story-copy__lead { margin: 0; color: var(--navy); font-size: clamp(23px,2.5vw,31px); line-height: 1.3; font-weight: 680; }
.story-copy > p:not(.story-copy__lead) { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purpose-grid article { padding: 26px 28px 28px 0; }
.purpose-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.purpose-grid span { color: var(--green); font-size: 11px; font-weight: 830; text-transform: uppercase; letter-spacing: 0.12em; }
.purpose-grid h3 { margin: 12px 0 0; color: var(--navy); font-size: 19px; line-height: 1.4; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading > p { width: min(410px,40%); margin: 0 0 4px; color: var(--muted); }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 50px; }
.sector-card { min-width: 0; background: var(--white); border: 1px solid #dfe6eb; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(22,48,68,0.06); }
.sector-card__media { position: relative; height: 290px; overflow: hidden; }
.sector-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: var(--sky); }
.sector-card:nth-child(2) .sector-card__media::after { background: #277f9b; }
.sector-card:nth-child(3) .sector-card__media::after { background: var(--green); }
.sector-card:nth-child(4) .sector-card__media::after { background: var(--gold); }
.sector-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.sector-card:hover .sector-card__media img { transform: scale(1.025); }
.sector-card__media--erp img { object-position: 68% center; }
.sector-card__media > span { position: absolute; top: 18px; right: 18px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: rgba(11,38,62,0.86); font-size: 12px; font-weight: 820; border-radius: 50%; }
.sector-card__body { padding: 30px 32px 34px; }
.sector-card__label { margin: 0 0 14px; color: var(--navy); font-size: 11px; font-weight: 830; text-transform: uppercase; letter-spacing: 0.13em; }
.sector-card__label--water { color: #277f9b; }
.sector-card__label--agri { color: var(--green); }
.sector-card__label--erp { color: #9b7220; }
.sector-card h3 { margin: 0; color: var(--navy-deep); font-size: clamp(24px,2.5vw,33px); line-height: 1.16; }
.sector-card__body > p:not(.sector-card__label) { margin: 17px 0 0; color: var(--muted); }
.sector-card ul { margin: 26px 0 0; padding: 16px 0 0; display: flex; flex-wrap: wrap; gap: 9px 18px; list-style: none; border-top: 1px solid var(--line); }
.sector-card li { position: relative; padding-left: 13px; color: #4b5d69; font-size: 12px; font-weight: 700; }
.sector-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; background: var(--sky); }

.approach { padding: 112px 0; color: var(--white); background: var(--navy-deep); }
.approach__inner { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(520px,1.18fr); gap: clamp(55px,8vw,110px); }
.approach h2 { color: var(--white); }
.approach__heading > p:not(.eyebrow) { margin: 24px 0 0; color: #c2d2dc; font-size: 17px; }
.approach-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.18); }
.approach-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.approach-steps > li > span { color: var(--sky); font-size: 12px; font-weight: 820; }
.approach-steps h3 { margin: 0; color: var(--white); font-size: 20px; }
.approach-steps p { margin: 4px 0 0; color: #afc3d0; font-size: 14px; }

.venture { min-height: 760px; display: grid; grid-template-columns: 1.06fr .94fr; background: #eaf0f3; }
.venture__image { min-height: 760px; background: url("/assets/jimo-feeds.webp") center / cover no-repeat; }
.venture__content { max-width: 690px; padding: clamp(72px,8vw,120px) clamp(36px,7vw,96px); align-self: center; }
.venture__status { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 830; text-transform: uppercase; letter-spacing: 0.13em; }
.venture__status span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.venture__brand { margin: 20px 0 12px; color: var(--navy); font-size: 20px; font-weight: 850; }
.venture__brand span { color: var(--sky); }
.venture__content > p:not(.venture__brand) { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.validation-note { margin-top: 30px; padding: 19px; display: grid; grid-template-columns: 24px 1fr; gap: 13px; color: #3c514a; background: var(--green-pale); border-left: 4px solid var(--green); }
.validation-note svg { width: 21px; margin-top: 2px; color: var(--green); }
.validation-note p { margin: 0; font-size: 13px; }
.text-link { width: fit-content; margin-top: 28px; padding-bottom: 4px; display: inline-flex; align-items: center; gap: 9px; color: var(--navy); border-bottom: 2px solid var(--sky); font-weight: 780; }
.text-link:hover { color: var(--sky); }
.text-link svg { width: 17px; }

.profile { background: var(--white); }
.profile__inner { display: grid; grid-template-columns: minmax(0,.85fr) minmax(440px,1.15fr); gap: clamp(48px,8vw,110px); align-items: start; }
.profile__heading { padding-left: 26px; border-left: 6px solid var(--gold); }
.profile__details > p { margin: 4px 0 0; color: var(--muted); font-size: 17px; }
.profile__meta { display: flex; flex-wrap: wrap; margin: 24px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile__meta span { padding: 12px 18px; color: var(--navy); font-size: 12px; font-weight: 750; border-left: 1px solid var(--line); }
.profile__meta span:first-child { padding-left: 0; border-left: 0; }

.contact { padding: 110px 0; color: var(--white); background: var(--navy); }
.contact__heading { max-width: 820px; }
.contact h2 { color: var(--white); }
.contact__heading > p:not(.eyebrow) { max-width: 700px; margin: 22px 0 0; color: #c7d8e3; font-size: 17px; }
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 50px; }
.office { padding: clamp(26px,4vw,40px); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; }
.office__top { display: flex; align-items: center; gap: 13px; }
.office__top span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy-deep); background: var(--sky); font-size: 11px; font-weight: 850; border-radius: 50%; }
.office__top p { margin: 0; color: #a9dbef; font-size: 12px; font-weight: 820; text-transform: uppercase; letter-spacing: 0.11em; }
.office h3 { margin: 24px 0 2px; color: var(--white); font-size: 24px; }
.office > p { margin: 0; color: #bcd0dc; font-size: 14px; }
.office__links { display: grid; gap: 9px; margin: 27px 0; }
.office__links a { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: #e8f1f6; font-weight: 650; }
.office__links a:hover { color: var(--sky); }
.office__links svg { width: 17px; }

.site-footer { color: #afc1ce; background: #081e31; }
.footer-grid { padding: 68px 0 56px; display: grid; grid-template-columns: 1.4fr .8fr .7fr .8fr; gap: 58px; }
.brand--footer { width: fit-content; }
.brand--footer .brand__type strong { color: var(--white); }
.brand--footer .brand__type small { color: #8da5b5; }
.footer-brand > p { max-width: 300px; margin: 18px 0 0; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; font-size: 13px; }
.footer-links p { margin: 0 0 8px; color: var(--white); font-weight: 800; }
.footer-links a:hover { color: var(--sky); }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1060px) {
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: 13px; }
  .hero__copy { width: min(760px,78%); }
  .identity-band__grid { grid-template-columns: repeat(2,1fr); }
  .identity-band__grid div:nth-child(3) { border-left: 0; }
  .story-grid, .approach__inner { grid-template-columns: 1fr; }
  .story-heading, .approach__heading { max-width: 760px; }
  .venture { grid-template-columns: 1fr; }
  .venture__image { min-height: 520px; }
  .venture__content { max-width: none; }
  .footer-grid { grid-template-columns: 1.3fr .8fr .8fr; }
  .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 840px) {
  .section { padding: 86px 0; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .primary-nav { position: fixed; inset: 111px 0 auto; max-height: 0; margin: 0; padding: 0 20px; display: grid; gap: 0; overflow: hidden; background: var(--white); border-bottom: 1px solid var(--line); opacity: 0; transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease; }
  .primary-nav.is-open { max-height: 420px; padding-top: 14px; padding-bottom: 20px; opacity: 1; }
  .primary-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: min(760px,calc(100svh - 145px)); background-position: 61% center; }
  .hero__copy { width: min(720px,90%); }
  .hero__sector-grid { grid-template-columns: repeat(2,1fr); padding: 12px 0; }
  .hero__sector-grid span { padding: 7px 18px; }
  .hero__sector-grid span:nth-child(odd) { padding-left: 0; border-left: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { width: min(620px,100%); }
  .sector-grid { grid-template-columns: 1fr; }
  .profile__inner { grid-template-columns: 1fr; gap: 40px; }
  .office-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-links:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .support-strip__inner { justify-content: center; }
  .support-strip__inner > p, .support-strip__links a:last-child { display: none; }
  .support-strip__links { gap: 0; }
  .nav-shell { min-height: 72px; gap: 9px; }
  .brand img { width: 46px; height: 46px; }
  .brand__type strong { font-size: 19px; }
  .brand__type small { font-size: 8px; }
  .header-cta { width: 42px; min-height: 42px; padding: 9px; font-size: 0; }
  .header-cta svg { width: 19px; height: 19px; }
  .primary-nav { inset: 105px 0 auto; }
  .hero { min-height: calc(100svh - 132px); background-position: 64% center; background-color: rgba(6,26,42,0.7); }
  .hero__inner { align-items: end; padding-top: 75px; padding-bottom: 150px; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(72px,22vw,96px); }
  .hero__motto { margin-top: 24px; font-size: 26px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__sector-grid span { font-size: 11px; }
  .identity-band__grid { padding: 14px 0; }
  .identity-band__grid div { min-height: 96px; padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .identity-band__grid div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .identity-band__grid div:nth-child(even) { padding-right: 0; }
  .identity-band__grid div:nth-child(n+3) { border-bottom: 0; }
  .identity-band strong { font-size: 13px; }
  .identity-band span { font-size: 10px; }
  .story-heading h2, .section-heading h2, .approach h2, .venture h2, .profile h2, .contact h2 { font-size: 36px; }
  .story-copy__lead { font-size: 22px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid article { padding: 22px 0; }
  .purpose-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .sector-card__media { height: 230px; }
  .sector-card__body { padding: 25px 22px 28px; }
  .sector-card h3 { font-size: 26px; }
  .approach { padding: 82px 0; }
  .venture { min-height: 0; }
  .venture__image { min-height: 360px; background-position: 60% center; }
  .venture__content { padding: 66px 20px; }
  .profile__heading { padding-left: 18px; }
  .profile__meta span { width: 100%; padding: 9px 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .profile__meta span:last-child { border-bottom: 0; }
  .profile .button { width: 100%; }
  .contact { padding: 84px 0; }
  .office { padding: 25px 21px; }
  .office .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 7px; }
}
