.elementor-19 .elementor-element.elementor-element-802885b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-802885b */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:   #0d1f3c;
      --navy2:  #162d55;
      --gold:   #c8a84b;
      --gold2:  #e8c96a;
      --cream:  #faf7f0;
      --white:  #ffffff;
      --text:   #1a2a42;
      --muted:  #556a8a;
      --border: rgba(200,168,75,0.25);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--text);
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 48px;
      background: rgba(13,31,60,0.96);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(200,168,75,0.2);
    }
    nav .logo img {
      height: 48px; width: auto;
    }
    nav .logo-fallback {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px; font-weight: 700;
      color: var(--gold);
      letter-spacing: 0.04em;
      display: none;
    }
    nav .logo img.errored + .logo-fallback { display: block; }
    nav ul {
      list-style: none; display: flex; gap: 36px;
    }
    nav ul a {
      font-size: 14px; font-weight: 500; letter-spacing: 0.06em;
      text-transform: uppercase; color: rgba(255,255,255,0.75);
      text-decoration: none; transition: color 0.2s;
    }
    nav ul a:hover { color: var(--gold); }
    nav .nav-cta {
      background: var(--gold); color: var(--navy);
      padding: 10px 24px; border-radius: 4px;
      font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
      text-transform: uppercase; text-decoration: none;
      transition: background 0.2s, transform 0.15s;
    }
    nav .nav-cta:hover { background: var(--gold2); transform: translateY(-1px); }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      background: var(--navy);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      text-align: center;
      padding: 120px 24px 80px;
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 50% 110%, rgba(200,168,75,0.12) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 20% 20%, rgba(22,45,85,0.8) 0%, transparent 60%);
      pointer-events: none;
    }
    .hero-geo {
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      pointer-events: none; overflow: hidden;
    }
    .hero-geo svg { width: 100%; height: 100%; opacity: 0.04; }

    .hero-eyebrow {
      font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--gold); font-weight: 600;
      margin-bottom: 28px;
      opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
    }
    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(52px, 8vw, 112px);
      font-weight: 600; line-height: 1.0;
      color: var(--white);
      letter-spacing: -0.01em;
      max-width: 900px;
      margin-bottom: 32px;
      opacity: 0; animation: fadeUp 0.9s 0.4s forwards;
    }
    .hero h1 em {
      font-style: italic; color: var(--gold);
    }
    .hero-divider {
      width: 60px; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      margin: 0 auto 32px;
      opacity: 0; animation: fadeUp 0.8s 0.6s forwards;
    }
    .hero p {
      font-size: clamp(16px, 2vw, 20px);
      color: rgba(255,255,255,0.7); line-height: 1.75;
      max-width: 680px; font-weight: 300;
      opacity: 0; animation: fadeUp 0.8s 0.7s forwards;
    }
    .hero-scroll {
      margin-top: 72px;
      display: flex; flex-direction: column; align-items: center; gap: 8px;
      opacity: 0; animation: fadeUp 0.8s 1.1s forwards;
    }
    .hero-scroll span {
      font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
      color: rgba(255,255,255,0.35);
    }
    .scroll-dot {
      width: 1px; height: 48px;
      background: linear-gradient(to bottom, var(--gold), transparent);
      animation: scrollPulse 2s infinite;
    }

    /* ── MISSION BAND ── */
    .mission-band {
      background: var(--gold);
      padding: 28px 48px;
      text-align: center;
    }
    .mission-band p {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(18px, 2.5vw, 26px);
      font-weight: 600; font-style: italic;
      color: var(--navy);
      max-width: 860px; margin: 0 auto;
      line-height: 1.5;
    }

    /* ── SECTIONS COMMON ── */
    section { padding: 100px 24px; }
    .container { max-width: 1100px; margin: 0 auto; }

    .section-label {
      font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); font-weight: 600; margin-bottom: 16px;
      display: flex; align-items: center; gap: 12px;
    }
    .section-label::after {
      content: ''; flex: 0 0 40px; height: 1px;
      background: var(--gold); display: block;
    }
    h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 5vw, 60px);
      font-weight: 600; line-height: 1.1;
      color: var(--navy); margin-bottom: 20px;
    }
    h2 em { font-style: italic; color: var(--gold); }
    .section-intro {
      font-size: 18px; color: var(--muted);
      line-height: 1.75; max-width: 640px;
      font-weight: 300;
    }

    /* ── ABOUT ── */
    .about { background: var(--cream); }
    .about-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 48px; margin-top: 64px;
    }
    .about-card {
      background: var(--white);
      border: 1px solid rgba(200,168,75,0.2);
      border-top: 4px solid var(--gold);
      padding: 48px 40px;
      position: relative;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .about-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 60px rgba(13,31,60,0.1);
    }
    .about-card-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 80px; font-weight: 700;
      color: rgba(200,168,75,0.12);
      position: absolute; top: 16px; right: 24px;
      line-height: 1;
    }
    .about-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px; font-weight: 600;
      color: var(--navy); margin-bottom: 16px;
      line-height: 1.2;
    }
    .about-card p {
      font-size: 15px; color: var(--muted);
      line-height: 1.8; font-weight: 300;
    }

    /* ── WHAT WE'RE BUILDING ── */
    .building {
      background: var(--navy);
      position: relative; overflow: hidden;
    }
    .building::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 80% at 90% 50%, rgba(200,168,75,0.07) 0%, transparent 70%);
      pointer-events: none;
    }
    .building .section-label { color: var(--gold2); }
    .building h2 { color: var(--white); }
    .building h2 em { color: var(--gold); }
    .building .section-intro { color: rgba(255,255,255,0.55); }

    .building-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 2px; margin-top: 64px;
      border: 1px solid rgba(200,168,75,0.15);
    }
    .building-item {
      padding: 48px 36px;
      border-right: 1px solid rgba(200,168,75,0.1);
      transition: background 0.3s;
    }
    .building-item:last-child { border-right: none; }
    .building-item:hover { background: rgba(200,168,75,0.05); }
    .building-icon {
      width: 48px; height: 48px;
      border: 1px solid rgba(200,168,75,0.3);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 28px;
    }
    .building-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
    .building-item h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px; font-weight: 600;
      color: var(--white); margin-bottom: 12px;
    }
    .building-item p {
      font-size: 14px; color: rgba(255,255,255,0.45);
      line-height: 1.8; font-weight: 300;
    }

    /* ── GET INVOLVED ── */
    .involved { background: var(--cream); }
    .involved-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 28px; margin-top: 64px;
    }
    .cta-card {
      background: var(--white);
      border: 1px solid rgba(13,31,60,0.08);
      padding: 44px 36px;
      display: flex; flex-direction: column;
      position: relative; overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .cta-card::before {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 3px; background: var(--gold);
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.4s;
    }
    .cta-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(13,31,60,0.1); }
    .cta-card:hover::before { transform: scaleX(1); }

    .cta-tag {
      font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--gold); font-weight: 600;
      background: rgba(200,168,75,0.1);
      padding: 4px 12px; border-radius: 20px;
      display: inline-block; margin-bottom: 24px;
      width: fit-content;
    }
    .cta-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 26px; font-weight: 600;
      color: var(--navy); margin-bottom: 14px;
      line-height: 1.2;
    }
    .cta-card p {
      font-size: 14px; color: var(--muted);
      line-height: 1.8; font-weight: 300;
      flex: 1; margin-bottom: 32px;
    }
    .cta-btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 28px;
      font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
      text-transform: uppercase; text-decoration: none;
      transition: all 0.2s;
    }
    .cta-btn-primary {
      background: var(--navy); color: var(--white);
    }
    .cta-btn-primary:hover { background: var(--navy2); }
    .cta-btn-gold {
      background: var(--gold); color: var(--navy);
    }
    .cta-btn-gold:hover { background: var(--gold2); }
    .cta-btn-outline {
      background: transparent; color: var(--navy);
      border: 2px solid var(--navy);
    }
    .cta-btn-outline:hover { background: var(--navy); color: var(--white); }
    .cta-btn svg {
      width: 16px; height: 16px; transition: transform 0.2s;
    }
    .cta-btn:hover svg { transform: translateX(4px); }

    /* ── QUOTE ── */
    .quote-section {
      background: var(--navy2);
      padding: 80px 24px;
      text-align: center;
    }
    .quote-section blockquote {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(24px, 3.5vw, 42px);
      font-weight: 400; font-style: italic;
      color: var(--white); line-height: 1.5;
      max-width: 800px; margin: 0 auto;
    }
    .quote-section blockquote span {
      color: var(--gold);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--navy);
      padding: 60px 48px 40px;
      border-top: 1px solid rgba(200,168,75,0.15);
    }
    .footer-inner {
      max-width: 1100px; margin: 0 auto;
      display: flex; justify-content: space-between; align-items: flex-start;
      gap: 48px;
    }
    .footer-brand img { height: 44px; }
    .footer-brand .logo-fallback {
      font-family: 'Cormorant Garamond', serif;
      font-size: 26px; font-weight: 700; color: var(--gold);
    }
    .footer-brand p {
      font-size: 13px; color: rgba(255,255,255,0.35);
      margin-top: 12px; max-width: 280px; line-height: 1.7;
    }
    .footer-contact h4 {
      font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 14px;
    }
    .footer-contact a {
      display: block; font-size: 15px;
      color: rgba(255,255,255,0.65);
      text-decoration: none; transition: color 0.2s;
    }
    .footer-contact a:hover { color: var(--gold); }
    .footer-bottom {
      max-width: 1100px; margin: 48px auto 0;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.06);
      font-size: 12px; color: rgba(255,255,255,0.25);
      display: flex; justify-content: space-between;
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes scrollPulse {
      0%, 100% { opacity: 0.3; transform: scaleY(1); }
      50% { opacity: 1; transform: scaleY(1.15); }
    }

    .reveal {
      opacity: 0; transform: translateY(32px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      nav { padding: 16px 24px; }
      nav ul { display: none; }
      .about-grid, .building-grid, .involved-grid { grid-template-columns: 1fr; }
      .building-item { border-right: none; border-bottom: 1px solid rgba(200,168,75,0.1); }
      .footer-inner { flex-direction: column; }
    }/* End custom CSS */