:root{--color-bg: #05080d;--color-bg-elevated: #0d1118;--color-bg-panel: #0b1019;--color-bg-panel-2: #111824;--color-bg-panel-border: #202a39;--color-bg-panel-border-soft: #16202d;--color-text: #f3f5f8;--color-text-muted: #b7bcc6;--color-text-subtle: #7a8290;--color-accent: #d5a451;--color-accent-strong: #f0c676;--color-accent-muted: #936b32;--color-accent-glow: rgba(224,171,82,0.22);--color-panel-highlight: rgba(255,255,255,0.035);--font-sans: "Inter","Helvetica Neue",Arial,system-ui,-apple-system,sans-serif;--font-display: "Inter","Helvetica Neue",Arial,system-ui,-apple-system,sans-serif;--fs-eyebrow: 0.8125rem;--fs-body: 1rem;--fs-body-lg: 1.0625rem;--fs-h3: 1.25rem;--fs-h2: 2rem;--fs-h1: 2.5rem;--fs-display: 3.25rem;--lh-tight: 1.12;--lh-snug: 1.3;--lh-base: 1.55;--lh-relaxed: 1.65;--tracking-eyebrow: 0.18em;--tracking-caption: 0.22em;--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--max-width-content: min(85rem,92vw);--max-width-content-ceiling: 85rem;--max-width-panel: calc(var(--max-width-content) - 6rem);--max-width-narrow: 56rem;--gutter: var(--space-6);--radius-sm: 0.375rem;--radius-md: 0.625rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-pill: 999px;--motion-fast: 120ms;--motion-base: 200ms;--motion-slow: 320ms;--easing-standard: cubic-bezier(0.2,0,0,1);--shadow-sm: 0 1px 2px rgba(0,0,0,0.4);--shadow-md: 0 6px 18px rgba(0,0,0,0.5);--z-header: 50;--z-overlay: 80}*,*::before,*::after{box-sizing: border-box}html{-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;text-size-adjust: 100%;scroll-behavior: smooth}body{margin: 0;min-height: 100vh;background-color: var(--color-bg);color: var(--color-text);font-family: var(--font-sans);font-size: var(--fs-body);line-height: var(--lh-base);-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility}img,svg,video{display: block;max-width: 100%;height: auto}h1,h2,h3,h4,h5,h6{margin: 0;font-family: var(--font-display);line-height: var(--lh-tight);font-weight: 600;letter-spacing: -0.01em;color: var(--color-text)}p{margin: 0;line-height: var(--lh-relaxed);color: var(--color-text-muted)}a{color: var(--color-accent-strong);text-decoration: none;transition: color var(--motion-fast) var(--easing-standard)}a:hover,a:focus-visible{color: var(--color-accent)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline: 2px solid var(--color-accent);outline-offset: 2px}button{font: inherit;color: inherit;background: none;border: 0;cursor: pointer}ul,ol{margin: 0;padding: 0;list-style: none}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;scroll-behavior: auto !important}}.visually-hidden{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0}.container{width: 100%;max-width: var(--max-width-content);margin-inline: auto;padding-inline: var(--gutter)}.container--narrow{max-width: var(--max-width-narrow)}.section{padding-block: 0}.section--hero{padding-block: 0.25rem 0.5rem}.section--panel{margin-block: 0.5rem}.section--panel__inner{position: relative;width: calc(100% - 2rem);max-width: var(--max-width-panel);margin-inline: auto;padding: 1.25rem;overflow: hidden;background: linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.13)),var(--color-bg-panel);border: 1px solid var(--color-bg-panel-border);border-radius: var(--radius-xl);box-shadow: inset 0 1px 0 rgba(255,255,255,.025),inset 0 -28px 54px rgba(0,0,0,.12),0 12px 34px rgba(0,0,0,.16)}.site-header{position: sticky;top: 0;z-index: var(--z-header);background: rgba(5,8,13,.88);border-bottom: 1px solid var(--color-bg-panel-border-soft);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px)}.site-header__inner{display: flex;align-items: center;justify-content: space-between;gap: 1.5rem;min-height: 4.5rem;padding-block: .75rem}.site-brand{display: inline-flex;align-items: center;color: var(--color-text)}.site-brand:hover,.site-brand:focus-visible{color: var(--color-accent-strong)}.site-brand__img-wrap{position: relative;display: block;width: 188px;height: 60px;flex: 0 0 auto;overflow: hidden}.site-brand .brand-mark{position: absolute;top: -63.5px;left: 50%;display: block;width: 188.6px;height: 188.6px;max-width: none;transform: translateX(-50%)}.site-brand--footer .site-brand__img-wrap{width: 152px;height: 48px}.site-brand--footer .brand-mark{width: 152.46px;height: 152.46px;top: -51.4px}.site-nav{display: none}.site-nav__list{display: flex;gap: 1.75rem}.site-nav__link{padding-block: .5rem;color: var(--color-text);font-size: .8125rem;font-weight: 500;letter-spacing: .01em;transition: color var(--motion-base) var(--easing-standard),text-shadow var(--motion-base) var(--easing-standard)}.site-nav__link:hover,.site-nav__link:focus-visible{color: var(--color-accent-strong);text-shadow: 0 0 16px var(--color-accent-glow)}.hero{display: grid;align-items: center;gap: 2rem}.section--hero{position: relative;isolation: isolate}.hero__copy{display: flex;flex-direction: column;gap: 1rem;min-width: 0;position: relative;z-index: 2}.eyebrow{display: inline-block;color: var(--color-accent-strong);font-size: .75rem;font-weight: 600;letter-spacing: .17em;text-transform: uppercase}.hero__title{margin: 0;color: var(--color-text);font-size: clamp(2.5rem,4.65vw,3.25rem);font-weight: 750;line-height: 1.08;letter-spacing: -.025em}.hero__title-accent{color: var(--color-accent-strong)}.hero .hero__body{max-width: 30rem;margin-top: .25rem;color: var(--color-text-muted);font-size: .9375rem;line-height: 1.6}.hero__cta-row{margin-top: .5rem}.hero__visual{position: relative;display: flex;flex-direction: row;align-items: center;justify-content: center;gap: 1.5rem;min-height: 22rem;isolation: isolate}.hero__globe-wrap{position: relative;display: flex;align-items: center;justify-content: center;flex: 1 1 auto;min-width: 0}.hero__globe{display: block;width: min(100%,640px);height: auto;aspect-ratio: 325 / 305;-webkit-mask-image: radial-gradient( ellipse 58% 58% at 50% 50%,#000 62%,rgba(0,0,0,0.55) 80%,rgba(0,0,0,0) 100% );mask-image: radial-gradient( ellipse 58% 58% at 50% 50%,#000 62%,rgba(0,0,0,0.55) 80%,rgba(0,0,0,0) 100% )}.hero__caption{flex: 0 0 auto;position: static;transform: none;margin: 0;display: flex;flex-direction: column;align-items: flex-start;gap: .4rem;color: var(--color-text);font-size: .6875rem;font-weight: 500;letter-spacing: .18em;line-height: 1.35;text-transform: uppercase;white-space: nowrap}.hero__caption,.about__caption,.final-cta__caption{margin: 0;display: flex;flex-direction: column;align-items: flex-start;gap: .4rem;color: var(--color-text);font-size: .6875rem;font-weight: 500;letter-spacing: .18em;line-height: 1.35;text-transform: uppercase;white-space: nowrap}.hero__caption-rule,.about__caption-rule,.final-cta__caption-rule{display: block;width: 2.75rem;height: 2px;margin-top: .45rem;background: var(--color-accent-strong);box-shadow: 0 0 10px rgba(240,198,118,.38)}.section-heading{margin: 0 0 1rem;color: var(--color-text);font-size: clamp(1.75rem,3vw,2.25rem);font-weight: 720;line-height: 1.1;letter-spacing: -.022em}.section-heading--accent{font-size: clamp(1.9rem,3.2vw,2.5rem);font-weight: 740}.section-heading__line{display: block}.section-heading__line--accent{color: var(--color-accent-strong)}.section-body{max-width: 60ch;margin: 0;color: var(--color-text-muted);font-size: .9375rem;line-height: 1.62}.challenges{display: grid;gap: 1.5rem;align-items: start}.challenges__body{margin: 0}.solutions__head{display: grid;gap: 1.5rem}.solutions__intro{margin: 0}.pillars{display: grid;grid-template-columns: 1fr;gap: 1rem;margin-top: 1.75rem}.pillar{display: flex;flex-direction: column;gap: .65rem;min-height: 100%;padding: 1.25rem;background: linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,0,0,.08)),var(--color-bg-panel-2);border: 1px solid var(--color-bg-panel-border);border-radius: var(--radius-lg)}.pillar__icon{display: inline-flex;align-items: center;justify-content: center;width: 34px;height: 34px;color: var(--color-accent-strong);filter: drop-shadow(0 0 6px rgba(213,164,81,.18))}.pillar__icon svg{width: 100%;height: 100%}.pillar__title{margin: 0;color: var(--color-text);font-size: 1rem;font-weight: 650}.pillar__body{margin: 0;color: var(--color-text-muted);font-size: .8125rem;line-height: 1.58}.areas{display: grid;grid-template-columns: 1fr;gap: 1.25rem 1.5rem;margin-top: 1.75rem}.area{display: grid;grid-template-columns: 32px 1fr;gap: .8rem;align-items: center}.area__icon{display: inline-flex;align-items: center;justify-content: center;width: 28px;height: 28px;color: var(--color-accent-strong)}.area__icon svg{width: 100%;height: 100%}.area__label{color: var(--color-text-muted);font-size: .875rem;line-height: 1.4}.steps{display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin-top: 1.75rem}.step{position: relative;display: flex;flex-direction: column;gap: .55rem}.step__badge{position: relative;z-index: 1;display: inline-flex;align-items: center;justify-content: center;width: 46px;height: 46px;margin-bottom: .2rem}.step__badge-ring{position: absolute;inset: 0;border: 1px solid var(--color-accent);border-radius: 50%;box-shadow: inset 0 0 12px rgba(213,164,81,.06),0 0 10px rgba(213,164,81,.08)}.step__badge-num{position: relative;color: var(--color-accent-strong);font-size: .875rem;font-weight: 650}.step__rule{display: none;height: 1px;background: var(--color-accent-muted);opacity: .65}.step__title{margin: 0;color: var(--color-text);font-size: 1rem;font-weight: 650}.step__body{margin: 0;max-width: 23ch;color: var(--color-text-muted);font-size: .8125rem;line-height: 1.48}.section--panel--about .section--panel__inner{background: linear-gradient(180deg,rgba(255,255,255,0.012),rgba(0,0,0,0.06)),var(--color-bg);border-color: rgba(8,13,21,0.6);box-shadow: inset 0 1px 0 rgba(255,255,255,0.012),inset 0 -22px 42px rgba(0,0,0,0.06)}.about{display: grid;gap: 2rem;align-items: center}.about__copy{display: flex;flex-direction: column;gap: .4rem;position: relative;z-index: 2}.about__copy .section-heading{margin-bottom: .5rem}.about__body{margin: 0;max-width: 36rem}.about__visual{position: relative;min-width: 0;min-height: 22rem;display: flex;flex-direction: row;align-items: center;gap: 1.25rem}.about__wave{display: block;flex: 1 1 auto;min-width: 0;width: 100%;height: 22rem;object-fit: cover;object-position: 4% center;-webkit-mask-image: radial-gradient( ellipse 65% 72% at 50% 50%,#000 55%,rgba(0,0,0,0.6) 78%,rgba(0,0,0,0) 100% );mask-image: radial-gradient( ellipse 65% 72% at 50% 50%,#000 55%,rgba(0,0,0,0.6) 78%,rgba(0,0,0,0) 100% )}.about__caption{position: static;flex: 0 0 auto;transform: none;font-size: .6875rem;letter-spacing: .18em}.section--panel--final .section--panel__inner{background: linear-gradient(180deg,rgba(255,255,255,0.012),rgba(0,0,0,0.06)),var(--color-bg);border-color: rgba(8,13,21,0.6);box-shadow: inset 0 1px 0 rgba(255,255,255,0.012),inset 0 -22px 42px rgba(0,0,0,0.06)}.final-cta{display: grid;gap: 2rem;align-items: center}.final-cta__copy{position: relative;z-index: 2;display: flex;flex-direction: column;gap: .5rem}.final-cta__copy .section-heading{margin-bottom: .35rem}.final-cta__body{margin: 0;max-width: 36rem}.final-cta__row{margin-top: .8rem}.final-cta__visual{position: relative;min-width: 0;min-height: 22rem;display: flex;flex-direction: row;align-items: center;gap: 1.25rem}.final-cta__landscape{display: block;flex: 1 1 auto;min-width: 0;width: 100%;height: 22rem;object-fit: cover;object-position: center;-webkit-mask-image: radial-gradient( ellipse 70% 72% at 50% 55%,#000 60%,rgba(0,0,0,0.55) 80%,rgba(0,0,0,0) 100% );mask-image: radial-gradient( ellipse 70% 72% at 50% 55%,#000 60%,rgba(0,0,0,0.55) 80%,rgba(0,0,0,0) 100% )}.final-cta__caption{position: static;flex: 0 0 auto;transform: none;font-size: .6875rem;letter-spacing: .18em}.cta-row{display: flex;flex-wrap: wrap;gap: .85rem;margin-top: 1.5rem}.cta{display: inline-flex;align-items: center;justify-content: center;min-height: 44px;padding: .7rem 1.45rem;border-radius: var(--radius-pill);font-size: .875rem;font-weight: 650;letter-spacing: .005em;text-align: center;transition: background-color var(--motion-base) var(--easing-standard),color var(--motion-base) var(--easing-standard),border-color var(--motion-base) var(--easing-standard),transform var(--motion-fast) var(--easing-standard)}.cta--primary{color: #090b0e;background: linear-gradient(100deg,#d99b42,#ffd47f 55%,#e5a84c);box-shadow: 0 6px 18px rgba(213,164,81,.18),inset 0 1px 0 rgba(255,255,255,.42)}.cta--primary:hover,.cta--primary:focus-visible{color: #090b0e;background: var(--color-accent-strong)}.cta--secondary{color: var(--color-text);background: transparent;border: 1px solid var(--color-accent)}.cta--secondary:hover,.cta--secondary:focus-visible{color: var(--color-accent-strong);border-color: var(--color-accent-strong);background: rgba(200,169,106,.08)}.cta--header{display: none;min-height: 34px;padding: .4rem 1.2rem;font-size: .75rem;white-space: nowrap}.site-footer{margin-top: .25rem;padding-block: .25rem;color: var(--color-text-subtle);font-size: .75rem;border-top: 1px solid var(--color-bg-panel-border-soft)}.site-footer__inner{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 1.5rem}.site-footer__links{display: flex;flex-wrap: wrap;align-items: center;gap: 1.5rem}.site-footer__link{color: var(--color-text-muted)}.site-footer__link:hover,.site-footer__link:focus-visible{color: var(--color-accent)}.site-footer__copy{color: var(--color-text-subtle)}.skip-link{position: absolute;left: 1rem;top: 1rem;z-index: calc(var(--z-header) + 1);padding: .5rem 1rem;color: var(--color-text);background: var(--color-bg-elevated);border: 1px solid var(--color-accent);border-radius: var(--radius-pill);transform: translateY(-200%);transition: transform var(--motion-fast) var(--easing-standard)}.skip-link:focus{transform: translateY(0)}@media (min-width:640px){.pillars,.areas{grid-template-columns: repeat(2,1fr)}}@media (max-width:1023.98px){.hero__caption,.about__caption,.final-cta__caption{position: static;transform: none;align-items: center;margin-top: 1rem}.hero__visual{flex-direction: column}.about__visual,.final-cta__visual{flex-direction: column;gap: 1rem}.about__wave,.final-cta__landscape{max-width: 42rem}}@media (max-width:1023.98px){.container{padding-inline: 1rem}.site-header{background: rgba(5,8,13,.92)}.site-header__inner{gap: .75rem;min-height: 3.25rem;padding-block: .5rem}.site-brand__img-wrap{width: 132px;height: 42px}.site-brand .brand-mark{width: 132.4px;height: 132.4px;top: -44.6px}.site-nav__list{display: none}.cta--header{display: none}.site-header__menu{display: inline-flex;align-items: center;justify-content: center;width: 44px;height: 44px;margin-left: auto;margin-right: -8px;color: var(--color-accent-strong);background: transparent;border: 1px solid rgba(213,164,81,.35);border-radius: 10px;cursor: pointer;transition: background-color var(--motion-fast) var(--easing-standard),border-color var(--motion-fast) var(--easing-standard)}.site-header__menu:hover,.site-header__menu:focus-visible{background: rgba(200,169,106,.08);border-color: var(--color-accent-strong)}.site-header__menu-bars{position: relative;display: block;width: 22px;height: 16px}.site-header__menu-bars > span,.site-header__menu-bars::before,.site-header__menu-bars::after{content: "";position: absolute;left: 0;right: 0;height: 2px;background: currentColor;border-radius: 1px;box-shadow: 0 0 8px var(--color-accent-glow);transition: transform var(--motion-fast) var(--easing-standard),opacity var(--motion-fast) var(--easing-standard),top var(--motion-fast) var(--easing-standard)}.site-header__menu-bars > span{top: 7px}.site-header__menu-bars::before{top: 0}.site-header__menu-bars::after{top: 14px}.site-header__menu[aria-expanded="true"] .site-header__menu-bars::before{top: 7px;transform: rotate(45deg)}.site-header__menu[aria-expanded="true"] .site-header__menu-bars > span{opacity: 0}.site-header__menu[aria-expanded="true"] .site-header__menu-bars::after{top: 7px;transform: rotate(-45deg)}.site-nav{display: block;position: absolute;inset: 100% 0 auto 0;background: rgba(5,8,13,.96);border-bottom: 1px solid var(--color-bg-panel-border-soft);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);transform: translateY(-8px);opacity: 0;pointer-events: none;visibility: hidden;transition: transform var(--motion-base) var(--easing-standard),opacity var(--motion-base) var(--easing-standard),visibility 0s linear var(--motion-base);z-index: calc(var(--z-header) - 1)}.site-nav.is-open{transform: translateY(0);opacity: 1;pointer-events: auto;visibility: visible;transition: transform var(--motion-base) var(--easing-standard),opacity var(--motion-base) var(--easing-standard),visibility 0s linear 0s}.site-nav__list{display: flex;flex-direction: column;gap: 0;padding: .25rem 1rem .75rem}.site-nav__list li + li{border-top: 1px solid rgba(255,255,255,.04)}.site-nav__link{display: block;padding: 1rem 0;font-size: 1rem;font-weight: 500;letter-spacing: .005em}.hero{grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 1rem;align-items: center}.hero__copy{gap: .75rem}.hero__title{font-size: clamp(1.5rem,7.2vw,2rem);line-height: 1.12;letter-spacing: -.02em}.hero .hero__body{font-size: .875rem;line-height: 1.55;max-width: none}.hero__visual{flex-direction: column;gap: .75rem;min-height: 0}.hero__globe-wrap{width: 100%}.hero__globe{width: 100%;max-width: 320px;margin-inline: auto}.hero__caption{align-items: center;text-align: center;font-size: .625rem;letter-spacing: .16em;margin-top: 0}.hero__caption-rule{margin-inline: auto}.cta-row.hero__cta-row{flex-direction: column;align-items: stretch;gap: .65rem;margin-top: .75rem}.cta-row.hero__cta-row .cta{width: 100%}.section--panel{margin-block: .35rem}.section--panel__inner{width: calc(100% - 1rem);padding: 1rem}.section--panel .section-heading{font-size: 1.25rem;line-height: 1.18}.section--panel .section-heading--accent{font-size: 1.375rem;line-height: 1.18}.section--panel .section-body{font-size: .8125rem;line-height: 1.55}.challenges{grid-template-columns: 1fr;gap: 1rem}.solutions__head{grid-template-columns: 1fr;gap: 1rem}.pillars{grid-template-columns: repeat(2,1fr);gap: .65rem;margin-top: 1rem}.pillar{display: grid;grid-template-columns: 30px minmax(0,1fr);gap: .3rem .8rem;align-items: start;padding: .95rem}.pillar__icon{grid-column: 1;grid-row: 1 / span 2;width: 28px;height: 28px;margin-top: .1rem}.pillar__title{grid-column: 2;font-size: .9375rem}.pillar__body{grid-column: 2;font-size: .8125rem;line-height: 1.55}.areas{grid-template-columns: repeat(2,1fr);gap: .85rem 1rem;margin-top: 1rem}.area{grid-template-columns: 24px 1fr;gap: .55rem}.area__icon{width: 22px;height: 22px}.area__label{font-size: .8125rem;line-height: 1.35}.steps{grid-template-columns: 1fr;gap: .85rem;margin-top: 1rem}.step{display: grid;grid-template-columns: 46px 1fr;gap: .65rem;align-items: start}.step__badge{width: 38px;height: 38px;margin-bottom: 0;grid-column: 1;grid-row: 1 / span 2}.step__rule{display: none}.step__title{grid-column: 2;font-size: .95rem}.step__body{grid-column: 2;font-size: .8125rem;line-height: 1.5;max-width: none}.about{grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);gap: 1rem;align-items: center}.about__copy{gap: .35rem}.about__copy .section-heading{margin-bottom: .35rem}.about__body{font-size: .8125rem;line-height: 1.55}.about__visual{flex-direction: column;min-height: 0;margin: 0;gap: .5rem}.about__wave{width: 100%;height: auto;aspect-ratio: 470 / 150;object-fit: cover;object-position: center}.about__caption{font-size: .625rem;letter-spacing: .16em;align-items: center;text-align: center}.final-cta{grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);gap: 1rem;align-items: center}.final-cta__copy{gap: .35rem}.final-cta__copy .section-heading{margin-bottom: .35rem}.final-cta__body{font-size: .8125rem;line-height: 1.55}.final-cta__row{flex-direction: column;align-items: stretch;gap: .65rem;margin-top: .75rem}.final-cta__row .cta{width: 100%}.final-cta__visual{flex-direction: column;min-height: 0;margin: 0;gap: .5rem}.final-cta__landscape{width: 100%;height: auto;aspect-ratio: 470 / 200;object-fit: cover;object-position: center}.final-cta__caption{font-size: .625rem;letter-spacing: .16em;align-items: center;text-align: center}.site-footer{padding-block: .5rem;font-size: .6875rem}.site-footer__inner{flex-direction: column;align-items: flex-start;gap: .65rem}.site-footer__links{gap: .85rem;font-size: .6875rem}.site-brand--footer .site-brand__img-wrap{width: 110px;height: 36px}.site-brand--footer .brand-mark{width: 110.4px;height: 110.4px;top: -37.3px}}@media (max-width:639.98px){.eyebrow{font-size: .6875rem;letter-spacing: .12em}.section--panel .section-heading{font-size: 1.375rem;line-height: 1.16}.section--panel .section-heading--accent{font-size: 1.5rem;line-height: 1.16}.section--panel .section-body{font-size: .875rem;line-height: 1.6}.container{max-width: none}.section--panel__inner{max-width: none}.hero{padding-inline: 1.5rem}.hero{grid-template-columns: minmax(0,1fr);gap: 1.25rem;align-items: start}.hero__copy{gap: .9rem}.hero__title{font-size: clamp(1.75rem,8.4vw,2.125rem);line-height: 1.12}.hero .hero__body{font-size: .9375rem;line-height: 1.6}.hero__visual{gap: 1rem}.hero__globe{max-width: 340px}.pillars{grid-template-columns: minmax(0,1fr);gap: .7rem}.pillar{grid-template-columns: 36px minmax(0,1fr);gap: .35rem .9rem;padding: 1rem}.pillar__icon{width: 30px;height: 30px}.pillar__title{font-size: 1rem}.pillar__body{font-size: .875rem;line-height: 1.55}.area{align-items: start}.area__label{font-size: .8125rem;line-height: 1.4}.step__title{font-size: 1rem}.step__body{font-size: .875rem;line-height: 1.55}.about{grid-template-columns: minmax(0,1fr);gap: 1.25rem}.about__body{font-size: .875rem;line-height: 1.6}.about__visual{gap: .85rem}.about__wave{width: 100%;height: auto;aspect-ratio: 330 / 140}.final-cta{grid-template-columns: minmax(0,1fr);gap: 1.25rem}.final-cta__body{font-size: .875rem;line-height: 1.6}.final-cta__row{margin-top: .9rem;gap: .6rem}.final-cta__visual{gap: .85rem}.final-cta__landscape{width: 100%;height: auto;aspect-ratio: 315 / 158}.cta{min-height: 48px;padding: .75rem 1rem}.cta-row.hero__cta-row .cta,.final-cta__row .cta{width: 100%}}@media (min-width:1024px){.container{padding-inline: 2.5rem}.site-nav{display: block;position: static;background: transparent;border: 0;backdrop-filter: none;-webkit-backdrop-filter: none;transform: none;opacity: 1;pointer-events: auto}.site-nav__list{flex-direction: row;padding: 0}.site-nav__list li + li{border-top: 0}.site-header__menu{display: none}.cta--header{display: inline-flex}.eyebrow,.cta{white-space: nowrap}.section--hero{padding-block: .25rem .5rem}.hero{grid-template-columns: minmax(0,49fr) minmax(0,51fr);gap: .75rem;min-height: 22rem;padding-left: 2rem}.hero__visual{min-height: 22rem;overflow: visible;flex-direction: row;gap: 1.75rem}.hero__globe-wrap{position: relative;flex: 1 1 auto;min-width: 0}.hero__globe{width: 100%;max-width: 640px;min-width: 420px}.hero__caption{position: static;transform: none;z-index: auto}.section--panel{margin-block: 0.5rem}.section--panel__inner{width: calc(100% - 5rem);min-height: 6.5rem;padding: 1.25rem 1.5rem}.section--panel .section-heading{font-size: 1.625rem;line-height: 1.08}.section--panel .section-heading--accent{font-size: 1.75rem}.section--panel .section-body{font-size: .8125rem;line-height: 1.55}.challenges{grid-template-columns: minmax(0,1.18fr) minmax(0,.82fr);gap: 3rem}.challenges__body{padding-top: .2rem}.solutions__head{grid-template-columns: minmax(0,1.18fr) minmax(0,.82fr);gap: 3rem;align-items: start}.solutions__intro{padding-top: .2rem}.pillars{grid-template-columns: repeat(4,1fr);gap: .65rem}.pillar{padding: 1rem}.areas{grid-template-columns: repeat(4,1fr);gap: 1.4rem 2rem}.steps{grid-template-columns: repeat(4,1fr);gap: 1.25rem}.step__rule{position: absolute;z-index: 0;top: 22px;left: 58px;display: block;width: calc(100% - 46px + 1.25rem)}.step:last-child .step__rule{display: none}.about{grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);gap: 1.25rem;min-height: 22rem}.about__visual{min-height: 22rem;margin-block: -0.5rem;margin-right: -0.75rem;gap: 1rem}.about__wave{height: 22rem}.final-cta{grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);gap: 1.25rem;min-height: 22rem}.final-cta__visual{min-height: 22rem;margin-block: -0.5rem;margin-right: -0.75rem;gap: 1rem}.final-cta__landscape{height: 22rem}.cta-row{flex-wrap: nowrap}.cta{min-height: 40px;padding: .58rem 1.25rem;font-size: .8125rem}.site-footer__inner{flex-direction: row;align-items: center;gap: 1.5rem}}html{overflow-x: clip}@media (max-width:1023.98px){.site-nav__list{display: none}.site-nav.is-open .site-nav__list{display: flex}}.privacy-page{display: grid;gap: 2rem;max-width: 52rem;padding-block: clamp(3rem,8vw,6rem)}.privacy-page section{display: grid;gap: .75rem}.privacy-page h1{font-size: clamp(2rem,5vw,3rem)}.privacy-page h2{font-size: clamp(1.25rem,3vw,1.625rem)}.privacy-page blockquote{margin: 0;padding: 1rem 1.25rem;color: var(--color-text);border-left: 3px solid var(--color-accent)}