:root {
  --orange: #f7931e;
  --orange-dark: #e07d00;
  --brown: #453f33;
  --brown-2: #5a5343;
  --brown-deep: #322e25;
  --navy: #0d2236;
  --navy-2: #16314a;
  --ink: #1c2733;
  --muted: #5c6b7a;
  --line: #e6ebf0;
  --bg: #ffffff;
  --bg-alt: #f5f8fb;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(13, 34, 54, 0.08);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Sora", sans-serif; line-height: 1.15; color: var(--navy); margin: 0 0 .5em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1rem; color: var(--muted); }
.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.center { text-align: center; }

/* Buttons */
.btn {
  display: inline-block; padding: .85rem 1.6rem; border-radius: 999px;
  font-weight: 600; font-family: "Sora", sans-serif; font-size: .95rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease; cursor: pointer; border: none;
}
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(247,147,30,.35); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(50, 46, 37, .92);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand img { height: 34px; }
.nav { display: flex; align-items: center; gap: 1.8rem; }
.nav a { font-weight: 500; color: rgba(255,255,255,.85); font-size: .95rem; transition: color .15s; }
.nav a:hover { color: var(--orange); }
.nav .nav-cta { background: var(--orange); color: #fff; padding: .55rem 1.2rem; border-radius: 999px; }
.nav .nav-cta:hover { background: var(--orange-dark); color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(247,147,30,.30), transparent 60%),
    linear-gradient(160deg, var(--brown-2) 0%, var(--brown) 55%, var(--brown-deep) 100%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(70% 70% at 70% 0%, #000, transparent);
}
.hero-inner { position: relative; padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(5rem, 9vw, 7rem); max-width: 760px; }
.eyebrow { color: var(--orange); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; margin-bottom: 1rem; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5.5vw, 3.7rem); font-weight: 800; }
.hero h1 span { color: var(--orange); }
.lede { font-size: 1.15rem; color: rgba(255,255,255,.82); max-width: 620px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.8rem 0 1.6rem; }
.award-badge { display: inline-block; font-size: .9rem; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); padding: .5rem 1rem; border-radius: 999px; }

/* Stats */
.stats { background: var(--orange); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; padding: 2.4rem 0; gap: 1rem; }
.stat .num { display: block; font-family: "Sora", sans-serif; font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; color: #fff; }
.stat .label { color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 500; }

/* Sections */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-alt { background: var(--bg-alt); }
.kicker { color: var(--orange); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; margin-bottom: .6rem; }
.section-lede { font-size: 1.1rem; max-width: 640px; }
.center.section-lede { margin-inline: auto; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

/* About */
.col-media { display: grid; gap: 1rem; }
.col-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 220px; object-fit: cover; }
.timeline { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.timeline li { position: relative; padding: 0 0 1rem 5.2rem; color: var(--muted); }
.timeline li span { position: absolute; left: 0; top: 0; font-family: "Sora", sans-serif; font-weight: 700; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: .15rem .6rem; font-size: .85rem; }
.section-alt .timeline li span { background: var(--bg-alt); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-icon { font-size: 1.8rem; margin-bottom: .6rem; }
.card h3 { color: var(--navy); }
.card p { margin: 0; font-size: .95rem; }

/* Features */
.feature-row { display: grid; gap: 2.5rem; margin-top: 2.5rem; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.feature img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.feature-reverse img { order: 2; }
.feature h3 { font-size: 1.5rem; color: var(--navy); }
.link-arrow { color: var(--orange); font-weight: 600; font-family: "Sora", sans-serif; }
.link-arrow:hover { color: var(--orange-dark); }

/* Partners */
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.partner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; transition: transform .2s, box-shadow .2s; }
.partner:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.partner img { height: 60px; width: auto; object-fit: contain; margin-bottom: 1.2rem; }
.partner h3 { color: var(--navy); }
.partner p { margin: 0; font-size: .92rem; }

/* Testimonials */
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 2.5rem; }
.quote { margin: 0; background: var(--bg-alt); border-radius: var(--radius); padding: 2rem; border-left: 4px solid var(--orange); }
.section-alt .quote { background: #fff; }
.quote blockquote { margin: 0 0 1.2rem; font-size: 1.02rem; color: var(--ink); line-height: 1.7; }
.quote blockquote::before { content: "\201C"; color: var(--orange); font-size: 2.5rem; font-family: Georgia, serif; line-height: 0; vertical-align: -.4em; margin-right: .15em; }
.quote figcaption strong { display: block; color: var(--navy); font-family: "Sora", sans-serif; }
.quote figcaption span { color: var(--muted); font-size: .88rem; }

/* Contact */
.section-contact { background: var(--bg-alt); }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: 1rem; }
.contact-list .ci { font-size: 1.1rem; }
.contact-list a { color: var(--ink); }
.contact-list a:hover { color: var(--orange); }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); display: grid; gap: 1rem; }
.contact-form label { display: grid; gap: .35rem; font-size: .85rem; font-weight: 600; color: var(--navy); font-family: "Sora", sans-serif; }
.contact-form input, .contact-form textarea { font: inherit; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-alt); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--orange); border-color: transparent; }
.contact-form .btn { justify-self: start; }
.form-note { font-size: .8rem; color: var(--muted); margin: 0; }

/* Footer */
.site-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 3rem 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; text-align: center; }
.footer-logo { height: 40px; }
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: rgba(255,255,255,.8); font-size: .92rem; }
.footer-nav a:hover { color: var(--orange); }
.follow-us { display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.follow-label { font-family: "Sora", sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.social-links { display: flex; gap: .8rem; }
.social-links a {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  transition: background .2s, transform .2s, border-color .2s;
}
.social-links a:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: rgba(255,255,255,.85); }
.social-links a:hover svg { fill: #fff; }
.copyright { font-size: .82rem; max-width: 640px; margin: 0; }

/* Reveal animation (only when JS is active, so no-JS users see all content) */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* Responsive */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 72px 0 auto 0; background: var(--brown-deep); flex-direction: column;
    gap: 0; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.08);
    transform: translateY(-120%); transition: transform .3s ease; box-shadow: var(--shadow);
  }
  .nav.open { transform: none; }
  .nav a { width: 100%; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav .nav-cta { text-align: center; margin-top: .6rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .feature, .quote-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .feature-reverse img { order: 0; }
}
@media (max-width: 540px) {
  .cards, .partner-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; }
}
