:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --text: #102033;
  --muted: #5e7188;
  --line: #d6e0ec;
  --primary: #173b63;
  --primary-2: #27527f;
  --accent: #b58a44;
  --accent-2: #d4af67;
  --shadow: 0 24px 60px rgba(16, 32, 51, .12);
  --radius: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.topbar {
  background: var(--primary);
  color: rgba(255,255,255,.92);
  font-size: 13px;
}
.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-left { display: flex; gap: 18px; flex-wrap: wrap; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214,224,236,.8);
}
.nav-shell {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand img { height: 56px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #30465f;
}
.primary-nav a:hover { color: var(--primary); }
.nav-toggle {
  display: none; background: none; border: 0; padding: 0; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 28px; height: 2px; background: var(--primary); margin: 6px 0;
}
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b1930;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,26,48,.82) 0%, rgba(10,26,48,.45) 48%, rgba(10,26,48,.22) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 320px;
  gap: 38px;
  align-items: end;
  padding: 92px 0 84px;
}
.hero-copy {
  max-width: 720px;
  padding: 42px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  color: #fff;
}
.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(181,138,68,.16);
  border: 1px solid rgba(212,175,103,.36);
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1,
.section h2,
.legal-card h3,
.service-copy h3 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -.03em;
}
.hero h1 {
  margin: 18px 0 8px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .94;
}
.hero .lead {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
.hero p:last-of-type { max-width: 630px; font-size: 18px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px;
  border-radius: 16px; font-weight: 800; transition: .2s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1c2430; }
.btn-secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.25); }
.hero-panel {
  display: grid; gap: 14px; padding: 22px; border-radius: 28px;
  background: rgba(255,255,255,.9); box-shadow: var(--shadow);
}
.panel-item {
  padding: 18px; border-radius: 20px; background: linear-gradient(180deg, #fff, #f4f8ff); border: 1px solid #e1eaf5;
}
.panel-item strong { display: block; font-size: 20px; margin-bottom: 6px; }
.panel-item span { color: var(--muted); font-size: 14px; }
.section { padding: 92px 0; }
.split-grid,
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center;
}
.intro-copy h2,
.section-head h2 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: .96;
}
.intro-copy p,
.section-head p,
.service-copy p,
.contact-section p,
.footer-grid p,
.footer-grid li {
  color: var(--muted); font-size: 17px; line-height: 1.75;
}
.overview-card {
  padding: 18px;
  border-radius: 34px;
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.overview-card img { border-radius: 24px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.section-head { text-align: center; max-width: 800px; }
.section-head .eyebrow { margin-inline: auto; }
.services-section .section-head { margin-bottom: 34px; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  overflow: hidden; border-radius: 30px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.service-card img { width: 100%; aspect-ratio: 1.1/1; object-fit: cover; }
.service-copy { padding: 28px; }
.card-tag {
  display: inline-flex; padding: 7px 12px; border-radius: 999px; font-size: 11px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; background: #edf3fb; color: var(--primary-2);
}
.service-copy h3 { margin: 14px 0 10px; font-size: 40px; line-height: .96; }
.values-band {
  background: linear-gradient(135deg, var(--primary), #0f2747); color: #fff;
}
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.values-grid article {
  padding: 28px; border-radius: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
}
.values-grid strong { display: block; font-size: 24px; margin-bottom: 10px; }
.values-grid p { color: rgba(255,255,255,.78); line-height: 1.7; }
.contact-list { display: grid; gap: 12px; margin-top: 26px; }
.contact-list a {
  padding: 16px 18px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 16px 32px rgba(16,32,51,.08); font-weight: 700;
}
.legal-card {
  padding: 30px; border-radius: 30px; background: linear-gradient(180deg, #fff, #f5f8fd); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.legal-card h3 { margin: 0 0 16px; font-size: 40px; }
.legal-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.legal-card li {
  display: flex; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid #e3ebf4;
}
.legal-card span { color: var(--muted); }
.legal-card strong { text-align: right; }
.site-footer {
  padding-top: 26px; background: #0b1930; color: rgba(255,255,255,.82);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding: 36px 0 28px;
}
.footer-logo { height: 56px; width: auto; margin-bottom: 14px; }
.site-footer h4 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-bottom {
  padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px;
}
@media (max-width: 1100px) {
  .hero-content,
  .split-grid,
  .contact-grid,
  .services-grid,
  .values-grid,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-panel { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .topbar-inner { align-items: flex-start; padding: 10px 0; }
  .topbar-right { display: none; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute; top: calc(100% + 6px); right: 20px; left: 20px; display: none;
    flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 16px 18px; border-bottom: 1px solid var(--line); }
  .nav-shell { position: relative; min-height: 78px; }
  .brand img { height: 48px; }
  .hero { min-height: auto; }
  .hero-content,
  .split-grid,
  .contact-grid,
  .services-grid,
  .values-grid,
  .footer-grid,
  .hero-panel { grid-template-columns: 1fr; }
  .hero-copy { padding: 28px; }
  .hero h1 { font-size: 48px; }
  .section { padding: 72px 0; }
  .legal-card li { flex-direction: column; }
}
