: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: 16px;
  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: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { width: 190px; display: block; }
.brand img { width: 100%; height: 56px; 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: 27px 0;
}
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; 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: 64px 0 70px; 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: block; }
.eyebrow, .section-label {
  margin: 0 0 14px;
  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.22; letter-spacing: .01em; text-transform: uppercase; }
h1 { margin: 0; max-width: 980px; font-size: clamp(36px, 4.4vw, 56px); font-weight: 700; }
h2 { margin: 0; max-width: 920px; font-size: clamp(29px, 3.5vw, 43px); font-weight: 700; }
h3 { margin: 0; font-size: 20px; }
.lead { max-width: 850px; margin: 20px 0 0; color: var(--ink-2); font-size: 18px; line-height: 1.55; }
.hero-actions { margin-top: 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; text-decoration: none; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; 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; }


.section { padding: 72px 0; }
.section-intro { margin-bottom: 36px; }
.section-intro p:last-child { max-width: 760px; margin: 14px 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: 22px; }
.insight { padding-right: 12px; }
.icon-orbit { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; }
.icon-orbit svg { width: 38px; height: 38px; 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: 10px; font-size: 18px; }
.insight p { margin: 0; color: var(--ink-2); font-size: 15px; }

.section-commitment { color: white; background: var(--blue-deep); }
.commitment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; 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: 50px 1fr; column-gap: 16px; padding: 22px 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: 20px; }
.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: 235px; padding: 26px 24px; 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: 28px; color: var(--coral); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; }
.focus-card h3 { min-height: 48px; font-size: 18px; }
.focus-card p { margin: 12px 0 0; color: var(--ink-2); font-size: 15px; }

.section-foundation { background: var(--mist); }
.foundation-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.foundation-card { min-height: 300px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.foundation-card h3 { font-size: 21px; }
.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: 52px; }
.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: 50px 1fr; gap: 16px; padding: 20px 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: 18px; }
.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: 52px; 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: 24px 28px; font-style: normal; background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-card div { padding: 13px 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: 46px 0 18px; background: #081c2d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 36px; }
.footer-brand img { width: 185px; height: 66px; 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: 32px; 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: 16px; }
  .commitment-grid, .process-layout, .connect-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero { padding-top: 52px; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .foundation-grid { grid-template-columns: 1fr; }
  .foundation-card { min-height: 240px; }
  .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: 68px; }
  .brand { width: 165px; }
  .brand img { height: 48px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 66px; 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: 46px 0 52px; }
  h1 { font-size: 34px; }
  h2 { font-size: 29px; }
  .lead { font-size: 17px; }
  .section { padding: 56px 0; }
  .section-intro { margin-bottom: 30px; }
  .insight-grid, .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 215px; }
  .commitment-copy h2 { font-size: 29px; }
  .foundation-card { padding: 24px; }
  .foundation-card h3 { font-size: 20px; }
  .connect-grid { gap: 30px; }
  .contact-card { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; }
}

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

/* =========================================================
   Elegant dark theme and harmonized typography
   ========================================================= */
:root {
  --ink: #f4f7fa;
  --ink-2: #acbac6;
  --blue: #0e4052;
  --blue-deep: #07111b;
  --teal: #4fc3b3;
  --coral: #e98a6e;
  --gold: #d9b566;
  --cream: #0c1a28;
  --mist: #102233;
  --paper: #07111b;
  --surface: #0c1a28;
  --surface-2: #102233;
  --surface-3: #142a3d;
  --line: rgba(224, 234, 242, .14);
  --shadow: 0 22px 60px rgba(0, 0, 0, .32);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
}

html { background: var(--paper); }
body {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
}

::selection { color: #07111b; background: var(--gold); }

.site-header {
  background: rgba(7, 17, 27, .92);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .16);
}
.header-inner { min-height: 72px; }
.brand {
  width: 172px;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
}
.brand img { height: 48px; }
.site-nav a { color: #edf3f7; font-size: 12px; letter-spacing: .12em; }
.site-nav a::after { background: var(--gold); }
.menu-button { background: var(--surface-3); border: 1px solid var(--line); }

.hero {
  padding: 58px 0 62px;
  background:
    radial-gradient(circle at 88% 10%, rgba(79, 195, 179, .15), transparent 27%),
    radial-gradient(circle at 12% 92%, rgba(217, 181, 102, .10), transparent 30%),
    linear-gradient(145deg, #07111b 0%, #0b1d2d 56%, #0d2635 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before { height: 4px; background: linear-gradient(90deg, var(--gold), var(--teal)); }
.hero-copy { max-width: 1020px; }

.eyebrow,
.section-label,
.foundation-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.eyebrow, .section-label { color: var(--gold); }
.section-label.light { color: #f0cf83; }

h1, h2, h3 {
  color: var(--ink);
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: -.015em;
  line-height: 1.04;
}
h1 { max-width: 1000px; font-size: clamp(42px, 5vw, 64px); font-weight: 600; }
h2 { max-width: 930px; font-size: clamp(34px, 4vw, 48px); font-weight: 600; }
h3 { font-size: clamp(22px, 2vw, 27px); font-weight: 600; }
.lead {
  max-width: 850px;
  margin-top: 18px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.7;
}

.button {
  min-height: 44px;
  padding: 10px 19px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .08em;
}
.button-primary {
  color: #07111b;
  background: linear-gradient(135deg, var(--gold), #f0d08a);
  box-shadow: 0 12px 30px rgba(217, 181, 102, .16);
}
.button-light { color: #07111b; background: #f6f8fa; }
.text-link { color: #dfe8ee; font-size: 14px; }
.text-link span { color: var(--teal); }

.section { padding: 62px 0; }
.section-intro { margin-bottom: 30px; }
.section-intro p:last-child,
.insight p,
.focus-card p,
.process-list p { color: var(--ink-2); }

.section-approach { background: var(--surface); }
.insight-grid { gap: 16px; }
.insight {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.icon-orbit { width: 54px; height: 54px; margin-bottom: 16px; }
.icon-orbit svg { width: 31px; height: 31px; }
.icon-coral { color: #ffc1ad; background: rgba(233, 138, 110, .14); }
.icon-gold { color: #f0cf83; background: rgba(217, 181, 102, .14); }
.icon-teal { color: #8be0d3; background: rgba(79, 195, 179, .14); }
.icon-blue { color: #9bc9e7; background: rgba(79, 143, 187, .14); }
.insight h3 { font-size: 24px; margin-bottom: 9px; }
.insight p { font-size: 14px; }

.section-commitment {
  background:
    radial-gradient(circle at 100% 0%, rgba(79,195,179,.16), transparent 34%),
    linear-gradient(135deg, #0a2430, #0d3540);
}
.commitment-grid { gap: 44px; }
.commitment-copy > p:last-child,
.pillar p { color: rgba(239, 245, 248, .72); }
.commitment-pillars,
.pillar { border-color: rgba(239, 245, 248, .16); }
.pillar h3 { font-size: 25px; }
.pillar-number { color: var(--gold); }

.section-focus { background: #08141f; }
.focus-grid { border-color: var(--line); }
.focus-card {
  min-height: 218px;
  padding: 23px 22px;
  border-color: var(--line);
  background: rgba(255,255,255,.018);
}
.focus-card:hover { background: var(--surface-2); }
.focus-card span { margin-bottom: 22px; color: var(--teal); }
.focus-card h3 { min-height: auto; font-size: 24px; line-height: 1.12; }
.focus-card p { font-size: 14px; }

.section-foundation { background: var(--surface); }
.foundation-grid { gap: 14px; }
.foundation-card {
  min-height: 250px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.13);
}
.foundation-card h3 { font-size: 27px; line-height: 1.12; }
.foundation-card.mission {
  color: var(--ink);
  background: linear-gradient(145deg, #17293a, #102130);
  border-top: 4px solid var(--gold);
}
.foundation-card.vision {
  color: var(--ink);
  background: linear-gradient(145deg, #15323a, #0d242d);
  border-top: 4px solid var(--teal);
}
.foundation-card.responsibility {
  color: var(--ink);
  background: linear-gradient(145deg, #34251f, #201b1a);
  border-top: 4px solid var(--coral);
}

.section-process { background: #08141f; }
.process-list,
.process-list li { border-color: var(--line); }
.process-list span { color: var(--teal); }
.process-list h3 { font-size: 25px; }

.section-connect {
  background:
    radial-gradient(circle at 15% 10%, rgba(217,181,102,.12), transparent 28%),
    linear-gradient(140deg, #0b2d39, #0e4551);
}
.connect-grid { gap: 44px; }
.connect-copy > p { color: rgba(239,245,248,.76); }
.contact-card {
  padding: 22px 26px;
  color: var(--ink);
  background: #0b1b29;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
}
.contact-card div { border-color: var(--line); }
.contact-card span { color: var(--gold); }
.contact-card a { color: #edf4f7; }

.site-footer { background: #040a11; }
.footer-brand {
  width: 210px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
}
.footer-brand img { width: 185px; height: 60px; filter: none; }
.footer-brand p { margin-bottom: 0; }
.footer-brand p,
.footer-meta p { color: rgba(239,245,248,.64); }
.footer-links a { color: #eef4f7; }
.footer-bottom { border-color: rgba(255,255,255,.12); }

@media (max-width: 980px) {
  h1 { font-size: clamp(40px, 7vw, 56px); }
  h2 { font-size: clamp(32px, 5vw, 44px); }
  .insight-grid { gap: 16px; }
}

@media (max-width: 760px) {
  .site-nav {
    background: #0b1b29;
    border: 1px solid var(--line);
  }
  .site-nav a { color: #edf3f7; border-color: var(--line); }
  .hero { padding: 44px 0 48px; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  h3 { font-size: 23px; }
  .lead { font-size: 16px; }
  .section { padding: 52px 0; }
  .foundation-card { min-height: 215px; }
  .footer-brand { width: 195px; }
}



/* =========================================================
   Logo moved below the header, aligned to the right of hero
   ========================================================= */
.header-inner {
  min-height: 74px;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  color: #f3f7fa;
  text-decoration: none;
  line-height: 1;
}

.brand-text span {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .01em;
}

.brand-text small {
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.hero-copy {
  max-width: 760px;
}

.hero-logo-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 4px;
}

.hero-logo-card {
  width: min(100%, 430px);
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.hero-logo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    gap: 30px;
  }
  .hero-logo-card {
    padding: 16px 18px;
  }
}

@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-logo-wrap {
    justify-content: center;
    order: -1;
    padding-top: 0;
  }
  .hero-logo-card {
    width: min(100%, 420px);
  }
  .hero-copy {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 70px;
  }
  .brand-text span {
    font-size: 23px;
  }
  .brand-text small {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .site-nav {
    top: 68px;
  }
  .hero-logo-card {
    padding: 14px 16px;
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .brand-text span {
    font-size: 21px;
  }
  .brand-text small {
    max-width: 190px;
  }
}
