@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #0f1b2d;
  --muted: #586474;
  --bg: #f3f8fb;
  --surface: #ffffff;
  --primary: #1f78a8;
  --primary-dark: #14577b;
  --accent: #f1a93a;
  --line: #d8e6ef;
  --shadow: 0 16px 34px rgba(15, 27, 45, 0.11);
}

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

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 5% -20%, #d6edf8 0%, #f5fbff 42%, #ffffff 100%);
  line-height: 1.65;
}

.container { width: min(1180px, 92%); margin: 0 auto; }

.topbar {
  background: linear-gradient(90deg, #0f3d5a, #1b678f);
  color: #dbedf8;
  font-size: 0.86rem;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
}

.brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1f78a8, #14577b);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.brand-title { font-weight: 800; letter-spacing: 0.2px; }
.brand-sub { color: #728191; font-size: 0.79rem; }

nav ul { list-style: none; display: flex; gap: 0.8rem; }
nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.45rem 0.76rem;
  border-radius: 999px;
  font-weight: 650;
}
nav a:hover, nav a.active { background: #e4f1f8; color: #1f78a8; }

.btn {
  border: 0;
  border-radius: 10px;
  padding: 0.78rem 1.2rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 750;
}

.btn-primary { background: linear-gradient(135deg, #1f78a8, #2d8fbf); color: #fff; }
.btn-outline { background: #fff; border: 1px solid #b4d0de; color: #165f86; }

.hero { padding: 3rem 0 2.3rem; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.1rem, 3.8vw, 3.8rem);
  line-height: 1.07;
  margin-bottom: 0.85rem;
}

.hero-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.hero-copy p { color: var(--muted); margin-bottom: 0.82rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }

.hero-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.hero-point {
  background: #f3f9fc;
  border: 1px solid #d4e7f1;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.hero-point strong {
  display: block;
  color: #175f86;
  font-size: 0.95rem;
  margin-bottom: 0.12rem;
}

.hero-point span { color: var(--muted); font-size: 0.9rem; }

.hero-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.75fr;
  gap: 0.9rem;
}

.hero-main,
.hero-side,
.hero-bottom,
.card img,
.gallery img,
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-main { grid-column: 1/3; min-height: 330px; }
.hero-side { min-height: 220px; }
.hero-bottom { min-height: 220px; }

section { padding: 2.8rem 0; }

.section-head { margin-bottom: 1rem; }
.section-head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  line-height: 1.15;
  margin-bottom: 0.3rem;
}
.section-head p { color: var(--muted); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.card img { height: 210px; border: 0; border-radius: 0; box-shadow: none; }
.card .body { padding: 0.92rem; }
.card h3 { color: #1c6f9b; margin-bottom: 0.28rem; }
.card p { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
  align-items: center;
}

.points { display: grid; gap: 0.75rem; }

.point {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
}

.point strong { color: #1b6e9a; }

.photo img { height: 420px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.metric {
  background: linear-gradient(140deg, #1a638b, #2a88b7);
  color: #fff;
  border-radius: 14px;
  padding: 0.9rem;
}

.metric strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.highlight {
  background: linear-gradient(130deg, #0f3d5a, #1b678f 56%, #2c93c1);
  color: #e8f5fc;
  border-radius: 20px;
  padding: 1.8rem;
}

.highlight h2 { margin-bottom: 0.48rem; }
.highlight p { margin-bottom: 1rem; max-width: 760px; }

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.9rem;
}

.gallery img { height: 250px; }
.gallery .tall img { height: 516px; }

.page-hero { padding: 2.4rem 0 1rem; }
.page-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.page-hero p { color: var(--muted); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem;
}

.contact-card h3 { color: #1b6e9a; margin-bottom: 0.2rem; }
.contact-card p { color: var(--muted); }

footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  text-align: center;
  color: #70808f;
  padding: 1.2rem 0 1.8rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .hero-media,
  .grid-3,
  .split,
  .metrics,
  .gallery,
  .contact-grid { grid-template-columns: 1fr; }

  .hero-main { grid-column: auto; }
  .gallery .tall img { height: 250px; }

  nav ul { flex-wrap: wrap; justify-content: flex-end; gap: 0.35rem; }

  .topbar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
}
