:root {
  --paper: #ffffff;
  --soft: #f3f1ff;
  --ink: #171719;
  --muted: #5d5a6d;
  --line: #d8d3f7;
  --wine: #5b32df;
  --wine-dark: #3e0faf;
  --wine-soft: #f0ebff;
  --sky: #00dbe8;
  --lilac: #7222e3;
  --peach: #daff17;
  --plum: #4a14c5;
  --brand-green: #45ff61;
  --brand-cyan: #00fbed;
  --brand-blue: #4f55f4;
  --brand-violet: #7222e3;
  --brand-magenta: #ff55c2;
  --brand-red: #ff4f5f;
  --brand-orange: #ffaf2e;
  --brand-yellow: #daff17;
  --spectrum: linear-gradient(90deg, #daff17 0%, #ffaf2e 18%, #ff55c2 38%, #7222e3 58%, #1759ff 78%, #00fbed 100%);
  --latin: "DM Sans", sans-serif;
  --thai: "Noto Sans Thai", sans-serif;
  --gutter: 4.2vw;
  --header: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--thai); margin: 0; overflow-x: hidden; }
html[lang="en"] body { font-family: var(--latin); }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .62; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }

.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--ink); color: var(--paper); left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.topbar {
  align-items: center;
  background: rgba(255,252,255,.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(205px, 1fr) auto auto;
  height: var(--header);
  left: 0;
  padding: 0 var(--gutter);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
}
.wordmark { display: inline-grid; font-family: var(--latin); justify-self: start; line-height: 1; text-transform: uppercase; }
.wordmark span { font-size: 23px; font-weight: 700; letter-spacing: .17em; }
.wordmark small { color: var(--wine); font-size: 8px; font-weight: 700; justify-self: center; letter-spacing: .48em; margin-left: .48em; margin-top: 6px; }
.desktop-nav { align-items: center; display: flex; gap: clamp(11px, 1.1vw, 19px); margin-right: 22px; }
.desktop-nav a { font-size: 10px; font-weight: 600; position: relative; white-space: nowrap; }
.desktop-nav a::after { background: var(--wine); bottom: -9px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.topbar-actions { align-items: center; display: flex; gap: 15px; }
.language-switch { align-items: center; display: inline-flex; font-family: var(--latin); gap: 4px; white-space: nowrap; }
.language-switch button { background: transparent; border: 0; color: var(--muted); font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 8px 3px; }
.language-switch button[aria-pressed="true"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--brand-orange); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.language-switch span { color: var(--line); font-size: 10px; }
.language-switch--dark button { color: rgba(255,255,255,.55); }
.language-switch--dark button[aria-pressed="true"] { color: #fff; }
.language-switch--dark span { color: rgba(255,255,255,.25); }
.header-cta { align-items: center; background: linear-gradient(110deg, #14255a 0%, #194c9b 56%, #693b9e 100%); border: 0; box-shadow: inset 0 -2px 0 #f6c74d; color: var(--paper); display: inline-flex; font-size: 12px; font-weight: 700; gap: 24px; height: 50px; padding: 0 18px; transition: filter .2s ease; }
.header-cta:hover, .header-cta:focus-visible { filter: brightness(1.12) saturate(1.1); }
.header-cta span { font-family: var(--latin); font-size: 21px; font-weight: 400; }
.menu-button { align-items: center; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; display: none; height: 44px; justify-content: center; width: 44px; }
.menu-button svg { height: 22px; stroke-width: 1.5; width: 22px; }

.menu-panel { background: radial-gradient(circle at 92% 5%, rgba(76,191,204,.25), transparent 24%), radial-gradient(circle at 12% 96%, rgba(210,117,183,.2), transparent 30%), #101725; color: var(--paper); display: flex; flex-direction: column; inset: 0; opacity: 0; padding: 30px var(--gutter) 40px; pointer-events: none; position: fixed; transform: translateY(-18px); transition: opacity .25s ease, transform .25s ease; visibility: hidden; z-index: 60; }
.menu-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.menu-panel__top { align-items: center; border-bottom: 1px solid #373737; display: flex; justify-content: space-between; padding-bottom: 21px; }
.menu-panel__top p { font-family: var(--latin); font-size: 13px; font-weight: 700; letter-spacing: .14em; margin: 0; }
.menu-panel__controls { align-items: center; display: flex; gap: 20px; }
.menu-panel__top [data-close-menu] { background: transparent; border: 0; color: var(--paper); font-family: var(--latin); font-size: 42px; font-weight: 300; line-height: 1; }
.menu-panel__top [data-close-menu]:focus-visible { border-radius: 50%; outline: 2px solid #7efcff; outline-offset: 5px; }
.menu-panel nav { display: grid; margin-top: 6vh; }
.menu-panel nav a { align-items: baseline; border-bottom: 1px solid #373737; display: grid; font-size: clamp(34px, 6vw, 68px); font-weight: 500; grid-template-columns: 72px 1fr; letter-spacing: -.04em; padding: 13px 0; }
.menu-panel nav span { color: var(--wine-soft); font-family: var(--latin); font-size: 11px; letter-spacing: .08em; }
.menu-panel > .button { margin-top: 32px; width: fit-content; }
.menu-panel__note { color: #8f8f8f; font-family: var(--latin); font-size: 10px; letter-spacing: .06em; margin: auto 0 0; text-transform: uppercase; }

main { margin-top: var(--header); }
main section[id] { scroll-margin-top: var(--header); }
.section-shell { padding: 118px var(--gutter); }
.section-label { color: var(--wine); font-family: var(--latin); font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0 0 24px; text-transform: uppercase; }
.section-label::after { background: currentColor; content: ""; display: block; height: 2px; margin-top: 14px; width: 44px; }
.section-label--light { color: #fff4f7; }
.section-heading { display: grid; gap: 42px; grid-template-columns: 200px minmax(0, 1.25fr) minmax(280px, .75fr); }
.section-heading > .section-label { margin: 0; }
.section-heading h2, .section-heading > p:last-child { margin: 0; }
.section-heading h2 { font-size: clamp(40px, 4.8vw, 72px); font-weight: 600; letter-spacing: -.065em; line-height: 1.08; }
.section-heading h2 span { color: var(--wine); }
.section-heading > p:last-child { align-self: end; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading--compact { grid-template-columns: 200px 1fr; }
.section-heading--compact h2 { max-width: 960px; }

.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 14px; font-weight: 700; gap: 34px; justify-content: space-between; min-height: 58px; padding: 0 22px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button span { font-family: var(--latin); font-size: 20px; font-weight: 400; }
.button--wine { background: linear-gradient(110deg, #132859 0%, #1a61b8 58%, #6540a5 100%); box-shadow: inset 0 -2px 0 #f6c74d; color: var(--paper); }
.button--wine:hover, .button--wine:focus-visible { filter: brightness(1.14) saturate(1.08); }
.button--outline { background: var(--paper); border-color: var(--brand-blue); color: var(--brand-blue); }
.button--outline:hover, .button--outline:focus-visible { background: var(--brand-blue); color: var(--paper); }
.button--light { background: var(--paper); color: var(--wine); }
.button--light:hover, .button--light:focus-visible { background: var(--ink); color: var(--paper); }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover, .button--dark:focus-visible { background: var(--wine); }

.hero { display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); min-height: calc(100vh - var(--header)); }
.hero-copy { align-content: center; background: radial-gradient(circle at 15% 92%, rgba(49,124,210,.28), transparent 38%), radial-gradient(circle at 96% 4%, rgba(141,62,151,.24), transparent 35%), #111823; color: var(--paper); display: grid; padding: 72px var(--gutter); }
.hero-label { color: #9bd3ff; font-family: var(--latin); font-size: 11px; font-weight: 700; letter-spacing: .13em; margin: 0 0 28px; text-transform: uppercase; }
.hero-copy h1 { font-family: var(--thai); font-size: clamp(48px, 5vw, 78px); font-weight: 700; letter-spacing: -.065em; line-height: 1.08; margin: 0; max-width: 720px; }
html[lang="en"] .hero-copy h1 { font-family: var(--latin); letter-spacing: -.055em; }
.hero-copy h1 span { color: #ffcb62; display: block; }
.hero-lead { color: rgba(255,255,255,.9); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.65; margin: 38px 0 0; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { border-left: 2px solid #77d9a9; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.65; margin: 32px 0 0; max-width: 540px; padding-left: 15px; }
.hero-note strong { color: #ffffff; font-size: 13px; }
.hero-media { background: #111823; margin: 0; min-height: 650px; overflow: hidden; position: relative; }
.hero-media > img { filter: saturate(1.16) contrast(1.1); height: 100%; object-fit: cover; object-position: 70% center; width: 100%; }
.route-line { color: #f3a24f; }
.route-line--hero { height: 100%; inset: 0; position: absolute; width: 100%; z-index: 2; }
.route-line--hero path { stroke-width: 3; }
.route-line--hero circle { fill: var(--paper); stroke-width: 4; }
.hero-marker { background: rgba(255,255,255,.94); border-left: 4px solid #f3a24f; box-shadow: 0 8px 22px rgba(4,18,58,.28); display: grid; gap: 3px; padding: 9px 12px; position: absolute; z-index: 3; }
.hero-marker b { font-family: var(--latin); font-size: 10px; letter-spacing: .08em; }
.hero-marker span { font-size: 9px; }
.hero-marker--one { left: 16%; top: 16%; }
.hero-marker--two { left: 51%; top: 44%; }
.hero-marker--three { bottom: 14%; right: 8%; }
.hero-media figcaption { bottom: 15px; color: var(--paper); font-family: var(--latin); font-size: 9px; left: 18px; letter-spacing: .09em; position: absolute; text-transform: uppercase; z-index: 3; }

.shared-value { background: radial-gradient(circle at 91% 10%, rgba(170,121,202,.21), transparent 30%), radial-gradient(circle at 10% 100%, rgba(84,208,194,.16), transparent 32%), #17191f; border-top: 3px solid transparent; border-image: var(--spectrum) 1; color: var(--paper); padding-bottom: 72px; padding-top: 72px; }
.shared-value__heading { display: grid; gap: 42px; grid-template-columns: 200px 1fr; }
.shared-value__heading h2 { font-size: clamp(42px, 4.7vw, 70px); font-weight: 600; letter-spacing: -.06em; line-height: 1.08; margin: 0; }
.shared-value__heading > div > p { color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.7; margin: 20px 0 0; max-width: 740px; }
.value-rail { border-bottom: 1px solid rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.38); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; }
.value-rail article { border-left: 1px solid rgba(255,255,255,.38); min-height: 190px; padding: 24px 21px; }
.value-rail article:first-child { border-left: 0; }
.value-rail span { color: var(--wine-soft); font-family: var(--latin); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.value-rail h3 { font-size: clamp(17px, 1.6vw, 23px); font-weight: 600; letter-spacing: -.035em; line-height: 1.45; margin: 56px 0 0; }
.community-principle { border-top: 1px solid rgba(255,255,255,.38); display: grid; gap: 42px; grid-template-columns: 200px 1fr; margin-top: 38px; padding-top: 28px; }
.community-principle > p:first-child { color: var(--wine-soft); font-family: var(--latin); font-size: 9px; font-weight: 700; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.community-principle > p:last-child { color: rgba(255,255,255,.92); font-size: 15px; line-height: 1.75; margin: 0; max-width: 940px; }

.entry { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 64px; grid-template-columns: minmax(220px, .72fr) minmax(0, 2fr); padding-bottom: 62px; padding-top: 62px; }
.entry-heading h2 { font-size: clamp(35px, 3.5vw, 50px); letter-spacing: -.055em; margin: 0; }
.entry-heading > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 18px 0 0; max-width: 310px; }
.entry-list { border-top: 1px solid var(--line); }
.entry-list button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); display: grid; gap: 24px; grid-template-columns: 44px minmax(210px, .9fr) minmax(260px, 1.3fr) 34px; min-height: 112px; padding: 16px 0; text-align: left; transition: color .2s ease, padding .2s ease; width: 100%; }
.entry-list button:hover, .entry-list button:focus-visible { color: var(--wine); padding-left: 12px; }
.entry-number { color: var(--wine); font-family: var(--latin); font-size: 22px; font-weight: 700; }
.entry-list strong { font-family: var(--latin); font-size: clamp(20px, 2vw, 29px); letter-spacing: -.04em; line-height: 1.05; }
.entry-list button > span:nth-child(3) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.entry-list button > span:nth-child(3) b { color: var(--ink); font-family: var(--latin); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.entry-list i { font-family: var(--latin); font-size: 26px; font-style: normal; justify-self: end; }

.audiences { background: linear-gradient(135deg, #f4f6fa 0%, #fbfaf8 100%); }
.audience-rail { border-bottom: 1px solid #cbd8ed; border-top: 1px solid #cbd8ed; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; }
.audience-rail article { border-left: 1px solid #cbd8ed; min-height: 255px; padding: 26px 24px; }
.audience-rail article:first-child { border-left: 0; }
.audience-rail span { color: var(--sky); font-family: var(--latin); font-size: 11px; font-weight: 700; }
.audience-rail h3 { font-size: 21px; letter-spacing: -.035em; margin: 62px 0 12px; }
.audience-rail p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.esg-note { align-items: start; border-bottom: 1px solid #cbd8ed; display: grid; gap: 36px; grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); padding: 24px; }
.esg-note p { margin: 0; }
.esg-note p:first-child { color: var(--wine); font-family: var(--latin); font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.esg-note p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 770px; }

.services { background: var(--paper); }
.services-intro { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); }
.services-intro > div { padding-left: 6vw; }
.services-intro h2 { font-size: clamp(58px, 7vw, 105px); font-weight: 600; letter-spacing: -.075em; line-height: .96; margin: 0; }
.services-intro h2 span { color: var(--wine); }
.services-intro > div > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 28px 0 0; max-width: 460px; }
.services-intro figure { margin: 0; position: relative; }
.services-intro img { filter: none; height: min(46vw, 620px); object-fit: cover; width: 100%; }
.services-intro figcaption { background: var(--plum); bottom: 0; color: var(--paper); font-family: var(--latin); font-size: 9px; letter-spacing: .12em; padding: 10px 14px; position: absolute; right: 0; text-transform: uppercase; }
.service-rows { margin: 96px 0 0 6vw; padding-left: 132px; position: relative; }
.service-route { color: var(--sky); height: calc(100% - 28px); left: 0; position: absolute; top: 0; width: 112px; }
.service-route path { stroke-width: 2; }
.service-route circle { fill: var(--paper); stroke-width: 4; }
.service-rows article { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 32px; grid-template-columns: 70px 1fr 48px; min-height: 220px; padding: 34px 0; }
.service-rows article:last-of-type { border-bottom: 1px solid var(--line); }
.service-rows article > p { color: var(--wine); font-family: var(--latin); font-size: 38px; font-weight: 600; line-height: 1; margin: 0; }
.service-rows h3 { font-family: var(--latin); font-size: clamp(27px, 3vw, 44px); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; margin: 0; }
.service-rows article div > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 12px 0 22px; max-width: 760px; }
.service-rows ul { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.service-rows li { color: var(--wine); font-family: var(--latin); font-size: 11px; font-weight: 600; }
.service-rows li::before { content: "+"; margin-right: 7px; }
.service-rows article > button { align-items: center; align-self: center; background: transparent; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); display: flex; font-family: var(--latin); font-size: 24px; height: 46px; justify-content: center; transition: background .2s ease, color .2s ease; width: 46px; }
.service-rows article > button:hover, .service-rows article > button:focus-visible { background: var(--wine); color: var(--paper); }

.process { background: radial-gradient(circle at 93% 5%, rgba(80,138,229,.25), transparent 30%), radial-gradient(circle at 4% 88%, rgba(209,100,142,.17), transparent 32%), #0b1730; border-top: 3px solid transparent; border-image: var(--spectrum) 1; color: var(--paper); padding-bottom: 70px; }
.process-heading { display: grid; gap: 38px; grid-template-columns: 200px 1fr; }
.process-heading h2 { font-size: clamp(42px, 5vw, 74px); font-weight: 600; letter-spacing: -.06em; line-height: 1.08; margin: 0; max-width: 980px; }
.process-path { margin-top: 76px; }
.process-path > svg { color: var(--paper); height: 126px; width: 100%; }
.process-path > svg path { stroke-width: 2; }
.process-path > svg circle { fill: #2468bd; stroke-width: 3; }
.process-path ol { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: -12px 0 0; padding: 0; }
.process-path li { border-left: 1px solid rgba(255,255,255,.35); min-height: 270px; padding: 24px 20px; }
.process-path li:first-child { border-left: 0; }
.process-path strong { font-family: var(--latin); font-size: 44px; font-weight: 500; }
.process-path h3 { font-family: var(--latin); font-size: 24px; font-weight: 600; letter-spacing: -.04em; margin: 11px 0; }
.process-path p { color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.6; margin: 0; max-width: 190px; }
.process-path small { color: #b8cae9; display: block; font-size: 10px; margin-top: 34px; }
.outputs { border-top: 1px solid rgba(255,255,255,.42); display: grid; grid-template-columns: 200px repeat(5, 1fr); margin-top: 40px; }
.outputs p, .outputs span { align-items: center; display: flex; min-height: 82px; margin: 0; padding: 0 18px; }
.outputs p { font-family: var(--latin); font-size: 9px; letter-spacing: .12em; padding-left: 0; text-transform: uppercase; }
.outputs span { border-left: 1px solid rgba(255,255,255,.35); font-family: var(--latin); font-size: 15px; font-weight: 600; }

.frameworks { background: #fffcff; }
.framework-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; }
.framework-grid article { border-left: 1px solid var(--line); min-height: 210px; padding: 27px 26px; position: relative; }
.framework-grid article:nth-child(3n+1) { border-left: 0; }
.framework-grid article:nth-child(n+4) { border-top: 1px solid var(--line); }
.framework-grid b { color: var(--wine); font-family: var(--latin); font-size: 28px; }
.framework-grid h3 { font-family: var(--latin); font-size: 24px; letter-spacing: -.04em; margin: 44px 0 8px; }
.framework-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.framework-grid article::after { color: var(--wine); content: "→"; font-family: var(--latin); font-size: 23px; position: absolute; right: 24px; top: 25px; }
.pilot-grid article { display: flex; flex-direction: column; min-height: 286px; }
.pilot-grid h3 { margin-top: 35px; }
.inline-action { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--wine); color: var(--wine); display: flex; font-size: 12px; font-weight: 700; gap: 16px; justify-content: space-between; margin-top: auto; padding: 13px 0 9px; text-align: left; width: 100%; }
.inline-action span { font-family: var(--latin); font-size: 20px; font-weight: 400; }
.inline-action:hover, .inline-action:focus-visible { color: var(--ink); }

.platforms { background: radial-gradient(circle at 88% 12%, rgba(233,158,82,.2), transparent 26%), radial-gradient(circle at 4% 90%, rgba(64,178,185,.18), transparent 32%), #17191f; border-top: 3px solid transparent; border-image: var(--spectrum) 1; color: var(--paper); }
.platforms-heading { display: grid; gap: 40px; grid-template-columns: 200px 1fr; }
.platforms-heading h2 { font-size: clamp(39px, 4.2vw, 64px); font-weight: 600; letter-spacing: -.06em; line-height: 1.1; margin: 0; max-width: 980px; }
.platform-list { border-top: 1px solid rgba(255,255,255,.32); margin-top: 78px; }
.platform-list article { align-items: center; border-bottom: 1px solid rgba(255,255,255,.32); display: grid; gap: 26px; grid-template-columns: 50px minmax(260px, 1.1fr) minmax(300px, 1fr) 150px; min-height: 122px; }
.platform-list article > span { color: #ffd374; font-family: var(--latin); font-size: 11px; }
.platform-list h3 { font-family: var(--latin); font-size: clamp(21px, 2.2vw, 31px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; margin: 0; }
.platform-list p { color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; margin: 0; }
.platform-list small { color: #b7daf3; font-size: 10px; justify-self: end; }

.evidence { background: linear-gradient(135deg, #f3f5f7 0%, #fbfaf8 100%); }
.evidence-heading { display: grid; gap: 70px; grid-template-columns: 1.25fr .75fr; }
.evidence-heading h2 { font-size: clamp(42px, 5vw, 73px); font-weight: 600; letter-spacing: -.06em; line-height: 1.08; margin: 0; max-width: 900px; }
.evidence-heading h2 span { color: var(--wine); }
.evidence-heading > p { align-self: end; border-left: 2px solid var(--wine); color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; padding-left: 18px; }
.case-grid { display: grid; gap: 28px; grid-template-columns: 1.15fr 1fr 1fr; margin-top: 78px; }
.case-grid article { border-top: 2px solid transparent; border-image: var(--spectrum) 1; display: flex; flex-direction: column; padding-top: 13px; }
.case-grid figure { aspect-ratio: 4 / 3; margin: 0 0 20px; overflow: hidden; }
.case-grid img { filter: none; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.case-grid article:hover img { transform: scale(1.025); }
.case-type { color: var(--wine); font-family: var(--latin); font-size: 9px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-grid h3 { font-family: var(--latin); font-size: clamp(24px, 2.4vw, 35px); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; margin: 11px 0 15px; }
.case-grid article > p:not(.case-type) { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0 0 18px; }
.case-grid small { border-top: 1px solid #c8c4bd; color: var(--muted); font-size: 9px; line-height: 1.6; margin-top: auto; padding-top: 12px; }
.case-grid button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--wine); color: var(--wine); display: flex; font-size: 12px; font-weight: 700; justify-content: space-between; margin-top: auto; padding: 9px 0; text-align: left; width: 100%; }
.case-grid button span { font-family: var(--latin); font-size: 20px; }
.insights-cta { margin-top: 44px; }

.final-cta { align-items: center; background: radial-gradient(circle at 87% 20%, rgba(130,72,178,.34), transparent 28%), radial-gradient(circle at 13% 86%, rgba(32,166,180,.18), transparent 34%), #101a36; border-top: 3px solid transparent; border-image: var(--spectrum) 1; color: var(--paper); display: grid; gap: 8vw; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); padding-bottom: 88px; padding-top: 88px; }
.final-cta > svg { color: var(--paper); height: 220px; width: 100%; }
.final-cta > svg path { stroke-width: 2; }
.final-cta > svg circle { fill: #f3a24f; stroke-width: 3; }
.final-cta h2 { font-size: clamp(40px, 5vw, 73px); font-weight: 600; letter-spacing: -.06em; line-height: 1.08; margin: 0; max-width: 940px; }
.final-cta > div > p:not(.section-label) { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; margin: 24px 0 0; }
.final-cta .button { margin-top: 31px; }

.footer { background: #10141c; border-top: 3px solid transparent; border-image: var(--spectrum) 1; color: var(--paper); padding: 66px var(--gutter) 28px; }
.footer-brand { align-items: start; display: flex; justify-content: space-between; }
.wordmark--footer span { font-size: 21px; }
.footer-brand > p { color: #8f8f8f; font-family: var(--latin); font-size: 11px; margin: 0; }
.footer-main { display: grid; gap: 6vw; grid-template-columns: 1.15fr .5fr .85fr; margin: 76px 0 70px auto; max-width: 1180px; }
.footer-main > p { font-size: clamp(20px, 2vw, 28px); letter-spacing: -.025em; line-height: 1.45; margin: 0; }
.footer address { color: #949494; font-size: 12px; font-style: normal; line-height: 1.9; }
.footer address a:hover { color: var(--wine-soft); }
.footer nav { display: grid; gap: 34px; grid-template-columns: repeat(2, minmax(120px, 1fr)); }
.footer-nav-group { align-content: start; display: grid; gap: 10px; }
.footer-nav-group > p { color: #fff; font-family: var(--latin); font-size: 9px; font-weight: 700; letter-spacing: .14em; margin: 0 0 6px; text-transform: uppercase; }
.footer nav a, .footer nav button { background: transparent; border: 0; color: #949494; font-size: 12px; padding: 0; text-align: left; }
.footer nav a:hover, .footer nav button:hover { color: var(--paper); }
.footer-bottom { align-items: center; border-top: 1px solid #313131; color: #747474; display: flex; font-family: var(--latin); font-size: 9px; justify-content: space-between; letter-spacing: .05em; padding-top: 24px; }
.footer-bottom p { margin: 0; }

.contact-dialog { background: var(--paper); border: 0; color: var(--ink); max-height: calc(100vh - 32px); max-width: 1040px; overflow: auto; padding: 0; width: min(1040px, calc(100vw - 32px)); }
.contact-dialog::backdrop { background: rgba(0,0,0,.82); }
.contact-dialog[open] { display: grid; grid-template-columns: .85fr 1.15fr; }
.dialog-intro { background: radial-gradient(circle at 92% 10%, rgba(98,107,213,.36), transparent 30%), #111a34; color: var(--paper); padding: 62px 46px; }
.dialog-intro h2 { font-size: clamp(38px, 4vw, 56px); font-weight: 600; letter-spacing: -.06em; line-height: 1.08; margin: 18px 0 24px; }
.dialog-intro > p:last-child { color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.65; }
.contact-dialog form { display: grid; gap: 17px; padding: 52px 46px 32px; }
.contact-dialog label { display: grid; font-size: 11px; font-weight: 700; gap: 6px; }
.contact-dialog input, .contact-dialog textarea, .contact-dialog select { background: transparent; border: 0; border-bottom: 1px solid #aaa; border-radius: 0; color: var(--ink); outline-color: var(--wine); padding: 9px 0; resize: vertical; }
.contact-dialog .consent-field { align-items: start; color: var(--muted); display: flex; font-size: 10px; font-weight: 500; gap: 9px; line-height: 1.55; }
.contact-dialog .consent-field input { accent-color: var(--wine); margin-top: 3px; padding: 0; }
.contact-dialog .button { margin-top: 6px; width: 100%; }
.dialog-close { align-items: center; background: var(--paper); border: 0; border-radius: 50%; display: flex; font-family: var(--latin); font-size: 30px; height: 42px; justify-content: center; line-height: 1; position: absolute; right: 16px; top: 16px; width: 42px; z-index: 2; }
.privacy-note { color: var(--muted); font-size: 9px; line-height: 1.6; margin: 0; }
.privacy-note a { color: var(--wine); text-decoration: underline; text-underline-offset: 2px; }
.form-status { color: var(--wine); font-size: 12px; font-weight: 700; margin: 0; min-height: 20px; }

/* Electric brand refresh: white, violet, neon lime and a controlled spectrum. */
body {
  background:
    radial-gradient(circle at 4% 8%, rgba(114, 34, 227, .08), transparent 22%),
    radial-gradient(circle at 96% 34%, rgba(23, 89, 255, .1), transparent 20%),
    var(--paper);
}
.topbar {
  background: rgba(255, 255, 255, .93);
  border-bottom-color: rgba(91, 50, 223, .18);
  box-shadow: 0 10px 32px rgba(75, 44, 174, .08);
  backdrop-filter: blur(18px);
}
.wordmark span {
  background: linear-gradient(92deg, #4522c9 0%, #6b35e8 44%, #ff55c2 78%, #ffaf2e 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}
.wordmark small { color: #4a16c7; }
.desktop-nav a::after { background: var(--spectrum); }
.header-cta,
.button--wine {
  background: var(--brand-yellow);
  box-shadow: inset 0 -3px 0 #a8d600, 0 10px 26px rgba(91, 50, 223, .18);
  color: #171719;
}
.header-cta:hover,
.header-cta:focus-visible,
.button--wine:hover,
.button--wine:focus-visible { background: #bfff00; color: #171719; filter: none; }
.menu-panel {
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 85, 194, .38), transparent 24%),
    radial-gradient(circle at 8% 92%, rgba(0, 251, 237, .3), transparent 32%),
    linear-gradient(145deg, #6a49f2 0%, #5144e8 48%, #234fd2 100%);
}
.menu-panel__top,
.menu-panel nav a { border-color: rgba(255, 255, 255, .42); }
.menu-panel nav span { color: var(--brand-yellow); }
.menu-panel__note { color: rgba(255, 255, 255, .78); }
.section-label { color: var(--wine); }
.section-label::after { background: var(--spectrum); height: 3px; width: 56px; }
.section-heading h2 span,
.services-intro h2 span,
.framework-grid b,
.framework-grid article::after,
.case-type { color: var(--wine); }
.button--outline {
  background: rgba(255, 255, 255, .78);
  border-color: #5b32df;
  color: #4a16c7;
}
.button--outline:hover,
.button--outline:focus-visible { background: #4a16c7; color: #fff; }

.hero-copy {
  background:
    radial-gradient(circle at 8% 88%, rgba(0, 251, 237, .19), transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(255, 85, 194, .25), transparent 30%),
    linear-gradient(145deg, #7157f0 0%, #5a4ee7 48%, #285de2 100%);
  color: #fff;
}
.hero-label { color: var(--brand-yellow); }
.hero-copy h1 span {
  background: linear-gradient(90deg, #ffffff 0%, #d9d5ff 42%, #8cf8ff 72%, #ffb9e8 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}
.hero-lead { color: rgba(255, 255, 255, .82); }
.hero-lead strong { color: #fff; display: block; font-size: 1.08em; font-weight: 700; line-height: 1.5; }
.hero-lead span { display: block; font-size: .9em; margin-top: 14px; }
.hero-note { border-left-color: var(--brand-yellow); color: rgba(255, 255, 255, .72); }
.hero-note strong { color: #fff; }
.hero-media {
  background: linear-gradient(145deg, #e9e8ff 0%, #f8faff 52%, #dceaff 100%);
  border-left: 1px solid rgba(91, 50, 223, .2);
}
.hero-media::after {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  content: "";
  inset: 20px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.hero-media > img { filter: saturate(1.23) brightness(1.03) contrast(1.04); }
.hero-media figcaption {
  background: rgba(255, 255, 255, .88);
  border-radius: 999px;
  color: #4a16c7;
  padding: 7px 12px;
}

.travel-ui { inset: 0; pointer-events: none; position: absolute; z-index: 4; }
.airport-sign {
  background: linear-gradient(135deg, rgba(46, 24, 145, .94), rgba(27, 83, 211, .92));
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(46, 28, 130, .24);
  color: #fff;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 44px;
  width: min(45%, 310px);
  backdrop-filter: blur(16px);
}
.airport-sign p {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .24);
  display: grid;
  font-family: var(--latin);
  gap: 9px;
  grid-template-columns: 24px 1fr 23px;
  margin: 0;
  padding: 11px 13px;
}
.airport-sign p:first-child { border-top: 0; }
.airport-sign span { color: rgba(255, 255, 255, .56); font-size: 8px; letter-spacing: .1em; }
.airport-sign strong { font-size: 10px; letter-spacing: .08em; }
.airport-sign i { font-size: 19px; font-style: normal; justify-self: end; line-height: 1; }

.boarding-pass {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 21px;
  bottom: 58px;
  box-shadow: 0 24px 60px rgba(61, 42, 150, .22);
  color: #171719;
  left: 28px;
  overflow: hidden;
  position: absolute;
  width: min(70%, 480px);
  backdrop-filter: blur(18px);
}
.boarding-pass__top {
  align-items: center;
  background: linear-gradient(90deg, rgba(114,34,227,.11), rgba(23,89,255,.06));
  display: flex;
  font-family: var(--latin);
  justify-content: space-between;
  padding: 10px 14px;
}
.boarding-pass__top b { color: #4a16c7; font-size: 9px; letter-spacing: .08em; }
.boarding-pass__top span { color: #66617a; font-size: 7px; font-weight: 700; letter-spacing: .11em; }
.boarding-pass__route {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 68px 1.25fr;
  padding: 15px 14px 13px;
}
.boarding-pass__route > div { display: grid; font-family: var(--latin); }
.boarding-pass__route > div:last-child { text-align: right; }
.boarding-pass__route small,
.boarding-pass__meta small { color: #77718b; font-family: var(--latin); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.boarding-pass__route strong { color: #201a39; font-size: clamp(19px, 2.1vw, 30px); letter-spacing: -.04em; line-height: .95; }
.boarding-pass__route > div:last-child strong { color: #4a16c7; font-size: clamp(17px, 1.55vw, 23px); }
.boarding-pass__route span { color: #746d89; font-size: 7px; font-weight: 700; letter-spacing: .08em; margin-top: 5px; }
.travel-plane { height: auto; width: 100%; }
.boarding-pass__meta {
  align-items: center;
  border-top: 1px solid rgba(91, 50, 223, .17);
  display: grid;
  gap: 10px;
  grid-template-columns: .7fr 1.15fr .85fr;
  padding: 10px 14px 12px;
}
.boarding-pass__meta > span:not(.boarding-pass__barcode) { display: grid; gap: 2px; }
.boarding-pass__meta b { color: #342c50; font-family: var(--latin); font-size: 8px; letter-spacing: .06em; }
.boarding-pass__barcode {
  background: repeating-linear-gradient(90deg, #221b3d 0 2px, transparent 2px 4px, #5b32df 4px 5px, transparent 5px 8px);
  height: 26px;
  justify-self: stretch;
  opacity: .72;
}

.entry { background: rgba(255, 255, 255, .74); }
.entry-list button:hover,
.entry-list button:focus-visible,
.entry-number { color: var(--wine); }
.shared-value {
  background:
    radial-gradient(circle at 91% 8%, rgba(255, 85, 194, .3), transparent 27%),
    radial-gradient(circle at 7% 94%, rgba(0, 251, 237, .2), transparent 30%),
    linear-gradient(135deg, #603ce0 0%, #4c3ed9 48%, #2359d8 100%);
  color: #fff;
}
.shared-value .section-label--light,
.platforms .section-label--light { color: var(--brand-yellow); }
.final-cta .section-label--light { color: #4a16c7; }
.shared-value__heading > div > p,
.community-principle > p:last-child { color: rgba(255, 255, 255, .82); }
.value-rail,
.community-principle { border-color: rgba(255, 255, 255, .28); }
.value-rail article { border-color: rgba(255, 255, 255, .28); }
.value-rail span,
.community-principle > p:first-child { color: var(--brand-yellow); }

.audiences {
  background:
    radial-gradient(circle at 92% 14%, rgba(114, 34, 227, .18), transparent 28%),
    radial-gradient(circle at 6% 88%, rgba(0, 251, 237, .12), transparent 30%),
    linear-gradient(135deg, #f1efff 0%, #ffffff 54%, #eaf3ff 100%);
}
.audience-rail,
.esg-note { border-color: #d2c8f5; }
.audience-rail article { border-color: #d2c8f5; }
.esg-note p:first-child { color: #4a16c7; }
.services { background: #fff; }
.services-intro figure {
  background: #f0edff;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(79, 45, 174, .16);
  overflow: hidden;
}
.services-intro figcaption { background: #4a16c7; }
.service-rows li,
.service-rows article > p { color: var(--wine); }
.service-rows article > button { border-color: #5b32df; color: #4a16c7; }
.service-rows article > button:hover,
.service-rows article > button:focus-visible { background: #4a16c7; color: #fff; }
.service-rows { margin-left: 0; padding-left: 0; }

.process {
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 85, 194, .28), transparent 24%),
    radial-gradient(circle at 4% 92%, rgba(0, 251, 237, .24), transparent 28%),
    linear-gradient(135deg, #6d54ed 0%, #5147df 47%, #245bd7 100%);
}
.process-path { margin-top: 58px; }
.process-path ol { margin: 0; }
.process-path li { position: relative; }
.process-path li::before {
  background: linear-gradient(90deg, #ffaf2e 0%, #ff55c2 28%, #7222e3 52%, #1759ff 76%, #00fbed 100%);
  content: "";
  height: 2px;
  left: 20px;
  opacity: .9;
  position: absolute;
  right: 20px;
  top: 0;
}
.process-path p { color: rgba(255, 255, 255, .85); }
.process-path small { color: #d9f7ff; }
.process .section-label--light { color: #ffffff; text-shadow: 0 2px 12px rgba(23, 78, 154, .28); }
.frameworks { background: #fff; }
.framework-grid article {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(239,235,255,.76));
}
.platforms {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 85, 194, .26), transparent 26%),
    radial-gradient(circle at 7% 88%, rgba(0, 251, 237, .22), transparent 32%),
    linear-gradient(135deg, #5c39dc 0%, #463ed3 52%, #1e55cf 100%);
  color: #fff;
}
.platform-list { border-color: rgba(255, 255, 255, .28); }
.platform-list article { border-color: rgba(255, 255, 255, .28); }
.platform-list article > span { color: var(--brand-yellow); }
.platform-list p { color: rgba(255, 255, 255, .8); }
.platform-list small { color: #cdefff; font-weight: 700; }

.evidence {
  background:
    radial-gradient(circle at 94% 5%, rgba(114, 34, 227, .16), transparent 24%),
    radial-gradient(circle at 4% 92%, rgba(255, 85, 194, .09), transparent 28%),
    linear-gradient(145deg, #f2efff 0%, #ffffff 50%, #eaf4ff 100%);
}
.evidence-heading > p { border-left-color: #5b32df; }
.case-grid { gap: 24px; }
.case-grid article {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(91, 50, 223, .18);
  border-top: 3px solid transparent;
  border-image: var(--spectrum) 1;
  box-shadow: 0 22px 55px rgba(80, 45, 178, .11);
  padding: 13px 16px 18px;
}
.case-grid figure { border-radius: 14px; }
.case-grid .case-poster img { object-fit: cover; object-position: top center; }
.case-grid small { border-color: #d4caf4; color: #5d5374; font-weight: 700; }

.final-cta {
  background:
    radial-gradient(circle at 86% 15%, rgba(255, 85, 194, .3), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(0, 251, 237, .22), transparent 32%),
    linear-gradient(135deg, #6645e8 0%, #4b42d8 48%, #2259d2 100%);
  color: #fff;
}
.final-cta .section-label--light { color: #fff; }
.final-cta > div > p:not(.section-label) { color: rgba(255, 255, 255, .8); }
.airport-board {
  background: rgba(25, 20, 86, .48);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(28, 26, 105, .25);
  overflow: hidden;
  padding: 0 17px;
  backdrop-filter: blur(14px);
}
.airport-board > div { align-items: center; display: flex; font-family: var(--latin); justify-content: space-between; padding: 15px 2px; }
.airport-board > div span { font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.airport-board > div b { color: #9befff; font-size: 12px; letter-spacing: .12em; }
.airport-board p {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  display: grid;
  font-family: var(--latin);
  gap: 12px;
  grid-template-columns: 28px 1fr auto;
  line-height: 1;
  margin: 0;
  padding: 18px 2px;
}
.airport-board i { font-size: 23px; font-style: normal; }
.airport-board strong { font-size: clamp(12px, 1vw, 16px); letter-spacing: .06em; }
.airport-board small { color: rgba(255, 255, 255, .52); font-size: 8px; letter-spacing: .12em; }
.button--light { background: #4a16c7; color: #fff; }
.button--light:hover,
.button--light:focus-visible { background: #260073; color: #fff; }
.final-cta .button--light { background: #fff; color: #421bc1; }
.final-cta .button--light:hover,
.final-cta .button--light:focus-visible { background: #f0efff; color: #260073; }

.footer {
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 85, 194, .19), transparent 25%),
    radial-gradient(circle at 5% 92%, rgba(0, 251, 237, .14), transparent 28%),
    linear-gradient(145deg, #4425ba 0%, #193eae 100%);
  color: #fff;
}
.footer-brand > p,
.footer address,
.footer nav a,
.footer nav button,
.footer-bottom { color: rgba(255, 255, 255, .68); }
.wordmark--footer span {
  background: linear-gradient(92deg, #ffffff 0%, #daff17 64%, #00fbed 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}
.wordmark--footer small { color: var(--brand-yellow); }
.footer address a:hover,
.footer nav a:hover,
.footer nav button:hover { color: var(--brand-yellow); }
.footer-bottom { border-color: rgba(255, 255, 255, .24); }

.dialog-intro {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 85, 194, .32), transparent 26%),
    radial-gradient(circle at 8% 92%, rgba(0, 251, 237, .22), transparent 30%),
    linear-gradient(145deg, #6d54ed 0%, #5147df 55%, #245bd7 100%);
}
.header-cta > span,
.button > span,
.entry-list i,
.service-rows article > button span,
.airport-sign i,
.airport-board i,
.case-grid button span {
  --arrow-start: #4a16c7;
  --arrow-mid: #1759ff;
  --arrow-tip: #7efcff;
  background: linear-gradient(90deg, var(--arrow-start) 0%, var(--arrow-mid) 58%, var(--arrow-tip) 100%);
  color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  font-style: normal;
  height: 18px;
  line-height: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 18'%3E%3Cpath d='M2 9h22M18 3l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: middle;
  width: 28px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 18'%3E%3Cpath d='M2 9h22M18 3l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-text-fill-color: initial;
}

.hero-actions .button:nth-child(2) > span {
  background: linear-gradient(180deg, var(--arrow-start) 0%, var(--arrow-mid) 58%, var(--arrow-tip) 100%);
  height: 26px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28'%3E%3Cpath d='M9 2v22M3 18l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28'%3E%3Cpath d='M9 2v22M3 18l6 6 6-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu-panel > .button > span,
.contact-dialog [type="submit"] > span,
.airport-sign p:nth-child(3) > i,
.airport-board p:nth-of-type(3) > i,
.admin-page .button--outline > span {
  background: linear-gradient(45deg, var(--arrow-start) 0%, var(--arrow-mid) 56%, var(--arrow-tip) 100%);
  height: 24px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20 20 4M9 4h11v11' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20 20 4M9 4h11v11' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta > span,
.entry-list button:nth-child(2) i,
.service-rows article:nth-child(2) button span,
.airport-sign p:nth-child(2) i,
.airport-board p:nth-of-type(2) i {
  --arrow-start: #5b32df;
  --arrow-mid: #ff55c2;
  --arrow-tip: #fff178;
}
.hero-actions .button:nth-child(1) > span,
.entry-list button:nth-child(1) i,
.service-rows article:nth-child(1) button span,
.airport-sign p:nth-child(1) i,
.airport-board p:nth-of-type(1) i,
.admin-page .button--wine > span {
  --arrow-start: #3512a8;
  --arrow-mid: #1759ff;
  --arrow-tip: #7efcff;
}
.hero-actions .button:nth-child(2) > span,
.entry-list button:nth-child(3) i,
.service-rows article:nth-child(3) button span,
.airport-sign p:nth-child(3) i,
.airport-board p:nth-of-type(3) i,
.insights-cta > span,
.final-cta .button > span,
.contact-dialog [type="submit"] > span {
  --arrow-start: #4a16c7;
  --arrow-mid: #ff55c2;
  --arrow-tip: #f2ff64;
}
.contact-dialog { box-shadow: 0 34px 90px rgba(59, 8, 166, .28); }
.contact-dialog::backdrop { background: rgba(38, 0, 115, .48); backdrop-filter: blur(8px); }

@media (max-width: 1220px) {
  .desktop-nav { display: none; }
  .topbar { grid-template-columns: 1fr auto auto; }
  .menu-button { display: inline-flex; margin-left: 12px; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .topbar { grid-template-columns: minmax(190px, 1fr) auto auto; }
  .desktop-nav { gap: 20px; margin-right: 24px; }
  .section-heading { grid-template-columns: 160px 1.15fr .85fr; }
  .entry { grid-template-columns: 220px 1fr; }
  .entry-list button { grid-template-columns: 38px minmax(180px, .85fr) 1.15fr 28px; }
  .services-intro > div, .service-rows { padding-left: 0; }
  .service-rows { margin-left: 0; }
  .outputs { grid-template-columns: 150px repeat(5, 1fr); }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .topbar { grid-template-columns: 1fr auto auto; }
  .menu-button { display: inline-flex; margin-left: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-bottom: 68px; padding-top: 68px; }
  .hero-media { min-height: 540px; }
  .entry { grid-template-columns: 1fr; }
  .shared-value__heading, .community-principle { grid-template-columns: 160px 1fr; }
  .value-rail { grid-template-columns: repeat(2, 1fr); }
  .value-rail article:nth-child(3) { border-left: 0; }
  .value-rail article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.38); }
  .entry-heading { display: grid; gap: 24px; grid-template-columns: 180px 1fr; }
  .entry-heading > p:last-child { grid-column: 2; margin-top: 0; }
  .section-heading { grid-template-columns: 160px 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .audience-rail { grid-template-columns: repeat(2, 1fr); }
  .audience-rail article:nth-child(3) { border-left: 0; }
  .audience-rail article:nth-child(n+3) { border-top: 1px solid #bab6af; }
  .esg-note { grid-template-columns: 160px 1fr; }
  .services-intro { grid-template-columns: 1fr; }
  .services-intro > div { max-width: 640px; }
  .services-intro img { height: 520px; }
  .service-rows { padding-left: 96px; }
  .service-route { width: 78px; }
  .process-path > svg { display: none; }
  .process-path ol { border-top: 1px solid rgba(255,255,255,.35); margin: 0; }
  .process-path li { min-height: 300px; }
  .outputs { grid-template-columns: repeat(5, 1fr); }
  .outputs p { grid-column: 1 / -1; min-height: 54px; }
  .outputs span:first-of-type { border-left: 0; }
  .platform-list article { grid-template-columns: 42px 1fr 120px; padding: 24px 0; }
  .platform-list p { grid-column: 2; }
  .platform-list small { grid-column: 3; grid-row: 1 / span 2; }
  .case-grid { gap: 18px; }
  .final-cta { gap: 5vw; grid-template-columns: .55fr 1.45fr; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; --header: 70px; }
  .section-shell { padding-bottom: 78px; padding-top: 78px; }
  .wordmark span { font-size: 18px; }
  .wordmark small { font-size: 7px; }
  .topbar-actions { display: none; }
  .topbar { grid-template-columns: 1fr auto; }
  .menu-button { margin-left: 0; }
  .menu-panel nav { margin-top: 4vh; }
  .menu-panel nav a { font-size: clamp(23px, 7.2vw, 34px); grid-template-columns: 50px 1fr; padding: 9px 0; }
  .hero-copy { min-height: auto; padding: 62px 20px; }
  .hero-label { margin-bottom: 21px; }
  .hero-copy h1 { font-size: clamp(42px, 11.8vw, 60px); }
  .hero-lead { font-size: 16px; margin-top: 28px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-note { font-size: 11px; }
  .hero-media { min-height: 490px; }
  .hero-marker span { display: none; }
  .shared-value__heading, .community-principle { gap: 24px; grid-template-columns: 1fr; }
  .shared-value__heading h2 { font-size: clamp(38px, 10.5vw, 54px); }
  .value-rail { grid-template-columns: 1fr; margin-top: 46px; }
  .value-rail article, .value-rail article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(18,70,109,.32); min-height: 145px; }
  .value-rail article:first-child { border-top: 0; }
  .value-rail h3 { font-size: 19px; margin-top: 34px; }
  .community-principle { margin-top: 30px; }
  .community-principle > p:last-child { font-size: 14px; }
  .entry { gap: 45px; }
  .entry-heading { display: block; }
  .entry-heading > p:last-child { margin-top: 16px; }
  .entry-list button { align-items: start; gap: 9px 14px; grid-template-columns: 36px 1fr 28px; min-height: 142px; padding: 22px 0; }
  .entry-list strong { align-self: center; font-size: 22px; }
  .entry-list button > span:nth-child(3) { grid-column: 2; }
  .entry-list i { grid-column: 3; grid-row: 1 / span 2; padding-top: 4px; }
  .section-heading, .section-heading--compact { gap: 26px; grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .section-heading h2 { font-size: clamp(38px, 11vw, 58px); }
  .audience-rail { grid-template-columns: 1fr; margin-top: 54px; }
  .audience-rail article, .audience-rail article:nth-child(3) { border-left: 0; border-top: 1px solid #bab6af; min-height: 190px; }
  .audience-rail article:first-child { border-top: 0; }
  .audience-rail h3 { margin-top: 38px; }
  .esg-note { gap: 14px; grid-template-columns: 1fr; padding: 22px 0; }
  .services-intro { gap: 50px; }
  .services-intro h2 { font-size: clamp(55px, 16vw, 80px); }
  .services-intro img { height: 390px; }
  .service-rows { margin-top: 58px; padding-left: 0; }
  .service-route { display: none; }
  .service-rows article { gap: 16px; grid-template-columns: 48px 1fr 38px; min-height: 0; padding: 29px 0; }
  .service-rows article > p { font-size: 27px; }
  .service-rows h3 { font-size: 27px; }
  .service-rows article div > p { font-size: 12px; }
  .service-rows ul { display: grid; gap: 7px; }
  .service-rows article > button { height: 36px; width: 36px; }
  .process-heading, .platforms-heading { gap: 22px; grid-template-columns: 1fr; }
  .process-heading h2, .platforms-heading h2 { font-size: clamp(38px, 10vw, 56px); }
  .process-path { margin-top: 50px; }
  .process-path ol { grid-template-columns: 1fr; }
  .process-path li, .process-path li:first-child { border-bottom: 1px solid rgba(255,255,255,.35); border-left: 0; display: grid; gap: 12px; grid-template-columns: 60px 1fr; min-height: 0; padding: 24px 0; }
  .process-path strong { font-size: 35px; grid-row: 1 / span 3; }
  .process-path h3 { margin: 0; }
  .process-path small { margin-top: 4px; }
  .outputs { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .outputs p { grid-column: 1 / -1; }
  .outputs span { border-bottom: 1px solid rgba(255,255,255,.28); border-left: 0; min-height: 60px; padding-left: 0; }
  .outputs span:nth-of-type(even) { border-left: 1px solid rgba(255,255,255,.28); padding-left: 16px; }
  .framework-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .framework-grid article, .framework-grid article:nth-child(3n+1) { border-left: 0; border-top: 1px solid var(--line); min-height: 170px; }
  .framework-grid article:first-child { border-top: 0; }
  .framework-grid h3 { margin-top: 30px; }
  .platform-list { margin-top: 52px; }
  .platform-list article { gap: 10px; grid-template-columns: 30px 1fr; }
  .platform-list p, .platform-list small { grid-column: 2; grid-row: auto; justify-self: start; }
  .platform-list small { margin-top: 6px; }
  .evidence-heading { gap: 26px; grid-template-columns: 1fr; }
  .evidence-heading h2 { font-size: clamp(38px, 10vw, 56px); }
  .case-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .case-grid article { margin-top: 20px; }
  .case-grid figure { aspect-ratio: 16 / 10; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta > svg { height: 150px; }
  .final-cta h2 { font-size: clamp(38px, 10vw, 54px); }
  .footer { padding-top: 54px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-main { gap: 38px; grid-template-columns: 1fr; margin: 60px 0; }
  .footer nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .contact-dialog[open] { display: block; }
  .dialog-intro, .contact-dialog form { padding: 46px 25px; }
}

@media (max-width: 900px) {
  .service-rows { padding-left: 0; }
  .boarding-pass { width: min(68%, 470px); }
}

@media (max-width: 720px) {
  .airport-sign { right: 16px; top: 24px; width: 58%; }
  .airport-sign p { gap: 7px; grid-template-columns: 21px 1fr 20px; padding: 9px 10px; }
  .airport-sign strong { font-size: 8px; }
  .airport-sign i { font-size: 17px; }
  .boarding-pass { bottom: 56px; left: 16px; right: 16px; width: auto; }
  .boarding-pass__top { padding: 9px 11px; }
  .boarding-pass__top span { font-size: 6px; }
  .boarding-pass__route { gap: 6px; grid-template-columns: 1fr 50px 1.25fr; padding: 13px 11px 11px; }
  .boarding-pass__route strong { font-size: 23px; }
  .boarding-pass__route > div:last-child strong { font-size: 17px; }
  .boarding-pass__meta { grid-template-columns: .65fr 1.2fr .72fr; padding: 9px 11px 10px; }
  .boarding-pass__meta b { font-size: 7px; }
  .boarding-pass__barcode { height: 22px; }
  .process-path li::before { left: 0; right: 0; }
  .airport-board { padding: 0 14px; }
  .airport-board p { padding: 15px 2px; }
}

.about-gateway { align-items: end; background: linear-gradient(135deg,#f4f7ff 0%,#fff 64%,#faf5ff 100%); display: grid; gap: 70px; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); }
.about-gateway h2 { font-size: clamp(48px,5.5vw,76px); letter-spacing: -.07em; line-height: 1.05; margin: 20px 0 0; max-width: 960px; }
.about-gateway > div > p:not(.section-label) { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 26px 0 32px; max-width: 820px; }
.about-gateway .button { width: max-content; }
.about-gateway ol { border-top: 1px solid #cbd3e4; list-style: none; margin: 0; padding: 0; }
.about-gateway li { align-items: center; border-bottom: 1px solid #cbd3e4; display: grid; gap: 22px; grid-template-columns: 44px 1fr; min-height: 92px; }
.about-gateway li span { color: #1759ff; font-family: var(--latin); font-size: 18px; font-weight: 700; }
.about-gateway li:nth-child(2) span { color: #8c2fd8; }
.about-gateway li strong { font-family: var(--latin); font-size: 18px; }

.process-gateway { background: linear-gradient(125deg,#171719 0%,#272332 100%); color: #fff; }
.process-gateway > div { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0,1fr) auto; margin-top: 28px; }
.process-gateway h2 { font-size: clamp(42px,5vw,70px); letter-spacing: -.065em; line-height: 1.08; margin: 0; max-width: 1200px; }
.process-gateway .button { width: max-content; }

@media (max-width: 900px) {
  .about-gateway { grid-template-columns: 1fr; }
  .process-gateway > div { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .about-gateway { gap: 48px; }
  .about-gateway h2 { font-size: clamp(42px,12vw,58px); }
  .about-gateway .button, .process-gateway .button { width: 100%; }
  .process-gateway h2 { font-size: clamp(38px,10vw,54px); }
}

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