:root {
  --ink: #0b0d0e;
  --ink-2: #202527;
  --muted: #51595c;
  --paper: #f2f5f1;
  --white: #ffffff;
  --line: #cfd5d0;
  --line-dark: rgba(255, 255, 255, 0.2);
  --graphite: #0b0e12;
  --cobalt: #3157f6;
  --cobalt-dark: #1732a5;
  --acid: #cfff45;
  --orange: #ff7043;
  --teal: #0f786f;
  --care: #123e39;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;
  --container: 1360px;
  --gutter: clamp(22px, 3.2vw, 48px);
  --section: clamp(88px, 10vw, 148px);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--graphite); }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--acid); color: var(--ink); }
img { display: block; width: 100%; max-width: 100%; }
p { text-wrap: pretty; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(100%, var(--container)); margin: 0 auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: var(--section); background: var(--white); }
.section-dark { background: var(--graphite); color: var(--white); }
.section-tinted { background: var(--paper); }
.skip-link {
  position: fixed; z-index: 1000; top: 14px; left: 14px;
  padding: 10px 14px; transform: translateY(-180%);
  background: var(--acid); color: var(--ink); border-radius: 4px;
  font-weight: 800; text-decoration: none; transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* Type system */
h1, h2, h3, h4, .thesis-title, .pq-big, .pathway-line {
  font-family: var(--display);
  letter-spacing: 0;
}
h1, h2, h3 { text-wrap: balance; }
h2 {
  width: 100%;
  max-width: none;
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 5.2vw, 5.1rem);
  font-weight: 700;
  line-height: .98;
}
h2 em, .thesis-title em, .pq-big em, .pathway-line em {
  --keyword-gradient: linear-gradient(105deg, #3157f6 2%, #0f887a 36%, #d94f2b 69%, #7446c8 98%);
  display: inline-block;
  color: var(--cobalt);
  font-style: italic;
  background: var(--keyword-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-dark h2 em {
  --keyword-gradient: linear-gradient(105deg, #cfff45 3%, #72e58d 34%, #ffb13b 68%, #c78cff 97%);
  color: var(--acid);
}
.eyebrow {
  display: flex; align-items: center; gap: 14px; width: fit-content;
  margin-bottom: 26px; color: var(--cobalt);
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  line-height: 1.3; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.section-dark .eyebrow { color: var(--acid); }
.lede {
  width: min(100%, 1080px); margin-bottom: 64px;
  color: var(--muted); font-size: clamp(1.08rem, 1.42vw, 1.3rem);
  font-weight: 400; line-height: 1.55;
}
.section-dark .lede { color: rgba(255,255,255,.7); }

/* Motion and focus */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [role="slider"]:focus-visible {
  outline: 3px solid var(--orange); outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Navigation */
#navbar {
  position: fixed; inset: 0 0 auto; z-index: 200;
  height: 74px; background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(11,13,14,.12);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.nav-inner {
  width: min(100%, var(--container)); height: 100%; margin: 0 auto;
  padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.logo { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.logo-icon { width: 31px; height: 31px; flex: none; }
.logo-mark { font-family: var(--display); font-size: 21px; font-weight: 800; letter-spacing: .03em; }
.logo-mark sup { font-size: 8px; vertical-align: super; }
.logo-by { color: var(--muted); font-size: 11px; }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 27px); list-style: none; }
.nav-links a {
  position: relative; color: var(--ink-2); font-size: 13px; font-weight: 600;
  text-decoration: none; white-space: nowrap;
}
.nav-links a:not(.btn-nav)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: var(--cobalt); transition: right .25s var(--ease);
}
.nav-links a:not(.btn-nav):hover::after { right: 0; }
.btn-nav {
  display: inline-flex; min-height: 42px; align-items: center; padding: 0 18px;
  background: var(--ink); color: var(--white) !important; border-radius: 4px;
  font-family: var(--mono); font-size: 11px !important; letter-spacing: .04em;
}
.btn-nav:hover { background: var(--cobalt); }
#scroll-progress { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--orange); }
.hamburger { display: none; border: 0; background: none; font-size: 27px; cursor: pointer; }
.mobile-menu {
  position: fixed; inset: 0; z-index: 300; display: grid; align-content: center; gap: 4px;
  padding: 68px var(--gutter); visibility: hidden; opacity: 0;
  background: var(--acid); transition: opacity .25s ease, visibility .25s ease;
}
.mobile-menu.open { visibility: visible; opacity: 1; }
.mob-link { padding: 8px 0; font-family: var(--display); font-size: clamp(2rem, 9vw, 3.8rem); font-weight: 700; line-height: 1; text-decoration: none; }
.close-menu { position: absolute; top: 18px; right: var(--gutter); border: 0; background: none; font-size: 42px; cursor: pointer; }

/* Hero */
#hero {
  position: relative; isolation: isolate; min-height: calc(100svh - 58px);
  display: flex; align-items: center; overflow: hidden;
  padding: 108px 0 36px; background: var(--graphite); color: var(--white);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -4;
  background: url("media/dbkl-titiwangsa-after-night-01.jpeg") center 42% / cover no-repeat;
  filter: saturate(.9) contrast(1.08);
  transform: scale(1.015);
}
#glaste-hero-background { position: absolute; inset: 0; z-index: -3; pointer-events: none; overflow: hidden; }
.terrazzo-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,9,11,.97) 0%, rgba(7,9,11,.84) 41%, rgba(7,9,11,.28) 72%, rgba(7,9,11,.16) 100%),
    linear-gradient(0deg, rgba(7,9,11,.82) 0%, transparent 44%);
}
.hero-vignette { position: absolute; inset: 0; box-shadow: inset 0 0 180px rgba(0,0,0,.4); }
.caustic, .shard-layer, .light-sweep { display: none; }
#hero .container { position: relative; width: 100%; }
.hero-side { min-width: 0; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 24px; max-width: 780px; margin-bottom: 30px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 0;
  color: rgba(255,255,255,.78); font-family: var(--mono); font-size: 9px;
  font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
}
.hero-badge::before { content: ""; width: 7px; height: 7px; background: var(--acid); }
.badge-my::before { background: var(--orange); }
#hero h1 {
  max-width: 850px; margin-bottom: 26px; font-family: var(--display);
  font-size: clamp(3.6rem, 7.2vw, 7.3rem); font-weight: 700;
  line-height: .89; letter-spacing: 0;
}
#hero h1 em {
  display: inline-block;
  color: var(--acid);
  font-style: italic;
  background: linear-gradient(105deg, #cfff45 4%, #72e58d 34%, #ffb13b 68%, #c78cff 96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub { max-width: 700px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-pills {
  display: flex; flex-wrap: wrap; gap: 0; max-width: 850px; margin-top: 32px;
  border-block: 1px solid rgba(255,255,255,.22);
}
.hero-pill {
  padding: 12px 18px 12px 0; margin-right: 18px;
  color: rgba(255,255,255,.75); font-size: 12px; font-weight: 650;
}
.hero-pill:not(:last-child)::after { content: "/"; margin-left: 18px; color: var(--orange); }
.hero-pill b { color: var(--acid); }
.hero-proofline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 11px; }
.hero-proofline span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proofline span::before { content: ""; width: 5px; height: 5px; background: var(--orange); }
.hero-equation {
  display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr;
  max-width: 870px; margin-top: 28px; border: 1px solid rgba(255,255,255,.22);
  background: rgba(5,7,9,.48); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.equation-node { padding: 14px 18px; }
.equation-node span { display: block; color: var(--orange); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.equation-node strong { display: block; margin-top: 3px; font-size: 14px; }
.equation-arrow { display: grid; place-items: center; color: var(--acid); border-inline: 1px solid rgba(255,255,255,.14); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-primary, .btn-ghost {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center;
  padding: 0 22px; border: 1px solid transparent; border-radius: 4px;
  font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .04em;
  text-decoration: none; transition: transform .25s var(--ease), background .25s ease, color .25s ease;
}
.btn-primary { background: var(--acid); color: var(--ink); box-shadow: none; }
.btn-primary:hover { transform: translateY(-2px); background: var(--white); }
.btn-ghost { border-color: rgba(255,255,255,.36); color: var(--white); background: transparent; }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange); }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1020px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.24);
}
.stat { min-width: 0; padding: 20px 22px 0 0; }
.stat + .stat { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.18); }
.stat-n { display: block; font-family: var(--display); font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 700; line-height: 1; color: var(--white); }
.stat-n .unit { color: var(--acid); font-size: .48em; font-family: var(--mono); }
.stat-l { display: block; margin-top: 8px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.45; }
.hero-scroll { position: absolute; right: 28px; bottom: 28px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

/* Credibility rail */
.marquee { display: flex; height: 58px; overflow: hidden; background: var(--cobalt); color: var(--white); border: 0; }
.marquee-label {
  position: relative; z-index: 2; display: grid; place-items: center; flex: 0 0 auto;
  padding: 0 26px; background: var(--acid); color: var(--ink);
  font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 34s linear infinite; }
.marquee-item { padding-left: 32px; font-family: var(--mono); font-size: 11px; white-space: nowrap; }
.marquee-item::after { content: "◆"; margin-left: 32px; color: var(--acid); font-size: 7px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Award thesis */
.thesis-section { padding-block: var(--section); background: var(--white); }
.thesis-wrap { display: grid; grid-template-columns: .8fr 1.35fr; gap: clamp(56px, 9vw, 130px); align-items: start; }
.thesis-title { max-width: 560px; font-size: clamp(3.2rem, 6.7vw, 7rem); font-weight: 700; line-height: .9; }
.thesis-copy { max-width: 880px; margin-bottom: 62px; font-size: clamp(1.15rem, 1.75vw, 1.5rem); line-height: 1.52; }
.thesis-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.thesis-card { padding: 24px 24px 0 0; background: none; border: 0; border-radius: 0; }
.thesis-card + .thesis-card { padding-left: 24px; border-left: 1px solid var(--line); }
.thesis-card span { display: block; margin-bottom: 34px; color: var(--cobalt); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.thesis-card h3 { margin-bottom: 10px; font-size: 1.16rem; line-height: 1.2; }
.thesis-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Photographic proof */
.proof-band { background: var(--paper); }
.proof-band .lede { margin-bottom: 42px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.proof-fig { position: relative; min-width: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; background: var(--ink); }
.proof-fig img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.proof-fig:first-child img { object-position: center; }
.proof-fig:hover img { transform: scale(1.035); }
.proof-fig figcaption, .flagship-photo figcaption, .transform-card figcaption {
  position: absolute; inset: auto 0 0; padding: 42px 18px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.86)); color: var(--white);
}
.pf-site { display: block; font-family: var(--display); font-size: 17px; font-weight: 700; }
.pf-out { display: block; margin-top: 3px; color: var(--acid); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }

/* Flagship */
.flagship { overflow: hidden; background: var(--graphite); color: var(--white); }
.flagship::before {
  content: "DBKL"; position: absolute; top: -30px; right: -20px;
  color: rgba(255,255,255,.035); font-family: var(--display); font-size: min(24vw, 330px); font-weight: 800; line-height: 1;
}
.flagship-wrap { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(44px, 7vw, 100px); align-items: start; }
.flagship-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; position: sticky; top: 104px; }
.flagship-photo { position: relative; min-width: 0; min-height: 260px; overflow: hidden; border-radius: 4px; background: #181b1f; }
.flagship-photo.landmark { grid-column: 1/-1; aspect-ratio: 16/9; min-height: 0; }
.flagship-photo:not(.landmark) { aspect-ratio: 4/5; }
.flagship-photo img { height: 100%; object-fit: cover; }
.flagship-photo figcaption { display: flex; justify-content: space-between; gap: 16px; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.flagship-copy h2 { font-size: clamp(2.6rem, 4.7vw, 4.6rem); }
.case-arc { margin-top: 24px; border-top: 1px solid var(--line-dark); }
.case-step { display: grid; grid-template-columns: 108px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.case-kicker { color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.case-step h3 { margin-bottom: 5px; font-size: 1.12rem; line-height: 1.25; }
.case-step p { color: rgba(255,255,255,.6); font-size: 13px; }
.case-metrics { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 34px; border-top: 1px solid var(--line-dark); }
.case-metric { padding: 18px 18px 0 0; }
.case-metric:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.case-n { display: block; color: var(--acid); font-family: var(--display); font-size: 1.45rem; font-weight: 700; line-height: 1; }
.case-l { display: block; margin-top: 6px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.4; }
.transformation-proof { position: relative; margin-top: clamp(80px, 10vw, 140px); padding-top: 34px; border-top: 1px solid var(--line-dark); }
.transformation-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; margin-bottom: 34px; }
.transformation-head h3 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.transformation-head p { align-self: end; color: rgba(255,255,255,.62); }
.transformation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.transform-card { position: relative; min-width: 0; aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; }
.transform-card img { height: 100%; object-fit: cover; }
.transform-card figcaption { display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.transform-label { color: var(--acid); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.transform-title { font-size: 11px; text-align: right; }

/* Problem */
#problem { background: var(--white); }
.pullquote { margin: 68px 0 74px; padding: clamp(34px, 5vw, 64px); background: var(--orange); color: var(--ink); border: 0; border-radius: 4px; }
.pq-big { max-width: 920px; font-size: clamp(2.8rem, 6vw, 6.4rem); font-weight: 700; line-height: .92; }
.pq-big em {
  --keyword-gradient: linear-gradient(105deg, #ffffff 2%, #e5ff82 38%, #8ee8c0 68%, #8a5be0 98%);
  color: var(--white);
}
.pullquote > p { max-width: 930px; margin-top: 32px; font-size: 1.05rem; line-height: 1.65; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.card { padding: 28px clamp(20px, 3vw, 42px) 0 0; background: none; border: 0; border-radius: 0; box-shadow: none; }
.card + .card { padding-left: clamp(20px, 3vw, 42px); border-left: 1px solid var(--line); }
.card-num { margin-bottom: 58px; color: var(--cobalt); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.card .big-fact { margin-bottom: 10px; color: var(--ink); font-family: var(--display); font-size: clamp(2.2rem, 3.7vw, 4rem); font-weight: 700; line-height: 1; }
.card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.card p { color: var(--muted); font-size: 14px; }

/* Solution */
#solution { overflow: hidden; background: var(--cobalt); }
#solution::after { content: "04"; position: absolute; right: -35px; bottom: -90px; color: rgba(255,255,255,.07); font-family: var(--display); font-size: 340px; font-weight: 800; line-height: 1; }
#solution .eyebrow { color: var(--acid); }
#solution h2 em {
  --keyword-gradient: linear-gradient(105deg, #ffffff 2%, #cfff45 35%, #ffba4a 69%, #e1b7ff 98%);
  color: var(--acid);
}
.process-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 44px; border-top: 1px solid rgba(255,255,255,.55); }
.step { position: relative; padding: 28px 28px 40px 0; background: none; border: 0; border-radius: 0; }
.step + .step { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
.step-num { margin-bottom: 60px; color: var(--acid); font-family: var(--display); font-size: 3.8rem; font-weight: 700; line-height: 1; }
.step h4 { margin-bottom: 10px; color: var(--white); font-size: 1.12rem; }
.step p { color: rgba(255,255,255,.72); font-size: 13.5px; }
.standards-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.35); }
.std-label { margin-right: 10px; color: rgba(255,255,255,.65); font-size: 12px; }
.std-tag { padding: 7px 11px; border: 1px solid rgba(255,255,255,.42); border-radius: 3px; color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 700; }
.section-note { display: block; width: 100%; margin-top: 30px; padding: 18px 20px; background: var(--acid); color: var(--ink); border: 0; border-radius: 4px; font-size: 14px; }

/* Lifecycle comparison */
.compare-panel { margin-top: 28px; overflow-x: auto; border-block: 1px solid var(--ink); }
.compare-table { width: 100%; min-width: 860px; border-collapse: collapse; text-align: left; }
.compare-table th { padding: 18px 20px; color: var(--muted); border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.compare-table td { width: 24%; padding: 23px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; vertical-align: top; }
.compare-table td:first-child { width: 16%; color: var(--ink); font-weight: 700; }
.compare-table td.winner { background: rgba(207,255,69,.35); color: var(--ink); font-weight: 650; }
.compare-note { max-width: 980px; margin-top: 22px; color: var(--muted); font-size: 12px; }

/* Impact pathway */
.section-tinted:has(.pathway-grid) { background: var(--acid); color: var(--ink); }
.section-tinted:has(.pathway-grid) .eyebrow { color: var(--cobalt); }
.section-tinted:has(.pathway-grid) h2 em {
  --keyword-gradient: linear-gradient(105deg, #1732a5 2%, #0f786f 39%, #c74424 72%, #6b38b5 98%);
  color: var(--cobalt);
}
.section-tinted:has(.pathway-grid) .lede { color: rgba(11,13,14,.7); }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--ink); }
.pathway-card { padding: 26px 24px 0 0; background: none; border: 0; border-radius: 0; }
.pathway-card + .pathway-card { padding-left: 24px; border-left: 1px solid rgba(11,13,14,.28); }
.pathway-num { display: block; margin-bottom: 62px; color: var(--cobalt); font-family: var(--mono); font-size: 10px; font-weight: 700; }
.pathway-card h3 { margin-bottom: 12px; font-size: 1.16rem; line-height: 1.25; }
.pathway-card p { color: rgba(11,13,14,.7); font-size: 13px; }
.pathway-line { max-width: 1070px; margin-top: 82px; padding-top: 28px; border-top: 1px solid var(--ink); font-size: clamp(1.65rem, 3.2vw, 3.25rem); font-weight: 700; line-height: 1.1; }

/* Evidence */
#evidence { background: var(--paper); }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.evidence-card { padding: clamp(28px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: 4px; box-shadow: none; }
.evidence-card.featured { grid-column: 1/-1; display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; background: var(--graphite); color: var(--white); border-color: var(--graphite); }
.ev-tag { display: inline-flex; margin-bottom: 34px; padding: 7px 10px; background: var(--ink); color: var(--white); border-radius: 3px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.evidence-card.featured .ev-tag { background: var(--acid); color: var(--ink); }
.evidence-card h3 { margin-bottom: 16px; font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.08; }
.evidence-card p { color: var(--muted); font-size: 14px; }
.evidence-card.featured p { color: rgba(255,255,255,.66); }
.ev-metrics { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.ev-m { position: relative; padding: 10px 0 10px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.ev-m::before { content: ""; position: absolute; left: 0; top: 18px; width: 5px; height: 5px; background: var(--cobalt); }
.featured-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.fs-item { padding: 24px 20px; background: var(--ink-2); border: 0; border-radius: 0; }
.fs-n { color: var(--acid); font-family: var(--display); font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 700; line-height: 1; }
.fs-l { margin-top: 8px; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.4; }

/* Applications */
#applications { background: var(--white); }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--ink); }
.app-item { position: relative; min-height: 270px; padding: 28px 28px 34px 0; background: none; border: 0; border-radius: 0; }
.app-item:nth-child(3n+2), .app-item:nth-child(3n+3) { padding-left: 28px; border-left: 1px solid var(--line); }
.app-item:nth-child(n+4) { border-top: 1px solid var(--line); }
.app-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 68px; background: var(--cobalt); color: var(--white); border-radius: 2px; }
.app-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.app-item h4 { margin-bottom: 10px; font-size: 1.15rem; }
.app-item p { max-width: 340px; color: var(--muted); font-size: 13.5px; }

/* Glaste Care */
.care-section { background: var(--care); }
.care-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.care-badge { padding: 28px; background: var(--acid); color: var(--ink); border-radius: 4px; }
.care-badge span { display: block; margin-bottom: 28px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.care-badge strong { display: block; font-family: var(--display); font-size: 1.35rem; line-height: 1.2; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.4); }
.care-card { padding: 26px 24px 36px 0; background: none; border: 0; border-radius: 0; }
.care-card + .care-card { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.care-num { margin-bottom: 58px; color: var(--acid); font-family: var(--mono); font-size: 10px; font-weight: 700; }
.care-card h3 { margin-bottom: 12px; color: var(--white); font-size: 1.15rem; }
.care-card p { color: rgba(255,255,255,.65); font-size: 13px; }
.care-cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.28); }
.care-cta p { max-width: 850px; color: rgba(255,255,255,.7); }

/* GCC */
#gcc { background: var(--graphite); }
.gcc-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 110px); align-items: start; margin-top: 60px; }
.gcc-text > p { margin-bottom: 24px; color: rgba(255,255,255,.68); font-size: 1.02rem; }
.gcc-list { margin-top: 38px; list-style: none; border-top: 1px solid var(--line-dark); }
.gcc-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.78); font-size: 13px; }
.gcc-list li::before { content: "↗"; position: absolute; left: 0; color: var(--acid); }
.gcc-callout { padding: clamp(30px, 4vw, 48px); background: var(--orange); color: var(--ink); border: 0; border-radius: 4px; }
.callout-label { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.callout-number { margin-top: 8px; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 700; line-height: .95; }
.callout-unit { margin-top: 10px; font-size: 13px; line-height: 1.45; }
.callout-hr { margin: 32px 0; border: 0; border-top: 1px solid rgba(11,13,14,.35); }

/* Impact */
#impact { background: var(--white); }
.impact-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; background: var(--cobalt); color: var(--white); border-radius: 4px; }
.imp-cell { padding: clamp(26px, 3.4vw, 44px); }
.imp-cell + .imp-cell { border-left: 1px solid rgba(255,255,255,.24); }
.imp-n { color: var(--acid); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.2rem); font-weight: 700; line-height: .95; }
.imp-n .unit { font-family: var(--mono); font-size: .34em; }
.imp-l { margin-top: 18px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--ink); }
.impact-card { padding: 26px 30px 0 0; background: none; border: 0; border-radius: 0; }
.impact-card + .impact-card { padding-left: 30px; border-left: 1px solid var(--line); }
.impact-card h4 { margin-bottom: 12px; font-size: 1.14rem; }
.impact-card p { color: var(--muted); font-size: 13.5px; }

/* Gallery */
#gallery { background: var(--paper); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 48px 0 28px; }
.gf-btn { padding: 10px 14px; background: transparent; border: 1px solid var(--ink); border-radius: 3px; color: var(--ink); font-family: var(--mono); font-size: 9px; font-weight: 700; cursor: pointer; }
.gf-btn:hover, .gf-btn.active { background: var(--ink); color: var(--white); }
.ba-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ba-pair { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.ba-pair:first-child { grid-column: 1/-1; }
.ba-pair.hidden { display: none; }
.ba-label-bar { display: flex; justify-content: space-between; gap: 20px; min-height: 62px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.ba-site { font-size: 13px; font-weight: 750; line-height: 1.25; }
.ba-hint { max-width: 230px; color: var(--muted); font-family: var(--mono); font-size: 7px; line-height: 1.35; text-align: right; text-transform: uppercase; }
.ba-compare { position: relative; aspect-ratio: 16/10; overflow: hidden; cursor: ew-resize; touch-action: none; background: #d7dbd6; }
.ba-pair:first-child .ba-compare { aspect-ratio: 16/7; }
.ba-compare > img, .ba-after-wrap, .ba-after-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after-wrap { overflow: hidden; }
.ba-divider { position: absolute; top: 0; bottom: 0; width: 2px; transform: translateX(-1px); background: var(--acid); }
.ba-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; transform: translate(-50%,-50%); background: var(--acid); color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; font-weight: 800; }
.ba-tag { position: absolute; top: 12px; padding: 6px 8px; background: var(--ink); color: var(--white); border-radius: 2px; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.ba-tag.before { left: 12px; }
.ba-tag.after { right: 12px; background: var(--acid); color: var(--ink); }

/* Contact */
#contact { background: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 110px); margin-top: 64px; align-items: start; }
.contact-info { border-top: 1px solid var(--line-dark); }
.contact-item { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.ci-label { color: var(--acid); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ci-value { color: rgba(255,255,255,.8); font-size: 14px; }
.ci-value a { color: var(--acid); text-decoration: none; }
.contact-assurance { display: grid; gap: 1px; margin-top: 26px; background: var(--line-dark); }
.assurance-item { display: grid; grid-template-columns: 118px 1fr; gap: 18px; padding: 16px; background: var(--ink-2); }
.assurance-item strong { color: var(--white); font-size: 12px; }
.assurance-item span { color: rgba(255,255,255,.55); font-size: 11px; }
.contact-form { padding: clamp(28px, 5vw, 52px); background: var(--white); color: var(--ink); border: 0; border-radius: 4px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 7px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-group input, .form-group textarea { width: 100%; padding: 14px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; color: var(--ink); outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #8b9395; }
.form-group input:focus, .form-group textarea:focus { border-bottom-color: var(--cobalt); }
.contact-form .btn-primary { margin-top: 10px; background: var(--cobalt); color: var(--white); border: 0; cursor: pointer; }
.contact-form .btn-primary:hover { background: var(--ink); }
.full-width { width: 100%; }
.form-success { margin-top: 16px; padding: 12px; background: rgba(207,255,69,.35); color: var(--ink); font-size: 13px; }

/* Footer */
footer { padding: 58px 0; background: var(--acid); color: var(--ink); }
.footer-inner { width: min(100%, var(--container)); margin: 0 auto; padding-inline: var(--gutter); display: grid; grid-template-columns: auto 1fr; gap: 12px 36px; align-items: center; }
.footer-logo { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 23px; font-weight: 800; }
.footer-logo svg { width: 34px; }
.footer-logo sup { font-size: 8px; }
.footer-by { color: rgba(11,13,14,.65); font-size: 11px; }
.footer-links { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(11,13,14,.35); }
.footer-links a { font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--cobalt); }
.footer-tag { grid-column: 1/-1; max-width: 760px; margin-top: 24px; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 700; line-height: 1.05; }
.footer-copy { grid-column: 1/-1; margin-top: 22px; color: rgba(11,13,14,.65); font-size: 11px; }

/* Responsive */
@media (max-width: 1080px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 12px; }
  .logo-by { display: none; }
  .flagship-wrap { grid-template-columns: 1fr; }
  .flagship-media { position: relative; top: auto; }
  .care-head { grid-template-columns: 1fr; }
  .care-badge { max-width: 560px; }
}

@media (min-width: 901px) {
  #hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
    grid-template-rows: auto auto auto;
    column-gap: clamp(46px, 6vw, 92px);
    align-items: start;
  }
  .hero-badges { grid-column: 1; grid-row: 1; }
  #hero h1 { grid-column: 1; grid-row: 2; }
  .hero-sub { grid-column: 1; grid-row: 3; }
  .hero-side { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  #hero h1 { font-size: clamp(3.6rem, 6vw, 6.2rem); }
  .hero-side .hero-pills { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 0; }
  .hero-side .hero-pill { padding-block: 8px; margin: 0; }
  .hero-side .hero-pill::after { display: none; }
  .hero-side .hero-proofline { margin-top: 14px; gap: 7px 16px; }
  .hero-side .hero-equation { margin-top: 16px; }
  .hero-side .hero-cta { margin-top: 18px; }
  .hero-side .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
  .hero-side .stat { padding: 17px 14px 17px 0; }
  .hero-side .stat + .stat { padding-left: 14px; }
  .hero-side .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-side .stat:nth-child(3), .hero-side .stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .hero-side .stat-n { font-size: clamp(1.7rem, 2.4vw, 2.6rem); }
  .hero-scroll { right: var(--gutter); bottom: 12px; writing-mode: horizontal-tb; }
}

@media (max-width: 900px) {
  #navbar { height: 68px; }
  .nav-links { display: none; }
  .hamburger { display: block; }
  #hero { min-height: auto; padding: 118px 0 62px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .thesis-wrap, .transformation-head, .gcc-grid, .contact-grid { grid-template-columns: 1fr; }
  .thesis-grid { margin-top: 12px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-fig:first-child { grid-column: 1/-1; aspect-ratio: 16/9; }
  .process-steps, .pathway-grid, .care-grid, .impact-strip { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(3), .pathway-card:nth-child(3), .care-card:nth-child(3), .imp-cell:nth-child(3) { border-left: 0; }
  .step:nth-child(n+3), .pathway-card:nth-child(n+3), .care-card:nth-child(n+3), .imp-cell:nth-child(n+3) { border-top: 1px solid currentColor; }
  .evidence-card.featured { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
  .app-item:nth-child(3n+2), .app-item:nth-child(3n+3) { padding-left: 0; border-left: 0; }
  .app-item:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--line); }
  .app-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .care-cta { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card + .impact-card { padding: 24px 0 0; margin-top: 24px; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; --section: 78px; }
  h2 { font-size: clamp(2.45rem, 12.3vw, 3.6rem); }
  .eyebrow { margin-bottom: 20px; }
  .lede { margin-bottom: 38px; }
  #hero h1 { max-width: 100%; font-size: clamp(2.8rem, 12.2vw, 3.15rem); overflow-wrap: normal; }
  .hero-badges { display: grid; gap: 8px; }
  .hero-pills { display: grid; grid-template-columns: repeat(2, 1fr); }
  .hero-pill { padding: 10px 8px 10px 0; margin: 0; }
  .hero-pill::after { display: none; }
  .hero-proofline { display: grid; }
  .hero-side { display: flex; flex-direction: column; }
  .hero-side .hero-cta { order: -1; margin-top: 26px; margin-bottom: 16px; }
  .hero-equation { grid-template-columns: 1fr; }
  .equation-arrow { min-height: 28px; border: 0; border-block: 1px solid rgba(255,255,255,.14); transform: rotate(90deg); }
  .hero-cta { display: grid; }
  .hero-stats { margin-top: 34px; }
  .stat { padding: 16px 12px 16px 0; }
  .stat + .stat { padding-left: 12px; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .hero-scroll { display: none; }
  .marquee-label { display: none; }
  .thesis-wrap { gap: 48px; }
  .thesis-title { font-size: clamp(3rem, 15vw, 4.8rem); }
  .thesis-grid, .three-col, .proof-grid, .transformation-grid, .evidence-grid, .app-grid, .care-grid, .ba-grid { grid-template-columns: 1fr; }
  .thesis-card + .thesis-card, .card + .card, .pathway-card + .pathway-card, .care-card + .care-card {
    padding: 24px 0 0; margin-top: 24px; border-left: 0; border-top: 1px solid var(--line);
  }
  .thesis-card span, .card-num, .pathway-num, .care-num { margin-bottom: 28px; }
  .proof-fig:first-child { grid-column: auto; aspect-ratio: 4/3; }
  .flagship-media { grid-template-columns: 1fr; }
  .flagship-copy { order: -1; }
  .flagship-photo.landmark { grid-column: auto; }
  .flagship-photo:not(.landmark) { aspect-ratio: 4/3; }
  .case-step { grid-template-columns: 1fr; gap: 8px; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metric:nth-child(even) { padding-left: 0; border-left: 0; }
  .transformation-grid { gap: 12px; }
  .transform-card { aspect-ratio: 4/3; }
  .pullquote { margin: 48px 0; }
  .pq-big { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .process-steps, .pathway-grid, .impact-strip { grid-template-columns: 1fr; }
  .step, .pathway-card, .care-card { padding: 22px 0 30px; }
  .step + .step, .pathway-card + .pathway-card, .care-card + .care-card { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .step-num { margin-bottom: 28px; }
  .section-tinted:has(.pathway-grid) .pathway-card + .pathway-card { border-top-color: rgba(11,13,14,.3); }
  .pathway-line { margin-top: 52px; }
  .evidence-card.featured { grid-column: auto; gap: 36px; }
  .featured-stats { grid-template-columns: 1fr 1fr; }
  .app-item, .app-item:nth-child(even), .app-item:nth-child(3n+2), .app-item:nth-child(3n+3) { min-height: 0; padding: 24px 0 30px; border-left: 0; border-top: 1px solid var(--line); }
  .app-icon { margin-bottom: 30px; }
  .care-badge { padding: 24px; }
  .care-cta .btn-primary { width: 100%; }
  .imp-cell, .imp-cell + .imp-cell { padding: 26px; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .imp-cell:first-child { border-top: 0; }
  .ba-pair:first-child { grid-column: auto; }
  .ba-pair:first-child .ba-compare, .ba-compare { aspect-ratio: 4/3; }
  .ba-label-bar { align-items: flex-start; }
  .ba-hint { display: none; }
  .contact-item, .assurance-item { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { padding: 24px 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links, .footer-tag, .footer-copy { grid-column: auto; }
}
