:root {
  --navy-deep: #0e1a33;
  --navy: #1a2747;
  --signal-blue: #4a8acf;
  --bg: #fafbfc;
  --fg: #1a2240;
  --fg-muted: #6b7390;
  --border: #e3e6ee;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 300;
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.serif { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; letter-spacing: -0.01em; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 24px 0;
  transition: all 0.5s ease;
}
.site-header.scrolled {
  background: rgba(14, 26, 51, 0.95);
  backdrop-filter: blur(12px);
  padding: 16px 0;
}
.header-inner {
  max-width: 1600px; margin: 0 auto; padding: 0 48px;
  display: flex; justify-content: space-between; align-items: center;
  color: white;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-x { font-family: 'Cormorant Garamond', serif; font-size: 32px; line-height: 1; }
.logo-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: 0.1em; }
.logo-sub { font-size: 10px; letter-spacing: 0.3em; opacity: 0.8; margin-top: 2px; }
.nav-link {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  transition: color 0.2s;
}
.nav-link:hover { color: var(--signal-blue); }

/* Hero */
.hero {
  position: relative; height: 100vh; min-height: 700px; overflow: hidden;
  background: var(--navy-deep);
}
.hero img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(14,26,51,0.5) 0%, rgba(14,26,51,0.2) 30%, rgba(14,26,51,0.85) 100%),
    linear-gradient(to right, rgba(14,26,51,0.55) 0%, rgba(14,26,51,0) 60%);
}
.hero-content {
  position: relative; height: 100%;
  max-width: 1600px; margin: 0 auto; padding: 0 80px;
  display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 128px;
}
.hero-inner { max-width: 800px; }
.eyebrow {
  color: rgba(255,255,255,0.85);
  font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase;
  margin-bottom: 24px;
}
.hero h1 {
  color: #fff; font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(48px, 8vw, 88px); line-height: 1.05;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.hero h1 em { color: var(--signal-blue); font-style: normal; }
.scroll-cue {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-cue::after {
  content: ''; width: 1px; height: 48px; background: rgba(255,255,255,0.5);
}

/* Sections */
.section { padding: 128px 80px; }
.container { max-width: 1400px; margin: 0 auto; }
.section-eyebrow {
  color: var(--signal-blue);
  font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase;
  margin-bottom: 24px;
}
.section h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: clamp(40px, 5vw, 60px); line-height: 1.1; color: var(--navy-deep);
}

/* Who We Are */
.who { background: var(--bg); }
.who-grid { display: grid; grid-template-columns: 4fr 1fr 7fr; gap: 48px; }
.who-text { grid-column: 3; display: flex; flex-direction: column; gap: 24px; }
.who-text p { font-size: 18px; line-height: 1.7; color: rgba(26,34,64,0.8); }
.stats {
  padding-top: 24px; margin-top: 24px;
  border-top: 1px solid rgba(227,230,238,0.6);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.stat-n { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--navy-deep); }
.stat-l { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-muted); margin-top: 8px; }

/* Century */
.century { position: relative; background: var(--navy-deep); color: white; overflow: hidden; }
.century-bg { position: absolute; inset: 0; opacity: 0.2; }
.century-bg img { width: 100%; height: 100%; object-fit: cover; }
.century-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--navy-deep), rgba(14,26,51,0.8), transparent);
}
.century .container { position: relative; }
.century-grid { display: grid; grid-template-columns: 5fr 1fr 6fr; gap: 48px; }
.century h2 { color: white; font-size: clamp(48px, 6vw, 72px); }
.century-text { grid-column: 3; display: flex; flex-direction: column; gap: 24px; }
.century-text p { color: rgba(255,255,255,0.85); line-height: 1.7; }
.quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px;
  color: white; padding-left: 24px; border-left: 2px solid var(--signal-blue);
  margin-top: 16px;
}

/* Timeline */
.timeline-section { background: var(--bg); }
.timeline-head { text-align: center; max-width: 640px; margin: 0 auto 80px; }
.timeline-head p { margin-top: 32px; line-height: 1.7; color: rgba(26,34,64,0.7); }
.timeline-list { display: flex; flex-direction: column; gap: 80px; }
.timeline-item { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.timeline-item.reverse { direction: rtl; }
.timeline-item.reverse > * { direction: ltr; }
.timeline-img { overflow: hidden; }
.timeline-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform 0.7s ease;
}
.timeline-img:hover img { transform: scale(1.05); }
.timeline-text { padding: 0 40px; }
.timeline-year {
  font-family: 'Cormorant Garamond', serif;
  color: var(--signal-blue); font-size: 48px; margin-bottom: 12px;
}
.timeline-text h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 30px; color: var(--navy-deep); margin-bottom: 4px;
}
.timeline-sub {
  font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--fg-muted); margin-bottom: 20px;
}
.timeline-text p { color: rgba(26,34,64,0.75); line-height: 1.7; }

/* Footer */
.site-footer {
  background: var(--navy-deep); color: white;
  padding: 96px 80px 40px;
}
.footer-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 5fr 3fr 3fr; gap: 48px;
  padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-about p { color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 440px; }
.footer-h {
  color: var(--signal-blue);
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-grid address {
  font-style: normal; color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.7;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 8px; font-size: 14px; }
.footer-grid li a { color: rgba(255,255,255,0.8); transition: color 0.2s; }
.footer-grid li a:hover { color: var(--signal-blue); }
.footer-bottom {
  max-width: 1400px; margin: 0 auto; padding-top: 32px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; letter-spacing: 0.05em; color: rgba(255,255,255,0.6);
}
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--signal-blue); }

/* Animations */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Responsive */
@media (max-width: 1024px) {
  .section { padding: 80px 32px; }
  .who-grid, .century-grid { grid-template-columns: 1fr; gap: 32px; }
  .who-text, .century-text { grid-column: 1; }
  .header-inner { padding: 0 24px; }
  .hero-content { padding: 0 32px 96px; }
  .timeline-item, .timeline-item.reverse { grid-template-columns: 1fr; direction: ltr; }
  .timeline-text { padding: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer { padding: 64px 32px 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}
@media (max-width: 640px) {
  .stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .stat-n { font-size: 28px; }
}