@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── LDM Animation — Brand Identity 2024 (CORRECT) ── */
  --white:   #FFFFFF;   /* Primary background */
  --royal:   #1B3F8B;   /* Primary / CTA color */
  --mid:     #2952A3;   /* Mid blue accent */
  --ice:     #EEF2FA;   /* Alternate section background */
  --navy:    #0D2560;   /* Footer only */
  --text:    #0D2560;   /* Body text (navy) */
  --text-md: #3a4f7a;   /* Muted body text */
  --border:  #c8d5ee;   /* Borders / dividers */

  --ff-d: 'Bebas Neue', Impact, sans-serif;  /* Display */
  --ff-b: 'DM Sans', sans-serif;             /* Body Light */

  --max:   1200px;
  --nav-h: 68px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--ff-b); font-weight: 300; background: var(--white); color: var(--text); line-height: 1.7; overflow-x: hidden; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

/* ── NAV — White bg, Royal Blue accents ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h);
  background: var(--white); border-bottom: 1px solid var(--border);
  z-index: 900; display: flex; align-items: center;
}
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-wordmark { font-family: var(--ff-d); font-size: 1.55rem; letter-spacing: 0.08em; color: var(--royal); text-decoration: none; }
.nav-links { display: flex; list-style: none; align-items: center; gap: 2px; }
.nav-links a { font-family: var(--ff-b); font-size: 0.78rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-md); text-decoration: none; padding: 7px 14px; border-radius: 2px; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--royal); }
/* Primary CTA button: Royal Blue + white text */
.nav-links .cta { background: var(--royal); color: var(--white) !important; margin-left: 10px; padding: 8px 20px; transition: background 0.2s; }
.nav-links .cta:hover { background: var(--mid); }
.nav-socials { display: flex; gap: 14px; margin-left: 16px; }
.nav-socials a { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-md); text-decoration: none; transition: color 0.2s; }
.nav-socials a:hover { color: var(--royal); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--royal); }
/* Mobile menu: white bg */
.mob-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--royal); padding: 28px 32px; z-index: 899; }
.mob-menu.open { display: block; }
.mob-menu ul { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.mob-menu a { font-size: 1rem; color: var(--text); text-decoration: none; }

/* ── FOOTER — Navy background ── */
footer { background: var(--navy); padding: 48px 0 32px; }
.footer-grid { max-width: var(--max); margin: 0 auto; padding: 0 32px 36px; display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: start; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 24px; }
.footer-wm { font-family: var(--ff-d); font-size: 1.8rem; letter-spacing: 0.08em; color: var(--white); margin-bottom: 8px; }
.footer-tagline { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.35); letter-spacing: 0.06em; }
.footer-col h4 { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 0.82rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.2); }

/* ── BUTTONS ── */
/* Primary: Royal Blue #1B3F8B + white text */
.btn-primary { display: inline-block; background: var(--royal); color: var(--white); font-family: var(--ff-d); font-size: 1.1rem; letter-spacing: 0.1em; text-decoration: none; padding: 14px 36px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; border-radius: 2px; }
.btn-primary:hover { background: var(--mid); transform: translateY(-2px); }
/* Secondary: Outline Royal Blue on light background */
.btn-outline { display: inline-block; background: transparent; color: var(--royal); font-family: var(--ff-d); font-size: 1.1rem; letter-spacing: 0.1em; text-decoration: none; padding: 12px 36px; border: 2px solid var(--royal); cursor: pointer; transition: all 0.2s; border-radius: 2px; }
.btn-outline:hover { background: var(--royal); color: var(--white); }
/* Ghost: for use on dark/navy backgrounds */
.btn-ghost { display: inline-block; background: transparent; color: var(--white); font-family: var(--ff-d); font-size: 1.1rem; letter-spacing: 0.1em; text-decoration: none; padding: 12px 36px; border: 2px solid rgba(255,255,255,0.4); cursor: pointer; transition: all 0.2s; border-radius: 2px; }
.btn-ghost:hover { border-color: var(--white); }

/* ── EYEBROW LABEL ── */
.eyebrow { font-family: var(--ff-b); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 3px; background: var(--royal); }
.eyebrow.on-dark { color: rgba(255,255,255,0.5); }
.eyebrow.on-dark::before { background: var(--white); opacity: 0.4; }

/* ── DISPLAY TITLE ── */
.d-title { font-family: var(--ff-d); letter-spacing: 0.03em; line-height: 0.94; color: var(--navy); }
.d-title.light { color: var(--white); }
.d-title .accent { color: var(--royal); }
.d-title .accent-ice { color: var(--ice); }

/* ── BODY TEXT ── */
.b-text { font-size: 1rem; font-weight: 300; color: var(--text-md); line-height: 1.85; }
.b-text.light { color: rgba(255,255,255,0.6); }

/* ── IMAGE PLACEHOLDER ── */
/* On white/ice bg */
.ph { background: var(--ice); border: 1px dashed var(--border); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--border); font-family: var(--ff-d); font-size: 0.85rem; letter-spacing: 0.06em; text-align: center; padding: 20px; }
/* On navy bg */
.ph.on-navy { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.15); }
.ph img { width: 100%; height: 100%; object-fit: cover; display: none; border-radius: 2px; }

/* ── SECTION BACKGROUNDS ── */
/* White — default */
.bg-white { background: var(--white); }
/* Ice Blue — alternate sections */
.bg-ice { background: var(--ice); }
/* Navy — footer and accent sections only */
.bg-navy { background: var(--navy); }
/* Royal — strong CTA sections */
.bg-royal { background: var(--royal); }

/* ── SECTION SPACING ── */
.section { padding: 100px 0; }
.divider { width: 100%; height: 1px; background: var(--border); }

/* ── SCROLL ANIMATION ── */
.fu { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fu.in { opacity: 1; transform: translateY(0); }
.fu:nth-child(2) { transition-delay: 0.09s; }
.fu:nth-child(3) { transition-delay: 0.18s; }
.fu:nth-child(4) { transition-delay: 0.27s; }
.fu:nth-child(5) { transition-delay: 0.36s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-socials { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
