@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,800;1,400&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap";:root{--navy: #001A4D;--gold: #D4AF37;--sage: #6B8E69;--bg-warm: #FAFAF8;--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}.hero[data-astro-cid-bbe6dxrz]{background-color:var(--bg-warm);color:var(--navy);font-family:IBM Plex Sans,sans-serif;position:relative;overflow:hidden;padding:6rem 1.5rem;min-height:100vh;display:flex;align-items:center}.hero__texture[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(0,26,77,.03) 1px,transparent 0);background-size:24px 24px;pointer-events:none;z-index:0}.hero__container[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.hero__title[data-astro-cid-bbe6dxrz]{font-family:Playfair Display,serif;font-weight:800;font-size:clamp(3rem,8vw,6.5rem);line-height:.95;letter-spacing:-.02em;margin:1.5rem 0 1rem;display:flex;align-items:flex-start;gap:1.5rem}.hero__title-number[data-astro-cid-bbe6dxrz]{font-size:.5em;line-height:1.4;color:var(--gold);font-weight:400;font-style:italic;border:1px solid var(--gold);border-radius:4px;padding:.2em .4em;transform:translateY(.5em);flex-shrink:0}.hero__title-text[data-astro-cid-bbe6dxrz]{display:block}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--sage);margin:0 0 3rem;font-weight:400}.hero__badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--navy);padding:.5rem 1rem;border:1px solid rgba(0,26,77,.15);border-radius:999px;background:#fff9;backdrop-filter:blur(4px)}.hero__badge-icon[data-astro-cid-bbe6dxrz]{width:18px;height:18px;color:var(--gold)}.hero__cta-group[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero__cta[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:4px;transition:all .3s var(--ease-out-quart);border:1px solid transparent}.hero__cta[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px;transition:transform .3s var(--ease-out-quart)}.hero__cta--primary[data-astro-cid-bbe6dxrz]{background-color:var(--navy);color:var(--bg-warm)}.hero__cta--primary[data-astro-cid-bbe6dxrz]:hover{background-color:var(--gold);color:var(--navy)}.hero__cta--primary[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{transform:translate(4px)}.hero__cta--ghost[data-astro-cid-bbe6dxrz]{color:var(--navy);border-color:var(--navy)}.hero__cta--ghost[data-astro-cid-bbe6dxrz]:hover{background-color:var(--navy);color:var(--bg-warm)}.hero__stats[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1.5rem;margin:0;padding-top:2rem;border-top:1px solid rgba(0,26,77,.1)}.hero__stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column-reverse;gap:.25rem}.hero__stat-value[data-astro-cid-bbe6dxrz]{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;color:var(--navy);margin:0;line-height:1}.hero__stat-label[data-astro-cid-bbe6dxrz]{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#001a4d99;margin:0}.hero__stat-divider[data-astro-cid-bbe6dxrz]{width:1px;height:32px;background-color:#001a4d26}.hero__timeline[data-astro-cid-bbe6dxrz]{display:none}@media (min-width: 1024px){.hero__container[data-astro-cid-bbe6dxrz]{grid-template-columns:1.4fr 1fr;gap:6rem}.hero__timeline[data-astro-cid-bbe6dxrz]{display:block;position:relative;padding-left:2rem;opacity:0;transform:translate(20px);animation:timelineReveal .8s var(--ease-out-quart) .4s forwards}.hero__timeline-line[data-astro-cid-bbe6dxrz]{position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,var(--gold) 20%,var(--sage) 80%,transparent)}.hero__timeline-list[data-astro-cid-bbe6dxrz]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2.5rem}.hero__timeline-item[data-astro-cid-bbe6dxrz]{position:relative;padding-left:1.5rem;display:flex;flex-direction:column;gap:.25rem}.hero__timeline-item[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;left:-2.3rem;top:.5rem;width:10px;height:10px;background-color:var(--bg-warm);border:2px solid var(--sage);border-radius:50%;z-index:2}.hero__timeline-item--start[data-astro-cid-bbe6dxrz]:before{border-color:var(--navy)}.hero__timeline-item--now[data-astro-cid-bbe6dxrz]:before{background-color:var(--gold);border-color:var(--gold);box-shadow:0 0 0 4px #d4af3733}.hero__timeline-year[data-astro-cid-bbe6dxrz]{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:var(--navy)}.hero__timeline-event[data-astro-cid-bbe6dxrz]{font-size:.95rem;color:#001a4db3;line-height:1.4}}@keyframes timelineReveal{to{opacity:1;transform:translate(0)}}.hero__cta[data-astro-cid-bbe6dxrz]:focus-visible,.hero__badge[data-astro-cid-bbe6dxrz]:focus-visible{outline:2px solid var(--gold);outline-offset:4px}@media (prefers-reduced-motion: reduce){[data-astro-cid-bbe6dxrz],[data-astro-cid-bbe6dxrz]:before,[data-astro-cid-bbe6dxrz]:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
