:root {
  --ink: #101d2d;
  --navy: #07172f;
  --navy-2: #0d2444;
  --muted: #5f6d7d;
  --line: #dbe2e9;
  --soft: #f3f6f8;
  --white: #fff;
  --brand: #f7941d;
  --brand-dark: #a94e08;
  --teal: #1f8f78;
  --blue: #2776c9;
  --purple: #7257c5;
  --amber: #d9822b;
  --shadow: 0 22px 70px rgba(7, 23, 47, .13);
  --radius: 22px;
  --container: min(1200px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Aptos, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.15rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-weight: 700; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 5.15vw, 4.75rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { font-size: 1.25rem; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 900px; }
.centered { text-align: center; }
.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; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; transform: translateY(-150%); background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--brand-dark); font-size: .76rem; font-weight: 780; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.lead { max-width: 720px; margin-top: 1.35rem; color: #425167; font-size: clamp(1.08rem, 1.35vw, 1.25rem); line-height: 1.62; }
.lead-small { color: #435267; font-size: 1.1rem; line-height: 1.75; }
.quiet { padding-left: 1rem; border-left: 3px solid var(--brand); color: #718092; font-size: .88rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 1.75rem; }
.centered-row { justify-content: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid var(--brand); border-radius: 10px; color: #172033; background: var(--brand); box-shadow: 0 10px 28px rgba(247, 148, 29, .2); font-size: .89rem; font-weight: 760; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: #ffa32f; box-shadow: 0 14px 34px rgba(247, 148, 29, .28); }
.button-secondary { border-color: #c9d3dd; background: transparent; box-shadow: none; }
.button-secondary:hover { background: var(--soft); box-shadow: none; }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); box-shadow: none; }
.button-small { min-height: 40px; padding: 10px 16px; }
.priority-actions { align-items: stretch; }
.priority-actions .button { flex: 1 1 235px; max-width: 285px; border-color: transparent; color: var(--white); box-shadow: 0 12px 30px rgba(7, 23, 47, .18); }
.button-azina365 { background: #5b3eaa; }
.button-azina365:hover { background: #4b3194; box-shadow: 0 15px 34px rgba(91, 62, 170, .26); }
.button-quorumate { background: #146b5a; }
.button-quorumate:hover { background: #0e5b4c; box-shadow: 0 15px 34px rgba(20, 107, 90, .26); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .9rem; font-weight: 760; }
.text-link svg { transition: transform .18s ease; }
.text-link:hover svg { transform: translateX(4px); }
.text-link.light { color: var(--white); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(39, 118, 201, .45); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .95); box-shadow: 0 1px 0 rgba(7, 23, 47, .08); backdrop-filter: blur(14px); }
.utility-bar { color: #cbd6e2; background: var(--navy); font-size: .75rem; }
.utility-inner { display: flex; min-height: 30px; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 24px; }
.utility-inner a:hover { color: var(--white); }
.nav-shell { display: flex; min-height: 72px; align-items: center; justify-content: space-between; }
.brand img { width: 205px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav > a:not(.button), .nav-products-link { position: relative; color: #23334a; font-size: .82rem; font-weight: 690; }
.site-nav > a:not(.button)::after, .nav-products-link::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--brand); transition: transform .18s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after, .nav-products-link:hover::after, .nav-products-link[aria-current="page"]::after { transform: scaleX(1); }
.nav-products { position: relative; display: flex; align-self: stretch; align-items: center; }
.nav-products-trigger { display: flex; align-items: center; gap: 2px; }
.nav-products-link { display: inline-flex; align-items: center; }
.product-menu-toggle { display: inline-grid; width: 26px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 6px; color: #667588; background: transparent; cursor: pointer; }
.product-menu-toggle:hover { color: var(--navy); background: var(--soft); }
.nav-chevron { position: relative; top: -1px; color: #738194; font-size: .8rem; transition: transform .18s ease; }
.nav-products:hover .nav-chevron, .nav-products.is-open .nav-chevron { transform: rotate(180deg); }
.product-menu { position: absolute; top: calc(100% - 4px); left: -165px; z-index: 120; display: grid; width: 680px; grid-template-columns: 1.12fr .88fr; gap: 0; padding: 18px; border: 1px solid #dce3e9; border-radius: 17px; visibility: hidden; opacity: 0; background: var(--white); box-shadow: 0 26px 76px rgba(7, 23, 47, .2); transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-products:hover .product-menu, .nav-products.is-open .product-menu { visibility: visible; opacity: 1; transform: none; }
.product-menu-section { min-width: 0; padding: 4px 10px 8px; }
.product-menu-specialised { padding-left: 18px; border-left: 1px solid var(--line); }
.product-menu-label { display: block; padding: 2px 8px 10px; color: #758396; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.menu-product { display: grid; grid-template-columns: 9px 1fr; gap: 11px; align-items: start; padding: 11px 10px; border-radius: 9px; }
.menu-product:hover, .menu-product:focus-visible { background: var(--soft); outline-offset: 0; }
.menu-product i { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(114,87,197,.11); }
.menu-product-azinabook i { background: var(--blue); box-shadow: 0 0 0 4px rgba(39,118,201,.11); }
.menu-product-quorumate i { background: var(--teal); box-shadow: 0 0 0 4px rgba(31,143,120,.11); }
.menu-product-inventory-management i { background: var(--amber); box-shadow: 0 0 0 4px rgba(217,130,43,.12); }
.menu-product-edms i { background: #526f83; box-shadow: 0 0 0 4px rgba(82,111,131,.13); }
.menu-product strong, .menu-product small { display: block; }
.menu-product strong { color: var(--navy); font-size: .86rem; line-height: 1.3; }
.menu-product small { margin-top: 2px; color: #6e7d8f; font-size: .68rem; line-height: 1.35; }
.product-menu-all { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding: 14px 18px 4px; margin-top: 8px; border-top: 1px solid var(--line); color: var(--navy); font-size: .76rem; font-weight: 780; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: var(--navy); background: transparent; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: inline; }

.hero { overflow: hidden; padding: clamp(34px, 3.5vw, 48px) 0 clamp(68px, 7vw, 92px); background: radial-gradient(circle at 88% 12%, rgba(31, 143, 120, .08), transparent 27%), linear-gradient(135deg, #f7f9fb 0%, #eef4f7 52%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.hero-copy h1 { max-width: 740px; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { position: absolute; inset: -22px 22px 22px -22px; z-index: 0; border-radius: 32px; content: ""; background: linear-gradient(145deg, rgba(247, 148, 29, .22), rgba(31, 143, 120, .12)); }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: clamp(520px, 46vw, 640px); object-fit: cover; object-position: 59% center; border-radius: 28px; box-shadow: var(--shadow); }
.hero-home .hero-visual img { object-position: 52% center; }
.hero-visual figcaption, .product-row figcaption, .product-hero figure figcaption { position: absolute; z-index: 3; right: 12px; bottom: 10px; padding: 5px 8px; border-radius: 4px; color: rgba(255,255,255,.85); background: rgba(7, 23, 47, .72); font-size: .62rem; letter-spacing: .04em; }
.hero-note { position: absolute; z-index: 2; bottom: 24px; left: -28px; display: grid; max-width: 280px; padding: 17px 19px; border-left: 4px solid var(--purple); border-radius: 8px; color: #dce6ef; background: rgba(7, 23, 47, .94); box-shadow: var(--shadow); }
.hero-note strong { color: var(--white); font-size: 1.15rem; }
.hero-note span { font-size: .76rem; line-height: 1.45; }
.hero-all-products { width: max-content; margin-top: 1.05rem; }
.flagship-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 1.2rem; margin-top: 1.6rem; border-top: 1px solid #d7e0e7; }
.flagship-links > span { margin-right: 5px; color: #687789; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.flagship-links a { position: relative; padding: 7px 10px 7px 20px; border: 1px solid #d8e1e8; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.6); font-size: .73rem; font-weight: 760; }
.flagship-links a::before { position: absolute; top: 50%; left: 9px; width: 6px; height: 6px; border-radius: 50%; content: ""; background: var(--purple); transform: translateY(-50%); }
.flagship-links .flagship-azinabook::before { background: var(--blue); }
.flagship-links .flagship-quorumate::before { background: var(--teal); }
.flagship-links a:hover { border-color: #aebdca; background: var(--white); }

.page-hero { padding: clamp(40px, 4vw, 56px) 0 clamp(58px, 5.5vw, 76px); background: radial-gradient(circle at 85% 20%, rgba(39,118,201,.11), transparent 30%), linear-gradient(145deg, #f5f8fa, #fff); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.7rem, 4.8vw, 4.45rem); }
.page-hero .centered h1, .page-hero .centered .lead { margin-inline: auto; }
.section { padding: clamp(68px, 7.3vw, 100px) 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #e2eaf2; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #b7c4d2; }
.section-dark .eyebrow { color: #ffab44; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr); gap: 68px; align-items: end; margin-bottom: 3.1rem; }
.split-heading p { margin: 0; font-size: 1.06rem; }
.portfolio-heading { margin-bottom: 2.4rem; }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.flagship-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { position: relative; min-height: 300px; overflow: hidden; padding: 36px; border: 1px solid #dbe3ea; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(7, 23, 47, .05); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(7, 23, 47, .09); }
.product-card::after { position: absolute; right: -60px; bottom: -90px; width: 210px; height: 210px; border: 36px solid rgba(114,87,197,.09); border-radius: 50%; content: ""; }
.product-card.product-azinabook::after { border-color: rgba(39,118,201,.09); }
.product-card.product-quorumate::after { border-color: rgba(31,143,120,.08); }
.product-card.product-inventory-management::after { border-color: rgba(217,130,43,.1); }
.product-card.product-edms::after { border-color: rgba(82,111,131,.11); }
.product-number { position: absolute; top: 22px; right: 26px; color: #cbd5de; font-size: .82rem; font-weight: 800; }
.product-card h3 { margin-bottom: .85rem; font-size: 1.78rem; }
.product-card p { max-width: 520px; }
.product-card .text-link { position: absolute; bottom: 32px; left: 36px; z-index: 1; }
.flagship-grid .product-card { min-height: 370px; padding: 34px 30px; border-top-width: 5px; }
.flagship-grid .product-card .text-link { bottom: 30px; left: 30px; }
.flagship-grid .product-azina365 { border-top-color: var(--purple); }
.flagship-grid .product-azinabook { border-top-color: var(--blue); background: linear-gradient(155deg, #fff 30%, #eef6ff 100%); }
.flagship-grid .product-quorumate { border-top-color: var(--teal); background: linear-gradient(155deg, #fff 30%, #edf8f5 100%); }
.flagship-grid .product-azinabook .eyebrow { color: #185ea8; }
.flagship-grid .product-quorumate .eyebrow { color: #146b5a; }
.flagship-grid .product-priority { color: #d8e5ee; background: var(--navy-2); box-shadow: 0 16px 42px rgba(7, 23, 47, .13); }
.flagship-grid .product-priority.product-azina365 { background: radial-gradient(circle at 100% 100%, rgba(114,87,197,.3), transparent 44%), var(--navy-2); }
.flagship-grid .product-priority.product-quorumate { background: radial-gradient(circle at 100% 100%, rgba(31,143,120,.28), transparent 44%), var(--navy-2); }
.flagship-grid .product-priority h3 { color: var(--white); }
.flagship-grid .product-priority p { color: #bac8d5; }
.flagship-grid .product-priority .text-link { color: var(--white); }
.flagship-grid .product-priority .product-number { color: #8ea0b4; }
.flagship-grid .product-priority.product-azina365 .eyebrow { color: #bba9ff; }
.flagship-grid .product-priority.product-quorumate .eyebrow { color: #66cfb8; }
.secondary-products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.secondary-product { display: flex; min-height: 260px; flex-direction: column; align-items: flex-start; padding: 30px; margin-top: 18px; border: 1px solid #e2d6c7; border-top: 5px solid var(--amber); border-radius: 14px; background: #fffaf4; }
.secondary-product .eyebrow { margin-bottom: 5px; color: #9d4c0d; }
.secondary-product h3 { font-size: 1.35rem; }
.secondary-product p { margin: 1rem 0 1.4rem; font-size: .86rem; }
.secondary-product .text-link { margin-top: auto; }
.secondary-product-edms { border-color: #cfdae1; border-top-color: #526f83; background: #f7fafb; }
.secondary-product-edms .eyebrow { color: #405e72; }

.feature-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.feature-layout > div:first-child { position: sticky; top: 150px; }
.feature-layout .lead-small { margin: 1.4rem 0 1.8rem; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.principle-grid > div { min-height: 210px; padding: 32px; background: var(--white); }
.principle-grid strong { display: block; margin-bottom: 2.8rem; color: var(--brand-dark); font-size: .75rem; }
.principle-grid h3 { margin-bottom: .65rem; }
.priority-section .split-heading { padding-bottom: 42px; border-bottom: 1px solid #29415e; }
.priority-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.priority-product { position: relative; display: flex; min-height: 540px; flex-direction: column; padding: clamp(32px, 3.5vw, 50px); overflow: hidden; border: 1px solid #29415e; border-top: 5px solid var(--purple); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); }
.priority-product::after { position: absolute; right: -95px; bottom: -120px; width: 300px; height: 300px; border: 46px solid rgba(114,87,197,.13); border-radius: 50%; content: ""; pointer-events: none; }
.priority-product.priority-quorumate { border-top-color: var(--teal); }
.priority-product.priority-quorumate::after { border-color: rgba(31,143,120,.1); }
.priority-product h2 { font-size: clamp(2.45rem, 4vw, 4rem); }
.priority-product h3 { max-width: 510px; margin: 1rem 0 1.15rem; color: #dfe8f0; font-size: clamp(1.22rem, 1.7vw, 1.55rem); line-height: 1.32; letter-spacing: -.025em; }
.priority-product > p { max-width: 570px; }
.priority-product ul { display: grid; gap: 11px; padding: 25px 0 0; margin: auto 0 0; border-top: 1px solid #29415e; list-style: none; }
.priority-product li { display: flex; gap: 10px; color: #d5e0e9; font-size: .86rem; line-height: 1.45; }
.priority-product li svg { flex: 0 0 auto; margin-top: .2rem; color: #bba9ff; }
.priority-product.priority-quorumate li svg { color: #66cfb8; }
.priority-product .button-row { position: relative; z-index: 1; margin-top: 2rem; }
.priority-product .button { min-width: 205px; }
.priority-product .eyebrow { color: #bba9ff; }
.priority-product.priority-quorumate .eyebrow { color: #66cfb8; }
.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-strip article { padding-top: 28px; border-top: 3px solid var(--navy); }
.service-strip h3 { min-height: 55px; margin-bottom: 1rem; }

.product-list { display: grid; gap: 78px; }
.product-row { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.product-row:nth-child(even) .product-row-copy { order: 2; }
.product-row h2 { margin-bottom: .7rem; font-size: clamp(2.35rem, 3.6vw, 3.65rem); }
.product-row h3 { margin-bottom: 1.3rem; color: #3c4d64; font-size: 1.35rem; line-height: 1.35; }
.product-row figure { position: relative; margin: 0; }
.product-row img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.product-row.product-azina365 img { object-position: 62% center; }
.product-row.product-azinabook img { object-position: 35% center; }
.product-row.product-quorumate img { object-position: 68% center; }
.product-row.product-inventory-management img { object-position: 68% center; }
.product-row.product-edms img { object-position: 42% center; }

.product-hero { overflow: hidden; padding: clamp(38px, 3.8vw, 52px) 0 clamp(62px, 6vw, 82px); background: linear-gradient(145deg, #f5f3fb, #fff); }
.product-hero.product-azinabook { background: linear-gradient(145deg, #f3f7fd, #fff); }
.product-hero.product-quorumate { background: linear-gradient(145deg, #f1f8f6, #fff); }
.product-hero.product-inventory-management { background: linear-gradient(145deg, #fcf6ef, #fff); }
.product-hero.product-edms { background: linear-gradient(145deg, #f2f6f8, #fff); }
.product-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: start; }
.product-hero h1 { font-size: clamp(2.7rem, 4.45vw, 4.3rem); }
.product-hero figure { position: relative; margin: 0; }
.product-hero img { width: 100%; height: clamp(500px, 43vw, 610px); object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.product-hero.product-azina365 img { object-position: 62% center; }
.product-hero.product-azinabook img { object-position: 32% center; }
.product-hero.product-quorumate img, .product-hero.product-inventory-management img { object-position: 70% center; }
.product-hero.product-edms img { object-position: 42% center; }
.audience-panel { display: grid; grid-template-columns: 160px 1fr; gap: 40px; align-items: start; padding: 34px 40px; border-left: 5px solid var(--brand); background: var(--navy); }
.audience-panel span { color: #ffad4c; font-size: .74rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.audience-panel p { margin: 0; color: var(--white); font-size: 1.18rem; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 8vw, 104px); }
.two-col h2 { margin-bottom: 1.5rem; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.check-list.two-up { grid-template-columns: repeat(2, 1fr); }
.check-list li { display: flex; gap: 11px; color: #3e4e61; font-size: .93rem; line-height: 1.5; }
.check-list svg { flex: 0 0 auto; margin-top: .25rem; color: var(--teal); }
.functional-depth { background: linear-gradient(180deg, #fff, #f4f7f9); }
.functional-area-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.functional-area-grid article { position: relative; min-height: 390px; padding: 38px; border: 1px solid #d9e1e7; border-top: 4px solid #526f83; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(7,23,47,.045); }
.functional-number { position: absolute; top: 24px; right: 26px; color: #b8c4cd; font-size: .73rem; font-weight: 820; letter-spacing: .1em; }
.functional-area-grid h3 { max-width: 430px; padding-right: 36px; margin-bottom: .9rem; font-size: 1.55rem; }
.functional-area-grid article > p { padding-bottom: 1.25rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--line); font-size: .88rem; }
.functional-area-grid ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.functional-area-grid li { display: flex; gap: 9px; color: #415267; font-size: .82rem; line-height: 1.45; }
.functional-area-grid li svg { flex: 0 0 auto; margin-top: .18rem; color: #526f83; }
.interface-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.interface-placeholder { position: relative; overflow: hidden; min-height: 325px; padding: 18px; border: 1px solid #cfd9e2; border-radius: 16px; background: #f6f8fa; }
.ui-top { display: flex; gap: 5px; padding: 7px 10px; border-radius: 8px 8px 0 0; background: var(--navy); }
.ui-top i { width: 6px; height: 6px; border-radius: 50%; background: #71849a; }
.ui-body { display: grid; grid-template-columns: 28% 1fr; height: 190px; margin-bottom: 18px; border: 1px solid #dce3e9; border-top: 0; background: var(--white); }
.ui-side { background: #edf1f5; }
.ui-main { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-content: start; padding: 18px 12px; }
.ui-main > span { height: 34px; border-radius: 5px; background: #e6ecef; }
.ui-chart { grid-column: 1 / -1; height: 88px; margin-top: 8px; background: linear-gradient(135deg, transparent 0 40%, rgba(39,118,201,.18) 41% 47%, transparent 48% 55%, rgba(31,143,120,.24) 56% 63%, transparent 64%), linear-gradient(#f5f7f9 1px, transparent 1px); background-size: auto, 100% 18px; }
.interface-placeholder strong, .interface-placeholder small { display: block; }
.interface-placeholder strong { color: var(--navy); font-size: .86rem; }
.interface-placeholder small { color: #748194; font-size: .7rem; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2rem; overflow: hidden; border: 1px solid #29415e; border-radius: var(--radius); background: #29415e; }
.journey-grid article { min-height: 250px; padding: 30px; background: var(--navy-2); }
.journey-grid article > span { color: #ffac48; font-size: .74rem; font-weight: 800; }
.journey-grid h3 { margin: 4rem 0 .8rem; }
.journey-grid p { font-size: .86rem; }
.control-layout { align-items: start; }
.implementation-card { padding: 40px; border-radius: var(--radius); background: var(--soft); }
.implementation-card h2 { font-size: 2.2rem; }

.service-list { display: grid; gap: 0; }
.service-list article { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; padding: 55px 0; border-top: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list h2 { margin-bottom: 1rem; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-grid article { min-height: 300px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); }
.work-icon { display: block; margin-bottom: 5rem; color: var(--brand-dark); font-size: .78rem; font-weight: 800; }
.work-grid h2 { margin-bottom: 1rem; font-size: 1.8rem; }
.case-outline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.case-outline span { padding: 18px; border: 1px solid #29415e; border-radius: 10px; color: #d9e4ed; font-size: .88rem; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.statement-card { min-height: 330px; padding: 46px; border-radius: var(--radius); background: var(--navy); }
.statement-card span { color: #ffab44; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement-card h2 { margin-top: 5rem; color: var(--white); font-size: 2rem; line-height: 1.35; }
.statement-card:nth-child(2) { background: #163854; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.values-grid div { min-height: 145px; padding: 28px; background: var(--white); }
.values-grid span { color: var(--brand-dark); font-size: .7rem; font-weight: 800; }
.values-grid h3 { margin-top: 2.5rem; }
.team-capabilities { display: flex; flex-wrap: wrap; gap: 10px; }
.team-capabilities span { padding: 14px 18px; border: 1px solid #2c4563; border-radius: 999px; color: #d8e3ed; font-size: .84rem; }

.brand-review-hero { background: radial-gradient(circle at 87% 14%, rgba(247,148,29,.13), transparent 28%), linear-gradient(145deg, #f4f7fa, #fff); }
.brand-baseline { padding-block: clamp(58px, 6vw, 82px); }
.current-logo-review { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.current-logo-review h2 { margin-bottom: 1.25rem; }
.current-logo-review .text-link { margin-top: 1rem; }
.current-logo-surface { display: grid; min-height: 240px; place-items: center; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background-color: #f8fafb; background-image: linear-gradient(45deg, #edf1f4 25%, transparent 25%), linear-gradient(-45deg, #edf1f4 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #edf1f4 75%), linear-gradient(-45deg, transparent 75%, #edf1f4 75%); background-position: 0 0, 0 10px, 10px -10px, -10px 0; background-size: 20px 20px; }
.current-logo-surface img { width: 260px; padding: 24px; border-radius: 12px; background: #07172f; box-shadow: var(--shadow); }
.current-logo-surface span { align-self: end; padding: 7px 11px; border-radius: 999px; color: #667487; background: rgba(255,255,255,.9); font-size: .68rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.logo-review-list { display: grid; gap: 24px; }
.logo-concept { display: grid; min-width: 0; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(35px, 5vw, 72px); padding: clamp(30px, 4vw, 52px); border: 1px solid #d8e0e7; border-radius: 26px; background: var(--white); box-shadow: 0 18px 45px rgba(7,23,47,.06); }
.logo-concept-copy { min-width: 0; align-self: center; }
.concept-number { display: block; margin-bottom: 1.2rem; color: #bdc8d3; font-size: .75rem; font-weight: 820; letter-spacing: .14em; }
.concept-status { display: inline-block; padding: 6px 10px; margin-bottom: 1.25rem; border-radius: 999px; color: #7c3d08; background: #fff1df; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.logo-concept h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3rem); }
.logo-concept-copy > p { font-size: .94rem; }
.logo-concept-copy .concept-strength { padding-top: 1rem; margin-top: 1.25rem; border-top: 1px solid var(--line); color: #32445a; font-size: .84rem; }
.logo-concept-copy .text-link { margin-top: 1rem; }
.logo-context-tests { display: grid; min-width: 0; gap: 14px; }
.logo-header-test { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; padding: 19px 24px; overflow: hidden; border: 1px solid #dbe2e8; border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(7,23,47,.08); }
.logo-header-test > img { width: clamp(195px, 18vw, 245px); height: auto; }
.logo-header-test > div { display: flex; align-items: center; gap: 17px; color: #34455a; font-size: .66rem; font-weight: 720; white-space: nowrap; }
.logo-header-test b { padding: 9px 12px; border-radius: 8px; color: #172033; background: var(--brand); }
.logo-scale-row { display: grid; min-width: 0; grid-template-columns: 1fr .9fr; gap: 14px; }
.logo-lockup-board, .logo-mark-board { display: grid; min-width: 0; min-height: 190px; align-content: space-between; padding: 22px; border: 1px solid #dbe2e8; border-radius: 15px; background: #f8fafb; }
.logo-lockup-board small, .logo-mark-board small { color: #718094; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.logo-lockup-board img { width: min(100%, 290px); height: auto; margin-block: auto; }
.logo-mark-board > div { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; margin-top: 25px; }
.mark-tile { display: grid; place-items: center; border: 1px solid #d6dee5; border-radius: 12px; background: #fff; }
.mark-large { width: 74px; height: 74px; }
.mark-small { width: 42px; height: 42px; }
.mark-dark { width: 58px; height: 58px; border-color: #132c4b; background: var(--navy); }
.mark-tile img { width: 64%; height: 64%; }
.mark-dark img { padding: 3px; border-radius: 6px; background: #fff; }
.brand-recommendation .lead-small { color: #c3cfda; }
.brand-recommendation .check-list { margin-top: 2rem; }
.brand-recommendation .check-list li { color: #dce5ed; }
.brand-recommendation .check-list svg { color: #ffad48; }

.insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.insight-grid article { min-height: 370px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.insight-grid h2 { margin-bottom: 1.2rem; font-size: 2rem; line-height: 1.2; }
.insight-grid h2 a:hover { color: var(--brand-dark); }
.insight-grid .text-link { margin-top: 2rem; }
.article-head { max-width: 960px; }
.back-link { display: block; margin-bottom: 3rem; color: #526176; font-size: .84rem; font-weight: 700; }
.article-body { max-width: 800px; padding-top: 82px; padding-bottom: 110px; }
.article-body section { margin-bottom: 3.4rem; }
.article-body section h2 { margin-bottom: 1rem; font-size: 2rem; }
.article-body section p { font-size: 1.08rem; line-height: 1.85; }
.article-body aside { margin-top: 5rem; padding: 42px; border-radius: var(--radius); color: #dce6ef; background: var(--navy); }
.article-body aside h2 { margin-bottom: .8rem; color: var(--white); }
.article-body aside p { color: #bac6d2; }

.contact-hero { padding: clamp(38px, 3.8vw, 52px) 0 clamp(54px, 5vw, 68px); }
.contact-hero + .section { padding-top: clamp(64px, 6vw, 82px); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-panel { position: sticky; top: 150px; padding: 38px; border-radius: var(--radius); color: #dce5ee; background: var(--navy); }
.contact-panel h2 { margin-bottom: 2.3rem; color: var(--white); }
.contact-panel > a, .contact-address { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid #29415e; }
.contact-panel svg { flex: 0 0 auto; margin-top: 5px; color: #ffad48; }
.contact-panel span { color: var(--white); }
.contact-panel small { display: block; color: #91a3b6; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form { display: grid; gap: 22px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.enquiry-form label { display: grid; gap: 7px; color: #2b3c52; font-size: .82rem; font-weight: 730; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #cbd5df; border-radius: 9px; color: var(--ink); background: var(--white); font: inherit; font-size: .95rem; outline: none; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(39,118,201,.12); }
.enquiry-form textarea { resize: vertical; }
.enquiry-form .consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.consent input { width: 18px; height: 18px; margin-top: 3px; }
.enquiry-form .button { justify-self: start; border: 0; }
.form-note { max-width: 600px; font-size: .75rem; }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.prefooter { padding: 62px 0; color: #dce6ef; background: #0f3150; }
.prefooter-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.prefooter h2 { color: var(--white); }
.prefooter p { max-width: 660px; margin: 1rem 0 0; color: #bdcad6; }
.prefooter-actions { display: grid; gap: 14px; justify-items: start; }
.site-footer { padding: 64px 0 24px; color: #b4c1cf; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .75fr 1.2fr; gap: 60px; }
.footer-brand img { width: 210px; height: auto; margin-bottom: 1.6rem; }
.footer-brand p { max-width: 390px; color: #93a4b5; font-size: .85rem; }
.footer-grid h2 { margin-bottom: 1.3rem; color: var(--white); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: flex; gap: 8px; align-items: center; margin: 0 0 .78rem; color: #b7c4d1; font-size: .82rem; }
.footer-grid a:hover { color: var(--white); }
.footer-grid .address { display: flex; gap: 8px; margin-top: 1rem; color: #8295a8; font-size: .78rem; }
.footer-grid svg { flex: 0 0 auto; margin-top: 2px; color: #f0a144; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; margin-top: 50px; border-top: 1px solid #253b55; color: #75899d; font-size: .7rem; }

@media (max-width: 1020px) {
  .utility-bar { display: none; }
  .site-header { backdrop-filter: none; }
  .brand, .menu-toggle { position: relative; z-index: 130; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; z-index: 120; display: none; align-content: start; align-items: stretch; gap: 0; padding: 26px 24px; overflow-y: auto; background: var(--white); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .nav-products { display: grid; align-self: auto; align-items: stretch; }
  .nav-products-trigger { display: grid; grid-template-columns: 1fr 48px; border-bottom: 1px solid var(--line); }
  .nav-products-link { padding: 15px 4px; font-size: 1.1rem; }
  .nav-products-link::after { display: none; }
  .product-menu-toggle { width: 48px; height: auto; border-radius: 0; font-size: 1rem; }
  .product-menu { position: static; display: none; width: auto; grid-template-columns: 1fr; padding: 12px 0 14px 12px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; visibility: visible; opacity: 1; box-shadow: none; transform: none; }
  .nav-products.is-open .product-menu { display: grid; }
  .product-menu-section { padding: 3px 0 8px; }
  .product-menu-specialised { padding-top: 12px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-menu-label { padding-left: 10px; }
  .menu-product { padding-block: 9px; }
  .product-menu-all { grid-column: auto; padding: 13px 10px 3px; }
  .site-nav .button { margin-top: 24px; }
  .hero-grid, .product-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 760px; }
  .feature-layout { grid-template-columns: 1fr; gap: 55px; }
  .feature-layout > div:first-child, .contact-panel { position: static; }
  .product-row { gap: 40px; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .logo-concept { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .flagship-grid { grid-template-columns: 1fr; }
  .flagship-grid .product-card { min-height: 310px; }
  .priority-product-grid { grid-template-columns: 1fr; }
  .priority-product { min-height: 560px; }
  .secondary-products-grid { grid-template-columns: 1fr; }
  .secondary-product { min-height: 230px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); }
  h1 { font-size: clamp(2.45rem, 11vw, 3.15rem); line-height: 1.01; }
  h2 { font-size: 2.15rem; }
  .brand img { width: 164px; }
  .nav-shell { min-height: 70px; }
  .site-nav { top: 70px; }
  .hero, .page-hero, .product-hero { padding: 34px 0 58px; }
  .hero-visual img { height: 420px; }
  .product-hero img { height: 420px; }
  .product-row img { height: 350px; }
  .hero-note { right: 14px; bottom: 18px; left: 14px; max-width: none; }
  .section { padding: 64px 0; }
  .split-heading, .product-grid, .product-row, .two-col, .service-list article, .about-grid, .contact-grid, .prefooter-grid, .current-logo-review { grid-template-columns: 1fr; gap: 28px; }
  .product-card { min-height: 320px; padding: 30px; }
  .product-card .text-link { bottom: 30px; left: 32px; }
  .product-row:nth-child(even) .product-row-copy { order: 0; }
  .product-row { gap: 28px; }
  .product-list { gap: 72px; }
  .principle-grid, .check-list.two-up, .interface-grid, .journey-grid, .values-grid, .insight-grid, .work-grid, .case-outline, .functional-area-grid { grid-template-columns: 1fr; }
  .principle-grid > div { min-height: 200px; }
  .service-strip { grid-template-columns: 1fr; gap: 40px; }
  .service-strip h3 { min-height: 0; }
  .audience-panel { grid-template-columns: 1fr; gap: 10px; padding: 28px; }
  .journey-grid article { min-height: 220px; }
  .field-row { grid-template-columns: 1fr; }
  .statement-card h2 { margin-top: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .logo-header-test > div span { display: none; }
}

@media (max-width: 540px) {
  .button-row { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button-row .button, .button-row .text-link { width: 100%; justify-content: center; }
  .priority-actions .button { max-width: none; }
  .priority-product { min-height: 0; padding: 30px 24px; }
  .functional-area-grid article { min-height: 0; padding: 32px 25px; }
  .brand-review-hero .container, .brand-baseline .container, .logo-review-section .container, .brand-recommendation .container { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .brand-review-hero p, .current-logo-review p, .logo-concept p { max-width: 100%; overflow-wrap: anywhere; }
  .logo-concept { width: 100%; max-width: 100%; padding: 28px 22px; overflow: hidden; }
  .logo-header-test { padding: 16px; }
  .logo-header-test > img { width: 190px; }
  .logo-header-test > div { display: none; }
  .logo-scale-row { grid-template-columns: 1fr; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .flagship-links { display: grid; grid-template-columns: 1fr; }
  .flagship-links > span { margin-bottom: 3px; }
  .flagship-links a { width: 100%; }
  .hero-note { left: 12px; right: 12px; bottom: 14px; }
  .contact-panel, .implementation-card, .article-body aside { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

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

@media print {
  .site-header, .prefooter, .site-footer { display: none; }
  body { color: #000; }
}
