:root {
  --ink: #111514;
  --ink-soft: #1b211f;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --line: rgba(17, 21, 20, .14);
  --muted: #686e69;
  --accent: #e49144;
  --accent-soft: #f5c99c;
  --white: #fff;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.hidden { position: absolute !important; left: -9999px !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; color: black; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 20px 0;
  transition: background .3s ease, padding .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(17,21,20,.92); backdrop-filter: blur(14px); padding: 12px 0; border-color: rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 145px; display: block; }
.nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 650; }
.nav > a { transition: color .2s ease; }
.nav > a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 11px 16px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 6px 0; transition: .2s ease; }

.hero {
  min-height: 900px;
  color: var(--white);
  background: var(--ink);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 0 46px;
}
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(228,145,68,.2), rgba(228,145,68,0) 70%); }
.hero-glow-two { width: 620px; height: 620px; left: -280px; bottom: -260px; background: radial-gradient(circle, rgba(255,255,255,.08), rgba(255,255,255,0) 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .65fr); align-items: end; gap: 90px; flex: 1; }
.eyebrow { letter-spacing: .18em; text-transform: uppercase; font-size: 12px; font-weight: 760; color: rgba(255,255,255,.62); margin: 0 0 28px; }
.eyebrow span { color: var(--accent); padding: 0 6px; }
.hero h1 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; font-size: clamp(70px, 8vw, 126px); line-height: .88; margin: 0; max-width: 850px; }
.hero h1 em { color: var(--accent-soft); font-weight: 400; }
.hero-lede { max-width: 720px; color: rgba(255,255,255,.7); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; margin: 38px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 21px; border-radius: 999px; font-weight: 760; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 14px; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(255,255,255,.3); padding: 10px 0 7px; }
.text-link span, .arrow-link span, .contact-email span { color: var(--accent); }
.hero-panel { align-self: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 25px; backdrop-filter: blur(12px); box-shadow: 0 40px 90px rgba(0,0,0,.22); }
.panel-topline { text-transform: uppercase; font-size: 10px; letter-spacing: .17em; color: rgba(255,255,255,.54); display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(228,145,68,.11); }
.panel-statement { font-family: var(--serif); font-size: 31px; line-height: 1.08; letter-spacing: -.025em; padding: 30px 0 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-lines > div { display: flex; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.panel-lines span { font-size: 10px; color: var(--accent-soft); letter-spacing: .12em; }
.panel-lines p { margin: 0; font-size: 14px; font-weight: 650; }
.panel-footer { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; font-size: 10px; color: rgba(255,255,255,.5); margin-top: 22px; }
.hero-proof { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.54); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span { padding-top: 24px; }
.hero-proof span:nth-child(2) { text-align: center; }
.hero-proof span:last-child { text-align: right; }

.section-label { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 780; color: #777c78; }
.section-label span { color: var(--accent); }
.section-label.light { color: rgba(255,255,255,.5); }
.kicker { color: #777c78; font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 18px; }
.light-kicker { color: rgba(255,255,255,.48); }
h2 { font-family: var(--serif); font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 500; margin: 0; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 240px 1fr; gap: 52px; }
.intro-content h2 { max-width: 900px; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 52px; max-width: 900px; }
.intro-columns p { margin: 0; color: #5f6661; line-height: 1.8; font-size: 16px; }

.capabilities { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 240px 1fr; gap: 52px; align-items: start; margin-bottom: 60px; }
.section-head h2 { max-width: 820px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cap-card { min-height: 390px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.cap-card:hover { background: #fff; transform: translateY(-5px); }
.card-number { color: #929793; font-size: 11px; font-weight: 760; letter-spacing: .12em; }
.cap-card svg { width: 52px; height: 52px; fill: none; stroke: var(--ink); stroke-width: 1.5; margin: 60px 0 44px; }
.cap-card h3 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: auto 0 16px; letter-spacing: -.03em; }
.cap-card p { margin: 0; color: #6c716d; font-size: 14px; line-height: 1.7; }

.portfolio { background: #141817; color: white; }
.portfolio-head { display: grid; grid-template-columns: 240px 1fr; gap: 52px; margin-bottom: 64px; }
.portfolio-title { max-width: 850px; }
.portfolio-title > p:last-child { color: rgba(255,255,255,.6); max-width: 680px; font-size: 17px; line-height: 1.7; margin: 26px 0 0; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.logo-card { min-height: 210px; background: #f5f4ef; border-radius: 16px; display: grid; place-items: center; padding: 28px; overflow: hidden; position: relative; }
.logo-card::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.04); border-radius: inherit; pointer-events: none; }
.logo-card img { max-height: 128px; max-width: 88%; object-fit: contain; transition: transform .3s ease; }
.logo-link { cursor: pointer; }
.logo-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.logo-card:hover img { transform: scale(1.04); }
.logo-card.dark-card { background: #f7f4ed; }
.logo-card.deep-card { background: #f7f4ed; }
.logo-card.light-card { background: #f7f4ed; }
.logo-card:nth-child(4n + 2) { transform: translateY(20px); }

.channel { background: var(--cream); }
.channel-grid { display: grid; grid-template-columns: 240px 1fr; gap: 52px; }
.channel-content { max-width: 930px; }
.channel-lede { color: #666d68; max-width: 760px; font-size: 18px; line-height: 1.7; margin: 30px 0 48px; }
.channel-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17,21,20,.18); border-left: 1px solid rgba(17,21,20,.18); }
.channel-list span { padding: 22px; border-right: 1px solid rgba(17,21,20,.18); border-bottom: 1px solid rgba(17,21,20,.18); font-size: 14px; font-weight: 720; }

.growth-model { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 70px; }
.step { padding: 32px 26px 10px 0; min-height: 250px; position: relative; }
.step:not(:last-child) { border-right: 1px solid var(--line); padding-right: 34px; margin-right: 34px; }
.step > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.step h3 { font-family: var(--serif); font-size: 34px; font-weight: 500; margin: 72px 0 14px; letter-spacing: -.035em; }
.step p { color: #6a706c; line-height: 1.65; font-size: 14px; margin: 0; }

.footprint { background: #18201d; color: white; overflow: hidden; }
.footprint-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.footprint-copy > p:not(.kicker) { color: rgba(255,255,255,.62); line-height: 1.75; font-size: 16px; margin: 28px 0 0; max-width: 530px; }
.footprint-copy .kicker { margin-top: 54px; }
.hq-note { display: flex; flex-direction: column; gap: 8px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); max-width: 420px; }
.hq-note strong { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--accent-soft); }
.hq-note span { color: rgba(255,255,255,.74); }
.network-card { position: relative; min-height: 500px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; overflow: hidden; }
.network-card::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.1) 1px, transparent 1px); background-size: 22px 22px; opacity: .4; }
.network-line { position: absolute; left: 18%; right: 15%; top: 52%; height: 1px; background: rgba(245,201,156,.45); transform: rotate(-9deg); transform-origin: center; }
.network-line::after { content: ''; position: absolute; inset: -8px 0; border-top: 1px dashed rgba(245,201,156,.25); }
.hub { position: absolute; display: flex; flex-direction: column; gap: 5px; padding-left: 22px; }
.hub-dot { position: absolute; left: 0; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(228,145,68,.13), 0 0 0 14px rgba(228,145,68,.05); }
.hub strong { font-size: 16px; }
.hub small { color: rgba(255,255,255,.48); font-size: 11px; }
.hub-west { left: 10%; top: 60%; }
.hub-coquitlam { left: 25%; top: 48%; }
.hub-central { right: 12%; top: 36%; }
.hub-south { left: 43%; bottom: 14%; }
.network-label { position: absolute; right: 25px; bottom: 24px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; color: rgba(255,255,255,.38); }

.partner { background: var(--paper); }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.partner-card { padding: 64px; min-height: 460px; display: flex; flex-direction: column; }
.partner-card + .partner-card { border-left: 1px solid var(--line); }
.partner-card h2 { font-size: clamp(42px, 4vw, 60px); max-width: 520px; }
.partner-card > p:not(.kicker) { color: #666d68; max-width: 540px; line-height: 1.7; margin-top: 28px; }
.partner-card.inverse { background: #eadfce; }
.arrow-link { margin-top: auto; padding-top: 45px; border-bottom: 1px solid rgba(17,21,20,.25); align-self: flex-start; font-weight: 760; font-size: 14px; padding-bottom: 8px; }

.contact { background: #efece3; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.contact-copy .kicker { margin-top: 52px; }
.contact-copy > p:not(.kicker) { color: #676d69; line-height: 1.7; font-size: 17px; max-width: 480px; }
.contact-email { font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); letter-spacing: -.025em; border-bottom: 1px solid rgba(17,21,20,.25); padding-bottom: 6px; display: inline-block; margin-top: 22px; }
.contact-meta { display: flex; gap: 18px; flex-wrap: wrap; color: #858a86; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 45px; }
.contact-visual { position: relative; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 70px rgba(31,34,31,.08); min-height: 560px; }
.contact-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.contact-visual-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-radius: 18px; padding: 18px 20px; box-shadow: 0 12px 35px rgba(17,21,20,.12); }
.contact-visual-caption .eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #7a807b; margin-bottom: 10px; }
.contact-visual-caption strong { display: block; font-size: 21px; letter-spacing: -.02em; margin-bottom: 8px; }
.contact-visual-caption p { margin: 0; color: #5e6460; line-height: 1.55; font-size: 14px; }

footer { background: #111514; color: rgba(255,255,255,.5); padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand img { width: 120px; display: block; }
.footer-grid p { margin: 0; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 920px); }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-panel { max-width: 560px; }
  .intro-grid, .section-head, .portfolio-head, .channel-grid { grid-template-columns: 180px 1fr; gap: 34px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-card:nth-child(4n + 2) { transform: none; }
  .logo-card:nth-child(3n + 2) { transform: translateY(14px); }
  .footprint-grid { grid-template-columns: 1fr; gap: 60px; }
  .network-card { min-height: 430px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 30px); }
  .section-pad { padding: 82px 0; }
  .site-header { padding: 14px 0; }
  .brand img { width: 124px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; top: 65px; left: 15px; right: 15px; display: grid; gap: 0; background: #1b211f; padding: 14px; border-radius: 14px; transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .2s ease; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { border: 0; border-radius: 8px; background: rgba(255,255,255,.06); margin-top: 8px; }
  .hero { padding-top: 125px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(58px, 18vw, 90px); }
  .hero-lede { font-size: 18px; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; margin-top: 55px; }
  .hero-proof span, .hero-proof span:nth-child(2), .hero-proof span:last-child { text-align: left; padding-top: 0; }
  .hero-proof span:first-child { padding-top: 20px; }
  .panel-footer { grid-template-columns: 1fr; gap: 6px; }
  .intro-grid, .section-head, .portfolio-head, .channel-grid { grid-template-columns: 1fr; gap: 26px; }
  .intro-columns { grid-template-columns: 1fr; gap: 22px; margin-top: 36px; }
  .capability-grid { grid-template-columns: 1fr; }
  .cap-card { min-height: 330px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .logo-card { min-height: 150px; padding: 18px; }
  .logo-card:nth-child(3n + 2) { transform: none; }
  .channel-list { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .step, .step:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding-right: 0; }
  .step:last-child { border-bottom: 0; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { padding: 38px 28px; min-height: 420px; }
  .partner-card + .partner-card { border-left: 0; border-top: 1px solid var(--line); }
  .network-card { min-height: 390px; }
  .hub-coquitlam { left: 18%; top: 46%; }
  .hub-central { right: 5%; }
  .hub-south { left: 36%; bottom: 12%; }
  .contact-visual { min-height: 380px; }
  .contact-visual-caption { left: 16px; right: 16px; bottom: 16px; padding: 16px; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: left; }
}

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


/* Privacy / cookie controls */
.footer-grid { grid-template-columns: 1fr 1fr auto 1fr; }
.footer-legal { display: flex; gap: 16px; align-items: center; justify-content: center; }
.footer-legal a, .cookie-settings-link { color: rgba(255,255,255,.62); font: inherit; text-transform: uppercase; letter-spacing: .08em; background: none; border: 0; padding: 0; cursor: pointer; }
.footer-legal a:hover, .cookie-settings-link:hover { color: #fff; }
.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 1000; opacity: 0; transform: translateY(16px); transition: opacity .22s ease, transform .22s ease; }
.cookie-banner.is-open { opacity: 1; transform: translateY(0); }
.cookie-banner-inner { width: min(1120px, 100%); margin: 0 auto; background: rgba(17,21,20,.97); color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.34); padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; backdrop-filter: blur(14px); }
.cookie-copy strong { display: block; font-size: 16px; margin-bottom: 5px; }
.cookie-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; max-width: 760px; }
.cookie-copy a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 10px; white-space: nowrap; }
.cookie-actions .button { border: 0; cursor: pointer; min-height: 44px; }
.cookie-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.28) !important; }
.cookie-secondary:hover { background: rgba(255,255,255,.08); }

@media (max-width: 1020px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; }
  .cookie-banner-inner { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; justify-content: center; }
}
