/*
Theme Name: Qubit Analytics Peach Edition
Theme URI: https://qubit-analytics-peach.imdarslan.chatgpt.site
Author: Qubit Analytics
Description: The complete Qubit Analytics Peach Edition consultancy website.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: qubit-analytics-peach
*/

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/fonts/GeistMono-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}



:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --ivory: #f5f2eb;
  --paper: #fbfaf6;
  --ink: #1d1d1b;
  --muted: #74716a;
  --line: #d7d2c8;
  --warm: #e9e4da;
  --panel: #24231e;
  --soft-white: #f1efe9;
  --stone: #e9e4da;
  --charcoal: #2b2a27;
  --graphite: #4a4842;
  --fog: #e9e4da;
  --accent: #d77655;
  --shell: min(1440px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 86px; background: color-mix(in srgb, var(--ivory) 94%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 700; font-size: 20px; letter-spacing: -.035em; white-space: nowrap; }
.brand-mark { width: 18px; height: 18px; border-radius: 4px; background: var(--accent); display: block; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #53514b; font-size: 15px; }
.desktop-nav > a:not(.button) { position: relative; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--accent); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after { right: 0; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mega-menu { height: 86px; display: flex; align-items: center; }
.mega-menu > summary { display: flex; align-items: center; gap: 8px; height: 100%; cursor: pointer; list-style: none; font-weight: 700; color: var(--ink); }
.mega-menu > summary::-webkit-details-marker { display: none; }
.mega-menu > summary span { font-size: 17px; transition: transform .2s ease; }
.mega-menu[open] > summary span { transform: rotate(180deg); }
.mega-panel { position: fixed; top: 86px; left: 0; right: 0; z-index: 45; padding: 48px 0 54px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 28px 70px rgba(29,29,26,.14); color: var(--ink); }
.mega-grid { display: grid; grid-template-columns: 1.1fr 1.4fr .9fr .9fr; gap: 54px; }
.mega-intro { padding-right: 42px; border-right: 1px solid var(--line); }
.mega-intro .eyebrow { margin-bottom: 18px; }
.mega-intro h2 { margin-bottom: 18px; font-size: 38px; }
.mega-intro > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); line-height: 1.55; }
.mega-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.mega-column a { font-size: 14px; line-height: 1.35; }
.mega-column a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mega-label { margin: 0 0 8px; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 23px; font-weight: 550; letter-spacing: -.03em; }
.mega-all { margin-top: 4px; font-weight: 700; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 0 26px; border: 1px solid var(--accent); border-radius: 4px; background: var(--accent); color: var(--ink); font-size: 15px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.button-small { min-height: 46px; padding-inline: 23px; }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button-light { background: var(--ink); border-color: var(--ink); color: var(--soft-white); }
.button-outline-light { background: transparent; border-color: #514f48; color: var(--soft-white); }
.button-wide { width: 100%; justify-content: space-between; }
.text-link { display: inline-block; font-weight: 650; padding-bottom: 4px; border-bottom: 1px solid var(--accent); }
.text-link:hover { border-color: var(--ink); }
.eyebrow { margin-bottom: 24px; color: #817e75; font-family: var(--font-geist-mono), monospace; font-size: 12px; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #96938a; }
.services-dark .eyebrow.light,
.service-method .eyebrow.light,
.principles-section .eyebrow.light,
.challenge-band .eyebrow.light,
.proof-section .eyebrow.light,
.capability-section .eyebrow.light,
.ecosystem-section .eyebrow.light,
.dark-hero .eyebrow.light,
.article-hero .eyebrow.light { color: var(--accent); }

h1, h2, h3 { font-family: var(--font-geist-sans), Arial, sans-serif; font-weight: 450; letter-spacing: -.045em; }
h1 { font-size: clamp(54px, 5.65vw, 92px); line-height: .98; }
h2 { font-size: clamp(40px, 4vw, 64px); line-height: 1.02; }
h3 { font-size: 26px; line-height: 1.1; }

.hero { min-height: calc(100svh - 86px); display: flex; align-items: center; padding: 72px 0 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 950px; margin-bottom: 46px; }
.hero-intro { max-width: 730px; margin-bottom: 38px; color: #65635d; font-size: clamp(18px, 1.4vw, 23px); line-height: 1.65; }
.button-row { display: flex; align-items: center; gap: 26px; }
.data-visual { position: relative; width: 100%; height: 510px; }
.layer { position: absolute; left: 50%; width: 310px; height: 180px; transform: translateX(-50%) rotate(30deg) skewX(-30deg) scaleY(.86); background: var(--ink); }
.layer-1 { top: 55px; opacity: .06; }
.layer-2 { top: 180px; opacity: .13; }
.layer-3 { top: 215px; opacity: .24; }
.layer-4 { top: 250px; opacity: .4; }
.layer-5 { top: 285px; opacity: .62; }
.layer-6 { top: 320px; opacity: 1; background: var(--accent); }
.data-visual > span { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); width: max-content; color: #99958b; font: 12px var(--font-geist-mono), monospace; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid { min-height: 96px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; gap: 26px; }
.signal-grid p { margin: 0; color: #5f5d57; font-size: 14px; }
.signal-grid .eyebrow { color: #89867d; }

.section { padding: 132px 0; }
.section-heading { margin-bottom: 64px; }
.section-heading h2 { max-width: 940px; margin-bottom: 0; }
.heading-split { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; }
.section-lead { max-width: 460px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }

.services-dark { padding: 132px 0 140px; background: var(--ink); color: var(--soft-white); }
.services-dark .heading-split { grid-template-columns: 1fr auto; }
.services-dark .section-heading h2 { max-width: 940px; }
.service-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.service-group { border: 1px solid #3b3a34; border-radius: 4px; background: #22211c; overflow: hidden; transition: border-color .2s ease; }
.service-group:hover { border-color: var(--accent); }
.group-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px; padding: 34px; border-bottom: 1px solid #3b3a34; }
.group-top h3 { margin: 0; font-size: 36px; }
.group-top p { margin: 2px 0 0; color: #9e9b93; line-height: 1.5; }
.service-group ol { margin: 0; padding: 0; list-style: none; }
.service-group li + li { border-top: 1px solid #383731; }
.service-group li a { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; min-height: 72px; padding: 18px 28px; transition: background .2s ease; }
.service-group li a:hover { background: #2c2b25; }
.service-group li strong { font-size: 15px; font-weight: 600; line-height: 1.4; }
.service-group li i { color: var(--accent); font-style: normal; }

.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.phase-card { min-height: 235px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phase-card > span, .engagement-grid article > span, .values-grid article > span, .method-grid article > span { display: block; margin-bottom: 46px; color: #8b887f; font: 12px var(--font-geist-mono), monospace; }
.phase-card h3 { margin-bottom: 17px; }
.phase-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.inline-action { margin-top: 38px; }

.work-feature { padding: 120px 0; background: var(--stone); }
.work-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.work-grid h2 { max-width: 790px; margin-bottom: 28px; }
.work-grid > div:first-child > p:not(.eyebrow) { max-width: 700px; color: #595750; font-size: 19px; line-height: 1.6; }
.work-grid .text-link { margin-top: 20px; border-color: #9b978e; }
.outcome-stack { border-top: 1px solid #c2beb4; }
.outcome-stack div { padding: 28px 0; border-bottom: 1px solid #c2beb4; }
.outcome-stack strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }

.engagement-section { background: var(--paper); }
.engagement-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.engagement-grid article { min-height: 230px; padding: 26px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.engagement-grid article:last-child { border-right: 0; }
.engagement-grid article > span { margin-bottom: 42px; }
.engagement-grid h3 { min-height: 58px; margin-bottom: 16px; font-size: 23px; }
.engagement-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.cta-section { padding: 110px 0; background: var(--accent); color: var(--ink); }
.cta-section .eyebrow.light { color: var(--ink); opacity: .7; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.cta-inner h2 { max-width: 900px; margin: 0; }

.page-hero { position: relative; padding: 140px 0 118px; border-top: 6px solid var(--accent); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.28fr .72fr; align-items: end; gap: 110px; }
.page-hero h1 { max-width: 1030px; margin: 0; font-size: clamp(54px, 5.2vw, 84px); }
.page-hero-grid > p { max-width: 540px; margin: 0 0 8px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.dark-hero { background: var(--ink); color: var(--soft-white); border-bottom: 0; }
.dark-hero .page-hero-grid > p { color: #aaa79f; }

.service-index { background: var(--paper); }
.service-index-group { display: grid; grid-template-columns: .38fr .62fr; gap: 90px; padding: 84px 0; border-top: 1px solid var(--line); }
.service-index-group:first-child { padding-top: 0; border-top: 0; }
.service-index-intro h2 { max-width: 380px; margin: 0; font-size: 38px; }
.service-index-list { border-top: 1px solid var(--line); }
.service-index-list > a { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 26px 12px 26px 0; border-bottom: 1px solid var(--line); align-items: center; }
.service-index-list > a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.service-index-list > a > span { color: #87847b; font: 12px var(--font-geist-mono), monospace; }
.service-index-list h3 { margin: 0 0 8px; font-size: 25px; }
.service-index-list p { margin: 0; color: var(--muted); line-height: 1.45; }
.service-index-list i { color: #817e75; font-style: normal; }
.resource-bar { margin-top: 56px; padding: 46px; border: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.resource-bar .eyebrow { margin-bottom: 14px; }
.resource-bar h2 { margin: 0; font-size: 36px; }

.service-hero-grid { align-items: end; }
.service-hero h1 { font-size: clamp(50px, 4.8vw, 78px); }
.service-result { border-left: 3px solid var(--accent); padding: 4px 0 4px 24px; }
.service-result span { display: block; margin-bottom: 18px; color: #817e75; font: 12px var(--font-geist-mono), monospace; text-transform: uppercase; }
.service-result p { margin: 0; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 28px; font-weight: 450; letter-spacing: -.03em; line-height: 1.35; }
.service-detail { background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: .3fr .7fr; gap: 70px; padding-bottom: 100px; }
.statement { max-width: 1000px; margin: 0; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: clamp(32px, 3.4vw, 52px); font-weight: 420; line-height: 1.2; letter-spacing: -.035em; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.detail-columns ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-columns li { padding: 22px 0; border-bottom: 1px solid var(--line); line-height: 1.5; }
.detail-columns li span { color: #89867d; font: 12px var(--font-geist-mono), monospace; padding-top: 4px; }
.service-method { padding: 120px 0; background: var(--ink); color: var(--soft-white); }
.service-method h2 { max-width: 900px; margin-bottom: 64px; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #45433d; }
.method-grid article { min-height: 225px; padding: 28px 26px; border-right: 1px solid #45433d; border-bottom: 1px solid #45433d; }
.method-grid article:last-child { border-right: 0; }
.method-grid h3 { margin-bottom: 18px; }
.method-grid p { margin: 0; color: #aaa79f; line-height: 1.55; }
.service-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 54px 0; }
.service-pagination a { display: flex; flex-direction: column; gap: 10px; font-weight: 700; }
.service-pagination a:last-child { align-items: flex-end; text-align: right; }
.service-pagination a span { color: #848178; font: 12px var(--font-geist-mono), monospace; text-transform: uppercase; }

.approach-phases { padding-top: 80px; }
.approach-phases .shell { border-top: 1px solid var(--line); }
.approach-phases article { display: grid; grid-template-columns: .4fr .6fr; gap: 48px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--line); }
.approach-phases article > span { color: #858279; font: 12px var(--font-geist-mono), monospace; }
.approach-phases h2 { margin: 0; font-size: 40px; }
.approach-phases p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.principles-section { padding: 120px 0; background: var(--ink); color: var(--soft-white); }
.principles-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #45433d; border-left: 1px solid #45433d; }
.principles-grid article { min-height: 220px; padding: 32px; border-right: 1px solid #45433d; border-bottom: 1px solid #45433d; }
.principles-grid span { color: #88857d; font: 12px var(--font-geist-mono), monospace; }
.principles-grid h3 { margin: 0 0 16px; font-size: 30px; }
.principles-grid p { margin: 0; color: #aaa79f; }

.work-hero { background: var(--stone); }
.challenge-band { padding: 94px 0; background: var(--ink); color: var(--soft-white); }
.challenge-grid { display: grid; grid-template-columns: .3fr .7fr; gap: 70px; }
.challenge-grid h2 { max-width: 980px; margin: 0; font-size: clamp(36px, 3.8vw, 58px); }
.workstreams { background: var(--paper); }
.workstream-list { border-top: 1px solid var(--line); }
.workstream-list article { display: grid; grid-template-columns: .3fr .7fr; gap: 42px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--line); }
.workstream-list span { color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.workstream-list h3 { margin: 0; }
.workstream-list p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.6; }
.proof-section { padding: 120px 0; background: var(--charcoal); color: var(--soft-white); }
.proof-grid { display: grid; grid-template-columns: .42fr .58fr; gap: 90px; }
.proof-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #5a5851; }
.proof-grid li { position: relative; padding: 22px 0 22px 32px; border-bottom: 1px solid #5a5851; line-height: 1.55; }
.proof-grid li::before { content: "✓"; position: absolute; left: 0; color: #bbb8b0; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.value-chain { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 14px; }
.value-chain span { padding: 14px 18px; border: 1px solid var(--line); background: var(--paper); font-size: 14px; font-weight: 700; }
.value-chain i { color: #918e85; font-style: normal; }

.manifesto-grid { display: grid; grid-template-columns: .3fr .7fr; gap: 80px; }
.manifesto-grid h2 { margin-bottom: 28px; }
.manifesto-grid > div p { max-width: 900px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.about-values { padding: 90px 0; background: var(--fog); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.values-grid article { min-height: 250px; padding: 48px 34px 32px; border-right: 1px solid #c1bdb4; }
.values-grid article:last-child { border-right: 0; }
.values-grid h3 { margin-bottom: 18px; font-size: 28px; }
.values-grid p { margin: 0; color: #595750; line-height: 1.55; }
.senior-team { background: var(--paper); }

.contact-page { min-height: calc(100svh - 86px); padding: 110px 0 54px; background: var(--ink); color: var(--soft-white); }
.contact-grid { display: grid; grid-template-columns: 1.12fr .58fr; gap: 140px; align-items: center; }
.contact-grid h1 { max-width: 910px; margin-bottom: 32px; }
.contact-intro { max-width: 660px; color: #aaa79f; font-size: 20px; line-height: 1.65; }
.contact-card { padding: 42px; background: var(--ivory); color: var(--ink); border-radius: 4px; }
.contact-card ol { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-card li { padding: 19px 0; border-bottom: 1px solid var(--line); line-height: 1.45; }
.contact-card li span { color: #8b887f; font: 12px var(--font-geist-mono), monospace; padding-top: 3px; }
.fine-print { margin: 14px 0 0; color: #858279; font-size: 12px; line-height: 1.5; }
.contact-foot { display: flex; justify-content: space-between; margin-top: 92px; padding-top: 25px; border-top: 1px solid #3d3c36; color: #98958d; font-size: 13px; }
.contact-foot a { text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 80px 0 30px; background: #161613; color: #d9d7d0; }
.site-footer .brand-mark { background: var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .55fr .75fr; gap: 70px; padding-bottom: 80px; }
.footer-statement { margin: 30px 0 0; color: #817f78; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 28px; letter-spacing: -.03em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 14px; }
.footer-label { margin: 0 0 9px; color: #77756e; font: 11px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid #33322d; color: #77756e; font-size: 12px; }

.collection-section { background: var(--paper); }
.collection-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.collection-card { position: relative; min-height: 285px; padding: 32px 72px 32px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.collection-card:hover { background: var(--warm); }
.collection-card > span { display: block; margin-bottom: 52px; color: #8b887f; font: 12px var(--font-geist-mono), monospace; }
.collection-card .card-kicker { margin-bottom: 12px; color: #858279; font: 11px var(--font-geist-mono), monospace; letter-spacing: .08em; text-transform: uppercase; }
.collection-card h3 { margin-bottom: 18px; font-size: 31px; }
.collection-card > p:last-of-type { max-width: 590px; margin: 0; color: var(--muted); line-height: 1.55; }
.collection-card > i { position: absolute; right: 32px; bottom: 32px; color: #817e75; font-style: normal; }
.industry-card { min-height: 270px; }
.industry-card > span { margin-bottom: 72px; }

.ecosystem-section { padding: 120px 0; background: var(--ink); color: var(--soft-white); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #45433d; }
.ecosystem-grid article { padding: 30px 28px; border-right: 1px solid #45433d; border-bottom: 1px solid #45433d; }
.ecosystem-grid article:last-child { border-right: 0; }
.ecosystem-grid h3 { min-height: 60px; margin-bottom: 28px; font-size: 25px; }
.ecosystem-grid ul { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; color: #aaa79f; font-size: 14px; }

.light-grid { color: var(--ink); border-color: var(--line); }
.light-grid article { border-color: var(--line); }
.light-grid h3 { color: var(--ink); }
.light-grid p { color: var(--muted); line-height: 1.55; }

.detail-intro { background: var(--paper); }
.capability-section { padding: 120px 0; background: var(--ink); color: var(--soft-white); }
.light-lead { color: #aaa79f; }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #45433d; border-left: 1px solid #45433d; }
.capability-list > div { min-height: 90px; display: flex; align-items: center; padding: 22px 26px; border-right: 1px solid #45433d; border-bottom: 1px solid #45433d; }
.capability-list span { color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.capability-list strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 21px; font-weight: 500; letter-spacing: -.02em; }
.simple-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.simple-card-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.simple-card-grid span { display: block; margin-bottom: 48px; color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.simple-card-grid h3 { margin: 0; font-size: 25px; }
.related-section { padding: 110px 0; background: var(--stone); }
.related-grid { display: grid; grid-template-columns: .42fr .58fr; gap: 90px; align-items: start; }
.related-grid h2 { max-width: 560px; margin: 0; }
.related-links { border-top: 1px solid #c2beb4; }
.related-links a { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid #c2beb4; font-weight: 650; line-height: 1.4; }
.related-links a span { color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.related-links a i { color: #817e75; font-style: normal; }
.industry-priorities { padding: 120px 0; background: var(--ink); color: var(--soft-white); }
.dark-cards { border-color: #45433d; }
.dark-cards article { border-color: #45433d; }
.dark-cards h3 { color: var(--soft-white); }
.light-list { border-color: var(--line); }
.light-list > div { border-color: var(--line); }

.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-grid a { position: relative; min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.partner-grid a:hover { background: var(--warm); }
.partner-grid span { display: block; margin-bottom: 48px; color: #858279; font: 11px var(--font-geist-mono), monospace; text-transform: uppercase; }
.partner-grid h3 { margin: 0; font-size: 26px; }
.partner-grid i { position: absolute; right: 26px; bottom: 24px; color: #817e75; font-style: normal; }

.insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-card { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.insight-card:hover { background: var(--warm); }
.insight-card > div { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 68px; color: #858279; font: 11px var(--font-geist-mono), monospace; text-transform: uppercase; }
.insight-card h2 { max-width: 610px; margin-bottom: 20px; font-size: 38px; }
.insight-card > p { max-width: 610px; margin-bottom: 28px; color: var(--muted); line-height: 1.6; }
.insight-card > i { margin-top: auto; font-style: normal; font-weight: 700; }
.insight-featured { grid-column: 1 / -1; min-height: 400px; background: var(--stone); }
.insight-featured h2 { max-width: 920px; font-size: clamp(42px, 4.2vw, 66px); }

.article-hero { padding: 130px 0 110px; border-top: 6px solid var(--accent); background: var(--ink); color: var(--soft-white); }
.article-hero-inner { max-width: 1160px; }
.article-hero h1 { margin-bottom: 38px; font-size: clamp(54px, 6vw, 90px); }
.article-hero-inner > p:last-child { max-width: 780px; margin: 0; color: #aaa79f; font-size: 21px; line-height: 1.6; }
.article-layout { display: grid; grid-template-columns: .25fr .75fr; gap: 90px; padding-top: 110px; padding-bottom: 130px; }
.article-body { max-width: 850px; }
.article-thesis { margin-bottom: 90px; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: clamp(30px, 3vw, 46px); font-weight: 420; line-height: 1.28; letter-spacing: -.035em; }
.article-body > section { position: relative; padding: 42px 0; border-top: 1px solid var(--line); }
.article-body > section > span { position: absolute; left: 0; top: 51px; color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.article-body > section h2 { margin-bottom: 22px; font-size: 38px; }
.article-body > section p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.takeaway-box { margin-top: 42px; padding: 38px; background: var(--stone); }
.takeaway-box ul { display: flex; flex-direction: column; gap: 14px; margin: 0; padding-left: 20px; }

.home-industries { background: var(--paper); }
.home-industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.home-industry-grid > a { position: relative; min-height: 310px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-industry-grid > a:first-child { border-left: 1px solid var(--line); }
.home-industry-grid > a:hover { background: var(--warm); }
.home-industry-grid span { display: block; margin-bottom: 62px; color: #89867d; font: 12px var(--font-geist-mono), monospace; }
.home-industry-grid h3 { min-height: 58px; margin: 42px 0 18px; }
.home-industry-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.home-industry-grid i { position: absolute; right: 26px; bottom: 22px; color: #817e75; font-style: normal; }
.home-technology { padding: 120px 0; background: var(--stone); }
.technology-name-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c2beb4; border-left: 1px solid #c2beb4; }
.technology-name-grid a { position: relative; min-height: 145px; padding: 25px; border-right: 1px solid #c2beb4; border-bottom: 1px solid #c2beb4; }
.technology-name-grid a:hover { background: var(--paper); }
.technology-name-grid span { display: block; margin-bottom: 38px; color: #858279; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }
.technology-name-grid strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.technology-name-grid i { position: absolute; right: 22px; bottom: 20px; color: #817e75; font-style: normal; }
.link-pair { display: flex; gap: 26px; }
.section-link { align-self: end; justify-self: end; }
.home-insights { background: var(--paper); }
.home-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.home-insight-grid > a { display: flex; min-height: 340px; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-insight-grid > a:first-child { border-left: 1px solid var(--line); }
.home-insight-grid > a:hover { background: var(--warm); }
.home-insight-grid > a > div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 58px; color: #858279; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }
.home-insight-grid h3 { margin-bottom: 18px; font-size: 28px; }
.home-insight-grid p { margin: 0 0 28px; color: var(--muted); line-height: 1.55; }
.home-insight-grid i { margin-top: auto; font-style: normal; font-weight: 700; }
.about-discipline-list { grid-template-columns: repeat(2, 1fr); }

::selection { background: var(--accent); color: var(--ink); }
.collection-card > i,
.home-industry-grid i,
.technology-name-grid i,
.partner-grid i,
.related-links a i,
.service-index-list i { color: var(--accent); }

@media (max-width: 1180px) {
  .site-header { height: 72px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav { position: absolute; right: 0; top: 34px; width: min(310px, calc(100vw - 40px)); max-height: calc(100svh - 90px); overflow: auto; display: flex; flex-direction: column; padding: 14px; background: var(--ink); color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
  .mobile-menu nav a { padding: 13px 10px; border-bottom: 1px solid #393832; }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 1200px); }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 30px; }
  .data-visual { transform: scale(.82); transform-origin: center; }
  .engagement-grid { grid-template-columns: repeat(3,1fr); }
  .engagement-grid article:nth-child(3) { border-right: 0; }
  .contact-grid { gap: 70px; }
  .ecosystem-grid, .partner-grid, .home-industry-grid, .technology-name-grid { grid-template-columns: repeat(2, 1fr); }
  .simple-card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, .75fr); gap: 42px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100vw - 40px), 760px); }
  h1 { font-size: clamp(48px, 13vw, 70px); }
  h2 { font-size: clamp(38px, 10vw, 54px); }
  .hero { min-height: auto; padding: 92px 0 72px; }
  .hero-grid, .page-hero-grid, .service-hero-grid, .heading-split, .work-grid, .challenge-grid, .proof-grid, .outcome-grid, .manifesto-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { margin-bottom: 32px; }
  .hero-intro { font-size: 18px; }
  .data-visual { height: 390px; transform: scale(.82); margin: -10px 0 -45px; }
  .signal-grid { grid-template-columns: 1fr 1fr; padding: 26px 0; }
  .signal-grid .eyebrow { grid-column: 1 / -1; }
  .section, .services-dark { padding: 90px 0; }
  .section-heading { margin-bottom: 44px; }
  .heading-split { gap: 26px; align-items: start; }
  .services-dark .heading-split { grid-template-columns: 1fr; }
  .service-group-grid { grid-template-columns: 1fr; }
  .phase-grid { grid-template-columns: repeat(2,1fr); }
  .phase-card { min-height: 220px; }
  .engagement-grid { grid-template-columns: repeat(2,1fr); }
  .engagement-grid article:nth-child(3) { border-right: 1px solid var(--line); }
  .engagement-grid article:nth-child(even) { border-right: 0; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .page-hero { padding: 100px 0 80px; }
  .page-hero-grid { gap: 34px; }
  .service-index-group { grid-template-columns: 1fr; gap: 40px; }
  .service-index-intro h2 { max-width: 600px; }
  .resource-bar { align-items: flex-start; flex-direction: column; }
  .service-result { max-width: 560px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 18px; padding-bottom: 70px; }
  .detail-columns { gap: 50px; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .method-grid article:nth-child(2) { border-right: 0; }
  .approach-phases article { grid-template-columns: 55px .35fr .65fr; gap: 22px; }
  .work-grid, .challenge-grid, .proof-grid, .outcome-grid, .manifesto-grid { gap: 44px; }
  .workstream-list article { grid-template-columns: .3fr .7fr; gap: 20px; }
  .value-chain { justify-content: flex-start; }
  .contact-page { padding-top: 80px; }
  .contact-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .collection-grid, .insight-grid { grid-template-columns: 1fr; }
  .insight-featured { grid-column: auto; }
  .related-grid, .article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-layout { padding-top: 80px; padding-bottom: 90px; }
  .home-insight-grid { grid-template-columns: 1fr; }
  .home-insight-grid > a { min-height: 280px; border-left: 1px solid var(--line); }
  .section-link { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 32px); }
  .brand { font-size: 18px; }
  .brand-mark { width: 16px; height: 16px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero { padding-top: 72px; }
  .data-visual { transform: scale(.62); margin: -55px 0 -85px; }
  .signal-grid { grid-template-columns: 1fr; gap: 12px; }
  .signal-grid .eyebrow { grid-column: auto; }
  .group-top { grid-template-columns: 1fr; min-height: auto; }
  .phase-grid, .detail-columns, .method-grid, .principles-grid, .values-grid { grid-template-columns: 1fr; }
  .phase-card { min-height: auto; }
  .engagement-grid { display: block; border-top: 1px solid var(--line); }
  .engagement-grid article { min-height: auto; border-right: 0 !important; }
  .resource-bar { padding: 30px 24px; }
  .resource-bar .button { width: 100%; text-align: center; }
  .service-index-list > a { grid-template-columns: 1fr auto; gap: 10px; }
  .service-index-list h3 { font-size: 22px; }
  .service-result p { font-size: 24px; }
  .detail-columns { gap: 60px; }
  .method-grid article { min-height: auto; border-right: 1px solid #45433d !important; }
  .service-pagination { grid-template-columns: 1fr; }
  .service-pagination a:last-child { align-items: flex-start; text-align: left; }
  .approach-phases article, .workstream-list article { grid-template-columns: 1fr; }
  .principles-grid article { min-height: auto; }
  .values-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid #c1bdb4; }
  .value-chain { display: grid; grid-template-columns: 1fr; }
  .value-chain i { transform: rotate(90deg); justify-self: center; }
  .contact-card { padding: 28px 22px; }
  .contact-foot { gap: 20px; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 46px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .ecosystem-grid, .partner-grid, .home-industry-grid, .technology-name-grid, .simple-card-grid, .capability-list { grid-template-columns: 1fr; }
  .home-industry-grid > a { border-left: 1px solid var(--line); }
  .collection-card { min-height: auto; padding: 28px 60px 30px 28px; }
  .collection-card > span, .industry-card > span { margin-bottom: 44px; }
  .ecosystem-grid article { border-right: 1px solid #45433d; }
  .capability-list > div { border-right: 1px solid #45433d; }
  .light-list > div { border-color: var(--line); }
  .article-body > section { padding-left: 0; }
  .takeaway-box { padding: 28px 24px; }
  .link-pair { align-items: flex-start; flex-direction: column; }
}

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