
:root {
  --navy: #10243f;
  --navy-2: #17385e;
  --cream: #f6f1e8;
  --paper: #fffdf9;
  --gold: #b28a45;
  --text: #172033;
  --muted: #5f6876;
  --line: #dfe3e8;
  --shadow: 0 18px 50px rgba(16, 36, 63, .12);
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: white; padding: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,249,.94);
  border-bottom: 1px solid rgba(16,36,63,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 50%; color: white; background: var(--navy);
  font-family: Georgia, serif; font-size: 24px;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { text-decoration: none; font-weight: 650; font-size: 14px; }
.language-button, .menu-button {
  border: 1px solid var(--navy); background: transparent; color: var(--navy);
  border-radius: 999px; padding: 8px 13px; font-weight: 750; cursor: pointer;
}
.menu-button { display: none; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(178,138,69,.22), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: white;
  padding: 98px 0;
}
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.eyebrow, .section-label {
  text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800;
}
.eyebrow { color: #e7d2a8; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { font-size: clamp(43px, 7vw, 75px); max-width: 850px; margin: 15px 0 22px; font-weight: 500; }
h2 { font-size: clamp(34px, 4.2vw, 52px); margin: 9px 0 32px; font-weight: 500; }
h3 { font-size: 25px; margin: 14px 0 10px; }
.hero-copy { font-size: 19px; max-width: 760px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-block; text-decoration: none; border-radius: 999px; padding: 13px 20px;
  font-weight: 800; border: 1px solid transparent;
}
.primary { background: var(--gold); color: #101720; }
.secondary { border-color: rgba(255,255,255,.45); color: white; }
.microcopy { font-size: 12px; color: rgba(255,255,255,.62); margin-top: 16px; }
.hero-card {
  padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  background: rgba(255,255,255,.08); box-shadow: var(--shadow);
}
.card-kicker { font-family: Georgia, serif; font-size: 27px; margin-top: 0; }
.hero-card ul { list-style: none; padding: 0; margin-bottom: 0; }
.hero-card li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero-card li::before { content: "✓"; color: #e7d2a8; margin-right: 10px; }

.section { padding: 92px 0; }
.section-label { color: var(--gold); margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 29px;
  background: white; transition: transform .2s, box-shadow .2s;
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.number { color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.service-card p { color: var(--muted); }

.integrated { background: var(--cream); }
.integrated-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.notice { border-left: 4px solid var(--gold); padding-left: 16px; color: var(--muted); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: center; }
.portrait-placeholder {
  min-height: 430px; border-radius: var(--radius);
  display: grid; place-content: center; text-align: center; gap: 10px;
  background: linear-gradient(145deg, #d8dde5, #f0ede5); color: var(--navy);
}
.portrait-placeholder span { font: 74px Georgia, serif; }
.portrait-placeholder small { color: var(--muted); }
.lead { font-size: 20px; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.credentials span { background: var(--cream); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 750; }

.process { background: var(--navy); color: white; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 28px; }
.steps strong { color: #e7d2a8; font-size: 14px; }
.steps p { color: rgba(255,255,255,.72); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: start; }
.contact-card { background: white; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-card a { color: var(--navy-2); font-weight: 750; }
.small { font-size: 12px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }

footer { background: #09182a; color: white; padding: 45px 0; }
.footer-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; }
footer p { color: rgba(255,255,255,.68); font-size: 13px; }
.legal { max-width: 760px; }

@media (max-width: 820px) {
  .menu-button { display: inline-block; }
  .nav {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch;
  }
  .nav.open { display: flex; }
  .hero { padding: 72px 0; }
  .hero-grid, .integrated-grid, .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .cards, .steps { grid-template-columns: 1fr; }
  .portrait-placeholder { min-height: 320px; }
}
@media (max-width: 480px) {
  .container { width: min(100% - 26px, 1140px); }
  .brand small { display: none; }
  h1 { font-size: 42px; }
  .section { padding: 70px 0; }
}
