:root {
  --navy: #07172f;
  --navy-2: #0d2545;
  --ink: #132238;
  --cream: #f6f3ed;
  --white: #fff;
  --coral: #ff6b4a;
  --amber: #ffb547;
  --teal: #10b8ae;
  --blue: #2475e8;
  --muted: #647387;
  --line: rgba(10, 34, 61, .13);
  --shadow: 0 30px 80px rgba(6, 23, 46, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: #fff; color: var(--navy); padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; font-family: Manrope, sans-serif; font-weight: 800; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; font-size: .72rem; letter-spacing: -.02em; border-radius: 50%; background: linear-gradient(140deg, var(--coral), var(--amber)); box-shadow: 0 8px 25px rgba(255,107,74,.3); }
.brand-name { font-size: 1.28rem; letter-spacing: -.05em; }
.brand-name span { color: var(--coral); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .86rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { color: #fff; padding: .65rem 1.15rem; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { min-height: 800px; height: min(920px, 100svh); position: relative; display: flex; align-items: center; color: #fff; background: var(--navy); isolation: isolate; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,15,34,.98) 0%, rgba(3,15,34,.87) 40%, rgba(3,15,34,.22) 72%, rgba(3,15,34,.08) 100%); }
.hero-image { position: absolute; z-index: -2; inset: 0; background: url("assets/global-trust-hero.png") 56% center/cover no-repeat; filter: saturate(.9) contrast(1.05); }
.hero-glow { position: absolute; z-index: -1; left: -15vw; bottom: -45vw; width: 70vw; height: 70vw; border-radius: 50%; border: 1px solid rgba(16,184,174,.28); box-shadow: 0 0 130px rgba(16,184,174,.1); }
.hero-content { width: min(720px, 86vw); margin-left: clamp(1.25rem, 10vw, 10rem); padding-top: 5rem; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 1.2rem; text-transform: uppercase; color: var(--coral); font-size: .79rem; font-weight: 700; letter-spacing: .18em; }
.hero h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(3.3rem, 6.6vw, 7.3rem); line-height: .93; letter-spacing: -.065em; font-weight: 700; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.6px rgba(255,255,255,.7); }
.hero-intro { max-width: 620px; margin: 2rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions, .connect-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .8rem 1.3rem; border-radius: 99px; text-decoration: none; font-size: .93rem; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(130deg, var(--coral), #ff874a); color: #fff; box-shadow: 0 15px 35px rgba(255,107,74,.23); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; backdrop-filter: blur(5px); }
.quick-links { display: flex; gap: 1.2rem; margin-top: 2.4rem; }
.quick-links a { color: rgba(255,255,255,.64); text-decoration: none; font-size: .81rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.quick-links a:hover { color: #fff; }
.hero-note { position: absolute; right: 2.25rem; top: 50%; transform: translate(45%, -50%) rotate(90deg); color: rgba(255,255,255,.38); font-size: .66rem; font-weight: 600; letter-spacing: .22em; }
.scroll-cue { position: absolute; bottom: 2.2rem; right: clamp(1.4rem, 5vw, 5rem); display: flex; gap: .8rem; align-items: center; color: rgba(255,255,255,.6); text-decoration: none; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; font-style: normal; color: #fff; }

.identity-bar { min-height: 82px; padding: 1.25rem 4vw; display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 2.5vw, 2.5rem); flex-wrap: wrap; background: #fff; color: var(--navy); text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.identity-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.section-heading { max-width: 930px; margin-bottom: 4rem; }
.section-heading h2, .about-statement h2, .connect-section h2, .media-copy h2 { margin: 0; font-family: Manrope, sans-serif; color: var(--navy); font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading h2 em, .about-statement h2 em, .connect-section h2 em { color: var(--coral); font-style: normal; }
.section-heading > p:last-child { max-width: 630px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1500px; margin: 0 auto; }
.path-card { min-height: 520px; position: relative; display: flex; flex-direction: column; padding: clamp(1.5rem, 2.5vw, 2.5rem); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s; }
.path-card:hover { transform: translateY(-7px); }
.path-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; top: -130px; border-radius: 50%; border: 1px solid currentColor; opacity: .12; }
.path-clinical { background: var(--navy); color: #fff; }
.path-leadership { background: var(--coral); color: #fff; }
.path-media { background: #fff; color: var(--navy); }
.path-number { position: absolute; top: 1.8rem; right: 2rem; font-size: .75rem; font-weight: 700; opacity: .5; }
.path-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 3rem; border-radius: 50%; border: 1px solid currentColor; font-family: Manrope, sans-serif; font-weight: 800; }
.path-card h3 { margin: 0 0 .8rem; font-family: Manrope, sans-serif; font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: 1.08; letter-spacing: -.04em; }
.path-card p { margin: 0 0 1.5rem; opacity: .76; }
.path-card ul { list-style: none; margin: 0; padding: 0; font-size: .88rem; }
.path-card li { padding: .55rem 0; border-bottom: 1px solid currentColor; border-color: rgba(255,255,255,.16); }
.path-media li { border-color: var(--line); }
.path-card li::before { content: "+"; margin-right: .7rem; opacity: .6; }
.path-card > a { margin-top: auto; padding-top: 2rem; font-weight: 700; text-decoration: none; font-size: .92rem; }

.philosophy-section { position: relative; min-height: 740px; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 8rem); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2rem, 8vw, 8rem); background: var(--navy); color: #fff; overflow: hidden; }
.philosophy-section::after { content: ""; position: absolute; inset: auto -15% -60% auto; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(16,184,174,.18), transparent 63%); }
.kicker-light { color: var(--amber); }
.philosophy-copy { position: relative; z-index: 2; }
.philosophy-copy blockquote { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2.25rem, 4.3vw, 4.6rem); line-height: 1.08; letter-spacing: -.055em; }
.philosophy-copy blockquote strong { color: var(--teal); font-weight: 700; }
.philosophy-copy > p:last-child { max-width: 620px; color: rgba(255,255,255,.63); margin: 2rem 0 0; }
.philosophy-orbit { position: absolute; left: -280px; top: 50%; width: 600px; height: 600px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.philosophy-orbit::before, .philosophy-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.philosophy-orbit::before { inset: 70px; }
.philosophy-orbit::after { inset: 140px; }
.framework-card { position: relative; z-index: 2; padding: clamp(2rem, 4vw, 4rem); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); }
.framework-label { color: var(--coral); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.framework-card h3 { margin: .6rem 0 2.6rem; font-family: Manrope, sans-serif; font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.04; letter-spacing: -.05em; }
.framework-card h3 span { color: var(--amber); font-size: .65em; vertical-align: top; }
.framework-steps div { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.13); }
.framework-steps b { color: var(--teal); font-size: .75rem; }
.framework-steps span { font-size: 1.15rem; font-weight: 600; }

.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 3rem; }
.split-heading > p:last-child { margin: 0 0 .4rem; }
.movement-list { border-top: 1px solid var(--line); }
.movement { min-height: 175px; display: grid; grid-template-columns: 90px 1fr 60px; gap: 1.5rem; align-items: center; padding: 2.2rem 1.5rem; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s, color .25s; }
.movement:hover { padding-left: 2.2rem; background: #fff; }
.movement-index { font-size: .76rem; color: var(--coral); font-weight: 700; }
.movement p { margin: 0 0 .3rem; font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.movement h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.35rem, 2.6vw, 2.5rem); line-height: 1.1; letter-spacing: -.045em; }
.movement div > span { display: block; margin-top: .55rem; color: var(--muted); }
.movement > b { font-size: 1.6rem; font-weight: 400; text-align: center; }
.movement-dolphin { background: linear-gradient(90deg, rgba(36,117,232,.07), rgba(16,184,174,.09)); }

.media-section { min-height: 710px; display: grid; grid-template-columns: .9fr 1.1fr; background: #163f76; color: #fff; }
.media-copy { padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.media-copy h2 { color: #fff; font-size: clamp(2.6rem, 4.7vw, 5rem); }
.media-copy > p:not(.kicker) { color: rgba(255,255,255,.68); max-width: 560px; }
.button-coral { align-self: flex-start; color: #fff; background: var(--coral); margin-top: 1.4rem; }
.media-feature { position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; text-decoration: none; background: radial-gradient(circle at 52% 46%, rgba(255,181,71,.25), transparent 18%), linear-gradient(145deg, #112e56, #07172f); isolation: isolate; }
.media-feature::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.media-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 40%, rgba(16,184,174,.2)); z-index: -1; }
.play-button { width: 90px; height: 90px; display: grid; place-items: center; padding-left: 7px; border-radius: 50%; background: var(--coral); font-size: 1.4rem; box-shadow: 0 20px 60px rgba(255,107,74,.4); transition: transform .25s; }
.media-feature:hover .play-button { transform: scale(1.08); }
.media-feature div { position: absolute; left: 8%; bottom: 9%; display: flex; flex-direction: column; }
.media-feature small { color: var(--amber); letter-spacing: .17em; font-weight: 700; }
.media-feature strong { font-family: Manrope, sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.media-feature div span { color: rgba(255,255,255,.65); }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.about-statement h2 { font-size: clamp(2.4rem, 4.6vw, 4.6rem); }
.about-copy { max-width: 660px; }
.about-lead { margin-top: 0; font-family: Manrope, sans-serif; font-size: clamp(1.3rem, 2vw, 1.85rem); line-height: 1.38; color: var(--navy); font-weight: 600; letter-spacing: -.025em; }
.about-copy p:not(.about-lead) { color: var(--muted); }
.about-copy cite { color: var(--ink); font-style: normal; font-weight: 600; }
.about-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.about-tags span { padding: .55rem .9rem; border-radius: 99px; background: #fff; border: 1px solid var(--line); color: var(--navy); font-size: .78rem; font-weight: 600; }

.connect-section { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 10rem) 1.25rem; text-align: center; color: #fff; background: linear-gradient(130deg, #0b765f, var(--teal)); }
.connect-section h2 { color: #fff; position: relative; z-index: 2; font-size: clamp(3rem, 7vw, 7rem); }
.connect-section h2 em { color: var(--navy); }
.connect-section > p:not(.kicker) { position: relative; z-index: 2; color: rgba(255,255,255,.78); }
.connect-actions { position: relative; z-index: 2; justify-content: center; }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.45); }
.connect-socials { position: relative; z-index: 2; display: flex; justify-content: center; gap: 1.5rem; margin-top: 3rem; }
.connect-socials a { color: rgba(255,255,255,.74); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; font-weight: 700; }
.connect-orbit { position: absolute; left: 50%; top: 50%; width: 900px; height: 900px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.connect-orbit::before, .connect-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.connect-orbit::before { inset: 100px; }
.connect-orbit::after { inset: 200px; }

footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 6vw, 6rem); background: var(--navy); color: #fff; }
.footer-brand { justify-self: start; }
footer > p { margin: 0; text-align: center; font-size: .84rem; line-height: 1.5; }
footer > p span { color: rgba(255,255,255,.5); }
.copyright { justify-self: end; color: rgba(255,255,255,.46); }

.reveal { animation: rise .8s both; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .site-header { height: 76px; }
  .menu-button { display: block; z-index: 22; }
  .site-nav { position: absolute; top: 0; right: 0; width: min(360px, 88vw); min-height: 100vh; flex-direction: column; justify-content: center; background: var(--navy); transform: translateX(105%); transition: transform .3s; box-shadow: -20px 0 60px rgba(0,0,0,.3); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 1rem; }
  .menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.open span:nth-child(2) { opacity: 0; }
  .menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; height: 100svh; }
  .hero::after { background: linear-gradient(90deg, rgba(3,15,34,.96), rgba(3,15,34,.73)); }
  .hero-image { background-position: 62% center; opacity: .75; }
  .hero-content { margin-left: 7vw; width: 82vw; }
  .hero-note { display: none; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 430px; }
  .philosophy-section, .media-section, .about-section { grid-template-columns: 1fr; }
  .framework-card { max-width: 650px; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .media-feature { min-height: 580px; }
  footer { grid-template-columns: 1fr; text-align: center; padding-block: 3rem; }
  .footer-brand, .copyright { justify-self: center; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { padding-inline: 1rem; }
  .hero { min-height: 760px; align-items: flex-start; padding-top: 7.5rem; }
  .hero::after { background: linear-gradient(180deg, rgba(3,15,34,.94) 0%, rgba(3,15,34,.8) 60%, rgba(3,15,34,.94) 100%); }
  .hero-image { background-position: 68% center; opacity: .56; }
  .hero-content { margin: 0 auto; padding-top: 0; width: calc(100% - 2rem); }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-intro { font-size: 1rem; margin-top: 1.45rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .quick-links { justify-content: space-between; gap: .5rem; }
  .quick-links a { font-size: .69rem; }
  .scroll-cue { display: none; }
  .identity-bar { justify-content: flex-start; gap: .7rem 1rem; padding: 1.3rem; }
  .identity-bar i:nth-of-type(even) { display: none; }
  .section { padding-inline: 1rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .path-card { border-radius: 22px; padding: 1.5rem; }
  .philosophy-section { padding-inline: 1rem; }
  .framework-card { border-radius: 24px; padding: 1.6rem; }
  .movement { grid-template-columns: 35px 1fr; padding: 1.7rem .5rem; gap: .7rem; }
  .movement > b { display: none; }
  .movement div > span { font-size: .87rem; }
  .media-copy { padding: 4.5rem 1.25rem; }
  .media-feature { min-height: 460px; }
  .play-button { width: 72px; height: 72px; }
  .about-section { gap: 2.4rem; }
  .connect-actions .button { flex: 1 1 100%; }
  .connect-socials { gap: .8rem; }
}
