:root { --bg-deep: #050b14; --bg-panel: #0c1a29; --bg-panel-2: #0f2237; --brand-teal: #0e6690; --brand-teal-light: #2ba0cf; --gold: #e8b04b; --gold-soft: #f3cd82; --text-main: #eaf2f8; --text-muted: #9fb3c4; --border-soft: rgba(255, 255, 255, 0.08); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg-deep); color: var(--text-main); font-family: 'Jost', 'Segoe UI', sans-serif; font-weight: 300; position: relative; min-height: 100vh; }
h1, h2, h3, .hero-title, .section-heading { font-family: 'Oswald', 'Segoe UI', sans-serif; letter-spacing: 0.03em; }

/* ---------- Starfield background ---------- */
#starfield { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: radial-gradient(ellipse at 50% -10%, #0c2436 0%, #050b14 55%, #020509 100%); }

/* ---------- Hero ---------- */
.hero { min-height: 92vh; padding: 3rem 1rem; position: relative; }
.hero-content { max-width: 640px; }
.hero-logo { max-width: 220px; width: 60vw; filter: drop-shadow(0 0 18px rgba(43, 160, 207, 0.35)); }
.hero-title { font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 700; margin-bottom: 0.25rem; color: var(--text-main); text-shadow: 0 0 24px rgba(43, 160, 207, 0.25); }
.hero-tagline { font-family: 'Jost', sans-serif; font-style: italic; font-weight: 400; font-size: 1.25rem; color: var(--gold-soft); letter-spacing: 0.08em; margin-bottom: 1.5rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: var(--text-muted); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border-soft); border-radius: 999px; padding: 0.55rem 1.1rem; max-width: 100%; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px 2px rgba(232, 176, 75, 0.7); flex-shrink: 0; animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.btn-outline-glow { border: 1px solid var(--brand-teal-light); color: var(--text-main); background: rgba(43, 160, 207, 0.08); padding: 0.65rem 1.6rem; border-radius: 999px; font-family: 'Jost', sans-serif; letter-spacing: 0.04em; transition: all 0.25s ease; }
.btn-outline-glow:hover { background: var(--brand-teal-light); color: #04121c; box-shadow: 0 0 22px rgba(43, 160, 207, 0.55); }

/* ---------- Sections ---------- */
main section { position: relative; border-top: 1px solid var(--border-soft); }
.section-heading { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 600; color: var(--text-main); margin-bottom: 0.75rem; }
.section-heading::after { content: ""; display: block; width: 56px; height: 3px; margin: 0.6rem auto 0; background: linear-gradient(90deg, var(--brand-teal-light), var(--gold)); border-radius: 3px; }
.section-subheading { color: var(--text-muted); font-size: 0.95rem; }
.about-text { color: #d7e3ec; font-weight: 300; }
.about-note { color: var(--text-muted); font-size: 0.9rem; font-style: italic; }
.location-note { color: var(--text-muted); font-size: 0.9rem; }
.location-note a { color: var(--brand-teal-light); }

/* ---------- Social / contact links ---------- */
.social-links { font-size: 0.9rem; color: var(--text-muted); }
.social-links a { color: var(--brand-teal-light); text-decoration: none; }
.social-links a:hover { text-decoration: underline; }
.social-sep { color: var(--text-muted); margin: 0 0.4rem; }
.footer-links { margin-bottom: 0.4rem; font-size: 0.85rem; }
.footer-links a { color: var(--brand-teal-light); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* ---------- Filter bar ---------- */
.filter-chip { border: 1px solid var(--border-soft); background: rgba(255, 255, 255, 0.03); color: var(--text-muted); padding: 0.4rem 1rem; border-radius: 999px; font-size: 0.85rem; letter-spacing: 0.02em; transition: all 0.2s ease; cursor: pointer; }
.filter-chip:hover { border-color: var(--brand-teal-light); color: var(--text-main); }
.filter-chip.active { background: var(--brand-teal); border-color: var(--brand-teal-light); color: #fff; box-shadow: 0 0 14px rgba(14, 102, 144, 0.6); }

/* ---------- Timeline ---------- */
.timeline { position: relative; max-width: 780px; margin: 0 auto; padding-left: 2.2rem; }
.timeline::before { content: ""; position: absolute; left: 0.5rem; top: 0.3rem; bottom: 0.3rem; width: 2px; background: linear-gradient(180deg, var(--brand-teal-light), rgba(43, 160, 207, 0.05)); }
.timeline-month { position: relative; margin: 2.2rem 0 1rem; font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-soft); }
.timeline-month:first-child { margin-top: 0; }
.timeline-item { position: relative; padding: 0.9rem 0 0.9rem 1.4rem; margin-bottom: 0.6rem; border-radius: 10px; transition: background 0.2s ease, transform 0.2s ease; }
.timeline-item::before { content: ""; position: absolute; left: -1.72rem; top: 1.35rem; width: 11px; height: 11px; border-radius: 50%; background: var(--bg-deep); border: 2px solid var(--brand-teal-light); transition: box-shadow 0.2s ease; }
.timeline-item.special::before { border-color: var(--gold); box-shadow: 0 0 10px 2px rgba(232, 176, 75, 0.5); }
.timeline-item:hover { background: rgba(255, 255, 255, 0.03); transform: translateX(3px); }
.timeline-item .ti-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 0.9rem; }
.ti-date { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 0.95rem; color: var(--text-main); min-width: 132px; }
.ti-time { font-size: 0.82rem; color: var(--brand-teal-light); background: rgba(43, 160, 207, 0.1); border-radius: 6px; padding: 0.1rem 0.5rem; white-space: nowrap; }
.timeline-item.special .ti-time { color: var(--gold-soft); background: rgba(232, 176, 75, 0.12); }
.ti-title { font-size: 1.02rem; font-weight: 500; color: var(--text-main); flex-basis: 100%; margin-top: 0.15rem; }
.ti-title.ti-link { text-decoration: none; display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem; cursor: pointer; }
.ti-title.ti-link:hover { color: var(--brand-teal-light); }
.ti-title.ti-link:hover .ti-link-icon { transform: translate(2px, -2px); }
.ti-link-icon { font-size: 0.85em; color: var(--brand-teal-light); transition: transform 0.2s ease; }
.ti-link-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); border: 1px solid var(--border-soft); border-radius: 5px; padding: 0.05rem 0.4rem; }
.ti-desc { font-size: 0.86rem; color: var(--text-muted); margin-top: 0.35rem; flex-basis: 100%; line-height: 1.5; }
.ti-badge { display: inline-block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-soft); border: 1px solid rgba(232, 176, 75, 0.4); border-radius: 6px; padding: 0.05rem 0.45rem; }
.timeline-empty { text-align: center; color: var(--text-muted); padding: 2rem 0; font-style: italic; }

/* ---------- Footer ---------- */
footer { color: var(--text-muted); font-size: 0.85rem; border-top: 1px solid var(--border-soft); }
.footer-sub { font-size: 0.78rem; opacity: 0.7; }

/* ---------- Responsive ---------- */
@media (max-width: 576px) { .timeline { padding-left: 1.6rem; } .ti-date { min-width: 100%; } }
