:root {
  --ink: #10283f;
  --ink-2: #24435a;
  --blue: #176aa5;
  --blue-deep: #0b2742;
  --teal: #2b9b91;
  --coral: #e46e55;
  --gold: #efc45c;
  --cream: #f6f3eb;
  --mist: #eaf3f5;
  --paper: #ffffff;
  --line: rgba(16, 40, 63, .16);
  --shadow: 0 24px 80px rgba(16, 40, 63, .10);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16,40,63,.08);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 238px; display: block; }
.brand img { width: 100%; height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .11em;
  position: relative;
  padding: 34px 0;
}
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 3px; background: var(--coral); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--ink); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; overflow: hidden; padding: 96px 0 110px; background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); }
.hero::before { content: ""; position: absolute; width: 42%; height: 6px; left: 0; top: 0; background: var(--gold); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  color: var(--coral);
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}
.section-label.light { color: var(--gold); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.16; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 820px; font-size: clamp(46px, 5.6vw, 76px); font-weight: 700; }
h2 { margin: 0; max-width: 920px; font-size: clamp(36px, 4.5vw, 58px); font-weight: 650; }
h3 { margin: 0; font-size: 25px; }
.lead { max-width: 750px; margin: 30px 0 0; color: var(--ink-2); font-size: 23px; line-height: 1.55; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; text-decoration: none; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .02em; border-radius: 2px; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(16,40,63,.18); }
.button-light { color: var(--ink); background: white; }
.text-link { text-decoration: none; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800; }
.text-link span { color: var(--coral); margin-left: 8px; }

.hero-visual { min-height: 520px; position: relative; }
.shape { position: absolute; border-radius: 50%; }
.shape-coral { width: 170px; height: 170px; background: var(--coral); right: 10px; top: 20px; }
.shape-gold { width: 250px; height: 250px; background: var(--gold); left: 0; bottom: 6px; }
.shape-teal { width: 120px; height: 120px; background: var(--teal); left: 30px; top: 32px; }
.globe-card { position: absolute; inset: 70px 55px 86px 70px; display: grid; place-items: center; background: rgba(255,255,255,.94); box-shadow: var(--shadow); border: 1px solid rgba(16,40,63,.08); }
.globe-card img { width: 82%; height: 82%; object-fit: contain; }
.impact-note { position: absolute; right: 0; bottom: 20px; padding: 18px 22px; color: white; background: var(--blue-deep); font-family: "Manrope", sans-serif; font-weight: 700; line-height: 1.4; }

.section { padding: 112px 0; }
.section-intro { margin-bottom: 64px; }
.section-intro p:last-child { max-width: 720px; margin: 20px 0 0; color: var(--ink-2); }
.section-intro.wide h2 { max-width: 1040px; }
.section-approach { background: var(--cream); }
.insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.insight { padding-right: 22px; }
.icon-orbit { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; }
.icon-orbit svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-coral { color: #9e3828; background: #f5c5ba; }
.icon-gold { color: #8e6412; background: #f6dda4; }
.icon-teal { color: #176d65; background: #b9e5dd; }
.icon-blue { color: #175f8e; background: #c5e1f3; }
.insight h3 { margin-bottom: 14px; font-size: 22px; }
.insight p { margin: 0; color: var(--ink-2); font-size: 17px; }

.section-commitment { color: white; background: var(--blue-deep); }
.commitment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.commitment-copy h2 { color: white; }
.commitment-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.76); }
.commitment-pillars { border-top: 1px solid rgba(255,255,255,.25); }
.pillar { display: grid; grid-template-columns: 60px 1fr; column-gap: 20px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.pillar-number { grid-row: 1 / 3; color: var(--gold); font-family: "Manrope", sans-serif; font-weight: 800; }
.pillar h3 { color: white; font-size: 28px; }
.pillar p { margin: 8px 0 0; color: rgba(255,255,255,.72); }

.section-focus { background: white; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { min-height: 310px; padding: 36px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.focus-card:hover { background: var(--mist); transform: translateY(-3px); }
.focus-card span { display: block; margin-bottom: 48px; color: var(--coral); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; }
.focus-card h3 { min-height: 58px; font-size: 22px; }
.focus-card p { margin: 18px 0 0; color: var(--ink-2); font-size: 17px; }

.section-foundation { background: var(--mist); }
.foundation-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.foundation-card { min-height: 410px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.foundation-card h3 { font-size: 31px; }
.foundation-tag { margin: 0; text-transform: uppercase; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.foundation-card.mission { background: var(--gold); }
.foundation-card.vision { color: white; background: var(--teal); }
.foundation-card.responsibility { color: white; background: var(--coral); }

.section-process { background: white; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.process-layout .section-intro { margin: 0; position: sticky; top: 150px; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; }
.process-list h3 { font-size: 23px; }
.process-list p { margin: 8px 0 0; color: var(--ink-2); }

.section-connect { color: white; background: var(--blue); }
.connect-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.connect-copy h2 { color: white; }
.connect-copy > p { max-width: 670px; color: rgba(255,255,255,.82); }
.contact-card { margin: 0; padding: 34px 38px; font-style: normal; background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-card div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-card div:last-child { border-bottom: 0; }
.contact-card span { display: block; margin-bottom: 5px; color: var(--coral); text-transform: uppercase; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.contact-card a { text-decoration: none; overflow-wrap: anywhere; }
.contact-card p { margin: 0; }

.site-footer { padding: 72px 0 22px; background: #081c2d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; }
.footer-brand img { width: 250px; height: 92px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p, .footer-meta p { color: rgba(255,255,255,.66); }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links a { text-decoration: none; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: 14px; }
.footer-bottom a { color: white; text-decoration: none; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  body { font-size: 17px; }
  .hero-grid, .commitment-grid, .process-layout, .connect-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero { padding-top: 72px; }
  .hero-visual { min-height: 470px; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 36px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .foundation-grid { grid-template-columns: 1fr; }
  .foundation-card { min-height: 300px; }
  .process-layout .section-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand { width: 190px; }
  .brand img { height: 60px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 74px; padding: 18px 22px; flex-direction: column; align-items: flex-start; gap: 0; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .hero { padding: 62px 0 72px; }
  h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  .lead { font-size: 20px; }
  .hero-visual { min-height: 390px; }
  .shape-coral { width: 116px; height: 116px; }
  .shape-gold { width: 180px; height: 180px; }
  .shape-teal { width: 84px; height: 84px; }
  .globe-card { inset: 62px 30px 72px 36px; }
  .impact-note { max-width: 245px; font-size: 14px; }
  .section { padding: 78px 0; }
  .section-intro { margin-bottom: 44px; }
  .insight-grid, .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 260px; }
  .commitment-copy h2 { font-size: 36px; }
  .foundation-card { padding: 30px; }
  .foundation-card h3 { font-size: 27px; }
  .connect-grid { gap: 42px; }
  .contact-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
